* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.inner-container {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}.intern_ship {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1154px;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.head_master {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.instructor_history {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(198,198,200) 0%, rgb(161,161,163,0.5) 100%);
    perspective: 1000px;
    overflow: hidden;
}.instructor_history::before {
    top: 0;
    animation: rotateBackground 15s linear infinite;
    width: 100%;
    left: 0;
    background: conic-gradient(from 225deg at 50% 50%, rgb(124,124,126,0.5) 0%, transparent 25%, rgb(161,161,163,0.5) 50%, transparent 75%, rgb(124,124,126,0.5) 100%);
    content: "";
    height: 100%;
    opacity: 0.4;
    position: absolute;
}.instructor_history .container {
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.instructor_history .feedback_quotes {
    display: grid;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    padding: 3rem;
    transition: transform 0.5s ease;
    grid-template-columns: 300px 1fr;
    gap: 1.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(124,124,126,0.5),
                0 10px 0 -5px rgb(161,161,163,0.5);
    transform: rotateY(-5deg);
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 11px;
    grid-template-rows: auto auto;
    grid-template-areas:
        "photo quote"
        "info quote";
}.instructor_history .feedback_quotes:hover {
    transform: rotateY(0);
}.instructor_history .hover_image {
    grid-area: photo;
    transform: translateZ(30px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(161,161,163,0.5);
    width: 220px;
    border-radius: 50%;
    transition: all 0.4s ease;
    height: 220px;
    border: 5px solid #ffffff;
}.instructor_history .feedback_quotes:hover .hover_image {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(161,161,163);
}.instructor_history .name {
    font-weight: 700;
    color: #000000;
    margin-top: 1rem;
    grid-area: info;
    margin-bottom: 0.5rem;
    font-size: 35px;
    display: block;
    transform: translateZ(20px);
}.instructor_history .feedback_quotes span:not(.name) {
    transform: translateZ(15px);
    grid-area: info;
    color: rgb(161,161,163);
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 3.5rem;
}.instructor_history .emp_wrap {
    font-size: calc(14px * 1.1);
    font-weight: 400;
    position: relative;
    padding: 1.5rem 2rem;
    border-radius: 0 11px 11px 0;
    transform: translateZ(10px);
    grid-area: quote;
    line-height: 1.6;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    color: #000000;
    border-left: 4px solid rgb(124,124,126);
}.instructor_history .emp_wrap::before {
    left: 0;
    position: absolute;
    width: 100%;
    mix-blend-mode: overlay;
    opacity: 0.2;
    animation: shimmer 3s infinite linear;
    background-size: 200% 200%;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, transparent 40%, rgb(124,124,126,0.5) 40%, rgb(124,124,126,0.5) 60%, transparent 60%);
    top: 0;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.instructor_history .feedback_quotes {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding: 2rem;
    grid-template-areas:
            "hover_image"
            "reach_inquiry"
            "emp_wrap";
}.instructor_history .hover_image {
    margin: 0 auto;
    height: 180px;
    width: 180px;
}.instructor_history .name,
    .instructor_history .feedback_quotes span:not(.name) {
    text-align: center;
    margin-top: 1rem;
}.instructor_history .feedback_quotes span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.instructor_history {
    padding: 4rem 0;
}.instructor_history .feedback_quotes {
    transform: none;
    padding: 1.5rem;
}.instructor_history .hover_image {
    height: 140px;
    width: 140px;
}.instructor_history .emp_wrap {
    font-size: 14px;
    padding: 1rem;
}}.secure_pantry {
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgb(198,198,200), #ffffff);
    font-family: Arial, sans-serif;
    overflow: hidden;
}.secure_pantry::before {
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(161,161,163), rgb(124,124,126), rgb(161,161,163));
    top: 0;
    right: 0;
    height: 5px;
    left: 0;
}.secure_pantry::after {
    left: 0;
    width: 100%;
    bottom: 0;
    transform: skewY(-3deg) translateY(50%);
    position: absolute;
    opacity: 0.07;
    background: linear-gradient(180deg, transparent 0%, rgb(198,198,200) 100%);
    z-index: -1;
    content: "";
    height: 300px;
}.secure_pantry .container {
    max-width: 1140px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.secure_pantry h1 {
    border-left: 4px solid rgb(124,124,126);
    margin-bottom: 2rem;
    font-weight: 700;
    position: relative;
    transform-origin: left center;
    padding-left: 1.5rem;
    font-size: 41px;
    color: rgb(161,161,163);
    letter-spacing: -0.02em;
}.secure_pantry h1::after {
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: -10px;
    content: "";
    background: rgb(124,124,126);
    height: 3px;
    left: 1.5rem;
    width: 60px;
    transform-origin: left center;
    transform: scaleX(1);
}.secure_pantry h1:hover::after {
    transform: scaleX(1.5);
}.secure_pantry h2 {
    color: #000000;
    font-size: 28px;
    position: relative;
    padding-bottom: 0.75rem;
    margin: 2.5rem 0 1.25rem;
    font-weight: 600;
}.secure_pantry h2::before {
    transition: width 0.3s ease-out;
    content: "";
    left: 0;
    position: absolute;
    height: 2px;
    background-color: rgb(161,161,163);
    width: 40px;
    bottom: 0;
}.secure_pantry h2:hover::before {
    width: 80px;
}.secure_pantry h3 {
    font-size: calc(28px * 0.85);
    color: #000000;
    padding-left: 1rem;
    font-weight: 600;
    position: relative;
    margin: 2rem 0 1rem;
}.secure_pantry h3::before {
    top: 0;
    transform: scaleY(0.7);
    left: 0;
    content: "";
    width: 3px;
    bottom: 0;
    background-color: rgb(124,124,126);
    position: absolute;
}.secure_pantry h4 {
    opacity: 0.95;
    font-weight: 600;
    color: #000000;
    margin: 1.75rem 0 0.875rem;
    font-size: calc(28px * 0.7);
}.secure_pantry p {
    font-size: 12px;
    color: #000000;
    max-width: 100%;
    letter-spacing: 0.01em;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}.secure_pantry p strong {
    color: #000000;
    margin: 0 -0.3em;
    background: linear-gradient(120deg, transparent 0%, rgb(124,124,126,0.5) 30%, transparent 100%);
    font-weight: 600;
    transition: background 0.3s ease;
    padding: 0.15em 0.3em;
}.secure_pantry p strong:hover {
    background: linear-gradient(120deg, transparent 0%, rgb(124,124,126,0.5) 50%, transparent 100%);
}.secure_pantry ul {
    list-style-type: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
}.secure_pantry li {
    position: relative;
    padding-left: 1.5rem;
    color: #000000;
    margin-bottom: 0.875rem;
    line-height: 1.7;
    font-size: 12px;
}.secure_pantry li::before {
    border: 2px solid rgb(161,161,163);
    transform: translateY(-50%);
    transition: transform 0.2s ease, background 0.2s ease;
    left: 0;
    position: absolute;
    content: "";
    border-radius: 50%;
    top: 0.7em;
    background: #ffffff;
    width: 8px;
    height: 8px;
}.secure_pantry li:hover::before {
    transform: translateY(-50%) scale(1.2);
    background: rgb(161,161,163);
}.secure_pantry span {
    padding: 0.5rem 0 0.5rem 1rem;
    border-left: 1px solid rgb(124,124,126,0.5);
    line-height: 1.7;
    display: block;
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.5) 0%, transparent 100%);
    color: #000000;
    font-size: 12px;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {.secure_pantry {
    padding: 5rem 3rem;
}.secure_pantry h1 {
    padding-left: 2rem;
    font-size: calc(41px * 1.1);
    margin-bottom: 2.5rem;
}.secure_pantry h1::after {
    width: 80px;
    left: 2rem;
}.secure_pantry .container {
    padding: 0 2rem;
}.secure_pantry p {
    max-width: 90%;
}.secure_pantry ul {
    padding-left: 2rem;
    max-width: 90%;
}
}

@media (min-width: 992px) {.secure_pantry {
    padding: 6rem 4rem;
}.secure_pantry::after {
    transform: skewY(-5deg) translateY(50%);
}.secure_pantry .container {
    padding: 0 3rem;
}.secure_pantry h1 {
    font-size: calc(41px * 1.2);
}.secure_pantry h2 {
    font-size: calc(28px * 1.1);
}.secure_pantry p {
    font-size: calc(12px * 1.05);
    max-width: 80%;
}.secure_pantry ul {
    margin: 2rem 0 2.5rem;
}.secure_pantry li {
    font-size: calc(12px * 1.05);
    margin-bottom: 1rem;
}
}

@media (max-width: 767px) {.secure_pantry {
    padding: 3rem 1.5rem;
}.secure_pantry h1 {
    font-size: calc(41px * 0.9);
    padding-left: 1rem;
}.secure_pantry h1::after {
    width: 50px;
    left: 1rem;
}.secure_pantry h2 {
    font-size: calc(28px * 0.9);
}.secure_pantry h3 {
    font-size: calc(28px * 0.75);
}.secure_pantry h4 {
    font-size: calc(28px * 0.65);
}.secure_pantry p, 
    .secure_pantry li,
    .secure_pantry span {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.secure_pantry {
    padding: 2.5rem 1rem;
}.secure_pantry h1 {
    font-size: calc(41px * 0.85);
}.secure_pantry h2 {
    margin: 2rem 0 1rem;
    font-size: calc(28px * 0.85);
}.secure_pantry ul {
    padding-left: 0.75rem;
}.secure_pantry li {
    padding-left: 1.25rem;
}}.intern_ship {
    padding: 0;
    background-color: rgb(124,124,126);
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
}.intern_ship .container {
    position: relative;
    z-index: 2;
}.intern_ship .eng_center {
    flex-direction: column;
    display: flex;
}.intern_ship .join_conversation {
    background-color: rgb(161,161,163);
    display: grid;
    z-index: 3;
    grid-template-columns: repeat(4, 1fr);
    padding: 3rem 1.5rem 5rem;
    margin-bottom: -2rem;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}.intern_ship .join_conversation::before {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
}.intern_ship .info_item {
    transition: transform 0.3s ease;
    padding: 0.5rem 1rem;
    position: relative;
}.intern_ship .info_item:hover {
    transform: translateX(10px);
}.intern_ship .info_item p,
.intern_ship .info_item a {
    color: #ffffff;
    font-size: 15px;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    display: flex;
    text-decoration: none;
}.intern_ship .info_item svg {
    fill: #ffffff;
    height: 20px;
    transition: transform 0.3s ease;
    width: 20px;
}.intern_ship .info_item:hover svg {
    transform: scale(1.2);
}.intern_ship .text_main_holder {
    position: relative;
    z-index: 2;
    gap: 0;
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
}.intern_ship .head_lead {
    gap: 1.5rem;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 4;
    padding: 4rem 2rem 3rem;
    background-color: rgb(124,124,126);
}.intern_ship .head_lead svg {
    transition: all 0.3s ease;
    filter: brightness(0) invert(1);
    max-width: 150px;
    height: auto;
}.intern_ship .head_lead:hover svg {
    transform: scale(1.05);
}.intern_ship .guide_section {
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
    font-size: 12px;
}.intern_ship .main_site {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    flex-direction: column;
    position: relative;
    padding: 5rem 2rem 3rem;
    z-index: 2;
    display: flex;
    background-color: #000000;
    gap: 2rem;
}.intern_ship .main_site::before {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    content: '';
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
}.intern_ship .main_site h5 {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 19px;
}.intern_ship .main_site h5::after {
    left: 0;
    width: 40px;
    content: '';
    height: 3px;
    bottom: -0.5rem;
    position: absolute;
    background-color: rgb(161,161,163);
}.intern_ship .head_page {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    display: grid;
}.intern_ship .head_page:not(:last-child) {
    margin-bottom: 1rem;
}.intern_ship .head_page a {
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    opacity: 0.8;
    font-size: 15px;
}.intern_ship .head_page a::before {
    content: '';
    width: 0;
    background-color: rgb(161,161,163);
    bottom: 0;
    height: 2px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
}.intern_ship .head_page a:hover {
    padding-left: 10px;
    opacity: 1;
}.intern_ship .head_page a:hover::before {
    width: 30px;
}.intern_ship .subscribe_holder {
    gap: 1.5rem;
    position: relative;
    z-index: 3;
    flex-direction: column;
    display: flex;
    background-color: rgb(124,124,126);
    padding: 4rem 2rem 3rem;
}.intern_ship .subscribe_holder::before {
    content: '';
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
}.intern_ship .subscribe_holder h5 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 1rem;
}.intern_ship .subscribe_holder p {
    margin-bottom: 1rem;
    opacity: 0.9;
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
}.intern_ship .input_holder {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}.intern_ship .input_holder input[type="email"] {
    font-size: 15px;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.15);
}.intern_ship .input_holder input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.3);
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}.intern_ship .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.intern_ship .email_wrap {
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    border: none;
    font-size: 20px;
    background-color: rgb(161,161,163);
    font-weight: 600;
}.intern_ship .email_wrap::before {
    content: '';
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    top: 0;
    width: 100%;
    transition: left 0.5s ease;
}.intern_ship .email_wrap:hover {
    background-color: rgb(161,161,163,0.5);
}.intern_ship .email_wrap:hover::before {
    left: 100%;
}.intern_ship .equity_pledge {
    margin-top: 0;
    background-color: rgb(124,124,126);
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
    position: relative;
    padding: 6rem 0 2rem;
    text-align: center;
}.intern_ship .equity_pledge::before {
    top: 0;
    height: 100%;
    z-index: -1;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    position: absolute;
    width: 100%;
    content: '';
}.intern_ship .digital_res {
    opacity: 0.7;
    font-size: 12px;
    color: #ffffff;
}

@media (max-width: 1200px) {.intern_ship .join_conversation {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.intern_ship .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.intern_ship .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.intern_ship .text_main_holder {
    grid-template-columns: 1fr;
}.intern_ship .head_lead,
    .intern_ship .main_site,
    .intern_ship .subscribe_holder {
    clip-path: none;
}.intern_ship .main_site {
    padding: 3rem 2rem;
}.intern_ship .head_lead {
    padding: 3rem 2rem;
    text-align: center;
    align-items: center;
}.intern_ship .subscribe_holder {
    padding: 3rem 2rem;
}.intern_ship .equity_pledge {
    clip-path: none;
    padding: 3rem 0 2rem;
}
}

@media (max-width: 768px) {.intern_ship .join_conversation {
    margin-bottom: 0;
    clip-path: none;
    padding: 2.5rem 1.5rem 3rem;
    grid-template-columns: 1fr;
}.intern_ship .head_page {
    grid-template-columns: 1fr;
}.intern_ship .main_site h5,
    .intern_ship .subscribe_holder h5 {
    display: block;
    text-align: center;
}.intern_ship .main_site h5::after {
    left: 50%;
    transform: translateX(-50%);
}.intern_ship .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.intern_ship .head_lead,
    .intern_ship .main_site,
    .intern_ship .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.intern_ship .equity_pledge {
    padding: 2.5rem 0 1.5rem;
}.intern_ship .info_item {
    padding: 0.5rem 0;
}.intern_ship .info_item p,
    .intern_ship .info_item a {
    justify-content: center;
}}.sign_up_now {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(161,161,163) 0%, rgb(124,124,126) 100%);
    overflow: hidden;
}.sign_up_now::before {
    animation: rotate 60s linear infinite;
    top: -50%;
    content: "";
    height: 200%;
    width: 200%;
    position: absolute;
    pointer-events: none;
    background: radial-gradient(circle at center, transparent 0%, rgba(255, 255, 255, 0.03) 20%, transparent 70%);
    left: -50%;
}.sign_up_now::after {
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    opacity: 0.6;
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
    left: 0;
    height: 100%;
    background-size: 100px 100px;
    position: absolute;
}.sign_up_now .container {
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                inset 0 1px 1px rgba(255, 255, 255, 0.1),
                inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 1200px;
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateX(2deg);
    padding: 2.5rem;
    flex-direction: column;
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    z-index: 2;
}.sign_up_now .container:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25), 
                inset 0 1px 1px rgba(255, 255, 255, 0.15),
                inset 0 -1px 1px rgba(0, 0, 0, 0.15);
}.sign_up_now h6 {
    line-height: 1.6;
    max-width: 80%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-size: calc(16px * 1.15);
    font-family: Arial, sans-serif;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) both;
    color: #ffffff;
    margin-bottom: 2.5rem;
    letter-spacing: 0.5px;
    text-align: center;
    position: relative;
    font-weight: 700;
}.sign_up_now h6::after {
    height: 3px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 50%;
    width: 60px;
}.sign_up_now div div {
    margin-top: 1rem;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s both;
}.sign_up_now div div::before {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    animation: pulse 4s ease-in-out infinite;
}.sign_up_now div span {
    z-index: 2;
    display: inline-block;
    position: relative;
}.sign_up_now .support_card {
    padding: 1rem 2.5rem;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    display: inline-flex;
    letter-spacing: 1px;
    font-size: 19px;
    color: #ffffff;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(124,124,126) 0%, rgb(255, 255, 255, 0.5) 100%);
    font-family: Arial, sans-serif;
    align-items: center;
    transform: translateZ(0);
}.sign_up_now .support_card::before {
    transition: left 0.7s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
}.sign_up_now .support_card:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.15);
}.sign_up_now .support_card:hover::before {
    left: 100%;
}.sign_up_now .support_card span {
    transition: transform 0.3s ease;
    z-index: 2;
    position: relative;
}.sign_up_now .support_card:hover span {
    transform: scale(1.05);
}.sign_up_now .support_card:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.2;
    }
}

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

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

@media (max-width: 992px) {.sign_up_now {
    padding: 4rem 0;
}.sign_up_now .container {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg);
}.sign_up_now h6 {
    font-size: calc(16px * 1.05);
    max-width: 90%;
}
}

@media (max-width: 768px) {.sign_up_now {
    padding: 3rem 0;
}.sign_up_now .container {
    transform: none;
    padding: 1.75rem;
}.sign_up_now h6 {
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 2rem;
}.sign_up_now div div::before {
    height: 120px;
    width: 120px;
}.sign_up_now .support_card {
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.sign_up_now {
    padding: 2.5rem 0;
}.sign_up_now .container {
    padding: 1.5rem;
}.sign_up_now h6 {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.75rem;
}.sign_up_now div div::before {
    width: 100px;
    height: 100px;
}.sign_up_now .support_card {
    font-size: calc(19px * 0.95);
    padding: 0.8rem 1.75rem;
}}.course_overview {
    grid-template-rows: 1fr;
    display: grid;
    overflow: hidden;
    background-color: rgb(198,198,200);
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    min-height: 100vh;
}.course_overview .learn_route {
    height: 100%;
    position: relative;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    grid-column: 4 / span 8;
    z-index: 1;
    grid-row: 1;
}.course_overview .learn_route::before {
    pointer-events: none;
    content: "";
    background: linear-gradient(90deg, rgb(124,124,126,0.5), transparent);
    z-index: 2;
    width: 30%;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
}.course_overview .education_flow {
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
}.course_overview .learn_coding {
    position: relative;
    height: 100%;
    width: 100%;
    perspective: 1000px;
}.course_overview .practical_study {
    z-index: 1;
    height: 100%;
    transform: translateZ(-50px);
    left: 0;
    width: 100%;
    transition: opacity 0.8s, transform 0.8s;
    top: 0;
    opacity: 0;
    position: absolute;
}.course_overview .practical_study:nth-child(1) {
    animation: slide-cube 25s infinite 0s;
}.course_overview .practical_study:nth-child(2) {
    animation: slide-cube 25s infinite -5s;
}.course_overview .practical_study:nth-child(3) {
    animation: slide-cube 25s infinite -10s;
}.course_overview .practical_study:nth-child(4) {
    animation: slide-cube 25s infinite -15s;
}.course_overview .practical_study:nth-child(5) {
    animation: slide-cube 25s infinite -20s;
}.course_overview .practical_study img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}.course_overview .education_flow:hover .practical_study {
    animation-play-state: paused;
}.course_overview .container {
    grid-column: 1 / span 7;
    grid-row: 1;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 0 0 0 4rem;
}.course_overview .expert_classes {
    margin-right: auto;
    max-width: 550px;
    position: relative;
    margin-left: 0;
    width: 100%;
}.course_overview .skill_explorer {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.6);
    padding: 2rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 28px;
}.course_overview .skill_explorer h3 {
    line-height: 1.1;
    opacity: 0;
    position: relative;
    transform: translateY(30px);
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 38px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    animation: slide-up 0.7s ease-out forwards;
}.course_overview .skill_explorer::before {
    border-top: 3px solid rgb(161,161,163);
    height: 80px;
    position: absolute;
    animation: fade-in 0.5s 0.9s ease-out forwards;
    content: "";
    width: 80px;
    top: -40px;
    left: -40px;
    opacity: 0;
    border-left: 3px solid rgb(161,161,163);
}.course_overview .skill_explorer::after {
    height: 80px;
    right: -40px;
    width: 80px;
    opacity: 0;
    border-right: 3px solid rgb(161,161,163);
    position: absolute;
    bottom: -40px;
    animation: fade-in 0.5s 0.9s ease-out forwards;
    border-bottom: 3px solid rgb(161,161,163);
    content: "";
}.course_overview .skill_explorer p {
    transform: translateY(30px);
    margin-bottom: 2.5rem;
    color: #ffffff;
    line-height: 1.8;
    font-size: 12px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    animation: slide-up 0.7s 0.4s ease-out forwards;
    opacity: 0;
}.course_overview .support_card {
    position: relative;
    transition: all 0.3s;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 1rem 2.5rem;
    display: inline-block;
    animation: slide-up 0.7s 0.6s ease-out forwards;
    text-decoration: none;
    overflow: hidden;
    opacity: 0;
    background: rgb(161,161,163);
    color: #ffffff;
    transform: translateY(30px);
    font-size: 18px;
}.course_overview .support_card:hover {
    box-shadow: 0 0 30px rgba(rgb(161,161,163), 0.5);
    transform: scale(1.05);
    background: transparent;
}.course_overview .support_card::before {
    content: "";
    left: 0;
    height: 100%;
    transform-origin: bottom right;
    transform: scale(1);
    transition: transform 0.5s;
    position: absolute;
    z-index: -1;
    top: 0;
    background: rgb(161,161,163);
    width: 100%;
}.course_overview .support_card:hover::before {
    transition: transform 0.5s;
    transform: scale(0);
}@keyframes slide-cube {
    0%, 20%, 100% {
        opacity: 0;
        transform: translateZ(-50px) rotateY(-5deg);
    }
    4%, 16% {
        opacity: 1;
        transform: translateZ(0) rotateY(0);
    }
}

@keyframes slide-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-in {
    to {
        opacity: 1;
    }
}

.course_overview::before {
    z-index: 0;
    background: linear-gradient(to right,
        rgb(124,124,126,0.5) 0%,
        rgb(124,124,126,0.5) 40%,
        transparent 70%);
    left: 0;
    height: 100%;
    position: absolute;
    pointer-events: none;
    width: 100%;
    top: 0;
    content: "";
}.course_overview::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(161,161,163,0.5) 0%,
        transparent 50%
    );
    height: 100%;
    width: 100%;
    opacity: 0.5;
}

@media screen and (max-width: 1400px) {.course_overview .expert_classes {
    margin-right: 1rem;
}
}

@media screen and (max-width: 1200px) {.course_overview {
    grid-template-columns: repeat(10, 1fr);
}.course_overview .learn_route {
    grid-column: 6 / span 5;
}.course_overview .container {
    grid-column: 1 / span 6;
    padding: 0 0 0 3rem;
}.course_overview .expert_classes {
    max-width: 100%;
}.course_overview::before {
    background: linear-gradient(to right,
            rgb(124,124,126,0.5) 0%,
            rgb(124,124,126,0.5) 30%,
            transparent 60%);
}
}

@media screen and (max-width: 992px) {.course_overview {
    padding: 0;
    display: flex;
    min-height: auto;
    flex-direction: column;
}.course_overview .learn_route {
    clip-path: none;
    height: 50vh;
    width: 100%;
    order: 1;
}.course_overview .learn_route::before {
    display: none;
}.course_overview .container {
    width: 100%;
    padding: 4rem 3rem;
    order: 2;
}.course_overview .expert_classes {
    margin: 0;
    max-width: 600px;
}.course_overview .skill_explorer {
    background: rgba(0, 0, 0, 0.7);
}.course_overview::before {
    background: rgb(124,124,126,0.5);
    opacity: 0.95;
}.course_overview::after {
    background: none;
}.course_overview .practical_study {
    animation-duration: 20s;
}
}

@media screen and (max-width: 768px) {.course_overview .learn_route {
    height: 40vh;
}.course_overview .container {
    padding: 3rem 2rem;
}.course_overview .skill_explorer h3 {
    font-size: calc(38px * 0.8);
}.course_overview .skill_explorer::before,
    .course_overview .skill_explorer::after {
    width: 60px;
    height: 60px;
}
}

@media screen and (max-width: 576px) {.course_overview .learn_route {
    height: 35vh;
}.course_overview .container {
    padding: 2.5rem 1.5rem;
}.course_overview .skill_explorer h3 {
    font-size: calc(32px * 1.1);
}.course_overview .skill_explorer::before,
    .course_overview .skill_explorer::after {
    right: -20px;
    height: 40px;
    width: 40px;
    bottom: -20px;
    top: -20px;
    left: -20px;
}.course_overview .support_card {
    text-align: center;
    width: 100%;
}}.find_support {
    z-index: 1;
    position: relative;
    background: linear-gradient(145deg, rgb(161,161,163) 0%, rgb(124,124,126) 70%, rgb(198,198,200) 100%);
    padding: 100px 0;
    overflow: hidden;
}.find_support:before {
    content: '';
    top: -50%;
    left: -50%;
    opacity: 0.2;
    z-index: -1;
    background: radial-gradient(circle at 30% 30%, rgb(161,161,163,0.5) 0%, transparent 60%);
    position: absolute;
    height: 200%;
    width: 200%;
    animation: rotateGlow 20s infinite linear;
}.find_support:after {
    height: 150%;
    bottom: -30%;
    animation: rotateGlowReverse 25s infinite linear;
    opacity: 0.15;
    right: -30%;
    width: 150%;
    background: radial-gradient(circle at 70% 70%, rgb(124,124,126,0.5) 0%, transparent 50%);
    position: absolute;
    content: '';
    z-index: -1;
}.find_support .container {
    margin: 0 auto;
    max-width: 1240px;
    position: relative;
}.find_support .get_in_touch {
    position: relative;
    box-shadow: 0 20px 50px rgb(161,161,163,0.5);
    border-radius: 29px;
    padding: 60px;
    background: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.find_support .get_in_touch:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 70px rgb(124,124,126,0.5);
}.find_support .contact_help {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
    display: inline-block;
    color: rgb(161,161,163);
    overflow: hidden;
}.find_support .contact_help:before {
    animation: slideIn 1.5s ease forwards;
    left: 0;
    background: rgb(124,124,126);
    content: '';
    transform-origin: left;
    border-radius: 10px;
    bottom: -12px;
    transform: scaleX(0);
    height: 5px;
    position: absolute;
    width: 100%;
}.find_support .hover_image {
    overflow: hidden;
    width: 100%;
    transition: all 0.5s ease;
    height: 320px;
    margin-bottom: 50px;
    border-radius: 29px;
    position: relative;
}.find_support .hover_image:before {
    content: '';
    inset: 0;
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.2) 50%, transparent 60%);
    position: absolute;
    animation: scanLine 4s infinite linear;
}.find_support .hover_image:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgb(124,124,126,0.5);
}.find_support .contact_us {
    position: relative;
    gap: 30px;
    display: grid;
}.find_support .contact_us p {
    position: relative;
    padding-left: 0;
    font-size: 18px;
    font-family: Arial, sans-serif;
    margin: 0;
    align-items: center;
    display: flex;
    color: #000000;
    line-height: 1.7;
}.find_support .contact_us p svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin: 0 15px;
    fill: rgb(124,124,126);
}.find_support .contact_us p svg path {
    transition: fill 0.3s ease;
    fill: rgb(124,124,126);
}.find_support .contact_us p:hover svg {
    transform: translateX(5px);
}.find_support .contact_us p:hover svg path {
    fill: rgb(161,161,163);
}.find_support .contact_us p span {
    color: rgb(161,161,163);
    font-weight: 600;
}.find_support .contact_us p a {
    position: relative;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(124,124,126);
}.find_support .contact_us p a:after {
    left: 0;
    transform-origin: right;
    background: rgb(124,124,126);
    transition: transform 0.3s ease;
    transform: scaleX(0);
    content: '';
    position: absolute;
    width: 100%;
    bottom: -3px;
    height: 1px;
}.find_support .contact_us p a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}.find_support .contact_us p a:hover {
    color: rgb(161,161,163);
}.find_support .quick_answers {
    padding: 30px;
    transition: all 0.4s ease;
    background: rgb(198,198,200);
    margin-top: 50px;
    overflow: hidden;
    border-radius: 29px;
    position: relative;
}.find_support .quick_answers:before {
    height: 100%;
    top: 0;
    left: -100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    position: absolute;
    animation: sweep 6s infinite linear;
}.find_support .quick_answers:hover {
    box-shadow: 0 10px 30px rgb(161,161,163,0.5);
    background: rgb(124,124,126,0.5);
}.find_support .edu_coach {
    display: flex;
    font-size: 21px;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
    color: rgb(161,161,163);
    align-items: center;
}.find_support .edu_coach svg {
    width: 22px;
    margin-right: 12px;
    height: 22px;
}.find_support .edu_coach svg path {
    transition: fill 0.3s ease;
    fill: rgb(161,161,163);
}.find_support .quick_answers:hover .edu_coach svg path {
    fill: rgb(124,124,126);
}.find_support .get_contactblock {
    gap: 20px;
    display: grid;
}.find_support .contact_today {
    display: flex;
    font-size: 18px;
    border-radius: 10px;
    position: relative;
    align-items: center;
    transition: all 0.3s ease;
    font-weight: 400;
    color: #000000;
    background: #ffffff;
    padding: 12px 20px;
}.find_support .contact_today svg {
    opacity: 0;
    height: 16px;
    transform: translateX(-10px);
    width: 16px;
    transition: all 0.3s ease;
    margin-right: 10px;
}.find_support .contact_today svg path {
    fill: rgb(124,124,126);
}.find_support .contact_today:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgb(124,124,126,0.5);
}.find_support .contact_today:hover svg {
    transform: translateX(0);
    opacity: 1;
}

@media screen and (max-width: 1024px) {.find_support {
    padding: 80px 0;
}.find_support .get_in_touch {
    padding: 50px;
}.find_support .hover_image {
    height: 280px;
}.find_support .contact_help {
    font-size: calc(28px * 0.9);
}.find_support .contact_us {
    gap: 25px;
}.find_support .quick_answers {
    padding: 25px;
}.find_support .contact_us p svg {
    width: 22px;
    height: 22px;
}
}

@media screen and (max-width: 768px) {.find_support {
    padding: 60px 0;
}.find_support .get_in_touch {
    padding: 40px;
}.find_support .hover_image {
    height: 240px;
    margin-bottom: 40px;
}.find_support .contact_help {
    font-size: calc(28px * 0.85);
    margin-bottom: 40px;
}.find_support .contact_us {
    gap: 20px;
}.find_support .quick_answers {
    padding: 20px;
    margin-top: 40px;
}.find_support .edu_coach {
    font-size: calc(21px * 0.9);
}.find_support .contact_today {
    padding: 10px 15px;
}.find_support .contact_us p svg {
    margin: 0 12px;
    height: 20px;
    width: 20px;
}.find_support .edu_coach svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}
}

@media screen and (max-width: 480px) {.find_support {
    padding: 40px 0;
}.find_support .get_in_touch {
    padding: 30px;
}.find_support .hover_image {
    height: 200px;
    margin-bottom: 30px;
}.find_support .contact_help {
    font-size: calc(28px * 0.75);
}.find_support .contact_us {
    gap: 15px;
}.find_support .quick_answers {
    margin-top: 30px;
    padding: 15px;
}.find_support .edu_coach {
    font-size: calc(21px * 0.85);
}.find_support .contact_today {
    padding: 8px 12px;
}.find_support .contact_us p svg {
    height: 18px;
    margin: 0 10px;
    width: 18px;
}.find_support .edu_coach svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
}}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.2;
    }
}

@keyframes rotateGlowReverse {
    0% {
        transform: rotate(360deg);
        opacity: 0.15;
    }
    50% {
        opacity: 0.25;
    }
    100% {
        transform: rotate(0deg);
        opacity: 0.15;
    }
}

@keyframes slideIn {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes scanLine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes sweep {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}.thanksSpace {
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(161,161,163,0.5) 0%, rgb(198,198,200) 70%);
    overflow: hidden;
    padding: 5rem 2rem;
}.thanksSpace::before {
    background-size: 80px 80px, 60px 60px, 100px 100px;
    background: 
        radial-gradient(circle at 10% 20%, transparent 20%, rgb(161,161,163,0.5) 21%, transparent 22%),
        radial-gradient(circle at 90% 60%, transparent 10%, rgb(161,161,163,0.5) 11%, transparent 12%),
        radial-gradient(circle at 50% 40%, transparent 30%, rgb(161,161,163,0.5) 31%, transparent 32%);
    top: 0;
    content: "";
    width: 100%;
    z-index: 0;
    position: absolute;
    opacity: 0.15;
    height: 100%;
    left: 0;
}.thanksSpace .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    transform-style: preserve-3d;
}.thanksSpace h2 {
    transform: translateZ(40px);
    margin-bottom: 3rem;
    position: relative;
    font-weight: 700;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    color: #000000;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    font-size: 28px;
    opacity: 0;
}.thanksSpace h2::after {
    left: 0;
    bottom: -15px;
    background: rgb(161,161,163);
    height: 3px;
    position: absolute;
    width: 80px;
    transform: scaleX(0);
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-origin: left;
    content: "";
}.thanksSpace .expert_classes {
    border-left: 5px solid rgb(161,161,163);
    transition: transform 0.5s ease;
    transform: translateZ(20px) rotateY(-2deg);
    background: #ffffff;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    box-shadow: 
        0 10px 25px -10px rgba(0,0,0,0.1),
        0 5px 10px -5px rgba(0,0,0,0.04);
    transform-style: preserve-3d;
    opacity: 0;
}.thanksSpace .expert_classes:hover {
    transform: translateZ(25px) rotateY(0deg);
}.thanksSpace ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}.thanksSpace li {
    position: relative;
    padding: 2.5rem;
}.thanksSpace li::before {
    content: "";
    top: -8px;
    opacity: 0.7;
    animation: pulseIn 1.5s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    border-radius: 50%;
    transform: scale(0);
    height: 40px;
    z-index: -1;
    right: -8px;
    background: rgb(124,124,126,0.5);
    position: absolute;
    width: 40px;
}.thanksSpace span {
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
    display: block;
    position: relative;
    transform: translateZ(10px);
    font-family: Arial, sans-serif;
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(40px);
    }
}

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

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 992px) {.thanksSpace {
    padding: 4rem 1.5rem;
}.thanksSpace h2 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.9);
}.thanksSpace .expert_classes {
    transform: translateZ(15px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.thanksSpace {
    padding: 3rem 1rem;
}.thanksSpace h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 2rem;
}.thanksSpace .expert_classes {
    transform: translateZ(10px) rotateY(0);
}.thanksSpace li {
    padding: 2rem;
}
}

@media (max-width: 576px) {.thanksSpace {
    padding: 2.5rem 0.8rem;
}.thanksSpace h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.5rem;
}.thanksSpace h2::after {
    height: 2px;
    width: 60px;
}.thanksSpace li {
    padding: 1.5rem;
}.thanksSpace span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}.course_beneficiaries {
    padding: 110px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(198,198,200) 0%, rgb(161,161,163,0.5) 100%);
}.course_beneficiaries::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(124,124,126,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(161,161,163,0.5) 0%, transparent 40%);
    animation: backgroundShift 15s ease-in-out infinite alternate;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    content: "";
    width: 100%;
}.course_beneficiaries::after {
    z-index: 2;
    width: 100%;
    background-position: center;
    left: 0;
    content: "";
    background-size: cover;
    position: absolute;
    bottom: 0;
    height: 120px;
}@keyframes backgroundShift {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

.course_beneficiaries .container {
    z-index: 3;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}.course_beneficiaries .expert_classes {
    position: relative;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 50px 40px;
    transform-style: preserve-3d;
    perspective: 1000px;
}.course_beneficiaries .expert_classes::before {
    position: absolute;
    width: 100px;
    transform: rotate(-15deg) translateZ(-10px);
    content: "";
    top: -10px;
    opacity: 0.3;
    background: rgb(124,124,126);
    z-index: -1;
    border-radius: 10px;
    right: -10px;
    height: 100px;
}.course_beneficiaries .expert_classes::after {
    opacity: 0.3;
    border-radius: 10px;
    background: rgb(161,161,163);
    position: absolute;
    z-index: -1;
    content: "";
    left: -15px;
    transform: rotate(10deg) translateZ(-15px);
    height: 120px;
    bottom: -15px;
    width: 120px;
}.course_beneficiaries h4 {
    font-size: 33px;
    font-weight: 700;
    position: relative;
    margin-bottom: 35px;
    text-align: center;
    color: rgb(161,161,163);
    padding-bottom: 15px;
}.course_beneficiaries h4::after {
    height: 4px;
    left: 50%;
    bottom: 0;
    width: 70px;
    content: "";
    position: absolute;
    border-radius: 10px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(161,161,163), rgb(124,124,126));
}.course_beneficiaries div > div {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
}.course_beneficiaries p {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    margin-bottom: 0;
    z-index: 1;
    padding: 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    align-items: center;
    overflow: hidden;
    font-size: 15px;
    position: relative;
    color: #000000;
    display: flex;
}.course_beneficiaries p::before {
    width: 4px;
    height: 100%;
    top: 0;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(to bottom, rgb(161,161,163), rgb(124,124,126));
}.course_beneficiaries p::after {
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgb(161,161,163,0.5) 0%, transparent 100%);
    opacity: 0;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    transition: all 0.4s ease;
}.course_beneficiaries p:hover {
    color: #000000;
    transform: translateY(-5px);
}.course_beneficiaries p:hover::before {
    width: 8px;
}.course_beneficiaries p:hover::after {
    opacity: 0.15;
}.course_beneficiaries p svg {
    width: 24px;
    margin-right: 15px;
    transition: all 0.3s ease;
    height: 24px;
    flex-shrink: 0;
}.course_beneficiaries p svg path {
    transition: fill 0.3s ease;
    fill: rgb(161,161,163);
}.course_beneficiaries p:hover svg {
    transform: scale(1.2);
}.course_beneficiaries p:hover svg path {
    fill: rgb(124,124,126);
}@keyframes floatItem {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0px);
    }
}

.course_beneficiaries p:nth-child(odd) {
    animation: floatItem 6s ease-in-out infinite;
}.course_beneficiaries p:nth-child(even) {
    animation: floatItem 7s ease-in-out infinite reverse;
}@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_beneficiaries .expert_classes > div p {
    opacity: 0;
    animation: fadeSlideUp 0.6s ease forwards;
}.course_beneficiaries .expert_classes > div p:nth-child(1) {
    animation-delay: 0.2s;
}.course_beneficiaries .expert_classes > div p:nth-child(2) {
    animation-delay: 0.4s;
}.course_beneficiaries .expert_classes > div p:nth-child(3) {
    animation-delay: 0.6s;
}.course_beneficiaries .expert_classes > div p:nth-child(4) {
    animation-delay: 0.8s;
}.course_beneficiaries .expert_classes > div p:nth-child(5) {
    animation-delay: 1s;
}.course_beneficiaries .expert_classes > div p:nth-child(6) {
    animation-delay: 1.2s;
}

@media (max-width: 991px) {.course_beneficiaries {
    padding: 80px 0;
}.course_beneficiaries .expert_classes {
    padding: 40px 30px;
}.course_beneficiaries h4 {
    font-size: calc(33px * 0.9);
    margin-bottom: 30px;
}.course_beneficiaries div > div {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.course_beneficiaries p {
    padding: 15px;
}.course_beneficiaries::after {
    height: 80px;
}
}

@media (max-width: 768px) {.course_beneficiaries {
    padding: 70px 0 90px;
}.course_beneficiaries .expert_classes {
    padding: 35px 25px;
}.course_beneficiaries h4 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.8);
}.course_beneficiaries div > div {
    grid-template-columns: 1fr;
}.course_beneficiaries::after {
    height: 60px;
}
}

@media (max-width: 576px) {.course_beneficiaries {
    padding: 60px 0 80px;
}.course_beneficiaries .expert_classes {
    padding: 30px 20px;
}.course_beneficiaries .expert_classes::before,
    .course_beneficiaries .expert_classes::after {
    height: 70px;
    width: 70px;
}.course_beneficiaries h4 {
    padding-bottom: 10px;
    font-size: calc(33px * 0.7);
    margin-bottom: 20px;
}.course_beneficiaries h4::after {
    height: 3px;
    width: 50px;
}.course_beneficiaries p {
    font-size: calc(15px * 0.9);
    padding: 12px;
}.course_beneficiaries p svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.course_beneficiaries::after {
    height: 40px;
}}.contact {
    background: rgb(198,198,200);
    overflow: hidden;
    padding: 90px 0;
    position: relative;
}.contact::before {
    height: 400px;
    width: 400px;
    right: -150px;
    z-index: 1;
    filter: blur(70px);
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(161,161,163,0.5), rgb(124,124,126,0.5));
    content: "";
    position: absolute;
    top: -150px;
}.contact::after {
    content: "";
    z-index: 1;
    left: -100px;
    width: 300px;
    filter: blur(60px);
    border-radius: 50%;
    background: linear-gradient(225deg, rgb(124,124,126,0.5), rgb(161,161,163,0.5));
    position: absolute;
    bottom: -100px;
    height: 300px;
}.contact .container {
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.contact h2 {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    font-size: 32px;
    color: #000000;
    font-weight: 700;
}.contact h2::before {
    z-index: -1;
    top: -25px;
    width: 50px;
    height: 50px;
    left: calc(50% - 120px);
    background: rgb(161,161,163,0.5);
    position: absolute;
    border-radius: 50%;
    content: "";
}.contact h2::after {
    right: calc(50% - 100px);
    background: rgb(124,124,126,0.5);
    z-index: -1;
    width: 30px;
    position: absolute;
    border-radius: 50%;
    content: "";
    bottom: -15px;
    height: 30px;
}.contact .support_info {
    position: relative;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
}.contact .support_info::before {
    content: "";
    pointer-events: none;
    position: absolute;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(161,161,163,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(124,124,126,0.5) 99%
    );
    z-index: 0;
    inset: 0;
}.contact .hover_image {
    transition: transform 0.5s ease;
    min-height: 500px;
    flex: 0 0 45%;
    position: relative;
}.contact .hover_image::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
}.contact .hover_image::after {
    left: 20px;
    bottom: 20px;
    right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    content: "";
    top: 20px;
    z-index: 2;
    pointer-events: none;
}.contact .request_block {
    position: relative;
    justify-content: center;
    display: flex;
    flex: 0 0 55%;
    flex-direction: column;
    padding: 60px;
}.contact form {
    position: relative;
    z-index: 3;
}.contact form h3 {
    color: #000000;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
}.contact form input[type="text"] {
    border: none;
    color: #000000;
    font-size: 14px;
    margin-bottom: 25px;
    border-radius: 12px;
    width: 100%;
    transition: all 0.3s ease;
    padding: 18px 25px;
    background: rgb(198,198,200);
}.contact form input[type="text"]:focus {
    outline: none;
    background: linear-gradient(rgb(198,198,200), rgb(198,198,200)) padding-box,
                linear-gradient(to right, rgb(161,161,163), rgb(124,124,126)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 5px 15px rgba(rgb(161,161,163), 0.1);
}.contact form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.contact .feedback_links {
    position: relative;
    margin-bottom: 30px;
}.contact .feedback_links input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact .feedback_links label {
    cursor: pointer;
    font-size: 16px;
    padding-left: 35px;
    align-items: center;
    position: relative;
    color: #000000;
    display: flex;
}.contact .feedback_links label::before {
    content: "";
    top: 0;
    background: rgb(198,198,200);
    width: 22px;
    left: 0;
    transition: all 0.3s ease;
    border-radius: 6px;
    height: 22px;
    position: absolute;
}.contact .feedback_links input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(161,161,163), rgb(124,124,126));
}.contact .feedback_links input[type="checkbox"]:checked + label::after {
    left: 8px;
    width: 6px;
    content: "";
    position: absolute;
    height: 12px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    top: 4px;
    border: solid #ffffff;
}.contact .feedback_links label a {
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(161,161,163);
}.contact .feedback_links label a:hover {
    color: rgb(124,124,126);
}.contact .support_card {
    border: none;
    overflow: hidden;
    z-index: 1;
    font-weight: 600;
    padding: 20px;
    position: relative;
    font-size: 20px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(161,161,163), rgb(124,124,126));
    width: 100%;
    transition: all 0.5s ease;
    border-radius: 12px;
    cursor: pointer;
}.contact .support_card::before {
    transition: transform 0.5s ease;
    background: linear-gradient(135deg, rgb(124,124,126), rgb(161,161,163));
    content: "";
    transform: scaleX(0);
    width: 100%;
    transform-origin: right;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
    top: 0;
}.contact .support_card:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact svg {
    stroke: rgb(161,161,163);
    margin-right: 12px;
    width: 24px;
    transition: all 0.3s ease;
    fill: none;
    height: 24px;
}.contact svg path {
    fill: none;
    transition: all 0.3s ease;
    stroke-width: 2;
    stroke: rgb(161,161,163);
}.contact svg:hover,
.contact svg:hover path {
    stroke: rgb(124,124,126);
}

@media (max-width: 1024px) {.contact {
    padding: 70px 0;
}.contact .request_block {
    padding: 45px;
}.contact .hover_image {
    min-height: 450px;
}
}

@media (max-width: 768px) {.contact {
    padding: 60px 0;
}.contact h2 {
    margin-bottom: 40px;
}.contact .support_info {
    flex-direction: column;
}.contact .hover_image {
    width: 100%;
    min-height: 300px;
    flex: 0 0 300px;
}.contact .request_block {
    flex: 0 0 auto;
    padding: 40px 30px;
}.contact form h3 {
    margin-bottom: 25px;
}.contact form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.contact {
    padding: 50px 0;
}.contact h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.9);
}.contact .hover_image {
    min-height: 220px;
}.contact .request_block {
    padding: 30px 20px;
}.contact form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 20px;
}.contact form input[type="text"] {
    margin-bottom: 16px;
    font-size: calc(14px * 0.95);
    padding: 14px 16px;
}.contact .support_card {
    padding: 16px;
}.contact .feedback_links label {
    font-size: calc(16px * 0.95);
}}.title_greeting {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: rgb(198,198,200);
    width: 100%;
}.title_greeting::before {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    background-size: 30px 30px;
    width: 100%;
    animation: slideBg 20s linear infinite;
    opacity: 0.05;
    height: 100%;
    content: "";
    background-image: linear-gradient(
        0deg,
        rgb(161,161,163,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(161,161,163,0.5) 50%,
        rgb(161,161,163,0.5) 75%,
        transparent 75%
    );
}@keyframes slideBg {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 60px;
    }
}

.title_greeting .expert_classes {
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    height: 100vh;
}.title_greeting .skill_expertise {
    height: 60vh;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    perspective: 1500px;
    width: 100%;
}.title_greeting .skill_expertise input {
    display: none;
}.title_greeting .skill_plus {
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    width: 100%;
    height: 100%;
}.title_greeting .start_hero {
    height: 100%;
    transform: rotateY(60deg) translateZ(600px);
    border: 5px solid #ffffff;
    overflow: hidden;
    position: absolute;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    opacity: 0;
    top: 0;
    left: 10%;
    width: 80%;
    visibility: hidden;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}.title_greeting .start_hero img {
    width: 100%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    object-fit: cover;
    transform: scale(1.1);
}.title_greeting .skill_expertise input:nth-child(1):checked ~ .skill_plus .start_hero:nth-child(1),
.title_greeting .skill_expertise input:nth-child(2):checked ~ .skill_plus .start_hero:nth-child(2),
.title_greeting .skill_expertise input:nth-child(3):checked ~ .skill_plus .start_hero:nth-child(3),
.title_greeting .skill_expertise input:nth-child(4):checked ~ .skill_plus .start_hero:nth-child(4),
.title_greeting .skill_expertise input:nth-child(5):checked ~ .skill_plus .start_hero:nth-child(5),
.title_greeting .skill_expertise input:nth-child(6):checked ~ .skill_plus .start_hero:nth-child(6),
.title_greeting .skill_expertise input:nth-child(7):checked ~ .skill_plus .start_hero:nth-child(7),
.title_greeting .skill_expertise input:nth-child(8):checked ~ .skill_plus .start_hero:nth-child(8),
.title_greeting .skill_expertise input:nth-child(9):checked ~ .skill_plus .start_hero:nth-child(9),
.title_greeting .skill_expertise input:nth-child(10):checked ~ .skill_plus .start_hero:nth-child(10) {
    z-index: 2;
    transform: rotateY(0) translateZ(0);
    visibility: visible;
    opacity: 1;
}.title_greeting .skill_expertise input:checked ~ .skill_plus .start_hero img {
    transform: scale(1);
}.title_greeting .main_hero {
    display: flex;
    gap: 15px;
    bottom: 30px;
    text-align: center;
    z-index: 10;
    justify-content: center;
    left: 0;
    width: 100%;
    position: absolute;
}.title_greeting .main_hero label {
    background-color: transparent;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    width: 12px;
    height: 12px;
    transform: scale(1);
    border: 2px solid #ffffff;
    border-radius: 50%;
}.title_greeting .main_hero label::before {
    position: absolute;
    transform: scale(0);
    border-radius: 50%;
    inset: 2px;
    background: rgb(161,161,163);
    transition: transform 0.3s ease;
    content: "";
}.title_greeting .skill_expertise input:nth-child(1):checked ~ .main_hero label:nth-child(1)::before,
.title_greeting .skill_expertise input:nth-child(2):checked ~ .main_hero label:nth-child(2)::before,
.title_greeting .skill_expertise input:nth-child(3):checked ~ .main_hero label:nth-child(3)::before,
.title_greeting .skill_expertise input:nth-child(4):checked ~ .main_hero label:nth-child(4)::before,
.title_greeting .skill_expertise input:nth-child(5):checked ~ .main_hero label:nth-child(5)::before,
.title_greeting .skill_expertise input:nth-child(6):checked ~ .main_hero label:nth-child(6)::before,
.title_greeting .skill_expertise input:nth-child(7):checked ~ .main_hero label:nth-child(7)::before,
.title_greeting .skill_expertise input:nth-child(8):checked ~ .main_hero label:nth-child(8)::before,
.title_greeting .skill_expertise input:nth-child(9):checked ~ .main_hero label:nth-child(9)::before,
.title_greeting .skill_expertise input:nth-child(10):checked ~ .main_hero label:nth-child(10)::before {
    transform: scale(1);
}.title_greeting .skill_expertise input:nth-child(1):checked ~ .main_hero label:nth-child(1),
.title_greeting .skill_expertise input:nth-child(2):checked ~ .main_hero label:nth-child(2),
.title_greeting .skill_expertise input:nth-child(3):checked ~ .main_hero label:nth-child(3),
.title_greeting .skill_expertise input:nth-child(4):checked ~ .main_hero label:nth-child(4),
.title_greeting .skill_expertise input:nth-child(5):checked ~ .main_hero label:nth-child(5),
.title_greeting .skill_expertise input:nth-child(6):checked ~ .main_hero label:nth-child(6),
.title_greeting .skill_expertise input:nth-child(7):checked ~ .main_hero label:nth-child(7),
.title_greeting .skill_expertise input:nth-child(8):checked ~ .main_hero label:nth-child(8),
.title_greeting .skill_expertise input:nth-child(9):checked ~ .main_hero label:nth-child(9),
.title_greeting .skill_expertise input:nth-child(10):checked ~ .main_hero label:nth-child(10) {
    border-color: rgb(161,161,163);
    transform: scale(1.3);
}.title_greeting .headline_wrap {
    padding: 50px 30px;
    width: 100%;
    text-align: center;
    z-index: 5;
    max-width: 1140px;
    position: relative;
    margin: auto;
}.title_greeting .headline_wrap::before {
    width: 80px;
    position: absolute;
    height: 3px;
    top: 0;
    left: 50%;
    content: "";
    background-color: rgb(161,161,163);
    transform: translateX(-50%);
}.title_greeting .headline_wrap .container {
    max-width: 800px;
    margin: 0 auto;
}.title_greeting .headline_wrap h1 {
    margin-bottom: 20px;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: 38px;
}.title_greeting .headline_wrap h1::after {
    position: absolute;
    height: 2px;
    background: rgb(124,124,126);
    width: 100%;
    bottom: -10px;
    content: "";
    left: 0;
}.title_greeting .headline_wrap h3 {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 600;
    color: rgb(161,161,163);
}.title_greeting .headline_wrap p {
    margin-bottom: 0;
    max-width: 90%;
    margin: 0 auto;
    line-height: 1.7;
    color: #000000;
    font-size: 16px;
}.title_greeting .start_hero::after {
    width: 100%;
    pointer-events: none;
    left: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
}@keyframes slideIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.title_greeting .headline_wrap h1,
.title_greeting .headline_wrap h3,
.title_greeting .headline_wrap p {
    opacity: 0;
    animation: slideIn 0.6s forwards;
}.title_greeting .headline_wrap h1 {
    animation-delay: 0.2s;
}.title_greeting .headline_wrap h3 {
    animation-delay: 0.4s;
}.title_greeting .headline_wrap p {
    animation-delay: 0.6s;
}

@media (max-width: 1200px) {.title_greeting .headline_wrap {
    max-width: 960px;
}
}

@media (max-width: 992px) {.title_greeting .skill_expertise {
    height: 50vh;
}.title_greeting .headline_wrap {
    padding: 40px 20px;
    max-width: 720px;
}.title_greeting .headline_wrap h1 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 768px) {.title_greeting .skill_expertise {
    height: 45vh;
    margin-top: 30px;
}.title_greeting .start_hero {
    left: 5%;
    width: 90%;
}.title_greeting .headline_wrap {
    padding: 30px 15px;
    max-width: 540px;
}.title_greeting .headline_wrap h1 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.8);
}.title_greeting .headline_wrap h3 {
    margin-bottom: 20px;
    font-size: calc(20px * 0.9);
}.title_greeting .headline_wrap p {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.title_greeting .skill_expertise {
    height: 40vh;
    margin-top: 20px;
}.title_greeting .start_hero {
    width: 95%;
    border-width: 3px;
    left: 2.5%;
}.title_greeting .headline_wrap {
    padding: 25px 10px;
}.title_greeting .headline_wrap::before {
    width: 60px;
}.title_greeting .headline_wrap h1 {
    font-size: calc(38px * 0.7);
}.title_greeting .headline_wrap h3 {
    margin-bottom: 15px;
    font-size: calc(20px * 0.8);
}.title_greeting .headline_wrap p {
    font-size: calc(16px * 0.9);
    max-width: 100%;
}.title_greeting .main_hero {
    gap: 10px;
    bottom: 15px;
}.title_greeting .main_hero label {
    height: 10px;
    width: 10px;
}}

.title_greeting .start_hero {
    border-radius: 12px;
}.title_greeting .start_hero::before {
    height: 35px;
    align-items: center;
    right: 15px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    top: 15px;
    width: 35px;
    content: "";
    justify-content: center;
    opacity: 0.9;
    display: flex;
}.title_greeting .main_hero label:hover {
    transform: scale(1.2);
}.training_structure {
    min-height: 75vh;
    justify-content: center;
    position: relative;
    background: rgb(198,198,200);
    overflow: hidden;
    display: flex;
    align-items: center;
}.training_structure::before {
    left: 0;
    animation: pulseBackground 8s ease-in-out infinite alternate;
    width: 100%;
    opacity: 0.5;
    height: 100%;
    z-index: 1;
    background: 
        radial-gradient(ellipse at 30% 30%, rgb(161,161,163,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 70%, rgb(124,124,126,0.5) 0%, transparent 60%);
    top: 0;
    position: absolute;
    content: "";
}.training_structure::after {
    top: 0;
    height: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        );
    position: absolute;
    left: 0;
    content: "";
    z-index: 1;
    width: 100%;
}.training_structure .container {
    padding: 0 2rem;
    z-index: 5;
    position: relative;
    justify-content: center;
    display: flex;
    width: 100%;
    align-items: center;
    max-width: 1200px;
}.training_structure .expert_classes {
    justify-content: center;
    gap: 5rem;
    display: flex;
    max-width: 1300px;
    align-items: center;
    position: relative;
    width: 100%;
}.training_structure .expert_classes::before {
    animation: rotateField 40s linear infinite;
    background: 
        repeating-radial-gradient(
            circle at center,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 60px
        );
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 50%;
    opacity: 0.6;
    z-index: -1;
    content: "";
}.training_structure .expert_classes::after {
    animation: rotateField 20s linear infinite reverse;
    transform-origin: center;
    border-radius: 50%;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(161,161,163,0.5) 90deg,
            transparent 180deg,
            rgb(124,124,126,0.5) 270deg,
            transparent 360deg
        );
    content: "";
    z-index: -2;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: absolute;
}.training_structure h3 {
    z-index: 2;
    align-items: center;
    padding: 2rem 3rem;
    animation: magneticPulse 5s ease-in-out infinite;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    position: relative;
    font-size: 28px;
    justify-content: center;
    max-width: 600px;
    border-radius: 30px;
    text-align: center;
    margin: 0 10px;
    color: rgb(161,161,163);
    flex: 0 1 48%;
    background: #ffffff;
    display: flex;
}.training_structure h3::before {
    background: linear-gradient(135deg, rgb(161,161,163,0.5), rgb(124,124,126,0.5));
    opacity: 0.7;
    z-index: -1;
    content: "";
    position: absolute;
    border-radius: 35px;
    inset: -5px;
    animation: borderPulse 5s ease-in-out infinite;
}.training_structure h3::after {
    content: "";
    position: absolute;
    width: 40px;
    right: -20px;
    background: linear-gradient(to right, rgb(161,161,163), transparent);
    top: 50%;
    z-index: 1;
    height: 2px;
}.training_structure span {
    font-size: 14px;
    z-index: 2;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 850px;
    padding: 2rem 3rem;
    background: #ffffff;
    margin: 0 10px;
    position: relative;
    border-radius: 30px;
    animation: magneticPulse 5s ease-in-out 0.5s infinite;
    flex: 0 1 70%;
    line-height: 1.7;
}.training_structure span::before {
    background: linear-gradient(135deg, rgb(124,124,126,0.5), rgb(161,161,163,0.5));
    opacity: 0.7;
    z-index: -1;
    position: absolute;
    content: "";
    animation: borderPulse 5s ease-in-out 0.5s infinite;
    border-radius: 35px;
    inset: -5px;
}.training_structure span::after {
    content: "";
    position: absolute;
    height: 2px;
    background: linear-gradient(to left, rgb(124,124,126), transparent);
    width: 40px;
    z-index: 1;
    top: 50%;
    left: -20px;
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
        background-position: 100% 100%;
    }
}

@keyframes rotateField {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes magneticPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.training_structure .container {
    padding: 4rem 1.5rem;
}.training_structure .expert_classes {
    flex-direction: column;
    gap: 3rem;
}.training_structure h3 {
    width: 100%;
    max-width: 100%;
    flex: 0 1 auto;
    font-size: calc(28px * 0.9);
    padding: 1.8rem 2.5rem;
}.training_structure span {
    max-width: 100%;
    font-size: calc(14px * 0.95);
    padding: 1.8rem 2.5rem;
    width: 100%;
    flex: 0 1 auto;
}.training_structure h3::after {
    right: 50%;
    top: auto;
    bottom: -20px;
    transform: translateX(50%) rotate(90deg);
    width: 40px;
}.training_structure span::after {
    display: none;
}
}

@media (max-width: 768px) {.training_structure {
    padding: 3rem 0;
    min-height: auto;
}.training_structure .container {
    padding: 0 1.2rem;
}.training_structure .expert_classes {
    gap: 2.5rem;
}.training_structure h3 {
    font-size: calc(28px * 0.8);
    padding: 1.5rem 2rem;
}.training_structure span {
    padding: 1.5rem 2rem;
    font-size: calc(14px * 0.9);
}.training_structure h3::before,
    .training_structure span::before {
    inset: -3px;
}
}

@media (max-width: 576px) {.training_structure {
    padding: 2.5rem 0;
}.training_structure .container {
    padding: 0 1rem;
}.training_structure .expert_classes {
    gap: 2rem;
}.training_structure h3 {
    font-size: calc(28px * 0.7);
    padding: 1.2rem 1.5rem;
}.training_structure span {
    font-size: calc(14px * 0.85);
    padding: 1.2rem 1.5rem;
}.training_structure h3::after {
    width: 30px;
    bottom: -15px;
}.training_structure h3::before,
    .training_structure span::before {
    inset: -2px;
}}.pricing_matrix {
    overflow: hidden;
    background: rgb(198,198,200);
    position: relative;
    padding: 120px 0;
}.pricing_matrix::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    z-index: 0;
}.pricing_matrix .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    max-width: 1400px;
    position: relative;
}.pricing_matrix .plan_fee {
    grid-template-columns: 1fr;
    gap: 60px;
    display: grid;
}.pricing_matrix .learning_pricing {
    animation: fadeSlideUp 0.8s forwards 0.2s;
    margin: 0 auto;
    opacity: 0;
    max-width: 800px;
    transform: translateY(20px);
    text-align: center;
}.pricing_matrix .learning_pricing h2 {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    font-size: 28px;
}.pricing_matrix .learning_pricing h2::after {
    bottom: -10px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(161,161,163), rgb(124,124,126));
    position: absolute;
    content: "";
    height: 3px;
    width: 80px;
    left: 50%;
}.pricing_matrix .cost_deals {
    margin-top: 30px;
    font-size: calc(18px + 0.1rem);
    line-height: 1.6;
    color: #000000;
}.pricing_matrix .fee_plan {
    animation: fadeSlideUp 0.8s forwards 0.4s;
    opacity: 0;
    transform: translateY(30px);
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 20px;
    display: grid;
}.pricing_matrix .pricing_schemes {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    text-decoration: none;
    color: inherit;
    z-index: 1;
    will-change: transform;
}.pricing_matrix .pricing_schemes:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_matrix .price_opts {
    overflow: hidden;
    border-radius: 17px;
    min-height: 420px;
    background: #ffffff;
    display: flex;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}.pricing_matrix .pricing_schemes:hover .price_opts {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.pricing_matrix .pricing_schemes:nth-child(odd) .price_opts::before {
    height: 100%;
    transform-origin: bottom;
    transform: scaleY(0);
    background: rgb(161,161,163);
    content: "";
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    top: 0;
    width: 5px;
}.pricing_matrix .pricing_schemes:nth-child(even) .price_opts::before {
    position: absolute;
    right: 0;
    width: 5px;
    transform: scaleY(0);
    top: 0;
    height: 100%;
    background: rgb(124,124,126);
    content: "";
    transform-origin: bottom;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_matrix .pricing_schemes:hover .price_opts::before {
    transform: scaleY(1);
}.pricing_matrix .rate_plans {
    padding: 40px 30px;
    display: flex;
    position: relative;
    flex-direction: column;
    flex: 1;
    z-index: 1;
}.pricing_matrix .rate_plans h3 {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
    font-size: calc(19px + 0.2rem);
    transition: color 0.3s ease;
    position: relative;
    color: #000000;
}.pricing_matrix .pricing_schemes:hover .rate_plans h3 {
    color: rgb(161,161,163);
}.pricing_matrix .pricing_schemes:nth-child(even):hover .rate_plans h3 {
    color: rgb(124,124,126);
}.pricing_matrix .price_plan {
    position: relative;
    font-weight: 700;
    margin: 10px 0 20px;
    display: inline-block;
    color: rgb(161,161,163);
    padding-bottom: 10px;
    font-size: calc(19px + 0.5rem);
}.pricing_matrix .pricing_schemes:nth-child(even) .price_plan {
    color: rgb(124,124,126);
}.pricing_matrix .price_plan::after {
    left: 0;
    width: 40px;
    position: absolute;
    bottom: 0;
    background: currentColor;
    height: 3px;
    opacity: 0.6;
    content: "";
}.pricing_matrix .rate_plans p {
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 18px;
    color: #000000;
    margin-top: auto;
    word-wrap: break-word;
    hyphens: auto;
}.pricing_matrix .hover_image {
    position: relative;
    transition: transform 0.5s ease;
    width: 100%;
    height: 200px;
    transform-origin: center;
}.pricing_matrix .pricing_schemes:hover .hover_image {
    transform: scale(1.05);
}.pricing_matrix .hover_image::after {
    height: 40%;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    width: 100%;
    content: "";
    transition: opacity 0.4s ease;
    left: 0;
    position: absolute;
    opacity: 0;
}.pricing_matrix .pricing_schemes:hover .hover_image::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.pricing_matrix .plan_fee {
    grid-template-columns: 1fr;
}.pricing_matrix .fee_plan {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
}

@media (min-width: 992px) {.pricing_matrix {
    padding: 150px 0;
}.pricing_matrix .plan_fee {
    grid-template-columns: 1fr;
    gap: 80px;
}.pricing_matrix .fee_plan {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.pricing_matrix .price_opts {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.pricing_matrix .fee_plan {
    gap: 40px;
}
}

@media (max-width: 767px) {.pricing_matrix {
    padding: 80px 0;
}.pricing_matrix .learning_pricing h2 {
    font-size: calc(28px - 0.4rem);
}.pricing_matrix .cost_deals {
    font-size: 18px;
}.pricing_matrix .rate_plans {
    padding: 30px 20px;
}.pricing_matrix .price_opts {
    min-height: 400px;
}.pricing_matrix .hover_image {
    height: 160px;
}
}

@media (max-width: 480px) {.pricing_matrix {
    padding: 60px 0;
}.pricing_matrix .plan_fee {
    gap: 40px;
}.pricing_matrix .fee_plan {
    gap: 25px;
}.pricing_matrix .rate_plans h3 {
    font-size: 19px;
}.pricing_matrix .price_plan {
    font-size: 19px;
}.pricing_matrix .rate_plans p {
    font-size: calc(18px - 0.1rem);
}}.cookie_dialog_notice {
    background: rgb(198,198,200);
    z-index: 1050;
    padding: 20px;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
    width: 100%;
    border-top: 3px solid rgb(161,161,163);
}.cookie_list {
    align-items: center;
    justify-content: space-between;
    display: flex;
    z-index: 1;
    flex-wrap: nowrap;
}.visitor_privacy {
    flex-shrink: 0;
    margin-right: 20px;
}#bannerCookieNotice {
    display: none;
}#bannerCookieNotice:checked ~ .cookie_dialog_notice {
    visibility: hidden;
    opacity: 0;
}.visitor_privacy svg {
    fill: rgb(161,161,163);
    width: 60px;
    height: 60px;
    transition: fill 0.3s ease-in-out;
}.privacy_ctrl {
    flex-grow: 1;
    margin-right: 20px;
}.privacy_ctrl h5 {
    margin-bottom: 5px;
    font-weight: 700;
    color: rgb(161,161,163);
    font-size: 20px;
}.privacy_ctrl p {
    font-size: 12px;
    color: #000000;
    margin-bottom: 0;
}.digital_tracking {
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 20px;
}.digital_tracking {
    color: #ffffff;
    border: 1px solid rgb(161,161,163);
    background-color: rgb(161,161,163);
}.digital_tracking:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_dialog_notice p a {
    color: rgb(161,161,163);
    text-decoration: underline;
}.cookie_dialog_notice p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.privacy_ctrl h5 {
    font-size: calc(20px - 2px);
}.privacy_ctrl p {
    font-size: calc(12px - 2px);
}.digital_tracking {
    padding: 8px 16px;
    font-size: calc(20px - 2px);
}
}
@media (max-width: 800px) {.cookie_list {
    flex-direction: column;
    align-items: center;
}.visitor_privacy {
    margin-bottom: 15px;
}.privacy_ctrl {
    text-align: center;
    margin-bottom: 20px;
}.digital_tracking {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}
header .first_pagebar {
    overflow: visible;
    border-bottom-right-radius: 0;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    width: 100%;
    border-bottom-left-radius: 10px;
    position: relative;
    z-index: 100;
    padding: 1.5rem 2rem;
    justify-content: space-between;
    display: flex;
    left: 0;
    background: linear-gradient(135deg, rgb(161,161,163,0.5) 0%, rgb(124,124,126) 100%);
}header .first_pagebar .head_lead {
    z-index: 2;
    transform: skewX(5deg);
    position: relative;
}header .first_pagebar .head_lead .header_mentor {
    transition: transform 0.3s ease-in-out;
    display: block;
}header .first_pagebar .head_lead .header_mentor:hover {
    transform: translateY(-8px) rotate(0deg);
}header .first_pagebar .head_lead svg {
    width: 80px;
    height: auto;
}header .first_pagebar .main_site {
    position: relative;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 1rem;
    margin: 0;
}header .first_pagebar .main_site::before {
    background: linear-gradient(45deg, transparent 0%, rgb(161,161,163,0.5) 100%);
    position: absolute;
    height: calc(100% + 20px);
    top: -10px;
    opacity: 0;
    width: calc(100% + 40px);
    border-radius: 10px;
    content: "";
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: -1;
    left: -20px;
}header .first_pagebar .header_learn {
    transition: transform 0.3s ease;
    position: relative;
}header .first_pagebar .header_learn a {
    font-size: 14px;
    display: block;
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 0.5rem 1rem;
    font-weight: 600;
    transition: color 0.3s ease;
    color: #ffffff;
    position: relative;
}header .first_pagebar .header_learn a::before {
    left: 0;
    height: 2px;
    content: "";
    bottom: 0;
    transform-origin: right;
    transition: transform 0.3s ease;
    transform: scaleX(0) rotate(-2deg);
    width: 100%;
    position: absolute;
    background: rgb(124,124,126);
}header .first_pagebar .header_learn a:hover {
    color: rgb(124,124,126);
}header .first_pagebar .header_learn a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

@media (max-width: 992px) {header .first_pagebar {
    flex-direction: column;
    margin-left: calc(-50vw + 50%);
    transform: skewX(0);
    padding: 1rem;
    box-sizing: border-box;
    width: 100vw;
}header .first_pagebar .head_lead {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .first_pagebar .main_site {
    transform: skewX(0);
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .first_pagebar .main_site::before {
    transform: skewX(0);
}header .first_pagebar .main_site:hover::before {
    transform: skewX(0);
}header .first_pagebar .header_learn {
    margin: 0.25rem;
}header .first_pagebar .header_learn:nth-child(odd),
  header .first_pagebar .header_learn:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .first_pagebar {
    padding: 0.75rem;
}header .first_pagebar .main_site {
    flex-direction: column;
    align-items: center;
}header .first_pagebar .header_learn {
    width: 100%;
    text-align: center;
}header .first_pagebar .head_lead svg {
    width: 100px;
}}.our_team {
    background: linear-gradient(135deg, rgb(198,198,200) 0%, rgb(124,124,126,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.our_team::before {
    background-image: 
        linear-gradient(45deg, rgb(161,161,163,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(161,161,163,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(161,161,163,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(161,161,163,0.5) 75%);
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    height: 100%;
    background-size: 40px 40px;
    opacity: 0.03;
    content: "";
    top: 0;
}.our_team .container {
    margin: 0 auto;
    transform-origin: center top;
    padding: 0 2rem;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    z-index: 2;
}.our_team h1 {
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #000000;
    font-size: 39px;
    transform: translateZ(0);
}.our_team h1::after {
    background: linear-gradient(90deg, rgb(161,161,163) 0%, transparent 100%);
    height: 4px;
    content: "";
    transform-origin: left center;
    bottom: -10px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    left: 0;
    width: 60%;
    position: absolute;
}.our_team h1:hover::after {
    transform: scaleX(1.5);
}.our_team .learn_guides {
    position: relative;
}.our_team .learn_guides ul {
    margin: 0;
    list-style: none;
    gap: 3rem;
    display: grid;
    padding: 0;
    grid-template-columns: 1fr;
}.our_team .timeline_hist {
    background: #ffffff;
    transform: translateZ(0);
    border-left: 4px solid rgb(161,161,163);
    position: relative;
    padding: 2.5rem;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
}.our_team .timeline_hist:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px) translateZ(0);
}.our_team .timeline_hist::before {
    top: 0;
    background: linear-gradient(90deg, transparent 0%, rgb(124,124,126) 100%);
    position: absolute;
    height: 3px;
    width: 25%;
    content: "";
    right: 0;
}.our_team .timeline_hist h4 {
    color: #000000;
    margin-top: 0;
    position: relative;
    font-size: calc(18px + 0.2rem);
    margin-bottom: 1.5rem;
    font-weight: 600;
    display: inline-block;
}.our_team .timeline_hist h4::after {
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: rgb(161,161,163);
    bottom: -8px;
    transition: width 0.3s ease;
    left: 0;
    content: "";
}.our_team .timeline_hist:hover h4::after {
    width: 80px;
}.our_team .timeline_hist div {
    font-family: Arial, sans-serif;
    color: #000000;
    padding-right: 10px;
    overflow-y: auto;
    font-size: 18px;
    max-height: 300px;
    position: relative;
    line-height: 1.8;
}.our_team .timeline_hist div::-webkit-scrollbar {
    width: 4px;
}.our_team .timeline_hist div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.our_team .timeline_hist div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(161,161,163,0.5);
}.our_team .timeline_hist:first-child {
    transform: translateX(-5px) translateZ(0);
}.our_team .timeline_hist:last-child {
    transform: translateX(5px) translateZ(0);
}.our_team .timeline_hist:first-child:hover,
.our_team .timeline_hist:last-child:hover {
    transform: translateY(-5px) translateZ(0);
}

@media (min-width: 768px) {.our_team {
    padding: 8rem 0;
}.our_team .learn_guides ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.our_team h1 {
    margin-bottom: 4rem;
    font-size: calc(39px * 1.2);
}.our_team h1::after {
    bottom: -15px;
    height: 6px;
}.our_team .timeline_hist {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 3rem;
}.our_team .timeline_hist:first-child {
    transform: translateY(20px) translateZ(0);
}.our_team .timeline_hist:last-child {
    transform: translateY(-20px) translateZ(0);
}.our_team .timeline_hist:first-child:hover,
    .our_team .timeline_hist:last-child:hover {
    transform: translateY(0) translateZ(0) scale(1.02);
}.our_team .timeline_hist::before {
    height: 4px;
    width: 35%;
}.our_team .timeline_hist div {
    max-height: 400px;
}
}

@media (min-width: 1024px) {.our_team {
    padding: 10rem 0;
}.our_team::before {
    background-size: 60px 60px;
}.our_team .container {
    padding: 0 4rem;
}.our_team h1 {
    font-size: calc(39px * 1.4);
}.our_team .timeline_hist {
    padding: 3.5rem;
}.our_team .timeline_hist h4 {
    font-size: calc(18px * 1.2);
    margin-bottom: 2rem;
}.our_team .timeline_hist h4::after {
    bottom: -10px;
    height: 3px;
}.our_team .timeline_hist div {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
    max-height: 450px;
}.our_team .learn_guides ul {
    gap: 3rem;
}
}

@media (min-width: 1440px) {.our_team .container {
    max-width: 1400px;
}.our_team h1 {
    margin-bottom: 5rem;
}.our_team .timeline_hist {
    padding: 4rem;
}.our_team .timeline_hist div {
    max-height: 500px;
}
}

@media (max-width: 767px) {.our_team {
    padding: 4rem 0;
}.our_team .container {
    transform: perspective(1000px) rotateX(0deg);
    padding: 0 1.5rem;
}.our_team h1 {
    font-size: calc(39px * 0.9);
    margin-bottom: 2rem;
}.our_team .timeline_hist {
    padding: 1.5rem;
    margin-bottom: 2rem;
}.our_team .timeline_hist h4 {
    font-size: 18px;
    margin-bottom: 1rem;
}.our_team .timeline_hist div {
    max-height: 250px;
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.our_team .timeline_hist:first-child,
    .our_team .timeline_hist:last-child {
    transform: none;
}
}