﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.head_prime63 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.encrypt_cta63 {
    flex: 0 0 auto;
}.container {
    width: 1133px;
    max-width: 100%;
    margin: auto;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    min-height: 100%;
    color: #000000;
    height: 100%;
}.core-container36 {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    padding: 1rem 0;
    position: relative;
    background: rgb(228,225,230);
    z-index: 100;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}header::before {
    top: 0;
    background: linear-gradient(to right, 
        rgb(193,187,194,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(159,151,159,0.5) 100%);
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.4;
    content: '';
}header .container {
    margin: 0;
    position: relative;
    max-width: 100%;
    z-index: 1;
    width: 100%;
    padding: 0 2%;
}header .nav_begin59 {
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 1rem;
    align-items: center;
}header .header_lesson28 {
    text-decoration: none;
    display: flex;
    padding: 0.5rem 1rem;
    grid-area: logo;
    justify-content: center;
    align-items: center;
    position: relative;
}header .header_lesson28::after {
    width: 50%;
    content: '';
    transform: translateX(-50%);
    height: 2px;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(193,187,194), 
        rgb(159,151,159), 
        rgb(193,187,194), 
        transparent);
    position: absolute;
    left: 50%;
}header .header_lesson28 svg {
    width: 160px;
    height: auto;
    transition: all 0.3s ease;
}header .header_lesson28:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .main_train57 {
    background: rgba(255, 255, 255, 0.5);
    align-items: center;
    border-radius: 10px;
    grid-area: menu;
    display: flex;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    padding: 0.6rem;
    justify-content: center;
    gap: 0.5rem;
}header .header_edu09 {
    background: #ffffff;
    text-align: center;
    color: #000000;
    font-weight: 400;
    border-radius: 10px;
    padding: 0.4rem 0.8rem;
    transition: all 0.3s ease;
    font-size: 14px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    text-decoration: none;
}header .header_edu09:hover {
    background: linear-gradient(135deg, rgb(193,187,194), rgb(159,151,159));
    box-shadow: 0 3px 8px rgb(193,187,194,0.5);
    transform: translateY(-2px);
    color: #ffffff;
}

@media (max-width: 991px) {header .header_lesson28 svg {
    width: 140px;
}header .main_train57 {
    padding: 0.5rem;
    gap: 0.4rem;
}header .header_edu09 {
    font-size: calc(14px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header .nav_begin59 {
    grid-template-areas:
            "logo"
            "main_train57";
    grid-template-columns: 1fr;
}header .header_lesson28 {
    padding: 0.4rem;
}header .header_lesson28 svg {
    width: 130px;
}header .main_train57 {
    flex-wrap: wrap;
    padding: 0.4rem;
}header .header_edu09 {
    padding: 0.3rem 0.5rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .header_lesson28 svg {
    width: 120px;
}header .main_train57 {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.4rem;
    justify-content: flex-start;
}header .main_train57::-webkit-scrollbar {
    height: 2px;
}header .main_train57::-webkit-scrollbar-thumb {
    background: rgb(193,187,194);
    border-radius: 10px;
}header .header_edu09 {
    white-space: nowrap;
    flex-shrink: 0;
}}.course_suitability03 {
    z-index: 1;
    background-color: rgb(228,225,230);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.course_suitability03::before,
.course_suitability03::after {
    top: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(193,187,194) 50%, 
        transparent 80%);
    width: 1px;
    content: '';
    animation: beamScan 8s infinite ease-out;
    opacity: 0;
    position: absolute;
}.course_suitability03::before {
    animation-delay: 0s;
    left: 25%;
}.course_suitability03::after {
    right: 25%;
    animation-delay: 4s;
}.course_suitability03 .knowledge_learn84 {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 2rem;
    z-index: 2;
}.course_suitability03 .knowledge_learn84::before,
.course_suitability03 .knowledge_learn84::after {
    height: 1px;
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(159,151,159) 50%, 
        transparent 90%);
    z-index: -1;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    opacity: 0;
    animation: horizontalBeam 10s infinite ease-out;
}.course_suitability03 .knowledge_learn84::before {
    animation-delay: 2s;
    top: 30%;
}.course_suitability03 .knowledge_learn84::after {
    bottom: 30%;
    animation-delay: 6s;
}.course_suitability03 h3 {
    position: relative;
    margin-bottom: 3.5rem;
    text-align: center;
    font-weight: 600;
    color: rgb(193,187,194);
    letter-spacing: 1px;
    font-size: 29px;
}.course_suitability03 h3::after {
    transform: translateX(-50%) scaleX(0.3);
    bottom: -15px;
    left: 50%;
    height: 2px;
    opacity: 0.7;
    content: '';
    background: rgb(193,187,194);
    position: absolute;
    animation: pulseLine 4s infinite ease-in-out;
    width: 100px;
}.course_suitability03 ul {
    display: flex;
    gap: 1.2rem;
    list-style: none;
    padding: 0;
    flex-direction: column;
    margin: 0;
}.course_suitability03 ul li {
    display: flex;
    overflow: hidden;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1.3rem 1.5rem;
    position: relative;
    font-size: 15px;
    align-items: center;
    color: #000000;
    font-weight: 400;
}.course_suitability03 ul li::before {
    height: 100%;
    transform-origin: top;
    transition: transform 0.4s ease;
    transform: scaleY(0);
    content: '';
    background: linear-gradient(to bottom, 
        rgb(159,151,159,0.5), 
        rgb(193,187,194,0.5));
    opacity: 0.5;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
}.course_suitability03 ul li::after {
    transition: transform 0.5s ease;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    transform: translateX(-100%);
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(193,187,194,0.5) 20%, 
        transparent 80%);
    top: 0;
    left: 0;
}.course_suitability03 ul li:hover {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.05);
}.course_suitability03 ul li:hover::before {
    transform: scaleY(1);
}.course_suitability03 ul li:hover::after {
    opacity: 0.15;
    transform: translateX(100%);
}.course_suitability03 ul li svg {
    width: 28px;
    margin-right: 1.5rem;
    height: 28px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}.course_suitability03 ul li:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.course_suitability03 ul li svg path {
    fill: rgb(193,187,194);
    transition: fill 0.4s ease;
}.course_suitability03 ul li:hover svg path {
    fill: rgb(159,151,159);
    animation: flashIcon 1s ease;
}@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

.course_suitability03::before :nth-child(1) {
    animation-delay: 1s;
}.course_suitability03::before :nth-child(2) {
    animation-delay: 3s;
}.course_suitability03::before :nth-child(3) {
    animation-delay: 5s;
}.course_suitability03 ul::before {
    opacity: 0.2;
    width: 50px;
    top: 20px;
    border-radius: 50%;
    content: '';
    border: 1px solid rgb(193,187,194,0.5);
    height: 50px;
    right: 20px;
    position: absolute;
}.course_suitability03 ul::after {
    left: 20px;
    border-radius: 50%;
    content: '';
    border: 1px solid rgb(159,151,159,0.5);
    opacity: 0.2;
    width: 30px;
    bottom: 20px;
    position: absolute;
    height: 30px;
}

@media (max-width: 992px) {.course_suitability03 {
    padding: 4rem 0;
}.course_suitability03 h3 {
    font-size: calc(29px * 0.9);
}.course_suitability03 ul {
    gap: 1rem;
}.course_suitability03 ul li {
    padding: 1.1rem 1.3rem;
}
}

@media (max-width: 576px) {.course_suitability03 {
    padding: 3rem 0;
}.course_suitability03 .knowledge_learn84 {
    padding: 0 1.5rem;
}.course_suitability03 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.8);
}.course_suitability03 ul {
    gap: 0.8rem;
}.course_suitability03 ul li {
    padding: 1rem;
}.course_suitability03 ul li svg {
    margin-right: 1rem;
    width: 24px;
    height: 24px;
}}.launch_now78 {
    padding: 4rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgb(193,187,194) 0%, rgb(159,151,159) 100%);
    overflow: hidden;
    position: relative;
    z-index: 1;
}.launch_now78::before {
    z-index: -1;
    content: "";
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    position: absolute;
    left: -50%;
    opacity: 0.05;
    height: 200%;
    top: -50%;
    animation: pulse 12s infinite alternate;
    width: 200%;
    transform: rotate(-15deg);
}.launch_now78::after {
    animation: backgroundShift 30s linear infinite;
    right: 0;
    opacity: 0.03;
    content: "";
    left: 0;
    background-size: 60px 60px;
    position: absolute;
    z-index: -1;
    background-image: 
        linear-gradient(45deg, rgb(159,151,159) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(159,151,159) 25%, transparent 25%);
    top: 0;
    bottom: 0;
}.launch_now78 .container {
    grid-template-columns: 1fr;
    grid-gap: 2.5rem;
    display: grid;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
}.launch_now78 h6 {
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    line-height: 1.5;
    letter-spacing: 0.03em;
    position: relative;
    transform: translateY(0);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0;
    text-align: center;
    font-size: calc(20px * 1.2);
    font-weight: 600;
}.launch_now78 h6::after {
    transform-origin: center;
    transform: translateX(-50%) scaleX(0);
    content: "";
    opacity: 0.7;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    left: 50%;
    bottom: -15px;
    position: absolute;
    height: 3px;
    width: 50px;
    background: #ffffff;
}.launch_now78:hover h6 {
    transform: translateY(-5px);
}.launch_now78:hover h6::after {
    transform: translateX(-50%) scaleX(1);
}.launch_now78 div div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
}.launch_now78 div div span {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform: translateY(0);
    z-index: 2;
}.launch_now78 div div span:hover {
    transform: translateY(-5px) scale(1.02);
}.launch_now78 .connect_query94 {
    transform: translateZ(0);
    display: inline-flex;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 20px;
    color: rgb(193,187,194);
    overflow: hidden;
    align-items: center;
    border: none;
    isolation: isolate;
    background: #ffffff;
    justify-content: center;
    padding: 0.9rem 2.5rem;
}.launch_now78 .connect_query94::before {
    background: linear-gradient(120deg, transparent 0%, transparent 35%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.2) 60%, transparent 65%, transparent 100%);
    height: 100%;
    transform: translateX(-100%);
    z-index: -1;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.launch_now78 .connect_query94:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px) translateZ(0);
    background: linear-gradient(to right, #ffffff, #f0f8ff);
}.launch_now78 .connect_query94:hover::before {
    transform: translateX(100%);
}.launch_now78 .connect_query94 span {
    transition: transform 0.3s ease;
    z-index: 2;
    display: block;
    position: relative;
}.launch_now78 .connect_query94:hover span {
    transform: scale(1.03);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: rotate(-15deg) scale(1.1);
    }
}

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

@media (min-width: 768px) {.launch_now78 {
    padding: 5rem 3rem;
}.launch_now78 .container {
    grid-template-columns: 2fr 1fr;
    align-items: center;
    transform: perspective(1200px) rotateX(1deg);
}.launch_now78 h6 {
    font-size: calc(20px * 1.4);
    text-align: left;
    padding-right: 2rem;
}.launch_now78 h6::after {
    bottom: -20px;
    transform: translateX(0) scaleX(0);
    left: 0;
}.launch_now78:hover h6::after {
    transform: translateX(0) scaleX(1);
}.launch_now78 div div {
    justify-content: flex-start;
    padding-top: 0;
}.launch_now78 .connect_query94 {
    padding: 1rem 2.8rem;
}
}

@media (min-width: 992px) {.launch_now78 {
    padding: 6rem 4rem;
}.launch_now78 .container {
    grid-gap: 3rem;
    grid-template-columns: 3fr 1fr;
}.launch_now78 h6 {
    font-size: calc(20px * 1.6);
}.launch_now78 .connect_query94 {
    padding: 1.1rem 3rem;
}
}

@media (max-width: 767px) {.launch_now78 {
    padding: 3.5rem 1.5rem;
}.launch_now78 h6 {
    line-height: 1.6;
    font-size: calc(20px * 1.1);
}.launch_now78 .connect_query94 {
    padding: 0.85rem 2rem;
}
}

@media (max-width: 480px) {.launch_now78 {
    padding: 3rem 1.2rem;
}.launch_now78 h6 {
    font-size: 20px;
}.launch_now78 .connect_query94 {
    width: 100%;
    justify-content: center;
    padding: 0.8rem 1.8rem;
}.launch_now78 div div span {
    width: 100%;
}}.connect_with_us43 {
    background: rgb(228,225,230);
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}.connect_with_us43::before {
    left: 0;
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.6;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgb(193,187,194,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 30%, rgb(159,151,159,0.5) 0%, transparent 40%);
}.connect_with_us43 .img_zoom63 {
    height: 100%;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    left: 0;
    width: 50%;
    position: absolute;
    top: 0;
}.connect_with_us43 .img_zoom63::before {
    position: absolute;
    height: 100%;
    content: '';
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    top: 0;
}.connect_with_us43 .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    position: relative;
    max-width: 1200px;
}.connect_with_us43 h3 {
    color: #000000;
    padding: 15px;
    margin-bottom: 40px;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    backdrop-filter: blur(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.8);
    font-size: 31px;
}.connect_with_us43 .support_inquiry48 {
    overflow: hidden;
    z-index: 3;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    display: flex;
    position: relative;
    background: #ffffff;
}.connect_with_us43 .support_inquiry48::before {
    transform: translate(50%, -50%);
    border-radius: 50%;
    opacity: 0.2;
    height: 150px;
    background: rgb(193,187,194,0.5);
    content: '';
    right: 0;
    top: 0;
    width: 150px;
    position: absolute;
}.connect_with_us43 .support_inquiry48::after {
    content: '';
    width: 100px;
    border-radius: 50%;
    transform: translate(-50%, 50%);
    background: rgb(159,151,159,0.5);
    bottom: 0;
    position: absolute;
    height: 100px;
    opacity: 0.2;
    left: 0;
}.connect_with_us43 .support_block28 {
    flex: 1;
    padding: 50px;
    position: relative;
}.connect_with_us43 form h3 {
    margin-bottom: 25px;
    font-size: 22px;
    text-align: left;
}.connect_with_us43 input[type="text"],
.connect_with_us43 textarea {
    border: 2px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    padding: 15px 20px;
    width: 100%;
    color: #000000;
    font-size: 13px;
    background: #ffffff;
    transition: all 0.3s ease;
    border-radius: 11px;
    font-family: Arial, sans-serif;
}.connect_with_us43 input[type="text"]:focus,
.connect_with_us43 textarea:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(193,187,194,0.5);
    border-color: rgb(193,187,194);
}.connect_with_us43 textarea {
    resize: none;
    height: 140px;
}.connect_with_us43 .inquiry_feedback40 {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.connect_with_us43 .inquiry_feedback40 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_with_us43 .inquiry_feedback40 label {
    color: #000000;
    font-size: 13px;
    position: relative;
    line-height: 1.5;
    padding-left: 30px;
    cursor: pointer;
}.connect_with_us43 .inquiry_feedback40 label::before {
    height: 20px;
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    border: 2px solid rgb(193,187,194,0.5);
    transition: all 0.3s ease;
    border-radius: 10px;
    top: 2px;
}.connect_with_us43 .inquiry_feedback40 input[type="checkbox"]:checked + label::before {
    background: rgb(193,187,194);
    border-color: rgb(193,187,194);
}.connect_with_us43 .inquiry_feedback40 input[type="checkbox"]:checked + label::after {
    width: 6px;
    content: '';
    transform: rotate(45deg);
    border: solid #ffffff;
    position: absolute;
    height: 10px;
    top: 6px;
    left: 7px;
    border-width: 0 2px 2px 0;
}.connect_with_us43 .inquiry_feedback40 a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(193,187,194);
}.connect_with_us43 .inquiry_feedback40 a:hover {
    color: rgb(159,151,159);
}.connect_with_us43 .connect_query94 {
    background: rgb(193,187,194);
    font-size: 19px;
    transition: all 0.3s ease;
    color: #ffffff;
    border: none;
    font-weight: 600;
    overflow: hidden;
    border-radius: 11px;
    position: relative;
    cursor: pointer;
    font-family: Arial, sans-serif;
    padding: 15px 30px;
    z-index: 1;
}.connect_with_us43 .connect_query94::before {
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    background: rgb(159,151,159);
    z-index: -1;
}.connect_with_us43 .connect_query94:hover {
    box-shadow: 0 5px 15px rgb(193,187,194,0.5);
}.connect_with_us43 .connect_query94:hover::before {
    transform: translateX(0);
}.connect_with_us43 .request_help58 {
    background: linear-gradient(135deg, rgb(193,187,194), rgb(159,151,159));
    padding: 50px;
    color: #ffffff;
    width: 35%;
    overflow: hidden;
    position: relative;
}.connect_with_us43 .request_help58::before {
    background-size: 20px 20px;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%),
                linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%);
    position: absolute;
    content: '';
    opacity: 0.3;
    top: 0;
    width: 100%;
    left: 0;
}.connect_with_us43 .request_help58 h4 {
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 30px;
}.connect_with_us43 .request_help58 h4::after {
    content: '';
    bottom: -10px;
    left: 0;
    position: absolute;
    background: #ffffff;
    border-radius: 3px;
    height: 3px;
    width: 40px;
}.connect_with_us43 .request_request38 {
    padding: 0;
    margin: 0;
    list-style: none;
}.connect_with_us43 .request_request38 li {
    transition: transform 0.3s ease;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: flex-start;
}.connect_with_us43 .request_request38 li:last-child {
    border-bottom: none;
}.connect_with_us43 .request_request38 li:hover {
    transform: translateX(5px);
}.connect_with_us43 .request_request38 svg {
    flex-shrink: 0;
    height: 22px;
    margin-right: 15px;
    margin-top: 3px;
    width: 22px;
}.connect_with_us43 .request_request38 svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.connect_with_us43 .request_request38 li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.connect_with_us43 .request_request38 span {
    color: #ffffff;
    line-height: 1.5;
    font-size: 13px;
    font-family: Arial, sans-serif;
}.connect_with_us43 .request_request38 a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.connect_with_us43 .request_request38 a:hover {
    color: rgba(255, 255, 255, 0.8);
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.connect_with_us43 .img_zoom63 {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
}.connect_with_us43 .support_inquiry48 {
    margin: 0 auto;
    max-width: 90%;
    flex-direction: column;
}.connect_with_us43 .support_block28 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}.connect_with_us43 .request_help58 {
    width: 100%;
}
}

@media (max-width: 768px) {.connect_with_us43 {
    padding: 60px 0;
}.connect_with_us43 .img_zoom63 {
    display: none;
}.connect_with_us43 h3 {
    font-size: calc(31px * 0.9);
}.connect_with_us43 .support_block28,
    .connect_with_us43 .request_help58 {
    padding: 40px 30px;
}.connect_with_us43 form h3,
    .connect_with_us43 .request_help58 h4 {
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 576px) {.connect_with_us43 {
    padding: 40px 0;
}.connect_with_us43 h3 {
    font-size: calc(31px * 0.8);
}.connect_with_us43 .support_inquiry48 {
    max-width: 95%;
}.connect_with_us43 .support_block28,
    .connect_with_us43 .request_help58 {
    padding: 30px 20px;
}.connect_with_us43 input[type="text"],
    .connect_with_us43 textarea {
    padding: 12px;
}.connect_with_us43 .connect_query94 {
    padding: 12px;
    width: 100%;
}}.teaching_experience30 {
    padding: 5rem 2rem;
    perspective: 1000px;
    position: relative;
    background: rgb(228,225,230);
    overflow: hidden;
}.teaching_experience30::before {
    z-index: 1;
    width: 100%;
    opacity: 0.4;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(159,151,159,0.5) 0deg,
        rgb(193,187,194,0.5) 90deg,
        rgb(228,225,230) 180deg,
        rgb(193,187,194,0.5) 270deg,
        rgb(159,151,159,0.5) 360deg
    );
    left: 0;
    top: 0;
    content: "";
    filter: blur(60px);
    height: 100%;
    position: absolute;
}.teaching_experience30 .feedback_stories13 {
    align-items: center;
    transform-style: preserve-3d;
    flex-direction: row;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 0;
    z-index: 2;
}.teaching_experience30 .img_zoom63 {
    transform: rotateY(10deg) translateZ(50px);
    filter: saturate(0.8);
    height: 400px;
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    width: 40%;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 29px;
    position: relative;
}.teaching_experience30 .img_zoom63::after {
    top: 0;
    left: 0;
    border-radius: 29px;
    position: absolute;
    content: "";
    transition: opacity 0.6s ease;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(193,187,194,0.5) 100%
    );
}.teaching_experience30 .img_zoom63:hover {
    filter: saturate(1.2);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.teaching_experience30 .img_zoom63:hover::after {
    opacity: 0;
}.teaching_experience30 .work_view08 {
    width: 60%;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    background: #ffffff;
    transform: rotateY(-5deg) translateZ(30px);
    position: relative;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2.5rem;
    border-radius: 29px;
}.teaching_experience30 .work_view08::before {
    transition: transform 0.8s ease;
    opacity: 0.1;
    content: "";
    background: radial-gradient(
        circle at center,
        rgb(159,151,159,0.5) 0%,
        transparent 70%
    );
    width: 200%;
    top: -50%;
    transform: scale(0);
    position: absolute;
    height: 200%;
    left: -50%;
}.teaching_experience30 .work_view08:hover {
    transform: rotateY(0deg) translateZ(50px);
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.teaching_experience30 .work_view08:hover::before {
    transform: scale(1);
}.teaching_experience30 .name {
    position: relative;
    margin-bottom: 0.5rem;
    display: inline-block;
    font-weight: 700;
    color: rgb(193,187,194);
    font-size: 33px;
}.teaching_experience30 .name::after {
    height: 3px;
    width: 0;
    transition: width 0.4s ease-in-out;
    left: 0;
    background: rgb(159,151,159);
    position: absolute;
    content: "";
    bottom: -5px;
}.teaching_experience30 .work_view08:hover .name::after {
    width: 100%;
}.teaching_experience30 .work_view08 > div:nth-child(2) {
    font-size: 17px;
    color: rgb(159,151,159);
    margin-bottom: 2rem;
    font-weight: 600;
    opacity: 0.9;
    letter-spacing: 1px;
}.teaching_experience30 .emp_block40 {
    border-left: 3px solid rgb(193,187,194,0.5);
    line-height: 1.7;
    color: #000000;
    font-style: italic;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    padding-left: 2rem;
}.teaching_experience30 .emp_block40::before {
    font-family: serif;
    font-size: 5rem;
    position: absolute;
    opacity: 0.3;
    top: -20px;
    content: "";
    color: rgb(159,151,159,0.5);
    left: -10px;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(193,187,194,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.teaching_experience30 .img_zoom63:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.teaching_experience30 .feedback_stories13 {
    flex-direction: column;
}.teaching_experience30 .img_zoom63,
    .teaching_experience30 .work_view08 {
    transform: none;
    width: 100%;
}.teaching_experience30 .img_zoom63 {
    height: 300px;
    margin-bottom: 2rem;
}.teaching_experience30 .img_zoom63:hover,
    .teaching_experience30 .work_view08:hover {
    transform: translateY(-10px);
}}.newsletter_signup97 {
    background: linear-gradient(135deg, rgb(193,187,194,0.5), rgb(159,151,159));
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}.newsletter_signup97::before {
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 8px
    );
    position: absolute;
    height: 100%;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
}.newsletter_signup97::after {
    width: 100%;
    transform: rotate(-45deg);
    position: absolute;
    z-index: 0;
    right: -50%;
    height: 200%;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    opacity: 0.1;
    content: "";
    top: -50%;
}.newsletter_signup97 .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.newsletter_signup97 .knowledge_learn84 {
    padding: 40px;
    align-items: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.2) inset;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    flex-direction: column;
}.newsletter_signup97 .knowledge_learn84:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.newsletter_signup97 h3 {
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    color: #ffffff;
    max-width: 800px;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    line-height: 1.4;
    letter-spacing: 0.01em;
    transform: translateZ(10px);
    font-family: Arial, sans-serif;
    text-align: center;
}.newsletter_signup97 .input_holder {
    width: 100%;
    align-items: stretch;
    position: relative;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    transform: translateZ(15px);
    max-width: 580px;
}.newsletter_signup97 .input_holder > div {
    flex: 1;
    position: relative;
    margin-right: 15px;
}.newsletter_signup97 .input_holder > div::before {
    left: 50%;
    height: 2px;
    content: "";
    width: 0;
    transition: width 0.3s ease, left 0.3s ease;
    position: absolute;
    background: #ffffff;
    bottom: -2px;
    z-index: 1;
}.newsletter_signup97 .input_holder > div:focus-within::before {
    width: 100%;
    left: 0;
}.newsletter_signup97 input[type="email"] {
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 0 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 400;
    height: 54px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    outline: none;
    width: 100%;
    font-size: 14px;
}.newsletter_signup97 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease, transform 0.3s ease;
}.newsletter_signup97 input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.2);
}.newsletter_signup97 input[type="email"]:focus::placeholder {
    transform: translateY(-5px);
    color: rgba(255, 255, 255, 0.4);
}.newsletter_signup97 .sub_widget30 {
    cursor: pointer;
    position: relative;
    background: rgb(193,187,194);
    border-radius: 10px;
    padding: 0 30px;
    letter-spacing: 0.03em;
    font-weight: 600;
    font-size: 18px;
    border: none;
    height: 54px;
    white-space: nowrap;
    font-family: Arial, sans-serif;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(5px);
    overflow: hidden;
    color: #ffffff;
}.newsletter_signup97 .sub_widget30::before {
    top: 0;
    position: absolute;
    width: 100%;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    transition: left 0.7s ease;
    height: 100%;
    content: "";
}.newsletter_signup97 .sub_widget30:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    transform: translateZ(5px) translateY(-2px) scale(1.02);
    background: rgb(159,151,159);
}.newsletter_signup97 .sub_widget30:hover::before {
    left: 100%;
}.newsletter_signup97 .sub_widget30:active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateZ(5px) translateY(1px) scale(0.98);
}

@media (max-width: 768px) {.newsletter_signup97 {
    padding: 60px 0;
}.newsletter_signup97 .knowledge_learn84 {
    padding: 30px 20px;
    transform: perspective(1000px) rotateX(1deg);
}.newsletter_signup97 h3 {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    margin-bottom: 20px;
}.newsletter_signup97 .input_holder {
    align-items: center;
    flex-direction: column;
}.newsletter_signup97 .input_holder > div {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
}.newsletter_signup97 input[type="email"] {
    font-size: calc(14px - 1px);
    height: 50px;
}.newsletter_signup97 .sub_widget30 {
    font-size: calc(18px - 1px);
    height: 50px;
    padding: 0 20px;
    width: 100%;
}
}

@media (max-width: 480px) {.newsletter_signup97 {
    padding: 40px 0;
}.newsletter_signup97 .knowledge_learn84 {
    padding: 25px 15px;
}.newsletter_signup97 h3 {
    font-size: clamp(1.1rem, 5vw, 1.3rem);
    margin-bottom: 15px;
}.newsletter_signup97 input[type="email"] {
    height: 46px;
    padding: 0 15px;
}.newsletter_signup97 .sub_widget30 {
    height: 46px;
}}.course_program_details06 {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(228,225,230);
    position: relative;
}.course_program_details06::before {
    top: 0;
    z-index: 1;
    animation: gridMove 40s linear infinite;
    background-size: 20px 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    left: 0;
    background: 
        linear-gradient(0deg, transparent 95%, rgb(193,187,194,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(193,187,194,0.5) 100%);
    content: "";
}.course_program_details06::after {
    left: 0;
    width: 100%;
    opacity: 0.2;
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(193,187,194,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(159,151,159,0.5) 0%, transparent 40%);
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

.course_program_details06 .container {
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    align-items: center;
}.course_program_details06 .learn_coding23 {
    width: 100%;
    display: flex;
    max-width: 900px;
    gap: 60px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}.course_program_details06 .details_box64 {
    border-radius: 20px;
    z-index: 3;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 40px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    position: relative;
}.course_program_details06 .details_box64::before {
    content: "";
    width: 100%;
    top: 0;
    opacity: 0.3;
    left: 0;
    height: 100%;
    pointer-events: none;
    border: 1px solid rgb(193,187,194,0.5);
    border-radius: 20px;
    position: absolute;
}.course_program_details06 .details_box64::after {
    background: linear-gradient(to right, rgb(193,187,194), rgb(159,151,159));
    left: calc(50% - 30px);
    height: 3px;
    top: -15px;
    content: "";
    position: absolute;
    width: 60px;
}.course_program_details06 .details_box64 h2 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #000000;
}.course_program_details06 .details_box64 h2::after {
    bottom: -10px;
    background: rgb(193,187,194,0.5);
    position: absolute;
    content: "";
    left: calc(50% - 40px);
    height: 2px;
    width: 80px;
}.course_program_details06 .details_box64 .description {
    font-size: 15px;
    max-width: 800px;
    margin-bottom: 20px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}.course_program_details06 .details_box64 .description:last-child {
    margin-bottom: 0;
}.course_program_details06 .img_zoom63 {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 20px;
    height: 450px;
    width: 100%;
    position: relative;
    z-index: 2;
}.course_program_details06 .container::before {
    width: 100%;
    background-size: 50px 50px, 50px 50px, 200px 200px, 200px 200px, 200px 200px;
    left: 0;
    animation: circuitPulse 8s infinite alternate;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: 
        linear-gradient(to right, rgb(193,187,194,0.5) 0.5px, transparent 1px),
        linear-gradient(to bottom, rgb(193,187,194,0.5) 0.5px, transparent 1px),
        radial-gradient(circle at 50px 50px, rgb(193,187,194,0.5) 2px, transparent 2px),
        radial-gradient(circle at 150px 150px, rgb(159,151,159,0.5) 2px, transparent 2px),
        radial-gradient(circle at 250px 250px, rgb(193,187,194,0.5) 2px, transparent 2px);
    z-index: 0;
    opacity: 0.05;
    content: "";
}@keyframes circuitPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.07;
    }
}

.course_program_details06 .learn_coding23::before {
    height: calc(100% + 200px);
    background-size: 600px 600px;
    position: absolute;
    width: calc(100% + 200px);
    left: -100px;
    animation: floatParticles 40s linear infinite;
    top: -100px;
    content: "";
    z-index: 0;
    opacity: 0.2;
    background-image: 
        radial-gradient(circle at 100px 100px, rgb(193,187,194,0.5) 1px, transparent 1px),
        radial-gradient(circle at 200px 200px, rgb(159,151,159,0.5) 1px, transparent 1px),
        radial-gradient(circle at 300px 300px, rgb(193,187,194,0.5) 1px, transparent 1px),
        radial-gradient(circle at 400px 100px, rgb(159,151,159,0.5) 1px, transparent 1px),
        radial-gradient(circle at 500px 200px, rgb(193,187,194,0.5) 1px, transparent 1px);
}@keyframes floatParticles {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 600px 600px;
    }
}

.course_program_details06 .learn_coding23::after {
    height: 2px;
    width: 100px;
    bottom: -30px;
    left: calc(50% - 50px);
    content: "";
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(159,151,159,0.5), transparent);
}.course_program_details06 .container::after {
    height: 100%;
    opacity: 0.03;
    z-index: 0;
    animation: hexMove 60s linear infinite;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-size: 50px 86.6px;
    background-image: 
        repeating-linear-gradient(60deg, rgb(193,187,194,0.5) 0, rgb(193,187,194,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(120deg, rgb(193,187,194,0.5) 0, rgb(193,187,194,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(180deg, rgb(193,187,194,0.5) 0, rgb(193,187,194,0.5) 1px, transparent 1px, transparent 30px);
    content: "";
}@keyframes hexMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 86.6px;
    }
}

@keyframes techPulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.course_program_details06 .img_zoom63::after {
    animation: borderGlow 4s infinite alternate;
}@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_program_details06 .details_box64 h2 {
    animation: reveal 0.8s forwards;
}.course_program_details06 .details_box64 .description:nth-child(2) {
    animation: reveal 0.8s 0.2s forwards;
}.course_program_details06 .details_box64 .description:nth-child(3) {
    animation: reveal 0.8s 0.4s forwards;
}

@keyframes scanLines {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 450px;
    }
}

@media (min-width: 992px) {.course_program_details06 .learn_coding23 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    grid-template-rows: auto auto;
}.course_program_details06 .details_box64 {
    z-index: 4;
    grid-row: 2;
    margin-top: -80px;
}.course_program_details06 .img_zoom63 {
    height: 500px;
    grid-row: 1;
}
}

@media (max-width: 991px) {.course_program_details06 {
    padding: 80px 0;
}.course_program_details06 .learn_coding23 {
    gap: 40px;
}.course_program_details06 .details_box64 {
    padding: 30px;
}.course_program_details06 .img_zoom63 {
    height: 400px;
}
}

@media (max-width: 768px) {.course_program_details06 {
    padding: 60px 0;
}.course_program_details06 .details_box64 {
    padding: 25px;
}.course_program_details06 .img_zoom63 {
    height: 350px;
}.course_program_details06 .details_box64 h2 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 576px) {.course_program_details06 {
    padding: 50px 0;
}.course_program_details06 .details_box64 {
    padding: 20px;
}.course_program_details06 .img_zoom63 {
    height: 300px;
}.course_program_details06 .details_box64 h2 {
    font-size: calc(32px * 0.8);
}.course_program_details06 .details_box64 .description {
    font-size: calc(15px * 0.95);
}
}

@media (min-width: 992px) {.course_program_details06 .details_box64:hover {
    transition: transform 0.3s ease;
    transform: translateY(-5px);
}.course_program_details06 .details_box64:hover::before {
    transition: all 0.3s ease;
    opacity: 0.5;
    border-color: rgb(193,187,194);
}.course_program_details06 .img_zoom63:hover::after {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}}
.thxBlock26 {
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(193,187,194,0.5) 0%, rgb(228,225,230) 100%);
}.thxBlock26::before {
    position: absolute;
    content: "";
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(159,151,159,0.5) 0%, transparent 60%);
    opacity: 0.7;
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
}.thxBlock26::after {
    background: linear-gradient(225deg, rgb(193,187,194) 0%, transparent 70%);
    z-index: 0;
    width: 300px;
    height: 300px;
    position: absolute;
    content: "";
    right: -50px;
    bottom: -50px;
    opacity: 0.2;
    filter: blur(40px);
}.thxBlock26 .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.thxBlock26 .knowledge_learn84 {
    flex-direction: column;
    padding: 60px 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-2deg);
    display: flex;
    position: relative;
    background: #ffffff;
}.thxBlock26 .knowledge_learn84::before {
    position: absolute;
    height: 100%;
    transform: scaleY(1.02);
    width: 5px;
    background: linear-gradient(to bottom, rgb(193,187,194), rgb(159,151,159));
    left: 0;
    top: 0;
    content: "";
}.thxBlock26 .knowledge_learn84::after {
    right: 40px;
    content: "";
    height: 80px;
    z-index: -1;
    width: 80px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(159,151,159,0.5);
    transform: rotate(15deg);
    top: -15px;
    animation: float 8s infinite ease-in-out;
    position: absolute;
}.thxBlock26 .knowledge_learn84:hover {
    transform: perspective(1000px) rotateY(0deg);
}.thxBlock26 h5 {
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    padding-bottom: 20px;
    line-height: 1.4;
    font-size: 18px;
}.thxBlock26 h5::after {
    position: absolute;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(193,187,194), rgb(159,151,159));
    left: 0;
    bottom: 0;
    height: 3px;
    transition: width 0.3s ease;
}.thxBlock26 .knowledge_learn84:hover h5::after {
    width: 120px;
}.thxBlock26 p {
    z-index: 2;
    transition: color 0.3s ease;
    color: #000000;
    margin-bottom: 0;
    position: relative;
    font-size: 12px;
    line-height: 1.8;
}.thxBlock26 a {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 5px 0;
    overflow: hidden;
}.thxBlock26 a::before {
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    position: absolute;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, rgb(193,187,194,0.5), transparent);
    width: 100%;
    height: 1px;
}.thxBlock26 a:hover::before {
    transform: scaleX(1);
}.thxBlock26 a:hover p {
    color: rgb(193,187,194);
}

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

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(15deg);
    }
    50% {
        transform: translateY(-15px) rotate(20deg);
    }
}

@media (min-width: 768px) {.thxBlock26 {
    padding: 140px 0 100px;
}.thxBlock26 .knowledge_learn84 {
    margin: 0 auto;
    padding: 80px 60px;
    max-width: 900px;
}.thxBlock26 h5 {
    padding-bottom: 25px;
    margin-bottom: 40px;
    font-size: calc(18px * 1.2);
}.thxBlock26 p {
    font-size: calc(12px * 1.05);
    line-height: 1.9;
}.thxBlock26 .knowledge_learn84::after {
    right: 60px;
    height: 100px;
    width: 100px;
}
}

@media (min-width: 992px) {.thxBlock26 {
    padding: 160px 0 120px;
}.thxBlock26 .knowledge_learn84 {
    max-width: 1000px;
    padding: 100px 80px;
    margin: 0 auto;
    transform: perspective(1200px) rotateY(-3deg);
}.thxBlock26 .knowledge_learn84::before {
    width: 8px;
}.thxBlock26 h5 {
    max-width: 80%;
    font-size: calc(18px * 1.3);
}.thxBlock26 p {
    max-width: 90%;
}.thxBlock26 .knowledge_learn84::after {
    width: 120px;
    height: 120px;
    right: 80px;
    top: -20px;
}
}

@media (max-width: 767px) {.thxBlock26 {
    padding: 80px 0 60px;
}.thxBlock26 .knowledge_learn84 {
    padding: 40px 25px;
    transform: perspective(800px) rotateY(-1deg);
}.thxBlock26 h5 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(18px * 0.9);
}.thxBlock26 p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.thxBlock26 .knowledge_learn84::before {
    width: 3px;
}.thxBlock26 .knowledge_learn84::after {
    height: 60px;
    right: 20px;
    width: 60px;
    top: -10px;
}
}

@media (max-width: 480px) {.thxBlock26 {
    padding: 60px 0 40px;
}.thxBlock26 .knowledge_learn84 {
    transform: none;
    padding: 30px 20px;
}.thxBlock26 h5 {
    margin-bottom: 20px;
    font-size: calc(18px * 0.85);
    padding-bottom: 15px;
}.thxBlock26 .knowledge_learn84::after {
    display: none;
}}.user_comments71 {
    background: linear-gradient(135deg, rgb(228,225,230) 0%, rgba(245, 247, 251, 0.95) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.user_comments71::before {
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.07;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(193,187,194,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(159,151,159,0.5) 0%, transparent 20%);
}.user_comments71::after {
    height: 40%;
    transform: rotate(-15deg) skew(10deg);
    background: rgb(193,187,194,0.5);
    position: absolute;
    z-index: 0;
    width: 40%;
    opacity: 0.03;
    right: -5%;
    top: -5%;
    content: "";
}.user_comments71 h2 {
    color: #000000;
    margin-bottom: 3.5rem;
    font-weight: 700;
    z-index: 2;
    font-size: calc(36px * 1.1);
    text-align: left;
    transform: translateX(2vw);
    position: relative;
}.user_comments71 h2::after {
    position: absolute;
    content: "";
    width: 5rem;
    height: 3px;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    bottom: -0.8rem;
    background: linear-gradient(90deg, rgb(193,187,194) 0%, rgb(159,151,159) 100%);
}.user_comments71 h2:hover::after {
    transform: scaleX(1.2);
}.user_comments71 .container {
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.user_comments71 .knowledge_learn84 {
    position: relative;
    overflow: visible;
}.user_comments71 .client_voices65 {
    position: relative;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.user_comments71 .feedback_stories13 {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(0);
    padding: 2rem 1.75rem;
    border-left: 3px solid rgb(159,151,159);
    z-index: 1;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
    position: relative;
    flex-direction: column;
    background: #ffffff;
    display: flex;
}.user_comments71 .feedback_stories13::before {
    position: absolute;
    z-index: -1;
    line-height: 1;
    font-family: Arial, sans-serif;
    top: -2rem;
    font-size: 8rem;
    right: 1rem;
    color: rgb(193,187,194);
    opacity: 0.07;
    content: "";
}.user_comments71 .feedback_stories13:hover {
    box-shadow: 0 15px 40px rgba(var(--primary-color-rgb), 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}.user_comments71 .feedback_stories13:nth-child(2n) {
    border-left: 3px solid rgb(193,187,194);
}.user_comments71 .feedback_stories13:nth-child(3n) {
    border-left: 3px solid rgb(159,151,159);
}.user_comments71 .feedback_stories13 h3 {
    letter-spacing: 0.02em;
    margin: 0 0 0.75rem;
    color: rgb(193,187,194);
    font-size: calc(22px * 1.05);
    font-weight: 600;
}.user_comments71 .feedback_stories13 .description {
    margin: 0 0 1.5rem;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    font-style: italic;
    flex-grow: 1;
}.user_comments71 .feedback_stories13 div {
    transition: transform 0.4s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    width: 3.5rem;
    border-radius: 50%;
    transform: rotate(-3deg);
    margin-top: auto;
    border: 2px solid rgba(var(--primary-color-rgb), 0.1);
    position: relative;
    height: 3.5rem;
}.user_comments71 .feedback_stories13:hover div {
    transform: rotate(0deg) scale(1.05);
}.user_comments71 .feedback_stories13 img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform 0.5s ease;
}.user_comments71 .feedback_stories13:hover img {
    transform: scale(1.1);
}

@media (min-width: 992px) {.user_comments71 {
    padding: 7rem 0;
}.user_comments71 h2 {
    margin-bottom: 4rem;
    font-size: calc(36px * 1.2);
    transform: translateX(4vw);
}.user_comments71 .client_voices65 {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}.user_comments71 .feedback_stories13 {
    padding: 2.5rem 2rem;
}.user_comments71 .feedback_stories13:nth-child(odd) {
    transform: translateY(25px);
}.user_comments71 .feedback_stories13:nth-child(even) {
    transform: translateY(-15px);
}.user_comments71 .feedback_stories13:hover {
    transform: translateY(-10px);
}
}

@media (min-width: 1200px) {.user_comments71 h2 {
    margin-bottom: 5rem;
    transform: translateX(6vw);
}.user_comments71 .client_voices65 {
    gap: 2.5rem;
}.user_comments71 .feedback_stories13 {
    height: calc(100% - 20px);
}.user_comments71 .feedback_stories13:nth-child(1) {
    transform: translateY(0);
}.user_comments71 .feedback_stories13:nth-child(2) {
    transform: translateY(40px);
}.user_comments71 .feedback_stories13:nth-child(3) {
    transform: translateY(20px);
}.user_comments71 .feedback_stories13:nth-child(4) {
    transform: translateY(60px);
}.user_comments71 .feedback_stories13:nth-child(5) {
    transform: translateY(10px);
}.user_comments71 .feedback_stories13:nth-child(6) {
    transform: translateY(50px);
}.user_comments71 .feedback_stories13:nth-child(7) {
    transform: translateY(30px);
}.user_comments71 .feedback_stories13:hover {
    transform: translateY(calc(var(--translateY) - 15px));
}
}

@media (max-width: 991px) {.user_comments71 {
    padding: 4rem 0;
}.user_comments71 h2 {
    font-size: calc(36px * 1.05);
    transform: translateX(0);
    text-align: center;
}.user_comments71 h2::after {
    left: 50%;
    transform: translateX(-50%);
}.user_comments71 .client_voices65 {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}

@media (max-width: 767px) {.user_comments71 {
    padding: 3rem 0;
}.user_comments71 h2 {
    margin-bottom: 2.5rem;
    font-size: 36px;
}.user_comments71 .client_voices65 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.user_comments71 .feedback_stories13 {
    padding: 1.5rem;
}
}

@media (max-width: 480px) {.user_comments71 h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.85);
}.user_comments71 .feedback_stories13 {
    padding: 1.25rem;
}.user_comments71 .feedback_stories13 h3 {
    font-size: 22px;
}.user_comments71 .feedback_stories13 .description {
    font-size: calc(14px * 0.95);
}}.tariff_container34 {
    position: relative;
    overflow: hidden;
    background: rgb(228,225,230);
    padding: 120px 0;
}.tariff_container34::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 0;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    width: 100%;
}.tariff_container34 .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 20px;
}.tariff_container34 .cost_breakdown72 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}.tariff_container34 .payment_option07 {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    opacity: 0;
    transform: translateY(20px);
}.tariff_container34 .payment_option07 h2 {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    color: #000000;
}.tariff_container34 .payment_option07 h2::after {
    bottom: -10px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(193,187,194), rgb(159,151,159));
    content: "";
    left: 50%;
    width: 80px;
    position: absolute;
    height: 3px;
}.tariff_container34 .rate_choice90 {
    line-height: 1.6;
    margin-top: 30px;
    color: #000000;
    font-size: calc(14px + 0.1rem);
}.tariff_container34 .program_price62 {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    transform: translateY(30px);
    margin-top: 20px;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    opacity: 0;
}.tariff_container34 .learning_price84 {
    color: inherit;
    will-change: transform;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    z-index: 1;
    display: block;
}.tariff_container34 .learning_price84:hover {
    transform: translateY(-10px) scale(1.02);
}.tariff_container34 .cost_levels26 {
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    background: #ffffff;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    min-height: 420px;
}.tariff_container34 .learning_price84:hover .cost_levels26 {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.tariff_container34 .learning_price84:nth-child(odd) .cost_levels26::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: bottom;
    content: "";
    width: 5px;
    transform: scaleY(0);
    background: rgb(193,187,194);
}.tariff_container34 .learning_price84:nth-child(even) .cost_levels26::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(159,151,159);
    position: absolute;
    height: 100%;
    right: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    width: 5px;
    top: 0;
    content: "";
}.tariff_container34 .learning_price84:hover .cost_levels26::before {
    transform: scaleY(1);
}.tariff_container34 .pricing_rates62 {
    padding: 40px 30px;
    z-index: 1;
    display: flex;
    position: relative;
    flex: 1;
    flex-direction: column;
}.tariff_container34 .pricing_rates62 h3 {
    display: inline-block;
    position: relative;
    font-size: calc(24px + 0.2rem);
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}.tariff_container34 .learning_price84:hover .pricing_rates62 h3 {
    color: rgb(193,187,194);
}.tariff_container34 .learning_price84:nth-child(even):hover .pricing_rates62 h3 {
    color: rgb(159,151,159);
}.tariff_container34 .learn_sub61 {
    padding-bottom: 10px;
    font-weight: 700;
    margin: 10px 0 20px;
    position: relative;
    font-size: calc(24px + 0.5rem);
    display: inline-block;
    color: rgb(193,187,194);
}.tariff_container34 .learning_price84:nth-child(even) .learn_sub61 {
    color: rgb(159,151,159);
}.tariff_container34 .learn_sub61::after {
    bottom: 0;
    left: 0;
    width: 40px;
    position: absolute;
    content: "";
    height: 3px;
    opacity: 0.6;
    background: currentColor;
}.tariff_container34 .pricing_rates62 p {
    margin-top: auto;
    overflow-wrap: break-word;
    color: #000000;
    hyphens: auto;
    word-break: break-word;
    line-height: 1.6;
    font-size: 14px;
    word-wrap: break-word;
}.tariff_container34 .img_zoom63 {
    height: 200px;
    position: relative;
    transform-origin: center;
    transition: transform 0.5s ease;
    width: 100%;
}.tariff_container34 .learning_price84:hover .img_zoom63 {
    transform: scale(1.05);
}.tariff_container34 .img_zoom63::after {
    height: 40%;
    position: absolute;
    bottom: 0;
    transition: opacity 0.4s ease;
    content: "";
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    opacity: 0;
    left: 0;
}.tariff_container34 .learning_price84:hover .img_zoom63::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.tariff_container34 {
    padding: 150px 0;
}.tariff_container34 .cost_breakdown72 {
    grid-template-columns: 1fr;
    gap: 80px;
}.tariff_container34 .program_price62 {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.tariff_container34 .cost_levels26 {
    min-height: 480px;
}
}

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

@media (max-width: 767px) {.tariff_container34 {
    padding: 80px 0;
}.tariff_container34 .payment_option07 h2 {
    font-size: calc(30px - 0.4rem);
}.tariff_container34 .rate_choice90 {
    font-size: 14px;
}.tariff_container34 .pricing_rates62 {
    padding: 30px 20px;
}.tariff_container34 .cost_levels26 {
    min-height: 400px;
}.tariff_container34 .img_zoom63 {
    height: 160px;
}
}

@media (max-width: 480px) {.tariff_container34 {
    padding: 60px 0;
}.tariff_container34 .cost_breakdown72 {
    gap: 40px;
}.tariff_container34 .program_price62 {
    gap: 25px;
}.tariff_container34 .pricing_rates62 h3 {
    font-size: 24px;
}.tariff_container34 .learn_sub61 {
    font-size: 24px;
}.tariff_container34 .pricing_rates62 p {
    font-size: calc(14px - 0.1rem);
}}.title_board84 {
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(228,225,230) 0%, rgba(245, 245, 245, 0.9) 100%);
    position: relative;
    overflow: hidden;
}.title_board84::before {
    background: linear-gradient(45deg, rgb(193,187,194,0.5) 0%, transparent 40%);
    pointer-events: none;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.15;
    left: 0;
    position: absolute;
    content: "";
}.title_board84::after {
    right: 0;
    background: linear-gradient(225deg, rgb(159,151,159,0.5) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
    bottom: 0;
    opacity: 0.1;
    transform: translateY(20%) rotate(-5deg);
    content: "";
    width: 50%;
    position: absolute;
    height: 70%;
}.title_board84 .knowledge_learn84 {
    position: relative;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    z-index: 2;
    padding: 2rem;
    display: grid;
}.title_board84 h1 {
    grid-column: 1 / 3;
    transform: translateX(1rem);
    position: relative;
    font-size: 38px;
    animation: titleFadeIn 1.2s ease-out forwards;
    text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.1);
    font-weight: 700;
    margin-bottom: 2rem;
    color: #000000;
}.title_board84 h1::after {
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(193,187,194) 0%, rgb(159,151,159) 100%);
    transform-origin: left;
    animation: lineGrow 1.4s ease-out forwards;
    left: 0;
    content: "";
    width: 8rem;
    height: 0.3rem;
    transform: scaleX(0);
    position: absolute;
}.title_board84 .details_box64 {
    z-index: 3;
    perspective: 1000px;
    flex-direction: column;
    justify-content: center;
    display: flex;
    transform: translateY(-2rem);
}.title_board84 .study_master20 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: rotateY(-5deg) translateZ(0);
    background: rgba(255, 255, 255, 0.9);
    padding: 2.5rem;
    transition: transform 0.5s ease;
    border-left: 4px solid rgb(193,187,194);
    backdrop-filter: blur(10px);
    animation: cardReveal 1s ease-out forwards;
    transform-style: preserve-3d;
}.title_board84 .study_master20:hover {
    transform: rotateY(0deg) translateZ(20px);
}.title_board84 .study_master20 p {
    font-size: calc(18px * 1.2);
    position: relative;
    transform: translateZ(20px);
    line-height: 1.6;
    color: #000000;
    margin-bottom: 2rem;
}.title_board84 .study_master20 p::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(159,151,159,0.5));
    right: 0;
    width: 70%;
    content: "";
    bottom: -1rem;
    height: 1px;
}.title_board84 svg {
    transition: transform 0.5s ease, filter 0.5s ease;
    margin: 0.5rem 0 2rem;
    width: 100px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    transform: translateZ(30px);
    height: 100px;
}.title_board84 svg:hover {
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
    transform: translateZ(30px) scale(1.05);
}.title_board84 svg path {
    transition: fill 0.3s ease;
    fill: rgb(193,187,194);
}.title_board84 svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.title_board84 svg:hover path {
    fill: rgb(159,151,159);
}.title_board84 svg:hover text {
    fill: rgb(159,151,159);
}.title_board84 .connect_query94 {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(94, 170, 168, 0.2), 
                0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    background: linear-gradient(135deg, rgb(193,187,194) 0%, rgb(159,151,159) 100%);
    cursor: pointer;
    font-size: 18px;
    padding: 1rem 2rem;
    display: inline-block;
    color: #ffffff;
    transform: translateZ(40px);
    position: relative;
    font-weight: 600;
    border: none;
    z-index: 5;
}.title_board84 .connect_query94::before {
    left: -100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    transition: left 0.7s ease;
}.title_board84 .connect_query94:hover {
    transform: translateZ(40px) translateY(-5px);
    box-shadow: 0 15px 35px rgba(94, 170, 168, 0.3), 
                0 5px 15px rgba(0, 0, 0, 0.1);
}.title_board84 .connect_query94:hover::before {
    left: 100%;
}.title_board84 .img_zoom63 {
    transform: translateX(1rem) translateY(-2rem);
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 0 100%);
    overflow: hidden;
    z-index: 2;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    animation: photoReveal 1.5s ease-out forwards;
    height: 100%;
    min-height: 400px;
}.title_board84 .img_zoom63::before {
    position: absolute;
    z-index: 3;
    width: 100%;
    background: linear-gradient(135deg, transparent 30%, rgb(193,187,194,0.5) 100%);
    content: "";
    height: 100%;
    opacity: 0.7;
    top: 0;
    left: 0;
}.title_board84 .img_zoom63::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 3;
    left: 0;
    opacity: 0.8;
    height: 100%;
}

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

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

@keyframes cardReveal {
    0% {
        opacity: 0;
        transform: rotateY(-10deg) translateZ(0) translateX(-2rem);
    }
    100% {
        opacity: 1;
        transform: rotateY(-5deg) translateZ(0);
    }
}

@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: translateX(3rem) translateY(-2rem);
    }
    100% {
        opacity: 1;
        transform: translateX(1rem) translateY(-2rem);
    }
}

@media (max-width: 992px) {.title_board84 .knowledge_learn84 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.title_board84 h1 {
    font-size: calc(38px * 0.9);
    grid-column: 1 / 2;
}.title_board84 .details_box64 {
    order: 2;
    transform: translateY(0);
}.title_board84 .img_zoom63 {
    transform: translateX(0) translateY(0);
    order: 1;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 300px;
}
}

@media (max-width: 768px) {.title_board84 {
    min-height: auto;
}.title_board84 .knowledge_learn84 {
    padding: 1.5rem;
    min-height: auto;
}.title_board84 h1 {
    transform: translateX(0);
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.8);
}.title_board84 h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes lineGrow {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .title_board84 .study_master20 {
    transform: rotateY(0) translateZ(0);
    padding: 1.5rem;
}.title_board84 .img_zoom63 {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    min-height: 250px;
}.title_board84 svg {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 480px) {.title_board84 h1 {
    font-size: calc(38px * 0.7);
}.title_board84 .study_master20 p {
    font-size: 18px;
}.title_board84 .img_zoom63 {
    min-height: 200px;
}.title_board84 svg {
    height: 60px;
    width: 60px;
}.title_board84 .connect_query94 {
    font-size: calc(18px * 0.9);
    padding: 0.8rem 1.5rem;
}
}

@media (hover: none) {.title_board84 .connect_query94::before {
    display: none;
}.title_board84 .study_master20:hover {
    transform: rotateY(0) translateZ(0);
}.title_board84 svg:hover {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    transform: translateZ(0);
}.title_board84 .connect_query94:hover {
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(94, 170, 168, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
}}.statistical_data98 {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(228,225,230) 0%, rgba(255, 255, 255, 0.9) 100%);
    z-index: 1;
    overflow: hidden;
}.statistical_data98::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(193,187,194,0.5) 3%, transparent 15%),
        radial-gradient(circle at 85% 60%, rgb(159,151,159,0.5) 3%, transparent 20%),
        radial-gradient(circle at 40% 80%, rgb(193,187,194,0.5) 5%, transparent 25%);
    opacity: 0.2;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
}.statistical_data98::after {
    z-index: -1;
    content: "";
    top: -50px;
    filter: blur(70px);
    position: absolute;
    opacity: 0.2;
    width: 200px;
    border-radius: 50%;
    background: rgb(193,187,194,0.5);
    height: 200px;
    right: -50px;
}.statistical_data98 .container {
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    gap: 60px;
    display: flex;
    flex-direction: column-reverse;
}.statistical_data98 .statistics_expertise63 {
    display: grid;
    gap: 30px;
    position: relative;
    z-index: 2;
    grid-template-columns: repeat(4, 1fr);
}.statistical_data98 .study_gain37 {
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 40px 20px;
    text-align: center;
    border-radius: 14px;
}.statistical_data98 .study_gain37::before {
    opacity: 0.1;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(193,187,194,0.5) 30%,
        rgb(159,151,159,0.5) 70%,
        transparent 100%
    );
    height: 200%;
    left: -50%;
    position: absolute;
    transition: all 0.8s ease;
    width: 200%;
    transform: rotate(25deg);
    z-index: -1;
    content: "";
    top: -50%;
}.statistical_data98 .study_gain37:hover {
    transform: translateY(-10px);
    border-color: rgb(193,187,194,0.5);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.statistical_data98 .study_gain37:hover::before {
    transform: rotate(0deg);
    opacity: 0.2;
}.statistical_data98 .study_gain37 h4 {
    color: rgb(193,187,194);
    display: inline-block;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    font-size: 3.5rem;
    position: relative;
    font-weight: 700;
}.statistical_data98 .study_gain37 h4::after {
    left: 50%;
    width: 40px;
    height: 3px;
    content: "";
    border-radius: 10px;
    background: rgb(159,151,159);
    position: absolute;
    transform: translateX(-50%);
    bottom: -10px;
}.statistical_data98 .study_gain37 span {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    line-height: 1.6;
    display: block;
}.statistical_data98 .value_elevation75 {
    max-width: 700px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    text-align: center;
}.statistical_data98 .value_elevation75::before {
    z-index: -1;
    top: -60px;
    background: rgb(159,151,159,0.5);
    filter: blur(50px);
    position: absolute;
    width: 150px;
    border-radius: 50%;
    height: 150px;
    left: -60px;
    opacity: 0.2;
    content: "";
}.statistical_data98 .extra_pro05 {
    color: #000000;
    margin-bottom: 25px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-size: 34px;
    position: relative;
    font-weight: 700;
}.statistical_data98 .extra_pro05::after {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(193,187,194) 0%, rgb(159,151,159) 100%);
    bottom: -12px;
    content: "";
    border-radius: 10px;
    width: 80px;
    height: 4px;
}.statistical_data98 .statistics_advantage53 {
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
    font-size: 15px;
}.statistical_data98 svg {
    height: 50px;
    transition: all 0.3s ease;
    width: 50px;
    margin-bottom: 20px;
    fill: rgb(193,187,194);
}.statistical_data98 svg path {
    transition: all 0.3s ease;
    fill: rgb(193,187,194);
}.statistical_data98 .study_gain37:hover svg {
    fill: rgb(159,151,159);
    transform: scale(1.1);
}.statistical_data98 .study_gain37:hover svg path {
    fill: rgb(159,151,159);
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.statistical_data98 .study_gain37:nth-child(1)::after {
    height: 100px;
    bottom: -50px;
    opacity: 0.2;
    animation: pulse 5s infinite ease-in-out;
    content: "";
    z-index: -1;
    position: absolute;
    filter: blur(30px);
    right: -50px;
    border-radius: 50%;
    width: 100px;
    background: rgb(193,187,194,0.5);
}.statistical_data98 .study_gain37:nth-child(2)::after {
    left: -40px;
    filter: blur(30px);
    z-index: -1;
    opacity: 0.2;
    position: absolute;
    animation: pulse 6s infinite ease-in-out;
    top: -40px;
    border-radius: 50%;
    height: 80px;
    background: rgb(159,151,159,0.5);
    width: 80px;
    content: "";
}.statistical_data98 .study_gain37:nth-child(3)::after {
    filter: blur(40px);
    z-index: -1;
    left: -60px;
    animation: pulse 7s infinite ease-in-out;
    bottom: -60px;
    height: 120px;
    border-radius: 50%;
    background: rgb(193,187,194,0.5);
    content: "";
    opacity: 0.15;
    position: absolute;
    width: 120px;
}.statistical_data98 .study_gain37:nth-child(4)::after {
    animation: pulse 8s infinite ease-in-out;
    opacity: 0.15;
    height: 90px;
    width: 90px;
    filter: blur(35px);
    background: rgb(159,151,159,0.5);
    right: -45px;
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: -1;
    top: -45px;
}

@media (max-width: 991px) {.statistical_data98 {
    padding: 90px 0;
}.statistical_data98 .container {
    gap: 50px;
}.statistical_data98 .statistics_expertise63 {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.statistical_data98 .study_gain37 {
    padding: 35px 15px;
}.statistical_data98 .study_gain37 h4 {
    font-size: 3rem;
}.statistical_data98 .extra_pro05 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 767px) {.statistical_data98 {
    padding: 70px 0;
}.statistical_data98 .container {
    gap: 40px;
}.statistical_data98 .study_gain37 h4 {
    font-size: 2.5rem;
}.statistical_data98 .study_gain37 span {
    font-size: calc(15px * 0.95);
}.statistical_data98 .extra_pro05 {
    font-size: calc(34px * 0.8);
}.statistical_data98 .extra_pro05::after {
    width: 60px;
}.statistical_data98 .statistics_advantage53 {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 575px) {.statistical_data98 {
    padding: 60px 0;
}.statistical_data98 .container {
    gap: 35px;
}.statistical_data98 .statistics_expertise63 {
    gap: 20px;
    grid-template-columns: 1fr;
}.statistical_data98 .study_gain37 {
    padding: 30px 15px;
}.statistical_data98 .study_gain37 h4 {
    font-size: 2.2rem;
    margin-bottom: 15px;
}.statistical_data98 .study_gain37 h4::after {
    width: 30px;
    height: 2px;
}.statistical_data98 .study_gain37 span {
    font-size: calc(15px * 0.9);
}.statistical_data98 .extra_pro05 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.7);
}.statistical_data98 .extra_pro05::after {
    width: 50px;
    height: 3px;
}.statistical_data98 .statistics_advantage53 {
    line-height: 1.7;
    font-size: calc(15px * 0.9);
}.statistical_data98 svg {
    height: 40px;
    width: 40px;
}.statistical_data98::before,
    .statistical_data98::after,
    .statistical_data98 .study_gain37::before,
    .statistical_data98 .study_gain37::after,
    .statistical_data98 .value_elevation75::before {
    opacity: 0.15;
}}.cookie_notice_window60 {
    padding: 1rem 0;
    align-items: center;
    display: flex;
    background: rgb(228,225,230);
    position: fixed;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    z-index: 90;
    border-top: 3px solid rgb(193,187,194);
    justify-content: center;
    bottom: 0;
}#cookieMessagePanel03 {
    display: none;
}#cookieMessagePanel03:checked ~ .cookie_notice_window60 {
    visibility: hidden;
    opacity: 0;
}.cookie_notice_window60 .container {
    gap: 1rem;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: space-between;
}.privacy_cookies03 {
    margin-right: 1rem;
    align-items: center;
    flex-shrink: 0;
    display: flex;
}.privacy_cookies03 svg {
    height: 50px;
    fill: rgb(193,187,194);
    width: 50px;
}.cookie_tips07 {
    min-width: 300px;
    margin-bottom: 20px;
    flex: 1;
}.cookie_tips07 h5 {
    font-weight: 600;
    color: rgb(193,187,194);
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}.cookie_tips07 p {
    font-size: 1rem;
    color: #000000;
}.track_ack52 {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    display: inline-block;
    font-weight: 700;
    border: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding: 0.75rem 1.5rem;
    background: rgb(193,187,194);
    border-radius: 10px;
    cursor: pointer;
}.cookie_button.consent_panel14 {
    background: rgb(193,187,194);
}.cookie_button.cookie_compl41 {
    margin-left: 0.5rem;
    background: #000000;
}.track_ack52:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.cookie_compl41:hover {
    background: rgb(193,187,194);
}.cookie_notice_window60 p a {
    text-decoration: underline;
    color: rgb(193,187,194);
    transition: color 0.3s ease;
}.cookie_notice_window60 p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookie_notice_window60 .container {
    flex-direction: column;
    align-items: center;
}.privacy_cookies03 {
    margin-bottom: 1rem;
    margin-right: 0;
}.cookie_tips07 {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.cookie_compl41 {
    margin-top: 0.5rem;
    margin-left: 0;
}}
.our_background57 {
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0;
    position: relative;
}.our_background57::before {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    backdrop-filter: blur(5px) saturate(120%);
    content: "";
    background: linear-gradient(135deg, 
        rgba(15, 23, 42, 0.85) 0%,
        rgba(30, 58, 138, 0.75) 50%,
        rgba(15, 23, 42, 0.85) 100%);
}.our_background57::after {
    animation: orbitGlow 15s infinite linear;
    top: -50%;
    right: -50%;
    position: absolute;
    z-index: 2;
    background: radial-gradient(circle, 
        rgb(193,187,194,0.5) 0%, 
        transparent 70%);
    height: 100%;
    width: 100%;
    content: "";
}.our_background57 .container {
    z-index: 3;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.our_background57 .details_box64 {
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
    position: relative;
    backdrop-filter: blur(8px);
    background: linear-gradient(to right, 
        rgba(30, 41, 59, 0.6), 
        rgba(30, 41, 59, 0.8));
    clip-path: polygon(
        0 0, 
        100% 0, 
        98% 100%, 
        2% 100%
    );
    border-left: 4px solid rgb(193,187,194);
    padding: 45px 50px;
    margin: 0 auto;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    max-width: 950px;
}.our_background57 .details_box64:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.our_background57 .details_box64 > div:first-child {
    margin-bottom: 15px;
    position: relative;
}.our_background57 .details_box64 > div:first-child::before {
    height: 60px;
    width: 60px;
    content: "";
    position: absolute;
    border: 2px solid rgb(193,187,194,0.5);
    animation: pulsate 4s infinite ease-in-out;
    z-index: -1;
    left: -35px;
    top: -25px;
    border-radius: 50%;
}.our_background57 .details_box64 > div:first-child::after {
    left: 0;
    content: "";
    bottom: -8px;
    width: 100px;
    position: absolute;
    background: linear-gradient(to right, rgb(193,187,194), transparent);
    height: 2px;
}.our_background57 h5 {
    font-size: 22px;
    margin: 0;
    letter-spacing: 2px;
    color: rgb(193,187,194);
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
}.our_background57 h5::after {
    position: absolute;
    height: 30px;
    width: 30px;
    right: -40px;
    border: 2px solid rgb(159,151,159,0.5);
    border-radius: 50%;
    z-index: -1;
    top: -15px;
    animation: orbit 10s infinite linear;
    content: "";
}.our_background57 p {
    font-size: calc(18px * 1.2);
    margin: 0 0 20px;
    color: #ffffff;
    font-weight: 600;
}.our_background57 p b {
    color: transparent;
    background-clip: text !important;
    font-size: calc(21px * 1.1);
    -webkit-background-clip: text !important;
    background: linear-gradient(120deg, #ffffff, rgb(159,151,159));
    position: relative;
    font-weight: 700;
    display: inline-block;
}.our_background57 p b::after {
    background: linear-gradient(90deg, rgb(193,187,194), transparent);
    width: 100%;
    bottom: -5px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
}.our_background57 ol {
    position: relative;
    list-style: none;
    margin: 0;
    counter-reset: custom-counter;
    padding: 0;
}.our_background57 li {
    text-align: justify;
    position: relative;
    color: #ffffff;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 18px;
}.our_background57 li::before {
    display: none;
}.our_background57 li::after {
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0;
    content: "";
    transform: scale(0);
    width: 8px;
    background-color: rgb(193,187,194);
    left: -20px;
    height: 8px;
    border-radius: 50%;
    top: 12px;
}.our_background57 .details_box64:hover li::after {
    opacity: 1;
    transform: scale(1);
}

@keyframes pulsate {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.2); opacity: 0.3; }
}

@keyframes orbit {
    from { transform: rotate(0deg) translateX(10px) rotate(0deg); }
    to { transform: rotate(360deg) translateX(10px) rotate(-360deg); }
}

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

@media (max-width: 992px) {.our_background57 {
    padding: 80px 0;
}.our_background57 .details_box64 {
    transform: perspective(800px) rotateY(-1deg);
    padding: 35px 30px;
}.our_background57 h5 {
    font-size: calc(22px * 0.9);
}.our_background57 p {
    font-size: 18px;
}.our_background57 p b {
    font-size: 21px;
}
}

@media (max-width: 768px) {.our_background57 {
    padding: 60px 0;
}.our_background57 .details_box64 {
    transform: none;
    clip-path: polygon(
            0 0, 
            100% 0, 
            97% 100%, 
            3% 100%
        );
    padding: 25px 20px;
}.our_background57 .details_box64 > div:first-child::before {
    height: 40px;
    width: 40px;
    left: -10px;
    top: -15px;
}.our_background57 h5::after {
    width: 20px;
    right: -25px;
    top: -10px;
    height: 20px;
}.our_background57 h5 {
    letter-spacing: 1px;
}.our_background57 li {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 576px) {.our_background57 {
    padding: 50px 0;
}.our_background57 .container {
    padding: 0 15px;
}.our_background57 .details_box64 {
    border-left-width: 3px;
    padding: 20px 15px;
}.our_background57 h5 {
    font-size: calc(22px * 0.85);
}.our_background57 p b {
    font-size: calc(21px * 0.9);
}.our_background57 li {
    line-height: 1.5;
    font-size: calc(18px * 0.85);
}.our_background57 .details_box64 > div:first-child::after {
    width: 70px;
}}.privacy_hub46 {
    color: #ffffff;
    display: flex;
    height: auto;
    overflow: hidden;
    padding: 50px;
    border: 2px solid rgb(193,187,194);
    width: 100%;
    background: rgb(159,151,159);
    flex-direction: column;
    align-items: center;
}.privacy_hub46 h1 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 4px solid rgb(159,151,159);
    color: rgb(193,187,194);
    margin-top: 20px;
    font-size: 43px;
    width: 100%;
    font-weight: 700;
    text-align: center;
}.privacy_hub46 h2 {
    width: 100%;
    margin-top: 25px;
    font-size: 32px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(193,187,194);
    text-align: left;
}.privacy_hub46 ul, .privacy_hub46 ol {
    padding-left: 0;
    width: 100%;
    margin: 20px 0;
    list-style-type: none;
}.privacy_hub46 li {
    border-radius: 10px;
    font-size: 12px;
    background: rgb(193,187,194,0.5);
    font-weight: 400;
    padding: 10px 20px;
    border-left: 4px solid rgb(159,151,159);
    margin-bottom: 15px;
    color: #ffffff;
}.privacy_hub46 section {
    width: 100%;
    border-radius: 25px;
    background: rgb(159,151,159,0.5);
    padding: 30px;
    margin-bottom: 30px;
}.privacy_hub46 p, .privacy_hub46 span, .privacy_hub46 div {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {.privacy_hub46 {
    padding: 30px 15px;
}.privacy_hub46 h1 {
    font-size: calc(21px - 10px);
}.privacy_hub46 h2 {
    font-size: calc(21px - 8px);
}.privacy_hub46 li {
    padding: 8px 15px;
    font-size: calc(12px - 2px);
}}footer {
    width: 100%;
    position: relative;
}.encrypt_cta63 {
    padding: 70px 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: #ffffff;
}.encrypt_cta63::before {
    left: 0;
    position: absolute;
    content: "";
    height: 5px;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(193,187,194), rgb(159,151,159));
}footer .training_zone83 {
    display: grid;
    gap: 60px;
}footer .edu_asknow81 {
    flex-wrap: wrap;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: space-between;
    padding-bottom: 40px;
}footer .info_item {
    position: relative;
    margin-right: 30px;
    margin-bottom: 15px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    fill: rgb(193,187,194);
    position: relative;
    margin-right: 10px;
    top: 3px;
    width: 18px;
    height: 18px;
}footer .info_item p,
footer .info_item a {
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: color 0.2s ease;
    color: #000000;
    font-size: 13px;
}footer .info_item a:hover {
    color: rgb(193,187,194);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .top_navbar92 {
    margin-bottom: 15px;
}footer .top_navbar92 svg {
    width: auto;
    height: 40px;
    margin-bottom: 20px;
}footer .edu_global58 {
    max-width: 350px;
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
}footer .main_train57 h5 {
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
}footer .main_train57 h5::after {
    left: 0;
    background-color: rgb(193,187,194);
    width: 30px;
    bottom: -8px;
    height: 2px;
    position: absolute;
    content: "";
}footer .first_class87 {
    margin-bottom: 30px;
}footer .first_class87 a {
    text-decoration: none;
    display: block;
    font-size: 13px;
    color: #000000;
    margin-bottom: 12px;
    transition: transform 0.2s ease, color 0.2s ease;
}footer .first_class87 a:hover {
    color: rgb(193,187,194);
    transform: translateX(5px);
}footer .subscribe_holder {
    border-radius: 10px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.02);
}footer .subscribe_holder h5 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
}footer .input_holder {
    gap: 10px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    font-size: 13px;
    border-radius: 10px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    transition: border-color 0.3s ease;
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(193,187,194);
    outline: none;
}footer .sub_widget30 {
    background-color: rgb(193,187,194);
    border: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    font-size: 15px;
    padding: 14px 20px;
}footer .sub_widget30:hover {
    background-color: rgb(159,151,159);
}footer .footer_social85 {
    margin-top: 50px;
}footer .mobile_cta42 {
    font-size: 16px;
    text-align: center;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_widget30 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .encrypt_cta63 {
    padding: 50px 0 30px;
}footer .edu_asknow81 {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .footer_social85 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .encrypt_cta63 {
    padding: 40px 0 20px;
}footer .training_zone83 {
    gap: 40px;
}footer .main_train57 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}
}