* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-border {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1150px;
}.intern_ship {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    width: 14px;
    height: 15px;
}::-webkit-scrollbar-thumb {
    background: repeating-radial-gradient(circle at center, rgb(191,190,180), rgb(191,190,180) 12px, rgb(162,156,161) 12px, rgb(162,156,161) 19px);
    border-radius: 9999px;
    border: 1px groove rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:active {
    transform: scale(0.95);
    background: rgb(119,113,122,0.5);
}html {
    scrollbar-width: thin;
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(119,113,122);
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 8px;
}}

html,body {
    auto
contain
touch-action: none;
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
}.main_navbar {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}
@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 {
    width: 100%;
    background: #ffffff;
    position: relative;
    overflow: visible;
    z-index: 99;
}header::before {
    position: absolute;
    background: linear-gradient(to right, rgb(162,156,161), rgb(119,113,122));
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 5px;
}header .nav_begin {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}header .nav_begin::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(191,190,180);
}header .nav_begin .nav_lead {
    z-index: 2;
    position: relative;
}header .nav_begin .nav_lead .nav_section {
    position: relative;
    overflow: hidden;
    display: block;
}header .nav_begin .nav_lead .nav_section svg {
    width: auto;
    height: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}header .nav_begin .nav_lead .nav_section:hover svg {
    transform: scale(1.08);
}header .nav_begin .first_teach {
    padding: 0;
    display: flex;
    margin: 0;
    list-style: none;
}header .nav_begin .first_teach .main_train {
    margin: 0 15px;
    position: relative;
}header .nav_begin .first_teach .main_train:last-child {
    margin-right: 0;
}header .nav_begin .first_teach .main_train a {
    font-family: Arial, sans-serif;
    color: #000000;
    letter-spacing: 0.5px;
    display: block;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    font-weight: 400;
    padding: 8px 0;
    overflow: hidden;
    font-size: 15px;
}header .nav_begin .first_teach .main_train a:hover {
    letter-spacing: 1px;
    color: rgb(162,156,161);
}header .nav_begin .first_teach .main_train a::before,
header .nav_begin .first_teach .main_train a::after {
    width: 100%;
    background-color: rgb(162,156,161);
    content: "";
    transform-origin: right center;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}header .nav_begin .first_teach .main_train a::before {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
}header .nav_begin .first_teach .main_train a::after {
    background-color: rgb(119,113,122);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform-origin: left center;
    transform: scaleX(0);
}header .nav_begin .first_teach .main_train a:hover::before {
    transform-origin: left center;
    transform: scaleX(1);
}header .nav_begin .first_teach .main_train a:hover::after {
    transform: scaleX(1);
    transform-origin: right center;
}header .nav_begin .first_teach .main_train a::after {
    bottom: -2px;
    height: 3px;
    opacity: 0.3;
}header .nav_begin .first_teach .main_train:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

@media (max-width: 992px) {header .nav_begin {
    flex-direction: column;
    padding: 20px 15px;
}header .nav_begin .nav_lead {
    margin-bottom: 20px;
}header .nav_begin .first_teach {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .nav_begin .first_teach .main_train {
    margin: 5px 12px;
}header .nav_begin .first_teach .main_train a {
    padding: 5px 0;
    font-size: calc(15px - 1px);
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .nav_begin {
    padding: 15px 10px;
}header .nav_begin .nav_lead {
    margin-bottom: 15px;
}header .nav_begin .nav_lead .nav_section svg {
    height: 35px;
}header .nav_begin .first_teach {
    gap: 5px;
}header .nav_begin .first_teach .main_train {
    margin: 2px 10px;
}}.training_method {
    background: rgb(191,190,180);
    min-height: 65vh;
    overflow: hidden;
    position: relative;
}.training_method::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    filter: blur(40px);
    background: 
        radial-gradient(circle at 20% 20%, rgb(162,156,161,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(119,113,122,0.5) 0%, transparent 30%);
    content: "";
    height: 100%;
    width: 100%;
}.training_method::after {
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    background: repeating-radial-gradient(
        circle at center,
        transparent,
        transparent 50px,
        rgba(255, 255, 255, 0.03) 50px,
        rgba(255, 255, 255, 0.03) 100px
    );
    left: 0;
    position: absolute;
    z-index: 2;
}.training_method .container {
    z-index: 5;
    justify-content: center;
    position: relative;
    max-width: 1100px;
    display: flex;
    padding: 5rem 2rem;
    align-items: center;
    margin: 0 auto;
}.training_method .timeline_hist {
    aspect-ratio: 1/1;
    position: relative;
    border-radius: 50%;
    width: 100%;
    padding: 0;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    max-width: 900px;
    align-items: center;
}.training_method .timeline_hist::before {
    content: "";
    height: 90%;
    top: 5%;
    width: 90%;
    border-radius: 50%;
    border: 2px solid rgb(162,156,161,0.5);
    left: 5%;
    animation: rotateBorder 20s linear infinite;
    z-index: -1;
    position: absolute;
}.training_method .timeline_hist::after {
    left: 10%;
    top: 10%;
    position: absolute;
    border: 1px dashed rgb(119,113,122,0.5);
    content: "";
    border-radius: 50%;
    width: 80%;
    animation: rotateBorder 15s linear infinite reverse;
    height: 80%;
    z-index: -1;
}.training_method h3 {
    padding: 1rem 2rem;
    margin: 0 0 1.5rem;
    z-index: 2;
    transform: translateY(-20px);
    max-width: 70%;
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    position: relative;
    color: rgb(162,156,161);
    text-align: center;
    font-weight: 700;
    font-size: 31px;
}.training_method h3::before {
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(162,156,161,0.5), transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: inherit;
}.training_method h3::after {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(to bottom, rgb(162,156,161), transparent);
    top: 100%;
    height: 30px;
    width: 2px;
    content: "";
    position: absolute;
}.training_method span {
    text-align: center;
    transform: translateY(20px);
    display: inline-block;
    position: relative;
    padding: 2rem;
    line-height: 1.7;
    height: auto;
    border-radius: 26px;
    background: #ffffff;
    width: 60%;
    font-size: 14px;
    color: #000000;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}.training_method span::before {
    background: linear-gradient(to top, rgb(119,113,122), transparent);
    left: 50%;
    height: 30px;
    width: 2px;
    bottom: 100%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
}.training_method span::after {
    border-radius: inherit;
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.2;
    background: linear-gradient(45deg, rgb(119,113,122,0.5), transparent);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 993px) {.training_method .timeline_hist:hover::before,
    .training_method .timeline_hist:hover::after {
    animation-play-state: paused;
}.training_method .timeline_hist:hover h3,
    .training_method .timeline_hist:hover span {
    transition: transform 0.5s ease;
    transform: translateY(0);
}
}

@media (max-width: 992px) {.training_method {
    min-height: auto;
}.training_method .container {
    padding: 4rem 1.5rem;
}.training_method .timeline_hist {
    gap: 3rem;
    height: auto;
    border-radius: 0;
    aspect-ratio: auto;
    padding: 2rem 0;
}.training_method .timeline_hist::before,
    .training_method .timeline_hist::after {
    height: 100%;
    width: 100%;
    top: 0;
    border-radius: 20px;
    left: 0;
}.training_method h3 {
    margin-bottom: 0;
    max-width: 90%;
    font-size: calc(31px * 0.9);
    transform: none;
}.training_method h3::after {
    display: none;
}.training_method span {
    transform: none;
    width: 90%;
}.training_method span::before {
    display: none;
}
}

@media (max-width: 768px) {.training_method .container {
    padding: 3rem 1.2rem;
}.training_method .timeline_hist {
    gap: 2rem;
    padding: 1.5rem 0;
}.training_method h3 {
    font-size: calc(31px * 0.8);
    padding: 0.8rem 1.5rem;
    max-width: 100%;
}.training_method span {
    padding: 1.5rem;
    font-size: calc(14px * 0.9);
    width: 100%;
}
}

@media (max-width: 576px) {.training_method .container {
    padding: 2.5rem 1rem;
}.training_method .timeline_hist {
    padding: 1rem 0;
    gap: 1.5rem;
}.training_method h3 {
    padding: 0.7rem 1.2rem;
    font-size: calc(31px * 0.7);
}.training_method span {
    font-size: calc(14px * 0.85);
    line-height: 1.6;
    padding: 1.2rem;
}.training_method .timeline_hist::before,
    .training_method .timeline_hist::after {
    border-width: 1px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    opacity: 0.9;
    z-index: -2;
    position: absolute;
    bottom: 0;
    content: "";
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgb(119,113,122), rgb(162,156,161));
}footer::after {
    right: 0;
    left: 0;
    top: 0;
    z-index: -1;
    bottom: 0;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
}.intern_ship {
    padding: 5rem 0 2rem;
    color: #ffffff;
    position: relative;
}.intern_ship::before {
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, rgb(162,156,161), rgb(119,113,122), rgb(162,156,161));
    position: absolute;
}.intern_ship .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    position: relative;
    gap: 2rem;
}.intern_ship .company_holder {
    grid-column: span 5;
    position: relative;
    padding: 0;
}.intern_ship .company_holder h3 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 1rem;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 1.5rem;
    position: relative;
}.intern_ship .company_holder h3::after {
    width: 80px;
    height: 2px;
    bottom: -2px;
    background: #ffffff;
    content: "";
    left: 0;
    position: absolute;
}.intern_ship .equity_info {
    line-height: 1.7;
    padding: 0 0 0 1.5rem;
    margin-top: 1.5rem;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 17px;
    position: relative;
}.intern_ship .trophy_case {
    grid-column: span 7;
}.intern_ship .header_guide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.intern_ship .first_teach {
    position: relative;
}.intern_ship .first_teach h5 {
    font-size: 20px;
    margin: 0 0 1.5rem;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 0.8rem;
}.intern_ship .first_teach h5::after {
    left: 0;
    bottom: -2px;
    position: absolute;
    height: 2px;
    width: 40px;
    background: #ffffff;
    content: "";
}.intern_ship .first_teach .header_guide {
    display: grid;
    gap: 1rem;
}.intern_ship .first_teach .header_guide a {
    transition: all 0.3s ease;
    display: flex;
    position: relative;
    align-items: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
}.intern_ship .first_teach .header_guide a::after {
    transition: all 0.3s ease;
    transform: translateX(-5px);
    margin-left: 0.5rem;
    content: "\2192";
    opacity: 0;
}.intern_ship .first_teach .header_guide a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}.intern_ship .first_teach .header_guide a:hover::after {
    transform: translateX(0);
    opacity: 1;
}.cloud_lab {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 4rem;
}.cloud_lab .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.cloud_lab .linkedin_ref {
    font-size: 15px;
    opacity: 0.9;
    color: #ffffff;
    text-align: center;
    padding: 0 1rem;
    position: relative;
}.intern_ship::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 2rem;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    right: 2rem;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}.intern_ship .company_holder::before {
    content: "";
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    left: 0;
    top: 0;
    position: absolute;
    width: 50px;
}.intern_ship .company_holder::after {
    left: 0;
    height: 50px;
    width: 50px;
    content: "";
    bottom: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
}.intern_ship .trophy_case::after {
    bottom: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    position: absolute;
    right: 0;
    content: "";
    height: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1200px) {.intern_ship .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.intern_ship {
    padding: 4rem 0 2rem;
}.intern_ship .container {
    grid-template-columns: 1fr;
}.intern_ship .company_holder,
    .intern_ship .trophy_case {
    grid-column: span 12;
}.intern_ship .company_holder {
    margin-bottom: 2rem;
}.intern_ship::after,
    .intern_ship .company_holder::before,
    .intern_ship .company_holder::after,
    .intern_ship .trophy_case::after {
    display: none;
}
}

@media (max-width: 768px) {.intern_ship {
    padding: 3rem 0 1.5rem;
}.intern_ship .header_guide {
    gap: 1.5rem;
}.intern_ship .company_holder h3 {
    font-size: calc(32px - 2px);
}.cloud_lab {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.intern_ship {
    padding: 2.5rem 0 1rem;
}.intern_ship .header_guide {
    gap: 2rem;
    grid-template-columns: 1fr;
}.intern_ship .equity_info {
    padding-left: 1rem;
}.cloud_lab {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.intern_ship .company_holder h3::after,
    .intern_ship .first_teach h5::after {
    width: 30px;
}.intern_ship .first_teach .header_guide a:hover {
    padding-left: 0.3rem;
}}.check_it_out_now {
    background: linear-gradient(135deg, rgb(191,190,180) 0%, rgb(162,156,161,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.check_it_out_now::before {
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(119,113,122,0.5) 0%, transparent 60%);
    top: 0;
    content: "";
    z-index: 1;
    left: 0;
    position: absolute;
}.check_it_out_now::after {
    filter: blur(40px);
    content: "";
    width: 200px;
    background: rgb(162,156,161,0.5);
    border-radius: 50%;
    bottom: -50px;
    opacity: 0.5;
    position: absolute;
    z-index: 1;
    height: 200px;
    right: -50px;
}.check_it_out_now .container {
    max-width: 1200px;
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    flex-direction: column;
    margin: 0 auto;
}.check_it_out_now h2 {
    font-size: 37px;
    transition: transform 0.5s ease-out;
    max-width: 800px;
    margin-bottom: 3rem;
    color: #000000;
    text-align: center;
    position: relative;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    transform: perspective(1000px) rotateX(2deg);
    line-height: 1.4;
}.check_it_out_now h2::before {
    position: absolute;
    border-top: 3px solid rgb(162,156,161);
    border-left: 3px solid rgb(162,156,161);
    width: 40px;
    opacity: 0.7;
    top: -10px;
    height: 40px;
    left: -10px;
    content: "";
}.check_it_out_now h2::after {
    height: 40px;
    border-right: 3px solid rgb(162,156,161);
    right: -10px;
    width: 40px;
    border-bottom: 3px solid rgb(162,156,161);
    position: absolute;
    bottom: -10px;
    opacity: 0.7;
    content: "";
}.check_it_out_now .timeline_hist {
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border-radius: 26px;
    z-index: 3;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    backdrop-filter: blur(10px);
    display: flex;
    padding: 2.5rem 3rem;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.5s ease;
    gap: 1.5rem;
    position: relative;
    align-items: center;
}.check_it_out_now .timeline_hist:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}.check_it_out_now svg {
    transition: transform 0.4s ease, filter 0.4s ease;
    transform: rotate(-5deg);
    width: 48px;
    height: 48px;
    filter: drop-shadow(0 3px 5px rgba(0,0,0,0.1));
}.check_it_out_now svg:hover {
    transform: rotate(0) scale(1.1);
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.15));
}.check_it_out_now svg path {
    transition: fill 0.3s ease;
    fill: rgb(162,156,161);
}.check_it_out_now svg:hover path {
    fill: rgb(119,113,122);
}.check_it_out_now .timeline_hist div {
    display: flex;
    justify-content: center;
    width: 100%;
}.check_it_out_now .connect_panel {
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 1rem 2.5rem;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(rgb(162,156,161,0.5), 0.3);
    display: inline-block;
    border-radius: 10px;
    transform: translateZ(0);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(45deg, rgb(162,156,161) 0%, rgb(119,113,122) 100%);
    position: relative;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    z-index: 1;
}.check_it_out_now .connect_panel::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    z-index: -1;
    top: 0;
    content: "";
    left: -100%;
    height: 100%;
    transition: left 0.7s ease;
}.check_it_out_now .connect_panel:hover {
    box-shadow: 0 8px 25px rgba(rgb(162,156,161,0.5), 0.4);
    transform: translateY(-3px) scale(1.03);
}.check_it_out_now .connect_panel:hover::before {
    left: 100%;
}.check_it_out_now .connect_panel:active {
    transform: translateY(1px) scale(0.98);
}.check_it_out_now .container:hover h2 {
    transform: perspective(1000px) rotateX(0deg);
}@keyframes float {
    0% { transform: translateY(0) rotate(-5deg); }
    50% { transform: translateY(-10px) rotate(-3deg); }
    100% { transform: translateY(0) rotate(-5deg); }
}

.check_it_out_now svg {
    animation: float 4s ease-in-out infinite;
}

@media (min-width: 768px) {.check_it_out_now .timeline_hist {
    gap: 2.5rem;
    flex-direction: row;
    padding: 3rem 4rem;
}.check_it_out_now h2 {
    font-size: calc(37px * 1.1);
    margin-bottom: 4rem;
}.check_it_out_now .connect_panel {
    font-size: calc(18px * 1.1);
    padding: 1.2rem 3rem;
}.check_it_out_now svg {
    height: 60px;
    width: 60px;
}
}

@media (max-width: 767px) {.check_it_out_now {
    padding: 4rem 0;
}.check_it_out_now h2 {
    font-size: calc(37px * 0.85);
    margin-bottom: 2.5rem;
}.check_it_out_now .timeline_hist {
    padding: 2rem;
}.check_it_out_now .connect_panel {
    width: 100%;
    padding: 0.9rem 1.8rem;
}.check_it_out_now h2::before,
    .check_it_out_now h2::after {
    height: 30px;
    width: 30px;
}
}

@media (max-width: 480px) {.check_it_out_now {
    padding: 3rem 0;
}.check_it_out_now h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.7);
}.check_it_out_now .timeline_hist {
    padding: 1.5rem;
}.check_it_out_now svg {
    height: 40px;
    width: 40px;
}.check_it_out_now h2::before,
    .check_it_out_now h2::after {
    display: none;
}}.primary_page {
    background: rgb(191,190,180);
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 80px 0;
}.primary_page > div {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.primary_page .study_learn {
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
}.primary_page .fast_school {
    transform: translateY(0);
    color: rgb(162,156,161);
    position: relative;
    font-size: 48px;
    margin: 0;
    font-weight: 700;
    transition: transform 0.5s ease;
    display: inline-block;
    padding-bottom: 15px;
}.primary_page .fast_school:hover {
    transform: translateY(-5px);
}.primary_page .fast_school::after {
    background: linear-gradient(90deg, rgb(162,156,161), rgb(119,113,122));
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
}.primary_page .fast_school:hover::after {
    width: 100%;
}.primary_page .edu_head {
    padding: 50px 40px;
    border-radius: 14px;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.primary_page .edu_head:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.primary_page .edu_head::before {
    top: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgb(162,156,161,0.5), rgba(0, 0, 0, 0.5));
    right: 0;
    left: 0;
}.primary_page .edu_head > div {
    max-width: 800px;
    z-index: 2;
    position: relative;
}.primary_page .edu_head p {
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.6;
    border-left: 3px solid rgb(119,113,122);
    animation: fadeInUp 0.8s ease-out forwards;
    padding-left: 15px;
    font-size: calc(17px * 1.2);
}.primary_page .edu_head h3 {
    font-size: 37px;
    line-height: 1.4;
    opacity: 0;
    color: #ffffff;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    padding-top: 20px;
    font-weight: 600;
    position: relative;
    transform: translateY(20px);
}.primary_page .edu_head h3::before {
    height: 3px;
    background: rgb(119,113,122);
    content: "";
    width: 50px;
    top: 0;
    position: absolute;
    left: 0;
}

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

@media (max-width: 991px) {.primary_page {
    padding: 60px 0;
}.primary_page .fast_school {
    font-size: calc(48px * 0.85);
}.primary_page .edu_head {
    padding: 40px 30px;
}.primary_page .edu_head h3 {
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 767px) {.primary_page {
    padding: 50px 0;
}.primary_page .fast_school {
    font-size: calc(48px * 0.7);
}.primary_page .edu_head {
    padding: 30px 25px;
}.primary_page .edu_head p {
    font-size: 17px;
    margin-bottom: 20px;
}.primary_page .edu_head h3 {
    font-size: calc(37px * 0.75);
}
}

@media (max-width: 480px) {.primary_page {
    padding: 40px 0;
}.primary_page > div {
    padding: 0 15px;
}.primary_page .fast_school {
    font-size: calc(48px * 0.6);
}.primary_page .edu_head {
    padding: 25px 20px;
}.primary_page .edu_head p {
    padding-left: 10px;
    font-size: calc(17px * 0.95);
}.primary_page .edu_head h3 {
    font-size: calc(37px * 0.65);
}.primary_page .edu_head h3::before {
    width: 40px;
    height: 2px;
}}.get_in_touch {
    position: relative;
    background: #ffffff;
    padding: 80px 0;
    overflow: hidden;
}.get_in_touch::before {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    background-size: 20px 20px;
    position: absolute;
    z-index: 0;
}.get_in_touch .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
}.get_in_touch h2 {
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 37px;
    padding-left: 20px;
    text-align: left;
    border-left: 5px solid rgb(162,156,161);
}.get_in_touch .inquiry_query {
    background: #ffffff;
    border-radius: 20px;
    flex-direction: row-reverse;
    overflow: hidden;
    display: flex;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.get_in_touch .content_photo {
    min-height: 500px;
    flex: 0 0 40%;
    position: relative;
}.get_in_touch .content_photo::before {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(162,156,161,0.5);
    content: "";
    mix-blend-mode: multiply;
    position: absolute;
}.get_in_touch .support_support {
    flex: 0 0 60%;
    padding: 60px;
    position: relative;
}.get_in_touch .support_support::after {
    height: 150px;
    z-index: -1;
    position: absolute;
    border-radius: 0 0 0 100%;
    right: 0;
    background: rgb(191,190,180);
    content: "";
    width: 150px;
    top: 0;
}.get_in_touch #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}.get_in_touch h3 {
    position: relative;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 22px;
}.get_in_touch h3::after {
    left: 0;
    bottom: -10px;
    position: absolute;
    content: "";
    height: 2px;
    width: 40px;
    background: rgb(162,156,161);
}.get_in_touch input[type="text"] {
    background: rgb(191,190,180);
    color: #000000;
    font-size: 17px;
    border: none;
    width: 100%;
    padding: 18px 20px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    transition: all 0.3s ease;
}.get_in_touch input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(162,156,161,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    outline: none;
}.get_in_touch input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.get_in_touch .request_info {
    gap: 12px;
    margin-top: 5px;
    display: flex;
    align-items: center;
}.get_in_touch .request_info input[type="checkbox"] {
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    height: 22px;
    transition: all 0.2s ease;
    width: 22px;
    appearance: none;
    border: 2px solid rgb(191,190,180);
}.get_in_touch .request_info input[type="checkbox"]:checked {
    background: rgb(162,156,161);
    border-color: rgb(162,156,161);
}.get_in_touch .request_info input[type="checkbox"]:checked::after {
    left: 7px;
    content: "";
    top: 3px;
    border-width: 0 2px 2px 0;
    width: 6px;
    border: solid #ffffff;
    position: absolute;
    height: 11px;
    transform: rotate(45deg);
}.get_in_touch .request_info label {
    line-height: 1.5;
    color: #000000;
    font-size: 17px;
}.get_in_touch .request_info a {
    position: relative;
    color: rgb(162,156,161);
    transition: all 0.3s ease;
    text-decoration: none;
}.get_in_touch .request_info a:hover {
    color: rgb(119,113,122);
}.get_in_touch .request_info a::after {
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    background: rgb(162,156,161);
    bottom: -2px;
    transition: all 0.3s ease;
    height: 1px;
}.get_in_touch .request_info a:hover::after {
    background: rgb(119,113,122);
}.get_in_touch .connect_panel {
    background: rgb(162,156,161);
    padding: 18px 40px;
    transition: all 0.3s ease;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 16px;
    border: none;
    color: #ffffff;
    align-self: flex-start;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 15px rgb(162,156,161,0.5);
}.get_in_touch .connect_panel:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgb(119,113,122,0.5);
    background: rgb(119,113,122);
}.get_in_touch svg {
    height: 20px;
    transition: all 0.3s ease;
    fill: rgb(162,156,161);
    width: 20px;
}.get_in_touch svg path {
    fill: rgb(162,156,161);
    transition: all 0.3s ease;
}.get_in_touch svg:hover {
    fill: rgb(119,113,122);
}.get_in_touch svg:hover path {
    fill: rgb(119,113,122);
}

@media (max-width: 992px) {.get_in_touch .inquiry_query {
    flex-direction: column;
}.get_in_touch .content_photo {
    order: 1;
    flex: 0 0 auto;
    min-height: 300px;
}.get_in_touch .support_support {
    flex: 0 0 auto;
    order: 2;
    padding: 50px 40px;
}.get_in_touch h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.get_in_touch {
    padding: 60px 0;
}.get_in_touch h2 {
    font-size: calc(37px - 4px);
    margin-bottom: 30px;
}.get_in_touch .support_support {
    padding: 40px 30px;
}.get_in_touch #contact {
    gap: 25px;
}.get_in_touch .content_photo {
    min-height: 250px;
}
}

@media (max-width: 576px) {.get_in_touch {
    padding: 40px 0;
}.get_in_touch .container {
    padding: 0 15px;
}.get_in_touch h2 {
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: calc(37px - 6px);
}.get_in_touch .support_support {
    padding: 30px 20px;
}.get_in_touch #contact {
    gap: 20px;
}.get_in_touch input[type="text"] {
    padding: 15px;
}.get_in_touch .connect_panel {
    padding: 15px 20px;
    width: 100%;
}.get_in_touch .content_photo {
    min-height: 200px;
}}.our_mission {
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
}.our_mission::before {
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    position: absolute;
    background: rgb(162,156,161,0.5);
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
}.our_mission .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    transform: translateZ(0);
    margin: 0 auto;
}.our_mission h2 {
    position: relative;
    font-size: 34px;
    text-align: left;
    margin-bottom: 48px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    transform: translateX(-8px);
}.our_mission h2::after {
    left: 0;
    background: rgb(119,113,122);
    width: 80px;
    animation: expandWidth 1.2s ease-out forwards;
    height: 4px;
    position: absolute;
    transform-origin: left center;
    bottom: -12px;
    content: "";
}.our_mission .label_container {
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(0);
    animation: slideUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 40px;
}.our_mission .label_container:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    transform: translateY(-5px);
}.our_mission .label_container::before {
    content: "";
    position: absolute;
    height: 0;
    left: 0;
    background: rgb(162,156,161);
    animation: growHeight 1s 0.4s ease-out forwards;
    width: 4px;
    top: 0;
}.our_mission .label_container > div {
    overflow: hidden;
    position: relative;
}.our_mission .label_container p {
    margin-bottom: 20px;
    color: rgb(162,156,161);
    font-size: calc(18px * 1.4);
    font-weight: 700;
    position: relative;
    display: inline-block;
}.our_mission .label_container p::after {
    content: "";
    height: 2px;
    transform-origin: right;
    transform: scaleX(0);
    animation: expandLine 0.8s 0.6s ease-out forwards;
    width: 100%;
    background: rgb(119,113,122);
    bottom: -4px;
    position: absolute;
    left: 0;
}.our_mission .label_container div div {
    opacity: 0;
    color: #000000;
    hyphens: auto;
    line-height: 1.8;
    columns: 1;
    text-align: justify;
    animation: fadeIn 1s 0.8s forwards;
    column-gap: 40px;
    font-size: 18px;
}

@keyframes expandWidth {
  from { width: 0; }
  to { width: 80px; }
}

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

@keyframes expandLine {
  from { transform: scaleX(0); transform-origin: right; }
  to { transform: scaleX(1); transform-origin: left; }
}

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

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

@media (min-width: 768px) {.our_mission {
    padding: 150px 0 100px;
}.our_mission h2 {
    margin-bottom: 60px;
    font-size: calc(34px * 1.2);
}.our_mission .label_container {
    padding: 60px;
    transform: perspective(1000px) rotateY(-2deg);
    margin-left: 40px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 calc(100% - 40px));
}.our_mission .label_container:hover {
    transform: perspective(1000px) rotateY(-1deg) translateY(-5px);
}.our_mission .label_container div div {
    columns: 2;
}
}

@media (min-width: 992px) {.our_mission {
    padding: 180px 0 120px;
}.our_mission::after {
    border-radius: 10px;
    z-index: 1;
    content: "";
    top: -10%;
    border: 15px solid rgb(119,113,122,0.5);
    height: 300px;
    opacity: 0.15;
    animation: floatElement 15s infinite ease-in-out;
    transform: rotate(15deg);
    width: 300px;
    position: absolute;
    right: -5%;
}.our_mission .container {
    padding: 0 40px;
}.our_mission h2 {
    margin-bottom: 70px;
    font-size: calc(34px * 1.4);
}.our_mission .label_container {
    margin-left: 80px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 80px 100%, 0 calc(100% - 80px));
    padding: 80px;
}.our_mission .label_container p {
    margin-bottom: 30px;
    font-size: calc(18px * 1.8);
}
}

@media (min-width: 1200px) {.our_mission {
    padding: 200px 0 150px;
}.our_mission::after {
    height: 400px;
    width: 400px;
}.our_mission h2 {
    font-size: calc(34px * 1.6);
}.our_mission .label_container {
    padding: 100px;
}.our_mission .label_container div div {
    font-size: calc(18px * 1.05);
    column-gap: 60px;
    line-height: 1.9;
}}

@keyframes floatElement {
  0%, 100% { transform: rotate(15deg) translateY(0); }
  50% { transform: rotate(15deg) translateY(20px); }
}.course_candidates {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(150deg, rgb(191,190,180) 0%, rgba(0, 0, 0, 0.5) 100%);
}.course_candidates::before {
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 10%, rgba(rgb(162,156,161), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgba(rgb(119,113,122), 0.05) 0%, transparent 50%);
}.course_candidates .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.course_candidates .timeline_hist {
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background: #ffffff;
}.course_candidates h4 {
    text-align: center;
    background: #ffffff;
    margin: 0;
    color: #000000;
    font-size: 35px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 700;
    padding: 30px;
}.course_candidates h4::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(162,156,161), rgb(119,113,122));
    position: absolute;
    content: "";
    bottom: -1px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
}.course_candidates div {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
}.course_candidates div p {
    border-left: 3px solid rgb(162,156,161);
    width: calc(100% - 30px);
    position: relative;
    background: #ffffff;
    overflow: hidden;
    margin: 0 15px 0 15px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    transition: all 0.3s ease;
    z-index: 1;
    flex: 1 1 calc(100% - 30px);
    padding: 20px 20px 20px 60px;
}.course_candidates div p:last-child {
    margin-bottom: 0;
}.course_candidates div p:hover {
    transform: translateX(10px);
    background: linear-gradient(90deg, rgba(rgb(162,156,161), 0.03) 0%, transparent 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}.course_candidates div p::before {
    height: 100%;
    z-index: -1;
    width: 0;
    left: 0;
    top: 0;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    background: linear-gradient(90deg, rgba(rgb(162,156,161), 0.1) 0%, transparent 100%);
}.course_candidates div p:hover::before {
    width: 100%;
}.course_candidates div p::after {
    height: 6px;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0;
    top: 50%;
    border-top: 2px solid rgb(162,156,161);
    width: 6px;
    position: absolute;
    border-right: 2px solid rgb(162,156,161);
    content: "";
    transition: all 0.3s ease;
}.course_candidates div p:hover::after {
    right: 15px;
    opacity: 1;
}.course_candidates div p svg {
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    transition: all 0.3s ease;
    width: 24px;
    position: absolute;
}.course_candidates div p:hover svg {
    transform: translateY(-50%) scale(1.2) rotate(10deg);
}.course_candidates div p svg path {
    fill: rgb(162,156,161);
    transition: fill 0.3s ease;
}.course_candidates div p:hover svg path {
    fill: rgb(119,113,122);
}

@media (max-width: 991px) {.course_candidates {
    padding: 100px 0;
}.course_candidates h4 {
    font-size: calc(35px - 2px);
    padding: 25px;
}.course_candidates div {
    padding: 30px;
}.course_candidates div p {
    padding: 18px 18px 18px 55px;
    margin-bottom: 15px;
}.course_candidates div p svg {
    left: 18px;
    width: 22px;
    height: 22px;
}
}

@media (max-width: 767px) {.course_candidates {
    padding: 80px 0;
}.course_candidates h4 {
    font-size: calc(35px - 4px);
    padding: 20px;
}.course_candidates div {
    padding: 25px 20px;
}.course_candidates div p {
    margin-right: 0;
    padding: 15px 15px 15px 50px;
    margin-left: 0;
    flex: 1 1 100%;
    margin-bottom: 12px;
    width: 100%;
}.course_candidates div p svg {
    left: 15px;
    height: 20px;
    width: 20px;
}
}

@media (max-width: 479px) {.course_candidates {
    padding: 60px 0;
}.course_candidates h4 {
    padding: 18px 15px;
    font-size: calc(35px - 6px);
}.course_candidates div {
    padding: 20px 15px;
}.course_candidates div p {
    margin-bottom: 10px;
    font-size: calc(13px - 1px);
    padding: 12px 12px 12px 45px;
}.course_candidates div p svg {
    height: 18px;
    width: 18px;
    left: 12px;
}}#cookie_overlay_box {
    display: none;
}#cookie_overlay_box:checked ~ .privacyPolicyOverlay {
    opacity: 0;
    visibility: hidden;
}.privacyPolicyOverlay {
    padding: 20px 0;
    bottom: 0;
    position: fixed;
    font-family: Arial, sans-serif;
    background: rgb(119,113,122);
    border-top: 3px solid rgb(162,156,161);
    width: 100%;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    z-index: 90;
}.data_accept {
    border-radius: 26px;
    gap: 20px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    border: 2px dashed rgb(162,156,161);
    padding: 20px 5%;
    background: rgba(0, 0, 0, 0.5);
}.privacyPolicyOverlay h5 {
    color: rgb(162,156,161);
    letter-spacing: 1.5px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
}.privacyPolicyOverlay p {
    margin: 0;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.5;
    position: relative;
}.cookie_window {
    margin-right: 20px;
    padding: 10px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    background: rgb(162,156,161,0.5);
    align-items: center;
    border-radius: 26px;
}.cookie_window svg {
    fill: rgb(162,156,161);
    height: 60px;
    width: 60px;
}.track_manage {
    text-decoration: none;
    white-space: nowrap;
    border-radius: 10px;
    min-width: 140px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    background: rgb(162,156,161);
    padding: 10px 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    font-size: 16px;
    margin-left: 10px;
    border: 2px solid rgb(162,156,161);
    color: #000000;
}.track_manage:hover {
    background-color: rgb(119,113,122);
    box-shadow: 0 0 10px rgb(119,113,122);
}.cookie_button.policy_ack {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(119,113,122);
}.cookie_button.policy_ack:hover {
    box-shadow: 0 0 10px rgb(119,113,122);
}.privacyPolicyOverlay p a {
    color: rgb(162,156,161);
    text-decoration: none;
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(162,156,161);
}.privacyPolicyOverlay p a:hover {
    color: rgb(119,113,122);
}
@media only screen and (max-width: 1200px) {.privacyPolicyOverlay {
    padding: 15px 0;
}.data_accept {
    padding: 15px 5%;
}.cookie_window {
    display: none;
}.data_accept {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.privacyPolicyOverlay h5 {
    margin-bottom: 10px;
    font-size: 21px;
}.privacy_cookies {
    margin-bottom: 15px;
}.track_manage {
    min-width: 100%;
    margin: 10px 0;
}}
.program_structure {
    position: relative;
    background-color: rgb(191,190,180);
    overflow: hidden;
    padding: 120px 0;
}.program_structure::before {
    width: 100%;
    z-index: 1;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0;
    position: absolute;
    background-size: 60px 60px;
    top: 0;
    content: "";
}.program_structure::after {
    content: "";
    top: 0;
    background: radial-gradient(circle at center, rgb(162,156,161,0.5) 0%, transparent 70%);
    left: 0;
    width: 100%;
    opacity: 0.15;
    position: absolute;
    height: 100%;
    z-index: 2;
}.program_structure .learn_development {
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
}.program_structure .label_container {
    z-index: 4;
    border-radius: 14px;
    backdrop-filter: blur(10px);
    padding: 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
}.program_structure .label_container::before {
    border: 1px solid transparent;
    position: absolute;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    z-index: -1;
    border-radius: 14px;
    left: 0;
    mask-composite: exclude;
    height: 100%;
    content: "";
    opacity: 0.3;
    -webkit-mask-composite: xor;
    background: linear-gradient(135deg, rgb(162,156,161,0.5), transparent 70%, rgb(119,113,122,0.5)) border-box;
    top: 0;
    width: 100%;
}.program_structure .label_container h2 {
    color: #000000;
    text-align: center;
    padding-bottom: 20px;
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
}.program_structure .label_container h2::after {
    left: 50%;
    content: "";
    height: 3px;
    bottom: 0;
    width: 60px;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(162,156,161), rgb(119,113,122));
    border-radius: 10px;
}.program_structure .label_container .description {
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 16px;
    text-align: center;
}.program_structure .label_container .description:last-child {
    margin-bottom: 0;
}.program_structure .content_photo {
    margin-top: 60px;
    position: relative;
    height: 500px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    width: 100%;
}.program_structure .content_photo::before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(162,156,161,0.5) 0%, transparent 50%);
    z-index: 1;
    content: "";
    position: absolute;
    opacity: 0.3;
}.program_structure .content_photo::after {
    background: linear-gradient(45deg, transparent 50%, rgb(119,113,122,0.5) 100%);
    z-index: 2;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.3;
    width: 100%;
}.program_structure .learn_development::before,
.program_structure .learn_development::after {
    background-color: rgb(162,156,161,0.5);
    content: "";
    width: 200px;
    opacity: 0.5;
    position: absolute;
    height: 1px;
    z-index: 1;
    top: 50%;
}.program_structure .learn_development::before {
    transform: rotate(45deg);
    left: -100px;
}.program_structure .learn_development::after {
    transform: rotate(-45deg);
    right: -100px;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {.program_structure .learn_development {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-template-rows: auto auto auto;
    align-items: center;
    grid-gap: 30px;
}.program_structure .label_container {
    margin-bottom: 60px;
    grid-column: 1 / 3;
    max-width: 100%;
    grid-row: 1;
}.program_structure .label_container .description:first-of-type {
    text-align: right;
    padding-right: 30px;
    grid-row: 2;
    grid-column: 1;
}.program_structure .label_container .description:last-child {
    text-align: left;
    padding-left: 30px;
    grid-column: 2;
    grid-row: 2;
}.program_structure .content_photo {
    height: 500px;
    grid-column: 1 / 3;
    margin-top: 60px;
    max-width: 100%;
    grid-row: 3;
}.program_structure .learn_development {
    position: relative;
}.program_structure .learn_development::after {
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(162,156,161,0.5) 30%, rgb(162,156,161,0.5) 70%, transparent);
    left: 50%;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    height: 100%;
    z-index: 1;
    top: 0;
}
}

@media (min-width: 1200px) {.program_structure .learn_development {
    flex-direction: column;
    display: flex;
    align-items: center;
}.program_structure .label_container {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    margin-bottom: 0;
}.program_structure .label_container h2 {
    width: 100%;
}.program_structure .label_container .description {
    position: relative;
    padding: 0 15px;
    width: calc(50% - 30px);
    text-align: left;
}.program_structure .label_container .description:first-of-type::after {
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgb(162,156,161,0.5), transparent);
    width: 1px;
    right: 0;
    content: "";
    position: absolute;
}.program_structure .content_photo {
    margin-top: 60px;
    max-width: 80%;
    height: 450px;
    border-radius: calc(14px * 2);
}.program_structure .learn_development::after {
    display: none;
}
}

@media (max-width: 991px) {.program_structure {
    padding: 80px 0;
}.program_structure .label_container {
    padding: 30px;
}.program_structure .label_container h2 {
    font-size: calc(38px * 0.9);
}.program_structure .content_photo {
    height: 400px;
    margin-top: 40px;
}.program_structure .learn_development::before,
    .program_structure .learn_development::after {
    width: 150px;
}
}

@media (max-width: 768px) {.program_structure {
    padding: 60px 0;
}.program_structure .label_container {
    padding: 25px 20px;
}.program_structure .label_container h2 {
    font-size: calc(38px * 0.85);
    padding-bottom: 15px;
    margin-bottom: 25px;
}.program_structure .label_container h2::after {
    height: 2px;
    width: 50px;
}.program_structure .label_container .description {
    font-size: calc(16px * 0.95);
}.program_structure .content_photo {
    margin-top: 30px;
    height: 350px;
}.program_structure .learn_development::before,
    .program_structure .learn_development::after {
    display: none;
}
}

@media (max-width: 576px) {.program_structure {
    padding: 50px 0;
}.program_structure .label_container {
    padding: 20px 15px;
}.program_structure .label_container h2 {
    padding-bottom: 12px;
    font-size: calc(38px * 0.8);
    margin-bottom: 20px;
}.program_structure .label_container h2::after {
    width: 40px;
}.program_structure .label_container .description {
    line-height: 1.7;
    font-size: calc(16px * 0.9);
}.program_structure .content_photo {
    height: 250px;
    margin-top: 25px;
}}.privacy_frame {
    color: #000000;
    overflow: hidden;
    padding: 3rem 1rem;
    background: linear-gradient(145deg, rgb(191,190,180), #ffffff 80%);
    font-family: Arial, sans-serif;
    position: relative;
}.privacy_frame::before {
    background: linear-gradient(to right, rgba(rgb(162,156,161,0.5), 0.03), rgba(rgb(119,113,122,0.5), 0.02));
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    position: absolute;
    pointer-events: none;
    content: "";
    left: 0;
}.privacy_frame::after {
    width: 60%;
    pointer-events: none;
    transform: rotate(30deg);
    height: 100%;
    top: -50%;
    z-index: 0;
    background: radial-gradient(circle, rgba(rgb(162,156,161,0.5), 0.05), transparent 70%);
    content: "";
    right: -20%;
    position: absolute;
}.privacy_frame .container {
    padding: 2rem;
    background: rgba(#ffffff, 0.9);
    max-width: 1140px;
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.07),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    z-index: 1;
    position: relative;
    transition: transform 0.3s ease-out;
    margin: 0 auto;
    border-left: 3px solid rgb(162,156,161);
}.privacy_frame .container:hover {
    box-shadow: 0 14px 40px rgba(rgba(0, 0, 0, 0.5), 0.09),
                0 2px 6px rgba(rgba(0, 0, 0, 0.5), 0.06);
    transform: translateY(-3px) translateZ(0);
}.privacy_frame h1 {
    margin-bottom: 1.8rem;
    padding-bottom: 0.8rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    position: relative;
    font-size: calc(40px * 1.05);
    color: rgb(162,156,161);
}.privacy_frame h1::after {
    transform-origin: left;
    content: "";
    width: 80px;
    transition: width 0.3s ease;
    background: linear-gradient(to right, rgb(162,156,161), rgb(119,113,122));
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}.privacy_frame h2 {
    padding-left: 1rem;
    font-size: 35px;
    position: relative;
    font-weight: 600;
    margin-bottom: 1.2rem;
    margin-top: 2.5rem;
    color: rgb(119,113,122);
}.privacy_frame h2::before {
    background: rgb(162,156,161);
    left: 0;
    transform: scaleY(0.9);
    opacity: 0.8;
    width: 3px;
    position: absolute;
    content: "";
    height: 75%;
    top: 0.2em;
}.privacy_frame h3 {
    color: #000000;
    font-size: calc(35px * 0.85);
    margin-bottom: 1rem;
    font-weight: 600;
    position: relative;
    padding-left: 0.8rem;
    margin-top: 2rem;
}.privacy_frame h3::before {
    opacity: 0.8;
    width: 2px;
    transform: scaleY(0.9);
    background: rgb(119,113,122);
    top: 0.25em;
    height: 70%;
    left: 0;
    content: "";
    position: absolute;
}.privacy_frame h4 {
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #000000;
    padding-left: 0.6rem;
    font-size: calc(35px * 0.7);
    margin-top: 1.5rem;
    position: relative;
}.privacy_frame h4::before {
    top: 0.3em;
    left: 0;
    width: 2px;
    position: absolute;
    content: "";
    background: rgb(119,113,122);
    height: 65%;
    opacity: 0.6;
}.privacy_frame p {
    margin-bottom: 1.3rem;
    color: #000000;
    line-height: 1.7;
    font-size: 14px;
    position: relative;
}.privacy_frame span {
    line-height: 1.7;
    border-left: 1px solid rgba(rgb(162,156,161,0.5), 0.3);
    display: block;
    padding-left: 0.5rem;
    font-size: 14px;
    margin-bottom: 1.3rem;
    color: #000000;
}.privacy_frame ul {
    padding-left: 1.2rem;
    margin-bottom: 2rem;
    position: relative;
}.privacy_frame ul::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(162,156,161), transparent);
    height: 100%;
    top: 0;
    width: 1px;
    position: absolute;
    content: "";
    opacity: 0.2;
}.privacy_frame li {
    margin-bottom: 0.8rem;
    color: #000000;
    position: relative;
    line-height: 1.6;
    font-size: 14px;
    padding-left: 0.5rem;
}.privacy_frame li::before {
    top: 0.7rem;
    opacity: 0.8;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    background: rgb(162,156,161);
    width: 6px;
    height: 6px;
    left: -1.2rem;
    border-radius: 1px;
}.privacy_frame strong {
    color: rgb(119,113,122);
    font-weight: 600;
    position: relative;
}.privacy_frame p strong::after {
    bottom: -2px;
    background: rgb(119,113,122);
    opacity: 0.3;
    height: 1px;
    transform: scaleX(0.97);
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
}

@media (min-width: 768px) {.privacy_frame {
    padding: 5rem 2rem;
}.privacy_frame .container {
    border-left-width: 4px;
    padding: 3rem 4rem;
}.privacy_frame h1 {
    margin-bottom: 2.5rem;
    font-size: calc(40px * 1.2);
    padding-bottom: 1rem;
}.privacy_frame h1::after {
    width: 120px;
    height: 4px;
}.privacy_frame h2 {
    padding-left: 1.5rem;
    margin-top: 3rem;
    font-size: calc(35px * 1.1);
}.privacy_frame h2::before {
    width: 4px;
}.privacy_frame p, .privacy_frame span {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}.privacy_frame ul {
    padding-left: 2rem;
}.privacy_frame li {
    font-size: calc(14px * 1.05);
    padding-left: 0.8rem;
}.privacy_frame li::before {
    height: 7px;
    width: 7px;
    left: -1.4rem;
}
}

@media (min-width: 992px) {.privacy_frame {
    padding: 6rem 3rem;
}.privacy_frame .container {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 4rem 5rem;
    border-left-width: 5px;
}.privacy_frame h1 {
    font-size: calc(40px * 1.3);
    margin-bottom: 3rem;
}.privacy_frame h1::after {
    width: 140px;
}.privacy_frame p, .privacy_frame span {
    font-size: calc(14px * 1.08);
}.privacy_frame ul {
    padding-left: 2.5rem;
}.privacy_frame li {
    font-size: calc(14px * 1.08);
}
}

@media (max-width: 767px) {.privacy_frame .container {
    padding: 1.5rem;
}.privacy_frame h1 {
    font-size: calc(40px * 0.9);
    margin-bottom: 1.5rem;
}.privacy_frame h2 {
    font-size: calc(35px * 0.95);
    margin-top: 2rem;
}.privacy_frame h3, .privacy_frame h4 {
    font-size: calc(35px * 0.8);
}.privacy_frame p, .privacy_frame span, .privacy_frame li {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.privacy_frame {
    padding: 2rem 0.5rem;
}.privacy_frame .container {
    padding: 1.25rem;
}.privacy_frame h1 {
    margin-bottom: 1.2rem;
    padding-bottom: 0.6rem;
    font-size: calc(40px * 0.85);
}.privacy_frame h2 {
    font-size: calc(35px * 0.9);
    margin-top: 1.8rem;
    padding-left: 0.8rem;
}.privacy_frame h3, .privacy_frame h4 {
    padding-left: 0.5rem;
    font-size: calc(35px * 0.75);
}.privacy_frame p, .privacy_frame span, .privacy_frame li {
    line-height: 1.55;
    font-size: calc(14px * 0.9);
}.privacy_frame ul {
    padding-left: 1rem;
}.privacy_frame li::before {
    height: 5px;
    width: 5px;
    left: -1rem;
    top: 0.6rem;
}}.price_row {
    padding: 100px 0;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.price_row::before {
    z-index: 1;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}.price_row .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}.class_deals {
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center top;
}.price_row h2 {
    position: relative;
    transform: translateX(-10px);
    display: inline-block;
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}.price_row h2::after {
    height: 4px;
    content: "";
    position: absolute;
    width: 60px;
    left: 0;
    background: rgb(162,156,161);
    transform: skewX(-20deg);
    bottom: -10px;
}.price_row .sub_options {
    line-height: 1.6;
    transform: translateX(10px);
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    max-width: 80%;
    margin-bottom: 40px;
}.price_row .learn_price {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    display: grid;
    perspective: 1000px;
    margin: 0;
    list-style: none;
    gap: 30px;
    padding: 0;
}.price_row .learn_price li {
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.price_row .learn_price li:hover {
    z-index: 5;
    transform: translateY(-10px) scale(1.02);
}.price_row .annual_plan {
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    height: 100%;
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    color: #000000;
}.price_row .payment_plan {
    display: flex;
    height: 100%;
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.4s ease-out;
    overflow: hidden;
    padding: 30px;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(240,240,240,0.95) 100%);
    min-height: 450px;
}.price_row .annual_plan:hover .payment_plan {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,0.98) 100%);
}.price_row .payment_plan::after {
    height: 100px;
    opacity: 0.1;
    width: 100px;
    content: "";
    background: rgb(119,113,122);
    position: absolute;
    top: 0;
    transition: transform 0.5s ease;
    transform: rotate(45deg) translate(30px, -80px);
    right: 0;
}.price_row .annual_plan:hover .payment_plan::after {
    opacity: 0.15;
    transform: rotate(45deg) translate(20px, -60px) scale(1.2);
}.price_row .package_pricing {
    position: relative;
    flex-direction: column;
    z-index: 2;
    display: flex;
    flex: 1;
}.price_row .package_pricing h4 {
    font-weight: 700;
    position: relative;
    margin-top: 0;
    color: rgb(162,156,161);
    font-size: calc(18px + 2px);
    margin-bottom: 20px;
    transform: translateX(-5px);
    padding-bottom: 15px;
    letter-spacing: 0.5px;
}.price_row .package_pricing h4::after {
    position: absolute;
    background: rgb(119,113,122);
    height: 3px;
    bottom: 0;
    transform: skewX(-15deg);
    width: 40px;
    left: 0;
    content: "";
}.price_row .package_pricing p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 25px;
    color: #000000;
    line-height: 1.5;
    hyphens: auto;
    flex-grow: 1;
    font-size: 14px;
}.price_row .study_price {
    margin-top: auto;
    display: block;
    padding: 15px 0 0;
    transition: color 0.3s ease;
    margin-bottom: 0;
    font-weight: 700;
    font-size: calc(18px + 6px);
    border-top: 1px solid rgba(0,0,0,0.08);
    color: rgb(119,113,122);
    position: relative;
}.price_row .annual_plan:hover .study_price {
    transform: translateY(-5px);
    color: rgb(162,156,161);
}.price_row .study_price::before {
    transform: translateY(-1px);
    content: "";
    top: 0;
    width: 30px;
    position: absolute;
    left: 0;
    background: rgb(162,156,161);
    height: 1px;
}

@media (max-width: 991px) {.price_row {
    padding: 80px 0;
}.class_deals {
    transform: perspective(1000px) rotateX(1deg);
}.price_row .sub_options {
    max-width: 90%;
    transform: translateX(5px);
}.price_row .learn_price {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.price_row .payment_plan {
    min-height: 400px;
    padding: 25px;
}
}

@media (max-width: 767px) {.price_row {
    padding: 60px 0;
}.class_deals {
    transform: none;
}.price_row h2 {
    transform: none;
    font-size: calc(38px - 4px);
}.price_row .sub_options {
    transform: none;
    margin-bottom: 30px;
    max-width: 100%;
}.price_row .learn_price {
    grid-template-columns: 1fr;
    gap: 20px;
}.price_row .payment_plan {
    padding: 20px;
    min-height: 350px;
}.price_row .package_pricing h4 {
    transform: none;
}.price_row .package_pricing p {
    font-size: calc(14px - 1px);
}.price_row .study_price {
    font-size: calc(18px + 4px);
}
}

@media (max-width: 480px) {.price_row {
    padding: 40px 0;
}.price_row h2 {
    font-size: calc(38px - 6px);
}.price_row .learn_price {
    margin-top: 20px;
}.price_row .payment_plan {
    padding: 15px;
}.price_row .package_pricing h4 {
    margin-bottom: 15px;
    font-size: 18px;
}.price_row .package_pricing p {
    margin-bottom: 20px;
    font-size: calc(14px - 2px);
}}.gratNote {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(162,156,161,0.5) 0%, rgb(191,190,180) 100%);
    overflow: hidden;
}.gratNote::before {
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    background-image: 
        linear-gradient(30deg, rgb(162,156,161,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(162,156,161,0.5) 1px, transparent 1px);
    background-size: 60px 60px;
    position: absolute;
    height: 100%;
    opacity: 0.1;
    content: "";
    animation: patternShift 30s infinite linear;
}.gratNote::after {
    width: 200%;
    top: -50%;
    height: 200%;
    z-index: 0;
    content: "";
    animation: lightPulse 10s infinite ease-in-out;
    background: radial-gradient(ellipse at center, #ffffff 0%, transparent 70%);
    position: absolute;
    transform: translateZ(0);
    opacity: 0.15;
    left: -50%;
}.gratNote .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.gratNote .timeline_hist {
    border-radius: 10px;
    transform: perspective(1000px) rotateX(2deg);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
    padding: 60px;
    position: relative;
}.gratNote .timeline_hist::before {
    left: -5px;
    bottom: -5px;
    filter: blur(8px);
    position: absolute;
    opacity: 0.6;
    border-radius: calc(10px + 5px);
    right: -5px;
    content: "";
    top: -5px;
    background: linear-gradient(45deg, 
        rgb(162,156,161) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(119,113,122) 100%);
    z-index: -1;
    transition: opacity 0.6s ease, filter 0.6s ease;
}.gratNote .timeline_hist:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.08) inset;
}.gratNote .timeline_hist:hover::before {
    filter: blur(12px);
    opacity: 0.8;
}.gratNote .timeline_hist > div:first-child {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}.gratNote .timeline_hist > div:first-child::after {
    animation: lineExtend 1.5s ease-out forwards;
    position: absolute;
    border-radius: 2px;
    height: 4px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(162,156,161), rgb(119,113,122));
    transform-origin: left center;
    width: 80px;
    bottom: -10px;
}.gratNote h5 {
    font-size: 24px;
    opacity: 0;
    line-height: 1.4;
    transform: translateX(0);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    font-family: Arial, sans-serif;
    padding: 0;
    font-weight: 700;
    margin: 0;
    animation: slideIn 0.8s 0.2s ease-out forwards;
    color: #000000;
}.gratNote .timeline_hist > div:last-child {
    overflow: hidden;
    position: relative;
}.gratNote a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s ease;
}.gratNote a:hover {
    transform: translateX(5px);
}.gratNote p {
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
    opacity: 0;
    line-height: 1.8;
    color: #000000;
    font-weight: 400;
    margin: 0;
    animation: fadeIn 1s 0.5s ease-out forwards;
}

@keyframes lineExtend {
    0% { 
        width: 0; 
        opacity: 0;
    }
    100% { 
        width: 80px; 
        opacity: 1;
    }
}

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

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes patternShift {
    0% { 
        background-position: 0 0; 
    }
    100% { 
        background-position: 60px 60px; 
    }
}

@keyframes lightPulse {
    0%, 100% { 
        opacity: 0.15; 
        transform: translate(-50%, -50%) scale(1); 
    }
    50% { 
        opacity: 0.2; 
        transform: translate(-50%, -50%) scale(1.1); 
    }
}

@media (max-width: 992px) {.gratNote {
    padding: 90px 0;
}.gratNote .timeline_hist {
    padding: 50px 40px;
    transform: perspective(1000px) rotateX(1deg);
}.gratNote h5 {
    font-size: calc(24px - 0.1rem);
}
}

@media (max-width: 768px) {.gratNote {
    padding: 70px 0;
}.gratNote .timeline_hist {
    padding: 40px 30px;
    transform: none;
}.gratNote h5 {
    font-size: calc(24px - 0.2rem);
}.gratNote p {
    font-size: calc(13px - 0.05rem);
    line-height: 1.7;
}.gratNote .timeline_hist > div:first-child::after {
    width: 60px;
}
    
    @keyframes lineExtend {
        100% { width: 60px; }
    }
}

@media (max-width: 576px) {.gratNote {
    padding: 50px 0;
}.gratNote .timeline_hist {
    padding: 30px 20px;
}.gratNote h5 {
    font-size: calc(24px - 0.3rem);
}.gratNote p {
    font-size: calc(13px - 0.1rem);
    line-height: 1.6;
}.gratNote .timeline_hist > div:first-child {
    margin-bottom: 25px;
}.gratNote .timeline_hist > div:first-child::after {
    width: 50px;
    height: 3px;
}
    
    @keyframes lineExtend {
        100% { width: 50px; }
    }
}

@media (hover: none) {.gratNote .timeline_hist:hover {
    transform: none;
    box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.08),
            0 1px 0 rgba(255, 255, 255, 0.8) inset,
            0 -1px 0 rgba(0, 0, 0, 0.05) inset;
}.gratNote .timeline_hist:hover::before {
    opacity: 0.6;
    filter: blur(8px);
}.gratNote a:hover {
    transform: none;
}}.training_specialist {
    background: linear-gradient(145deg, rgb(191,190,180) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.training_specialist::before {
    transform: rotate(-15deg);
    top: -50%;
    content: "";
    height: 200%;
    opacity: 0.08;
    width: 60%;
    background: linear-gradient(135deg, rgb(119,113,122,0.5) 0%, transparent 80%);
    position: absolute;
    left: -20%;
    z-index: 0;
}.training_specialist::after {
    left: 0;
    position: absolute;
    content: "";
    opacity: 0.05;
    width: 100%;
    background: radial-gradient(circle at 80% 20%, rgb(162,156,161,0.5) 0%, transparent 60%);
    height: 100%;
    top: 0;
    z-index: 0;
}.training_specialist .container {
    max-width: 1140px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 15px;
}.training_specialist .student_voices {
    transform: perspective(1000px) rotateY(-2deg);
    grid-template-columns: 1fr;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(119,113,122);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform-style: preserve-3d;
    padding: 3rem;
    display: grid;
    position: relative;
    gap: 2rem;
}.training_specialist .student_voices:hover {
    transform: perspective(1000px) rotateY(0);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.09), 0 8px 20px rgba(0, 0, 0, 0.04);
}.training_specialist .student_voices > div:nth-child(1) {
    position: relative;
    order: 1;
    width: 100%;
}.training_specialist .student_voices > div:nth-child(2) {
    order: 2;
}.training_specialist .student_voices > div:nth-child(3) {
    order: 3;
}.training_specialist .content_photo {
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(20px);
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 0;
    padding-bottom: 60%;
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);
}.training_specialist .student_voices:hover .content_photo {
    transform: translateZ(30px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.training_specialist .name {
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    font-size: calc(18px * 1.1);
    margin: 0 0 0.5rem;
    transform: translateZ(15px);
}.training_specialist .name::after {
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 0;
    background: rgb(119,113,122);
    height: 3px;
    position: absolute;
    content: "";
    bottom: -5px;
}.training_specialist .student_voices:hover .name::after {
    width: 100%;
}.training_specialist .student_voices > div:nth-child(2) > div {
    margin-bottom: 1rem;
    transition: all 0.4s ease;
    font-size: calc(13px * 0.95);
    color: rgb(119,113,122);
    transform: translateZ(10px);
    letter-spacing: 0.5px;
    opacity: 0.9;
    font-weight: 600;
}.training_specialist .student_voices:hover > div:nth-child(2) > div {
    opacity: 1;
    transform: translateZ(20px);
}.training_specialist .job_progress {
    margin: 0;
    position: relative;
    padding-left: 1.5rem;
    font-size: 13px;
    transition: transform 0.4s ease;
    color: #000000;
    line-height: 1.7;
    transform: translateZ(5px);
}.training_specialist .job_progress::before {
    width: 3px;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgb(119,113,122) 0%, transparent 100%);
}.training_specialist .student_voices:hover .job_progress {
    transform: translateZ(15px);
}

@media (min-width: 768px) {.training_specialist .student_voices {
    gap: 2.5rem;
    padding: 3.5rem;
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto auto;
}.training_specialist .student_voices > div:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
}.training_specialist .student_voices > div:nth-child(2) {
    align-self: end;
    grid-column: 2;
    grid-row: 1;
}.training_specialist .student_voices > div:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}.training_specialist .content_photo {
    padding-bottom: 0;
    height: 100%;
}.training_specialist .name {
    font-size: 18px;
    margin-bottom: 0.75rem;
}.training_specialist .job_progress {
    padding-left: 2rem;
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.training_specialist {
    padding: 140px 0;
}.training_specialist .student_voices {
    transform: perspective(1200px) rotateY(-3deg);
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 380px 1fr;
}.training_specialist .name {
    font-size: calc(18px * 1.2);
}.training_specialist .student_voices > div:nth-child(2) > div {
    font-size: 13px;
    margin-bottom: 1.5rem;
}.training_specialist .job_progress {
    line-height: 1.75;
    font-size: calc(13px * 1.1);
}
}

@media (max-width: 767px) {.training_specialist {
    padding: 80px 0;
}.training_specialist .student_voices {
    padding: 2rem;
    transform: perspective(800px) rotateY(-1deg);
}.training_specialist .content_photo {
    margin-bottom: 1.5rem;
}.training_specialist .name {
    margin-bottom: 0.5rem;
}.training_specialist .job_progress {
    padding-left: 1rem;
}
}

@media (max-width: 480px) {.training_specialist {
    padding: 60px 0;
}.training_specialist .student_voices {
    gap: 1.5rem;
    padding: 1.5rem;
}.training_specialist .content_photo {
    padding-bottom: 75%;
}.training_specialist .name {
    font-size: calc(18px * 0.95);
}.training_specialist .student_voices > div:nth-child(2) > div {
    font-size: calc(13px * 0.9);
}.training_specialist .job_progress {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.help_center {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(191,190,180), rgba(0, 0, 0, 0.5) 120%);
    position: relative;
    perspective: 1000px;
}.help_center::before {
    width: 200%;
    z-index: 0;
    position: absolute;
    transform: rotate(-15deg);
    left: -50%;
    height: 200%;
    pointer-events: none;
    background: radial-gradient(circle at center, rgb(162,156,161,0.5) 0%, transparent 60%);
    opacity: 0.07;
    content: "";
    top: -50%;
}.help_center .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1140px;
    transform-style: preserve-3d;
    z-index: 1;
    position: relative;
}.help_center .msg_info {
    padding: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-template-columns: 1fr;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 16px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    gap: 2rem;
    position: relative;
    display: grid;
    border-left: 5px solid rgb(162,156,161);
    transform: rotateY(-3deg);
}.help_center .msg_info:hover {
    transform: rotateY(0deg) translateZ(10px) scale(1.01);
}.help_center h3 {
    transition: transform 0.4s ease;
    font-weight: 700;
    transform-origin: left center;
    color: rgb(162,156,161);
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 28px;
}.help_center h3::after {
    left: 0;
    width: 80px;
    transform-origin: left center;
    height: 3px;
    transform: scaleX(0.8);
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    bottom: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(162,156,161), rgb(119,113,122));
}.help_center .msg_info:hover h3::after {
    transform: scaleX(1);
}.help_center p {
    color: #000000;
    transform: translateZ(20px);
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.help_center h5 {
    font-weight: 600;
    font-size: 20px;
    display: flex;
    color: #000000;
    align-items: center;
    margin-bottom: 0.75rem;
    gap: 0.75rem;
}.help_center h5 svg {
    transition: transform 0.3s ease;
    height: 22px;
    flex-shrink: 0;
    width: 22px;
}.help_center h5 svg path {
    transition: fill 0.3s ease;
    fill: rgb(162,156,161);
}.help_center .write_page {
    transform: translateZ(30px);
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 1rem;
    position: relative;
    margin-top: 1.5rem;
}.help_center .write_page li {
    transform-origin: left center;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.help_center .write_page li:hover {
    transform: translateX(5px);
}.help_center .contact_box {
    font-size: calc(14px * 1.05);
    display: flex;
    font-weight: 600;
    overflow: hidden;
    padding: 0.5rem 0;
    position: relative;
    align-items: center;
    transition: color 0.3s ease;
    gap: 0.75rem;
    text-decoration: none;
    color: #000000;
}.help_center .contact_box::before {
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    background: linear-gradient(90deg, rgb(162,156,161), transparent);
    content: "";
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    transform: translateX(-100%);
    width: 100%;
}.help_center .contact_box:hover {
    color: rgb(162,156,161);
}.help_center .contact_box:hover::before {
    transform: translateX(0);
}.help_center .contact_box svg {
    height: 22px;
    width: 22px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}.help_center .contact_box:hover svg {
    transform: scale(1.15) rotate(5deg);
}.help_center .contact_box svg path {
    transition: fill 0.3s ease;
    fill: rgb(162,156,161);
}.help_center .contact_box:hover svg path {
    fill: rgb(119,113,122);
}

@media (min-width: 768px) {.help_center .msg_info {
    gap: 2rem 4rem;
    padding: 3rem;
    grid-template-rows: auto auto auto;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
}.help_center h3 {
    grid-column: 1 / -1;
    font-size: calc(28px * 1.1);
}.help_center h3::after {
    width: 100px;
}.help_center .write_page {
    grid-column: 2;
    grid-row: 2 / -1;
    margin-top: 0;
}
}

@media (min-width: 992px) {.help_center {
    padding: 7rem 0;
}.help_center .msg_info {
    padding: 4rem 3.5rem;
    transform: rotateY(-5deg);
    grid-template-columns: 1.5fr 1fr;
}.help_center h3 {
    font-size: calc(47px * 0.85);
}.help_center p {
    font-size: calc(14px * 1.05);
}.help_center .write_page {
    gap: 1.5rem;
}.help_center .contact_box {
    font-size: calc(14px * 1.1);
}.help_center .contact_box svg,
    .help_center h5 svg {
    height: 24px;
    width: 24px;
}
}

@media (min-width: 1200px) {.help_center .msg_info {
    padding: 4.5rem 4rem;
    grid-template-columns: 1.75fr 1fr;
}.help_center h3 {
    font-size: 47px;
}.help_center h3::after {
    width: 120px;
    height: 4px;
}
}

@media (max-width: 767px) {.help_center {
    padding: 4rem 0;
}.help_center .msg_info {
    padding: 2rem;
    transform: rotateY(-2deg);
}.help_center h3 {
    font-size: calc(28px * 0.9);
}.help_center h5 {
    font-size: calc(20px * 0.95);
}.help_center p {
    font-size: calc(14px * 0.95);
}
}