* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1181px;
    max-width: 100%;
    margin: auto;
}.lcookie_ctrl {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    background: radial-gradient(circle at bottom left, #ffffff 0%, rgb(255, 255, 255, 0.5) 69%, rgb(107,114,106) 27%, rgb(107,114,106,0.5) 73%, rgb(151,164,151) 17%, rgb(151,164,151,0.5) 82%, rgb(199,204,177) 48%);
    width: 10px;
}::-webkit-scrollbar-button {
    height: 4px;
    border-radius: 7px;
    width: 5px;
}::-webkit-scrollbar-track {
    border-radius: 14.2vw;
    background: rgb(107,114,106);
    margin: 5px 0;
}::-webkit-scrollbar-thumb {
    transition: all, background, box-shadow 2.2s ease-out;
    border: 3px ridge #ffffff;
    border-radius: 5.9vw;
    background: rgb(199,204,177);
}::-webkit-scrollbar-corner {
    border: 1px solid rgb(255, 255, 255, 0.5);
    border-radius: 2px;
}* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(255, 255, 255, 0.5);
    scrollbar-width: auto;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 2px;
}::-webkit-scrollbar-thumb {
    background: rgb(107,114,106);
}}

html,body {
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    scroll-snap-type: none;
    scroll-behavior: auto;
    color: #000000;
}.Itop_wrap {
    flex: 1 0 auto;
}.pgrid-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.Vclient_feedback {
    padding: 120px 0 180px;
    position: relative;
    background: linear-gradient(to bottom, 
        rgb(199,204,177) 0%, 
        #ffffff 100%);
    overflow: hidden;
}.Vclient_feedback::before,
.Vclient_feedback::after {
    background-image: 
        linear-gradient(45deg, 
        rgb(199,204,177) 25%, 
        transparent 25%), 
        linear-gradient(-45deg, 
        rgb(199,204,177) 25%, 
        transparent 25%), 
        linear-gradient(45deg, 
        transparent 75%, 
        rgb(199,204,177) 75%), 
        linear-gradient(-45deg, 
        transparent 75%, 
        rgb(199,204,177) 75%);
    left: 0;
    position: absolute;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: "";
    background-size: 20px 20px;
    width: 100%;
    height: 50px;
}.Vclient_feedback::before {
    top: 0;
    opacity: 0.2;
    transform: scaleY(-1);
}.Vclient_feedback::after {
    opacity: 0.2;
    bottom: 0;
}.Vclient_feedback .container {
    position: relative;
    z-index: 1;
}.Vclient_feedback h2 {
    transform: translateX(-50%);
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    left: 50%;
    margin-bottom: 70px;
    position: relative;
    text-align: center;
    color: #000000;
}.Vclient_feedback h2::before,
.Vclient_feedback h2::after {
    height: 3px;
    top: 50%;
    width: 100px;
    position: absolute;
    content: "";
    background: rgb(151,164,151);
}.Vclient_feedback h2::before {
    right: calc(100% + 20px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}.Vclient_feedback h2::after {
    left: calc(100% + 20px);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.Vclient_feedback .Glearner_insights {
    position: relative;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}.Vclient_feedback .Glearner_insights::before {
    top: 50%;
    height: 2px;
    animation: movePattern 20s linear infinite;
    right: 0;
    content: "";
    background: repeating-linear-gradient(
        90deg,
        rgb(151,164,151,0.5),
        rgb(151,164,151,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    left: 0;
    z-index: -1;
    position: absolute;
}@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 0;
    }
}

.Vclient_feedback .kreview_voices {
    flex-direction: column;
    padding: 30px 25px;
    align-items: center;
    display: flex;
    position: relative;
}.Vclient_feedback .kreview_voices::before {
    inset: 0;
    position: absolute;
    content: "";
    z-index: -1;
    transition: all 1s ease;
    border-radius: 60% 40% 50% 45% / 45% 50% 40% 55%;
    animation: blobAnimation 8s ease-in-out infinite alternate;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}.Vclient_feedback .kreview_voices:nth-child(2n)::before {
    animation-delay: 2s;
    border-radius: 40% 50% 45% 60% / 60% 40% 55% 45%;
}.Vclient_feedback .kreview_voices:nth-child(3n)::before {
    animation-delay: 4s;
    border-radius: 50% 45% 55% 40% / 40% 60% 40% 55%;
}@keyframes blobAnimation {
    0%, 100% {
        border-radius: 60% 40% 50% 45% / 45% 50% 40% 55%;
    }
    33% {
        border-radius: 40% 50% 45% 60% / 60% 40% 55% 45%;
    }
    66% {
        border-radius: 50% 45% 55% 40% / 40% 60% 40% 55%;
    }
}

.Vclient_feedback .kreview_voices:hover::before {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}.Vclient_feedback .kreview_voices img {
    transition: all 0.5s ease;
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    width: 90px;
    position: relative;
    object-fit: cover;
    height: 90px;
    z-index: 1;
    margin-bottom: 20px;
}.Vclient_feedback .kreview_voices img::after {
    inset: -10px;
    border: 2px dashed rgb(151,164,151,0.5);
    border-radius: 50%;
    animation: rotate 20s linear infinite;
    position: absolute;
    content: "";
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.Vclient_feedback .kreview_voices:hover img {
    transform: scale(1.1) rotate(5deg);
}.Vclient_feedback .kreview_voices p {
    text-align: center;
    margin: 0;
}.Vclient_feedback .kreview_voices p:first-of-type {
    margin-bottom: 10px;
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: 16px;
}.Vclient_feedback .kreview_voices p:first-of-type::before {
    margin: 0 5px;
    color: rgb(151,164,151);
    content: "~";
}.Vclient_feedback .kreview_voices p:first-of-type::after {
    margin: 0 5px;
    color: rgb(151,164,151);
    content: "~";
}.Vclient_feedback .kreview_voices .description {
    font-style: italic;
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
    position: relative;
}.Vclient_feedback .kreview_voices .description::before,
.Vclient_feedback .kreview_voices .description::after {
    font-family: Arial, sans-serif;
    content: "";
    font-size: 50px;
    color: rgb(151,164,151,0.5);
    position: absolute;
    line-height: 0;
}.Vclient_feedback .kreview_voices .description::before {
    left: -15px;
    top: 5px;
}.Vclient_feedback .kreview_voices .description::after {
    right: -15px;
    content: "";
    bottom: -10px;
}

@media (max-width: 991px) {.Vclient_feedback {
    padding: 100px 0 150px;
}.Vclient_feedback h2 {
    margin-bottom: 60px;
}.Vclient_feedback h2::before,
    .Vclient_feedback h2::after {
    width: 70px;
}.Vclient_feedback .Glearner_insights {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
}
}

@media (max-width: 767px) {.Vclient_feedback {
    padding: 80px 0 120px;
}.Vclient_feedback h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 50px;
}.Vclient_feedback h2::before,
    .Vclient_feedback h2::after {
    width: 50px;
}.Vclient_feedback .Glearner_insights {
    grid-template-columns: 1fr;
    gap: 60px;
}.Vclient_feedback .kreview_voices {
    padding: 25px 20px;
}.Vclient_feedback .kreview_voices img {
    width: 80px;
    height: 80px;
}.Vclient_feedback .kreview_voices .description::before {
    left: -10px;
    font-size: 40px;
}.Vclient_feedback .kreview_voices .description::after {
    font-size: 40px;
    right: -10px;
}}.Bprivacy_cover {
    margin: 0 auto;
    color: #000000;
    line-height: 1.8;
    background-color: rgb(199,204,177);
    border: 2px solid rgb(151,164,151);
    max-width: 1200px;
    padding: 60px;
    font-family: Arial, sans-serif;
}.Bprivacy_cover h1 {
    letter-spacing: 1px;
    color: rgb(151,164,151);
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid rgb(107,114,106);
    margin-bottom: 25px;
}.Bprivacy_cover h2 {
    color: rgb(107,114,106);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 34px;
    font-weight: 600;
}.Bprivacy_cover ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}.Bprivacy_cover li {
    background-color: #ffffff;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    align-items: center;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
}.Bprivacy_cover li::before {
    margin-right: 10px;
    content: '•';
    font-size: 1.5em;
    color: rgb(151,164,151);
}.Bprivacy_cover p {
    color: #000000;
    margin-bottom: 20px;
    font-size: 16px;
}.Bprivacy_cover span {
    color: rgb(151,164,151);
    font-weight: 700;
}.Bprivacy_cover a {
    color: rgb(151,164,151);
    border-bottom: 1px solid rgb(151,164,151,0.5);
    font-weight: 600;
    text-decoration: none;
}.Bprivacy_cover a:hover {
    border-bottom: 1px solid rgb(107,114,106);
    color: rgb(107,114,106);
}
@media only screen and (max-width: 800px) {.Bprivacy_cover {
    padding: 30px;
}.Bprivacy_cover h1 {
    font-size: calc(24px * 0.8);
}.Bprivacy_cover h2 {
    font-size: calc(24px * 0.8);
}.Bprivacy_cover p {
    font-size: calc(16px * 0.9);
}.Bprivacy_cover li {
    padding: 10px;
}}.preach_out {
    background: rgb(199,204,177);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}.preach_out::before {
    border-radius: 50%;
    content: "";
    filter: blur(70px);
    right: -150px;
    top: -150px;
    width: 400px;
    position: absolute;
    height: 400px;
    background: linear-gradient(45deg, rgb(151,164,151,0.5), rgb(107,114,106,0.5));
    z-index: 1;
}.preach_out::after {
    bottom: -100px;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    position: absolute;
    content: "";
    z-index: 1;
    left: -100px;
    background: linear-gradient(225deg, rgb(107,114,106,0.5), rgb(151,164,151,0.5));
    filter: blur(60px);
}.preach_out .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}.preach_out h2 {
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    font-size: 28px;
    color: #000000;
    text-align: center;
}.preach_out h2::before {
    height: 50px;
    width: 50px;
    position: absolute;
    top: -25px;
    border-radius: 50%;
    left: calc(50% - 120px);
    z-index: -1;
    content: "";
    background: rgb(151,164,151,0.5);
}.preach_out h2::after {
    border-radius: 50%;
    width: 30px;
    z-index: -1;
    right: calc(50% - 100px);
    position: absolute;
    height: 30px;
    bottom: -15px;
    background: rgb(107,114,106,0.5);
    content: "";
}.preach_out .Bhelp_reach {
    border-radius: 20px;
    background: #ffffff;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
}.preach_out .Bhelp_reach::before {
    position: absolute;
    pointer-events: none;
    content: "";
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(151,164,151,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(107,114,106,0.5) 99%
    );
    inset: 0;
    z-index: 0;
}.preach_out .ephoto_strip {
    flex: 0 0 45%;
    transition: transform 0.5s ease;
    min-height: 500px;
    position: relative;
}.preach_out .ephoto_strip::before {
    z-index: 1;
    inset: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}.preach_out .ephoto_strip::after {
    left: 20px;
    z-index: 2;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    pointer-events: none;
    content: "";
}.preach_out .psupport_section {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 0 0 55%;
    padding: 60px;
    justify-content: center;
}.preach_out form {
    z-index: 3;
    position: relative;
}.preach_out form h3 {
    font-weight: 600;
    margin-bottom: 30px;
    color: #000000;
    font-size: 19px;
}.preach_out form input[type="text"] {
    margin-bottom: 25px;
    font-size: 12px;
    color: #000000;
    width: 100%;
    border-radius: 12px;
    background: rgb(199,204,177);
    transition: all 0.3s ease;
    border: none;
    padding: 18px 25px;
}.preach_out form input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(rgb(151,164,151), 0.1);
    border: 1px solid transparent;
    background: linear-gradient(rgb(199,204,177), rgb(199,204,177)) padding-box,
                linear-gradient(to right, rgb(151,164,151), rgb(107,114,106)) border-box;
    outline: none;
}.preach_out form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.preach_out .Vinquiry_help {
    margin-bottom: 30px;
    position: relative;
}.preach_out .Vinquiry_help input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.preach_out .Vinquiry_help label {
    cursor: pointer;
    position: relative;
    display: flex;
    font-size: 16px;
    color: #000000;
    align-items: center;
    padding-left: 35px;
}.preach_out .Vinquiry_help label::before {
    background: rgb(199,204,177);
    transition: all 0.3s ease;
    top: 0;
    border-radius: 6px;
    content: "";
    width: 22px;
    position: absolute;
    height: 22px;
    left: 0;
}.preach_out .Vinquiry_help input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(151,164,151), rgb(107,114,106));
}.preach_out .Vinquiry_help input[type="checkbox"]:checked + label::after {
    height: 12px;
    position: absolute;
    top: 4px;
    left: 8px;
    content: "";
    width: 6px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}.preach_out .Vinquiry_help label a {
    transition: color 0.3s ease;
    color: rgb(151,164,151);
    text-decoration: none;
    font-weight: 600;
}.preach_out .Vinquiry_help label a:hover {
    color: rgb(107,114,106);
}.preach_out .Xfeedback_inquiry {
    z-index: 1;
    background: linear-gradient(135deg, rgb(151,164,151), rgb(107,114,106));
    position: relative;
    border-radius: 12px;
    color: #ffffff;
    cursor: pointer;
    width: 100%;
    transition: all 0.5s ease;
    overflow: hidden;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
}.preach_out .Xfeedback_inquiry::before {
    width: 100%;
    transform-origin: right;
    content: "";
    transition: transform 0.5s ease;
    z-index: -1;
    left: 0;
    transform: scaleX(0);
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(107,114,106), rgb(151,164,151));
    top: 0;
}.preach_out .Xfeedback_inquiry:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.preach_out svg {
    stroke: rgb(151,164,151);
    height: 24px;
    width: 24px;
    margin-right: 12px;
    fill: none;
    transition: all 0.3s ease;
}.preach_out svg path {
    fill: none;
    transition: all 0.3s ease;
    stroke-width: 2;
    stroke: rgb(151,164,151);
}.preach_out svg:hover,
.preach_out svg:hover path {
    stroke: rgb(107,114,106);
}

@media (max-width: 1024px) {.preach_out {
    padding: 70px 0;
}.preach_out .psupport_section {
    padding: 45px;
}.preach_out .ephoto_strip {
    min-height: 450px;
}
}

@media (max-width: 768px) {.preach_out {
    padding: 60px 0;
}.preach_out h2 {
    margin-bottom: 40px;
}.preach_out .Bhelp_reach {
    flex-direction: column;
}.preach_out .ephoto_strip {
    flex: 0 0 300px;
    width: 100%;
    min-height: 300px;
}.preach_out .psupport_section {
    flex: 0 0 auto;
    padding: 40px 30px;
}.preach_out form h3 {
    margin-bottom: 25px;
}.preach_out form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}
}

@media (max-width: 480px) {.preach_out {
    padding: 50px 0;
}.preach_out h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.preach_out .ephoto_strip {
    min-height: 220px;
}.preach_out .psupport_section {
    padding: 30px 20px;
}.preach_out form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 20px;
}.preach_out form input[type="text"] {
    font-size: calc(12px * 0.95);
    margin-bottom: 16px;
    padding: 14px 16px;
}.preach_out .Xfeedback_inquiry {
    padding: 16px;
}.preach_out .Vinquiry_help label {
    font-size: calc(16px * 0.95);
}}.ohelp_center {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    perspective: 1000px;
    background-color: rgb(199,204,177);
}.ohelp_center::before {
    content: "";
    z-index: 0;
    transform-origin: top;
    width: 100%;
    transform: rotateX(10deg);
    height: 100%;
    top: 0;
    background: 
    linear-gradient(120deg, rgb(151,164,151,0.5) 0%, transparent 30%),
    linear-gradient(240deg, rgb(107,114,106,0.5) 0%, transparent 30%);
    left: 0;
    position: absolute;
}.ohelp_center .container {
    padding: 0 15px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.ohelp_center .wask_support {
    position: relative;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.05);
    padding: 45px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ffffff 0%, rgb(199,204,177) 100%);
    transform: rotateY(-3deg);
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
}.ohelp_center .wask_support:hover {
    transform: rotateY(0deg);
}.ohelp_center h2 {
    margin-bottom: 30px;
    text-shadow: 2px 2px 0 rgb(151,164,151,0.5);
    font-weight: 700;
    font-size: 35px;
    color: #000000;
    transform: translateZ(30px);
    position: relative;
}.ohelp_center h2::after {
    height: 6px;
    position: absolute;
    bottom: -10px;
    content: "";
    left: 0;
    transform: skewX(-20deg);
    width: 80px;
    background: rgb(151,164,151);
}.ohelp_center p {
    transform: translateZ(20px);
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.7;
    position: relative;
    color: #000000;
}.ohelp_center .Fget_help {
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
    transform: translateZ(40px);
    display: flex;
    position: relative;
}.ohelp_center .jsend_request {
    font-size: 12px;
    padding: 15px 25px;
    background: #ffffff;
    transform-style: preserve-3d;
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    transform: translateZ(0) translateX(0) translateY(0);
    display: flex;
    box-shadow: 
    5px 5px 0 rgb(151,164,151),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
    color: #000000;
}.ohelp_center .jsend_request:hover {
    transform: translateZ(5px) translateX(-5px) translateY(-5px);
    box-shadow: 
    10px 10px 0 rgb(151,164,151),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}.ohelp_center .jsend_request:active {
    box-shadow: 
    5px 5px 0 rgb(151,164,151),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    transform: translateZ(0) translateX(0) translateY(0);
}.ohelp_center .jsend_request svg {
    height: 24px;
    margin-right: 12px;
    transition: transform 0.3s ease;
    width: 24px;
    transform: translateZ(5px);
}.ohelp_center .jsend_request:hover svg {
    transform: translateZ(10px) scale(1.1);
}.ohelp_center .jsend_request svg path {
    fill: rgb(151,164,151);
    transition: fill 0.3s ease;
}.ohelp_center .jsend_request:hover svg path {
    fill: rgb(107,114,106);
}.ohelp_center p svg {
    margin-right: 10px;
    width: 22px;
    height: 22px;
    transform: translateZ(5px);
}.ohelp_center p svg path {
    fill: rgb(151,164,151);
}.ohelp_center p:nth-last-child(2) {
    display: flex;
    background: #ffffff;
    transform: translateZ(20px) translateX(0) translateY(0);
    align-items: center;
    border-radius: 10px;
    box-shadow: 
    3px 3px 0 rgb(151,164,151,0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 12px 20px;
}.ohelp_center p:nth-last-child(2):hover {
    box-shadow: 
    6px 6px 0 rgb(151,164,151,0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    transform: translateZ(25px) translateX(-3px) translateY(-3px);
}.ohelp_center .wask_support::before {
    top: -100px;
    right: -50px;
    filter: blur(60px);
    transform: translateZ(-100px);
    position: absolute;
    height: 200px;
    width: 200px;
    content: "";
    opacity: 0.3;
    z-index: -1;
    border-radius: 50%;
    background: rgb(151,164,151,0.5);
}.ohelp_center .wask_support::after {
    bottom: -20px;
    border-radius: 50%;
    height: 20px;
    right: 40px;
    position: absolute;
    filter: blur(20px);
    background: rgba(0, 0, 0, 0.2);
    width: 100px;
    transform: rotateX(60deg) scaleX(1.5);
    z-index: -1;
    content: "";
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@media (max-width: 991px) {.ohelp_center {
    padding: 60px 0;
}.ohelp_center .wask_support {
    padding: 35px;
    transform: rotateY(-2deg);
}.ohelp_center h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.9);
}.ohelp_center .Fget_help {
    margin-top: 30px;
    gap: 15px;
}.ohelp_center .jsend_request {
    padding: 12px 20px;
}
}

@media (max-width: 767px) {.ohelp_center {
    padding: 50px 0;
    perspective: none;
}.ohelp_center .wask_support {
    padding: 30px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: none;
}.ohelp_center h2,
  .ohelp_center p,
  .ohelp_center .Fget_help,
  .ohelp_center .jsend_request,
  .ohelp_center .jsend_request svg,
  .ohelp_center p:nth-last-child(2) {
    transform: none !important;
}.ohelp_center h2 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.85);
    text-shadow: 1px 1px 0 rgb(151,164,151,0.5);
}.ohelp_center h2::after {
    width: 60px;
    height: 4px;
}.ohelp_center p {
    margin-bottom: 25px;
    font-size: calc(12px * 0.95);
}.ohelp_center .Fget_help {
    margin-top: 25px;
    flex-direction: column;
    gap: 12px;
}.ohelp_center .jsend_request {
    width: 100%;
    box-shadow: 3px 3px 0 rgb(151,164,151);
}.ohelp_center .jsend_request:hover {
    box-shadow: 6px 6px 0 rgb(151,164,151);
    transform: translateX(-3px) translateY(-3px);
}.ohelp_center .jsend_request svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}.ohelp_center .wask_support::before,
  .ohelp_center .wask_support::after {
    display: none;
}}

.ohelp_center .wask_support::before {
    animation: float 8s ease-in-out infinite;
}.ohelp_center .jsend_request:nth-child(1) {
    transition-delay: 0.1s;
}.ohelp_center .jsend_request:nth-child(2) {
    transition-delay: 0.2s;
}.ohelp_center .jsend_request:nth-child(3) {
    transition-delay: 0.3s;
}header {
    background: linear-gradient(to right, rgb(107,114,106) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 99;
    width: 100%;
    position: relative;
    overflow: visible;
}header::before {
    opacity: 0.1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(151,164,151,0.5) 10px,
        rgb(151,164,151,0.5) 11px
    );
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    z-index: -1;
    position: absolute;
}header .dheader_base {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}header .dheader_base::after {
    box-shadow: 0 0 10px rgb(107,114,106), 0 0 20px rgb(107,114,106,0.5);
    content: '';
    width: 90%;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(151,164,151),
        rgb(107,114,106),
        rgb(151,164,151),
        transparent
    );
    bottom: 0;
    height: 1px;
    position: absolute;
    left: 5%;
}header .dheader_base .Efirst_expert {
    margin-right: 20px;
    position: relative;
    padding: 5px 10px;
    z-index: 2;
}header .dheader_base .Efirst_expert::before {
    box-shadow: 0 0 15px rgb(107,114,106,0.5);
    content: '';
    top: 0;
    border-radius: 10px;
    transition: opacity 0.4s ease;
    position: absolute;
    border: 1px solid rgb(107,114,106,0.5);
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}header .dheader_base .Efirst_expert:hover::before {
    opacity: 1;
}header .dheader_base .Efirst_expert .pfirst_class {
    display: block;
    transition: transform 0.3s ease;
}header .dheader_base .Efirst_expert:hover .pfirst_class {
    transform: scale(1.05);
}header .dheader_base .Efirst_expert .pfirst_class svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 5px rgb(107,114,106,0.5));
}header .dheader_base .Ctop_class {
    border-radius: 10px;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0;
    padding: 15px 20px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}header .dheader_base .Ctop_class::before {
    width: 100%;
    position: absolute;
    content: '';
    opacity: 0.2;
    background: radial-gradient(
        ellipse at center,
        rgb(107,114,106,0.5) 0%,
        transparent 70%
    );
    top: 0;
    height: 100%;
    border-radius: 10px;
    left: 0;
}header .dheader_base .Ctop_class .smain_learning {
    margin: 0;
    position: relative;
}header .dheader_base .Ctop_class .smain_learning::after {
    height: 2px;
    background: rgb(151,164,151);
    transition: width 0.3s ease, left 0.3s ease;
    bottom: -5px;
    width: 0;
    position: absolute;
    box-shadow: 0 0 8px rgb(151,164,151);
    content: '';
    left: 50%;
}header .dheader_base .Ctop_class .smain_learning:hover::after {
    left: 10%;
    width: 80%;
}header .dheader_base .Ctop_class .smain_learning a {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 10px 15px;
    font-family: Arial, sans-serif;
    display: block;
    color: #ffffff;
}header .dheader_base .Ctop_class .smain_learning:hover a {
    color: rgb(151,164,151);
    text-shadow: 0 0 5px rgb(151,164,151,0.5);
}

@media (max-width: 992px) {header .dheader_base {
    flex-direction: column;
}header .dheader_base .Efirst_expert {
    margin: 0 0 15px 0;
    align-self: center;
}header .dheader_base .Ctop_class {
    justify-content: center;
    width: 100%;
}header .dheader_base .Ctop_class .smain_learning a {
    padding: 10px 15px;
    font-size: calc(18px - 1px);
}}.scourse_features {
    background: linear-gradient(135deg, rgb(199,204,177) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.scourse_features::before {
    position: absolute;
    pointer-events: none;
    opacity: 0.08;
    top: 0;
    height: 100%;
    left: 0;
    background: 
    linear-gradient(45deg, transparent 49.5%, rgb(107,114,106,0.5) 49.5%, rgb(107,114,106,0.5) 50.5%, transparent 50.5%) 0 0 / 30px 30px,
    linear-gradient(-45deg, transparent 49.5%, rgb(151,164,151,0.5) 49.5%, rgb(151,164,151,0.5) 50.5%, transparent 50.5%) 0 0 / 30px 30px;
    width: 100%;
    z-index: 0;
    content: "";
}.scourse_features .container {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}.scourse_features h2 {
    font-weight: 700;
    color: #000000;
    padding-left: 20px;
    max-width: 800px;
    font-size: 37px;
    position: relative;
    margin-bottom: 50px;
    transform: perspective(1000px) rotateX(0deg) rotateY(-2deg);
}.scourse_features h2::before {
    position: absolute;
    width: 6px;
    height: 70%;
    content: "";
    background: linear-gradient(to bottom, rgb(151,164,151), rgb(107,114,106));
    top: 15%;
    left: 0;
}.scourse_features .Gnext_skill {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    transform: translateZ(0);
}.scourse_features .ephoto_strip {
    height: 350px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
}.scourse_features .ephoto_strip::after {
    content: "";
    mix-blend-mode: multiply;
    top: 0;
    background: linear-gradient(45deg, rgb(107,114,106,0.5) 0%, transparent 60%);
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
}.scourse_features .ephoto_strip:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.scourse_features .Wtext_stack {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    padding: 35px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    max-height: 500px;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    overflow-y: auto;
}.scourse_features .Wtext_stack:hover {
    transform: perspective(1000px) rotateY(0deg);
}.scourse_features .Wtext_stack::before {
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(to right, rgb(151,164,151), rgb(107,114,106));
    height: 6px;
}.scourse_features .description {
    line-height: 1.7;
    color: #000000;
    font-size: 15px;
    margin-bottom: 20px;
}.scourse_features .description:last-child {
    margin-bottom: 0;
}.scourse_features .Wtext_stack::-webkit-scrollbar {
    width: 6px;
}.scourse_features .Wtext_stack::-webkit-scrollbar-track {
    background: rgb(199,204,177);
}.scourse_features .Wtext_stack::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(151,164,151), rgb(107,114,106));
    border-radius: 10px;
}

@media (min-width: 768px) {.scourse_features {
    padding: 150px 0;
}.scourse_features h2 {
    margin-left: 40px;
    padding-left: 30px;
    font-size: calc(37px * 1.1);
}.scourse_features h2::before {
    width: 8px;
}.scourse_features .Gnext_skill {
    grid-template-columns: 40% 60%;
    align-items: center;
}.scourse_features .ephoto_strip {
    height: 450px;
    transform: perspective(1000px) rotateY(3deg) translateX(20px);
}.scourse_features .Wtext_stack {
    max-height: 450px;
    transform: perspective(1000px) rotateY(-3deg) translateX(-20px);
}
}

@media (min-width: 992px) {.scourse_features {
    padding: 180px 0;
}.scourse_features h2 {
    margin-left: 80px;
    margin-bottom: 60px;
    font-size: calc(37px * 1.2);
}.scourse_features .Gnext_skill {
    grid-template-columns: 45% 55%;
    margin-top: 60px;
    gap: 40px;
}.scourse_features .ephoto_strip {
    transform: perspective(1200px) rotateY(4deg) translateX(40px);
    height: 500px;
}.scourse_features .Wtext_stack {
    max-height: 500px;
    transform: perspective(1200px) rotateY(-4deg) translateX(-40px);
    padding: 50px;
}.scourse_features .description {
    line-height: 1.8;
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 1200px) {.scourse_features {
    padding: 200px 0;
}.scourse_features h2 {
    font-size: calc(37px * 1.3);
    margin-left: 120px;
}.scourse_features .Gnext_skill {
    gap: 60px;
}.scourse_features .ephoto_strip {
    transform: perspective(1400px) rotateY(5deg) translateX(60px);
    height: 550px;
}.scourse_features .Wtext_stack {
    padding: 60px;
    transform: perspective(1400px) rotateY(-5deg) translateX(-60px);
    max-height: 550px;
}
}

@media (max-width: 767px) {.scourse_features {
    padding: 80px 0;
}.scourse_features h2 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.9);
}.scourse_features .ephoto_strip {
    height: 280px;
}.scourse_features .Wtext_stack {
    max-height: 400px;
    padding: 25px;
}.scourse_features .description {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.scourse_features {
    padding: 60px 0;
}.scourse_features h2 {
    font-size: calc(37px * 0.8);
    padding-left: 15px;
}.scourse_features h2::before {
    width: 4px;
}.scourse_features .ephoto_strip {
    height: 220px;
}.scourse_features .Wtext_stack {
    padding: 20px;
    max-height: 350px;
}.scourse_features .description {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}}footer {
    width: 100%;
    position: relative;
}.lcookie_ctrl {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    background-color: rgb(151,164,151);
}.lcookie_ctrl::before {
    right: 0;
    z-index: 0;
    position: absolute;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    height: 100%;
    width: 60%;
    top: 0;
    content: "";
    background-color: rgb(151,164,151);
}footer .lcookie_ctrl::after {
    top: 50px;
    opacity: 0.3;
    width: 200px;
    border-radius: 50%;
    height: 200px;
    position: absolute;
    background: radial-gradient(circle, rgb(151,164,151), transparent 70%);
    content: "";
    right: 15%;
}footer .Fstory_spot {
    position: relative;
    z-index: 1;
}footer .ninstant_contact {
    margin-bottom: 60px;
    gap: 10px;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
}footer .info_item {
    margin-right: 10px;
    padding: 15px 25px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 10px;
    transform: skewX(-5deg);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    flex: 0 1 auto;
}footer .info_item:hover {
    background-color: rgb(151,164,151);
    transform: skewX(-5deg) translateY(-5px);
}footer .info_item svg {
    width: 20px;
    transform: skewX(5deg);
    vertical-align: middle;
    margin-right: 10px;
    fill: #ffffff;
    height: 20px;
}footer .info_item p,
footer .info_item a {
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    transform: skewX(5deg);
    vertical-align: middle;
    display: inline-block;
}footer .text_main_holder {
    gap: 40px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}footer .Efirst_expert {
    padding-left: 20px;
    position: relative;
}footer .Efirst_expert::before {
    width: 5px;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    background-color: rgb(151,164,151);
}footer .Efirst_expert svg {
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
}footer .Ofooter_account {
    font-size: 12px;
    max-width: 320px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .Ctop_class {
    position: relative;
}footer .Ctop_class h5 {
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 25px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 10px;
    display: inline-block;
}footer .Ctop_class h5::after {
    position: absolute;
    left: 0;
    width: 50px;
    height: 3px;
    content: "";
    bottom: 0;
    background-color: rgb(151,164,151);
}footer .jhead_train {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    margin-bottom: 25px;
}footer .jhead_train a {
    color: rgba(255, 255, 255, 0.8);
    padding-left: 0;
    font-size: 14px;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}footer .jhead_train a::before {
    color: rgb(151,164,151);
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0;
    left: -20px;
    content: "→";
}footer .jhead_train a:hover {
    padding-left: 20px;
    color: rgb(151,164,151);
}footer .jhead_train a:hover::before {
    left: 0;
    opacity: 1;
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.3);
    border-left: 5px solid rgb(151,164,151);
    border-radius: 26px;
    position: relative;
    padding: 30px;
}footer .subscribe_holder::before {
    z-index: -1;
    opacity: 0.2;
    border-radius: 50%;
    right: -20px;
    top: -20px;
    position: absolute;
    background-color: rgb(151,164,151);
    height: 100px;
    width: 100px;
    content: "";
}footer .subscribe_holder h5 {
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(151,164,151);
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .vsub_component {
    color: #ffffff;
    border: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: rgb(151,164,151);
    padding: 14px 20px;
    border-radius: 10px;
    cursor: pointer;
}footer .vsub_component:hover {
    transform: translateX(5px);
    background-color: rgb(107,114,106);
}footer .ttrust_badge {
    margin-top: 60px;
    padding-top: 20px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .Xcampus_links {
    font-size: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .jhead_train {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .vsub_component {
    white-space: nowrap;
}footer .jhead_train a {
    padding-right: 10px;
}
}

@media (max-width: 991px) {footer .lcookie_ctrl::before {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.7;
    background-color: rgb(151,164,151);
}
}

@media (max-width: 767px) {footer .lcookie_ctrl {
    padding: 60px 0 30px;
}footer .ninstant_contact {
    margin-bottom: 40px;
    justify-content: center;
}footer .Ctop_class h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .ttrust_badge {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .lcookie_ctrl {
    padding: 50px 0 20px;
}footer .info_item {
    margin-right: 0;
    width: 100%;
}footer .jhead_train {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .vsub_component {
    padding: 12px 15px;
}}.Jopening_board {
    width: 100%;
    overflow: hidden;
    background-color: #000000;
    height: 100vh;
    position: relative;
    min-height: 600px;
}.Jopening_board .Gedu_commit {
    height: 100%;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}.Jopening_board .tpage_begin {
    top: 0;
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}.Jopening_board .tpage_begin::before {
    inset: 0;
    content: '';
    position: absolute;
    background: linear-gradient(110deg, #000000 0%, #000000 35%, transparent 65%);
    z-index: 2;
}.Jopening_board .Jlearn_intro {
    position: relative;
    width: calc(100% * var(--slide-count, 5));
    transform: translateX(0);
    display: flex;
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
    animation: slide-transition 35s infinite;
}.Jopening_board .Rpage_title {
    overflow: hidden;
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
    position: relative;
}.Jopening_board .Rpage_title img {
    width: 100%;
    transform-origin: center center;
    animation: slide-zoom 16s infinite alternate;
    filter: contrast(1.1) brightness(0.9);
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: transform 8s ease;
    will-change: transform;
}.Jopening_board .Rpage_title:nth-child(2n) img {
    animation-delay: -3s;
}.Jopening_board .Rpage_title:nth-child(3n) img {
    animation-delay: -6s;
}.Jopening_board .Rpage_title:nth-child(4n) img {
    animation-delay: -9s;
}.Jopening_board .Wtext_stack {
    animation: slide-in 1s forwards 0.5s;
    transform: translateX(50px);
    border-radius: 0 23px 23px 0;
    width: 45%;
    opacity: 0;
    margin-right: 8%;
    z-index: 5;
    position: relative;
    padding: 3.5rem;
    border-left: 4px solid rgb(151,164,151);
    max-width: 600px;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}.Jopening_board .Wtext_stack::before {
    height: 0;
    content: '';
    top: 0;
    background: linear-gradient(to bottom, rgb(151,164,151), rgb(107,114,106));
    position: absolute;
    animation: border-reveal 1.5s forwards 1s;
    width: 4px;
    left: -4px;
}.Jopening_board .Wtext_stack::after {
    background-color: rgb(151,164,151);
    position: absolute;
    top: 30px;
    left: -12px;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 15px rgb(151,164,151);
    width: 20px;
    content: '';
    animation: dot-appear 0.5s forwards 2s;
    height: 20px;
}.Jopening_board .Wtext_stack h1 {
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    font-size: 41px;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
}.Jopening_board .Wtext_stack h1::after {
    width: 0;
    content: '';
    background: linear-gradient(90deg, rgb(151,164,151), transparent);
    left: 0;
    height: 3px;
    bottom: 0;
    position: absolute;
    animation: line-expand 1.2s forwards 1.5s;
}.Jopening_board .Wtext_stack p {
    line-height: 1.7;
    transform: translateY(20px);
    font-size: 18px;
    margin-bottom: 2rem;
    animation: fade-up 1s forwards 1.7s;
    opacity: 0;
    opacity: 0.9;
    color: #ffffff;
}.Jopening_board .Wtext_stack .Xfeedback_inquiry {
    background-color: rgb(151,164,151);
    font-size: 15px;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(20px);
    opacity: 0;
    font-weight: 600;
    padding: 0.9rem 2.5rem;
    transition: all 0.3s ease;
    animation: fade-up 1s forwards 1.9s;
    text-decoration: none;
    color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}.Jopening_board .Wtext_stack .Xfeedback_inquiry::before {
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    transition: left 0.7s ease;
    position: absolute;
}.Jopening_board .Wtext_stack .Xfeedback_inquiry:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    background-color: rgb(107,114,106);
    transform: translateY(-2px);
}.Jopening_board .Wtext_stack .Xfeedback_inquiry:hover::before {
    left: 100%;
}

@keyframes slide-transition {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40%, 56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60%, 76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80%, 96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slide-zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes slide-in {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes border-reveal {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@keyframes dot-appear {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes line-expand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {.Jopening_board .Wtext_stack {
    margin-right: 5%;
    padding: 3rem;
    width: 50%;
}
}

@media (max-width: 992px) {.Jopening_board .tpage_begin::before {
    background: linear-gradient(110deg, #000000 0%, #000000 30%, transparent 60%);
}.Jopening_board .Wtext_stack {
    width: 60%;
    padding: 2.5rem;
}.Jopening_board .Wtext_stack h1 {
    font-size: calc(41px * 0.9);
}
}

@media (max-width: 768px) {.Jopening_board .Gedu_commit {
    justify-content: center;
}.Jopening_board .tpage_begin {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.Jopening_board .tpage_begin::before {
    background: linear-gradient(to right, 
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.6) 100%);
}.Jopening_board .Wtext_stack {
    width: 85%;
    border-radius: 23px;
    margin: 0;
    max-width: 500px;
    backdrop-filter: blur(5px);
    border-left: none;
    border-top: 4px solid rgb(151,164,151);
}.Jopening_board .Wtext_stack::before {
    animation: width-reveal 1.5s forwards 1s;
    background: linear-gradient(to right, rgb(151,164,151), rgb(107,114,106));
    height: 4px;
    left: 0;
    top: -4px;
    width: 0;
}.Jopening_board .Wtext_stack::after {
    left: 30px;
    top: -12px;
}.Jopening_board .Wtext_stack h1 {
    text-align: center;
    width: 100%;
    font-size: 41px;
}.Jopening_board .Wtext_stack p {
    text-align: center;
}.Jopening_board .Wtext_stack .Xfeedback_inquiry {
    margin: 0 auto;
    text-align: center;
    display: block;
}
}

@keyframes width-reveal {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@media (max-width: 576px) {.Jopening_board {
    height: 80vh;
}.Jopening_board .Wtext_stack {
    width: 90%;
    padding: 2rem;
}.Jopening_board .Wtext_stack h1 {
    padding-bottom: 0.8rem;
    margin-bottom: 1.2rem;
    font-size: calc(41px * 0.9);
}.Jopening_board .Wtext_stack p {
    font-size: calc(18px * 0.9);
    margin-bottom: 1.5rem;
}.Jopening_board .Wtext_stack .Xfeedback_inquiry {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 420px) {.Jopening_board {
    height: 70vh;
}.Jopening_board .Wtext_stack {
    padding: 1.5rem;
}.Jopening_board .Wtext_stack h1 {
    font-size: calc(41px * 0.8);
    margin-bottom: 1rem;
}.Jopening_board .Wtext_stack p {
    line-height: 1.6;
    margin-bottom: 1.2rem;
    font-size: calc(18px * 0.85);
}.Jopening_board .Wtext_stack .Xfeedback_inquiry {
    font-size: calc(15px * 0.9);
    padding: 0.7rem 1.8rem;
}
}

@media (max-height: 600px) {.Jopening_board {
    min-height: 450px;
    height: auto;
}
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {.Jopening_board .Wtext_stack {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.4);
}
    
    @media (max-width: 768px) {.Jopening_board .Wtext_stack {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}}
}

.Jopening_board .Jlearn_intro {
    --slide-count: 2;
}.Jopening_board:has(.Rpage_title:nth-child(3)) .Jlearn_intro {
    --slide-count: 3;
}.Jopening_board:has(.Rpage_title:nth-child(4)) .Jlearn_intro {
    --slide-count: 4;
}.Jopening_board:has(.Rpage_title:nth-child(5)) .Jlearn_intro {
    --slide-count: 5;
}.Jopening_board:has(.Rpage_title:nth-child(n+6)) .Jlearn_intro {
    --slide-count: 5;
}.qsign_up {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(151,164,151,0.5), rgb(199,204,177));
    padding: 80px 0;
}.qsign_up::before {
    background: radial-gradient(circle at 70% 30%, rgb(107,114,106,0.5) 0%, transparent 60%);
    content: '';
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
}.qsign_up::after {
    bottom: -50px;
    opacity: 0.3;
    height: 200px;
    position: absolute;
    width: 200px;
    border-radius: 50%;
    z-index: 1;
    right: -50px;
    background: radial-gradient(circle, rgb(151,164,151) 0%, transparent 70%);
    content: '';
}.qsign_up .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.qsign_up .Gedu_commit {
    background: #ffffff;
    position: relative;
    border-radius: 24px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 50px;
    transform: perspective(1000px) rotateX(2deg);
}.qsign_up .Gedu_commit::before {
    height: 20px;
    opacity: 0.5;
    animation: floatCircle 5s infinite ease-in-out;
    background: rgb(151,164,151);
    position: absolute;
    border-radius: 50%;
    left: 10%;
    top: -10px;
    content: '';
    width: 20px;
}.qsign_up .Gedu_commit::after {
    content: '';
    border-radius: 50%;
    animation: floatCircle 7s infinite ease-in-out reverse;
    width: 30px;
    position: absolute;
    height: 30px;
    bottom: -15px;
    opacity: 0.4;
    right: 15%;
    background: rgb(107,114,106);
}.qsign_up h3 {
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    position: relative;
    line-height: 1.4;
}.qsign_up h3::after {
    transform: translateX(-50%);
    width: 80px;
    content: '';
    background: linear-gradient(90deg, rgb(151,164,151), rgb(107,114,106));
    border-radius: 10px;
    bottom: -12px;
    left: 50%;
    height: 3px;
    position: absolute;
}.qsign_up .input_holder {
    display: flex;
    margin: 0 auto;
    z-index: 5;
    flex-direction: column;
    position: relative;
    max-width: 600px;
}.qsign_up .input_holder > div {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}.qsign_up .input_holder input[type="email"] {
    font-size: 16px;
    background-color: #ffffff;
    padding: 16px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    width: 100%;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 24px;
}.qsign_up .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: rgb(151,164,151);
    outline: none;
    transform: translateY(-2px);
}.qsign_up .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.qsign_up .input_holder .vsub_component {
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 15px;
    border: none;
    border-radius: 24px;
    background: linear-gradient(135deg, rgb(151,164,151), rgb(107,114,106));
    align-self: center;
    padding: 16px 36px;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(rgb(151,164,151,0.5), 0.3);
    position: relative;
}.qsign_up .input_holder .vsub_component:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(rgb(151,164,151,0.5), 0.4);
}.qsign_up .input_holder .vsub_component:active {
    box-shadow: 0 5px 15px rgba(rgb(151,164,151,0.5), 0.3);
    transform: translateY(1px);
}.qsign_up .input_holder .vsub_component::before {
    transition: all 0.6s ease;
    height: 100%;
    left: -100%;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
}.qsign_up .input_holder .vsub_component:hover::before {
    left: 100%;
}

@keyframes floatCircle {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@media screen and (min-width: 768px) {.qsign_up .input_holder {
    flex-direction: row;
    align-items: center;
    gap: 20px;
}.qsign_up .input_holder > div {
    margin-bottom: 0;
    flex: 1;
}.qsign_up .input_holder .vsub_component {
    white-space: nowrap;
    min-width: 160px;
}
}

@media screen and (max-width: 767px) {.qsign_up {
    padding: 60px 0;
}.qsign_up .Gedu_commit {
    padding: 30px 20px;
    transform: perspective(1000px) rotateX(1deg);
}.qsign_up h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.qsign_up .input_holder .vsub_component {
    width: 100%;
    margin-top: 5px;
}
}

@media screen and (max-width: 480px) {.qsign_up {
    padding: 40px 0;
}.qsign_up .Gedu_commit {
    transform: none;
    padding: 25px 15px;
}.qsign_up h3 {
    font-size: calc(22px * 0.8);
    margin-bottom: 20px;
}.qsign_up h3::after {
    width: 60px;
}.qsign_up .input_holder input[type="email"] {
    padding: 14px 16px;
}.qsign_up .input_holder .vsub_component {
    padding: 14px 20px;
}}.Dteacher_profile {
    border-radius: 23px;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(to bottom, rgb(199,204,177), rgb(151,164,151,0.5) 120%);
    position: relative;
}.Dteacher_profile::before {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(107,114,106,0.5) 0,
        rgb(107,114,106,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    z-index: 1;
    opacity: 0.3;
}.Dteacher_profile .kreview_voices {
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    transform: translateY(0);
    display: flex;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    max-width: 500px;
    z-index: 2;
}.Dteacher_profile .kreview_voices:hover {
    transform: translateY(-15px);
}.Dteacher_profile .ephoto_strip {
    width: 80%;
    z-index: 3;
    transition: all 0.5s ease;
    position: relative;
    border-radius: 23px 23px 0 0;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    margin: 0 auto;
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
}.Dteacher_profile .ephoto_strip::after {
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    border-radius: 23px 23px 0 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(151,164,151,0.5) 100%);
}.Dteacher_profile .kreview_voices:hover .ephoto_strip {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.Dteacher_profile .Cpast_jobs {
    transition: transform 0.5s ease;
    margin-top: -50px;
    z-index: 2;
    padding: 70px 2rem 2rem;
    position: relative;
    background: #ffffff;
    transform: translateZ(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 23px;
}.Dteacher_profile .Cpast_jobs::before {
    top: 0;
    background-size: 200% 100%;
    background: linear-gradient(90deg, 
                rgb(151,164,151), 
                rgb(107,114,106), 
                rgb(151,164,151));
    content: "";
    animation: gradient-shift 8s infinite alternate;
    height: 6px;
    border-radius: 10px 10px 0 0;
    left: 0;
    position: absolute;
    right: 0;
}.Dteacher_profile .Cpast_jobs::after {
    bottom: 20px;
    filter: blur(15px);
    opacity: 0.2;
    border-radius: 20% 40% 50% 30%;
    background: rgb(107,114,106,0.5);
    animation: float-blob 10s infinite alternate;
    content: "";
    right: 20px;
    width: 60px;
    height: 60px;
    position: absolute;
}.Dteacher_profile .name {
    transform: translateY(0);
    font-size: 28px;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: rgb(151,164,151);
    transition: all 0.3s ease;
    opacity: 0.9;
    font-family: Arial, sans-serif;
}.Dteacher_profile .Cpast_jobs > div:nth-child(2) {
    transition: all 0.4s ease 0.1s;
    color: rgb(107,114,106);
    font-size: 16px;
    transform: translateY(0);
    padding-bottom: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
    opacity: 0.8;
    font-weight: 600;
}.Dteacher_profile .Cpast_jobs > div:nth-child(2)::after {
    position: absolute;
    height: 3px;
    transition: width 0.4s ease;
    left: 0;
    bottom: 0;
    background: rgb(107,114,106,0.5);
    width: 40px;
    content: "";
}.Dteacher_profile .kreview_voices:hover .Cpast_jobs > div:nth-child(2)::after {
    width: 100px;
}.Dteacher_profile .wjob_wrap {
    border-left: 3px solid rgb(107,114,106,0.5);
    transform: translateY(10px);
    color: #000000;
    font-style: italic;
    opacity: 0.7;
    line-height: 1.7;
    transition: all 0.5s ease 0.2s;
    position: relative;
    font-size: 15px;
    padding: 1rem 0 0 1.5rem;
}.Dteacher_profile .kreview_voices:hover .wjob_wrap {
    transform: translateY(0);
    opacity: 1;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

@media (max-width: 768px) {.Dteacher_profile .ephoto_strip {
    width: 100%;
    height: 250px;
}}.qtrackingNoticeModal {
    border-top: 3px solid rgb(151,164,151);
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    background: rgb(107,114,106);
    position: fixed;
    bottom: 0;
    z-index: 90;
    padding: 15px 20px;
}.kedu_cookie {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}.ldata_comply {
    flex-shrink: 0;
    margin-right: 20px;
}.ldata_comply svg {
    height: 50px;
    width: 50px;
    fill: rgb(151,164,151);
}.ftrack_edu {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}.qtrackingNoticeModal h5 {
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}.qtrackingNoticeModal p {
    line-height: 1.5;
    color: #000000;
    font-size: 15px;
}.Xmanage_tracking {
    cursor: pointer;
    border: 2px solid rgb(151,164,151);
    transition: none;
    border-radius: 10px;
    font-size: 16px;
    margin-left: 10px;
    min-width: 150px;
    background: rgb(151,164,151);
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    flex-shrink: 0;
    padding: 10px 20px;
}.Xmanage_tracking:hover {
    background: rgb(151,164,151,0.5);
    border-color: rgb(151,164,151,0.5);
}.qtrackingNoticeModal p a {
    border-bottom: 2px solid rgb(151,164,151);
    color: rgb(151,164,151);
    text-decoration: none;
}.qtrackingNoticeModal p a:hover {
    border-bottom-color: rgb(107,114,106);
    color: rgb(107,114,106);
}
@media only screen and (max-width: 1200px) {.qtrackingNoticeModal {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.ldata_comply {
    display: none;
}.kedu_cookie {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.qtrackingNoticeModal h5, .qtrackingNoticeModal p {
    text-align: center;
}.ftrack_edu {
    margin-bottom: 15px;
}.Xmanage_tracking {
    margin-top: 10px;
    margin-left: 0;
}}
#Icookie_popuppanel {
    display: none;
}#Icookie_popuppanel:checked ~ .qtrackingNoticeModal {
    visibility: hidden;
    opacity: 0;
}.Rcompany_info {
    position: relative;
    padding: 100px 0;
    background-color: #ffffff;
    overflow: hidden;
}.Rcompany_info::before {
    background: radial-gradient(circle at 10% 10%, rgb(151,164,151,0.5) 0%, transparent 50%);
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.1;
    height: 100%;
}.Rcompany_info::after {
    width: 100%;
    z-index: 1;
    right: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    content: "";
    background: radial-gradient(circle at 90% 90%, rgb(107,114,106,0.5) 0%, transparent 50%);
    opacity: 0.1;
}.Rcompany_info .container {
    z-index: 5;
    position: relative;
}.Rcompany_info h2 {
    width: 100%;
    font-weight: 700;
    font-size: 47px;
    margin-bottom: 60px;
    color: #000000;
    display: inline-block;
    position: relative;
    text-align: center;
}.Rcompany_info h2::after {
    border-radius: 10px;
    left: 50%;
    width: 100px;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(151,164,151), rgb(107,114,106));
    height: 4px;
    position: absolute;
    bottom: -15px;
}.Rcompany_info .Vfast_learning {
    align-items: center;
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 50px;
}.Rcompany_info .umission_why {
    align-items: flex-start;
    gap: 40px;
    max-width: 800px;
    padding: 0;
    width: 100%;
    display: flex;
    position: relative;
}.Rcompany_info .umission_why:first-child {
    flex-direction: row;
}.Rcompany_info .umission_why:last-child {
    flex-direction: row-reverse;
}.Rcompany_info .umission_why h3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 2;
    font-size: 20px;
    font-weight: 700;
    border-radius: 30px;
    text-align: center;
    min-width: 200px;
    padding: 20px;
    margin: 0;
}.Rcompany_info .umission_why:first-child h3 {
    background: rgb(151,164,151);
}.Rcompany_info .umission_why:last-child h3 {
    background: rgb(107,114,106);
}.Rcompany_info .umission_why h3::after {
    z-index: -1;
    height: 20px;
    top: 50%;
    background: inherit;
    content: "";
    position: absolute;
    width: 20px;
    transform: translateY(-50%) rotate(45deg);
}.Rcompany_info .umission_why:first-child h3::after {
    right: -10px;
}.Rcompany_info .umission_why:last-child h3::after {
    left: -10px;
}.Rcompany_info .umission_why p {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex: 1;
    transition: all 0.3s ease;
    color: #000000;
    position: relative;
    padding: 30px;
    border-radius: 30px;
    line-height: 1.8;
    font-size: 14px;
    z-index: 1;
}.Rcompany_info .umission_why:hover h3 {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.Rcompany_info .umission_why:hover p {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.Rcompany_info .Vfast_learning::before {
    left: 50%;
    height: 100%;
    opacity: 0.3;
    top: 0;
    content: "";
    z-index: 0;
    width: 1px;
    background: linear-gradient(to bottom, rgb(151,164,151,0.5), rgb(107,114,106,0.5));
    position: absolute;
}

@media screen and (max-width: 992px) {.Rcompany_info {
    padding: 80px 0;
}.Rcompany_info h2 {
    margin-bottom: 50px;
    font-size: calc(47px * 0.9);
}.Rcompany_info .Vfast_learning {
    gap: 40px;
}
}

@media screen and (max-width: 768px) {.Rcompany_info {
    padding: 60px 0;
}.Rcompany_info h2 {
    font-size: calc(47px * 0.8);
    margin-bottom: 40px;
}.Rcompany_info h2::after {
    height: 3px;
    width: 80px;
}.Rcompany_info .umission_why {
    gap: 20px;
    align-items: center;
    flex-direction: column !important;
}.Rcompany_info .umission_why h3 {
    min-width: 0;
    max-width: 100%;
    width: 100%;
}.Rcompany_info .umission_why h3::after {
    display: none;
}.Rcompany_info .umission_why p {
    width: 100%;
    padding: 25px;
}.Rcompany_info .Vfast_learning::before {
    display: none;
}
}

@media screen and (max-width: 576px) {.Rcompany_info {
    padding: 50px 0;
}.Rcompany_info h2 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.7);
}.Rcompany_info h2::after {
    bottom: -10px;
    height: 3px;
    width: 60px;
}.Rcompany_info .Vfast_learning {
    gap: 30px;
}.Rcompany_info .umission_why h3 {
    padding: 15px;
    font-size: calc(20px * 0.9);
}.Rcompany_info .umission_why p {
    padding: 20px;
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}.bthxSpace {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(199,204,177) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
}.bthxSpace::before {
    width: 60%;
    z-index: 1;
    height: 120%;
    background: rgb(151,164,151,0.5);
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 0% 85%);
    top: -10%;
    position: absolute;
    opacity: 0.1;
    content: "";
    transform: rotate(-5deg);
    left: -10%;
}.bthxSpace::after {
    z-index: 1;
    content: "";
    bottom: -5%;
    transform: rotate(3deg);
    position: absolute;
    right: -5%;
    background: rgb(107,114,106,0.5);
    width: 40%;
    opacity: 0.1;
    height: 80%;
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 85%);
}.bthxSpace .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.bthxSpace .Gedu_commit {
    gap: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(5px);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
    position: relative;
    padding: 60px 40px;
    display: grid;
}.bthxSpace .Gedu_commit:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}.bthxSpace .Gedu_commit::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(151,164,151) 0%, rgb(107,114,106) 100%);
    left: 0;
    height: 6px;
    content: "";
    top: 0;
}.bthxSpace .Gedu_commit::after {
    right: 20px;
    position: absolute;
    opacity: 0.2;
    height: 60px;
    z-index: -1;
    border: 2px solid rgb(151,164,151,0.5);
    width: 60px;
    top: 20px;
    animation: rotate 15s infinite linear;
    content: "";
}.bthxSpace h5 {
    position: relative;
    font-size: 19px;
    line-height: 1.4;
    padding-left: 20px;
    color: rgb(151,164,151);
    margin: 0 0 10px;
    font-weight: 700;
    transform: translateZ(0);
}.bthxSpace h5::before {
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    content: "";
    background: rgb(151,164,151);
    left: 0;
    top: 0.4em;
    position: absolute;
}.bthxSpace p {
    color: #000000;
    margin: 0;
    padding-left: 20px;
    font-size: 18px;
    position: relative;
    line-height: 1.8;
    transition: all 0.3s ease;
    border-left: 1px solid rgb(151,164,151,0.5);
}.bthxSpace a {
    background-color: rgba(rgb(199,204,177), 0.3);
    text-decoration: none;
    padding: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    display: block;
}.bthxSpace a::before {
    content: "";
    bottom: 0;
    transform: scaleX(0.7);
    transform-origin: left;
    background: linear-gradient(90deg, transparent, rgb(151,164,151,0.5), transparent);
    height: 2px;
    left: 0;
    width: 100%;
    transition: transform 0.5s ease;
    position: absolute;
}.bthxSpace a:hover::before {
    transform: scaleX(1);
}.bthxSpace a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background-color: rgba(rgb(199,204,177), 0.5);
}.bthxSpace a:hover p {
    padding-left: 25px;
    border-left-color: rgb(151,164,151);
}

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

@media screen and (min-width: 768px) {.bthxSpace {
    padding: 150px 0;
}.bthxSpace .Gedu_commit {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 80px 60px;
}.bthxSpace h5 {
    font-size: calc(19px * 1.1);
    max-width: 90%;
}.bthxSpace p {
    font-size: calc(18px * 1.05);
}.bthxSpace a {
    padding: 25px;
}
}

@media screen and (min-width: 992px) {.bthxSpace {
    padding: 180px 0;
}.bthxSpace .Gedu_commit {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
    padding: 100px 80px;
}.bthxSpace h5 {
    font-size: calc(19px * 1.2);
    padding-left: 30px;
}.bthxSpace h5::before {
    height: 10px;
    width: 10px;
}.bthxSpace p {
    padding-left: 30px;
    font-size: calc(18px * 1.1);
}.bthxSpace a {
    padding: 30px;
}
}

@media screen and (max-width: 767px) {.bthxSpace {
    padding: 80px 0;
}.bthxSpace .Gedu_commit {
    padding: 40px 25px;
}.bthxSpace h5 {
    font-size: calc(19px * 0.95);
}.bthxSpace p {
    font-size: calc(18px * 0.95);
}.bthxSpace a {
    padding: 15px;
}
}

@media (prefers-reduced-motion: reduce) {.bthxSpace .Gedu_commit,
    .bthxSpace .Gedu_commit:hover,
    .bthxSpace a,
    .bthxSpace a:hover,
    .bthxSpace p,
    .bthxSpace a:hover p,
    .bthxSpace a::before,
    .bthxSpace a:hover::before {
    transform: none;
    transition: none;
    animation: none;
}
}