* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.head_train {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    padding: 3px;
    width: 0.5em;
}::-webkit-scrollbar-track {
    background: rgb(226,202,169);
}::-webkit-scrollbar-track:active {
    background: #ffffff;
}::-webkit-scrollbar-thumb {
    box-shadow: -2px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 18.2em;
    transition: background 4.6s cubic-bezier(0.42, 0, 0.58, 1);
    background: rgb(226,202,169);
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: inset 4px -3px 1px 4px rgba(0, 0, 0, 0.2);
}::-webkit-scrollbar-corner {
    border-radius: 6px;
    background: rgb(206,166,122,0.5);
    border: 1px dashed rgb(255, 255, 255, 0.5);
}.footer_caption {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.inner-container {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}.container {
    margin: auto;
    width: 1128px;
    max-width: 100%;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .top_plank {
    color:  #ffffff;
    background: rgb(226,202,169);
}header .top_plank .skill_masterypro div svg, header .top_plank .skill_masterypro div svg path {
    fill: #ffffff;
}header .top_plank .skill_masterypro div span {
    color: #ffffff;
}header .top_plank .skill_masterypro {
    font-size: 15px;
    justify-content: flex-start;
    line-height: 21px;
    width: 100%;
    align-items: center;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    display: flex;
}header .top_plank .skill_masterypro div {
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .skill_masterypro div img, header .top_plank .skill_masterypro div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.contact_us {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}.contact_us::before {
    opacity: 0.9;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(206,166,122) 0%, rgb(226,202,169) 100%);
    content: '';
}.contact_us .container {
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.contact_us .help_list {
    gap: 0;
    display: grid;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    grid-template-columns: 1fr 1fr;
}.contact_us .help_info {
    position: relative;
    background: rgb(240,229,211);
    padding: 50px;
}.contact_us .help_info::after {
    content: '';
    width: 5px;
    top: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(to bottom, rgb(226,202,169), rgb(206,166,122));
    height: 100%;
}.contact_us .help_info h3 {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
}.contact_us .help_info h3::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(226,202,169);
    content: '';
    width: 80px;
    height: 4px;
}.contact_us .help_info div {
    position: relative;
    align-items: center;
    padding-left: 15px;
    display: flex;
    margin-bottom: 30px;
}.contact_us .help_info div::before {
    width: 5px;
    opacity: 0.5;
    border-radius: 10px;
    background: rgb(226,202,169);
    top: 50%;
    position: absolute;
    left: 0;
    height: 100%;
    transform: translateY(-50%);
    content: '';
}.contact_us .help_info div:hover::before {
    transition: all 0.3s ease;
    height: 120%;
    opacity: 1;
}.contact_us .help_info div svg {
    width: 22px;
    height: 22px;
    margin-right: 20px;
}.contact_us .help_info div svg path {
    fill: rgb(226,202,169);
}.contact_us .help_info div span {
    font-weight: 400;
    font-size: calc(16px * 0.95);
    color: #000000;
}.contact_us .help_info div span a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}.contact_us .help_info div span a:hover {
    color: rgb(226,202,169);
}.contact_us .connect_grid {
    padding: 50px;
    background: rgba(0, 0, 0, 0.5);
}.contact_us .connect_grid h3 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
}.contact_us form {
    display: flex;
    flex-direction: column;
}.contact_us form input[type="text"],
.contact_us form input[type="email"] {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding: 15px 5px;
    background: transparent;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 25px;
    border: none;
}.contact_us form input[type="text"]:focus,
.contact_us form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(206,166,122);
}.contact_us form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_us .inquiry_support {
    margin: 10px 0 25px;
    align-items: flex-start;
    display: flex;
}.contact_us .inquiry_support input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_us .inquiry_support label {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    cursor: pointer;
    font-size: 13px;
    padding-left: 30px;
    line-height: 1.5;
}.contact_us .inquiry_support label::before {
    position: absolute;
    top: 2px;
    background-color: transparent;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    left: 0;
    width: 18px;
    content: '';
    height: 18px;
}.contact_us .inquiry_support input[type="checkbox"]:checked + label::before {
    background-color: rgb(206,166,122);
    border-color: rgb(206,166,122);
}.contact_us .inquiry_support input[type="checkbox"]:checked + label::after {
    top: 6px;
    left: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    content: '';
    width: 6px;
    position: absolute;
    border: solid #ffffff;
}.contact_us .inquiry_support label a {
    text-decoration: none;
    color: rgb(206,166,122);
}.contact_us .inquiry_support label a:hover {
    text-decoration: underline;
}.contact_us form .message_help {
    z-index: 1;
    padding: 15px 35px;
    letter-spacing: 1px;
    background: rgb(206,166,122);
    color: #ffffff;
    overflow: hidden;
    font-size: 20px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    align-self: flex-start;
    transition: color 0.3s ease;
    text-transform: uppercase;
}.contact_us form .message_help::before {
    width: 0;
    top: 0;
    transition: width 0.3s ease;
    left: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    background: rgb(226,202,169);
    content: '';
}.contact_us form .message_help:hover::before {
    width: 100%;
}@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.contact_us .help_info div:nth-child(even) {
    animation: pulse 4s infinite;
}

@media screen and (max-width: 992px) {.contact_us .help_list {
    grid-template-columns: 1fr;
}.contact_us .help_info::after {
    display: none;
}.contact_us .help_info,
    .contact_us .connect_grid {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact_us {
    padding: 60px 0;
}.contact_us .help_info,
    .contact_us .connect_grid {
    padding: 30px 20px;
}.contact_us .help_info h3 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.85);
}.contact_us .help_info div {
    margin-bottom: 20px;
}.contact_us form .message_help {
    padding: 12px 20px;
    width: 100%;
}}.footer_caption {
    padding: 80px 0 40px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}.footer_caption::before {
    z-index: -1;
    backdrop-filter: blur(8px);
    width: 100%;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    height: 100%;
}footer {
    position: relative;
}.footer_caption .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 40px;
}.footer_caption .company_holder {
    position: relative;
    padding-right: 40px;
}.footer_caption .company_holder::after {
    top: 20%;
    height: 60%;
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(206,166,122,0.5), 
        transparent);
    content: "";
    right: 0;
    position: absolute;
    width: 1px;
}.footer_caption .company_holder h3 {
    display: inline-block;
    font-size: calc(32px * 0.9);
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
}.footer_caption .company_holder h3::after {
    background: rgb(226,202,169);
    content: "";
    bottom: -8px;
    width: 40px;
    height: 3px;
    border-radius: 10px;
    left: 0;
    position: absolute;
}.footer_caption .site_map {
    font-size: 14px;
    max-width: 90%;
    opacity: 0.8;
    margin-bottom: 30px;
    color: #ffffff;
    line-height: 1.6;
}.footer_caption .learn_nav {
    display: flex;
    justify-content: flex-end;
}.footer_caption .main_edu {
    display: flex;
    gap: 60px;
}.footer_caption .main_start {
    position: relative;
}.footer_caption .main_start h5 {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 19px;
    padding-bottom: 12px;
    position: relative;
}.footer_caption .main_start h5::after {
    content: "";
    width: 30px;
    left: 0;
    height: 2px;
    border-radius: 10px;
    position: absolute;
    background: rgb(226,202,169);
    bottom: 0;
}.footer_caption .main_start .main_edu {
    flex-direction: column;
    gap: 15px;
    display: flex;
}.footer_caption .main_start .main_edu a {
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    opacity: 0.7;
    padding-left: 0;
    font-size: calc(14px * 0.95);
    text-decoration: none;
}.footer_caption .main_start .main_edu a::before {
    width: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease;
    height: 1px;
    opacity: 0;
    left: 0;
    transform: translateY(-50%);
    content: "";
    background: rgb(226,202,169);
}.footer_caption .main_start .main_edu a:hover {
    opacity: 1;
    color: rgb(226,202,169);
    padding-left: 12px;
}.footer_caption .main_start .main_edu a:hover::before {
    opacity: 1;
    width: 8px;
}.footer_classes {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    padding: 20px 0;
}.footer_classes .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.footer_classes .campus_links {
    opacity: 0.6;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(226,202,169,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(226,202,169);
    }
}

@media (max-width: 991px) {.footer_caption {
    padding: 60px 0 30px;
}.footer_caption .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.footer_caption .company_holder {
    max-width: 600px;
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
}.footer_caption .company_holder::after {
    display: none;
}.footer_caption .company_holder h3 {
    margin-left: auto;
    margin-right: auto;
}.footer_caption .company_holder h3::after {
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
}.footer_caption .site_map {
    max-width: 100%;
    text-align: center;
}.footer_caption .learn_nav {
    justify-content: center;
}
}

@media (max-width: 767px) {.footer_caption {
    padding: 50px 0 20px;
}.footer_caption .main_edu {
    gap: 40px;
    width: 100%;
    flex-direction: column;
}.footer_caption .main_start {
    text-align: center;
}.footer_caption .main_start h5 {
    text-align: center;
}.footer_caption .main_start h5::after {
    transform: translateX(-50%);
    left: 50%;
}.footer_caption .main_start .main_edu {
    align-items: center;
}.footer_caption .main_start .main_edu a {
    text-align: center;
}.footer_caption .main_start .main_edu a::before {
    display: none;
}.footer_caption .main_start .main_edu a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.footer_caption {
    padding: 40px 0 20px;
}.footer_caption .company_holder h3 {
    font-size: calc(32px * 0.8);
}.footer_caption .site_map {
    font-size: calc(14px * 0.9);
}.footer_classes .campus_links {
    font-size: calc(15px * 0.9);
}}

.footer_caption::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.footer_caption::after {
    box-shadow: 0 0 40px rgb(226,202,169,0.5);
}.footer_caption .container::before {
    content: "";
    left: -75px;
    bottom: -75px;
    width: 150px;
    position: absolute;
    height: 150px;
    border-radius: 50%;
    filter: blur(30px);
    background: radial-gradient(
        circle, 
        rgb(206,166,122,0.5), 
        transparent 70%
    );
    animation: pulse 10s infinite alternate-reverse;
}.footer_caption .main_start::before {
    opacity: 0.7;
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: rgb(226,202,169);
    top: 10px;
    position: absolute;
    left: -15px;
}.footer_caption .main_start:hover::before {
    animation: glow 2s infinite;
}.footer_caption .company_holder::before {
    bottom: -20px;
    position: absolute;
    width: 100px;
    left: 0;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, 
        rgb(226,202,169,0.5), 
        transparent);
}

@media (max-width: 991px) {.footer_caption .company_holder::before {
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
            transparent, 
            rgb(226,202,169,0.5), 
            transparent);
    left: 50%;
}}

.footer_caption .main_start .main_edu a::after {
    width: 0;
    transition: width 0.3s ease;
    bottom: -2px;
    left: 0;
    position: absolute;
    background: rgb(226,202,169);
    height: 1px;
    content: "";
}.footer_caption .main_start .main_edu a:hover::after {
    width: 100%;
}.footer_caption .main_start .main_edu a:nth-child(odd):hover {
    transform: translateX(2px);
}.footer_caption .main_start .main_edu a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    height: 1px;
    top: 0;
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, 
            transparent, 
            rgb(206,166,122,0.5), 
            transparent);
    left: 0;
}.footer_caption::before {
    background-blend-mode: overlay;
}}

.footer_caption .company_holder h3::before {
    top: 50%;
    position: absolute;
    opacity: 0.7;
    height: 1px;
    left: -30px;
    background: rgb(226,202,169);
    width: 20px;
    content: "";
}

@media (max-width: 991px) {.footer_caption .company_holder h3::before {
    display: none;
}}

.footer_classes {
    overflow: hidden;
    position: relative;
}.footer_classes::before {
    position: absolute;
    top: 0;
    height: 1px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(206,166,122,0.5), 
        transparent);
    width: 100%;
}.footer_classes::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(206,166,122,0.5), 
        transparent);
    height: 1px;
    bottom: 0;
    position: absolute;
    width: 30%;
    content: "";
    left: 35%;
    opacity: 0.3;
}.footer_classes .campus_links {
    transition: all 0.3s ease;
    position: relative;
}.footer_classes .campus_links:hover {
    opacity: 1;
    letter-spacing: 0.7px;
}.opening_board {
    background: linear-gradient(135deg, rgb(240,229,211) 0%, rgb(206,166,122,0.5) 100%);
    display: flex;
    align-items: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
}.opening_board::before {
    right: 0;
    bottom: 0;
    left: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(206,166,122,0.5) 0%, transparent 60%),
    radial-gradient(circle at 80% 70%, rgb(226,202,169,0.5) 0%, transparent 40%);
    content: "";
    top: 0;
    opacity: 0.15;
    z-index: 0;
    position: absolute;
}.opening_board > div {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 4rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.opening_board h1.master_zone {
    position: relative;
    opacity: 0;
    margin-bottom: 1.5rem;
    font-weight: 700;
    animation: slide-in 0.8s ease-out forwards;
    transform: translateX(-1rem);
    font-size: 46px;
    color: #000000;
}.opening_board h1.master_zone::after {
    transform-origin: left;
    transform: scaleX(0);
    height: 0.3rem;
    bottom: -0.5rem;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(226,202,169) 0%, rgb(206,166,122) 100%);
    animation: line-grow 1s 0.5s ease-out forwards;
    width: 4rem;
}.opening_board p {
    animation: fade-up 0.8s 0.3s ease-out forwards;
    max-width: 90%;
    transform: translateY(1rem);
    opacity: 0;
    line-height: 1.6;
    color: #000000;
    font-size: calc(13px * 1.2);
}.opening_board .master_studyfast {
    transform: translateY(2rem);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    animation: fade-up 1s 0.6s ease-out forwards;
    width: 100%;
    margin-top: 2rem;
    opacity: 0;
    border-radius: 30px;
}.opening_board .expert_network {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    transition: all 0.5s ease;
}.opening_board .expert_network::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
}.opening_board .expert_network span {
    z-index: 2;
    position: absolute;
    padding: 2rem;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: transform 0.4s ease;
}.opening_board .expert_network:hover span {
    transform: translateY(-10px);
}.opening_board .expert_network h3 {
    font-weight: 600;
    line-height: 1.5;
    font-size: 23px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

@keyframes slide-in {
  0% {
    transform: translateX(-1rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes line-grow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes fade-up {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 768px) {.opening_board {
    padding: 8rem 3rem;
}.opening_board > div {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.opening_board h1.master_zone {
    font-size: calc(46px * 1.2);
}.opening_board .master_studyfast {
    margin-top: 0;
}.opening_board .expert_network {
    height: 400px;
}.opening_board .expert_network::after {
    height: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(226,202,169,0.5) 0%, transparent 100%);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    transition: opacity 0.5s ease;
}.opening_board .expert_network:hover::after {
    opacity: 0.2;
}
}

@media (min-width: 992px) {.opening_board > div {
    gap: 6rem;
}.opening_board h1.master_zone {
    font-size: calc(46px * 1.4);
}.opening_board p {
    font-size: calc(13px * 1.3);
    max-width: 80%;
}.opening_board .expert_network {
    transform: perspective(1000px) rotateY(-3deg);
    height: 450px;
    transition: all 0.6s ease;
}.opening_board .expert_network:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}
}

@media (max-width: 767px) {.opening_board {
    padding: 5rem 1.5rem;
}.opening_board h1.master_zone {
    font-size: calc(46px * 0.9);
}.opening_board p {
    font-size: 13px;
    max-width: 100%;
}.opening_board .expert_network {
    height: 280px;
}
}

@media (max-width: 480px) {.opening_board {
    padding: 4rem 1rem;
}.opening_board h1.master_zone {
    font-size: calc(46px * 0.8);
}.opening_board .expert_network h3 {
    font-size: calc(23px * 0.9);
}}.education_history {
    perspective: 1000px;
    padding: 5rem 2rem;
    background: rgb(240,229,211);
    position: relative;
    overflow: hidden;
}.education_history::before {
    filter: blur(60px);
    opacity: 0.4;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(206,166,122,0.5) 0deg,
        rgb(226,202,169,0.5) 90deg,
        rgb(240,229,211) 180deg,
        rgb(226,202,169,0.5) 270deg,
        rgb(206,166,122,0.5) 360deg
    );
    left: 0;
    content: "";
    width: 100%;
}.education_history .student_views {
    display: flex;
    align-items: center;
    z-index: 2;
    gap: 0;
    transform-style: preserve-3d;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}.education_history .pic_frame {
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    width: 40%;
    border-radius: 21px;
    height: 400px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotateY(10deg) translateZ(50px);
    position: relative;
    filter: saturate(0.8);
}.education_history .pic_frame::after {
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(226,202,169,0.5) 100%
    );
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.4;
    border-radius: 21px;
    content: "";
    left: 0;
    transition: opacity 0.6s ease;
}.education_history .pic_frame:hover {
    filter: saturate(1.2);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
}.education_history .pic_frame:hover::after {
    opacity: 0;
}.education_history .exp_box {
    padding: 2.5rem;
    transform: rotateY(-5deg) translateZ(30px);
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    border-radius: 21px;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 60%;
    position: relative;
    background: #ffffff;
}.education_history .exp_box::before {
    opacity: 0.1;
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgb(206,166,122,0.5) 0%,
        transparent 70%
    );
    transform: scale(0);
    left: -50%;
    width: 200%;
    transition: transform 0.8s ease;
    content: "";
    position: absolute;
    height: 200%;
}.education_history .exp_box:hover {
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(50px);
}.education_history .exp_box:hover::before {
    transform: scale(1);
}.education_history .name {
    font-size: 33px;
    color: rgb(226,202,169);
    position: relative;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: inline-block;
}.education_history .name::after {
    width: 0;
    height: 3px;
    bottom: -5px;
    transition: width 0.4s ease-in-out;
    left: 0;
    background: rgb(206,166,122);
    content: "";
    position: absolute;
}.education_history .exp_box:hover .name::after {
    width: 100%;
}.education_history .exp_box > div:nth-child(2) {
    color: rgb(206,166,122);
    letter-spacing: 1px;
    margin-bottom: 2rem;
    opacity: 0.9;
    font-weight: 600;
    font-size: 21px;
}.education_history .exp_summary {
    color: #000000;
    position: relative;
    border-left: 3px solid rgb(226,202,169,0.5);
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    padding-left: 2rem;
    line-height: 1.7;
}.education_history .exp_summary::before {
    color: rgb(206,166,122,0.5);
    position: absolute;
    opacity: 0.3;
    font-size: 5rem;
    top: -20px;
    content: "";
    left: -10px;
    font-family: serif;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(226,202,169,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.education_history .pic_frame:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.education_history .student_views {
    flex-direction: column;
}.education_history .pic_frame,
    .education_history .exp_box {
    width: 100%;
    transform: none;
}.education_history .pic_frame {
    height: 300px;
    margin-bottom: 2rem;
}.education_history .pic_frame:hover,
    .education_history .exp_box:hover {
    transform: translateY(-10px);
}}.cookie_popup_message {
    z-index: 90;
    border-top: 3px solid rgb(206,166,122);
    padding: 20px 0;
    background: rgb(206,166,122);
    width: 100%;
    bottom: 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    font-family: Arial, sans-serif;
    animation: slideUp 0.5s forwards;
    position: fixed;
    transition: transform 0.5s ease-in-out;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.data_policy {
    align-items: center;
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}.cookie_popup_message h5 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
}.cookie_popup_message p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
}.cookie_ack {
    display: flex;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(226,202,169));
    flex-shrink: 0;
}.cookie_ack svg {
    height: 80px;
    fill: rgb(226,202,169);
    transition: transform 0.3s ease-in-out;
    width: 80px;
}.cookie_ack:hover svg {
    transform: scale(1.1);
}.user_alert {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    margin-left: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    min-width: 140px;
    padding: 10px 20px;
    border-radius: 24px;
    color: #000000;
    box-shadow: 0 0 15px rgb(226,202,169);
    white-space: nowrap;
    background: linear-gradient(90deg, rgb(226,202,169), rgb(206,166,122));
    cursor: pointer;
    text-decoration: none;
}.user_alert:hover {
    box-shadow: 0 0 20px rgb(206,166,122);
}.cookie_button.cookie_all:hover {
    box-shadow: 0 0 15px rgb(206,166,122);
}.cookie_popup_message p a {
    color: rgb(226,202,169);
    transition: color 0.3s ease;
    text-decoration: none;
}.cookie_popup_message p a:hover {
    color: rgb(206,166,122);
}#cookie_window_box {
    display: none;
}#cookie_window_box:checked ~ .cookie_popup_message {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_popup_message {
    padding: 15px 0;
}.data_policy {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie_ack {
    display: none;
}.data_policy {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookie_popup_message h5 {
    margin-bottom: 5px;
    font-size: 22px;
}.cookie_reset {
    margin-bottom: 15px;
}.user_alert {
    min-width: 100%;
    margin: 10px 0;
}}
.who_we_are {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(240,229,211);
}.who_we_are::before {
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(226,202,169,0.5) 0,
        rgb(226,202,169,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    height: 100%;
    opacity: 0.1;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
}.who_we_are .container {
    z-index: 2;
    position: relative;
}.who_we_are .quick_training {
    flex-wrap: wrap;
    display: flex;
    gap: 50px;
}.who_we_are h3 {
    border-left: 5px solid rgb(226,202,169);
    color: #000000;
    font-size: 34px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    padding-left: 20px;
    font-weight: 700;
}.who_we_are .virtual_academy {
    flex: 1;
    min-width: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    background: #ffffff;
}.who_we_are .virtual_academy span {
    color: #ffffff;
    display: block;
    padding: 15px 25px;
    background: rgb(226,202,169);
    font-weight: 600;
    font-size: 20px;
}.who_we_are .virtual_academy p {
    line-height: 1.7;
    font-size: 16px;
    padding: 25px;
    color: #000000;
}.who_we_are .pic_frame {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    transition: transform 0.4s ease;
    height: 300px;
    overflow: hidden;
    margin: 0 25px 25px;
}.who_we_are .pic_frame:hover {
    transform: scale(1.02);
}.who_we_are .study_space {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    flex: 1;
    overflow: hidden;
    flex-direction: column;
    background: #ffffff;
    border-radius: 15px;
    display: flex;
    min-width: 300px;
    position: relative;
}.who_we_are .study_space p {
    padding: 25px;
    line-height: 1.7;
    color: #000000;
    font-size: 16px;
    order: 2;
}.who_we_are .learning_space {
    order: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.4s ease;
    margin: 0 25px 25px;
}.who_we_are .learning_space:hover {
    transform: scale(1.02);
}.who_we_are .learning_space::after {
    left: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}.who_we_are .pic_frame::after {
    content: "";
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}.who_we_are .virtual_academy::before,
.who_we_are .study_space::before {
    position: absolute;
    background: rgb(206,166,122);
    height: 5px;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
}.who_we_are .study_space::before {
    background: rgb(226,202,169);
}

@media (min-width: 1200px) {.who_we_are .virtual_academy,
    .who_we_are .study_space {
    flex: 0 0 calc(50% - 25px);
}
}

@media (max-width: 1199px) and (min-width: 768px) {.who_we_are .quick_training {
    justify-content: center;
}.who_we_are .virtual_academy,
    .who_we_are .study_space {
    flex: 0 0 calc(50% - 25px);
    max-width: 500px;
}
}

@media (max-width: 767px) {.who_we_are {
    padding: 70px 0;
}.who_we_are .quick_training {
    gap: 40px;
    flex-direction: column;
}.who_we_are h3 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.9);
}.who_we_are .virtual_academy span {
    padding: 12px 20px;
    font-size: calc(20px * 0.95);
}.who_we_are .virtual_academy p,
    .who_we_are .study_space p {
    padding: 20px;
}.who_we_are .pic_frame,
    .who_we_are .learning_space {
    height: 250px;
    margin: 0 20px 20px;
}
}

@media (max-width: 576px) {.who_we_are {
    padding: 50px 0;
}.who_we_are h3 {
    font-size: calc(34px * 0.8);
    padding-left: 15px;
    margin-bottom: 20px;
}.who_we_are .virtual_academy span {
    font-size: calc(20px * 0.9);
    padding: 10px 15px;
}.who_we_are .virtual_academy p,
    .who_we_are .study_space p {
    font-size: calc(16px * 0.95);
    padding: 15px;
}.who_we_are .pic_frame,
    .who_we_are .learning_space {
    margin: 0 15px 15px;
    height: 200px;
}
}

@media (max-width: 1600px) and (min-width: 1200px) {.who_we_are .container {
    max-width: 1140px;
    margin: 0 auto;
}
}

@media (hover: hover) {.who_we_are .virtual_academy,
    .who_we_are .study_space {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.who_we_are .virtual_academy:hover,
    .who_we_are .study_space:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}}

.who_we_are .virtual_academy,
.who_we_are .study_space {
    flex-direction: column;
    display: flex;
}.who_we_are .learning_space {
    margin-top: 25px;
}.who_we_are .learning_space,
.who_we_are .pic_frame {
    flex: 1;
    min-height: 250px;
}.course_program_info {
    background: rgb(240,229,211);
    min-height: 100vh;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    position: relative;
}.course_program_info .learn_tools {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}.course_program_info .learn_tools::after {
    width: 100%;
    content: "";
    z-index: 2;
    top: 0;
    height: 100%;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(240,229,211) 90%
    );
    position: absolute;
    left: 0;
}.course_program_info .lesson_path {
    width: 100%;
    display: flex;
    animation: carousel-zoom 25s ease-in-out infinite;
    height: 100%;
}.course_program_info .learn_tools:hover .lesson_path {
    animation-play-state: paused;
}.course_program_info .skill_route {
    position: relative;
    height: 100%;
    flex-shrink: 0;
    width: 100%;
}.course_program_info .skill_route img {
    height: 100%;
    filter: brightness(0.9) saturate(1.2);
    width: 100%;
    object-fit: cover;
    transform-origin: center;
}.course_program_info .container {
    z-index: 3;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    padding: 2rem;
    position: relative;
    width: 100%;
}.course_program_info .quick_training {
    max-width: 800px;
    position: relative;
    width: 100%;
}.course_program_info .knowledge {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 3rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 
                0 5px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
    border-radius: 21px;
}.course_program_info .knowledge:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
}.course_program_info .knowledge::before {
    opacity: 0.3;
    top: 20px;
    pointer-events: none;
    left: 20px;
    bottom: 20px;
    position: absolute;
    right: 20px;
    border-radius: 10px;
    border: 1px solid rgb(226,202,169);
    content: "";
}.course_program_info .knowledge h3 {
    color: rgb(226,202,169);
    display: inline-block;
    position: relative;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 34px;
}.course_program_info .knowledge h3::after {
    bottom: -10px;
    position: absolute;
    height: 2px;
    left: 50%;
    background: rgb(226,202,169);
    width: 80px;
    content: "";
    transform: translateX(-50%);
}.course_program_info .knowledge p {
    margin: 0 auto 2rem;
    color: #000000;
    max-width: 90%;
    font-size: 18px;
    line-height: 1.7;
}.course_program_info .knowledge .message_help {
    padding: 0.9rem 2.5rem;
    color: #ffffff;
    position: relative;
    border-radius: 21px;
    z-index: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    background: rgb(226,202,169);
}.course_program_info .knowledge .message_help::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    height: 100%;
    transform: skewX(-25deg) translateX(-100%);
    transition: all 0.6s ease;
    content: "";
    width: 120%;
    z-index: -1;
    top: 0;
    left: -10%;
    position: absolute;
}.course_program_info .knowledge .message_help:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.course_program_info .knowledge .message_help:hover::before {
    transform: skewX(-25deg) translateX(100%);
}

@keyframes carousel-zoom {
    0%, 20% {
        transform: scale(1);
    }
    25%, 45% {
        transform: scale(1.1) translateX(-5%);
    }
    50%, 70% {
        transform: scale(1) translateY(3%);
    }
    75%, 95% {
        transform: scale(1.05) translateX(5%);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.course_program_info .learn_tools::after {
    background: radial-gradient(
            circle at center,
            transparent 20%,
            rgb(240,229,211) 85%
        );
}.course_program_info .lesson_path {
    animation-duration: 20s;
}.course_program_info .quick_training {
    max-width: 600px;
}.course_program_info .knowledge {
    padding: 2.5rem;
}.course_program_info .knowledge h3 {
    font-size: calc(34px * 0.9);
}.course_program_info .knowledge p {
    max-width: 95%;
}
}

@media (max-width: 767px) {.course_program_info {
    padding: 4rem 0;
    min-height: auto;
}.course_program_info .learn_tools {
    position: fixed;
    z-index: 0;
}.course_program_info .learn_tools::after {
    background: radial-gradient(
            circle at center,
            transparent 0%,
            rgb(240,229,211) 70%
        );
}.course_program_info .lesson_path {
    animation-duration: 15s;
}.course_program_info .quick_training {
    max-width: 100%;
}.course_program_info .knowledge {
    padding: 2rem 1.5rem;
}.course_program_info .knowledge::before {
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
}.course_program_info .knowledge h3 {
    font-size: 24px;
}.course_program_info .knowledge h3::after {
    width: 60px;
}.course_program_info .knowledge p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
    max-width: 100%;
    margin-bottom: 1.5rem;
}.course_program_info .knowledge .message_help {
    width: 100%;
    padding: 0.8rem 1.5rem;
}}header {
    padding: 0;
    width: 100%;
    position: relative;
    background: linear-gradient(135deg, rgb(226,202,169,0.5), rgb(206,166,122,0.5));
    z-index: 100;
}header::before {
    width: 100%;
    top: 0;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    height: 100%;
    content: '';
    left: 0;
    position: absolute;
    z-index: 0;
}header .container {
    margin: 0;
    z-index: 1;
    max-width: 100%;
    padding: 0 2%;
    position: relative;
    width: 100%;
}header .top_prime {
    display: flex;
    overflow: hidden;
    align-items: center;
    border-radius: 24px;
    flex-direction: column;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin: 1rem 0;
    padding: 1.5rem 0;
    position: relative;
    background: #ffffff;
}header .top_prime::before {
    position: absolute;
    content: '';
    height: 5px;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgb(226,202,169), rgb(206,166,122));
}header .main_bar {
    position: relative;
    justify-content: center;
    text-decoration: none;
    padding: 0 0 1rem 0;
    display: flex;
}header .main_bar::after {
    bottom: 0;
    left: 20%;
    position: absolute;
    height: 1px;
    width: 60%;
    content: '';
    background: linear-gradient(to right, transparent, rgb(226,202,169,0.5), rgb(206,166,122,0.5), rgb(226,202,169,0.5), transparent);
}header .main_bar svg {
    height: auto;
    transition: all 0.3s ease;
    width: 180px;
}header .main_bar:hover svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}header .main_start {
    width: 100%;
    padding: 1rem 2rem 0;
    display: flex;
    max-width: 90%;
    gap: 0.7rem;
    justify-content: center;
    flex-wrap: wrap;
}header .top_skill {
    z-index: 1;
    font-weight: 600;
    background: linear-gradient(to bottom, #ffffff, rgb(240,229,211));
    text-decoration: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    padding: 0.7rem 1.3rem;
    transition: all 0.3s ease;
    position: relative;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    font-size: 18px;
}header .top_skill::before {
    left: 0;
    transition: height 0.3s ease;
    width: 100%;
    height: 0;
    z-index: -1;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to top, rgb(226,202,169,0.5), transparent);
    content: '';
}header .top_skill:hover {
    color: rgb(226,202,169);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}header .top_skill:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .top_prime {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .main_bar {
    padding: 0 0 0.8rem 0;
}header .main_bar svg {
    width: 160px;
}header .main_start {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .top_skill {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .top_prime {
    padding: 1rem 0;
    margin: 0.6rem 0;
}header .main_bar {
    padding: 0 0 0.7rem 0;
}header .main_bar svg {
    width: 140px;
}header .main_start {
    max-width: 95%;
    gap: 0.5rem;
    padding: 0.7rem 1rem 0;
}header .top_skill {
    padding: 0.5rem 1rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 480px) {header .top_prime {
    padding: 0.8rem 0;
    margin: 0.5rem 0;
}header .main_bar {
    padding: 0 0 0.6rem 0;
}header .main_bar svg {
    width: 120px;
}header .main_start {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.6rem 0.5rem 0;
    overflow-x: auto;
}header .main_start::-webkit-scrollbar {
    height: 3px;
}header .main_start::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(226,202,169);
}header .top_skill {
    margin-right: 3px;
    flex-shrink: 0;
    white-space: nowrap;
}}.privacy_recess {
    padding: 30px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    height: 100%;
    width: 100%;
    background-color: rgb(206,166,122);
    color: #000000;
}.privacy_recess h1 {
    margin-bottom: 20px;
    color: rgb(226,202,169);
    font-size: 43px;
    font-weight: 700;
    margin-top: 30px;
}.privacy_recess h2 {
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(226,202,169);
    font-size: 37px;
    margin-top: 25px;
}.privacy_recess h3, .privacy_recess h4, .privacy_recess h5, .privacy_recess h6 {
    margin-top: 20px;
    font-size: 18px;
    color: rgb(226,202,169);
    font-weight: 400;
    margin-bottom: 10px;
}.privacy_recess li {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 18px;
}.privacy_recess section {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    padding: 20px;
}.privacy_recess p, .privacy_recess span, .privacy_recess div {
    font-size: 18px;
    margin-bottom: 5px;
    color: #ffffff;
    line-height: 20px;
}

@media only screen and (max-width: 800px) {.privacy_recess {
    padding: 20px;
}.privacy_recess h1 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: calc(18px - 5px);
}.privacy_recess h2 {
    font-size: calc(18px - 3px);
    margin-bottom: 10px;
    margin-top: 20px;
}.privacy_recess h3, .privacy_recess h4, .privacy_recess h5, .privacy_recess h6 {
    font-size: calc(18px - 2px);
    margin-top: 15px;
    margin-bottom: 5px;
}.privacy_recess ul, .privacy_recess ol {
    margin: 10px 0;
    padding: 5px 0;
}.privacy_recess li {
    font-size: calc(18px - 1px);
    margin-bottom: 5px;
}.privacy_recess p, .privacy_recess span, .privacy_recess div {
    font-size: calc(18px - 1px);
    margin-bottom: 4px;
}}.tyMessage {
    padding: 5rem 0;
    background: linear-gradient(145deg, rgb(226,202,169,0.5), rgb(206,166,122,0.5) 70%, rgb(255, 255, 255, 0.5));
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}.tyMessage::before {
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgb(226,202,169,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(206,166,122,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
    animation: pulse 15s infinite alternate;
    width: 100%;
    opacity: 0.6;
    height: 100%;
    content: "";
    z-index: -1;
}.tyMessage::after {
    opacity: 0.2;
    transform: rotate(45deg);
    filter: blur(100px);
    height: 100%;
    width: 100%;
    background: rgb(255, 255, 255, 0.5);
    content: "";
    animation: glow 10s infinite alternate;
    top: -50%;
    right: -50%;
    position: absolute;
}.tyMessage .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    padding: 0 2rem;
}.tyMessage h2 {
    animation: fadeSlideIn 0.8s ease-out both;
    transform: translateZ(30px);
    position: relative;
    color: #000000;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 2.5rem;
    text-align: center;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: clamp(1.5rem, 3vw, 34px);
}.tyMessage h2::after {
    width: 100px;
    bottom: -0.5rem;
    height: 3px;
    transform: translateX(-50%) translateZ(20px);
    background: linear-gradient(90deg, rgb(226,202,169), rgb(206,166,122));
    content: "";
    position: absolute;
    left: 50%;
    opacity: 0.8;
}.tyMessage .quick_training {
    animation: slideUpScale 1s ease-out 0.3s both;
    padding: 2.5rem;
    border-radius: 15px;
    background: linear-gradient(to right bottom, #ffffff, rgba(255, 255, 255, 0.85));
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 3px 10px rgba(0, 0, 0, 0.05),
    0 1px 5px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    position: relative;
    transform: translateZ(20px) rotateX(2deg);
}.tyMessage .quick_training::before {
    background: linear-gradient(135deg, rgb(226,202,169,0.5) 0%, transparent 100%);
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.05;
    z-index: -1;
    width: 100%;
    content: "";
}.tyMessage .quick_training:hover {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.06);
    transform: translateZ(25px) rotateX(0deg);
}.tyMessage ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.tyMessage li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 0;
    animation: fadeSlideInDelayed 1.2s ease-out both;
}.tyMessage li::before {
    top: 0.7rem;
    border-radius: 50%;
    content: "";
    height: 0;
    width: 0;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: scale(0);
    background: rgb(226,202,169);
    left: -5px;
    opacity: 0;
    position: absolute;
}.tyMessage li:hover::before {
    height: 8px;
    opacity: 1;
    width: 8px;
    transform: scale(1);
    left: -20px;
}.tyMessage span {
    font-size: clamp(1rem, 2vw, 12px);
    line-height: 1.6;
    letter-spacing: 0.01em;
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
    position: relative;
    font-weight: 400;
    transform: translateZ(10px);
}

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

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

@keyframes slideUpScale {
  from {
    opacity: 0;
    transform: translateY(40px) translateZ(20px) scale(0.95) rotateX(5deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(20px) scale(1) rotateX(2deg);
  }
}

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

@keyframes glow {
  0%, 100% {
    opacity: 0.2;
    filter: blur(100px);
  }
  50% {
    opacity: 0.3;
    filter: blur(120px);
  }
}

@media (min-width: 768px) {.tyMessage {
    padding: 6rem 0;
}.tyMessage .quick_training {
    padding: 3rem;
    margin: 0 auto;
    max-width: 85%;
    transform: translateZ(20px) rotateX(3deg);
}.tyMessage h2 {
    margin-bottom: 3rem;
}.tyMessage li::before {
    left: -10px;
}.tyMessage li:hover::before {
    left: -25px;
}
}

@media (min-width: 992px) {.tyMessage {
    padding: 7rem 0;
}.tyMessage .container {
    flex-direction: column;
    display: flex;
    align-items: center;
}.tyMessage h2 {
    max-width: 80%;
    transform: translateZ(40px);
}.tyMessage .quick_training {
    transform: translateZ(25px) rotateX(2deg);
    max-width: 75%;
    padding: 3.5rem 4rem;
}.tyMessage .quick_training:hover {
    transform: translateZ(35px) rotateX(0deg);
}.tyMessage li {
    padding-left: 0.5rem;
}
}

@media (max-width: 767px) {.tyMessage {
    padding: 4rem 0;
}.tyMessage .quick_training {
    transform: translateZ(10px) rotateX(1deg);
    padding: 1.5rem;
}.tyMessage h2 {
    margin-bottom: 2rem;
    font-size: clamp(1.2rem, 5vw, 1.8rem);
    transform: translateZ(15px);
}.tyMessage .quick_training:hover {
    transform: translateZ(15px) rotateX(0deg);
}.tyMessage span {
    font-size: 0.95rem;
}
}

@media (max-width: 480px) {.tyMessage {
    padding: 3rem 0;
}.tyMessage .container {
    padding: 0 1.5rem;
}.tyMessage h2 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}.tyMessage .quick_training {
    padding: 1.25rem;
}.tyMessage span {
    font-size: 0.9rem;
    line-height: 1.5;
}
}