* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    min-height: 100%;
    scroll-snap-type: none;
    height: 100%;
    font-family: Arial, sans-serif;
    auto
    scroll-behavior: smooth;
    color: #000000;
    auto
contain
touch-action: none;
}.wrap-structure {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1162px;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}.program_foot {
    flex: 0 0 auto;
}.head_prime {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.connect_with_us {
    background: rgb(234,237,239);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.connect_with_us::before {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(198,203,212,0.5) 0,
        rgb(198,203,212,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    content: "";
    opacity: 0.07;
    top: 0;
    left: 0;
}.connect_with_us::after {
    opacity: 0.07;
    background-image: 
        linear-gradient(rgb(161,168,179,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(161,168,179,0.5) 1px, transparent 1px);
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    left: 0;
    background-size: 30px 30px;
    height: 100%;
    width: 100%;
}.connect_with_us .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 2;
}.connect_with_us h2 {
    display: inline-block;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 29px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
    color: #000000;
    position: relative;
}.connect_with_us h2::before {
    bottom: 0;
    background: rgb(198,203,212);
    position: absolute;
    content: "";
    height: 4px;
    left: calc(50% - 40px);
    width: 80px;
}.connect_with_us h2::after {
    background: rgb(161,168,179);
    position: absolute;
    left: calc(50% - 15px);
    content: "";
    bottom: 0;
    height: 4px;
    width: 30px;
}.connect_with_us .reach_inquiry {
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    position: relative;
    margin-top: 50px;
}.connect_with_us .image_frame {
    min-height: 550px;
    flex: 0 0 45%;
    position: relative;
}.connect_with_us .image_frame::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(
        135deg, 
        rgba(rgb(198,203,212), 0.4), 
        rgba(rgb(161,168,179), 0.4)
    );
}.connect_with_us .connect_feedback {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 55%;
    padding: 60px;
    justify-content: center;
}.connect_with_us .connect_feedback::before {
    border: 30px solid rgb(198,203,212,0.5);
    top: -75px;
    z-index: 0;
    position: absolute;
    height: 150px;
    width: 150px;
    right: -75px;
    content: "";
    border-radius: 50%;
}.connect_with_us .connect_feedback::after {
    transform: rotate(45deg);
    bottom: -50px;
    content: "";
    position: absolute;
    border-radius: 0;
    left: -50px;
    z-index: 0;
    height: 100px;
    width: 100px;
    background: rgb(161,168,179,0.5);
}.connect_with_us form {
    position: relative;
    z-index: 2;
}.connect_with_us form h3 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 40px;
    font-size: 24px;
    display: inline-block;
    position: relative;
}.connect_with_us form h3::after {
    left: 0;
    background: rgb(198,203,212);
    position: absolute;
    content: "";
    bottom: -15px;
    height: 2px;
    width: 50%;
}.connect_with_us form input[type="text"] {
    border-bottom: 2px solid rgb(234,237,239);
    font-size: 18px;
    border: none;
    padding: 20px 25px;
    transition: all 0.3s ease;
    color: #000000;
    margin-bottom: 25px;
    background: transparent;
    width: 100%;
}.connect_with_us form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(198,203,212);
}.connect_with_us form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.connect_with_us form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.connect_with_us .message_inquiry {
    position: relative;
    margin-bottom: 40px;
}.connect_with_us .message_inquiry input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_with_us .message_inquiry label {
    position: relative;
    color: #000000;
    font-size: 12px;
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
}.connect_with_us .message_inquiry label::before {
    height: 22px;
    background: transparent;
    transition: all 0.3s ease;
    border: 2px solid rgb(234,237,239);
    top: 0;
    width: 22px;
    content: "";
    position: absolute;
    left: 0;
}.connect_with_us .message_inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(198,203,212);
    border-color: rgb(198,203,212);
}.connect_with_us .message_inquiry input[type="checkbox"]:checked + label::after {
    content: "";
    top: 4px;
    border-width: 0 2px 2px 0;
    left: 8px;
    border: solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    width: 6px;
    height: 12px;
}.connect_with_us .message_inquiry label a {
    color: rgb(198,203,212);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
}.connect_with_us .message_inquiry label a::after {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -1px;
    transform-origin: left;
    background: rgb(198,203,212);
    transition: transform 0.3s ease;
    height: 1px;
    transform: scaleX(1);
}.connect_with_us .message_inquiry label a:hover {
    color: rgb(161,168,179);
}.connect_with_us .message_inquiry label a:hover::after {
    transform: scaleX(0);
    background: rgb(161,168,179);
}.connect_with_us .inquiry_block {
    border: none;
    font-weight: 600;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 19px;
    background: rgb(198,203,212);
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 18px 40px;
    width: auto;
    color: #ffffff;
}.connect_with_us .inquiry_block::before {
    transition: width 0.5s ease;
    background: rgb(161,168,179);
    z-index: -1;
    transform: skewX(-25deg);
    position: absolute;
    top: 0;
    height: 100%;
    left: -10px;
    width: 0;
    content: "";
}.connect_with_us .inquiry_block:hover::before {
    width: 150%;
}.connect_with_us svg {
    width: 24px;
    fill: none;
    stroke: rgb(198,203,212);
    stroke-width: 2;
    transition: all 0.3s ease;
    height: 24px;
}.connect_with_us svg path {
    stroke: rgb(198,203,212);
    transition: all 0.3s ease;
    fill: none;
}.connect_with_us svg:hover,
.connect_with_us svg:hover path {
    stroke: rgb(161,168,179);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.connect_with_us {
    padding: 80px 0;
}.connect_with_us .image_frame {
    min-height: 500px;
}.connect_with_us .connect_feedback {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.connect_with_us {
    padding: 60px 0;
}.connect_with_us .reach_inquiry {
    flex-direction: column;
}.connect_with_us .image_frame {
    width: 100%;
    min-height: 300px;
}.connect_with_us .connect_feedback {
    padding: 40px 30px;
    width: 100%;
}.connect_with_us form h3 {
    margin-bottom: 30px;
}.connect_with_us form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.connect_with_us .message_inquiry {
    margin-bottom: 30px;
}.connect_with_us .inquiry_block {
    padding: 15px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.connect_with_us {
    padding: 50px 0;
}.connect_with_us h2 {
    font-size: calc(29px * 0.85);
}.connect_with_us .reach_inquiry {
    margin-top: 30px;
}.connect_with_us .image_frame {
    min-height: 200px;
}.connect_with_us .connect_feedback {
    padding: 30px 20px;
}.connect_with_us form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
}.connect_with_us form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.connect_with_us .message_inquiry {
    margin-bottom: 25px;
}.connect_with_us .message_inquiry label {
    font-size: calc(12px * 0.9);
}.connect_with_us .inquiry_block {
    padding: 12px 25px;
}}.help_desk_info {
    overflow: hidden;
    background: rgb(234,237,239);
    padding: 90px 0;
    position: relative;
}.help_desk_info::before {
    background: radial-gradient(at 70% 20%, rgb(198,203,212,0.5) 0%, transparent 60%);
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    opacity: 0.08;
    height: 100%;
    z-index: 0;
    top: 0;
}.help_desk_info .container {
    position: relative;
    z-index: 1;
}.help_desk_info .instant_help {
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
}.help_desk_info .instant_help h2 {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 30px;
    display: inline-block;
    position: relative;
    color: rgb(198,203,212);
}.help_desk_info .instant_help h2::after {
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -10px;
    width: 50px;
    content: '';
    background: rgb(161,168,179);
}.help_desk_info .instant_help p {
    margin-bottom: 40px;
    max-width: 90%;
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
}.help_desk_info .instant_help p:last-of-type {
    padding-left: 28px;
    margin-bottom: 50px;
    position: relative;
}.help_desk_info .talk_contact {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}.help_desk_info .message_info {
    position: relative;
    transition: all 0.4s ease;
    align-items: center;
    z-index: 1;
    text-decoration: none;
    height: 80px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    color: rgb(198,203,212);
    justify-content: center;
    display: flex;
    background: #ffffff;
    width: 80px;
}.help_desk_info .message_info::before {
    z-index: -1;
    opacity: 0;
    content: '';
    background: linear-gradient(135deg, rgb(198,203,212) 0%, rgb(161,168,179) 100%);
    border-radius: 50%;
    top: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}.help_desk_info .message_info:hover {
    color: #ffffff;
    transform: translateY(-5px);
}.help_desk_info .message_info:hover::before {
    opacity: 1;
}.help_desk_info .message_info svg {
    stroke: currentColor;
    transition: all 0.3s ease;
    height: 28px;
    fill: none;
    stroke-width: 2;
    width: 28px;
}.help_desk_info .message_info:hover svg {
    transform: scale(1.1);
}.help_desk_info .message_info svg path {
    transition: all 0.3s ease;
}.help_desk_info .instant_help p:last-of-type svg {
    left: 0;
    position: absolute;
    fill: none;
    stroke: rgb(198,203,212);
    width: 20px;
    height: 20px;
    top: 4px;
    stroke-width: 2;
}

@media screen and (max-width: 991px) {.help_desk_info {
    padding: 70px 0;
}.help_desk_info .instant_help h2 {
    font-size: calc(30px * 0.95);
}.help_desk_info .message_info {
    height: 70px;
    width: 70px;
}
}

@media screen and (max-width: 767px) {.help_desk_info {
    padding: 60px 0;
}.help_desk_info .instant_help h2 {
    font-size: calc(30px * 0.9);
}.help_desk_info .instant_help p {
    max-width: 100%;
}.help_desk_info .talk_contact {
    justify-content: center;
}
}

@media screen and (max-width: 480px) {.help_desk_info {
    padding: 50px 0;
}.help_desk_info .instant_help h2 {
    font-size: calc(30px * 0.85);
}.help_desk_info .instant_help p {
    font-size: calc(13px * 0.95);
}.help_desk_info .message_info {
    height: 65px;
    width: 65px;
}.help_desk_info .message_info svg {
    height: 24px;
    width: 24px;
}}header {
    background: linear-gradient(to bottom, rgb(234,237,239), #ffffff);
    z-index: 100;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    width: 100%;
    padding: 1.2rem 0;
}header::before {
    width: 100%;
    opacity: 0.5;
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(198,203,212,0.5) 65%, 
        rgb(198,203,212,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(161,168,179,0.5) 75%, 
        rgb(161,168,179,0.5) 80%, 
        transparent 80%);
    content: '';
    position: absolute;
    left: 0;
    z-index: 0;
}header .container {
    width: 100%;
    max-width: 100%;
    padding: 0 3%;
    position: relative;
    z-index: 1;
    margin: 0;
}header .main_mainbar {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 2rem;
}header .head_study {
    background: linear-gradient(135deg, rgb(198,203,212,0.5), rgb(161,168,179,0.5));
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    padding: 0.5rem 1.5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .head_study::before {
    left: -50%;
    content: '';
    width: 200%;
    top: -50%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
}header .head_study:hover::before {
    opacity: 1;
}header .head_study svg {
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
    height: auto;
}header .head_study:hover svg {
    transform: scale(1.03);
}header .page_head {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    margin-top: 0.5rem;
    gap: 0.6rem;
    max-width: 800px;
}header .nav_learn {
    overflow: hidden;
    border-radius: 10px;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    transition: all 0.3s ease;
    padding: 0.6rem 1.2rem;
    font-family: Arial, sans-serif;
    text-align: center;
    background: #ffffff;
    position: relative;
    color: #000000;
    z-index: 1;
    text-decoration: none;
}header .nav_learn::before {
    background: linear-gradient(to right, rgb(198,203,212), rgb(161,168,179));
    width: 100%;
    left: 0;
    transition: transform 0.3s ease;
    height: 3px;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
    top: 0;
    content: '';
}header .nav_learn:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(198,203,212);
    transform: translateY(-3px);
}header .nav_learn:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .head_study {
    padding: 0.5rem 1.2rem;
}header .head_study svg {
    width: 140px;
}header .page_head {
    gap: 0.5rem;
}header .nav_learn {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .main_mainbar {
    gap: 1.5rem;
}header .head_study {
    padding: 0.4rem 1rem;
}header .head_study svg {
    width: 130px;
}header .page_head {
    gap: 0.5rem;
}header .nav_learn {
    font-size: calc(16px - 1px);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .main_mainbar {
    gap: 1rem;
}header .head_study svg {
    width: 120px;
}header .page_head {
    gap: 0.4rem;
    padding-bottom: 10px;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .page_head::-webkit-scrollbar {
    height: 3px;
}header .page_head::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(198,203,212);
}header .nav_learn {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 2px;
}}.course_program_details {
    background: linear-gradient(135deg, rgb(234,237,239) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.course_program_details::before {
    width: 40%;
    transform: rotate(-15deg);
    animation: float 15s ease-in-out infinite alternate;
    content: "";
    background: linear-gradient(225deg, rgb(198,203,212,0.5) 0%, transparent 70%);
    z-index: 1;
    right: -5%;
    opacity: 0.4;
    top: -5%;
    height: 40%;
    position: absolute;
    filter: blur(80px);
}.course_program_details::after {
    bottom: -5%;
    left: -5%;
    transform: rotate(15deg);
    position: absolute;
    background: linear-gradient(45deg, rgb(161,168,179,0.5) 0%, transparent 70%);
    opacity: 0.4;
    content: "";
    animation: float 18s ease-in-out infinite alternate-reverse;
    z-index: 1;
    height: 30%;
    filter: blur(60px);
    width: 30%;
}.course_program_details .container {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.course_program_details h2 {
    transform: translateX(-1rem);
    font-weight: 700;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    color: #000000;
    margin-bottom: 3rem;
    font-size: 34px;
    opacity: 0;
    position: relative;
}.course_program_details h2::before {
    position: absolute;
    height: 0.25rem;
    content: "";
    width: 8rem;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(198,203,212) 0%, rgb(161,168,179) 100%);
    left: 0;
    transform: scaleX(0);
    bottom: -1rem;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
}.course_program_details .coding_class {
    gap: 3rem;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}.course_program_details .image_frame {
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(2rem);
    height: 400px;
    border-radius: 10px;
    position: relative;
}.course_program_details .image_frame::before {
    content: "";
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(rgb(198,203,212), 0.2) 100%);
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}.course_program_details .image_frame::after {
    left: -100%;
    content: "";
    transform: rotate(45deg);
    top: -100%;
    width: 200%;
    animation: shine 8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    height: 200%;
}.course_program_details .message_wrap {
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    flex-direction: column;
    opacity: 0;
    gap: 2rem;
    transform: translateY(2rem);
    display: flex;
    position: relative;
}.course_program_details .description {
    padding-right: 1.5rem;
    max-height: 300px;
    position: relative;
    scrollbar-color: rgb(198,203,212,0.5) rgb(234,237,239);
    overflow-y: auto;
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    scrollbar-width: thin;
}.course_program_details .description::-webkit-scrollbar {
    width: 6px;
}.course_program_details .description::-webkit-scrollbar-track {
    background: rgb(234,237,239);
    border-radius: 10px;
}.course_program_details .description::-webkit-scrollbar-thumb {
    background: rgb(198,203,212,0.5);
    border-radius: 10px;
}.course_program_details .description:nth-child(1) {
    position: relative;
}.course_program_details .description:nth-child(1)::first-line {
    color: #000000;
    font-weight: 600;
}.course_program_details .description:nth-child(2) {
    position: relative;
    display: none;
}

@media (min-width: 768px) {.course_program_details .coding_class {
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
}.course_program_details h2 {
    max-width: 90%;
    font-size: calc(34px * 1.2);
    text-align: left;
}.course_program_details .image_frame {
    height: 500px;
}.course_program_details .description {
    max-height: 500px;
}
}

@media (min-width: 992px) {.course_program_details {
    padding: 8rem 0;
}.course_program_details .container {
    padding: 0 4rem;
}.course_program_details h2 {
    max-width: 80%;
    font-size: calc(34px * 1.4);
}.course_program_details .coding_class {
    gap: 4rem;
}.course_program_details .image_frame {
    height: 600px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.course_program_details .image_frame:hover {
    transform: translateY(-8px) scale(1.02);
}.course_program_details .message_wrap {
    padding-top: 2rem;
}
}

@media (min-width: 1200px) {.course_program_details .image_frame {
    height: 650px;
}.course_program_details h2 {
    max-width: 70%;
}
}

@media (max-width: 767px) {.course_program_details {
    padding: 4rem 0;
}.course_program_details h2 {
    text-align: center;
    font-size: calc(34px * 0.9);
}.course_program_details h2::before {
    animation: scaleInCenter 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}}

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

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

@keyframes scaleInCenter {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes fadeUp {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    20%, 100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-5deg) translate(-20px, 5px);
    }
}.data_overview {
    padding: 8rem 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,237,239) 0%, #ffffff 100%);
}.data_overview::before {
    left: 0;
    top: 0;
    background: repeating-radial-gradient(
        circle at 50% 50%,
        rgb(198,203,212,0.5),
        rgb(198,203,212,0.5) 10px,
        transparent 10px,
        transparent 60px
    );
    content: "";
    z-index: -1;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.1;
}.data_overview .container {
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.data_overview h2 {
    left: 50%;
    font-size: 30px;
    text-align: center;
    padding: 0 3rem 1rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    transform: translateX(-50%);
    border-bottom: 3px solid rgb(198,203,212);
    color: #000000;
    margin-bottom: 5rem;
}.data_overview ul {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    list-style: none;
    margin: 0;
    gap: 3rem;
    display: grid;
    position: relative;
}.data_overview .statistics_zone {
    justify-content: center;
    align-items: center;
    z-index: 2;
    display: flex;
    padding: 2.5rem;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.05);
    position: relative;
}.data_overview .statistics_zone:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    transform: rotate(-1deg);
}.data_overview .statistics_zone:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    transform: rotate(1deg);
}.data_overview .statistics_zone:nth-child(3) {
    grid-column: 1 / 2;
    transform: rotate(1deg);
    grid-row: 2 / 3;
}.data_overview .statistics_zone:nth-child(4) {
    grid-row: 2 / 3;
    transform: rotate(-1deg);
    grid-column: 2 / 3;
}.data_overview .statistics_zone::before {
    background: linear-gradient(135deg, transparent 0%, rgb(198,203,212,0.5) 100%);
    left: 0;
    content: "";
    width: 100%;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}.data_overview .statistics_zone p {
    transform: translateY(-50%);
    color: rgb(198,203,212);
    position: absolute;
    left: 2rem;
    z-index: 2;
    font-size: calc(40px * 1.5);
    top: 50%;
    margin: 0;
    line-height: 1;
    font-weight: 700;
}.data_overview .statistics_zone span {
    font-size: 18px;
    position: absolute;
    font-weight: 400;
    z-index: 2;
    top: 50%;
    right: 2rem;
    max-width: 60%;
    transform: translateY(-50%);
    color: #000000;
    text-align: right;
}.data_overview svg {
    height: 40px;
    width: 40px;
    z-index: 1;
    right: 1rem;
    bottom: 1rem;
    position: absolute;
    opacity: 0.2;
    transition: all 0.3s ease;
    fill: rgb(198,203,212);
}.data_overview svg path {
    fill: inherit;
}.data_overview .statistics_zone:hover {
    transform: scale(1.05) rotate(0);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    z-index: 3;
}.data_overview .statistics_zone:hover p {
    color: rgb(161,168,179);
}.data_overview .statistics_zone:hover svg {
    opacity: 0.5;
    transform: rotate(15deg);
}.data_overview .container::before {
    position: absolute;
    background: rgb(198,203,212,0.5);
    content: "";
    height: 200px;
    width: 200px;
    top: -100px;
    border-radius: 50%;
    right: -100px;
    animation: float 10s ease-in-out infinite;
    opacity: 0.1;
    filter: blur(80px);
}.data_overview .container::after {
    width: 160px;
    height: 160px;
    opacity: 0.1;
    animation: float 15s ease-in-out infinite reverse;
    content: "";
    border-radius: 50%;
    position: absolute;
    background: rgb(161,168,179,0.5);
    bottom: -80px;
    left: -80px;
    filter: blur(60px);
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (max-width: 1024px) {.data_overview {
    padding: 6rem 0;
}.data_overview h2 {
    margin-bottom: 4rem;
}.data_overview ul {
    gap: 2rem;
}.data_overview .statistics_zone {
    padding: 2rem;
}.data_overview .statistics_zone p {
    font-size: calc(40px * 1.3);
}
}

@media screen and (max-width: 768px) {.data_overview {
    padding: 5rem 0;
}.data_overview h2 {
    font-size: calc(30px * 0.9);
    padding: 0 2rem 0.8rem;
    margin-bottom: 3rem;
}.data_overview ul {
    grid-template-rows: repeat(4, auto);
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.data_overview .statistics_zone {
    padding: 1.8rem;
    height: 100px;
    grid-column: 1 / 2;
}.data_overview .statistics_zone:nth-child(1) {
    grid-row: 1 / 2;
}.data_overview .statistics_zone:nth-child(2) {
    grid-row: 2 / 3;
}.data_overview .statistics_zone:nth-child(3) {
    grid-row: 3 / 4;
}.data_overview .statistics_zone:nth-child(4) {
    grid-row: 4 / 5;
}.data_overview .statistics_zone p {
    font-size: calc(40px * 1.2);
}.data_overview .statistics_zone span {
    font-size: calc(18px * 0.9);
}
}

@media screen and (max-width: 480px) {.data_overview {
    padding: 4rem 0;
}.data_overview h2 {
    margin-bottom: 2.5rem;
    font-size: calc(30px * 0.8);
    padding: 0 1.5rem 0.6rem;
}.data_overview .statistics_zone {
    height: auto;
    padding: 1.5rem;
    flex-direction: column;
    transform: none !important;
}.data_overview .statistics_zone p {
    position: relative;
    left: auto;
    margin-bottom: 0.5rem;
    transform: none;
    top: auto;
    font-size: calc(40px * 1.1);
}.data_overview .statistics_zone span {
    top: auto;
    position: relative;
    text-align: center;
    max-width: 100%;
    transform: none;
    right: auto;
}.data_overview svg {
    top: 1rem;
    bottom: auto;
    right: 1rem;
    position: absolute;
}}

.data_overview::after {
    left: 0;
    height: 25%;
    bottom: 0;
    content: "";
    background: linear-gradient(to top, rgb(198,203,212,0.5) 0%, transparent 100%);
    opacity: 0.05;
    z-index: -1;
    position: absolute;
    width: 100%;
}.data_overview .statistics_zone:nth-child(odd)::after {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    right: 1rem;
    width: 50px;
    top: 1rem;
    border: 2px solid rgb(198,203,212,0.5);
    content: "";
    opacity: 0.2;
    height: 50px;
}.data_overview .statistics_zone:nth-child(even)::after {
    border: 2px solid rgb(161,168,179,0.5);
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    opacity: 0.2;
    bottom: 1rem;
    transform: rotate(45deg);
    border-radius: 5px;
    z-index: 1;
    left: 1rem;
}.data_overview .statistics_zone:hover::after {
    animation: pulse 2s infinite;
}@keyframes pulse {
    0% {
        transform: rotate(45deg) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: rotate(45deg) scale(1.2);
        opacity: 0.3;
    }
    100% {
        transform: rotate(45deg) scale(1);
        opacity: 0.2;
    }
}

.data_overview .statistics_zone:nth-child(1) p {
    color: rgb(198,203,212);
}.data_overview .statistics_zone:nth-child(2) p {
    color: rgb(161,168,179);
}.data_overview .statistics_zone:nth-child(3) p {
    color: rgb(161,168,179);
}.data_overview .statistics_zone:nth-child(4) p {
    color: rgb(198,203,212);
}.data_overview .statistics_zone:nth-child(even)::before {
    background: linear-gradient(135deg, transparent 0%, rgb(161,168,179,0.5) 100%);
}.our_team {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}.our_team::before {
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(161,168,179) 0%,
        rgba(0, 0, 0, 0.85) 100%);
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    opacity: 0.9;
}.our_team::after {
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    top: 0;
    z-index: 2;
    position: absolute;
    width: 35%;
    opacity: 0.1;
    background: rgb(198,203,212);
    content: "";
    height: 100%;
    right: 0;
}.our_team .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 5;
}.our_team h2 {
    font-size: 29px;
    transform: translateX(-10px);
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}.our_team h2::after {
    height: 4px;
    position: absolute;
    content: "";
    width: 80px;
    transform: scaleX(0);
    transform-origin: left;
    animation: scaleIn 1.2s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    background: rgb(198,203,212);
    bottom: -12px;
}.our_team .message_wrap {
    border-left: 6px solid rgb(198,203,212);
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    padding: 50px;
    position: relative;
    transform: translateY(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.our_team .message_wrap::before {
    z-index: -1;
    position: absolute;
    background: linear-gradient(to right, var(--primary-color-opacity) 0%, rgba(255, 255, 255, 0) 20%);
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.05;
    content: "";
}.our_team .message_wrap > div {
    grid-template-columns: 1fr;
    gap: 25px;
    display: grid;
}.our_team .message_wrap p {
    letter-spacing: 0.5px;
    position: relative;
    color: rgb(198,203,212);
    font-weight: 600;
    font-size: calc(12px * 1.6);
    margin: 0;
    padding-bottom: 15px;
    transform: translateX(-5px);
}.our_team .message_wrap p::after {
    left: 0;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: 0;
    content: "";
    background: rgb(161,168,179);
}.our_team .message_wrap div div {
    line-height: 1.7;
    text-align: justify;
    font-family: Arial, sans-serif;
    column-count: 1;
    font-size: 12px;
    color: #000000;
    position: relative;
    column-gap: 40px;
}

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

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


@media (min-width: 768px) {.our_team {
    padding: 140px 0 120px;
}.our_team .message_wrap {
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(-2deg);
    animation: appear3D 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    padding: 60px;
    opacity: 0;
}.our_team .message_wrap > div {
    grid-template-columns: 1fr;
}.our_team .message_wrap div div {
    column-count: 2;
}
    
    @keyframes appear3D {
        from {
            opacity: 0;
            transform: perspective(1000px) rotateY(-8deg) translateY(30px);
        }
        to {
            opacity: 1;
            transform: perspective(1000px) rotateY(-2deg) translateY(0);
        }
    }
}


@media (min-width: 992px) {.our_team {
    padding: 160px 0 140px;
}.our_team h2 {
    margin-bottom: 60px;
    font-size: calc(29px * 1.2);
}.our_team h2::after {
    height: 5px;
    width: 100px;
}.our_team .message_wrap {
    padding: 70px;
    border-left: 8px solid rgb(198,203,212);
    margin-left: 40px;
}.our_team .message_wrap::after {
    right: -15px;
    width: 120px;
    content: "";
    opacity: 0.3;
    border: 3px solid rgb(161,168,179);
    z-index: -1;
    top: -15px;
    height: 120px;
    position: absolute;
}.our_team .message_wrap > div {
    grid-template-columns: 0.3fr 0.7fr;
    align-items: flex-start;
}.our_team .message_wrap p {
    padding-bottom: 20px;
    font-size: calc(22px * 1.1);
}.our_team .message_wrap p::after {
    width: 60px;
}.our_team .message_wrap div div {
    column-count: 2;
}
}


@media (min-width: 1200px) {.our_team {
    padding: 180px 0 160px;
}.our_team::before {
    background: linear-gradient(135deg, 
            rgb(161,168,179) 0%,
            rgba(0, 0, 0, 0.75) 100%);
}.our_team h2 {
    letter-spacing: 1px;
    font-size: calc(29px * 1.4);
}.our_team .message_wrap {
    margin-left: 80px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    padding: 80px;
}.our_team .message_wrap::before {
    background: linear-gradient(45deg, 
            rgba(rgb(198,203,212), 0.05) 0%, 
            rgba(rgb(198,203,212), 0.02) 50%, 
            rgba(255, 255, 255, 0) 100%);
}.our_team .message_wrap > div {
    grid-template-columns: 0.25fr 0.75fr;
    gap: 40px;
}.our_team .message_wrap p {
    font-size: 22px;
}.our_team .message_wrap div div {
    column-gap: 60px;
    column-count: 2;
}}.tyBox {
    background: linear-gradient(135deg, hsl(210, 40%, 95%), hsl(210, 40%, 98%));
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.tyBox::before {
    background: radial-gradient(circle at 20% 30%, rgb(198,203,212,0.5), transparent 60%);
    top: -50%;
    transform: rotate(-15deg);
    position: absolute;
    z-index: 0;
    content: "";
    height: 200%;
    opacity: 0.2;
    left: -20%;
    width: 120%;
}.tyBox::after {
    z-index: 0;
    opacity: 0.15;
    width: 70%;
    right: -10%;
    bottom: -10%;
    position: absolute;
    height: 70%;
    content: "";
    background: radial-gradient(circle at 80% 80%, rgb(161,168,179,0.5), transparent 60%);
}.tyBox .container {
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.tyBox .skill_boost {
    position: relative;
    clip-path: polygon(
        0 0,
        100% 0,
        98% 98%,
        2% 100%
    );
    padding: 3.5rem;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    border-radius: 16px;
}.tyBox .skill_boost:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.07),
        -25px -25px 70px rgba(255, 255, 255, 1),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.04);
}.tyBox .skill_boost > div:first-child {
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    padding-bottom: 1.5rem;
}.tyBox .skill_boost > div:first-child::after {
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(198,203,212), rgb(161,168,179), rgb(198,203,212));
    content: "";
    height: 3px;
    position: absolute;
    border-radius: 3px;
    left: 0;
    width: 100%;
    animation: gradientSlide 6s infinite ease-in-out;
    box-shadow: 0 2px 6px rgba(rgb(198,203,212,0.5), 0.2);
    bottom: 0;
}.tyBox h5 {
    margin: 0;
    color: #000000;
    padding-left: 1.2rem;
    font-size: calc(24px * 1.15);
    transform: translateZ(0);
    position: relative;
    font-weight: 700;
    line-height: 1.4;
}.tyBox h5::before {
    border-radius: 3px;
    left: 0;
    position: absolute;
    box-shadow: 
        1px 1px 3px rgba(0, 0, 0, 0.1),
        -1px -1px 3px rgba(255, 255, 255, 0.7);
    width: 6px;
    content: "";
    transform: translateZ(0);
    top: 0.1em;
    height: 90%;
    background: rgb(198,203,212);
}.tyBox .skill_boost > div:last-child {
    padding: 0.5rem 0;
    transform: translateZ(0);
    position: relative;
    transition: all 0.3s ease;
}.tyBox a {
    position: relative;
    transform: translateZ(0);
    transition: all 0.3s ease;
    border-radius: 12px;
    padding: 0.5rem 1.2rem;
    text-decoration: none;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.03),
        -4px -4px 8px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.5);
    display: block;
    background: 
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(240, 245, 250, 0.5));
    backdrop-filter: blur(8px);
}.tyBox a:hover {
    transform: translateY(1px);
    box-shadow: 
        2px 2px 5px rgba(0, 0, 0, 0.02),
        -2px -2px 5px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(0, 0, 0, 0.03),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}.tyBox a:active {
    transform: translateY(2px);
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.05),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8);
}.tyBox p {
    z-index: 1;
    position: relative;
    margin: 0;
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
    transition: all 0.3s ease;
}

@keyframes gradientSlide {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@media (max-width: 991px) {.tyBox {
    padding: 5rem 0;
}.tyBox .skill_boost {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.tyBox h5 {
    font-size: calc(24px * 1.05);
}.tyBox .skill_boost > div:first-child {
    padding-bottom: 1.2rem;
    margin-bottom: 1.5rem;
}
}

@media (max-width: 767px) {.tyBox {
    padding: 4rem 0;
}.tyBox .skill_boost {
    transform: none;
    clip-path: polygon(
            0 0,
            100% 0,
            97% 97%,
            3% 100%
        );
    padding: 2rem;
}.tyBox h5 {
    font-size: 24px;
    padding-left: 1rem;
}.tyBox h5::before {
    width: 4px;
}.tyBox a {
    padding: 0.5rem 1rem;
}.tyBox p {
    font-size: calc(14px - 1px);
}
}

@media (max-width: 575px) {.tyBox {
    padding: 3.5rem 0;
}.tyBox .container {
    padding: 0 1.5rem;
}.tyBox .skill_boost {
    border-radius: 12px;
    padding: 1.75rem;
    clip-path: polygon(
            0 0,
            100% 0,
            96% 96%,
            4% 100%
        );
}.tyBox h5 {
    padding-left: 0.8rem;
    font-size: calc(24px - 2px);
}.tyBox h5::before {
    width: 3px;
}.tyBox .skill_boost > div:first-child {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
}.tyBox a {
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
}.tyBox p {
    line-height: 1.6;
    font-size: calc(14px - 2px);
}}.cookieDisclosurePanel {
    border-top: 3px solid rgb(198,203,212);
    z-index: 90;
    position: fixed;
    background: rgb(161,168,179);
    padding: 15px 20px;
    width: 100%;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}.visitor_acceptance {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}.cookie_controls {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_controls svg {
    height: 50px;
    width: 50px;
    fill: rgb(198,203,212);
}.manage_tracking {
    max-width: 600px;
    flex-direction: column;
    justify-content: center;
    display: flex;
}.cookieDisclosurePanel h5 {
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
    font-size: 21px;
}.cookieDisclosurePanel p {
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
}.learn_prefs {
    text-align: center;
    margin-left: 10px;
    padding: 10px 20px;
    background: rgb(198,203,212);
    cursor: pointer;
    transition: none;
    min-width: 150px;
    border: 2px solid rgb(198,203,212);
    flex-shrink: 0;
    color: #ffffff;
    border-radius: 10px;
    font-size: 15px;
    text-decoration: none;
}.learn_prefs:hover {
    background: rgb(198,203,212,0.5);
    border-color: rgb(198,203,212,0.5);
}.cookieDisclosurePanel p a {
    color: rgb(198,203,212);
    border-bottom: 2px solid rgb(198,203,212);
    text-decoration: none;
}.cookieDisclosurePanel p a:hover {
    border-bottom-color: rgb(161,168,179);
    color: rgb(161,168,179);
}
@media only screen and (max-width: 1200px) {.cookieDisclosurePanel {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.cookie_controls {
    display: none;
}.visitor_acceptance {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookieDisclosurePanel h5, .cookieDisclosurePanel p {
    text-align: center;
}.manage_tracking {
    margin-bottom: 15px;
}.learn_prefs {
    margin-top: 10px;
    margin-left: 0;
}}
#cookieWarningPrompt {
    display: none;
}#cookieWarningPrompt:checked ~ .cookieDisclosurePanel {
    visibility: hidden;
    opacity: 0;
}.learning_outcomes {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(45deg, rgb(234,237,239), #ffffff);
}.learning_outcomes::before {
    position: absolute;
    top: -100px;
    z-index: 1;
    left: -25%;
    height: 200px;
    transform: rotate(-5deg);
    width: 150%;
    content: '';
    background: rgb(198,203,212,0.5);
}.learning_outcomes::after {
    transform: rotate(-5deg);
    right: -25%;
    content: '';
    position: absolute;
    background: rgb(161,168,179,0.5);
    height: 200px;
    bottom: -100px;
    width: 150%;
    z-index: 1;
}.learning_outcomes .skill_boost {
    margin: 0 auto;
    display: flex;
    max-width: 1400px;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
}.learning_outcomes .image_frame {
    height: 600px;
    border-radius: 0 22px 22px 0;
    transition: all 0.5s ease;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    width: 45%;
    margin-top: -50px;
    z-index: 3;
    margin-left: -5%;
    position: relative;
}.learning_outcomes .image_frame:hover {
    box-shadow: 20px 30px 60px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}.learning_outcomes .image_frame::after {
    top: 20px;
    z-index: -1;
    height: 90%;
    width: 60%;
    border-left: none;
    position: absolute;
    right: -20px;
    content: '';
    opacity: 0.5;
    border: 5px solid rgb(198,203,212);
}.learning_outcomes .message_wrap {
    width: 60%;
    padding-top: 20px;
    padding-left: 8%;
}.learning_outcomes h2 {
    font-size: 31px;
    width: fit-content;
    position: relative;
    color: #000000;
    margin-bottom: 50px;
    font-weight: 700;
}.learning_outcomes h2::before {
    z-index: -1;
    bottom: -10px;
    position: absolute;
    height: 30px;
    left: -10%;
    width: 120%;
    content: '';
    background: rgb(198,203,212,0.5);
}.learning_outcomes .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
    padding-right: 5%;
    gap: 30px;
    display: grid;
}.learning_outcomes .text_main_holder > div {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    gap: 15px;
    align-items: flex-start;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: #ffffff;
    position: relative;
    padding: 25px;
    flex-direction: column;
    display: flex;
}.learning_outcomes .text_main_holder > div::before {
    top: 0;
    height: 0;
    width: 5px;
    left: 0;
    background: rgb(198,203,212);
    position: absolute;
    transition: height 0.3s ease-out;
    content: '';
}.learning_outcomes .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}.learning_outcomes .text_main_holder > div:hover::before {
    height: 100%;
}.learning_outcomes .text_main_holder > div:nth-child(even) {
    transform: translateY(20px);
}.learning_outcomes .text_main_holder > div:nth-child(even):hover {
    transform: translateY(10px);
}.learning_outcomes .text_main_holder svg {
    transition: transform 0.3s ease;
    height: 45px;
    width: 45px;
}.learning_outcomes .text_main_holder > div:hover svg {
    transform: scale(1.1);
}.learning_outcomes .text_main_holder svg path {
    fill: rgb(161,168,179);
    transition: fill 0.3s ease;
}.learning_outcomes .text_main_holder > div:hover svg path {
    fill: rgb(198,203,212);
}.learning_outcomes .text_main_holder p {
    color: #000000;
    line-height: 1.6;
    position: relative;
    margin: 0;
    z-index: 1;
    font-size: 13px;
}

@media (max-width: 1200px) {.learning_outcomes .image_frame {
    margin-left: 0;
    width: 40%;
}.learning_outcomes .message_wrap {
    width: 60%;
    padding-left: 5%;
}
}

@media (max-width: 992px) {.learning_outcomes .skill_boost {
    padding: 0 20px;
    flex-direction: column;
}.learning_outcomes .image_frame {
    margin-top: 0;
    margin-bottom: 40px;
    width: 100%;
    border-radius: 22px;
    height: 400px;
}.learning_outcomes .message_wrap {
    width: 100%;
    padding-left: 0;
}.learning_outcomes .text_main_holder {
    padding-right: 0;
    grid-template-columns: 1fr;
}.learning_outcomes .text_main_holder > div:nth-child(even) {
    transform: translateY(0);
}.learning_outcomes .text_main_holder > div:nth-child(even):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 576px) {.learning_outcomes {
    padding: 80px 0;
}.learning_outcomes .image_frame {
    height: 300px;
}.learning_outcomes h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
}.learning_outcomes .text_main_holder > div {
    padding: 20px;
}.learning_outcomes .text_main_holder svg {
    height: 35px;
    width: 35px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    content: "";
    background: linear-gradient(to right, rgb(161,168,179), rgb(198,203,212));
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}footer::after {
    position: absolute;
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
    content: "";
    bottom: 0;
    top: 0;
    right: 0;
}.program_foot {
    padding: 5rem 0 2rem;
    color: #ffffff;
    position: relative;
}.program_foot::before {
    background: linear-gradient(90deg, rgb(198,203,212), rgb(161,168,179), rgb(198,203,212));
    left: 0;
    height: 10px;
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
}.program_foot .container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
}.program_foot .company_holder {
    padding: 0;
    grid-column: span 5;
    position: relative;
}.program_foot .company_holder h3 {
    position: relative;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 700;
    color: #ffffff;
    font-size: 29px;
    margin: 0 0 1.5rem;
}.program_foot .company_holder h3::after {
    background: #ffffff;
    left: 0;
    height: 2px;
    bottom: -2px;
    width: 80px;
    position: absolute;
    content: "";
}.program_foot .collab_space {
    padding: 0 0 0 1.5rem;
    position: relative;
    margin-top: 1.5rem;
    font-size: 17px;
    line-height: 1.7;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
}.program_foot .debate_club {
    grid-column: span 7;
}.program_foot .site_nav {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}.program_foot .page_head {
    position: relative;
}.program_foot .page_head h5 {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 1.5rem;
    padding-bottom: 0.8rem;
}.program_foot .page_head h5::after {
    width: 40px;
    bottom: -2px;
    content: "";
    background: #ffffff;
    left: 0;
    height: 2px;
    position: absolute;
}.program_foot .page_head .site_nav {
    gap: 1rem;
    display: grid;
}.program_foot .page_head .site_nav a {
    transition: all 0.3s ease;
    font-size: 17px;
    position: relative;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    text-decoration: none;
}.program_foot .page_head .site_nav a::after {
    transform: translateX(-5px);
    transition: all 0.3s ease;
    margin-left: 0.5rem;
    content: "\2192";
    opacity: 0;
}.program_foot .page_head .site_nav a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}.program_foot .page_head .site_nav a:hover::after {
    transform: translateX(0);
    opacity: 1;
}.digital_res {
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
}.digital_res .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.digital_res .gift_card {
    padding: 0 1rem;
    position: relative;
    opacity: 0.9;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
}.program_foot::after {
    width: 50px;
    content: "";
    right: 2rem;
    height: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 2rem;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}.program_foot .company_holder::before {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    content: "";
    height: 50px;
    left: 0;
    top: 0;
    width: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}.program_foot .company_holder::after {
    width: 50px;
    height: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
    bottom: 0;
    content: "";
}.program_foot .debate_club::after {
    bottom: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    content: "";
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1200px) {.program_foot .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.program_foot {
    padding: 4rem 0 2rem;
}.program_foot .container {
    grid-template-columns: 1fr;
}.program_foot .company_holder,
    .program_foot .debate_club {
    grid-column: span 12;
}.program_foot .company_holder {
    margin-bottom: 2rem;
}.program_foot::after,
    .program_foot .company_holder::before,
    .program_foot .company_holder::after,
    .program_foot .debate_club::after {
    display: none;
}
}

@media (max-width: 768px) {.program_foot {
    padding: 3rem 0 1.5rem;
}.program_foot .site_nav {
    gap: 1.5rem;
}.program_foot .company_holder h3 {
    font-size: calc(29px - 2px);
}.digital_res {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.program_foot {
    padding: 2.5rem 0 1rem;
}.program_foot .site_nav {
    grid-template-columns: 1fr;
    gap: 2rem;
}.program_foot .collab_space {
    padding-left: 1rem;
}.digital_res {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.program_foot .company_holder h3::after,
    .program_foot .page_head h5::after {
    width: 30px;
}.program_foot .page_head .site_nav a:hover {
    padding-left: 0.3rem;
}}.teacher_profile {
    position: relative;
    overflow: hidden;
    padding: 80px 40px;
    min-height: 450px;
    background: rgb(234,237,239);
}.teacher_profile::before {
    content: "";
    opacity: 0.05;
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(198,203,212,0.5) 30px,
        rgb(198,203,212,0.5) 32px
    );
    left: 0;
    height: 100%;
    position: absolute;
}.teacher_profile .client_feedback {
    position: relative;
    flex-direction: column;
    display: flex;
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1000px;
    perspective: 1000px;
}.teacher_profile .image_frame {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 50%;
    border: 4px solid #ffffff;
    margin-left: 60px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    height: 140px;
    z-index: 5;
    width: 140px;
}.teacher_profile .client_feedback:hover .image_frame {
    border-color: rgb(198,203,212);
    transform: translateY(-15px) scale(1.1);
}.teacher_profile .employee_area {
    margin-top: -40px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 15px;
    background: #ffffff;
    transform: translateZ(0);
    padding: 60px 40px 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    position: relative;
}.teacher_profile .client_feedback:hover .employee_area {
    transform: translateZ(30px);
}.teacher_profile .employee_area::before {
    width: 4px;
    content: "";
    transition: height 0.5s ease;
    height: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(198,203,212), rgb(161,168,179));
    left: 0;
    position: absolute;
}.teacher_profile .client_feedback:hover .employee_area::before {
    animation: pulseGlow 2s infinite;
    height: 100%;
}.teacher_profile .name {
    transform: translateX(0);
    color: #000000;
    transition: all 0.4s ease;
    font-size: 36px;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 1px;
}.teacher_profile .client_feedback:hover .name {
    transform: translateX(15px);
    color: rgb(198,203,212);
}.teacher_profile .employee_area > div:nth-child(2) {
    letter-spacing: 0.5px;
    opacity: 0.8;
    transform: translateX(0);
    transition: all 0.4s ease 0.1s;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(161,168,179);
}.teacher_profile .client_feedback:hover .employee_area > div:nth-child(2) {
    transform: translateX(15px);
}.teacher_profile .career_wrap {
    opacity: 0.9;
    padding: 20px 0;
    font-size: 12px;
    line-height: 1.8;
    transform: translateY(0);
    position: relative;
    transition: all 0.4s ease 0.2s;
    color: #000000;
}.teacher_profile .client_feedback:hover .career_wrap {
    transform: translateY(-5px);
}.teacher_profile .career_wrap::before,
.teacher_profile .career_wrap::after {
    content: "";
    width: 35px;
    background: rgb(161,168,179,0.5);
    height: 1px;
    transition: all 0.4s ease;
    position: absolute;
}.teacher_profile .career_wrap::before {
    top: 0;
    left: 0;
}.teacher_profile .career_wrap::after {
    bottom: 0;
    right: 0;
}.teacher_profile .client_feedback:hover .career_wrap::before,
.teacher_profile .client_feedback:hover .career_wrap::after {
    background: rgb(161,168,179);
    width: 100px;
    height: 2px;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(198,203,212,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(198,203,212);
    }
}

@media (min-width: 768px) {.teacher_profile .client_feedback {
    align-items: center;
    flex-direction: row;
}.teacher_profile .image_frame {
    height: 180px;
    width: 180px;
    margin-right: -80px;
    margin-left: 0;
    z-index: 5;
}.teacher_profile .employee_area {
    margin-top: 0;
    padding-left: 100px;
    flex: 1;
}
}

@media (max-width: 767px) {.teacher_profile {
    padding: 60px 20px;
}.teacher_profile .employee_area {
    padding: 60px 25px 35px;
}.teacher_profile .name {
    font-size: calc(36px - 4px);
}.teacher_profile .employee_area > div:nth-child(2) {
    font-size: calc(12px - 1px);
}.teacher_profile .career_wrap {
    font-size: calc(12px - 1px);
}}.privacy_container {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    padding: 40px;
    height: auto;
}.privacy_container h1 {
    color: rgb(198,203,212);
    margin-bottom: 25px;
    letter-spacing: 2px;
    border-bottom: 2px solid rgb(198,203,212);
    font-size: 39px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 40px;
}.privacy_container h2 {
    font-size: 33px;
    padding-bottom: 8px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
    color: #000000;
    font-weight: 600;
    margin-top: 30px;
}.privacy_container ul, .privacy_container ol {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}.privacy_container ul li, .privacy_container ol li {
    margin-bottom: 15px;
    background: rgb(198,203,212,0.5);
    font-weight: 400;
    border-radius: 10px;
    position: relative;
    padding: 10px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #000000;
}.privacy_container ul li::before, .privacy_container ol li::before {
    display: inline-block;
    content: '\2022';
    color: rgb(198,203,212);
    margin-left: -1em;
    width: 1em;
    font-weight: 700;
}.privacy_container p, .privacy_container span, .privacy_container div {
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #000000;
    transition: all 0.3s ease;
    line-height: 1.6;
    margin-bottom: 10px;
}.privacy_container p:hover, .privacy_container span:hover, .privacy_container div:hover {
    color: rgb(198,203,212);
}

@media only screen and (max-width: 800px) {.privacy_container {
    padding: 20px;
}.privacy_container h1, .privacy_container h2 {
    text-align: center;
    font-size: 19px;
}.privacy_container ul li, .privacy_container ol li {
    font-size: 12px;
    padding: 8px;
}}

.privacy_container ul li:hover, .privacy_container ol li:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: rgb(198,203,212);
    color: #ffffff;
    transform: translateY(-3px);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.privacy_container h1, .privacy_container h2 {
    animation: fadeInUp 0.6s ease-in-out;
}.training_structure {
    background: linear-gradient(135deg, rgb(234,237,239) 0%, rgba(249, 249, 249, 0.9) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.training_structure::before {
    background-image: 
        linear-gradient(30deg, rgb(198,203,212,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(198,203,212,0.5) 1px, transparent 1px);
    height: 100%;
    animation: patternMove 60s linear infinite;
    width: 100%;
    opacity: 0.15;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    background-size: 50px 50px;
    z-index: 1;
}.training_structure::after {
    height: 60%;
    background: linear-gradient(
        45deg,
        rgb(198,203,212,0.5) 0%,
        rgb(161,168,179,0.5) 50%,
        transparent 100%
    );
    right: -5%;
    content: "";
    position: absolute;
    pointer-events: none;
    filter: blur(70px);
    z-index: 0;
    width: 30%;
    opacity: 0.1;
    transform: rotate(-5deg);
    top: -10%;
}.training_structure .skill_boost {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    transform: translateZ(0);
    z-index: 2;
    padding: 0 20px;
}.training_structure h2 {
    line-height: 1.2;
    font-weight: 600;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    position: relative;
    margin-bottom: 40px;
    text-align: left;
    transform: translateX(0);
    font-size: 34px;
    color: #000000;
}.training_structure h2::after {
    left: 0;
    content: "";
    width: 80px;
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    position: absolute;
    transform: scaleX(1);
    height: 3px;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(198,203,212) 0%, rgb(161,168,179) 100%);
}.training_structure:hover h2::after {
    transform: scaleX(1.5);
}.training_structure .message_wrap {
    overflow: hidden;
    border-left: 6px solid rgb(198,203,212);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.04);
    background: #ffffff;
    transform: translateY(0) perspective(1000px) rotateX(0);
    position: relative;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.97), box-shadow 0.5s ease;
    padding: 40px;
}.training_structure .message_wrap::before {
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: -1;
    background: linear-gradient(45deg, transparent 48%, rgba(rgb(198,203,212,0.5), 0.02) 50%, transparent 52%);
    content: "";
    position: absolute;
    background-size: 20px 20px;
    transition: opacity 0.5s ease;
    left: 0;
}.training_structure .message_wrap:hover {
    transform: translateY(-5px) perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
}.training_structure .message_wrap:hover::before {
    opacity: 0.3;
}.training_structure p {
    color: #000000;
    line-height: 1.8;
    margin: 0;
    font-size: 18px;
    z-index: 3;
    transition: transform 0.3s ease;
    position: relative;
}.training_structure .message_wrap::after {
    position: absolute;
    background: linear-gradient(45deg, transparent, rgb(198,203,212,0.5) 70%);
    border-radius: 50%;
    opacity: 0.1;
    top: -80px;
    width: 160px;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    height: 160px;
    z-index: 1;
    content: "";
    right: -80px;
}.training_structure .message_wrap:hover::after {
    transform: scale(1.2) rotate(10deg);
}

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

@media (max-width: 991px) {.training_structure {
    padding: 80px 0;
}.training_structure h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.9);
}.training_structure .message_wrap {
    padding: 30px;
}
}

@media (max-width: 767px) {.training_structure {
    padding: 60px 0;
}.training_structure h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: calc(34px * 0.85);
}.training_structure h2::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.training_structure:hover h2::after {
    transform: translateX(-50%) scaleX(1.5);
}.training_structure .message_wrap {
    border-left: none;
    padding: 25px 20px;
    border-top: 4px solid rgb(198,203,212);
}.training_structure p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 575px) {.training_structure {
    padding: 50px 0;
}.training_structure h2 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.75);
}.training_structure .message_wrap {
    padding: 20px 15px;
}.training_structure p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}
}

@media (min-width: 1400px) {.training_structure .skill_boost {
    max-width: 1320px;
}.training_structure h2 {
    font-size: calc(34px * 1.1);
}.training_structure .message_wrap {
    padding: 50px;
}}.pricing_kit {
    background: rgb(234,237,239);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.pricing_kit::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    content: "";
    z-index: 0;
    left: 0;
    width: 100%;
    top: 0;
}.pricing_kit .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1400px;
    position: relative;
}.pricing_kit .rate_choice {
    grid-template-columns: 1fr;
    gap: 60px;
    display: grid;
}.pricing_kit .price_view {
    margin: 0 auto;
    max-width: 800px;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s forwards 0.2s;
    text-align: center;
    opacity: 0;
}.pricing_kit .price_view h2 {
    font-size: 37px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
}.pricing_kit .price_view h2::after {
    bottom: -10px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(198,203,212), rgb(161,168,179));
    position: absolute;
}.pricing_kit .bundle_price {
    line-height: 1.6;
    font-size: calc(16px + 0.1rem);
    color: #000000;
    margin-top: 30px;
}.pricing_kit .bundle_rate {
    display: grid;
    margin-top: 20px;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    transform: translateY(30px);
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    opacity: 0;
}.pricing_kit .indv_sub {
    will-change: transform;
    display: block;
    z-index: 1;
    position: relative;
    color: inherit;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
}.pricing_kit .indv_sub:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_kit .plan_deals {
    display: flex;
    min-height: 420px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    overflow: hidden;
    flex-direction: column;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    position: relative;
    border-radius: 13px;
}.pricing_kit .indv_sub:hover .plan_deals {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.pricing_kit .indv_sub:nth-child(odd) .plan_deals::before {
    left: 0;
    transform-origin: bottom;
    content: "";
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    position: absolute;
    background: rgb(198,203,212);
    height: 100%;
    width: 5px;
}.pricing_kit .indv_sub:nth-child(even) .plan_deals::before {
    position: absolute;
    content: "";
    right: 0;
    transform-origin: bottom;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 5px;
    top: 0;
    background: rgb(161,168,179);
    transform: scaleY(0);
    height: 100%;
}.pricing_kit .indv_sub:hover .plan_deals::before {
    transform: scaleY(1);
}.pricing_kit .learn_packs {
    padding: 40px 30px;
    flex: 1;
    z-index: 1;
    position: relative;
    flex-direction: column;
    display: flex;
}.pricing_kit .learn_packs h3 {
    margin-bottom: 15px;
    display: inline-block;
    transition: color 0.3s ease;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: calc(18px + 0.2rem);
}.pricing_kit .indv_sub:hover .learn_packs h3 {
    color: rgb(198,203,212);
}.pricing_kit .indv_sub:nth-child(even):hover .learn_packs h3 {
    color: rgb(161,168,179);
}.pricing_kit .fee_package {
    font-weight: 700;
    margin: 10px 0 20px;
    display: inline-block;
    font-size: calc(18px + 0.5rem);
    position: relative;
    padding-bottom: 10px;
    color: rgb(198,203,212);
}.pricing_kit .indv_sub:nth-child(even) .fee_package {
    color: rgb(161,168,179);
}.pricing_kit .fee_package::after {
    content: "";
    opacity: 0.6;
    background: currentColor;
    position: absolute;
    height: 3px;
    width: 40px;
    left: 0;
    bottom: 0;
}.pricing_kit .learn_packs p {
    word-break: break-word;
    word-wrap: break-word;
    margin-top: auto;
    line-height: 1.6;
    overflow-wrap: break-word;
    hyphens: auto;
    color: #000000;
    font-size: 16px;
}.pricing_kit .image_frame {
    transition: transform 0.5s ease;
    height: 200px;
    position: relative;
    transform-origin: center;
    width: 100%;
}.pricing_kit .indv_sub:hover .image_frame {
    transform: scale(1.05);
}.pricing_kit .image_frame::after {
    width: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
}.pricing_kit .indv_sub:hover .image_frame::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.pricing_kit {
    padding: 150px 0;
}.pricing_kit .rate_choice {
    gap: 80px;
    grid-template-columns: 1fr;
}.pricing_kit .bundle_rate {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.pricing_kit .plan_deals {
    min-height: 480px;
}
}

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

@media (max-width: 767px) {.pricing_kit {
    padding: 80px 0;
}.pricing_kit .price_view h2 {
    font-size: calc(37px - 0.4rem);
}.pricing_kit .bundle_price {
    font-size: 16px;
}.pricing_kit .learn_packs {
    padding: 30px 20px;
}.pricing_kit .plan_deals {
    min-height: 400px;
}.pricing_kit .image_frame {
    height: 160px;
}
}

@media (max-width: 480px) {.pricing_kit {
    padding: 60px 0;
}.pricing_kit .rate_choice {
    gap: 40px;
}.pricing_kit .bundle_rate {
    gap: 25px;
}.pricing_kit .learn_packs h3 {
    font-size: 18px;
}.pricing_kit .fee_package {
    font-size: 18px;
}.pricing_kit .learn_packs p {
    font-size: calc(16px - 0.1rem);
}}.take_a_spin {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(170deg, rgb(198,203,212) 0%, rgb(161,168,179) 100%);
    z-index: 1;
}.take_a_spin::before {
    background-size: 30px 30px;
    transform-origin: center top;
    opacity: 0.05;
    animation: gridMove 20s linear infinite;
    left: 0;
    background-image: 
        linear-gradient(#ffffff 1px, transparent 1px),
        linear-gradient(to right, #ffffff 1px, transparent 1px);
    content: '';
    position: absolute;
    z-index: -1;
    transform: perspective(500px) rotateX(60deg);
    top: 0;
    width: 100%;
    height: 100%;
}.take_a_spin::after {
    animation: colorShift 15s ease-in-out infinite alternate;
    z-index: -1;
    position: absolute;
    opacity: 0.1;
    left: 0;
    filter: blur(60px);
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at 30% 30%,
        rgb(161,168,179) 0%,
        transparent 50%
    ),
    radial-gradient(
        circle at 70% 70%,
        rgb(198,203,212) 0%,
        transparent 50%
    );
    content: '';
    top: 0;
}.take_a_spin .skill_boost {
    margin: 0 auto;
    display: flex;
    max-width: 1000px;
    flex-direction: column;
    padding: 0 20px;
    align-items: center;
    position: relative;
    justify-content: center;
    z-index: 2;
}.take_a_spin .skill_boost::before {
    animation: orbitRotate 20s linear infinite;
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: '';
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
    height: 200px;
    width: 200px;
    border-radius: 50%;
    top: -100px;
    position: absolute;
    right: -100px;
}.take_a_spin .skill_boost::after {
    bottom: -75px;
    content: '';
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
    height: 150px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 150px;
    border-radius: 50%;
    animation: orbitRotate 15s linear infinite reverse;
    position: absolute;
    left: -75px;
}.take_a_spin h3 {
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    margin-bottom: 55px;
    text-align: center;
    font-size: 30px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-shadow: 0 0 15px #ffffff;
    animation: textPulse 4s ease-in-out infinite alternate;
}.take_a_spin h3::before {
    width: 100%;
    top: 0;
    height: 100%;
    color: rgb(161,168,179);
    z-index: -1;
    position: absolute;
    text-shadow: none;
    opacity: 0.6;
    content: attr(data-text);
    left: -2px;
    animation: glitchText 3s infinite linear alternate;
    filter: blur(1px);
}.take_a_spin h3::after {
    content: '';
    opacity: 0.7;
    left: 50%;
    position: absolute;
    animation: barPulse 2s ease-in-out infinite;
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    width: 50px;
    box-shadow: 0 0 10px #ffffff;
    bottom: -20px;
}.take_a_spin .message_info {
    font-size: 15px;
    padding: 18px 48px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    border: 2px solid #ffffff;
    text-transform: uppercase;
    transition: all 0.4s ease;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 2px;
    background: transparent;
    color: #ffffff;
    display: inline-block;
    z-index: 1;
    position: relative;
    font-family: Arial, sans-serif;
    border-radius: 26px;
}.take_a_spin .message_info::before {
    left: -100%;
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transition: all 0.4s ease;
    z-index: -1;
}.take_a_spin .message_info::after {
    animation: patternMove 3s linear infinite;
    position: absolute;
    transition: opacity 0.4s ease;
    content: '';
    height: 100%;
    background-size: 10px 10px;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    background: linear-gradient(
        -45deg,
        transparent 25%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 50%,
        transparent 75%,
        rgba(255, 255, 255, 0.1) 75%
    );
    width: 100%;
}.take_a_spin .message_info:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(255, 255, 255, 0.4);
    border-color: #ffffff;
    transform: translateY(-5px);
    color: rgb(198,203,212);
}.take_a_spin .message_info:hover::before {
    left: 0;
}.take_a_spin .message_info:hover::after {
    opacity: 0.3;
}

@media screen and (max-width: 992px) {.take_a_spin {
    padding: 80px 0;
}.take_a_spin .skill_boost::before {
    width: 150px;
    top: -75px;
    height: 150px;
    right: -75px;
}.take_a_spin .skill_boost::after {
    width: 120px;
    bottom: -60px;
    left: -60px;
    height: 120px;
}.take_a_spin h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 45px;
}.take_a_spin .message_info {
    padding: 16px 42px;
}
}

@media screen and (max-width: 768px) {.take_a_spin {
    padding: 70px 0;
}.take_a_spin .skill_boost::before {
    height: 100px;
    top: -50px;
    right: -50px;
    width: 100px;
}.take_a_spin .skill_boost::after {
    width: 80px;
    left: -40px;
    bottom: -40px;
    height: 80px;
}.take_a_spin h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(30px * 0.8);
}.take_a_spin h3::after {
    bottom: -15px;
    width: 40px;
}.take_a_spin .message_info {
    font-size: calc(15px * 0.95);
    padding: 14px 36px;
}
}

@media screen and (max-width: 576px) {.take_a_spin {
    padding: 60px 0;
}.take_a_spin .skill_boost::before {
    right: -35px;
    width: 70px;
    top: -35px;
    height: 70px;
}.take_a_spin .skill_boost::after {
    width: 50px;
    bottom: -25px;
    left: -25px;
    height: 50px;
}.take_a_spin h3 {
    margin-bottom: 35px;
    font-size: calc(30px * 0.7);
    letter-spacing: 1px;
}.take_a_spin h3::after {
    bottom: -12px;
    width: 30px;
    height: 2px;
}.take_a_spin .message_info {
    font-size: calc(15px * 0.9);
    padding: 12px 30px;
    letter-spacing: 1px;
}}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 30px;
    }
}

@keyframes colorShift {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.1;
    }
}

@keyframes orbitRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes textPulse {
    0% {
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        text-shadow: 0 0 20px #ffffff, 0 0 30px #ffffff;
    }
    100% {
        text-shadow: 0 0 10px #ffffff;
    }
}

@keyframes glitchText {
    0% {
        left: -2px;
        filter: blur(1px);
    }
    25% {
        left: 2px;
        filter: blur(0);
    }
    50% {
        left: -1px;
        filter: blur(1px);
    }
    75% {
        left: 1px;
        filter: blur(0);
    }
    100% {
        left: -2px;
        filter: blur(1px);
    }
}

@keyframes barPulse {
    0%, 100% {
        opacity: 0.7;
        width: 50px;
    }
    50% {
        opacity: 1;
        width: 70px;
    }
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 10px 10px;
    }
}.title_intro {
    width: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    position: relative;
    justify-content: center;
    min-height: 100vh;
    background-color: rgb(234,237,239);
    padding: 80px 20px;
}.title_intro > div {
    max-width: 1200px;
    z-index: 1;
    width: 100%;
    position: relative;
}.title_intro .pro_classes {
    transform: translateZ(20px);
    position: relative;
    margin-bottom: 30px;
    perspective: 1000px;
}.title_intro .page_base {
    animation: titleFloat 6s ease-in-out infinite;
    color: rgb(198,203,212);
    transform-style: preserve-3d;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 45px;
}.title_intro .page_base::before {
    width: 60px;
    content: "";
    transform: translateZ(-5px);
    bottom: -10px;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(198,203,212), rgb(161,168,179));
    left: 0;
}.title_intro .page_base::after {
    width: 100%;
    bottom: -20px;
    left: 0;
    transform: translateZ(-10px);
    content: "";
    background: linear-gradient(to bottom, rgb(198,203,212,0.5), transparent);
    height: 20px;
    opacity: 0.5;
    filter: blur(10px);
    position: absolute;
}.title_intro .edu_page {
    border-radius: 10px;
    transform: perspective(1000px) rotateX(2deg);
    overflow: hidden;
    transition: transform 0.5s ease;
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    width: 100%;
}.title_intro .edu_page::before {
    height: 100%;
    z-index: 1;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(198,203,212,0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
    opacity: 0.85;
    top: 0;
}.title_intro .edu_page:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title_intro .edu_page > div {
    backdrop-filter: blur(5px);
    color: #ffffff;
    padding: 60px 40px;
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
}.title_intro .edu_page p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    font-size: calc(17px * 1.2);
    line-height: 1.6;
    opacity: 0;
    transform: translateZ(10px);
    margin-bottom: 30px;
    animation: fadeUp 0.6s ease-out 0.3s forwards;
}.title_intro .edu_page h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    opacity: 0;
    font-weight: 600;
    line-height: 1.4;
    font-size: 33px;
    animation: fadeUp 0.6s ease-out 0.6s forwards;
    transform: translateZ(15px);
    position: relative;
}

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

@keyframes titleFloat {
  0%, 100% {
    transform: translateY(0) translateZ(20px);
  }
  50% {
    transform: translateY(-10px) translateZ(20px);
  }
}

@media (max-width: 1024px) {.title_intro {
    padding: 60px 20px;
}.title_intro .page_base {
    font-size: calc(45px * 0.9);
}.title_intro .edu_page > div {
    padding: 50px 30px;
}.title_intro .edu_page h3 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.title_intro {
    padding: 50px 15px;
}.title_intro .page_base {
    font-size: calc(45px * 0.8);
}.title_intro .edu_page {
    transform: perspective(1000px) rotateX(1deg);
}.title_intro .edu_page > div {
    padding: 40px 25px;
}.title_intro .edu_page p {
    font-size: 17px;
    margin-bottom: 20px;
}.title_intro .edu_page h3 {
    font-size: calc(33px * 0.8);
}
}

@media (max-width: 480px) {.title_intro {
    padding: 40px 10px;
    min-height: 85vh;
}.title_intro .page_base {
    font-size: calc(45px * 0.7);
}.title_intro .edu_page {
    transform: none;
}.title_intro .edu_page > div {
    padding: 30px 20px;
}.title_intro .edu_page p {
    margin-bottom: 15px;
    font-size: calc(17px * 0.9);
}.title_intro .edu_page h3 {
    font-size: calc(33px * 0.7);
}.title_intro .page_base::before {
    width: 40px;
    height: 3px;
}}.course_suitability {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
}.course_suitability::before {
    z-index: 1;
    top: 0;
    opacity: 0.15;
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(198,203,212,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(161,168,179,0.5) 0%, transparent 40%);
    width: 100%;
}.course_suitability::after {
    top: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(198,203,212,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(161,168,179,0.5) 49%, transparent 51%);
    z-index: 2;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    background-size: 60px 60px;
    opacity: 0.05;
    content: '';
}.course_suitability .skill_boost {
    margin: 0 auto;
    z-index: 10;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    text-align: center;
}.course_suitability h3 {
    padding: 0 20px;
    position: relative;
    color: #000000;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 70px;
    display: inline-block;
}.course_suitability h3::before,
.course_suitability h3::after {
    top: 50%;
    background: linear-gradient(90deg, rgb(198,203,212), rgb(161,168,179));
    width: 40px;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    height: 2px;
}.course_suitability h3::before {
    left: -60px;
}.course_suitability h3::after {
    right: -60px;
}.course_suitability ul {
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    gap: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
}.course_suitability ul li {
    width: calc(33.333% - 27px);
    min-width: 280px;
    display: flex;
    border-radius: 12px;
    align-items: flex-start;
    padding: 40px 30px;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    overflow: hidden;
    gap: 20px;
    position: relative;
    text-align: left;
}.course_suitability ul li::before {
    left: 0;
    top: 0;
    opacity: 0;
    content: '';
    transition: opacity 0.4s ease;
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(198,203,212), rgb(161,168,179));
}.course_suitability ul li::after {
    height: 100px;
    background: rgb(198,203,212,0.5);
    transition: all 0.6s ease;
    border-radius: 50%;
    left: -50px;
    width: 100px;
    bottom: -50px;
    content: '';
    position: absolute;
    opacity: 0.1;
    z-index: -1;
}.course_suitability ul li:hover {
    transform: translateY(-15px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
}.course_suitability ul li:hover::before {
    opacity: 1;
}.course_suitability ul li:hover::after {
    opacity: 0.05;
    transform: scale(6);
}.course_suitability ul li svg {
    width: 50px;
    flex-shrink: 0;
    height: 50px;
    position: relative;
    transition: all 0.5s ease;
}.course_suitability ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}.course_suitability ul li svg path {
    fill: rgb(198,203,212);
    transition: fill 0.5s ease;
}.course_suitability ul li:hover svg path {
    fill: rgb(161,168,179);
}@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_suitability ul li {
    opacity: 0;
    animation: slideInBottom 0.6s forwards;
}.course_suitability ul li:nth-child(1) {
    animation-delay: 0.1s;
}.course_suitability ul li:nth-child(2) {
    animation-delay: 0.25s;
}.course_suitability ul li:nth-child(3) {
    animation-delay: 0.4s;
}.course_suitability ul li:nth-child(4) {
    animation-delay: 0.55s;
}.course_suitability ul li:nth-child(5) {
    animation-delay: 0.7s;
}.course_suitability ul li:nth-child(6) {
    animation-delay: 0.85s;
}.course_suitability ul li:nth-child(3n+1) {
    animation-delay: 0.1s, 2s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
}.course_suitability ul li:nth-child(3n+2) {
    animation-delay: 0.25s, 3s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
}.course_suitability ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
    animation-delay: 0.4s, 4s;
}

@media (max-width: 992px) {.course_suitability {
    padding: 90px 0;
}.course_suitability h3 {
    margin-bottom: 60px;
}.course_suitability h3::before,
    .course_suitability h3::after {
    width: 30px;
}.course_suitability h3::before {
    left: -40px;
}.course_suitability h3::after {
    right: -40px;
}.course_suitability ul {
    gap: 30px;
}.course_suitability ul li {
    padding: 35px 25px;
    width: calc(50% - 15px);
}
}

@media (max-width: 768px) {.course_suitability ul li {
    width: 100%;
    max-width: 400px;
}.course_suitability ul li:nth-child(3n+1),
    .course_suitability ul li:nth-child(3n+2),
    .course_suitability ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}

@media (max-width: 576px) {.course_suitability {
    padding: 70px 0;
}.course_suitability h3 {
    margin-bottom: 50px;
    font-size: calc(38px * 0.9);
}.course_suitability h3::before,
    .course_suitability h3::after {
    display: none;
}.course_suitability ul {
    gap: 25px;
}.course_suitability ul li {
    padding: 30px 20px;
}.course_suitability ul li svg {
    height: 40px;
    width: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.course_suitability ul li {
    animation: none;
    opacity: 1;
}.course_suitability ul li:hover {
    transform: none;
}.course_suitability ul li:hover svg {
    transform: none;
}
}