* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    margin: auto;
    width: 1154px;
    max-width: 100%;
}.gui_head_main {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: auto;
    height: 100%;
}.gui_segment-wrapper {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.gui_reward_sys {
    flex: 0 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;
}}
.gui_cookie_dialog_window {
    box-shadow: 0 -10px 30px rgb(183,169,188,0.5);
    z-index: 90;
    background: rgb(122,131,159);
    width: 100%;
    animation: slideIn 0.5s ease-in-out;
    bottom: 0;
    border-top: 2px solid rgb(183,169,188);
    position: fixed;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.gui_cookie_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 5%;
    justify-content: space-between;
    box-shadow: 0 0 20px rgb(183,169,188,0.5);
    background: linear-gradient(135deg, rgb(122,131,159) 0%, rgba(0, 0, 0, 0.5) 100%);
}.gui_user_dialog {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 21px;
    margin-right: 20px;
    padding: 10px;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(183,169,188);
}.gui_user_dialog svg, .gui_user_dialog svg path {
    transition: transform 0.3s ease;
    fill: rgb(183,169,188);
    height: 60px;
    width: 60px;
}.gui_user_dialog:hover svg {
    transform: rotate(20deg);
}.gui_data_control {
    min-width: 300px;
    flex: 1;
    color: #ffffff;
}.gui_data_control h5 {
    margin-bottom: 10px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(183,169,188);
    font-size: 22px;
    color: rgb(183,169,188);
}.gui_data_control p {
    text-shadow: 0 0 5px rgb(183,169,188,0.5);
    margin-bottom: 0;
    font-size: 12px;
    color: #ffffff;
}.gui_manage_cookies {
    background: rgb(183,169,188);
    border-radius: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    font-size: 17px;
    text-decoration: none;
    cursor: pointer;
    color: #000000;
    white-space: nowrap;
    padding: 12px 25px;
    box-shadow: 0 0 10px rgb(183,169,188,0.5);
    margin-left: 10px;
}.gui_manage_cookies:hover {
    background: rgb(122,131,159);
    box-shadow: 0 0 20px rgb(122,131,159,0.5);
}.gui_cookie_dialog_window p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(183,169,188);
}.gui_cookie_dialog_window p a:hover {
    color: rgb(122,131,159);
}#gui_cookie_panel_alert {
    display: none;
}#gui_cookie_panel_alert:checked ~ .gui_cookie_dialog_window {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.gui_cookie_dialog_window {
    padding: 20px;
}.gui_cookie_box {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.gui_user_dialog {
    display: none;
}.gui_cookie_box {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.gui_data_control {
    text-align: center;
    margin-bottom: 20px;
}.gui_cookie_dialog_window h5, .gui_cookie_dialog_window p {
    text-align: center;
}.gui_manage_cookies {
    text-align: center;
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
header {
    position: relative;
    margin-top: 0;
    z-index: 100;
    background: rgb(207,204,209);
    padding: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}header::before {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    pointer-events: none;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(183,169,188), 0.03) 25%, 
        rgba(rgb(183,169,188), 0.05) 50%,
        rgba(rgb(183,169,188), 0.03) 75%,
        transparent 100%
    );
    content: '';
}header .gui_page_top {
    display: flex;
    z-index: 2;
    padding: 1.2rem 2rem;
    justify-content: space-between;
    position: relative;
    align-items: center;
}header .gui_nav_pro {
    margin-right: 2rem;
    max-width: 180px;
    flex: 0 0 auto;
    position: relative;
}header .gui_main_pagebar {
    display: block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}header .gui_main_pagebar:hover {
    transform: translateY(-3px);
}header .gui_main_pagebar img {
    max-width: 100%;
    filter: brightness(1.03);
    display: block;
    height: auto;
}header .gui_main_pagebar::before {
    bottom: -15px;
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scaleX(0.7);
    height: 10px;
    background: rgb(183,169,188);
    content: '';
    left: 0;
    border-radius: 10px;
}header .gui_main_pagebar:hover::before {
    transform: scaleX(1);
    opacity: 0.7;
}header .gui_nav_mentor {
    list-style: none;
    position: relative;
    margin: 0;
    display: flex;
    padding: 0;
    flex-wrap: nowrap;
}header .gui_nav_mentor::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(183,169,188,0.5), 
        transparent
    );
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -15px;
    content: '';
    height: 1px;
}header .gui_top_learning {
    position: relative;
    margin: 0;
}header .gui_top_learning a {
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    padding: 1rem 1.2rem;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    display: block;
    overflow: hidden;
}header .gui_top_learning a::before {
    transition: transform 0.3s ease;
    width: 100%;
    content: '';
    height: 3px;
    position: absolute;
    transform: translateX(-100%);
    background: rgb(183,169,188);
    left: 0;
    bottom: 0;
}header .gui_top_learning a:hover {
    color: rgb(183,169,188);
}header .gui_top_learning a:hover::before {
    transform: translateX(0);
}header .gui_top_learning a::after {
    z-index: -1;
    content: '';
    background: rgb(183,169,188,0.5);
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
    left: 0;
    border-radius: 10px;
    top: 0;
    transform: scale(0.8);
}header .gui_top_learning a:hover::after {
    opacity: 0.15;
    transform: scale(1);
}header .gui_page_top::before {
    background: linear-gradient(-90deg, rgb(207,204,209), transparent);
    content: '';
    position: absolute;
    height: 100%;
    width: 30%;
    z-index: -1;
    top: 0;
    right: 0;
}header .gui_page_top::after {
    z-index: -1;
    width: 30%;
    background: linear-gradient(90deg, rgb(207,204,209), transparent);
    left: 0;
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
}header .gui_head_main {
    padding-top: 2rem;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

@media (min-width: 1400px) {header .gui_page_top {
    max-width: 1300px;
    margin: 0 auto;
}header .gui_top_learning a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .gui_page_top {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    padding: 1rem;
}header .gui_nav_pro {
    margin-right: 0;
    margin-bottom: 0;
}header .gui_nav_mentor {
    padding-top: 1rem;
    justify-content: flex-end;
    margin-top: 0;
    flex-basis: 100%;
    flex-wrap: wrap;
}header .gui_top_learning {
    margin-bottom: 0.5rem;
}header .gui_top_learning a {
    font-size: calc(16px - 1px);
    padding: 0.7rem 1rem;
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .gui_page_top {
    padding: 1rem 1.5rem;
}header .gui_nav_pro {
    flex: 0 0 auto;
    max-width: 150px;
}header .gui_nav_mentor {
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    padding: 0.5rem 0;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .gui_nav_mentor::-webkit-scrollbar {
    height: 3px;
}header .gui_nav_mentor::-webkit-scrollbar-thumb {
    background: rgb(183,169,188,0.5);
    border-radius: 10px;
}header .gui_top_learning {
    flex: 0 0 auto;
}header .gui_top_learning a {
    white-space: nowrap;
    padding: 0.6rem 0.8rem;
    font-size: calc(16px - 2px);
}header .gui_nav_mentor::after {
    bottom: 0;
}header .gui_main_pagebar::before {
    display: none;
}}.gui_title_page {
    overflow: hidden;
    perspective: 1000px;
    min-height: 100vh;
    background: rgb(207,204,209);
    justify-content: center;
    position: relative;
    align-items: center;
    display: flex;
}.gui_title_page > div {
    padding: 2rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    width: 100%;
}.gui_title_page .gui_instructor_bio {
    position: relative;
    transform: translateZ(30px);
    margin-bottom: 2rem;
    transition: transform 0.4s ease-out;
}.gui_title_page .gui_instructor_bio::before {
    width: 60px;
    border-left: 3px solid rgb(183,169,188);
    top: -10px;
    content: "";
    height: 60px;
    border-top: 3px solid rgb(183,169,188);
    left: -30px;
    position: absolute;
    animation: pulse 3s infinite alternate;
    opacity: 0.8;
}.gui_title_page .gui_instructor_bio::after {
    width: 60px;
    content: "";
    animation: pulse 3s infinite alternate-reverse;
    border-right: 3px solid rgb(122,131,159);
    border-bottom: 3px solid rgb(122,131,159);
    right: -30px;
    position: absolute;
    opacity: 0.8;
    height: 60px;
    bottom: -10px;
}.gui_title_page .gui_learn_open {
    transform: perspective(800px) rotateX(0deg);
    color: #000000;
    font-size: 38px;
    position: relative;
    margin: 0;
    font-weight: 700;
    padding-bottom: 15px;
    line-height: 1.2;
    transition: transform 0.5s ease;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}.gui_title_page .gui_learn_open::after {
    transition: width 0.5s ease;
    content: "";
    left: 0;
    width: 80px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(183,169,188), rgb(122,131,159));
    height: 4px;
}.gui_title_page:hover .gui_learn_open::after {
    width: 120px;
}.gui_title_page .gui_main_intro {
    overflow: hidden;
    position: relative;
    transform: translateZ(20px) translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 11px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.gui_title_page .gui_main_intro::before {
    z-index: 1;
    bottom: 0;
    content: "";
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(183,169,188,0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
}.gui_title_page .gui_main_intro:hover {
    transform: translateZ(30px) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.gui_title_page .gui_main_intro > div {
    backdrop-filter: blur(2px);
    display: grid;
    padding: 3rem;
    color: #ffffff;
    grid-template-columns: 1fr;
    z-index: 2;
    gap: 2rem;
    position: relative;
}.gui_title_page .gui_main_intro p {
    line-height: 1.6;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 600;
    padding-left: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin: 0;
    font-size: calc(14px * 1.2);
}.gui_title_page .gui_main_intro p::before {
    border-radius: 10px;
    top: 0;
    height: 100%;
    width: 4px;
    background: rgb(183,169,188);
    position: absolute;
    left: 0;
    content: "";
}.gui_title_page .gui_main_intro h3 {
    margin: 0;
    border-radius: 10px;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.15);
    border-left: 4px solid rgb(122,131,159);
    padding: 1.5rem;
    transition: transform 0.5s ease;
    line-height: 1.5;
    backdrop-filter: blur(5px);
    font-size: 18px;
    transform: perspective(800px) rotateY(0deg);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}.gui_title_page .gui_main_intro h3:hover {
    transform: perspective(800px) rotateY(2deg);
}

@keyframes pulse {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0.9;
    transform: scale(1.05);
  }
}

@media (min-width: 768px) {.gui_title_page .gui_main_intro > div {
    grid-template-columns: 1fr 2fr;
    align-items: center;
}.gui_title_page .gui_instructor_bio {
    margin-bottom: 3rem;
}.gui_title_page .gui_learn_open {
    font-size: calc(38px * 1.2);
}
}

@media (max-width: 767px) {.gui_title_page {
    min-height: auto;
    padding: 4rem 0;
}.gui_title_page > div {
    padding: 1rem;
}.gui_title_page .gui_main_intro > div {
    padding: 2rem;
}.gui_title_page .gui_learn_open {
    line-height: 1.3;
    font-size: calc(38px * 0.85);
}.gui_title_page .gui_main_intro h3 {
    font-size: calc(18px * 0.9);
    padding: 1rem;
}.gui_title_page .gui_instructor_bio::before,
  .gui_title_page .gui_instructor_bio::after {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 480px) {.gui_title_page .gui_main_intro > div {
    padding: 1.5rem;
}.gui_title_page .gui_learn_open {
    font-size: calc(38px * 0.7);
}.gui_title_page .gui_main_intro p {
    font-size: 14px;
}.gui_title_page .gui_main_intro h3 {
    font-size: calc(18px * 0.8);
    padding: 0.75rem;
}.gui_title_page .gui_instructor_bio::before,
  .gui_title_page .gui_instructor_bio::after {
    height: 30px;
    width: 30px;
}
}

@media (hover: none) {.gui_title_page .gui_main_intro:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: none;
}.gui_title_page .gui_main_intro h3:hover {
    transform: none;
}}.gui_course_instructor {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,204,209) 0%, #ffffff 100%);
}.gui_course_instructor::before {
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(183,169,188,0.5) 49.5%, rgb(183,169,188,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(122,131,159,0.5) 49.5%, rgb(122,131,159,0.5) 50.5%, transparent 50.5%);
    top: 0;
    content: "";
    z-index: 0;
    left: 0;
    background-size: 120px 120px;
    height: 100%;
    transform: perspective(1000px) rotateX(5deg);
    opacity: 0.1;
    position: absolute;
}.gui_course_instructor .container {
    position: relative;
    max-width: 1200px;
    perspective: 1000px;
    z-index: 1;
    transform-style: preserve-3d;
    margin: 0 auto;
}.gui_course_instructor .gui_success_stories {
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    grid-gap: 2rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}.gui_course_instructor .gui_success_stories:hover {
    transform: perspective(1000px) rotateY(0deg);
}.gui_course_instructor .gui_success_stories::before {
    top: -10px;
    content: "";
    right: -10px;
    background: linear-gradient(135deg, rgb(183,169,188,0.5) 0%, rgb(122,131,159,0.5) 100%);
    transition: opacity 0.5s ease;
    bottom: -10px;
    filter: blur(8px);
    left: -10px;
    position: absolute;
    z-index: -1;
    opacity: 0;
}.gui_course_instructor .gui_success_stories:hover::before {
    opacity: 0.7;
}.gui_course_instructor .gui_success_stories > div:nth-child(1) {
    grid-area: photo;
}.gui_course_instructor .gui_success_stories > div:nth-child(2) {
    grid-area: info;
}.gui_course_instructor .gui_success_stories > div:nth-child(3) {
    grid-area: quote;
}.gui_course_instructor .gui_profile_image {
    position: relative;
    transform: translateZ(30px);
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    width: 240px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    height: 240px;
}.gui_course_instructor .gui_success_stories:hover .gui_profile_image {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.gui_course_instructor .gui_profile_image::after {
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease;
    opacity: 0.3;
    background: linear-gradient(135deg, rgb(183,169,188,0.5) 0%, transparent 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}.gui_course_instructor .gui_success_stories:hover .gui_profile_image::after {
    opacity: 0.5;
}.gui_course_instructor .name {
    transition: transform 0.3s ease;
    margin: 0 0 0.5rem;
    color: rgb(183,169,188);
    font-weight: 700;
    font-size: calc(19px * 1.2);
    transform: translateZ(15px);
    position: relative;
}.gui_course_instructor .name::after {
    content: "";
    transform: scaleX(0.7);
    left: 0;
    bottom: -10px;
    height: 3px;
    transform-origin: left;
    position: absolute;
    background: rgb(122,131,159);
    width: 60px;
    transition: transform 0.4s ease-out;
}.gui_course_instructor .gui_success_stories:hover .name::after {
    transform: scaleX(1);
}.gui_course_instructor .gui_success_stories > div:nth-child(2) > div {
    font-family: Arial, sans-serif;
    transform: translateZ(10px);
    position: relative;
    color: rgb(122,131,159);
    margin-top: 1.5rem;
    font-weight: 600;
    font-size: calc(14px * 1.1);
}.gui_course_instructor .gui_work_summary {
    position: relative;
    text-align: justify;
    line-height: 1.8;
    transform: translateZ(5px);
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 14px;
}.gui_course_instructor .gui_work_summary::before {
    top: -3.5rem;
    opacity: 0.2;
    transform: translateZ(5px);
    position: absolute;
    transition: all 0.4s ease;
    left: -1.5rem;
    color: rgb(183,169,188,0.5);
    font-size: 6rem;
    font-family: Georgia, serif;
    content: "";
}.gui_course_instructor .gui_success_stories:hover .gui_work_summary::before {
    transform: translateZ(15px) translateY(-10px);
    opacity: 0.4;
}

@media (min-width: 768px) {.gui_course_instructor .gui_success_stories {
    grid-template-columns: auto 1fr;
    grid-template-areas:
            "photo info"
            "quote quote";
    align-items: center;
    padding: 4rem;
}.gui_course_instructor .gui_success_stories > div:nth-child(2) {
    padding-left: 2rem;
}.gui_course_instructor .gui_work_summary {
    margin-top: 2rem;
}
}

@media (min-width: 992px) {.gui_course_instructor {
    padding: 8rem 0;
}.gui_course_instructor .gui_success_stories {
    grid-template-areas:
            "photo info"
            "photo quote";
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    padding: 5rem;
}.gui_course_instructor .gui_work_summary {
    margin-top: 0;
    padding-left: 2rem;
}.gui_course_instructor .gui_profile_image {
    height: 280px;
    width: 280px;
}
}

@media (max-width: 767px) {.gui_course_instructor .gui_success_stories {
    grid-template-areas:
            "gui_profile_image"
            "gui_reach_links"
            "gui_work_summary";
    padding: 2rem;
    transform: perspective(1000px) rotateY(0deg);
}.gui_course_instructor .gui_profile_image {
    width: 180px;
    margin: 0 auto;
    height: 180px;
}.gui_course_instructor .name {
    margin-top: 1.5rem;
    text-align: center;
}.gui_course_instructor .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
}.gui_course_instructor .gui_success_stories:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.gui_course_instructor .gui_success_stories > div:nth-child(2) > div {
    margin-top: 1rem;
    text-align: center;
}.gui_course_instructor .gui_work_summary {
    text-align: left;
    margin-top: 1.5rem;
}}.gui_secure_sanctuary {
    background: linear-gradient(135deg, rgb(207,204,209) 0%, rgba(rgb(183,169,188,0.5), 0.05) 100%);
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
}.gui_secure_sanctuary::before {
    width: 100%;
    box-shadow: 0 0 20px rgba(rgb(183,169,188,0.5), 0.4);
    position: absolute;
    content: "";
    height: 6px;
    background: linear-gradient(90deg, rgb(183,169,188) 0%, rgb(122,131,159) 100%);
    left: 0;
    top: 0;
}.gui_secure_sanctuary::after {
    content: "";
    position: absolute;
    width: 35%;
    background: radial-gradient(circle at bottom right, rgba(rgb(122,131,159,0.5), 0.08), transparent 70%);
    height: 35%;
    pointer-events: none;
    transform: translate(10%, 10%);
    z-index: 0;
    bottom: 0;
    right: 0;
}.gui_secure_sanctuary .container {
    z-index: 1;
    margin: 0 auto;
    transform-style: preserve-3d;
    position: relative;
    max-width: 1140px;
    perspective: 1000px;
}.gui_secure_sanctuary h1 {
    position: relative;
    border-bottom: 1px solid rgba(rgb(183,169,188,0.5), 0.1);
    transform: translateZ(5px);
    letter-spacing: -0.02em;
    padding-bottom: 1rem;
    font-size: 39px;
    color: rgb(183,169,188);
    margin-bottom: 2.5rem;
    font-weight: 700;
}.gui_secure_sanctuary h1::after {
    bottom: -1px;
    position: absolute;
    content: "";
    transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    left: 0;
    background: linear-gradient(90deg, rgb(183,169,188), rgb(122,131,159));
    width: 80px;
    transform-origin: left center;
    height: 3px;
}.gui_secure_sanctuary h2 {
    transform: translateZ(3px);
    margin: 3rem 0 1.5rem;
    font-size: 28px;
    padding-left: 1.5rem;
    position: relative;
    color: #000000;
    font-weight: 600;
}.gui_secure_sanctuary h2::before {
    background: linear-gradient(to bottom, rgb(183,169,188), rgb(122,131,159));
    position: absolute;
    left: 0;
    content: "";
    top: 0.3em;
    border-radius: 2px;
    height: 80%;
    width: 8px;
}.gui_secure_sanctuary h3 {
    color: #000000;
    font-weight: 600;
    padding-left: 1.25rem;
    margin: 2.5rem 0 1.25rem;
    position: relative;
    font-size: calc(28px * 0.85);
}.gui_secure_sanctuary h3::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(122,131,159), rgb(183,169,188));
    height: 70%;
    content: "";
    top: 0.4em;
    border-radius: 2px;
    width: 6px;
    position: absolute;
}.gui_secure_sanctuary h4 {
    margin: 2rem 0 1rem;
    padding-left: 1rem;
    color: #000000;
    font-size: calc(28px * 0.7);
    font-weight: 600;
    position: relative;
}.gui_secure_sanctuary h4::before {
    left: 0;
    position: absolute;
    top: 0.4em;
    content: "";
    width: 4px;
    background: rgb(122,131,159);
    height: 60%;
    border-radius: 1px;
}.gui_secure_sanctuary p {
    margin-bottom: 1.5rem;
    max-width: 95%;
    position: relative;
    font-size: 16px;
    color: #000000;
    transform: translateZ(1px);
    line-height: 1.7;
}.gui_secure_sanctuary p strong {
    position: relative;
    font-weight: 600;
    color: #000000;
}.gui_secure_sanctuary span {
    display: block;
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 95%;
}.gui_secure_sanctuary ul {
    transform: translateZ(2px);
    padding: 0.5rem 0 1.5rem 1.5rem;
    list-style: none;
    position: relative;
}.gui_secure_sanctuary ul::before {
    left: 0;
    width: 1px;
    bottom: 0;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(183,169,188), transparent);
    position: absolute;
}.gui_secure_sanctuary li {
    line-height: 1.6;
    position: relative;
    color: #000000;
    padding-left: 1.75rem;
    font-size: 16px;
    margin-bottom: 1.25rem;
}.gui_secure_sanctuary li::before {
    width: 8px;
    left: 0;
    transition: transform 0.3s ease;
    top: 0.6em;
    border: 2px solid rgb(183,169,188);
    position: absolute;
    border-radius: 50%;
    height: 8px;
    box-shadow: 0 0 0 2px rgba(rgb(183,169,188,0.5), 0.1);
    background: rgba(rgb(255, 255, 255, 0.5), 0.8);
    content: "";
}.gui_secure_sanctuary li:hover::before {
    transform: scale(1.2);
    background: rgba(rgb(183,169,188,0.5), 0.1);
}


@media (max-width: 992px) {.gui_secure_sanctuary {
    padding: 5rem 1.5rem;
}.gui_secure_sanctuary h1 {
    font-size: calc(39px * 0.9);
}.gui_secure_sanctuary h2 {
    font-size: calc(28px * 0.9);
}.gui_secure_sanctuary h3 {
    font-size: calc(28px * 0.8);
}.gui_secure_sanctuary h4 {
    font-size: calc(28px * 0.65);
}
}

@media (max-width: 768px) {.gui_secure_sanctuary {
    padding: 4rem 1.25rem;
}.gui_secure_sanctuary::after {
    height: 25%;
    width: 50%;
}.gui_secure_sanctuary h1 {
    font-size: calc(39px * 0.8);
    margin-bottom: 2rem;
}.gui_secure_sanctuary h2 {
    margin: 2.5rem 0 1.25rem;
    padding-left: 1.25rem;
}.gui_secure_sanctuary h3 {
    padding-left: 1rem;
}.gui_secure_sanctuary h4 {
    padding-left: 0.75rem;
}.gui_secure_sanctuary p, 
    .gui_secure_sanctuary span {
    max-width: 100%;
}.gui_secure_sanctuary ul {
    padding-left: 0.75rem;
}.gui_secure_sanctuary li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}
}

@media (max-width: 576px) {.gui_secure_sanctuary {
    padding: 3rem 1rem;
}.gui_secure_sanctuary h1 {
    font-size: calc(39px * 0.7);
    margin-bottom: 1.5rem;
}.gui_secure_sanctuary h2 {
    font-size: calc(28px * 0.8);
    padding-left: 1rem;
    margin: 2rem 0 1rem;
}.gui_secure_sanctuary h3 {
    padding-left: 0.75rem;
    font-size: calc(28px * 0.7);
}.gui_secure_sanctuary h4 {
    font-size: calc(28px * 0.6);
    padding-left: 0.5rem;
}.gui_secure_sanctuary h1::after {
    width: 60px;
}.gui_secure_sanctuary ul {
    padding-left: 0.5rem;
}.gui_secure_sanctuary li {
    padding-left: 1.25rem;
}}.gui_our_team {
    padding: 100px 0;
    position: relative;
    background-color: rgb(207,204,209);
    overflow: hidden;
}.gui_our_team::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(183,169,188,0.5) 0,
        rgb(183,169,188,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    opacity: 0.05;
}.gui_our_team .container {
    position: relative;
    z-index: 2;
}.gui_our_team .gui_virtual_study {
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 1200px;
    gap: 0;
    display: flex;
    position: relative;
}.gui_our_team .gui_virtual_study h3 {
    font-size: 42px;
    color: #000000;
    margin-bottom: 60px;
    font-weight: 700;
    transition: transform 0.3s ease;
    padding-left: 20px;
    width: 100%;
    position: relative;
    border-left: 6px solid rgb(183,169,188);
    transform: translateZ(0);
}.gui_our_team .gui_virtual_study h3:hover {
    transform: translateX(5px);
}.gui_our_team .gui_study_programs {
    padding-right: 60px;
    width: 55%;
    position: relative;
}.gui_our_team .gui_success_story {
    position: relative;
    width: 45%;
}.gui_our_team .gui_study_programs span {
    font-weight: 600;
    padding: 8px 15px;
    transform: skewX(-10deg);
    display: inline-block;
    color: rgb(183,169,188);
    background-color: rgb(183,169,188,0.5);
    position: relative;
    font-size: 22px;
    margin-bottom: 20px;
    border-radius: 10px;
}.gui_our_team .gui_study_programs p {
    margin-bottom: 40px;
    color: #000000;
    font-size: 18px;
    line-height: 1.8;
    position: relative;
}.gui_our_team .gui_success_story p {
    color: #000000;
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 40px;
    position: relative;
}.gui_our_team .gui_study_programs .gui_profile_image {
    box-shadow: -15px 15px 0 rgb(183,169,188,0.5);
    width: 100%;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 320px;
    border-radius: 0 26px 26px 0;
    position: relative;
}.gui_our_team .gui_study_programs .gui_profile_image:hover {
    box-shadow: -20px 20px 0 rgb(183,169,188,0.5);
    transform: translate(5px, -5px);
}.gui_our_team .gui_success_story .gui_study_space {
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 26px 0 0 26px;
    box-shadow: 15px 15px 0 rgb(122,131,159,0.5);
    height: 320px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}.gui_our_team .gui_success_story .gui_study_space:hover {
    transform: translate(-5px, -5px);
    box-shadow: 20px 20px 0 rgb(122,131,159,0.5);
}.gui_our_team .gui_study_programs::after {
    left: 0;
    content: "";
    position: absolute;
    width: 40%;
    background: linear-gradient(90deg, rgb(183,169,188), transparent);
    height: 2px;
    bottom: -30px;
}.gui_our_team .gui_success_story::before {
    right: 0;
    width: 40%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(122,131,159));
    position: absolute;
    height: 2px;
    top: -30px;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {.gui_our_team {
    padding: 80px 0;
}.gui_our_team .gui_virtual_study h3 {
    margin-bottom: 40px;
}.gui_our_team .gui_study_programs,
    .gui_our_team .gui_success_story {
    width: 50%;
}.gui_our_team .gui_study_programs {
    padding-right: 30px;
}.gui_our_team .gui_study_programs .gui_profile_image,
    .gui_our_team .gui_success_story .gui_study_space {
    height: 280px;
}
}

@media (max-width: 768px) {.gui_our_team {
    padding: 60px 0;
}.gui_our_team .gui_virtual_study h3 {
    font-size: calc(42px * 0.8);
    margin-bottom: 30px;
}.gui_our_team .gui_study_programs,
    .gui_our_team .gui_success_story {
    width: 100%;
    padding-right: 0;
}.gui_our_team .gui_study_programs {
    margin-bottom: 60px;
}.gui_our_team .gui_study_programs .gui_profile_image {
    height: 250px;
    border-radius: 26px;
    box-shadow: -10px 10px 0 rgb(183,169,188,0.5);
}.gui_our_team .gui_success_story .gui_study_space {
    border-radius: 26px;
    height: 250px;
    box-shadow: 10px 10px 0 rgb(122,131,159,0.5);
}.gui_our_team .gui_study_programs::after,
    .gui_our_team .gui_success_story::before {
    width: 30%;
}
}

@media (max-width: 576px) {.gui_our_team {
    padding: 40px 0;
}.gui_our_team .gui_virtual_study h3 {
    border-left-width: 4px;
    font-size: calc(42px * 0.7);
    margin-bottom: 25px;
    padding-left: 15px;
}.gui_our_team .gui_study_programs {
    margin-bottom: 40px;
}.gui_our_team .gui_study_programs span {
    padding: 6px 12px;
    font-size: calc(22px * 0.9);
}.gui_our_team .gui_study_programs p,
    .gui_our_team .gui_success_story p {
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.gui_our_team .gui_study_programs .gui_profile_image,
    .gui_our_team .gui_success_story .gui_study_space {
    height: 200px;
}.gui_our_team .gui_study_programs .gui_profile_image {
    box-shadow: -8px 8px 0 rgb(183,169,188,0.5);
}.gui_our_team .gui_success_story .gui_study_space {
    box-shadow: 8px 8px 0 rgb(122,131,159,0.5);
}.gui_our_team .gui_study_programs::after,
    .gui_our_team .gui_success_story::before {
    width: 25%;
}}.gui_thanksGrid {
    background: linear-gradient(135deg, rgb(207,204,209) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}.gui_thanksGrid::before {
    opacity: 0.4;
    animation: float 15s ease-in-out infinite;
    right: -50px;
    position: absolute;
    top: -50px;
    content: "";
    width: 300px;
    z-index: 1;
    filter: blur(80px);
    background: linear-gradient(45deg, rgb(122,131,159,0.5) 0%, rgb(183,169,188,0.5) 100%);
    height: 300px;
}.gui_thanksGrid::after {
    height: 250px;
    background: linear-gradient(225deg, rgb(183,169,188,0.5) 0%, rgb(122,131,159,0.5) 80%);
    width: 250px;
    filter: blur(60px);
    z-index: 1;
    content: "";
    position: absolute;
    opacity: 0.3;
    left: -30px;
    bottom: -30px;
    animation: float 18s ease-in-out infinite reverse;
}.gui_thanksGrid .container {
    position: relative;
    padding: 0 20px;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 5;
}.gui_thanksGrid h2 {
    font-size: 30px;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    color: #000000;
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-weight: 700;
}.gui_thanksGrid h2::after {
    bottom: -12px;
    background: linear-gradient(90deg, rgb(183,169,188) 0%, rgb(122,131,159) 100%);
    transform-origin: left center;
    position: absolute;
    height: 3px;
    left: 0;
    width: 80px;
    content: "";
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    transform: scaleX(0);
}.gui_thanksGrid .gui_virtual_study {
    transform: translateY(30px);
    background: #ffffff;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    position: relative;
    opacity: 0;
    overflow: hidden;
}.gui_thanksGrid .gui_virtual_study::before {
    width: 6px;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(122,131,159), rgb(183,169,188));
    top: 0;
    left: 0;
    transform-origin: top center;
    transform: scaleY(0);
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
}.gui_thanksGrid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.gui_thanksGrid li {
    position: relative;
    padding-left: 25px;
}.gui_thanksGrid li::before {
    background: linear-gradient(135deg, rgb(183,169,188) 0%, rgb(122,131,159) 100%);
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    height: 10px;
    content: "";
    width: 10px;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%;
    transform: scale(0);
}.gui_thanksGrid span {
    animation: fadeText 0.8s ease forwards 0.8s;
    display: block;
    transform: translateY(15px);
    line-height: 1.7;
    color: #000000;
    font-size: calc(17px * 1.05);
    opacity: 0;
    font-family: Arial, sans-serif;
}

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

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

@keyframes expandHeight {
    to {
        transform: scaleY(1);
    }
}

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

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

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

@media (max-width: 991px) {.gui_thanksGrid {
    padding: 90px 0 70px;
}.gui_thanksGrid h2 {
    margin-bottom: 35px;
    font-size: calc(30px * 0.9);
}.gui_thanksGrid .gui_virtual_study {
    padding: 40px 35px;
}.gui_thanksGrid h2::after {
    width: 70px;
}
}

@media (max-width: 767px) {.gui_thanksGrid {
    padding: 70px 0 50px;
}.gui_thanksGrid h2 {
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.gui_thanksGrid .gui_virtual_study {
    padding: 35px 25px;
}.gui_thanksGrid span {
    line-height: 1.6;
    font-size: 17px;
}.gui_thanksGrid h2::after {
    width: 60px;
    height: 2px;
}
}

@media (max-width: 575px) {.gui_thanksGrid {
    padding: 60px 0 40px;
}.gui_thanksGrid h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 25px;
}.gui_thanksGrid .gui_virtual_study {
    padding: 30px 20px;
}.gui_thanksGrid li {
    padding-left: 20px;
}.gui_thanksGrid li::before {
    top: 9px;
    width: 8px;
    height: 8px;
}.gui_thanksGrid h2::after {
    width: 50px;
}
}

@media (hover: hover) {.gui_thanksGrid .gui_virtual_study:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    transform: translateY(-5px);
}.gui_thanksGrid .gui_virtual_study:hover::before {
    background: linear-gradient(to bottom, rgb(183,169,188), rgb(122,131,159));
    transition: background 0.5s ease;
}}footer {
    position: relative;
    z-index: 1;
    perspective: 1000px;
}footer::before {
    right: 0;
    z-index: -2;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    background: linear-gradient(135deg, rgb(122,131,159,0.5) 0%, rgb(183,169,188,0.5) 100%);
    top: 0;
    content: "";
    position: absolute;
}footer::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
}.gui_reward_sys {
    padding: 5rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}.gui_reward_sys::before {
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 20px;
    left: 0;
    background: repeating-linear-gradient(
        90deg,
        rgb(183,169,188) 0px,
        rgb(183,169,188) 40px,
        rgb(122,131,159) 40px,
        rgb(122,131,159) 80px
    );
}.gui_reward_sys .container {
    gap: 4rem;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    justify-content: space-between;
}.gui_reward_sys .company_holder {
    transform: rotateX(5deg);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 2rem;
    transform-style: preserve-3d;
    flex: 1 1 380px;
    background: rgb(183,169,188,0.5);
    position: relative;
    transition: all 0.4s ease;
    border-bottom: 6px solid rgb(183,169,188);
}.gui_reward_sys .company_holder:hover {
    transform: rotateX(0deg);
}.gui_reward_sys .company_holder h3 {
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    font-size: 34px;
    margin: 0 0 1.5rem;
    font-weight: 700;
    transform: translateZ(20px);
    display: inline-block;
}.gui_reward_sys .company_holder h3::before {
    left: -10px;
    content: "";
    height: 30px;
    border-top: 3px solid #ffffff;
    position: absolute;
    width: 30px;
    border-left: 3px solid #ffffff;
    top: -10px;
}.gui_reward_sys .company_holder h3::after {
    bottom: -10px;
    border-right: 3px solid #ffffff;
    position: absolute;
    border-bottom: 3px solid #ffffff;
    height: 30px;
    width: 30px;
    right: -10px;
    content: "";
}.gui_reward_sys .gui_price_table {
    font-size: 12px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    color: #ffffff;
    transform: translateZ(10px);
    padding: 1.5rem;
    border-radius: 10px;
}.gui_reward_sys .gui_policy_links {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}.gui_reward_sys .gui_head_learn {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}.gui_reward_sys .gui_nav_mentor {
    position: relative;
    transition: all 0.4s ease;
    min-width: 220px;
    transform: rotateX(-5deg);
    transform-style: preserve-3d;
    flex: 1 1 calc(50% - 1.5rem);
}.gui_reward_sys .gui_nav_mentor:hover {
    transform: rotateX(0deg);
}.gui_reward_sys .gui_nav_mentor h5 {
    position: relative;
    font-size: 21px;
    margin: 0 0 1.5rem;
    color: #ffffff;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-weight: 600;
    background: rgb(122,131,159,0.5);
    transform: translateZ(15px);
    padding: 1rem 1.5rem;
    min-width: 200px;
}.gui_reward_sys .gui_nav_mentor h5::after {
    position: absolute;
    height: 5px;
    left: 0;
    bottom: -5px;
    background: rgb(122,131,159);
    right: 0;
    content: "";
}.gui_reward_sys .gui_nav_mentor .gui_head_learn {
    flex-direction: column;
    display: flex;
    border-radius: 10px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(5px);
    gap: 1rem;
}.gui_reward_sys .gui_nav_mentor .gui_head_learn a {
    transform: translateZ(10px);
    border-radius: 10px;
    display: block;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    padding: 0.7rem 1rem;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    font-size: 12px;
}.gui_reward_sys .gui_nav_mentor .gui_head_learn a::before {
    height: 100%;
    content: "";
    left: -100%;
    transition: all 0.5s ease;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
}.gui_reward_sys .gui_nav_mentor .gui_head_learn a:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(122,131,159,0.5);
}.gui_reward_sys .gui_nav_mentor .gui_head_learn a:hover::before {
    left: 100%;
}.gui_collab_space {
    position: relative;
    background: rgb(122,131,159,0.5);
    padding: 2rem 0;
    transform-style: preserve-3d;
    margin-top: 3rem;
    perspective: 1000px;
}.gui_collab_space::before {
    left: 0;
    top: -20px;
    width: 100%;
    position: absolute;
    background: rgb(122,131,159);
    transform: rotateX(45deg);
    height: 20px;
    transform-origin: bottom;
    content: "";
}.gui_collab_space .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.gui_collab_space .gui_cookie_ctrl {
    padding: 0.8rem 2rem;
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(5px);
    font-size: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {.gui_reward_sys .container {
    gap: 3rem;
}.gui_reward_sys .company_holder {
    flex: 1 1 350px;
}.gui_reward_sys .gui_policy_links {
    min-width: 350px;
    flex: 1 1 calc(100% - 430px);
}.gui_reward_sys .gui_head_learn {
    gap: 2rem;
}
}

@media (max-width: 992px) {.gui_reward_sys {
    padding: 4rem 0 2rem;
}.gui_reward_sys .container {
    flex-direction: column;
    gap: 3rem;
}.gui_reward_sys .company_holder,
    .gui_reward_sys .gui_policy_links {
    min-width: 100%;
    flex: 1 1 100%;
}.gui_reward_sys .gui_nav_mentor {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.gui_reward_sys .company_holder,
    .gui_reward_sys .gui_nav_mentor {
    transform: none;
}
}

@media (max-width: 768px) {.gui_reward_sys {
    padding: 3.5rem 0 1.5rem;
}.gui_reward_sys .gui_head_learn {
    gap: 1.5rem;
}.gui_reward_sys .company_holder h3 {
    font-size: calc(34px - 2px);
}.gui_reward_sys .company_holder h3::before,
    .gui_reward_sys .company_holder h3::after {
    width: 20px;
    height: 20px;
}.gui_collab_space {
    margin-top: 2rem;
}.gui_collab_space::before {
    top: -15px;
    height: 15px;
}
}

@media (max-width: 576px) {.gui_reward_sys {
    padding: 3rem 0 1rem;
}.gui_reward_sys .gui_nav_mentor {
    flex: 1 1 100%;
    min-width: 100%;
}.gui_reward_sys .gui_head_learn {
    gap: 0.7rem;
}.gui_reward_sys .gui_nav_mentor .gui_head_learn a {
    padding: 0.6rem 0.8rem;
}.gui_collab_space {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.gui_collab_space::before {
    display: none;
}
}

@media (max-width: 420px) {.gui_reward_sys::before {
    height: 10px;
}.gui_reward_sys .company_holder h3::before,
    .gui_reward_sys .company_holder h3::after {
    display: none;
}.gui_reward_sys .gui_nav_mentor h5 {
    min-width: auto;
    width: 100%;
}.gui_collab_space .gui_cookie_ctrl {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.gui_pricing_structure {
    overflow: hidden;
    position: relative;
    padding: 120px 0 140px;
    color: #ffffff;
}.gui_pricing_structure::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgba(25, 35, 60, 0.92), rgba(35, 45, 85, 0.95));
    height: 100%;
    z-index: 0;
    width: 100%;
}.gui_pricing_structure .container {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 15px;
}.gui_pricing_structure .gui_access_rates {
    position: relative;
}.gui_pricing_structure .gui_access_rates::before {
    opacity: 0.4;
    background: linear-gradient(225deg, rgb(183,169,188,0.5), transparent);
    position: absolute;
    content: "";
    filter: blur(60px);
    width: 200px;
    height: 200px;
    pointer-events: none;
    border-radius: 50%;
    top: -80px;
    right: -80px;
}.gui_pricing_structure h2 {
    display: inline-block;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
    font-size: 32px;
    -webkit-background-clip: text !important;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.15);
    color: transparent;
    background-clip: text !important;
    position: relative;
}.gui_pricing_structure h2::after {
    position: absolute;
    transform-origin: left;
    left: 0;
    content: "";
    background: rgb(183,169,188);
    transform: scaleX(1);
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: -8px;
    height: 3px;
}.gui_pricing_structure h2:hover::after {
    transform: scaleX(1.2);
}.gui_pricing_structure .gui_cost_deals {
    font-weight: 300;
    margin-bottom: 50px;
    opacity: 0.9;
    line-height: 1.6;
    font-size: calc(12px + 2px);
    max-width: 700px;
}.gui_pricing_structure .gui_program_rate {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.gui_pricing_structure .gui_program_rate li {
    height: 100%;
    perspective: 1000px;
}.gui_pricing_structure .gui_package_pricing {
    position: relative;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 3px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    min-height: 400px;
    text-decoration: none;
}.gui_pricing_structure .gui_package_pricing:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg);
}.gui_pricing_structure .gui_package_pricing::before {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    top: 0;
    transform: translateX(-100%);
    pointer-events: none;
    transition: transform 0.8s ease;
    width: 100%;
    left: 0;
    height: 100%;
}.gui_pricing_structure .gui_package_pricing:hover::before {
    transform: translateX(100%);
}.gui_pricing_structure .gui_package_pricing::after {
    background: rgb(183,169,188);
    box-shadow: 0 0 20px 5px rgb(183,169,188,0.5);
    height: 10px;
    left: -5px;
    content: "";
    top: -5px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 10px;
    border-radius: 50%;
    opacity: 0.8;
}.gui_pricing_structure .gui_package_pricing:hover::after {
    transform: scale(1.5);
}.gui_pricing_structure .gui_lesson_fees {
    flex-direction: column;
    overflow: hidden;
    position: relative;
    padding: 35px 25px;
    display: flex;
    height: 100%;
}.gui_pricing_structure .gui_pro_fees {
    z-index: 2;
    position: relative;
}.gui_pricing_structure .gui_package_pricing h4 {
    font-weight: 600;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 22px;
}.gui_pricing_structure .gui_package_pricing:hover h4 {
    transform: translateX(5px);
}.gui_pricing_structure .gui_package_pricing h4::after {
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    content: "";
    background: rgb(183,169,188);
    width: 40px;
    transition: width 0.3s ease;
}.gui_pricing_structure .gui_package_pricing:hover h4::after {
    width: 60px;
}.gui_pricing_structure .gui_package_pricing p {
    max-height: 200px;
    overflow-y: auto;
    overflow-wrap: break-word;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    padding-right: 10px;
    line-height: 1.7;
    word-break: normal;
    white-space: normal;
}.gui_pricing_structure .gui_package_pricing p::-webkit-scrollbar {
    width: 4px;
}.gui_pricing_structure .gui_package_pricing p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
}.gui_pricing_structure .gui_package_pricing p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}.gui_pricing_structure .gui_learn_fees {
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(183,169,188), rgb(122,131,159));
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: calc(22px + 4px);
}.gui_pricing_structure .gui_package_pricing:hover .gui_learn_fees {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.gui_pricing_structure .gui_learn_fees::before {
    left: 0;
    transform: skewX(-20deg) translateX(-100%);
    transition: transform 0.6s ease;
    width: 100%;
    content: "";
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 100%;
    position: absolute;
    top: 0;
}.gui_pricing_structure .gui_package_pricing:hover .gui_learn_fees::before {
    transform: skewX(-20deg) translateX(100%);
}

@media (max-width: 991px) {.gui_pricing_structure {
    padding: 80px 0 100px;
}.gui_pricing_structure .gui_program_rate {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.gui_pricing_structure .gui_package_pricing {
    min-height: 450px;
}.gui_pricing_structure .gui_lesson_fees {
    padding: 25px 20px;
}.gui_pricing_structure h2 {
    font-size: calc(32px - 4px);
}.gui_pricing_structure .gui_cost_deals {
    margin-bottom: 40px;
    font-size: 12px;
}
}

@media (max-width: 767px) {.gui_pricing_structure {
    padding: 60px 0 80px;
}.gui_pricing_structure .gui_program_rate {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 400px;
}.gui_pricing_structure .gui_package_pricing {
    min-height: auto;
}.gui_pricing_structure h2 {
    font-size: calc(32px - 8px);
}.gui_pricing_structure .gui_cost_deals {
    font-size: calc(12px - 1px);
    margin-bottom: 30px;
}.gui_pricing_structure .gui_package_pricing p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.gui_pricing_structure {
    padding: 50px 0 70px;
}.gui_pricing_structure .gui_lesson_fees {
    padding: 20px 15px;
}.gui_pricing_structure h2 {
    font-size: calc(32px - 10px);
}.gui_pricing_structure .gui_learn_fees {
    padding: 8px 20px;
    font-size: 22px;
}.gui_pricing_structure .gui_package_pricing h4 {
    margin-bottom: 15px;
    font-size: calc(22px - 2px);
}}.gui_reach_out {
    position: relative;
    overflow: hidden;
    background: rgb(207,204,209);
    padding: 120px 0;
}.gui_reach_out::before {
    background: linear-gradient(90deg, rgb(183,169,188), rgb(122,131,159));
    content: "";
    left: 0;
    position: absolute;
    height: 5px;
    top: 0;
    width: 100%;
}.gui_reach_out .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.gui_reach_out h2 {
    font-family: Arial, sans-serif;
    display: inline-block;
    font-size: 36px;
    padding-left: 20px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: left;
    position: relative;
}.gui_reach_out h2::before {
    border-radius: 10px;
    content: "";
    top: 0;
    width: 5px;
    background: rgb(183,169,188);
    height: 100%;
    position: absolute;
    left: 0;
}.gui_reach_out .gui_support_block {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.gui_reach_out .gui_profile_image {
    min-height: 500px;
    position: relative;
    box-shadow: -15px 15px 0 rgb(183,169,188,0.5);
    overflow: hidden;
    border-radius: 25px;
    order: 2;
}.gui_reach_out .gui_support_feedback {
    order: 1;
}.gui_reach_out form {
    background: #ffffff;
    border-radius: 25px;
    width: 100%;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.gui_reach_out form h3 {
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    color: #000000;
}.gui_reach_out form input[type="text"] {
    border-radius: 10px;
    border: none;
    color: #000000;
    font-family: Arial, sans-serif;
    background: rgb(207,204,209);
    width: 100%;
    transition: all 0.3s ease;
    font-size: 16px;
    margin-bottom: 25px;
    padding: 18px 25px;
}.gui_reach_out form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(183,169,188,0.5);
    background: #ffffff;
}.gui_reach_out form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.gui_reach_out .gui_feedback_message {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.gui_reach_out .gui_feedback_message input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.gui_reach_out .gui_feedback_message label {
    cursor: pointer;
    color: #000000;
    line-height: 1.5;
    font-size: 13px;
    padding-left: 35px;
    position: relative;
}.gui_reach_out .gui_feedback_message label::before {
    background: rgb(207,204,209);
    height: 22px;
    border-radius: 10px;
    width: 22px;
    left: 0;
    transition: all 0.2s ease;
    position: absolute;
    top: 2px;
    content: "";
}.gui_reach_out .gui_feedback_message input[type="checkbox"]:checked + label::before {
    background: rgb(183,169,188);
}.gui_reach_out .gui_feedback_message input[type="checkbox"]:checked + label::after {
    width: 6px;
    position: absolute;
    transform: rotate(45deg);
    left: 8px;
    border-bottom: 2px solid #ffffff;
    height: 10px;
    top: 6px;
    border-right: 2px solid #ffffff;
    content: "";
}.gui_reach_out .gui_feedback_message label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(183,169,188);
    font-weight: 600;
}.gui_reach_out .gui_feedback_message label a:hover {
    color: rgb(122,131,159);
}.gui_reach_out form .gui_inquiry_form {
    font-family: Arial, sans-serif;
    background: #000000;
    padding: 18px 40px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
}.gui_reach_out form .gui_inquiry_form:hover {
    transform: translateY(-3px);
    background: rgb(183,169,188);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.gui_reach_out svg {
    fill: rgb(183,169,188);
    height: 20px;
    width: 20px;
}.gui_reach_out svg path {
    fill: rgb(183,169,188);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.gui_reach_out {
    padding: 90px 0;
}.gui_reach_out .gui_support_block {
    gap: 40px;
    grid-template-columns: 1fr;
}.gui_reach_out .gui_profile_image {
    margin: 0 auto;
    max-width: 600px;
    min-height: 400px;
    order: 1;
}.gui_reach_out .gui_support_feedback {
    order: 2;
}.gui_reach_out form {
    max-width: 600px;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px) {.gui_reach_out {
    padding: 70px 0;
}.gui_reach_out h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.gui_reach_out .gui_profile_image {
    min-height: 300px;
    box-shadow: -10px 10px 0 rgb(183,169,188,0.5);
    width: 100%;
}.gui_reach_out form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.gui_reach_out {
    padding: 50px 0;
}.gui_reach_out h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.gui_reach_out .gui_profile_image {
    box-shadow: -8px 8px 0 rgb(183,169,188,0.5);
    min-height: 250px;
}.gui_reach_out form {
    padding: 30px 20px;
}.gui_reach_out form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.gui_reach_out form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.gui_reach_out form .gui_inquiry_form {
    width: 100%;
    padding: 15px 20px;
}}.gui_location_info {
    background: linear-gradient(135deg, rgb(207,204,209), rgba(245, 248, 253, 0.95));
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
    padding: 4rem 0;
}.gui_location_info::before {
    width: 100%;
    top: 0;
    background: radial-gradient(circle at 30% 20%, rgb(122,131,159,0.5) 0%, transparent 60%);
    position: absolute;
    opacity: 0.15;
    left: 0;
    content: "";
    height: 100%;
    z-index: 0;
}.gui_location_info::after {
    content: "";
    width: 80%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(183,169,188,0.5), transparent);
    left: 50%;
}.gui_location_info .container {
    padding: 0 1.5rem;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.gui_location_info .gui_contact_queryfX2q {
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
}.gui_location_info .gui_contact_queryfX2q:hover {
    transform: perspective(1000px) rotateX(0deg);
}.gui_location_info h3 {
    color: rgb(183,169,188);
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 36px;
}.gui_location_info h3::after {
    bottom: -8px;
    background: linear-gradient(to right, rgb(122,131,159), transparent);
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
    width: 60%;
}.gui_location_info p {
    color: #000000;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 1.5rem;
}.gui_location_info h5 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    align-items: center;
    color: #000000;
    display: flex;
    gap: 0.75rem;
    font-weight: 600;
}.gui_location_info svg {
    height: 24px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    width: 24px;
}.gui_location_info svg:hover {
    transform: scale(1.1);
}.gui_location_info svg path {
    fill: rgb(122,131,159);
    transition: fill 0.3s ease;
}.gui_location_info .gui_help_request {
    gap: 1rem;
    flex-direction: column;
    display: flex;
    padding: 0;
    list-style-type: none;
    margin: 2rem 0 0;
}.gui_location_info .gui_get_contactwidget {
    display: flex;
    background: linear-gradient(to right, rgba(245, 248, 253, 0.8), transparent);
    transition: all 0.3s ease;
    color: #000000;
    gap: 0.75rem;
    transform-origin: left;
    padding: 0.75rem 1rem;
    text-decoration: none;
    font-weight: 600;
    align-items: center;
}.gui_location_info .gui_get_contactwidget:hover {
    color: rgb(183,169,188);
    transform: translateX(5px);
}.gui_location_info .gui_get_contactwidget:hover svg path {
    fill: rgb(183,169,188);
}.gui_location_info .gui_get_contactwidget::before {
    top: 0;
    content: "";
    background-color: rgb(122,131,159);
    position: absolute;
    transition: transform 0.3s ease;
    width: 3px;
    transform: scaleY(0);
    height: 100%;
    left: 0;
}.gui_location_info .gui_get_contactwidget:hover::before {
    transform: scaleY(1);
}.gui_location_info li {
    transform: translateZ(0);
    position: relative;
    transition: transform 0.3s ease;
}.gui_location_info li:hover {
    transform: translateZ(20px);
}

@media (min-width: 768px) {.gui_location_info .gui_contact_queryfX2q {
    max-width: 90%;
    padding: 3.5rem;
    margin: 0 auto;
}.gui_location_info .gui_help_request {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.gui_location_info h3 {
    font-size: calc(36px * 1.1);
}.gui_location_info p {
    max-width: 85%;
}
}

@media (min-width: 992px) {.gui_location_info {
    padding: 6rem 0;
}.gui_location_info .gui_contact_queryfX2q {
    max-width: 80%;
    padding: 4rem;
    transform: perspective(1200px) rotateX(2deg);
}.gui_location_info h3 {
    margin-bottom: 2rem;
}.gui_location_info .gui_help_request {
    margin-top: 3rem;
}
}

@media (max-width: 767px) {.gui_location_info {
    padding: 3rem 0;
}.gui_location_info .gui_contact_queryfX2q {
    transform: none;
    padding: 2rem 1.5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}.gui_location_info h3 {
    margin-bottom: 1.25rem;
    font-size: calc(36px * 0.9);
}.gui_location_info h5, .gui_location_info p {
    font-size: 0.95rem;
}.gui_location_info svg {
    height: 20px;
    width: 20px;
}.gui_location_info .gui_get_contactwidget {
    padding: 0.6rem 0.75rem;
}
}

@media (max-width: 480px) {.gui_location_info {
    padding: 2.5rem 0;
}.gui_location_info .gui_contact_queryfX2q {
    padding: 1.5rem 1rem;
}.gui_location_info h3 {
    font-size: calc(36px * 0.8);
}.gui_location_info h5 {
    font-size: calc(18px * 0.9);
}}.gui_course_features {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(207,204,209) 0%, rgb(183,169,188,0.5) 100%);
    position: relative;
    overflow: hidden;
}.gui_course_features::before {
    height: 200%;
    left: -50%;
    z-index: 0;
    transform: rotate(-15deg);
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(122,131,159,0.5) 0%, transparent 60%);
    width: 200%;
    opacity: 0.3;
    top: -50%;
    pointer-events: none;
    position: absolute;
}.gui_course_features::after {
    opacity: 0.4;
    position: absolute;
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgb(183,169,188,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 20%, rgb(122,131,159,0.5) 0%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(183,169,188,0.5) 0%, transparent 20%);
    width: 100%;
    top: 0;
    z-index: 0;
    left: 0;
    pointer-events: none;
}.gui_course_features .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1280px;
    z-index: 1;
}.gui_course_features .gui_tech_skills {
    transform: translateZ(0);
    gap: 3rem;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}.gui_course_features .gui_profile_image {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    height: 380px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    z-index: 2;
}.gui_course_features .gui_profile_image::before {
    background: linear-gradient(45deg, rgb(122,131,159,0.5) 0%, transparent 100%);
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
    top: 0;
}.gui_course_features .gui_profile_image::after {
    z-index: 2;
    top: -10%;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.2) 100%);
    height: 120%;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    left: -10%;
    content: "";
    transition: opacity 0.5s ease-out;
    width: 120%;
}.gui_course_features .gui_profile_image:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.gui_course_features .gui_profile_image:hover::after {
    opacity: 1;
}.gui_course_features .gui_text_frame {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 2.5rem;
    transform: perspective(1000px) translateZ(0);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 2;
}.gui_course_features .gui_text_frame::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(122,131,159,0.5) 0%, transparent 100%);
}.gui_course_features .gui_text_frame:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) translateZ(10px);
}.gui_course_features h3 {
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    color: #000000;
    font-size: calc(22px * 1.1);
    position: relative;
}.gui_course_features h3::after {
    left: 0;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
    transform-origin: left;
    position: absolute;
    background: linear-gradient(90deg, rgb(183,169,188) 0%, rgb(122,131,159) 100%);
    width: 60px;
    bottom: -12px;
    height: 3px;
}.gui_course_features .gui_text_frame:hover h3::after {
    width: 90px;
}.gui_course_features .description {
    font-size: 12px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: #000000;
}.gui_course_features p.description {
    scrollbar-color: rgb(122,131,159,0.5) transparent;
    max-height: 300px;
    scrollbar-width: thin;
    overflow-y: auto;
    padding-right: 15px;
    margin-top: 0;
}.gui_course_features p.description::-webkit-scrollbar {
    width: 5px;
}.gui_course_features p.description::-webkit-scrollbar-track {
    background: transparent;
}.gui_course_features p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(122,131,159,0.5);
}.gui_course_features span.description {
    display: none;
}.gui_course_features .gui_tech_skills > div {
    position: relative;
}

@media (min-width: 768px) {.gui_course_features {
    padding: 8rem 0;
}.gui_course_features .gui_tech_skills {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.gui_course_features .gui_profile_image {
    height: 450px;
}.gui_course_features h3 {
    font-size: calc(22px * 1.2);
}.gui_course_features p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.gui_course_features .gui_tech_skills {
    gap: 6rem;
}.gui_course_features .gui_profile_image {
    height: 520px;
    transform: perspective(1200px) rotateX(3deg) rotateY(-3deg);
}.gui_course_features .gui_text_frame {
    padding: 3rem;
}.gui_course_features h3 {
    font-size: calc(22px * 1.3);
    margin-bottom: 2rem;
}.gui_course_features h3::after {
    height: 4px;
    bottom: -15px;
}.gui_course_features p.description {
    line-height: 1.8;
    max-height: 400px;
}
}

@media (min-width: 1200px) {.gui_course_features .container {
    padding: 0 3rem;
}.gui_course_features .gui_profile_image {
    height: 580px;
}.gui_course_features .gui_text_frame {
    padding: 3.5rem;
}.gui_course_features h3 {
    font-size: calc(22px * 1.4);
}.gui_course_features p.description {
    max-height: 450px;
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.gui_course_features {
    padding: 4rem 0;
}.gui_course_features .gui_profile_image {
    height: 280px;
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
}.gui_course_features .gui_text_frame {
    padding: 2rem;
}.gui_course_features h3 {
    margin-bottom: 1.25rem;
    font-size: 22px;
}.gui_course_features h3::after {
    bottom: -10px;
    height: 2px;
    width: 50px;
}.gui_course_features p.description {
    max-height: 250px;
    line-height: 1.6;
}}.gui_client_testimonials {
    background: linear-gradient(135deg, rgb(207,204,209) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.gui_client_testimonials::before {
    transform: rotate(-15deg);
    top: -5%;
    right: -10%;
    position: absolute;
    content: "";
    z-index: 1;
    opacity: 0.2;
    width: 40%;
    height: 70%;
    background: radial-gradient(ellipse at center, rgb(183,169,188,0.5) 0%, transparent 70%);
}.gui_client_testimonials::after {
    content: "";
    background: radial-gradient(ellipse at center, rgb(122,131,159,0.5) 0%, transparent 70%);
    left: -10%;
    bottom: -5%;
    width: 50%;
    z-index: 1;
    height: 70%;
    opacity: 0.15;
    position: absolute;
    transform: rotate(15deg);
}.gui_client_testimonials .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.gui_client_testimonials h2 {
    transform: translateX(1rem);
    color: #000000;
    text-align: left;
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    font-size: 33px;
}.gui_client_testimonials h2::after {
    content: "";
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: left;
    width: 6rem;
    height: 0.25rem;
    background: linear-gradient(90deg, rgb(183,169,188) 0%, rgb(122,131,159) 100%);
    left: 0;
    transform: scaleX(1);
    bottom: -0.8rem;
    position: absolute;
}.gui_client_testimonials .gui_success_voices {
    display: grid;
    padding: 0;
    list-style: none;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
}.gui_client_testimonials .gui_success_stories {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
    position: relative;
    background: #ffffff;
    display: flex;
    padding: 2rem;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}.gui_client_testimonials .gui_success_stories::before {
    color: rgb(183,169,188,0.5);
    z-index: 0;
    font-size: 10rem;
    content: "";
    font-family: serif;
    top: -2rem;
    line-height: 1;
    opacity: 0.1;
    right: 1rem;
    position: absolute;
}.gui_client_testimonials .gui_success_stories:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.gui_client_testimonials .gui_success_stories div {
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
    z-index: 2;
    position: relative;
}.gui_client_testimonials .gui_success_stories div::after {
    width: 40%;
    transition: width 0.3s ease;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -0.75rem;
    background: linear-gradient(90deg, rgb(122,131,159) 0%, transparent 100%);
}.gui_client_testimonials .gui_success_stories:hover div::after {
    width: 70%;
}.gui_client_testimonials .gui_success_stories img {
    border: 3px solid #ffffff;
    width: 60px;
    object-fit: cover;
    height: 60px;
    transition: transform 0.4s ease;
    border-radius: 50%;
    margin-right: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}.gui_client_testimonials .gui_success_stories:hover img {
    transform: scale(1.05);
}.gui_client_testimonials .gui_success_stories h4 {
    font-weight: 600;
    margin: 0;
    color: #000000;
    font-size: 18px;
    transition: transform 0.3s ease;
}.gui_client_testimonials .gui_success_stories:hover h4 {
    transform: translateX(0.5rem);
    color: rgb(183,169,188);
}.gui_client_testimonials .gui_success_stories .description {
    color: #000000;
    line-height: 1.6;
    margin: 0;
    font-size: 17px;
    z-index: 2;
    font-weight: 400;
    position: relative;
}.gui_client_testimonials a {
    z-index: 2;
    overflow: hidden;
    position: relative;
    background: transparent;
    margin-top: 3rem;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    display: inline-block;
    padding: 1rem 2rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 14px;
    border: 2px solid rgb(183,169,188);
}.gui_client_testimonials a::before {
    transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 100%;
    background: rgb(183,169,188);
    left: 0;
    top: 0;
    width: 0;
    content: "";
    z-index: -1;
    position: absolute;
}.gui_client_testimonials a:hover {
    color: #ffffff;
}.gui_client_testimonials a:hover::before {
    width: 100%;
}

@media (max-width: 992px) {.gui_client_testimonials {
    padding: 5rem 0;
}.gui_client_testimonials .gui_success_voices {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}.gui_client_testimonials .gui_success_stories {
    padding: 1.5rem;
}.gui_client_testimonials h2 {
    transform: translateX(0);
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.gui_client_testimonials {
    padding: 4rem 0;
}.gui_client_testimonials .gui_success_voices {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.25rem;
}.gui_client_testimonials .gui_success_stories {
    padding: 1.25rem;
}.gui_client_testimonials .gui_success_stories img {
    height: 50px;
    width: 50px;
}.gui_client_testimonials h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
}.gui_client_testimonials h2::after {
    width: 5rem;
}
}

@media (max-width: 576px) {.gui_client_testimonials {
    padding: 3rem 0;
}.gui_client_testimonials .gui_success_voices {
    grid-template-columns: 1fr;
    gap: 1rem;
}.gui_client_testimonials .gui_success_stories {
    padding: 1.25rem;
}.gui_client_testimonials .gui_success_stories::before {
    font-size: 8rem;
}.gui_client_testimonials .gui_success_stories img {
    height: 45px;
    width: 45px;
}.gui_client_testimonials h2 {
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: calc(33px * 0.7);
}.gui_client_testimonials h2::after {
    width: 4rem;
    left: 50%;
    transform: translateX(-50%);
}.gui_client_testimonials a {
    width: 80%;
    display: block;
    margin: 2rem auto 0;
    text-align: center;
}
}