* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.wrapper-segment_gui {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container {
    width: 1101px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}.achieve_cta_gui {
    flex: 0 0 auto;
}.top_base_gui {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.interested_learners_gui {
    background: rgb(226,224,204);
    padding: 140px 0;
    overflow: hidden;
    position: relative;
}.interested_learners_gui::before {
    top: 0;
    position: absolute;
    content: "";
    background-size: 60px 60px;
    height: 100%;
    background-position: 0 0, 30px 30px;
    opacity: 0.03;
    width: 100%;
    background-image: 
        linear-gradient(
            45deg, 
            rgb(192,181,179,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(192,181,179,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(192,181,179,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(192,181,179,0.5) 75%
        );
    left: 0;
    z-index: 0;
}.interested_learners_gui::after {
    width: 100%;
    z-index: 1;
    left: 0;
    height: 150px;
    content: "";
    background: linear-gradient(to top, rgb(226,224,204), transparent);
    position: absolute;
    bottom: 0;
}.interested_learners_gui .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.interested_learners_gui .heritage_tl_gui {
    position: relative;
}.interested_learners_gui h4 {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 29px;
    padding: 20px 0;
    margin-bottom: 80px;
    text-align: center;
}.interested_learners_gui h4::before {
    left: 50%;
    position: absolute;
    top: 0;
    height: 3px;
    border-radius: 2px;
    content: "";
    transform: translateX(-50%);
    width: 100px;
    background: rgb(192,181,179,0.5);
}.interested_learners_gui h4::after {
    height: 3px;
    border-radius: 2px;
    width: 100px;
    bottom: 0;
    background: rgb(154,141,143,0.5);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
}.interested_learners_gui div {
    flex-direction: column;
    position: relative;
    display: flex;
    align-items: center;
}.interested_learners_gui div::before {
    opacity: 0.5;
    width: 2px;
    left: 50%;
    background: linear-gradient(180deg, rgb(192,181,179,0.5), rgb(154,141,143,0.5), transparent);
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 0;
}.interested_learners_gui div p {
    line-height: 1.6;
    padding: 25px 30px;
    z-index: 1;
    position: relative;
    display: flex;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 70%;
    background: #ffffff;
    color: #000000;
    align-items: center;
    font-size: 17px;
    transition: all 0.4s ease;
    margin: 0 0 60px 0;
}.interested_learners_gui div p:nth-child(odd) {
    align-self: flex-start;
    border-top-left-radius: 0;
}.interested_learners_gui div p:nth-child(even) {
    align-self: flex-end;
    border-top-right-radius: 0;
}.interested_learners_gui div p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
}.interested_learners_gui div p::before {
    border-radius: 50%;
    height: 30px;
    position: absolute;
    background: #ffffff;
    content: "";
    width: 30px;
    z-index: 2;
}.interested_learners_gui div p:nth-child(odd)::before {
    left: -15px;
    top: -15px;
}.interested_learners_gui div p:nth-child(even)::before {
    top: -15px;
    right: -15px;
}.interested_learners_gui div p::after {
    z-index: 3;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(192,181,179), rgb(154,141,143));
    transition: all 0.3s ease;
    position: absolute;
    height: 15px;
    width: 15px;
    content: "";
}.interested_learners_gui div p:nth-child(odd)::after {
    left: -7.5px;
    top: -7.5px;
}.interested_learners_gui div p:nth-child(even)::after {
    top: -7.5px;
    right: -7.5px;
}.interested_learners_gui div p:hover::after {
    box-shadow: 0 0 10px rgb(192,181,179,0.5);
    transform: scale(1.3);
}.interested_learners_gui div p svg {
    transition: all 0.3s ease;
    width: 32px;
    min-width: 32px;
    margin-right: 20px;
    height: 32px;
}.interested_learners_gui div p:hover svg {
    transform: rotate(15deg);
}.interested_learners_gui div p svg path {
    fill: rgb(192,181,179);
    transition: fill 0.3s ease;
}.interested_learners_gui div p:hover svg path {
    fill: rgb(154,141,143);
}

@media (max-width: 991px) {.interested_learners_gui {
    padding: 120px 0;
}.interested_learners_gui h4 {
    font-size: calc(29px - 2px);
    margin-bottom: 70px;
}.interested_learners_gui div p {
    padding: 22px 25px;
    width: 80%;
    margin-bottom: 50px;
}.interested_learners_gui div p svg {
    margin-right: 15px;
    height: 28px;
    width: 28px;
    min-width: 28px;
}
}

@media (max-width: 767px) {.interested_learners_gui {
    padding: 100px 0;
}.interested_learners_gui h4 {
    margin-bottom: 60px;
    font-size: calc(29px - 4px);
}.interested_learners_gui div p {
    border-radius: 30px !important;
    margin-bottom: 40px;
    width: 90%;
    padding: 18px 22px;
    align-self: center !important;
}.interested_learners_gui div p::before,
    .interested_learners_gui div p::after {
    display: none;
}.interested_learners_gui div p svg {
    height: 24px;
    width: 24px;
    margin-right: 12px;
    min-width: 24px;
}
}

@media (max-width: 479px) {.interested_learners_gui {
    padding: 80px 0;
}.interested_learners_gui h4 {
    font-size: calc(29px - 6px);
    margin-bottom: 50px;
}.interested_learners_gui div p {
    padding: 15px 18px;
    font-size: calc(17px - 1px);
    width: 100%;
    margin-bottom: 30px;
}.interested_learners_gui div p svg {
    height: 22px;
    min-width: 22px;
    margin-right: 10px;
    width: 22px;
}}.consentWarningDialog_gui {
    animation: slideIn 0.5s ease-in-out;
    background: rgb(154,141,143);
    width: 100%;
    box-shadow: 0 -10px 30px rgb(192,181,179,0.5);
    z-index: 90;
    border-top: 2px solid rgb(192,181,179);
    position: fixed;
    bottom: 0;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.cookie_alerts_gui {
    padding: 20px 5%;
    align-items: center;
    box-shadow: 0 0 20px rgb(192,181,179,0.5);
    justify-content: space-between;
    background: linear-gradient(135deg, rgb(154,141,143) 0%, rgba(0, 0, 0, 0.5) 100%);
    flex-wrap: wrap;
    display: flex;
}.consent_box_gui {
    border-radius: 24px;
    flex-shrink: 0;
    padding: 10px;
    overflow: hidden;
    margin-right: 20px;
    box-shadow: 0 0 15px rgb(192,181,179);
    background: rgba(0, 0, 0, 0.5);
}.consent_box_gui svg, .consent_box_gui svg path {
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease;
    fill: rgb(192,181,179);
}.consent_box_gui:hover svg {
    transform: rotate(20deg);
}.cookies_consent_gui {
    min-width: 300px;
    flex: 1;
    color: #ffffff;
}.cookies_consent_gui h5 {
    color: rgb(192,181,179);
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(192,181,179);
}.cookies_consent_gui p {
    font-size: 17px;
    text-shadow: 0 0 5px rgb(192,181,179,0.5);
    color: #ffffff;
    margin-bottom: 0;
}.consent_track_gui {
    font-size: 17px;
    box-shadow: 0 0 10px rgb(192,181,179,0.5);
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 12px 25px;
    margin-left: 10px;
    background: rgb(192,181,179);
    cursor: pointer;
    border-radius: 10px;
    color: #000000;
    white-space: nowrap;
}.consent_track_gui:hover {
    box-shadow: 0 0 20px rgb(154,141,143,0.5);
    background: rgb(154,141,143);
}.consentWarningDialog_gui p a {
    transition: color 0.3s ease;
    color: rgb(192,181,179);
    text-decoration: underline;
}.consentWarningDialog_gui p a:hover {
    color: rgb(154,141,143);
}#userPrivacyDialog_gui {
    display: none;
}#userPrivacyDialog_gui:checked ~ .consentWarningDialog_gui {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.consentWarningDialog_gui {
    padding: 20px;
}.cookie_alerts_gui {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.consent_box_gui {
    display: none;
}.cookie_alerts_gui {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookies_consent_gui {
    text-align: center;
    margin-bottom: 20px;
}.consentWarningDialog_gui h5, .consentWarningDialog_gui p {
    text-align: center;
}.consent_track_gui {
    margin-left: 0;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}}
.study_method_guiUY9 {
    background: linear-gradient(135deg, rgb(226,224,204), #ffffff);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.study_method_guiUY9::before {
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(192,181,179,0.5),
        transparent 10px,
        transparent 60px,
        rgb(192,181,179,0.5) 70px
    );
    pointer-events: none;
    opacity: 0.07;
    z-index: 1;
    height: 100%;
}.study_method_guiUY9::after {
    right: -5%;
    opacity: 0.05;
    filter: blur(40px);
    width: 300px;
    position: absolute;
    top: -10%;
    background: rgb(154,141,143);
    border-radius: 50%;
    z-index: 0;
    height: 300px;
    animation: float 15s ease-in-out infinite;
    transform: translate(0, 0);
    content: "";
}.study_method_guiUY9 .heritage_tl_gui {
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.study_method_guiUY9 h2 {
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    color: #000000;
    font-size: 30px;
    position: relative;
    font-weight: 700;
    transform: translateX(-5px);
    letter-spacing: -0.02em;
    line-height: 1.2;
}.study_method_guiUY9 h2::before {
    transform: scaleX(1);
    background: linear-gradient(to right, rgb(192,181,179), rgb(154,141,143));
    position: absolute;
    height: 3px;
    width: 80px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    left: 0;
    transform-origin: left center;
    bottom: -12px;
}.study_method_guiUY9:hover h2::before {
    transform: scaleX(1.5);
}.study_method_guiUY9 .info_wrapper_gui {
    border-left: 4px solid rgb(192,181,179);
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    backdrop-filter: blur(5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    background: #ffffff;
}.study_method_guiUY9 .info_wrapper_gui::before {
    width: 0;
    height: calc(100% - 40px);
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    position: absolute;
    left: -2px;
    background: rgb(154,141,143);
    content: "";
    opacity: 0.1;
    top: 20px;
}.study_method_guiUY9:hover .info_wrapper_gui::before {
    width: 100%;
}.study_method_guiUY9 .info_wrapper_gui p {
    font-size: calc(15px + 0.05rem);
    position: relative;
    letter-spacing: 0.01em;
    color: #000000;
    font-weight: 400;
    z-index: 2;
    line-height: 1.7;
    margin: 0;
}.study_method_guiUY9:hover .info_wrapper_gui {
    transform: translateY(-5px);
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-20px, 20px);
    }
    50% {
        transform: translate(10px, -15px);
    }
    75% {
        transform: translate(-15px, -10px);
    }
}

@media (max-width: 992px) {.study_method_guiUY9 {
    padding: 90px 0;
}.study_method_guiUY9 h2 {
    font-size: calc(30px - 0.2rem);
}.study_method_guiUY9 .info_wrapper_gui {
    padding: 35px;
}
}

@media (max-width: 768px) {.study_method_guiUY9 {
    padding: 70px 0;
}.study_method_guiUY9 h2 {
    margin-bottom: 30px;
    font-size: calc(30px - 0.4rem);
}.study_method_guiUY9 h2::before {
    width: 60px;
}.study_method_guiUY9 .info_wrapper_gui {
    padding: 30px 25px;
}.study_method_guiUY9 .info_wrapper_gui p {
    line-height: 1.6;
    font-size: 15px;
}
}

@media (max-width: 576px) {.study_method_guiUY9 {
    padding: 50px 0;
}.study_method_guiUY9 .heritage_tl_gui {
    padding: 0 20px;
}.study_method_guiUY9 h2 {
    margin-bottom: 25px;
    font-size: calc(30px - 0.6rem);
}.study_method_guiUY9 h2::before {
    height: 2px;
    bottom: -8px;
    width: 50px;
}.study_method_guiUY9 .info_wrapper_gui {
    border-left-width: 3px;
    padding: 25px 20px;
}.study_method_guiUY9 .info_wrapper_gui p {
    font-size: calc(15px - 0.05rem);
    line-height: 1.5;
}}.connect_with_us_gui {
    overflow: hidden;
    z-index: 1;
    padding: 100px 0;
    position: relative;
    background: rgb(226,224,204);
}.connect_with_us_gui::before {
    top: 0;
    content: '';
    opacity: 0.3;
    position: absolute;
    z-index: 0;
    height: 100%;
    left: 0;
    background-size: 60px 60px;
    width: 100%;
    background: linear-gradient(45deg, transparent 48%, rgb(192,181,179,0.5) 49%, rgb(192,181,179,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(154,141,143,0.5) 49%, rgb(154,141,143,0.5) 51%, transparent 52%);
}.connect_with_us_gui::after {
    background: 
        linear-gradient(90deg, rgb(226,224,204) 6px, transparent 6px),
        linear-gradient(0deg, rgb(226,224,204) 6px, transparent 6px);
    top: 0;
    width: 100%;
    background-size: 100px 100px;
    left: 0;
    z-index: 0;
    content: '';
    position: absolute;
    height: 100%;
    opacity: 0.2;
}.connect_with_us_gui .img_container_gui {
    width: 100%;
    z-index: 0;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.15;
    filter: grayscale(0.7) hue-rotate(25deg);
}.connect_with_us_gui .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.connect_with_us_gui h3 {
    text-align: center;
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative;
    color: #000000;
    transform: skew(-5deg);
}.connect_with_us_gui h3::before {
    bottom: -15px;
    left: 50%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    height: 5px;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    position: absolute;
    transform: translateX(-50%);
    content: '';
    width: 100px;
}.connect_with_us_gui .request_query_gui {
    z-index: 1;
    position: relative;
    flex-wrap: wrap;
    display: flex;
}.connect_with_us_gui .help_inquiry_gui {
    transform: skew(-3deg);
    position: relative;
    flex: 1 1 60%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
    border-radius: 0;
    padding: 60px;
    background: #ffffff;
}.connect_with_us_gui .help_inquiry_gui::before {
    content: '';
    border: 2px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    pointer-events: none;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
}.connect_with_us_gui .help_inquiry_gui #contact {
    transform: skew(3deg);
}.connect_with_us_gui .help_inquiry_gui h3 {
    transform: skew(0);
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
}.connect_with_us_gui .help_inquiry_gui h3::before {
    left: 0;
    width: 60px;
    transform: none;
    height: 3px;
    clip-path: none;
}.connect_with_us_gui .help_inquiry_gui input[type="text"],
.connect_with_us_gui .help_inquiry_gui textarea {
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 20px;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    margin-bottom: 25px;
    border: 2px solid rgb(192,181,179);
    color: #000000;
    border-radius: 0;
}.connect_with_us_gui .help_inquiry_gui input[type="text"]:focus,
.connect_with_us_gui .help_inquiry_gui textarea:focus {
    box-shadow: 8px 8px 0 rgb(192,181,179,0.5);
    background-color: rgba(0, 0, 0, 0.02);
    transform: translate(-3px, -3px);
    outline: none;
}.connect_with_us_gui .help_inquiry_gui textarea {
    resize: vertical;
    height: 140px;
}.connect_with_us_gui .help_inquiry_gui .request_map_gui {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.connect_with_us_gui .help_inquiry_gui .request_map_gui input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_with_us_gui .help_inquiry_gui .request_map_gui label {
    line-height: 1.5;
    cursor: pointer;
    color: #000000;
    padding-left: 35px;
    font-size: calc(14px - 2px);
    position: relative;
}.connect_with_us_gui .help_inquiry_gui .request_map_gui label::before {
    height: 24px;
    width: 24px;
    border: 2px solid rgb(192,181,179);
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    background-color: #ffffff;
    transition: all 0.3s ease;
}.connect_with_us_gui .help_inquiry_gui .request_map_gui input[type="checkbox"]:checked + label::before {
    background-color: rgb(192,181,179);
}.connect_with_us_gui .help_inquiry_gui .request_map_gui input[type="checkbox"]:checked + label::after {
    width: 6px;
    top: 5px;
    content: '';
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    left: 9px;
    height: 12px;
    position: absolute;
    transform: rotate(45deg);
}.connect_with_us_gui .help_inquiry_gui .request_map_gui a {
    position: relative;
    color: rgb(192,181,179);
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}.connect_with_us_gui .help_inquiry_gui .request_map_gui a::after {
    transform-origin: left;
    bottom: -2px;
    position: absolute;
    background-color: rgb(192,181,179);
    height: 2px;
    transition: transform 0.3s ease;
    left: 0;
    transform: scaleX(0);
    width: 100%;
    content: '';
}.connect_with_us_gui .help_inquiry_gui .request_map_gui a:hover {
    color: rgb(154,141,143);
}.connect_with_us_gui .help_inquiry_gui .request_map_gui a:hover::after {
    background-color: rgb(154,141,143);
    transform: scaleX(1);
}.connect_with_us_gui .help_inquiry_gui .request_grid_gui {
    transition: all 0.3s ease;
    font-size: 19px;
    color: #ffffff;
    font-weight: 700;
    padding: 18px 40px;
    border: none;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    letter-spacing: 2px;
    cursor: pointer;
    text-transform: uppercase;
    background: rgb(192,181,179);
    display: inline-block;
    position: relative;
}.connect_with_us_gui .help_inquiry_gui .request_grid_gui:hover {
    background: rgb(154,141,143);
    transform: translate(-3px, -3px);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
}.connect_with_us_gui .request_box_gui {
    position: relative;
    flex: 1 1 40%;
    margin-left: -40px;
    background: rgb(226,224,204);
    padding: 60px 60px 60px 80px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
    color: #ffffff;
}.connect_with_us_gui .request_box_gui::before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    z-index: -1;
    position: absolute;
}.connect_with_us_gui .request_box_gui::after {
    pointer-events: none;
    top: 20px;
    position: absolute;
    left: 20px;
    content: '';
    border: 2px solid rgba(255, 255, 255, 0.1);
    right: 20px;
    bottom: 20px;
}.connect_with_us_gui .request_box_gui h4 {
    color: #000000;
    position: relative;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 40px;
}.connect_with_us_gui .request_box_gui h4::after {
    content: '';
    bottom: -15px;
    width: 60px;
    height: 3px;
    background: rgb(192,181,179);
    left: 0;
    position: absolute;
}.connect_with_us_gui .request_box_gui .feedback_reach_gui {
    padding: 0;
    list-style: none;
    margin: 0;
}.connect_with_us_gui .request_box_gui .feedback_reach_gui li {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    position: relative;
}.connect_with_us_gui .request_box_gui .feedback_reach_gui li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}.connect_with_us_gui .request_box_gui .feedback_reach_gui li svg {
    flex-shrink: 0;
    margin-right: 20px;
    width: 24px;
    height: 24px;
}.connect_with_us_gui .request_box_gui .feedback_reach_gui li svg path {
    fill: rgb(192,181,179);
}.connect_with_us_gui .request_box_gui .feedback_reach_gui li:hover svg path {
    transition: fill 0.3s ease;
    fill: rgb(154,141,143);
}.connect_with_us_gui .request_box_gui .feedback_reach_gui li span {
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}.connect_with_us_gui .request_box_gui .feedback_reach_gui li a {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
}.connect_with_us_gui .request_box_gui .feedback_reach_gui li a:hover {
    color: rgb(192,181,179);
}

@media (max-width: 992px) {.connect_with_us_gui {
    padding: 70px 0;
}.connect_with_us_gui .request_query_gui {
    flex-direction: column;
}.connect_with_us_gui .help_inquiry_gui {
    flex: 1 1 100%;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    padding: 40px;
}.connect_with_us_gui .request_box_gui {
    flex: 1 1 100%;
    margin-left: 0;
    margin-top: -20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    padding: 40px;
}
}

@media (max-width: 768px) {.connect_with_us_gui {
    padding: 50px 0;
}.connect_with_us_gui h3 {
    font-size: calc(30px);
    margin-bottom: 40px;
    letter-spacing: 2px;
}.connect_with_us_gui .help_inquiry_gui h3,
    .connect_with_us_gui .request_box_gui h4 {
    margin-bottom: 30px;
    font-size: calc(18px - 2px);
}.connect_with_us_gui .help_inquiry_gui input[type="text"],
    .connect_with_us_gui .help_inquiry_gui textarea {
    padding: 15px;
    margin-bottom: 20px;
}.connect_with_us_gui .help_inquiry_gui textarea {
    height: 120px;
}.connect_with_us_gui .help_inquiry_gui .request_grid_gui {
    padding: 15px 30px;
}.connect_with_us_gui .request_box_gui .feedback_reach_gui li {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.connect_with_us_gui .request_box_gui .feedback_reach_gui li svg {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}
}

@media (max-width: 576px) {.connect_with_us_gui {
    padding: 40px 0;
}.connect_with_us_gui .help_inquiry_gui,
    .connect_with_us_gui .request_box_gui {
    box-shadow: none;
    transform: skew(0);
    clip-path: none;
    padding: 30px 20px;
}.connect_with_us_gui .help_inquiry_gui #contact {
    transform: skew(0);
}.connect_with_us_gui .help_inquiry_gui::before,
    .connect_with_us_gui .request_box_gui::after {
    clip-path: none;
}.connect_with_us_gui .request_box_gui {
    margin-top: 0;
}.connect_with_us_gui h3 {
    font-size: calc(30px - 6px);
    transform: skew(0);
}.connect_with_us_gui .help_inquiry_gui .request_map_gui label {
    font-size: calc(14px - 3px);
}.connect_with_us_gui .help_inquiry_gui .request_grid_gui {
    clip-path: none;
}}.attempt_now_gui {
    padding: 130px 0;
    background: linear-gradient(140deg, rgb(226,224,204) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.attempt_now_gui::before {
    position: absolute;
    z-index: 1;
    opacity: 0.08;
    content: '';
    top: 0;
    background-image: 
        linear-gradient(to right, rgb(192,181,179,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(192,181,179,0.5) 1px, transparent 1px);
    background-size: 20px 20px;
    height: 100%;
    width: 100%;
    left: 0;
}.attempt_now_gui .heritage_tl_gui {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    position: relative;
    border-radius: 15px;
    z-index: 10;
    padding: 60px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    background: #ffffff;
}.attempt_now_gui .heritage_tl_gui::before {
    z-index: -1;
    background: linear-gradient(45deg, transparent 96%, rgb(192,181,179) 96%, rgb(192,181,179) 100%);
    border-radius: 15px;
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
}.attempt_now_gui .container p {
    margin: 0;
    flex: 0 0 65%;
    font-weight: 700;
    font-size: 35px;
    color: #000000;
    line-height: 1.4;
    z-index: 5;
    position: relative;
}.attempt_now_gui .request_grid_gui {
    display: flex;
    text-decoration: none;
    z-index: 5;
    border: 2px solid rgb(192,181,179);
    border-radius: 6px;
    color: rgb(192,181,179);
    background: linear-gradient(135deg, rgb(192,181,179,0.5) 0%, transparent 100%);
    transition: all 0.4s ease;
    font-size: 14px;
    justify-content: center;
    flex: 0 0 30%;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    align-items: center;
    height: 80px;
}.attempt_now_gui .request_grid_gui::before {
    height: calc(100% + 4px);
    content: '';
    left: -2px;
    position: absolute;
    background: rgb(192,181,179);
    transition: transform 0.4s ease;
    z-index: -1;
    width: calc(100% + 4px);
    top: -2px;
    transform: translateX(-100%);
}.attempt_now_gui .request_grid_gui:hover {
    box-shadow: 0 10px 30px rgb(192,181,179,0.5);
    color: #ffffff;
}.attempt_now_gui .request_grid_gui:hover::before {
    transform: translateX(0);
}.attempt_now_gui::after {
    z-index: 1;
    opacity: 0.4;
    width: 400px;
    position: absolute;
    background: radial-gradient(circle, rgb(192,181,179,0.5) 0%, transparent 70%);
    height: 400px;
    content: '';
    top: -200px;
    right: -200px;
}.attempt_now_gui .heritage_tl_gui::after {
    position: absolute;
    background: #ffffff;
    z-index: 2;
    width: 30px;
    border-radius: 50%;
    border: 2px solid rgb(192,181,179);
    bottom: -15px;
    height: 30px;
    content: '';
    left: 60px;
}

@media (max-width: 991px) {.attempt_now_gui {
    padding: 100px 0;
}.attempt_now_gui .heritage_tl_gui {
    padding: 40px;
}.attempt_now_gui .container p {
    font-size: calc(21px * 1.2);
}.attempt_now_gui .request_grid_gui {
    height: 70px;
}.attempt_now_gui .heritage_tl_gui::after {
    bottom: -12px;
    width: 25px;
    left: 40px;
    height: 25px;
}
}

@media (max-width: 767px) {.attempt_now_gui {
    padding: 80px 0;
}.attempt_now_gui .heritage_tl_gui {
    flex-direction: column;
    gap: 40px;
    padding: 30px;
}.attempt_now_gui .container p {
    flex: none;
    font-size: 21px;
    width: 100%;
}.attempt_now_gui .request_grid_gui {
    flex: none;
    width: 100%;
    height: 60px;
}.attempt_now_gui .heritage_tl_gui::after {
    left: 30px;
    width: 20px;
    height: 20px;
    bottom: -10px;
}
}

@media (max-width: 480px) {.attempt_now_gui {
    padding: 60px 0;
}.attempt_now_gui .heritage_tl_gui {
    padding: 25px;
    gap: 30px;
}.attempt_now_gui .container p {
    font-size: calc(18px * 1.2);
}.attempt_now_gui .request_grid_gui {
    height: 50px;
    font-size: calc(14px * 0.9);
}}.program_details_gui {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgba(255,255,255,0.9) 100%);
}.program_details_gui::before {
    background: linear-gradient(145deg, rgb(154,141,143,0.5) 0%, rgb(192,181,179,0.5) 100%);
    height: 60%;
    right: -10%;
    width: 40%;
    opacity: 0.5;
    content: "";
    top: -5%;
    position: absolute;
    filter: blur(60px);
    z-index: 0;
    transform: rotate(-15deg);
}.program_details_gui::after {
    content: "";
    bottom: -5%;
    filter: blur(60px);
    width: 40%;
    left: -10%;
    background: linear-gradient(145deg, rgb(192,181,179,0.5) 0%, rgb(154,141,143) 20%, transparent 100%);
    height: 60%;
    transform: rotate(15deg);
    z-index: 0;
    position: absolute;
    opacity: 0.3;
}.program_details_gui .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.program_details_gui h2 {
    text-align: left;
    margin-bottom: 3rem;
    color: #000000;
    opacity: 0;
    font-size: 29px;
    transform: translateX(-20px);
    position: relative;
    font-weight: 700;
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
}.program_details_gui h2::after {
    margin-top: 15px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    width: 80px;
    animation: expandLine 0.6s ease-out 1s forwards;
    display: block;
    transform: scaleX(0);
    height: 4px;
    content: "";
}.program_details_gui .learn_coding_gui {
    gap: 3rem;
    display: grid;
    animation: fadeIn 0.8s ease-out 0.6s forwards;
    opacity: 0;
    transform: translateY(20px);
    grid-template-columns: 1fr;
}.program_details_gui .img_container_gui {
    height: 300px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.5s ease-out;
    overflow: hidden;
    width: 100%;
    transform: perspective(1000px) rotateY(-2deg);
}.program_details_gui .img_container_gui::before {
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%);
    height: 100%;
    z-index: 1;
    width: 100%;
}.program_details_gui .img_container_gui::after {
    opacity: 0.5;
    z-index: 2;
    position: absolute;
    top: -10%;
    mix-blend-mode: overlay;
    left: -10%;
    background: linear-gradient(135deg, rgb(154,141,143,0.5) 0%, transparent 70%);
    animation: shimmer 8s infinite alternate ease-in-out;
    content: "";
    height: 120%;
    width: 120%;
}.program_details_gui .info_wrapper_gui {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    backdrop-filter: blur(5px);
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 2rem;
}.program_details_gui .info_wrapper_gui::before {
    position: absolute;
    animation: expandLine 0.8s ease-out 1.2s forwards;
    left: 0;
    top: 0;
    content: "";
    transform-origin: left;
    height: 5px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    width: 100%;
}.program_details_gui .description {
    opacity: 0;
    color: #000000;
    transform: translateY(15px);
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease-out 0.8s forwards;
}.program_details_gui .description:first-of-type::first-letter {
    padding-right: 0.1em;
    font-weight: 700;
    float: left;
    font-size: 1.8em;
    color: rgb(192,181,179);
    line-height: 0.8;
}.program_details_gui .description:last-of-type {
    margin-bottom: 0;
    animation-delay: 1s;
}

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

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

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

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

@keyframes shimmer {
    0% {
        transform: translate(-10%, -10%) scale(1.1);
    }
    100% {
        transform: translate(5%, 5%) scale(1);
    }
}

@media (min-width: 768px) {.program_details_gui {
    padding: 8rem 0;
}.program_details_gui h2 {
    max-width: 80%;
    font-size: calc(29px * 1.2);
}.program_details_gui .learn_coding_gui {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}.program_details_gui .img_container_gui {
    transform: perspective(1000px) rotateY(-3deg);
    height: 500px;
}.program_details_gui .img_container_gui:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program_details_gui .info_wrapper_gui {
    padding: 3rem;
}
}

@media (min-width: 992px) {.program_details_gui {
    padding: 10rem 0;
}.program_details_gui h2 {
    font-size: calc(29px * 1.4);
    max-width: 70%;
}.program_details_gui .learn_coding_gui {
    gap: 6rem;
}.program_details_gui .img_container_gui {
    height: 600px;
}.program_details_gui .description {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.program_details_gui h2 {
    font-size: calc(29px * 0.9);
    text-align: center;
}.program_details_gui h2::after {
    margin: 15px auto 0;
}.program_details_gui .img_container_gui {
    order: -1;
}.program_details_gui .info_wrapper_gui {
    padding: 1.5rem;
}.program_details_gui .description {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}}.teacher_profile_gui {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgb(192,181,179,0.5) 100%);
}.teacher_profile_gui::before {
    background: rgb(154,141,143,0.5);
    top: -50px;
    filter: blur(80px);
    right: -50px;
    transform: rotate(-15deg);
    width: 300px;
    height: 300px;
    content: "";
    z-index: 0;
    position: absolute;
}.teacher_profile_gui::after {
    left: -50px;
    z-index: 0;
    background: rgb(192,181,179,0.5);
    position: absolute;
    transform: rotate(25deg);
    bottom: -80px;
    content: "";
    filter: blur(60px);
    height: 250px;
    width: 250px;
}.teacher_profile_gui .container {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.teacher_profile_gui .edu_feedback_gui {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(2deg);
    grid-template-columns: 1fr;
    padding: 40px;
    background: #ffffff;
    gap: 30px;
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.teacher_profile_gui .edu_feedback_gui:hover {
    transform: perspective(1000px) rotateY(0deg);
}.teacher_profile_gui .edu_feedback_gui::before {
    transform-origin: left center;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(192,181,179), rgb(154,141,143));
    height: 100%;
    transform: scaleY(0);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    width: 5px;
}.teacher_profile_gui .edu_feedback_gui:hover::before {
    transform: scaleY(1);
}.teacher_profile_gui .img_container_gui {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 200px;
    width: 200px;
    position: relative;
    margin: 0 auto;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    border: 3px solid #ffffff;
}.teacher_profile_gui .edu_feedback_gui:hover .img_container_gui {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.05);
}.teacher_profile_gui .img_container_gui::after {
    opacity: 0;
    content: "";
    top: 0;
    transition: opacity 0.6s ease;
    background: linear-gradient(135deg, rgb(192,181,179,0.5) 0%, transparent 50%, rgb(154,141,143,0.5) 100%);
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
}.teacher_profile_gui .edu_feedback_gui:hover .img_container_gui::after {
    opacity: 0.4;
}.teacher_profile_gui .name {
    position: relative;
    font-weight: 700;
    font-size: calc(18px * 1.1);
    display: inline-block;
    color: rgb(192,181,179);
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0 0 5px 0;
}.teacher_profile_gui .edu_feedback_gui:hover .name {
    transform: translateX(10px);
}.teacher_profile_gui .name::after {
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    background: rgb(154,141,143);
    bottom: -3px;
    position: absolute;
    height: 2px;
    left: 0;
    width: 0;
    content: "";
}.teacher_profile_gui .edu_feedback_gui:hover .name::after {
    width: 100%;
}.teacher_profile_gui .edu_feedback_gui > div:nth-child(2) > div {
    color: #000000;
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    font-size: calc(16px * 0.95);
    font-weight: 600;
    padding-left: 0;
    margin-bottom: 15px;
}.teacher_profile_gui .edu_feedback_gui:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.teacher_profile_gui .work_block_gui {
    color: #000000;
    border-radius: 10px;
    font-size: 16px;
    margin: 0;
    line-height: 1.8;
    background: linear-gradient(to right, #ffffff, rgb(226,224,204), #ffffff);
    background-size: 200% 100%;
    padding: 25px 20px;
    position: relative;
    transition: background-position 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}.teacher_profile_gui .edu_feedback_gui:hover .work_block_gui {
    background-position: right center;
}.teacher_profile_gui .work_block_gui::before,
.teacher_profile_gui .work_block_gui::after {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    line-height: 1;
    color: rgb(192,181,179,0.5);
    font-size: 60px;
    content: "";
    position: absolute;
    font-family: Georgia, serif;
}.teacher_profile_gui .work_block_gui::before {
    transform: translateX(-20px) translateY(-20px) scale(0.8);
    top: -10px;
    left: -10px;
    opacity: 0.5;
}.teacher_profile_gui .work_block_gui::after {
    transform: translateX(20px) translateY(20px) scale(0.8);
    opacity: 0.5;
    content: "";
    bottom: -30px;
    right: -10px;
}.teacher_profile_gui .edu_feedback_gui:hover .work_block_gui::before {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
}.teacher_profile_gui .edu_feedback_gui:hover .work_block_gui::after {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
}

@media (min-width: 768px) {.teacher_profile_gui .edu_feedback_gui {
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
    gap: 25px 40px;
}.teacher_profile_gui .edu_feedback_gui > div:first-child {
    align-items: center;
    justify-content: center;
    grid-row: 1 / 3;
    display: flex;
}.teacher_profile_gui .edu_feedback_gui > div:nth-child(2) {
    align-self: end;
}.teacher_profile_gui .edu_feedback_gui > div:nth-child(3) {
    grid-column: 2 / 3;
}.teacher_profile_gui .img_container_gui {
    width: 200px;
    height: 200px;
}
}

@media (min-width: 992px) {.teacher_profile_gui {
    padding: 150px 0;
}.teacher_profile_gui .edu_feedback_gui {
    transform: perspective(1500px) rotateY(3deg);
    padding: 60px;
    gap: 30px 60px;
}.teacher_profile_gui .img_container_gui {
    height: 240px;
    width: 240px;
}.teacher_profile_gui .name {
    font-size: calc(18px * 1.2);
}.teacher_profile_gui .edu_feedback_gui > div:nth-child(2) > div {
    font-size: 16px;
}.teacher_profile_gui .work_block_gui {
    font-size: calc(16px * 1.05);
    line-height: 1.9;
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.teacher_profile_gui {
    padding: 80px 0;
}.teacher_profile_gui .edu_feedback_gui {
    padding: 30px 25px;
    gap: 20px;
}.teacher_profile_gui .img_container_gui {
    height: 150px;
    width: 150px;
}.teacher_profile_gui .name {
    font-size: 18px;
    text-align: center;
}.teacher_profile_gui .edu_feedback_gui > div:nth-child(2) {
    text-align: center;
}.teacher_profile_gui .edu_feedback_gui > div:nth-child(2) > div {
    font-size: calc(16px * 0.9);
}.teacher_profile_gui .work_block_gui {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
    padding: 20px 15px;
}}.company_overview_gui {
    position: relative;
    color: #ffffff;
    isolation: isolate;
    overflow: hidden;
    padding: 100px 0 120px;
}.company_overview_gui::before {
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
    z-index: -1;
}.company_overview_gui::after {
    content: "";
    right: -10%;
    background: rgb(154,141,143);
    animation: shimmer 12s infinite alternate ease-in-out;
    transform: rotate(-12deg);
    opacity: 0.12;
    position: absolute;
    height: 140%;
    top: -15%;
    width: 50%;
    z-index: -1;
}.company_overview_gui h4 {
    animation: fadeSlideUp 0.8s forwards 0.2s ease-out;
    font-weight: 700;
    font-size: calc(23px * 1.2);
    letter-spacing: 3px;
    color: rgb(154,141,143);
    transform: translateY(20px);
    opacity: 0;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
}.company_overview_gui h4::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(154,141,143) 20%, 
        rgb(154,141,143) 80%, 
        transparent);
    position: absolute;
    left: 50%;
    bottom: -12px;
    height: 3px;
    content: "";
    width: 60px;
    transform: translateX(-50%);
}.company_overview_gui .container {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    position: relative;
    opacity: 0;
    animation: containerReveal 1s forwards 0.4s ease-out;
    transform: translateY(40px);
}.company_overview_gui .info_wrapper_gui {
    backdrop-filter: blur(8px);
    background: linear-gradient(
        135deg,
        rgba(40, 40, 40, 0.65) 0%,
        rgba(30, 30, 30, 0.78) 100%
    );
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 30px rgba(0, 0, 0, 0.15);
    border-left: 4px solid rgb(154,141,143);
    padding: 3.5rem;
    transition: transform 0.7s ease-out;
    transform: perspective(1000px) rotateY(-1deg);
}.company_overview_gui .info_wrapper_gui:hover {
    transform: perspective(1000px) rotateY(0);
}.company_overview_gui .info_wrapper_gui::before {
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    pointer-events: none;
    left: 0;
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgba(255, 255, 255, 0.05) 100%
    );
    width: 100%;
}.company_overview_gui h6 {
    font-size: calc(19px * 1.5);
    color: #ffffff;
    font-weight: 700;
    position: relative;
    display: inline-block;
    opacity: 0;
    margin-bottom: 1.8rem;
    transform: translateX(-10px);
    animation: slideRight 0.7s forwards 0.8s ease-out;
}.company_overview_gui h6::after {
    left: 0;
    bottom: -8px;
    content: "";
    animation: lineGrow 1.2s forwards 1.3s ease-in-out;
    position: absolute;
    height: 2px;
    background: rgb(154,141,143);
    width: 0;
}.company_overview_gui .info_wrapper_gui div {
    scrollbar-width: thin;
    padding-right: 15px;
    overflow-y: auto;
    scrollbar-color: rgb(154,141,143) rgba(255, 255, 255, 0.1);
    max-height: 400px;
    position: relative;
}.company_overview_gui .info_wrapper_gui div::-webkit-scrollbar {
    width: 5px;
}.company_overview_gui .info_wrapper_gui div::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}.company_overview_gui .info_wrapper_gui div::-webkit-scrollbar-thumb {
    background: rgb(154,141,143);
    border-radius: 10px;
}.company_overview_gui span {
    transform: translateY(20px);
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    line-height: 1.8;
    position: relative;
    animation: textReveal 1s forwards 1.2s ease-out;
}.company_overview_gui span::first-letter {
    line-height: 1;
    color: rgb(154,141,143);
    float: left;
    margin-right: 6px;
    font-weight: 700;
    font-size: 1.7em;
}

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

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

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

@keyframes lineGrow {
    to {
        width: 100%;
    }
}

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

@keyframes shimmer {
    0%, 100% {
        opacity: 0.12;
        transform: rotate(-12deg) translateX(0);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-12deg) translateX(5%);
    }
}

@media screen and (max-width: 1200px) {.company_overview_gui {
    padding: 80px 0 100px;
}.company_overview_gui .info_wrapper_gui {
    padding: 2.8rem;
}
}

@media screen and (max-width: 992px) {.company_overview_gui h4 {
    font-size: calc(23px * 1.1);
}.company_overview_gui h6 {
    font-size: calc(19px * 1.3);
}.company_overview_gui .info_wrapper_gui {
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(0);
}.company_overview_gui .info_wrapper_gui div {
    max-height: 350px;
}
}

@media screen and (max-width: 768px) {.company_overview_gui {
    padding: 70px 0 80px;
}.company_overview_gui h4 {
    letter-spacing: 2px;
    font-size: 23px;
}.company_overview_gui h6 {
    font-size: 19px;
    margin-bottom: 1.5rem;
}.company_overview_gui .info_wrapper_gui {
    border-left-width: 3px;
    padding: 2rem;
}.company_overview_gui::after {
    right: -20%;
    height: 100%;
    width: 70%;
    top: -5%;
}
}

@media screen and (max-width: 576px) {.company_overview_gui {
    padding: 60px 0 70px;
}.company_overview_gui .container {
    width: 92%;
}.company_overview_gui h4::after {
    bottom: -10px;
    width: 40px;
}.company_overview_gui .info_wrapper_gui {
    border-left-width: 2px;
    padding: 1.8rem 1.5rem;
}.company_overview_gui span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}.company_overview_gui .info_wrapper_gui div {
    max-height: 300px;
    padding-right: 10px;
}.company_overview_gui::after {
    opacity: 0.08;
}}header {
    background: linear-gradient(120deg, 
        rgb(192,181,179) 0%, 
        rgb(192,181,179,0.5) 100%
    );
    width: 100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    left: 0;
}header:before {
    top: 0;
    pointer-events: none;
    opacity: 0.1;
    height: 100%;
    content: '';
    left: 0;
    width: 100%;
    position: absolute;
}header:after {
    width: 100%;
    background-size: 100px 100px;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    pointer-events: none;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
}header .main_base_gui {
    position: relative;
}header .main_base_gui:before {
    left: 0;
    content: '';
    width: 100%;
    opacity: 0.3;
    position: absolute;
    bottom: -1px;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    height: 2px;
}header .main_base_gui:after {
    transform: translateY(-50%);
    left: 0;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    pointer-events: none;
    content: '';
    filter: blur(8px);
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    opacity: 0.5;
}header .container {
    padding: 15px 25px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}header .container:before {
    height: 30px;
    width: 50px;
    background-position: 0 0, 0 10px;
    background-size: 6px 2px, 6px 2px;
    opacity: 0.5;
    transform: translateY(-50%);
    position: absolute;
    pointer-events: none;
    content: '';
    top: 50%;
    right: 20px;
    background-repeat: repeat-x;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
}header .main_bar_gui {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}header .main_bar_gui:before {
    width: 20px;
    transform: translateY(-50%) translateX(-40px);
    content: '';
    border-radius: 50%;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
}header .main_bar_gui:after {
    position: absolute;
    opacity: 0.5;
    height: 20px;
    content: '';
    right: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) translateX(40px);
    width: 20px;
    top: 50%;
}header .head_site_gui {
    gap: 30px;
    align-items: center;
    display: flex;
    position: relative;
}header .head_site_gui:before {
    bottom: -10px;
    opacity: 0;
    position: absolute;
    left: 0;
    content: '';
    height: 2px;
    width: 100%;
    transition: opacity 0.4s ease;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
}header .head_site_gui:hover:before {
    opacity: 0.7;
}header .main_primary_gui {
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 8px 0;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}header .main_primary_gui:before {
    width: 6px;
    transform: translateY(-50%);
    height: 6px;
    opacity: 0;
    transition: all 0.3s ease;
    left: -12px;
    background: #ffffff;
    content: '';
    top: 50%;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}header .main_primary_gui:after {
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    width: 20px;
    content: '';
    left: -30px;
    transition: all 0.3s ease;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) scaleX(0);
    transform-origin: right;
}header .main_primary_gui:hover {
    color: #ffffff;
    transform: translateX(5px);
}header .main_primary_gui:hover:before {
    opacity: 1;
    left: -20px;
}header .main_primary_gui:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .nav_core_gui {
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 5px;
    align-items: center;
}header .nav_core_gui:before {
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    opacity: 0;
    top: -10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    left: -10px;
    position: absolute;
    border-radius: 10px;
}header .nav_core_gui:after {
    opacity: 0;
    top: -5px;
    left: -5px;
    transition: all 0.3s ease;
    content: '';
    background: #ffffff;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    height: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}header .nav_core_gui:hover:before {
    opacity: 1;
}header .nav_core_gui:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}header .nav_core_gui svg {
    width: auto;
    transition: all 0.3s ease;
    height: 40px;
}header .nav_core_gui:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .head_site_gui {
    gap: 20px;
}header .nav_core_gui svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .head_site_gui {
    max-width: 320px;
    height: 100vh;
    z-index: 1001;
    width: 80%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    flex-direction: column;
    top: 0;
    gap: 25px;
    background: rgb(192,181,179);
    padding: 80px 30px 30px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    right: -100%;
    position: fixed;
}header .head_site_gui:before {
    bottom: auto;
    top: 60px;
    left: 10%;
    width: 80%;
}header .head_site_gui:after {
    border-radius: 50%;
    height: 30px;
    position: absolute;
    pointer-events: none;
    content: '';
    width: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    right: 20px;
    top: 20px;
}header .menu.active {
    right: 0;
}header .main_primary_gui {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
}header .main_primary_gui:hover {
    transform: translateX(0);
}header .main_primary_gui:last-child {
    border-bottom: none;
}header .nav_core_gui {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .nav_core_gui svg {
    height: 30px;
}}.offer_card_gui {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.offer_card_gui::before {
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
    content: "";
    right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
}.offer_card_gui .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.offer_card_gui .program_fees_gui {
    perspective: 1000px;
    position: relative;
}.offer_card_gui h2 {
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    transform: translateZ(50px);
    font-size: 36px;
    color: #ffffff;
    animation: fadeInDown 0.8s ease-out forwards;
    margin-bottom: 20px;
    text-shadow: 0 3px 10px rgba(0,0,0,0.3);
}.offer_card_gui .pricing_catalog_gui {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    line-height: 1.6;
    font-size: calc(13px * 1.1);
    max-width: 800px;
    opacity: 0.9;
    transform: translateZ(30px);
    color: #ffffff;
    text-align: center;
    margin: 0 auto 50px;
}.offer_card_gui .deal_grid_gui {
    gap: 30px;
    padding: 0;
    perspective: 2000px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
}.offer_card_gui .deal_grid_gui li {
    height: 100%;
    animation: cardEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    opacity: 0;
    transform: translateY(30px) rotateX(5deg);
}.offer_card_gui .deal_grid_gui li:nth-child(1) {
    animation-delay: 0.3s;
}.offer_card_gui .deal_grid_gui li:nth-child(2) {
    animation-delay: 0.5s;
}.offer_card_gui .deal_grid_gui li:nth-child(3) {
    animation-delay: 0.7s;
}.offer_card_gui .deal_grid_gui li:nth-child(4) {
    animation-delay: 0.9s;
}.offer_card_gui .fee_deals_gui {
    display: block;
    transform-style: preserve-3d;
    will-change: transform;
    color: inherit;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
}.offer_card_gui .fee_deals_gui:hover {
    transform: translateY(-15px) scale(1.02) rotateX(2deg);
}.offer_card_gui .cost_options_gui {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 96% 100%, 0 100%);
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(135deg, rgb(192,181,179,0.5), rgb(154,141,143,0.5));
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    position: relative;
    backdrop-filter: blur(10px);
}.offer_card_gui .fee_deals_gui:hover .cost_options_gui {
    border-color: rgba(255,255,255,0.25);
    box-shadow: 0 25px 50px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.15);
}.offer_card_gui .cost_options_gui::before {
    width: 100px;
    opacity: 0.15;
    right: -10px;
    position: absolute;
    transition: all 0.4s ease;
    top: -10px;
    height: 100px;
    background: rgb(154,141,143);
    content: "";
    transform: rotate(45deg);
}.offer_card_gui .fee_deals_gui:hover .cost_options_gui::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 0.25;
}.offer_card_gui .fee_plan_gui {
    position: relative;
    z-index: 1;
    padding: 35px 30px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.offer_card_gui .fee_deals_gui:hover .fee_plan_gui {
    transform: translateZ(10px);
}.offer_card_gui .fee_plan_gui h4 {
    font-size: calc(23px * 1.2);
    color: #ffffff;
    padding-bottom: 15px;
    margin: 0 0 20px;
    position: relative;
    font-weight: 700;
    transition: transform 0.3s ease;
}.offer_card_gui .fee_deals_gui:hover .fee_plan_gui h4 {
    transform: translateY(-5px);
}.offer_card_gui .fee_plan_gui h4::after {
    height: 3px;
    background: rgb(192,181,179);
    position: absolute;
    left: 0;
    width: 50px;
    content: "";
    bottom: 0;
    transition: width 0.4s ease;
}.offer_card_gui .fee_deals_gui:hover .fee_plan_gui h4::after {
    width: 80px;
}.offer_card_gui .fee_plan_gui p {
    padding-right: 10px;
    font-size: 13px;
    opacity: 0.8;
    margin-bottom: 30px;
    transition: opacity 0.3s ease;
    color: #ffffff;
    max-height: 200px;
    line-height: 1.6;
    overflow-y: auto;
}.offer_card_gui .fee_plan_gui p::-webkit-scrollbar {
    width: 4px;
}.offer_card_gui .fee_plan_gui p::-webkit-scrollbar-thumb {
    background: rgb(192,181,179,0.5);
    border-radius: 10px;
}.offer_card_gui .fee_deals_gui:hover .fee_plan_gui p {
    opacity: 1;
}.offer_card_gui .study_rates_gui {
    font-size: calc(23px * 1.4);
    font-weight: 700;
    position: relative;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    display: block;
    color: #ffffff;
    margin-top: 20px;
}.offer_card_gui .study_rates_gui::before {
    left: 0;
    position: absolute;
    width: 30px;
    background: rgb(154,141,143);
    height: 2px;
    transition: width 0.4s ease;
    top: -10px;
    content: "";
}.offer_card_gui .fee_deals_gui:hover .study_rates_gui::before {
    width: 50px;
}.offer_card_gui .fee_deals_gui:hover .study_rates_gui {
    color: rgb(154,141,143);
    transform: scale(1.1);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px) translateZ(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(50px);
    }
}

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

@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.offer_card_gui {
    padding: 100px 0;
}.offer_card_gui h2 {
    font-size: calc(36px * 0.9);
}.offer_card_gui .pricing_catalog_gui {
    font-size: 13px;
    margin-bottom: 40px;
}.offer_card_gui .deal_grid_gui {
    gap: 25px;
}
}

@media (max-width: 992px) {.offer_card_gui {
    padding: 80px 0;
}.offer_card_gui .deal_grid_gui {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.offer_card_gui .fee_plan_gui {
    padding: 30px 25px;
}.offer_card_gui .fee_plan_gui p {
    max-height: 180px;
}
}

@media (max-width: 768px) {.offer_card_gui {
    padding: 70px 0;
}.offer_card_gui h2 {
    margin-bottom: 15px;
    font-size: calc(36px * 0.8);
}.offer_card_gui .pricing_catalog_gui {
    font-size: calc(13px * 0.95);
    margin-bottom: 30px;
}.offer_card_gui .deal_grid_gui {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.offer_card_gui .cost_options_gui {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 94% 100%, 0 100%);
}.offer_card_gui .study_rates_gui {
    font-size: calc(23px * 1.2);
}
}

@media (max-width: 576px) {.offer_card_gui {
    padding: 60px 0;
}.offer_card_gui h2 {
    font-size: calc(36px * 0.7);
}.offer_card_gui .pricing_catalog_gui {
    font-size: calc(13px * 0.9);
    margin-bottom: 25px;
}.offer_card_gui .fee_plan_gui {
    padding: 25px 20px;
}.offer_card_gui .fee_plan_gui h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 23px;
}.offer_card_gui .fee_plan_gui p {
    max-height: 150px;
    margin-bottom: 20px;
    font-size: calc(13px * 0.9);
}}header .top_plank {
    background: rgb(192,181,179);
    color:  #ffffff;
}header .top_plank .best_skills_gui div svg, header .top_plank .best_skills_gui div svg path {
    fill: #ffffff;
}header .top_plank .best_skills_gui div span {
    color: #ffffff;
}header .top_plank .best_skills_gui {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 13px;
    line-height: 21px;
    padding: 15px 0 10px 0;
    width: 100%;
    display: flex;
}header .top_plank .best_skills_gui div {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-right: 24px;
}header .top_plank .best_skills_gui div img, header .top_plank .best_skills_gui div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.join_list_gui {
    padding: 4rem 3rem;
    background: rgb(226,224,204);
    position: relative;
    overflow: hidden;
}.join_list_gui::before {
    animation: orbit 20s linear infinite;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    right: -100px;
    width: 250px;
    top: -100px;
    background: linear-gradient(135deg, rgb(192,181,179) 0%, rgb(192,181,179,0.5) 100%);
    opacity: 0.7;
    height: 250px;
    content: "";
}.join_list_gui::after {
    content: "";
    animation: pulse-circle 15s ease-in-out infinite alternate;
    bottom: -50px;
    opacity: 0.5;
    height: 150px;
    left: -50px;
    position: absolute;
    width: 150px;
    border-radius: 50%;
    z-index: 1;
    background: linear-gradient(45deg, rgb(154,141,143) 0%, rgb(154,141,143,0.5) 100%);
}.join_list_gui .heritage_tl_gui {
    position: relative;
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    z-index: 2;
    gap: 3rem;
    grid-template-areas:
        "text form"
        "text form";
    display: grid;
}.join_list_gui .heritage_tl_gui::before {
    z-index: -1;
    position: absolute;
    background: rgb(192,181,179,0.5);
    transform: translate(-50%, -50%);
    width: 50px;
    border-radius: 50%;
    content: "";
    top: 50%;
    height: 50px;
    left: 50%;
    filter: blur(10px);
    opacity: 0.2;
}.join_list_gui p {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    padding-left: 2rem;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    position: relative;
    grid-area: text;
}.join_list_gui p::before {
    left: 0;
    width: 4px;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(192,181,179), rgb(154,141,143));
    height: 100%;
    border-radius: 10px;
    position: absolute;
}.join_list_gui .input_holder {
    grid-area: form;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    position: relative;
}.join_list_gui .input_holder::before {
    animation: rotate 30s linear infinite;
    opacity: 0.5;
    right: -15px;
    border-radius: 50%;
    height: 80px;
    position: absolute;
    content: "";
    border: 2px dashed rgb(192,181,179,0.5);
    top: -15px;
    z-index: -1;
    width: 80px;
}.join_list_gui .input_holder::after {
    width: 100px;
    left: 30%;
    position: absolute;
    opacity: 0.3;
    animation: float-circle 12s ease-in-out infinite alternate;
    height: 100px;
    bottom: -20px;
    border: 1px solid rgb(154,141,143,0.5);
    border-radius: 50%;
    content: "";
    z-index: -1;
}.join_list_gui .sub_benefit_gui {
    color: #000000;
    padding: 1.3rem 1.5rem;
    font-size: 17px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    background: #ffffff;
    border-radius: 30px;
}.join_list_gui .sub_benefit_gui:focus {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    outline: none;
    border-color: rgb(192,181,179,0.5);
}.join_list_gui .sub_benefit_gui::placeholder {
    color: #000000;
    opacity: 0.6;
}.join_list_gui .email_join_gui {
    border: none;
    font-weight: 600;
    color: #ffffff;
    min-width: 150px;
    font-size: 15px;
    background: rgb(192,181,179);
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 30px;
    width: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: Arial, sans-serif;
    padding: 1rem 2rem;
    align-self: flex-end;
}.join_list_gui .email_join_gui::before {
    width: 100%;
    transition: transform 0.5s ease, opacity 0.3s ease;
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: -1;
    content: "";
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: rgb(154,141,143);
}.join_list_gui .email_join_gui:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.5);
}

@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(30px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(30px) rotate(-360deg);
    }
}

@keyframes pulse-circle {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float-circle {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}

@media (max-width: 768px) {.join_list_gui {
    padding: 3rem 1.5rem;
}.join_list_gui .heritage_tl_gui {
    gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-areas:
            "text"
            "help_inquiry_gui";
}.join_list_gui p {
    font-size: 16px;
}.join_list_gui .input_holder {
    gap: 1rem;
}.join_list_gui .email_join_gui {
    width: 100%;
    align-self: stretch;
}}.thxDiv_gui {
    background: linear-gradient(135deg, rgb(192,181,179,0.5) 0%, rgb(226,224,204) 40%, rgb(154,141,143,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.thxDiv_gui::before {
    width: 100%;
    height: 100%;
    animation: pulse 8s infinite alternate ease-in-out;
    opacity: 0.5;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 75% 25%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
}.thxDiv_gui::after {
    width: 150%;
    background: repeating-linear-gradient(45deg, rgb(192,181,179,0.5) 0px, transparent 2px, transparent 10px);
    height: 150%;
    left: -25%;
    z-index: 0;
    top: -25%;
    position: absolute;
    animation: patternShift 20s infinite linear;
    transform: rotate(-5deg);
    content: "";
    opacity: 0.04;
}.thxDiv_gui .container {
    max-width: 1140px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.thxDiv_gui h2 {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 37px;
    transform: translateY(20px);
    animation: fadeUpIn 0.8s 0.2s forwards ease-out;
    text-align: center;
    opacity: 0;
    position: relative;
    font-weight: 700;
    margin-bottom: 3rem;
}.thxDiv_gui h2::after {
    content: "";
    width: 80px;
    transform: translateX(-50%) scaleX(0);
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    bottom: -15px;
    left: 50%;
    position: absolute;
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
}.thxDiv_gui .heritage_tl_gui {
    background: #ffffff;
    animation: fadeIn 1s 0.5s both ease-out;
    position: relative;
    transform-origin: center top;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s;
    padding: 3rem;
    border-radius: 10px;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.1);
}.thxDiv_gui .heritage_tl_gui::before {
    top: -8px;
    content: "";
    opacity: 0.3;
    position: absolute;
    border-radius: 10px;
    width: 95%;
    z-index: -1;
    filter: blur(12px);
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgb(192,181,179,0.5) 0%, transparent 80%);
    left: 50%;
    height: 100%;
}.thxDiv_gui .heritage_tl_gui:hover {
    transform: perspective(1000px) rotateX(0deg);
}.thxDiv_gui ul {
    margin: 0;
    list-style: none;
    position: relative;
    padding: 0;
}.thxDiv_gui ul::before {
    height: 0;
    left: -20px;
    background: linear-gradient(to bottom, rgb(192,181,179), rgb(154,141,143));
    content: "";
    position: absolute;
    width: 4px;
    animation: growHeight 1.5s 1s forwards ease-in-out;
    top: 0;
}.thxDiv_gui li {
    position: relative;
    animation: slideIn 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    padding-left: 0;
    transform: translateX(20px);
    opacity: 0;
}.thxDiv_gui li::before {
    left: -40px;
    opacity: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(154,141,143) 0%, rgb(192,181,179) 100%);
    content: "";
    animation: popIn 0.4s 1.2s forwards cubic-bezier(0.25, 1.8, 0.5, 1);
    height: 32px;
    top: -5px;
    box-shadow: 0 5px 15px -5px rgb(154,141,143,0.5);
    border-radius: 50%;
    width: 32px;
    transform: scale(0);
}.thxDiv_gui li span {
    font-size: 16px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    animation: fadeIn 1s 1.2s forwards ease-out;
    opacity: 0;
    color: #000000;
    display: block;
    letter-spacing: 0.01em;
    position: relative;
}.thxDiv_gui li span::first-letter {
    font-weight: 700;
    color: rgb(192,181,179);
    font-size: 1.4em;
}

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@keyframes patternShift {
    from {
        transform: rotate(-5deg) translateX(0);
    }
    to {
        transform: rotate(-5deg) translateX(100px);
    }
}

@media (max-width: 992px) {.thxDiv_gui {
    padding: 5rem 0;
}.thxDiv_gui h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2.5rem;
}.thxDiv_gui .heritage_tl_gui {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.thxDiv_gui {
    padding: 4rem 0;
}.thxDiv_gui h2 {
    font-size: calc(37px * 0.8);
    line-height: 1.4;
    margin-bottom: 2rem;
}.thxDiv_gui .heritage_tl_gui {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.thxDiv_gui ul::before {
    left: -15px;
}.thxDiv_gui li::before {
    height: 24px;
    width: 24px;
    left: -30px;
}
}

@media (max-width: 576px) {.thxDiv_gui {
    padding: 3rem 0;
}.thxDiv_gui h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.5rem;
}.thxDiv_gui .heritage_tl_gui {
    padding: 1.5rem;
    transform: none;
}.thxDiv_gui ul::before {
    left: -12px;
}.thxDiv_gui li::before {
    height: 20px;
    left: -25px;
    top: -2px;
    width: 20px;
}.thxDiv_gui li span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}.opening_page_gui {
    overflow: hidden;
    position: relative;
    justify-content: center;
    background: linear-gradient(145deg, rgb(226,224,204), rgb(154,141,143,0.5));
    display: flex;
    padding: 4rem 2rem;
    min-height: 100vh;
    width: 100%;
    align-items: center;
}.opening_page_gui::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
    linear-gradient(45deg, rgb(192,181,179,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(192,181,179,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(192,181,179,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(192,181,179,0.5) 75%);
    top: 0;
    z-index: 1;
    content: "";
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-size: 20px 20px;
    left: 0;
    opacity: 0.05;
}.opening_page_gui > div {
    max-width: 1200px;
    grid-template-columns: 1fr;
    gap: 3rem;
    position: relative;
    width: 100%;
    z-index: 2;
    display: grid;
}.opening_page_gui > div > div:first-child {
    animation: slideInFromLeft 0.8s ease-out forwards;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateX(0);
    align-items: flex-start;
}.opening_page_gui .learning_lead_gui {
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-size: 41px;
    font-weight: 700;
    color: #000000;
    max-width: 800px;
    position: relative;
}.opening_page_gui .learning_lead_gui::after {
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(192,181,179,0.5));
    bottom: -0.8rem;
    animation: expandWidth 0.6s ease-out 0.6s forwards;
    height: 5px;
    content: "";
    width: 120px;
}.opening_page_gui p {
    font-size: calc(15px + 0.2rem);
    margin-top: 0.5rem;
    color: #000000;
    transform: translateY(20px);
    opacity: 0;
    line-height: 1.6;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    max-width: 600px;
    margin-bottom: 1.5rem;
}.opening_page_gui .start_hero_gui {
    position: relative;
    opacity: 0;
    width: 100%;
    transform: translateY(40px);
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
}.opening_page_gui .study_hub_gui {
    display: flex;
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease;
    overflow: hidden;
    width: 100%;
    justify-content: flex-start;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 85% 100%, 0 100%);
    min-height: 300px;
    align-items: flex-end;
}.opening_page_gui .study_hub_gui::before {
    z-index: 1;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 20%, transparent 70%);
}.opening_page_gui .study_hub_gui:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.opening_page_gui .study_hub_gui span {
    width: 100%;
    z-index: 2;
    padding: 2rem;
    position: relative;
}.opening_page_gui .study_hub_gui h3 {
    font-weight: 600;
    position: relative;
    font-size: calc(21px - 0.1rem);
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    padding-left: 1.5rem;
}.opening_page_gui .study_hub_gui h3::before {
    border-radius: 10px;
    height: calc(100% - 1rem);
    left: 0;
    width: 5px;
    content: "";
    top: 0.5rem;
    position: absolute;
    background: rgb(192,181,179);
}

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

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

@keyframes expandWidth {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.opening_page_gui {
    padding: 6rem 3rem;
}.opening_page_gui > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.opening_page_gui .learning_lead_gui {
    font-size: calc(41px + 0.5rem);
}.opening_page_gui .study_hub_gui {
    min-height: 400px;
}
}

@media (min-width: 992px) {.opening_page_gui {
    padding: 7rem 4rem;
}.opening_page_gui > div {
    gap: 6rem;
}.opening_page_gui .learning_lead_gui {
    font-size: calc(41px + 1rem);
}.opening_page_gui .study_hub_gui {
    min-height: 450px;
}.opening_page_gui .study_hub_gui h3 {
    font-size: 21px;
}
}

@media (max-width: 767px) {.opening_page_gui {
    padding: 4rem 1.5rem;
}.opening_page_gui .learning_lead_gui {
    font-size: calc(32px + 0.1rem);
}.opening_page_gui p {
    font-size: 15px;
}.opening_page_gui .study_hub_gui {
    min-height: 250px;
}.opening_page_gui .study_hub_gui h3 {
    font-size: calc(21px + 0.1rem);
}
}

@media (max-width: 480px) {.opening_page_gui {
    padding: 3rem 1rem;
}.opening_page_gui .learning_lead_gui::after {
    height: 3px;
    width: 80px;
}.opening_page_gui .study_hub_gui {
    min-height: 220px;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 90% 100%, 0 100%);
}.opening_page_gui .study_hub_gui span {
    padding: 1.5rem;
}.opening_page_gui .study_hub_gui h3 {
    padding-left: 1rem;
}.opening_page_gui .study_hub_gui h3::before {
    width: 3px;
}}.secure_preserve_gui {
    padding: 40px;
    transition: all 0.3s ease;
    background-color: #ffffff;
    height: auto;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}.secure_preserve_gui:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
}.secure_preserve_gui h1 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 45px;
    margin-bottom: 15px;
    color: rgb(192,181,179);
}.secure_preserve_gui h2 {
    font-size: 37px;
    font-weight: 600;
    color: rgb(154,141,143);
    font-family: Arial, sans-serif;
    padding-bottom: 5px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid rgb(192,181,179,0.5);
}.secure_preserve_gui h3, .secure_preserve_gui h4, .secure_preserve_gui h5, .secure_preserve_gui h6 {
    margin-bottom: 5px;
    font-family: Arial, sans-serif;
    text-transform: capitalize;
    margin-top: 10px;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}.secure_preserve_gui ul, .secure_preserve_gui ol {
    padding-left: 20px;
    list-style-position: inside;
    list-style: none;
    font-family: Arial, sans-serif;
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}.secure_preserve_gui li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
}.secure_preserve_gui li::before {
    content: "•";
    left: 0;
    color: rgb(192,181,179);
    font-size: 1.2em;
    position: absolute;
}.secure_preserve_gui section {
    background: rgb(226,224,204);
    border-radius: 10px;
    padding: 20px;
    transition: background 0.3s ease;
}.secure_preserve_gui section:hover {
    background: rgb(192,181,179,0.5);
}.secure_preserve_gui p, .secure_preserve_gui span, .secure_preserve_gui div {
    line-height: 1.8;
    font-size: 14px;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    margin-bottom: 10px;
}.secure_preserve_gui p:hover, .secure_preserve_gui span:hover, .secure_preserve_gui div:hover {
    color: #000000;
}

@media only screen and (max-width: 800px) {.secure_preserve_gui {
    padding: 20px;
}.secure_preserve_gui h1 {
    font-size: calc(20px - 10px);
}.secure_preserve_gui h2 {
    font-size: calc(20px - 8px);
}.secure_preserve_gui h3, .secure_preserve_gui h4, .secure_preserve_gui h5, .secure_preserve_gui h6 {
    font-size: calc(20px - 5px);
}.secure_preserve_gui ul, .secure_preserve_gui ol {
    padding-left: 15px;
    font-size: calc(14px - 2px);
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    opacity: 0.92;
    position: absolute;
    background: linear-gradient(135deg, rgb(192,181,179,0.5) 0%, rgb(154,141,143,0.5) 100%);
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    top: 0;
}footer {
    background-position: center !important;
    background-size: cover !important;
}.achieve_cta_gui {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 2rem;
}.achieve_cta_gui::before {
    content: "";
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    background: rgb(192,181,179);
}.achieve_cta_gui .container {
    gap: 0;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}.achieve_cta_gui .company_holder {
    margin-bottom: 2rem;
    padding: 0 3rem 2rem 0;
    flex: 0 0 40%;
    position: relative;
}.achieve_cta_gui .company_holder::after {
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, #ffffff, transparent);
    width: 1px;
    opacity: 0.3;
    right: 1.5rem;
    height: 100%;
}.achieve_cta_gui .company_holder h3 {
    padding-bottom: 1rem;
    transform: skewX(-10deg);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-size: 28px;
    font-weight: 700;
}.achieve_cta_gui .company_holder h3::after {
    content: "";
    background: rgb(192,181,179);
    left: 0;
    box-shadow: 0 0 10px rgb(192,181,179);
    height: 3px;
    bottom: 0;
    width: 80px;
    position: absolute;
}.achieve_cta_gui .program_foot_gui {
    transform-origin: left top;
    font-size: 18px;
    padding: 1.5rem;
    color: #ffffff;
    border-left: 3px solid rgb(192,181,179);
    line-height: 1.6;
    background: rgba(0, 0, 0, 0.2);
    transform: skewX(-5deg);
}.achieve_cta_gui .trade_mark_gui {
    display: flex;
    gap: 0;
    flex: 0 0 60%;
    flex-wrap: wrap;
}.achieve_cta_gui .nav_tutor_gui {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 0;
}.achieve_cta_gui .head_site_gui {
    position: relative;
    flex: 0 0 50%;
    padding: 0 1rem 2rem 1rem;
}.achieve_cta_gui .head_site_gui h5 {
    margin: 0 0 1.5rem;
    padding-left: 1rem;
    font-weight: 600;
    color: #ffffff;
    font-size: 19px;
    position: relative;
    transform: skewX(-5deg);
}.achieve_cta_gui .head_site_gui h5::before {
    left: 0;
    content: "";
    bottom: 0;
    width: 3px;
    background: rgb(192,181,179);
    transform: skewX(5deg);
    position: absolute;
    top: 0;
}.achieve_cta_gui .head_site_gui .nav_tutor_gui {
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}.achieve_cta_gui .head_site_gui .nav_tutor_gui a {
    display: block;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    font-size: 18px;
    padding: 0.7rem 1rem;
    transition: all 0.3s ease;
    transform: skewX(-5deg);
}.achieve_cta_gui .head_site_gui .nav_tutor_gui a::before {
    top: 0;
    left: -100%;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    height: 100%;
}.achieve_cta_gui .head_site_gui .nav_tutor_gui a:hover {
    background: rgba(255, 255, 255, 0.1);
    padding-left: 1.5rem;
    color: #ffffff;
    transform: skewX(-5deg) translateX(5px);
}.achieve_cta_gui .head_site_gui .nav_tutor_gui a:hover::before {
    left: 100%;
}.lecture_ref_gui {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    margin-top: 2rem;
    background: rgba(0, 0, 0, 0.15);
    padding: 1.5rem 0;
    position: relative;
}.lecture_ref_gui .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}.lecture_ref_gui .tiktok_edu_gui {
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    width: 100%;
    transform: skewX(-5deg);
}

@media (max-width: 1200px) {.achieve_cta_gui .company_holder {
    flex: 0 0 35%;
    padding-right: 2rem;
}.achieve_cta_gui .trade_mark_gui {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.achieve_cta_gui {
    padding: 4rem 0 2rem;
}.achieve_cta_gui .container {
    flex-direction: column;
}.achieve_cta_gui .company_holder {
    margin-bottom: 3rem;
    flex: 0 0 100%;
    padding-right: 0;
}.achieve_cta_gui .company_holder::after {
    display: none;
}.achieve_cta_gui .trade_mark_gui {
    flex: 0 0 100%;
}.achieve_cta_gui .head_site_gui {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.achieve_cta_gui {
    padding: 3.5rem 0 1.5rem;
}.achieve_cta_gui::before {
    height: 10px;
}.achieve_cta_gui .company_holder h3 {
    font-size: calc(28px - 2px);
}.achieve_cta_gui .program_foot_gui {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.achieve_cta_gui .head_site_gui h5, 
    .achieve_cta_gui .head_site_gui .nav_tutor_gui a {
    transform: skewX(-3deg);
}.achieve_cta_gui .head_site_gui .nav_tutor_gui a:hover {
    transform: skewX(-3deg) translateX(5px);
}.lecture_ref_gui {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.lecture_ref_gui .tiktok_edu_gui {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.achieve_cta_gui {
    padding: 3rem 0 1rem;
}.achieve_cta_gui::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.achieve_cta_gui .head_site_gui {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.achieve_cta_gui .company_holder {
    margin-bottom: 2rem;
}.achieve_cta_gui .head_site_gui .nav_tutor_gui a {
    padding: 0.6rem 0.8rem;
}.achieve_cta_gui .head_site_gui .nav_tutor_gui a:hover {
    padding-left: 1.2rem;
}.lecture_ref_gui {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}

@media (max-width: 420px) {.achieve_cta_gui .company_holder h3 {
    transform: skewX(-5deg);
}.achieve_cta_gui .company_holder h3::after {
    width: 60px;
}.achieve_cta_gui .program_foot_gui {
    transform: none;
}.achieve_cta_gui .head_site_gui h5 {
    transform: none;
}.achieve_cta_gui .head_site_gui h5::before {
    transform: none;
}.achieve_cta_gui .head_site_gui .nav_tutor_gui a,
    .achieve_cta_gui .head_site_gui .nav_tutor_gui a:hover,
    .lecture_ref_gui .tiktok_edu_gui {
    transform: none;
}
}