* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.flag_contentkey {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-containerkey {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.container {
    width: 1101px;
    margin: auto;
    max-width: 100%;
}.top_navbarkey {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.service_connectkey {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg, rgb(201,214,228) 0%, rgba(rgb(154,177,202), 0.03) 100%);
    overflow: hidden;
}.service_connectkey::before {
    z-index: 1;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(104,143,172), 0.07) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgba(rgb(154,177,202), 0.07) 0%, transparent 25%);
    left: 0;
    bottom: 0;
}.service_connectkey::after {
    z-index: 2;
    left: 0;
    opacity: 0.6;
    height: 100%;
    position: absolute;
    background: 
    linear-gradient(45deg, transparent 49%, rgba(rgb(154,177,202), 0.03) 49%, rgba(rgb(154,177,202), 0.03) 51%, transparent 51%) 0 0 / 40px 40px,
    linear-gradient(-45deg, transparent 49%, rgba(rgb(104,143,172), 0.03) 49%, rgba(rgb(104,143,172), 0.03) 51%, transparent 51%) 0 0 / 40px 40px;
    width: 100%;
    content: "";
    top: 0;
}.service_connectkey .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 10;
    margin: 0 auto;
    position: relative;
}.service_connectkey .team_contactkey {
    border-radius: 15px;
    display: grid;
    background: #ffffff;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    grid-gap: 40px;
    box-shadow: 0 20px 60px rgba(#000000, 0.08);
    padding: 0;
    overflow: hidden;
}.service_connectkey h3 {
    padding: 30px 40px;
    grid-column: 1 / -1;
    background: rgb(154,177,202);
    margin: 0;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    letter-spacing: 1px;
}.service_connectkey h3::after {
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(104,143,172), transparent);
    left: 0;
    bottom: 0;
    content: "";
    height: 6px;
}.service_connectkey .write_feedbackkey {
    grid-column: 1 / -1;
    padding: 0 40px;
    color: #000000;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 40px;
}.service_connectkey .quick_helpkey {
    padding: 0 40px 40px;
    grid-column: 1 / -1;
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.service_connectkey .quick_helpkey span {
    border-radius: 10px;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
    flex-direction: column;
    padding: 25px 30px;
    position: relative;
    display: flex;
    background: rgba(rgb(201,214,228), 0.5);
}.service_connectkey .quick_helpkey span:hover {
    transform: translateX(5px);
    background: rgba(rgb(154,177,202), 0.05);
}.service_connectkey .quick_helpkey span p {
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: 16px;
}.service_connectkey .quick_helpkey span p::before {
    width: 16px;
    height: 16px;
    background: rgb(154,177,202);
    border-radius: 4px;
    top: 50%;
    position: absolute;
    opacity: 0.2;
    transform: translateY(-50%);
    left: 0;
    content: "";
}.service_connectkey .quick_helpkey span span {
    transform: none;
    background: transparent;
    border: none;
    display: inline-block;
    padding: 0;
    font-weight: 400;
    margin: 0;
}.service_connectkey .quick_helpkey span span:hover {
    border-left: none;
    transform: none;
    background: transparent;
}.service_connectkey .quick_helpkey span a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    color: rgb(154,177,202);
}.service_connectkey .quick_helpkey span a:hover {
    color: rgb(104,143,172);
}.service_connectkey .quick_helpkey span a::after {
    height: 1px;
    bottom: -2px;
    transition: all 0.3s ease;
    left: 0;
    background: rgb(154,177,202);
    opacity: 0.5;
    width: 100%;
    position: absolute;
    content: "";
}.service_connectkey .quick_helpkey span a:hover::after {
    height: 2px;
    opacity: 1;
    background: rgb(104,143,172);
}.service_connectkey .contact_querykey {
    padding: 30px;
    grid-column: 1 / -1;
    border-radius: 10px;
    background: rgba(rgb(154,177,202), 0.03);
    margin: 20px 40px 40px;
}.service_connectkey .contact_querykey h4 {
    margin: 0 0 20px 0;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(rgb(154,177,202), 0.1);
    font-weight: 700;
    position: relative;
    color: rgb(154,177,202);
}.service_connectkey .contact_querykey h4::after {
    background: rgb(154,177,202);
    position: absolute;
    left: 0;
    content: "";
    width: 100px;
    height: 2px;
    bottom: -1px;
}.service_connectkey .contact_querykey span {
    background: transparent;
    padding: 10px 0;
    display: grid;
    transform: none;
    align-items: center;
    border-bottom: 1px dashed rgba(#000000, 0.1);
    transition: all 0.3s ease;
    color: #000000;
    grid-template-columns: 1fr auto;
    border-left: none;
}.service_connectkey .contact_querykey span:last-child {
    border-bottom: none;
}.service_connectkey .contact_querykey span:hover {
    background: rgba(rgb(154,177,202), 0.02);
    padding-left: 10px;
    border-left: none;
    transform: none;
}@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
}

.service_connectkey .team_contactkey::before {
    right: -100px;
    background: rgb(154,177,202);
    animation: float 8s ease-in-out infinite, pulse 6s ease-in-out infinite;
    top: -100px;
    position: absolute;
    content: "";
    opacity: 0.05;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: 1;
}.service_connectkey .team_contactkey::after {
    opacity: 0.05;
    left: -75px;
    border-radius: 50%;
    z-index: 1;
    height: 150px;
    width: 150px;
    content: "";
    background: rgb(104,143,172);
    position: absolute;
    bottom: -75px;
    animation: float 8s ease-in-out infinite reverse, pulse 6s ease-in-out infinite reverse;
}

@media (max-width: 1024px) {.service_connectkey {
    padding: 80px 0;
}.service_connectkey .team_contactkey {
    grid-gap: 30px;
}.service_connectkey h3 {
    padding: 25px 30px;
}.service_connectkey .write_feedbackkey {
    padding: 0 30px;
    padding-top: 30px;
}.service_connectkey .quick_helpkey {
    padding: 0 30px 30px;
}.service_connectkey .contact_querykey {
    margin: 10px 30px 30px;
}
}

@media (max-width: 768px) {.service_connectkey {
    padding: 60px 0;
}.service_connectkey h3 {
    padding: 20px 25px;
    font-size: calc(32px - 2px);
}.service_connectkey .write_feedbackkey {
    padding: 0 25px;
    padding-top: 25px;
}.service_connectkey .quick_helpkey {
    padding: 0 25px 25px;
    grid-template-columns: 1fr;
}.service_connectkey .contact_querykey {
    margin: 10px 25px 25px;
    padding: 20px;
}.service_connectkey .contact_querykey span {
    padding: 8px 0;
}
}

@media (max-width: 576px) {.service_connectkey {
    padding: 50px 0;
}.service_connectkey h3 {
    padding: 15px 20px;
    font-size: calc(32px - 4px);
}.service_connectkey .write_feedbackkey {
    padding-top: 20px;
    font-size: calc(16px - 1px);
    padding: 0 20px;
}.service_connectkey .quick_helpkey {
    padding: 0 20px 20px;
    grid-gap: 15px;
}.service_connectkey .quick_helpkey span {
    padding: 20px;
}.service_connectkey .contact_querykey {
    margin: 10px 20px 20px;
    padding: 15px;
}.service_connectkey .contact_querykey h4 {
    font-size: calc(24px - 2px);
    padding-bottom: 8px;
    margin-bottom: 15px;
}.service_connectkey .contact_querykey span {
    padding: 6px 0;
    font-size: calc(16px - 1px);
}}

.service_connectkey .quick_helpkey span::after {
    top: 0;
    width: 0;
    border-color: transparent rgba(rgb(154,177,202), 0.1) transparent transparent;
    border-style: solid;
    content: "";
    opacity: 0;
    right: 0;
    position: absolute;
    border-width: 0 20px 20px 0;
    height: 0;
    transition: all 0.3s ease;
}.service_connectkey .quick_helpkey span:hover::after {
    opacity: 1;
}.service_connectkey .quick_helpkey span:nth-child(odd) {
    transition: all 0.5s ease;
    transform: translateY(0) rotate(0);
}.service_connectkey .quick_helpkey span:nth-child(odd):hover {
    transform: translateX(5px) translateY(-3px) rotate(0.5deg);
}.service_connectkey .quick_helpkey span:nth-child(even) {
    transform: translateY(0) rotate(0);
    transition: all 0.5s ease;
}.service_connectkey .quick_helpkey span:nth-child(even):hover {
    transform: translateX(5px) translateY(3px) rotate(-0.5deg);
}.service_connectkey .quick_helpkey span svg {
    opacity: 0.8;
    transition: all 0.3s ease;
    height: 20px;
    top: 50%;
    width: 20px;
    transform: translateY(-50%);
    fill: rgb(154,177,202);
    left: 0;
    position: absolute;
}.service_connectkey .quick_helpkey span svg path {
    fill: rgb(154,177,202);
}.service_connectkey .quick_helpkey span:hover svg {
    transform: translateY(-50%) scale(1.1);
    fill: rgb(104,143,172);
}.service_connectkey .quick_helpkey span svg path {
    stroke: #000000;
    stroke-width: 1;
    stroke-opacity: 0.2;
    transition: all 0.3s ease;
}.service_connectkey .quick_helpkey span:hover svg path {
    stroke: rgb(104,143,172);
    stroke-opacity: 0.5;
}.service_connectkey .quick_helpkey span p svg {
    top: 50%;
    height: 16px;
    position: absolute;
    width: 16px;
    left: 0;
    transform: translateY(-50%);
    fill: rgb(154,177,202);
}.service_connectkey .contact_querykey h4 svg {
    width: 18px;
    vertical-align: middle;
    margin-right: 8px;
    height: 18px;
    fill: rgb(154,177,202);
}

@media (max-width: 768px) {.service_connectkey .quick_helpkey span svg {
    height: 18px;
    width: 18px;
}.service_connectkey .quick_helpkey span p svg {
    width: 14px;
    height: 14px;
}.service_connectkey .contact_querykey h4 svg {
    margin-right: 6px;
    width: 16px;
    height: 16px;
}
}

@media (max-width: 576px) {.service_connectkey .quick_helpkey span svg {
    height: 16px;
    width: 16px;
}.service_connectkey .quick_helpkey span p svg {
    height: 12px;
    width: 12px;
}.service_connectkey .contact_querykey h4 svg {
    width: 14px;
    margin-right: 5px;
    height: 14px;
}}.cookie_dialog_bannerkey {
    bottom: 0;
    background: rgb(201,214,228);
    z-index: 90;
    width: 100%;
    border-top: 2px solid rgb(154,177,202);
    position: fixed;
}#cookiePreferenceBoxkey {
    display: none;
}#cookiePreferenceBoxkey:checked ~ .cookie_dialog_bannerkey {
    opacity: 0;
    visibility: hidden;
}.cookie_tipskey {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}.cookie_dialog_bannerkey h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_dialog_bannerkey p {
    font-size: 18px;
}.cookie_reviewkey {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_reviewkey svg, .cookie_reviewkey svg path, .cookie_reviewkey img {
    width: 100px;
    height: 100px;
    fill: rgb(154,177,202);
}.cookie_confirmkey {
    text-align: center;
    flex-shrink: 0;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    margin-left: 10px;
    border-bottom: 2px solid rgb(154,177,202);
    color: rgb(154,177,202);
    line-height: 35px;
    min-width: 120px;
    font-size: 24px;
}.cookie_dialog_bannerkey p a {
    text-decoration: none;
    color: rgb(154,177,202);
}
@media only screen and (max-width: 1200px) {.cookie_dialog_bannerkey {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_reviewkey {
    display: none;
}.cookie_tipskey {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_dialog_bannerkey h5 {
    text-align: center;
}.cookie_dialog_bannerkey p {
    text-align: center;
}.online_trackingkey {
    margin-bottom: 20px;
}body .wrapper-containerkey .cookie_confirmkey {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-containerkey .cookie_dialog_bannerkey {
    background: rgb(154,177,202);
    box-shadow: rgb(104,143,172,0.5) 0px 0px 10px 10px;
}.wrapper-containerkey .cookie_tipskey {
    padding: 40px 0;
    justify-content: space-between;
}.wrapper-containerkey .cookie_confirmkey {
    font-size: 20px;
    margin-left: 30px;
    padding: 10px;
    color: rgb(154,177,202);
    background: #ffffff;
    border: none;
}.wrapper-containerkey .online_trackingkey {
    color: #ffffff;
    text-align: left;
}.wrapper-containerkey .online_trackingkey h5 {
    font-weight: 700;
}.wrapper-containerkey .online_trackingkey h5, .wrapper-containerkey .online_trackingkey p {
    color: #ffffff;
}.wrapper-containerkey .cookie_dialog_bannerkey p a {
    text-decoration: underline;
    color: rgb(104,143,172);
}.who_we_arekey {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.who_we_arekey::before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
}.who_we_arekey::after {
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(0,0,0,0.85) 0%, 
        rgba(20,20,40,0.7) 50%, 
        rgba(0,0,0,0.85) 100%);
    position: absolute;
    left: 0;
    z-index: 2;
    top: 0;
    content: "";
}.who_we_arekey .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    perspective: 1000px;
}.who_we_arekey .text_pill_wrapkey {
    padding: 40px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    position: relative;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
    transform-style: preserve-3d;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.3),
        0 5px 15px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
}.who_we_arekey .text_pill_wrapkey:hover {
    transform: translateZ(20px) rotateX(2deg);
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.4),
        0 10px 20px rgba(0,0,0,0.3),
        0 0 0 1px rgba(255,255,255,0.15);
}.who_we_arekey h1 {
    transform: translateZ(30px);
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 41px;
    color: #ffffff;
    text-shadow: 0 4px 8px rgba(0,0,0,0.3);
}.who_we_arekey h1::after {
    left: 0;
    transform-origin: left;
    transform: scaleX(1);
    bottom: -10px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(154,177,202), rgb(104,143,172));
    width: 100px;
}.who_we_arekey .text_pill_wrapkey:hover h1::after {
    transform: scaleX(1.5);
}.who_we_arekey ul {
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translateZ(10px);
}.who_we_arekey li {
    margin-bottom: 20px;
}.who_we_arekey li:last-child {
    margin-bottom: 0;
}.who_we_arekey h4 {
    transform: translateZ(20px);
    display: inline-block;
    color: rgb(154,177,202);
    font-weight: 600;
    margin-bottom: 15px;
    font-size: calc(19px + 2px);
    position: relative;
}.who_we_arekey h4::before {
    height: 8px;
    width: 8px;
    background: rgb(104,143,172);
    top: 50%;
    left: -15px;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    position: absolute;
}.who_we_arekey span {
    column-count: 1;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    column-gap: 40px;
    font-size: 13px;
    transition: all 0.5s ease;
    transform: translateZ(5px);
    position: relative;
    display: block;
    color: #ffffff;
    line-height: 1.8;
}.who_we_arekey .text_pill_wrapkey::before {
    right: -10px;
    top: -10px;
    width: 100px;
    position: absolute;
    transform: rotate(45deg);
    height: 100px;
    opacity: 0.7;
    content: "";
    transition: all 0.5s ease;
    background: linear-gradient(135deg, rgb(154,177,202,0.5), transparent 70%);
    z-index: -1;
}.who_we_arekey .text_pill_wrapkey:hover::before {
    transform: rotate(60deg) scale(1.2);
}

@media (min-width: 768px) {.who_we_arekey .text_pill_wrapkey {
    padding: 60px;
}.who_we_arekey span {
    column-count: 2;
}.who_we_arekey h1 {
    font-size: calc(41px + 10px);
}
}

@media (min-width: 992px) {.who_we_arekey {
    padding: 150px 0;
}.who_we_arekey .text_pill_wrapkey {
    padding: 80px;
    margin-left: 50px;
}.who_we_arekey span {
    column-count: 2;
}.who_we_arekey h1 {
    transform: translateZ(40px);
    margin-left: -30px;
}
}

@media (max-width: 767px) {.who_we_arekey {
    padding: 60px 0;
}.who_we_arekey .text_pill_wrapkey {
    padding: 30px;
}.who_we_arekey h1 {
    font-size: calc(41px - 4px);
    margin-bottom: 30px;
}.who_we_arekey h4 {
    font-size: 19px;
}.who_we_arekey span {
    line-height: 1.6;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 480px) {.who_we_arekey {
    padding: 40px 0;
}.who_we_arekey .text_pill_wrapkey {
    padding: 25px 20px;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
}.who_we_arekey h1 {
    font-size: calc(41px - 8px);
    margin-bottom: 20px;
}.who_we_arekey h1::after {
    height: 3px;
    width: 70px;
}}

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

.who_we_arekey .text_pill_wrapkey {
    animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.who_we_arekey h1 {
    animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    animation-delay: 0.2s;
}.who_we_arekey h4 {
    animation-delay: 0.4s;
    animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.who_we_arekey span {
    animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    animation-delay: 0.6s;
}.thxDivkey {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(201,214,228) 0%, rgba(rgb(154,177,202,0.5), 0.05) 100%);
    padding: 6rem 0;
}.thxDivkey::before {
    top: -15%;
    filter: blur(60px);
    background: linear-gradient(225deg, rgb(104,143,172) 0%, rgba(rgb(104,143,172,0.5), 0.2) 100%);
    opacity: 0.2;
    height: 80%;
    content: "";
    position: absolute;
    z-index: 0;
    animation: float 18s ease-in-out infinite alternate;
    transform: rotate(-15deg) skew(5deg);
    width: 40%;
    right: -5%;
}.thxDivkey::after {
    width: 35%;
    filter: blur(50px);
    animation: float 15s ease-in-out infinite alternate-reverse;
    left: -5%;
    z-index: 0;
    content: "";
    position: absolute;
    opacity: 0.15;
    background: linear-gradient(45deg, rgb(154,177,202) 0%, rgba(rgb(154,177,202,0.5), 0.1) 100%);
    transform: rotate(15deg) skew(-5deg);
    height: 70%;
    bottom: -10%;
}.thxDivkey .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1140px;
    padding: 0 1.5rem;
}.thxDivkey .study_trackkey {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    gap: calc(18px * 1.5);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    display: grid;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    grid-template-rows: auto auto;
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    padding: clamp(2rem, 5vw, 3.5rem);
}.thxDivkey .study_trackkey::before {
    top: 0;
    background: linear-gradient(180deg, rgb(154,177,202) 0%, rgb(104,143,172) 100%);
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    height: 100%;
    position: absolute;
    left: 0;
    transform: scaleY(0);
    width: 5px;
    content: "";
    transform-origin: top;
}.thxDivkey h5 {
    letter-spacing: -0.01em;
    line-height: 1.3;
    font-size: 19px;
    position: relative;
    padding-bottom: 0.75rem;
    color: #000000;
    font-weight: 700;
    overflow: hidden;
    margin: 0;
}.thxDivkey h5::after {
    transform: translateX(-100%);
    bottom: 0;
    background: rgb(104,143,172);
    position: absolute;
    height: 3px;
    content: "";
    width: 80px;
    left: 0;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
}.thxDivkey a {
    overflow: hidden;
    display: block;
    position: relative;
    transition: transform 0.4s ease-out;
    text-decoration: none;
}.thxDivkey a:hover {
    transform: translateY(-5px);
}.thxDivkey a::before {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(104,143,172,0.5), 0.1) 50%);
    opacity: 0;
    content: "";
    width: 80px;
    transform: scale(0);
    border-radius: 50% 0 50% 0;
    bottom: -20px;
    height: 80px;
    right: -20px;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.thxDivkey a:hover::before {
    transform: scale(1);
    opacity: 1;
}.thxDivkey p {
    font-family: Arial, sans-serif;
    margin: 0;
    opacity: 0;
    line-height: 1.7;
    transform: translateY(10px);
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    position: relative;
    font-size: 18px;
    color: #000000;
}

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

@keyframes growDown {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

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

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skew(3deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) skew(7deg) translate(10px, -10px);
    }
}

@media screen and (min-width: 768px) {.thxDivkey {
    padding: 8rem 0;
}.thxDivkey .study_trackkey {
    border-radius: 10px;
    gap: calc(18px * 2);
    padding: clamp(2.5rem, 6vw, 4rem);
}.thxDivkey h5 {
    font-size: calc(19px * 1.1);
    padding-bottom: 1rem;
}.thxDivkey h5::after {
    width: 120px;
    height: 4px;
}
}

@media screen and (min-width: 992px) {.thxDivkey {
    padding: 10rem 0;
}.thxDivkey .study_trackkey {
    padding: clamp(3rem, 7vw, 5rem);
    gap: calc(18px * 3);
    grid-template-columns: 1fr 1fr;
}.thxDivkey h5 {
    font-size: calc(19px * 1.2);
    padding-bottom: 0;
}.thxDivkey h5::after {
    bottom: -0.75rem;
}.thxDivkey p {
    font-size: calc(18px * 1.05);
}
}

@media screen and (max-width: 767px) {.thxDivkey {
    padding: 4rem 0;
}.thxDivkey .study_trackkey {
    padding: 1.75rem;
}.thxDivkey h5 {
    font-size: calc(19px * 0.9);
}.thxDivkey p {
    font-size: calc(18px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.thxDivkey::before,
    .thxDivkey::after {
    animation: none;
}.thxDivkey .study_trackkey,
    .thxDivkey h5::after,
    .thxDivkey p {
    animation-duration: 0.1s;
}.thxDivkey a:hover {
    transform: none;
}}.flag_contentkey {
    position: relative;
    padding: 5rem 0 3rem;
    color: #ffffff;
    z-index: 1;
}.flag_contentkey::before {
    left: 0;
    z-index: -1;
    content: "";
    backdrop-filter: blur(8px);
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(154,177,202,0.5) 100%);
    width: 100%;
    position: absolute;
}.flag_contentkey .container {
    grid-template-columns: 1.5fr 2fr;
    display: grid;
    position: relative;
    gap: 3rem;
}.flag_contentkey .company_holder {
    animation: borderPulse 4s infinite alternate;
    padding-left: 2rem;
    position: relative;
    border-left: 2px solid rgb(154,177,202);
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(154,177,202);
    }
    50% {
        border-left-color: rgb(104,143,172);
    }
    100% {
        border-left-color: rgb(154,177,202);
    }
}

.flag_contentkey .company_holder h3 {
    font-size: calc(35px * 1.2);
    font-weight: 700;
    background: linear-gradient(to right, #ffffff, rgb(104,143,172));
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    margin-bottom: 1.5rem;
}.flag_contentkey .scholar_ctakey {
    line-height: 1.6;
    opacity: 0.8;
    margin-top: 1rem;
    font-size: 17px;
    color: #ffffff;
}.flag_contentkey .campus_linkskey {
    display: flex;
    justify-content: flex-end;
}.flag_contentkey .top_pagebarkey {
    display: flex;
    gap: 4rem;
}.flag_contentkey .nav_primekey {
    position: relative;
}.flag_contentkey .nav_primekey::before {
    left: -20px;
    border-top: 1px solid rgb(154,177,202);
    border-left: 1px solid rgb(154,177,202);
    content: "";
    height: 40px;
    opacity: 0.4;
    top: -10px;
    width: 40px;
    position: absolute;
}.flag_contentkey .nav_primekey::after {
    opacity: 0.4;
    right: -20px;
    bottom: -10px;
    content: "";
    border-bottom: 1px solid rgb(154,177,202);
    width: 40px;
    position: absolute;
    border-right: 1px solid rgb(154,177,202);
    height: 40px;
}.flag_contentkey .nav_primekey h5 {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-size: 20px;
    letter-spacing: 1px;
    color: rgb(104,143,172);
    font-weight: 600;
}.flag_contentkey .nav_primekey .top_pagebarkey {
    flex-direction: column;
    gap: 0.8rem;
    display: flex;
}.flag_contentkey .nav_primekey .top_pagebarkey a {
    opacity: 0.8;
    position: relative;
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
    padding-left: 1rem;
    transition: all 0.3s ease;
}.flag_contentkey .nav_primekey .top_pagebarkey a::before {
    width: 5px;
    position: absolute;
    transform: translateY(-50%);
    height: 5px;
    left: 0;
    background-color: rgb(154,177,202);
    top: 50%;
    border-radius: 50%;
    content: "";
    transition: all 0.3s ease;
}.flag_contentkey .nav_primekey .top_pagebarkey a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(154,177,202);
}.flag_contentkey .nav_primekey .top_pagebarkey a:hover::before {
    width: 7px;
    background-color: rgb(104,143,172);
    height: 7px;
}.progress_barkey {
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
    position: relative;
}.progress_barkey::before {
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(154,177,202), transparent);
    content: "";
    opacity: 0.5;
    left: 0;
    top: 0;
    height: 1px;
    position: absolute;
}.progress_barkey .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.progress_barkey .edu_linkskey {
    color: #ffffff;
    font-size: 15px;
    opacity: 0.7;
    text-align: center;
}

@media screen and (max-width: 992px) {.flag_contentkey .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.flag_contentkey .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.flag_contentkey .campus_linkskey {
    justify-content: flex-start;
}.flag_contentkey .top_pagebarkey {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.flag_contentkey {
    padding: 3rem 0 2rem;
}.flag_contentkey .top_pagebarkey {
    gap: 2rem;
    flex-direction: column;
}.flag_contentkey .nav_primekey::before,
    .flag_contentkey .nav_primekey::after {
    display: none;
}.flag_contentkey .nav_primekey {
    margin-bottom: 1.5rem;
}.progress_barkey {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.flag_contentkey .company_holder h3 {
    font-size: 35px;
}.flag_contentkey .nav_primekey h5 {
    font-size: calc(18px * 1.1);
}.flag_contentkey .nav_primekey .top_pagebarkey a {
    font-size: calc(17px * 0.9);
}}.prospective_studentskey {
    position: relative;
    z-index: 1;
    background: rgb(201,214,228);
    padding: 5rem 0;
    overflow: hidden;
}.prospective_studentskey::before {
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        transparent 0%,
        rgba(rgb(104,143,172,0.5), 0.05) 25%, 
        transparent 35%,
        rgba(rgb(154,177,202,0.5), 0.05) 50%,
        transparent 65%,
        rgba(rgb(104,143,172,0.5), 0.05) 75%,
        transparent 100%
    );
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100%;
}.prospective_studentskey::after {
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    background-size: 50px 50px, 100px 100px;
    background-position: 0 0, 25px 25px;
    width: 100%;
    content: "";
    top: 0;
    background-image: 
        radial-gradient(rgba(rgb(154,177,202,0.5), 0.15) 2px, transparent 2px),
        radial-gradient(rgba(rgb(104,143,172,0.5), 0.1) 2px, transparent 2px);
}.prospective_studentskey .study_trackkey {
    padding: 0 2rem;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}.prospective_studentskey h3 {
    margin-bottom: 3rem;
    padding-left: 2rem;
    font-size: 38px;
    position: relative;
    font-weight: 700;
    text-align: left;
    color: rgb(104,143,172);
}.prospective_studentskey h3::before {
    width: 5px;
    height: 100%;
    top: 0;
    content: "";
    border-radius: 10px;
    position: absolute;
    left: 0;
    background: linear-gradient(
        to bottom,
        rgb(104,143,172),
        rgb(154,177,202)
    );
}.prospective_studentskey ul {
    margin: 0;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    position: relative;
    gap: 2rem 1.5rem;
}.prospective_studentskey ul::before {
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(rgb(154,177,202,0.5), 0.3),
        transparent
    );
    z-index: -1;
    left: 50%;
    width: 1px;
    position: absolute;
    content: "";
    top: 0;
}.prospective_studentskey li {
    position: relative;
    align-items: flex-start;
    transition: all 0.3s ease;
    border-radius: 12px;
    padding: 1.5rem;
    background: rgba(rgb(104,143,172,0.5), 0.03);
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(rgb(104,143,172,0.5), 0.1);
    display: flex;
}.prospective_studentskey li::before {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(154,177,202,0.5), 0.5),
        transparent
    );
    top: 0;
    height: 4px;
    content: "";
    transition: opacity 0.4s ease;
}.prospective_studentskey li::after {
    height: 40px;
    left: -10px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    top: -10px;
    width: 40px;
    background: radial-gradient(
        circle,
        rgba(rgb(154,177,202,0.5), 0.15) 0%,
        transparent 70%
    );
    content: "";
}.prospective_studentskey li:hover {
    background: rgba(rgb(104,143,172,0.5), 0.05);
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(rgb(154,177,202,0.5), 0.2);
    transform: translateY(-5px);
}.prospective_studentskey li:hover::before {
    opacity: 1;
}.prospective_studentskey li:nth-child(odd)::after {
    right: -10px;
    left: auto;
    animation: pulseEven 3s infinite alternate ease-in-out;
}.prospective_studentskey li:nth-child(even)::after {
    animation: pulseOdd 3s infinite alternate-reverse ease-in-out;
}.prospective_studentskey li svg {
    fill: rgb(154,177,202);
    margin-right: 1rem;
    flex-shrink: 0;
    position: relative;
    height: 32px;
    width: 32px;
    transition: all 0.3s ease;
}.prospective_studentskey li svg::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    height: 100%;
    background: radial-gradient(
        circle,
        rgba(rgb(154,177,202,0.5), 0.3) 0%,
        transparent 70%
    );
    width: 100%;
}.prospective_studentskey li svg path {
    transition: fill 0.3s ease;
    fill: rgb(154,177,202);
}.prospective_studentskey li:hover svg {
    transform: scale(1.1);
    animation: pulse 2s infinite;
}.prospective_studentskey li:hover svg path {
    fill: rgb(154,177,202);
}.prospective_studentskey li {
    line-height: 1.5;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

@keyframes pulse {
    0% {
        filter: drop-shadow(0 0 2px rgba(rgb(154,177,202,0.5), 0.5));
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(rgb(154,177,202,0.5), 0.8));
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(rgb(154,177,202,0.5), 0.5));
    }
}

@keyframes pulseOdd {
    0% {
        opacity: 0.4;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes pulseEven {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.4);
    }
}

@media (max-width: 992px) {.prospective_studentskey {
    padding: 4rem 0;
}.prospective_studentskey h3 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.9);
}.prospective_studentskey ul {
    gap: 1.5rem 1.2rem;
}
}

@media (max-width: 768px) {.prospective_studentskey {
    padding: 3.5rem 0;
}.prospective_studentskey .study_trackkey {
    padding: 0 1.5rem;
}.prospective_studentskey h3 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
    padding-left: 0;
    text-align: center;
}.prospective_studentskey h3::before {
    transform: translateX(-50%);
    height: 4px;
    top: auto;
    width: 80px;
    left: 50%;
    bottom: -12px;
}.prospective_studentskey ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.prospective_studentskey ul::before {
    display: none;
}
}

@media (max-width: 480px) {.prospective_studentskey {
    padding: 3rem 0;
}.prospective_studentskey .study_trackkey {
    padding: 0 1rem;
}.prospective_studentskey h3 {
    margin-bottom: 1.8rem;
    font-size: calc(38px * 0.7);
}.prospective_studentskey h3::before {
    width: 60px;
    height: 3px;
}.prospective_studentskey li {
    padding: 1.2rem;
}.prospective_studentskey li svg {
    width: 28px;
    height: 28px;
    margin-right: 0.8rem;
}.prospective_studentskey li::after {
    height: 30px;
    width: 30px;
    top: -8px;
    left: -8px;
}}.connect_with_uskey {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 80px 0;
}.connect_with_uskey::before {
    background-size: 20px 20px;
    top: 0;
    width: 100%;
    z-index: 0;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
}.connect_with_uskey .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
}.connect_with_uskey h2 {
    font-size: 30px;
    padding-left: 20px;
    margin-bottom: 50px;
    color: #000000;
    position: relative;
    font-weight: 700;
    border-left: 5px solid rgb(154,177,202);
    text-align: left;
}.connect_with_uskey .request_feedbackkey {
    flex-direction: row-reverse;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-radius: 23px;
    overflow: hidden;
    display: flex;
}.connect_with_uskey .image_overlaykey {
    position: relative;
    flex: 0 0 40%;
    min-height: 500px;
}.connect_with_uskey .image_overlaykey::before {
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    content: "";
    mix-blend-mode: multiply;
    background: rgb(154,177,202,0.5);
    position: absolute;
    left: 0;
}.connect_with_uskey .help_mapkey {
    position: relative;
    flex: 0 0 60%;
    padding: 60px;
}.connect_with_uskey .help_mapkey::after {
    right: 0;
    background: rgb(201,214,228);
    border-radius: 0 0 0 100%;
    z-index: -1;
    height: 150px;
    position: absolute;
    top: 0;
    width: 150px;
    content: "";
}.connect_with_uskey #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}.connect_with_uskey h3 {
    font-size: 19px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}.connect_with_uskey h3::after {
    background: rgb(154,177,202);
    height: 2px;
    position: absolute;
    width: 40px;
    content: "";
    left: 0;
    bottom: -10px;
}.connect_with_uskey input[type="text"] {
    font-size: 16px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    padding: 18px 20px;
    color: #000000;
    border: none;
    width: 100%;
    background: rgb(201,214,228);
    transition: all 0.3s ease;
    border-radius: 10px;
}.connect_with_uskey input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(154,177,202,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    outline: none;
    background: #ffffff;
}.connect_with_uskey input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.connect_with_uskey .connect_listkey {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 5px;
}.connect_with_uskey .connect_listkey input[type="checkbox"] {
    height: 22px;
    border-radius: 10px;
    border: 2px solid rgb(201,214,228);
    cursor: pointer;
    transition: all 0.2s ease;
    width: 22px;
    position: relative;
    appearance: none;
}.connect_with_uskey .connect_listkey input[type="checkbox"]:checked {
    border-color: rgb(154,177,202);
    background: rgb(154,177,202);
}.connect_with_uskey .connect_listkey input[type="checkbox"]:checked::after {
    left: 7px;
    width: 6px;
    height: 11px;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    content: "";
}.connect_with_uskey .connect_listkey label {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}.connect_with_uskey .connect_listkey a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(154,177,202);
    position: relative;
}.connect_with_uskey .connect_listkey a:hover {
    color: rgb(104,143,172);
}.connect_with_uskey .connect_listkey a::after {
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    width: 100%;
    background: rgb(154,177,202);
    transition: all 0.3s ease;
    position: absolute;
}.connect_with_uskey .connect_listkey a:hover::after {
    background: rgb(104,143,172);
}.connect_with_uskey .feedback_mapkey {
    font-size: 17px;
    cursor: pointer;
    color: #ffffff;
    box-shadow: 0 4px 15px rgb(154,177,202,0.5);
    font-weight: 600;
    align-self: flex-start;
    border-radius: 23px;
    border: none;
    transition: all 0.3s ease;
    margin-top: 20px;
    padding: 18px 40px;
    background: rgb(154,177,202);
}.connect_with_uskey .feedback_mapkey:hover {
    background: rgb(104,143,172);
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgb(104,143,172,0.5);
}.connect_with_uskey svg {
    width: 20px;
    height: 20px;
    fill: rgb(154,177,202);
    transition: all 0.3s ease;
}.connect_with_uskey svg path {
    fill: rgb(154,177,202);
    transition: all 0.3s ease;
}.connect_with_uskey svg:hover {
    fill: rgb(104,143,172);
}.connect_with_uskey svg:hover path {
    fill: rgb(104,143,172);
}

@media (max-width: 992px) {.connect_with_uskey .request_feedbackkey {
    flex-direction: column;
}.connect_with_uskey .image_overlaykey {
    order: 1;
    min-height: 300px;
    flex: 0 0 auto;
}.connect_with_uskey .help_mapkey {
    flex: 0 0 auto;
    padding: 50px 40px;
    order: 2;
}.connect_with_uskey h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.connect_with_uskey {
    padding: 60px 0;
}.connect_with_uskey h2 {
    font-size: calc(30px - 4px);
    margin-bottom: 30px;
}.connect_with_uskey .help_mapkey {
    padding: 40px 30px;
}.connect_with_uskey #contact {
    gap: 25px;
}.connect_with_uskey .image_overlaykey {
    min-height: 250px;
}
}

@media (max-width: 576px) {.connect_with_uskey {
    padding: 40px 0;
}.connect_with_uskey .container {
    padding: 0 15px;
}.connect_with_uskey h2 {
    padding-left: 15px;
    font-size: calc(30px - 6px);
    margin-bottom: 25px;
}.connect_with_uskey .help_mapkey {
    padding: 30px 20px;
}.connect_with_uskey #contact {
    gap: 20px;
}.connect_with_uskey input[type="text"] {
    padding: 15px;
}.connect_with_uskey .feedback_mapkey {
    width: 100%;
    padding: 15px 20px;
}.connect_with_uskey .image_overlaykey {
    min-height: 200px;
}}.privacy_armourykey {
    box-shadow: 0 0 15px rgb(154,177,202,0.5);
    background-color: rgb(104,143,172);
    font-family: Arial, sans-serif;
    padding: 50px;
    color: #ffffff;
}.privacy_armourykey h3, .privacy_armourykey h4, .privacy_armourykey h5, .privacy_armourykey h6 {
    margin: 1rem 0;
}.privacy_armourykey h1 {
    margin-bottom: 30px;
    color: rgb(154,177,202);
    font-size: 41px;
    text-shadow: 0 0 8px rgb(154,177,202,0.5);
    font-weight: 700;
}.privacy_armourykey h2 {
    margin-top: 40px;
    color: rgb(154,177,202);
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 33px;
    text-shadow: 0 0 5px rgb(104,143,172,0.5);
}.privacy_armourykey h3, .privacy_armourykey h4, .privacy_armourykey h5, .privacy_armourykey h6 {
    margin-top: 30px;
    color: rgb(154,177,202);
}.privacy_armourykey h3 {
    font-size: calc(24px - 2px);
    text-shadow: 0 0 6px rgb(154,177,202,0.5);
    font-weight: 700;
}.privacy_armourykey h4 {
    font-size: calc(24px + 2px);
    text-shadow: 0 0 4px rgb(154,177,202,0.5);
    font-weight: 600;
}.privacy_armourykey h5 {
    font-weight: 400;
    font-size: 24px;
    text-shadow: 0 0 3px rgb(154,177,202,0.5);
}.privacy_armourykey h6 {
    font-weight: 300;
    font-size: 19px;
    text-shadow: 0 0 2px rgb(154,177,202,0.5);
}.privacy_armourykey ul, .privacy_armourykey ol {
    margin: 20px 0;
    padding-left: 25px;
    list-style: none;
}.privacy_armourykey li {
    line-height: 1.7;
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 15px;
    position: relative;
}.privacy_armourykey li::before {
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-color: rgb(104,143,172);
    border-radius: 50%;
    box-shadow: 0 0 8px rgb(104,143,172,0.5);
    width: 10px;
    height: 10px;
}.privacy_armourykey section {
    margin-top: 50px;
    border-top: 1px solid rgb(104,143,172,0.5);
    padding-top: 30px;
}.privacy_armourykey p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 18px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}.privacy_armourykey span {
    text-shadow: 0 0 4px rgb(104,143,172,0.5);
    font-weight: 600;
    color: rgb(104,143,172);
}.privacy_armourykey div {
    margin-bottom: 25px;
}
@media only screen and (max-width: 800px) {.privacy_armourykey {
    border-radius: 10px;
    padding: 30px;
}.privacy_armourykey h1 {
    font-size: calc(24px - 8px);
}.privacy_armourykey h2 {
    font-size: calc(24px - 6px);
}.privacy_armourykey ul, .privacy_armourykey ol {
    padding-left: 20px;
}.privacy_armourykey li {
    font-size: calc(18px - 1px);
}.privacy_armourykey p {
    font-size: calc(18px - 1px);
}}.stay_informedkey {
    position: relative;
    overflow: hidden;
    background: linear-gradient(170deg, rgb(201,214,228) 0%, rgb(154,177,202,0.5) 100%);
    padding: 5rem 3rem 7rem;
    margin: 5rem 0;
}.stay_informedkey::before {
    animation: wave 15s infinite alternate;
    z-index: 1;
    position: absolute;
    transform: rotate(30deg);
    width: 80%;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    content: "";
    top: -30%;
    left: -10%;
    height: 200%;
    background: rgb(104,143,172,0.5);
    opacity: 0.4;
}.stay_informedkey::after {
    z-index: 1;
    right: -10%;
    height: 60%;
    background: rgb(154,177,202,0.5);
    width: 80%;
    animation: float 12s infinite alternate;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
    content: "";
    transform: rotate(-15deg);
    bottom: -10%;
    position: absolute;
    opacity: 0.3;
    filter: blur(8px);
}.stay_informedkey .study_trackkey {
    flex-direction: column;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
}.stay_informedkey p {
    max-width: 80%;
    color: #000000;
    font-weight: 700;
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    margin-bottom: 3rem;
    font-size: 30px;
    opacity: 0.9;
}.stay_informedkey p::after {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    border-radius: 3px;
    content: "";
    background: rgb(104,143,172);
    width: 3rem;
    bottom: -1.5rem;
    height: 3px;
}.stay_informedkey .input_holder {
    transform: rotate(-2deg);
    gap: 1.5rem;
    position: relative;
    display: flex;
    width: 100%;
    max-width: 600px;
    flex-direction: column;
}.stay_informedkey .updates_itemkey {
    font-size: 13px;
    transform: translateY(0);
    border-radius: 15px;
    padding: 1.5rem;
    border: none;
    font-family: Arial, sans-serif;
    color: #000000;
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
}.stay_informedkey .updates_itemkey:focus {
    outline: none;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.stay_informedkey .updates_itemkey::placeholder {
    color: #000000;
    opacity: 0.6;
}.stay_informedkey .email_submitkey {
    transform: rotate(2deg) translateY(0);
    font-size: 14px;
    transition: all 0.3s ease;
    align-self: flex-end;
    background: linear-gradient(90deg, rgb(154,177,202) 0%, rgb(104,143,172) 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 15px;
    padding: 1.2rem 3rem;
    overflow: hidden;
    z-index: 2;
    font-family: Arial, sans-serif;
    cursor: pointer;
    font-weight: 600;
    border: none;
    color: #ffffff;
}.stay_informedkey .email_submitkey::before {
    height: 100%;
    background: linear-gradient(90deg, rgb(104,143,172) 0%, rgb(154,177,202) 100%);
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}.stay_informedkey .email_submitkey:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: rotate(2deg) translateY(-5px);
}.stay_informedkey .email_submitkey:hover::before {
    opacity: 1;
}

@keyframes wave {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) translateY(-10px);
    }
    100% {
        transform: rotate(-15deg) translateY(0);
    }
}

@media (max-width: 768px) {.stay_informedkey {
    padding: 4rem 1.5rem 5rem;
}.stay_informedkey p {
    max-width: 100%;
    font-size: 19px;
}.stay_informedkey .input_holder {
    transform: none;
}.stay_informedkey .email_submitkey {
    transform: none;
    width: 100%;
    align-self: center;
}.stay_informedkey .email_submitkey:hover {
    transform: translateY(-5px);
}}.learning_systemkey {
    z-index: 1;
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(201,214,228) 0%, rgba(rgb(104,143,172,0.5), 0.1) 100%);
}.learning_systemkey::before {
    height: 120%;
    left: -5%;
    transform: rotate(-3deg) scale(1.05);
    content: "";
    z-index: -1;
    width: 120%;
    position: absolute;
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgba(rgb(104,143,172,0.5), 0.03) 0px,
            rgba(rgb(104,143,172,0.5), 0.03) 1px,
            transparent 1px,
            transparent 10px
        ),
        repeating-linear-gradient(
            135deg,
            rgba(rgb(154,177,202,0.5), 0.02) 0px,
            rgba(rgb(154,177,202,0.5), 0.02) 1px,
            transparent 1px,
            transparent 15px
        );
    pointer-events: none;
    top: -10%;
}.learning_systemkey::after {
    transform-origin: bottom;
    bottom: 0;
    transform: skewY(-2deg);
    background: linear-gradient(180deg, transparent, rgb(201,214,228) 90%);
    width: 100%;
    position: absolute;
    height: 60%;
    z-index: -1;
    left: 0;
    content: "";
}.learning_systemkey .study_trackkey {
    grid-template-columns: 1fr;
    max-width: 1200px;
    display: grid;
    transform: translateZ(0);
    margin: 0 auto;
    position: relative;
    gap: 3rem;
    padding: 0 2rem;
}.learning_systemkey h2 {
    padding-bottom: 1.5rem;
    z-index: 2;
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
    transform: translateX(-5px);
    font-size: 29px;
}.learning_systemkey h2::before {
    width: 120px;
    left: 0;
    transform: scaleX(1);
    position: absolute;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, rgb(104,143,172), transparent);
    height: 4px;
}.learning_systemkey:hover h2::before {
    transform: scaleX(1.5);
}.learning_systemkey .text_pill_wrapkey {
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    background: linear-gradient(135deg, rgba(rgb(255, 255, 255, 0.5), 0.8), rgba(rgb(255, 255, 255, 0.5), 0.4));
    padding: 2.5rem 3rem;
    position: relative;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-left: 5px solid rgb(104,143,172);
}.learning_systemkey .text_pill_wrapkey::before {
    background: linear-gradient(
        135deg,
        rgba(rgb(104,143,172,0.5), 0.08) 0%,
        rgba(rgb(154,177,202,0.5), 0.05) 100%
    );
    width: 100%;
    mask-size: 20px 20px;
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    opacity: 0.4;
    mask-image: linear-gradient(45deg, #000 25%, transparent 25%), 
                linear-gradient(-45deg, #000 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, #000 75%),
                linear-gradient(-45deg, transparent 75%, #000 75%);
    left: 0;
    mask-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}.learning_systemkey .text_pill_wrapkey:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(0) translateY(-5px);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.2),
        0 2px 10px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.learning_systemkey p {
    font-size: 12px;
    color: #000000;
    position: relative;
    font-weight: 400;
    opacity: 0.92;
    line-height: 1.75;
    margin: 0;
    transition: opacity 0.3s ease;
}.learning_systemkey .text_pill_wrapkey:hover p {
    opacity: 1;
}.learning_systemkey .text_pill_wrapkey p::first-letter {
    font-weight: 600;
    margin-right: 2px;
    color: rgb(104,143,172);
    font-size: calc(12px * 1.5);
}

@media (min-width: 768px) {.learning_systemkey .study_trackkey {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.learning_systemkey h2 {
    font-size: calc(29px * 1.2);
    padding-bottom: 2rem;
    transform: translateX(-10px);
    margin-bottom: 0;
}.learning_systemkey h2::before {
    height: 5px;
    width: 180px;
}.learning_systemkey .text_pill_wrapkey {
    transform: perspective(1000px) rotateY(2deg) translateZ(0) translateX(20px);
}.learning_systemkey .text_pill_wrapkey:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(0) translateX(15px) translateY(-5px);
}
}

@media (min-width: 992px) {.learning_systemkey {
    padding: 8rem 0;
}.learning_systemkey .study_trackkey {
    gap: 6rem;
}.learning_systemkey h2 {
    font-size: calc(29px * 1.4);
    transform: translateX(-15px);
}.learning_systemkey .text_pill_wrapkey {
    padding: 3.5rem 4rem;
    border-left-width: 8px;
}.learning_systemkey p {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.learning_systemkey {
    padding: 4rem 0;
}.learning_systemkey .study_trackkey {
    gap: 2rem;
    padding: 0 1.5rem;
}.learning_systemkey h2 {
    transform: translateX(0);
    padding-bottom: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
    font-size: calc(29px * 0.9);
}.learning_systemkey h2::before {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
    width: 100px;
}.learning_systemkey:hover h2::before {
    transform: translateX(-50%) scaleX(1.3);
}.learning_systemkey .text_pill_wrapkey {
    padding: 2rem;
}.learning_systemkey p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}}.course_overviewkey {
    position: relative;
    overflow: hidden;
    background: rgb(201,214,228);
    padding: 100px 0;
}.course_overviewkey::before {
    z-index: 0;
    opacity: 0.4;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(154,177,202,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(104,143,172,0.5) 0%, transparent 40%);
    content: "";
    height: 100%;
}.course_overviewkey::after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 0;
    animation: gridMove 20s linear infinite;
    opacity: 0.2;
}.course_overviewkey .container {
    z-index: 1;
    position: relative;
}.course_overviewkey .study_trackkey {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 500px;
}.course_overviewkey .image_overlaykey {
    z-index: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}.course_overviewkey .image_overlaykey::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    top: 0;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
}.course_overviewkey .program_flowkey {
    width: 100%;
    position: relative;
    grid-template-columns: 60% 40%;
    gap: 30px;
    display: grid;
    grid-template-areas: 
        "logo logo"
        "title photo1"
        "desc photo2";
    grid-template-rows: auto auto 1fr;
    z-index: 2;
}.course_overviewkey .head_masterkey {
    grid-area: logo;
    justify-content: center;
    height: 80px;
    z-index: 10;
    box-shadow: 
        0px 10px 30px rgba(0, 0, 0, 0.1),
        0px 4px 10px rgb(154,177,202,0.5);
    display: flex;
    background: #ffffff;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    justify-self: center;
    border-radius: 50%;
    position: relative;
    margin-bottom: 20px;
    width: 80px;
}.course_overviewkey .head_masterkey::before {
    top: -8px;
    animation: spin 10s linear infinite;
    opacity: 0.6;
    z-index: -1;
    right: -8px;
    background: conic-gradient(
        from 0deg, 
        rgb(154,177,202,0.5), 
        rgb(104,143,172,0.5), 
        rgb(154,177,202,0.5)
    );
    left: -8px;
    bottom: -8px;
    border-radius: 50%;
    content: "";
    position: absolute;
}.course_overviewkey .head_masterkey::after {
    content: "";
    z-index: -2;
    right: -15px;
    animation: pulse 4s ease-in-out infinite;
    left: -15px;
    top: -15px;
    border-radius: 50%;
    bottom: -15px;
    position: absolute;
    opacity: 0.3;
    border: 1px solid rgb(154,177,202,0.5);
}.course_overviewkey .head_masterkey:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 
        0px 15px 40px rgba(0, 0, 0, 0.15),
        0px 6px 15px rgb(154,177,202,0.5);
}.course_overviewkey .head_masterkey svg {
    height: 45px;
    width: 45px;
    transition: transform 0.5s ease;
}.course_overviewkey .head_masterkey:hover svg {
    transform: rotate(-10deg);
}.course_overviewkey .head_masterkey svg path {
    fill: rgb(154,177,202);
    transition: fill 0.3s ease;
}.course_overviewkey .head_masterkey:hover svg path {
    fill: rgb(104,143,172);
}.course_overviewkey h3 {
    color: #000000;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
    transform: translateX(-5%);
    font-size: 36px;
    background: #ffffff;
    font-weight: 700;
    z-index: 5;
    position: relative;
    border-radius: 0 13px 13px 0;
    transition: all 0.5s ease;
    grid-area: title;
    margin: 0;
}.course_overviewkey h3::before {
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    left: 10px;
    content: "";
    bottom: 10px;
    right: 10px;
    border-radius: 0 10px 10px 0;
    top: 10px;
    border: 1px dashed rgb(154,177,202,0.5);
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}.course_overviewkey h3::after {
    bottom: 15px;
    position: absolute;
    content: "";
    transition: width 0.4s ease;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(154,177,202), rgb(104,143,172));
    width: 60px;
    left: 40px;
}.course_overviewkey .program_flowkey:hover h3 {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(0%);
}.course_overviewkey .program_flowkey:hover h3::after {
    width: 100px;
}.course_overviewkey p {
    grid-area: desc;
    color: #000000;
    transition: all 0.5s ease 0.1s;
    z-index: 4;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding-right: 70px;
    font-size: 16px;
    padding: 35px 40px;
    transform: translateX(-10%);
    margin: 0;
    line-height: 1.8;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    position: relative;
    border-radius: 0 13px 13px 0;
}.course_overviewkey p::before {
    position: absolute;
    border: 1px dashed rgb(104,143,172,0.5);
    border-radius: 0 10px 10px 0;
    opacity: 0.5;
    bottom: 10px;
    right: 10px;
    top: 10px;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    left: 10px;
    z-index: -1;
    content: "";
}.course_overviewkey .program_flowkey:hover p {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(-5%);
}.course_overviewkey .image_overlaykey::after {
    top: 0;
    left: 0;
    opacity: 0.5;
    transition: opacity 0.5s ease;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    mix-blend-mode: multiply;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
}.course_overviewkey .program_flowkey::after {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
    background: inherit;
    background-position: center bottom;
    transform: translateX(15%);
    border-radius: 13px 0 0 13px;
    grid-area: photo2;
    position: relative;
    height: 100%;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: all 0.5s ease 0.1s;
    background-size: cover;
    content: "";
}.course_overviewkey .program_flowkey:hover::before {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(5%);
}.course_overviewkey .program_flowkey:hover::after {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(10%);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.course_overviewkey {
    padding: 80px 0;
}.course_overviewkey .program_flowkey {
    grid-template-columns: 55% 45%;
    gap: 25px;
}.course_overviewkey h3 {
    padding: 25px 35px;
    font-size: calc(36px - 2px);
}.course_overviewkey p {
    padding: 30px 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.course_overviewkey {
    padding: 70px 0;
}.course_overviewkey .study_trackkey {
    min-height: auto;
}.course_overviewkey .program_flowkey {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
            "logo logo"
            "title title"
            "desc desc"
            "photo1 photo2";
    grid-template-rows: auto auto auto 250px;
    gap: 20px;
}.course_overviewkey h3 {
    padding: 25px 30px;
    transform: none;
    font-size: calc(36px - 4px);
    border-radius: 13px;
    clip-path: none;
}.course_overviewkey h3::before {
    clip-path: none;
    border-radius: 10px;
}.course_overviewkey p {
    clip-path: none;
    padding: 25px 30px;
    border-radius: 13px;
    transform: none;
}.course_overviewkey p::before {
    border-radius: 10px;
    clip-path: none;
}.course_overviewkey .program_flowkey::before,
    .course_overviewkey .program_flowkey::after {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
    height: 250px;
    border-radius: 13px;
    transform: none;
}.course_overviewkey .program_flowkey::after {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}.course_overviewkey .program_flowkey:hover h3,
    .course_overviewkey .program_flowkey:hover p,
    .course_overviewkey .program_flowkey:hover::before,
    .course_overviewkey .program_flowkey:hover::after {
    transform: none;
}.course_overviewkey .head_masterkey {
    height: 70px;
    width: 70px;
    margin-bottom: 15px;
}.course_overviewkey .head_masterkey svg {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 767px) {.course_overviewkey {
    padding: 60px 0;
}.course_overviewkey .study_trackkey {
    min-height: auto;
}.course_overviewkey .program_flowkey {
    gap: 15px;
    grid-template-areas: 
            "logo"
            "title"
            "desc"
            "photo1";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 200px;
}.course_overviewkey h3 {
    clip-path: none;
    transform: none;
    font-size: calc(36px - 6px);
    padding: 20px 25px;
    border-radius: 13px;
}.course_overviewkey h3::before {
    display: none;
}.course_overviewkey h3::after {
    width: 50px;
    left: 25px;
    bottom: 10px;
    height: 2px;
}.course_overviewkey p {
    padding: 20px 25px;
    line-height: 1.6;
    transform: none;
    border-radius: 13px;
    clip-path: none;
    font-size: calc(16px - 1px);
}.course_overviewkey p::before {
    display: none;
}.course_overviewkey .program_flowkey::before {
    clip-path: none;
    transform: none;
    border-radius: 13px;
    height: 200px;
}.course_overviewkey .program_flowkey::after {
    display: none;
}.course_overviewkey .program_flowkey:hover h3,
    .course_overviewkey .program_flowkey:hover p,
    .course_overviewkey .program_flowkey:hover::before {
    transform: none;
}.course_overviewkey .head_masterkey {
    margin-bottom: 10px;
    height: 60px;
    width: 60px;
}.course_overviewkey .head_masterkey::before,
    .course_overviewkey .head_masterkey::after {
    display: none;
}.course_overviewkey .head_masterkey svg {
    width: 35px;
    height: 35px;
}}.academic_experiencekey {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(201,214,228) 0%, rgb(154,177,202,0.5) 50%, rgb(201,214,228) 100%);
    overflow: hidden;
}.academic_experiencekey::before {
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(154,177,202,0.5) 0,
        rgb(154,177,202,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    height: 100%;
}.academic_experiencekey::after {
    background: 
        radial-gradient(circle at 20% 30%, rgb(154,177,202,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(104,143,172,0.5) 0%, transparent 50%);
    content: "";
    opacity: 0.4;
    filter: blur(60px);
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
}.academic_experiencekey .container {
    max-width: 1200px;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.academic_experiencekey .user_feedbackkey {
    padding: 60px 40px;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    border-radius: 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-direction: column;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
}.academic_experiencekey .user_feedbackkey::before {
    opacity: 0;
    transition: opacity 0.6s ease;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    position: absolute;
    inset: 0;
    content: "";
    transform: rotate(-45deg) scale(2);
    z-index: 1;
}.academic_experiencekey .user_feedbackkey:hover::before {
    animation: holographic-sweep 1.5s ease infinite;
    opacity: 1;
}@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

.academic_experiencekey .image_overlaykey {
    overflow: hidden;
    margin-bottom: 35px;
    transform: rotate(-3deg);
    transition: all 0.5s ease;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(154,177,202,0.5);
    z-index: 2;
    height: 180px;
    width: 180px;
    border-radius: 10px;
}.academic_experiencekey .image_overlaykey::before {
    z-index: 3;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
}.academic_experiencekey .image_overlaykey::after {
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(154,177,202,0.5) 90deg,
            transparent 180deg,
            rgb(104,143,172,0.5) 270deg,
            transparent 360deg
        );
    animation: rotate 15s linear infinite;
    width: 200%;
    content: "";
    left: -50%;
    position: absolute;
    height: 200%;
    opacity: 0.15;
    top: -50%;
    z-index: 1;
    mix-blend-mode: overlay;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.academic_experiencekey .name {
    font-size: 36px;
    margin-bottom: 10px;
    z-index: 2;
    font-weight: 700;
    position: relative;
    text-align: center;
    color: #000000;
}.academic_experiencekey .name::after {
    height: 2px;
    content: "";
    width: 70px;
    position: absolute;
    left: 50%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(154,177,202) 50%,
        transparent 100%
    );
    bottom: -8px;
    transform: translateX(-50%);
}.academic_experiencekey .user_feedbackkey span:not(.name) {
    margin-bottom: 25px;
    z-index: 2;
    position: relative;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 19px;
    letter-spacing: 2px;
}.academic_experiencekey .career_timelinekey {
    z-index: 2;
    border-right: 3px solid rgb(104,143,172);
    padding: 25px 30px;
    line-height: 1.8;
    position: relative;
    border-radius: 10px;
    border-left: 3px solid rgb(154,177,202);
    margin: 0;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-size: 15px;
    max-width: 85%;
    color: #000000;
}.academic_experiencekey .career_timelinekey::before,
.academic_experiencekey .career_timelinekey::after {
    background: rgb(154,177,202,0.5);
    content: "";
    position: absolute;
    opacity: 0.1;
    height: 40px;
    width: 40px;
}.academic_experiencekey .career_timelinekey::before {
    border-left: 3px solid rgb(154,177,202);
    top: -5px;
    left: -5px;
    border-top: 3px solid rgb(154,177,202);
}.academic_experiencekey .career_timelinekey::after {
    border-bottom: 3px solid rgb(104,143,172);
    right: -5px;
    border-right: 3px solid rgb(104,143,172);
    bottom: -5px;
}.academic_experiencekey .user_feedbackkey:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}.academic_experiencekey .user_feedbackkey:hover .image_overlaykey {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(154,177,202,0.5);
    transform: rotate(0deg) scale(1.05);
}

@media (max-width: 991px) {.academic_experiencekey {
    padding: 80px 0;
}.academic_experiencekey .user_feedbackkey {
    padding: 50px 30px;
}.academic_experiencekey .image_overlaykey {
    width: 160px;
    margin-bottom: 30px;
    height: 160px;
}.academic_experiencekey .career_timelinekey {
    max-width: 90%;
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.academic_experiencekey {
    padding: 60px 0;
}.academic_experiencekey .user_feedbackkey {
    padding: 40px 25px;
}.academic_experiencekey .image_overlaykey {
    width: 140px;
    height: 140px;
    margin-bottom: 25px;
}.academic_experiencekey .name {
    font-size: calc(36px * 0.9);
}.academic_experiencekey .user_feedbackkey span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(19px * 0.95);
}.academic_experiencekey .career_timelinekey {
    padding: 18px 20px;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 575px) {.academic_experiencekey {
    padding: 50px 0;
}.academic_experiencekey .user_feedbackkey {
    padding: 35px 20px;
}.academic_experiencekey .image_overlaykey {
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
}.academic_experiencekey .name {
    font-size: calc(36px * 0.8);
}.academic_experiencekey .user_feedbackkey span:not(.name) {
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-size: calc(19px * 0.9);
}.academic_experiencekey .career_timelinekey {
    padding: 15px;
    max-width: 100%;
    font-size: calc(15px * 0.9);
}}.title_welcomekey {
    position: relative;
    overflow: hidden;
    width: 100%;
}.title_welcomekey .learning_introkey {
    align-items: center;
    display: flex;
    min-height: 100vh;
    box-sizing: border-box;
    position: relative;
    padding: 6rem 2rem;
    justify-content: center;
}.title_welcomekey .learning_introkey::before {
    z-index: 1;
    content: '';
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.6) 50%, 
    rgba(0, 0, 0, 0.75) 100%);
    position: absolute;
    backdrop-filter: blur(5px) saturate(120%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}.title_welcomekey .learning_introkey::after {
    transform: skewY(-3deg);
    z-index: 2;
    left: -20px;
    content: '';
    background: linear-gradient(0deg, rgb(154,177,202) 0%, transparent 100%);
    opacity: 0.15;
    bottom: -20px;
    height: 220px;
    position: absolute;
    right: -20px;
}.title_welcomekey .learn_culturekey {
    perspective: 1000px;
    transform-style: preserve-3d;
    z-index: 3;
    width: 100%;
    padding: 3.5rem;
    animation: fadeIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    max-width: 900px;
    position: relative;
}.title_welcomekey .learn_culturekey::before {
    backdrop-filter: blur(10px);
    top: 0;
    border-radius: 12px;
    left: 0;
    background: linear-gradient(145deg, 
    rgba(255, 255, 255, 0.08) 0%, 
    rgba(255, 255, 255, 0.03) 50%, 
    rgba(255, 255, 255, 0.01) 100%);
    position: absolute;
    z-index: -1;
    content: '';
    bottom: 0;
    box-shadow: 
    20px 20px 60px rgba(0, 0, 0, 0.1),
    -20px -20px 60px rgba(255, 255, 255, 0.05),
    inset 5px 5px 15px rgba(255, 255, 255, 0.05),
    inset -5px -5px 15px rgba(0, 0, 0, 0.1);
    right: 0;
    transform: translateZ(-10px);
}.title_welcomekey h1 {
    transform: translateZ(30px);
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    line-height: 1.2;
    letter-spacing: -0.02em;
}.title_welcomekey h1::after {
    left: 0;
    animation: expandLine 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    transform-origin: left;
    content: '';
    border-radius: 10px;
    bottom: -15px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(154,177,202), rgb(154,177,202,0.5));
    height: 5px;
    position: absolute;
    width: 120px;
}.title_welcomekey h3 {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    margin-top: 2rem;
    transform: translateZ(20px);
    opacity: 0.9;
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 1.8rem;
    font-weight: 600;
}.title_welcomekey p {
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s forwards;
    opacity: 0;
    font-weight: 400;
    line-height: 1.6;
    border-left: 3px solid rgb(104,143,172);
    margin-top: 1.5rem;
    color: #ffffff;
    padding-left: 20px;
    font-size: clamp(1rem, 2vw, 1.3rem);
    transform: translateZ(10px);
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px) translateZ(0);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(var(--z, 30px));
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@media (max-width: 992px) {.title_welcomekey .learn_culturekey {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.title_welcomekey .learning_introkey {
    padding-top: 6rem;
    align-items: flex-start;
    padding: 4rem 1.5rem;
}.title_welcomekey .learn_culturekey {
    padding: 2rem;
}.title_welcomekey h1 {
    margin-bottom: 1.2rem;
}.title_welcomekey h1::after {
    width: 80px;
    bottom: -10px;
    height: 4px;
}.title_welcomekey h3 {
    margin-bottom: 1.2rem;
    margin-top: 1.5rem;
}
}

@media (max-width: 576px) {.title_welcomekey .learning_introkey {
    padding: 3rem 1rem;
    padding-top: 5rem;
}.title_welcomekey .learn_culturekey {
    padding: 1.5rem;
}.title_welcomekey h1 {
    margin-bottom: 1rem;
}.title_welcomekey h1::after {
    bottom: -8px;
    width: 60px;
    height: 3px;
}.title_welcomekey h3 {
    margin-top: 1.2rem;
    margin-bottom: 1rem;
}.title_welcomekey p {
    padding-left: 15px;
    border-left-width: 2px;
}}

.title_welcomekey .learn_culturekey:hover {
    transform: translateZ(5px) scale(1.01);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.title_welcomekey .learn_culturekey:hover h1::after {
    transition: background 0.5s ease;
    background: linear-gradient(90deg, rgb(104,143,172), rgb(154,177,202));
}.pricing_bucketkey {
    padding: 120px 0;
    position: relative;
    background: rgb(201,214,228);
    overflow: hidden;
}.pricing_bucketkey::before {
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    z-index: 0;
    top: 0;
    opacity: 0.08;
    background: linear-gradient(135deg, rgb(154,177,202,0.5), rgb(104,143,172,0.5));
    position: absolute;
}.pricing_bucketkey .container {
    max-width: 1320px;
    position: relative;
    padding: 0 15px;
    z-index: 1;
    margin: 0 auto;
}.pricing_bucketkey .bundle_ratekey {
    flex-direction: column-reverse;
    gap: 60px;
    display: flex;
}.pricing_bucketkey .lesson_feeskey {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
    padding: 0 20px;
}.pricing_bucketkey .lesson_feeskey h2 {
    font-size: 29px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    color: #000000;
    display: inline-block;
}.pricing_bucketkey .lesson_feeskey h2::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(154,177,202), rgb(104,143,172));
    left: 50%;
    content: "";
    height: 3px;
    border-radius: 3px;
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
}.pricing_bucketkey .premium_gridkey {
    margin-top: 20px;
    line-height: 1.7;
    margin-left: auto;
    color: #000000;
    font-size: 16px;
    max-width: 600px;
    margin-right: auto;
}.pricing_bucketkey .pricing_cardkey {
    gap: 30px;
    grid-template-columns: 1fr;
    width: 100%;
    display: grid;
    margin: 0 auto;
}.pricing_bucketkey .value_rateskey {
    z-index: 1;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    display: block;
}.pricing_bucketkey .value_rateskey:hover {
    transform: translateY(-8px);
}.pricing_bucketkey .skill_pricingkey {
    position: relative;
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
    display: flex;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
    height: 100%;
    transition: all 0.4s ease;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
}.pricing_bucketkey .value_rateskey:hover .skill_pricingkey {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}.pricing_bucketkey .cost_rateskey {
    padding: 30px;
    flex: 1;
    z-index: 2;
    position: relative;
}.pricing_bucketkey .cost_rateskey h3 {
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 21px;
    color: #000000;
    padding-bottom: 10px;
    position: relative;
}.pricing_bucketkey .cost_rateskey h3::after {
    width: 40px;
    position: absolute;
    background: rgb(154,177,202);
    height: 3px;
    content: "";
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
    border-radius: 2px;
}.pricing_bucketkey .value_rateskey:hover .cost_rateskey h3::after {
    width: 60px;
}.pricing_bucketkey .monthly_plankey {
    background: linear-gradient(135deg, rgb(154,177,202), rgb(104,143,172));
    background-clip: text !important;
    color: transparent;
    -webkit-background-clip: text !important;
    position: relative;
    display: inline-block;
    color: rgb(154,177,202);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}.pricing_bucketkey .monthly_plankey::before {
    content: "";
    height: 1px;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(154,177,202,0.5), transparent);
    position: absolute;
    width: 100%;
    left: 0;
}.pricing_bucketkey .cost_rateskey p {
    overflow-wrap: break-word;
    line-height: 1.6;
    color: #000000;
    word-break: break-word;
    position: relative;
    margin-bottom: 20px;
    font-size: calc(16px - 2px);
}.pricing_bucketkey .image_overlaykey {
    position: relative;
    transition: all 0.5s ease;
    border-radius: 0 0 12px 12px;
    height: 220px;
    width: 100%;
    overflow: hidden;
}.pricing_bucketkey .image_overlaykey::after {
    transition: opacity 0.3s ease;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    content: "";
    bottom: 0;
    z-index: 1;
    right: 0;
}.pricing_bucketkey .value_rateskey:hover .image_overlaykey::after {
    opacity: 0.3;
}

@media (min-width: 768px) {.pricing_bucketkey .pricing_cardkey {
    grid-template-columns: repeat(2, 1fr);
}.pricing_bucketkey .skill_pricingkey {
    height: 100%;
}.pricing_bucketkey .image_overlaykey {
    height: 240px;
}
}

@media (min-width: 992px) {.pricing_bucketkey {
    padding: 160px 0;
}.pricing_bucketkey .bundle_ratekey {
    gap: 80px;
    flex-direction: row;
    align-items: center;
}.pricing_bucketkey .lesson_feeskey {
    padding: 0;
    flex: 0 0 30%;
    text-align: left;
}.pricing_bucketkey .lesson_feeskey h2 {
    font-size: calc(29px + 4px);
}.pricing_bucketkey .lesson_feeskey h2::after {
    transform: none;
    left: 0;
}.pricing_bucketkey .premium_gridkey {
    margin-left: 0;
}.pricing_bucketkey .pricing_cardkey {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.pricing_bucketkey .pricing_cardkey {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_bucketkey .cost_rateskey {
    padding: 40px;
}.pricing_bucketkey .image_overlaykey {
    height: 260px;
}.pricing_bucketkey .value_rateskey:nth-child(odd) {
    transform: translateY(20px);
}.pricing_bucketkey .value_rateskey:nth-child(odd):hover {
    transform: translateY(12px);
}.pricing_bucketkey .value_rateskey:nth-child(even):hover {
    transform: translateY(-8px);
}
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}

@media (prefers-reduced-motion: no-preference) {.pricing_bucketkey .value_rateskey:active .skill_pricingkey {
    transform: scale(0.98);
    transition: transform 0.2s ease;
}
}

@media (max-width: 767px) {.pricing_bucketkey {
    padding: 80px 0;
}.pricing_bucketkey .bundle_ratekey {
    gap: 40px;
}.pricing_bucketkey .lesson_feeskey h2 {
    font-size: calc(29px - 4px);
}.pricing_bucketkey .image_overlaykey {
    height: 200px;
}.pricing_bucketkey .cost_rateskey {
    padding: 25px;
}.pricing_bucketkey .monthly_plankey {
    font-size: 1.5rem;
}}header {
    border-bottom: 1px solid rgb(154,177,202,0.5);
    width: 100%;
    position: fixed;
    transition: all 0.4s ease;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(180deg, 
        rgb(154,177,202) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    left: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
    top: 0;
}header:before {
    left: 0;
    content: '';
    background: 
        radial-gradient(circle at 15% 15%, rgb(154,177,202,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(104,143,172,0.5) 0%, transparent 25%);
    top: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.1;
}header:after {
    pointer-events: none;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.02;
    position: absolute;
    mix-blend-mode: overlay;
}header .nav_trainkey {
    position: relative;
    overflow: hidden;
}header .nav_trainkey:before {
    bottom: 0;
    height: 1px;
    width: 200%;
    content: '';
    box-shadow: 0 0 15px rgb(154,177,202), 0 0 35px rgb(154,177,202);
    position: absolute;
    opacity: 0.7;
    left: -50%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(154,177,202) 25%,
        #ffffff 50%,
        rgb(154,177,202) 75%,
        transparent 100%
    );
    animation: scanlineGlow 4s linear infinite;
}header .container {
    padding: 18px 25px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}header .container:before {
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    mix-blend-mode: overlay;
    pointer-events: none;
}header .main_primarykey {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}header .main_primarykey:before {
    border-radius: 50%;
    filter: blur(15px);
    animation: breathe 5s infinite alternate;
    position: absolute;
    content: '';
    width: 20px;
    left: -10px;
    opacity: 0.3;
    background: rgb(154,177,202);
    top: 50%;
    height: 20px;
    transform: translateY(-50%);
}header .main_primarykey:after {
    height: 20px;
    border-radius: 50%;
    filter: blur(15px);
    animation: breathe 5s infinite alternate-reverse;
    background: rgb(104,143,172);
    content: '';
    top: 50%;
    position: absolute;
    width: 20px;
    transform: translateY(-50%);
    opacity: 0.3;
    right: -10px;
}header .nav_primekey {
    position: relative;
    gap: 30px;
    display: flex;
    align-items: center;
}header .nav_primekey:before {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(154,177,202,0.5), 
        transparent
    );
    content: '';
    animation: menuGlow 10s infinite ease-in-out;
    width: 110%;
    position: absolute;
    filter: blur(5px);
    opacity: 0.15;
    left: -5%;
    transform: translateX(-100%);
    height: 110%;
    top: -5%;
}header .nav_mainbarkey {
    position: relative;
    padding: 8px 2px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    color: #ffffff;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 1px #ffffff;
}header .nav_mainbarkey:before {
    height: 100%;
    transform: skewX(-20deg) scale(0.8, 1);
    left: 0;
    top: 0;
    transition: all 0.4s ease;
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(154,177,202,0.5), 
        transparent
    );
    content: '';
}header .nav_mainbarkey:after {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
        rgb(154,177,202),
        #ffffff 50%,
        rgb(154,177,202)
    );
    position: absolute;
    content: '';
    filter: blur(0.5px);
    opacity: 0.8;
    width: 0;
    bottom: -2px;
}header .nav_mainbarkey:hover {
    color: #ffffff;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(154,177,202);
    transform: translateY(-2px);
}header .nav_mainbarkey:hover:before {
    transform: skewX(-20deg) scale(1.05, 1);
    opacity: 0.15;
}header .nav_mainbarkey:hover:after {
    box-shadow: 
        0 0 5px rgb(154,177,202),
        0 0 10px rgb(154,177,202);
    width: 100%;
}header .first_lessonkey {
    align-items: center;
    padding: 5px;
    position: relative;
    display: flex;
    text-decoration: none;
    justify-content: center;
    transition: all 0.3s ease;
}header .first_lessonkey:before {
    height: 150%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, 
        rgb(154,177,202,0.5) 0%, 
        transparent 70%
    );
    top: 50%;
    width: 150%;
    content: '';
    position: absolute;
    transition: opacity 0.5s ease;
}header .first_lessonkey:after {
    transition: all 0.5s ease;
    opacity: 0;
    top: -5px;
    height: calc(100% + 10px);
    content: '';
    border-image: linear-gradient(45deg, rgb(154,177,202), rgb(104,143,172), rgb(154,177,202)) 1;
    left: -5px;
    position: absolute;
    border: 1px solid transparent;
    width: calc(100% + 10px);
}header .first_lessonkey:hover:before {
    opacity: 0.3;
}header .first_lessonkey:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}header .first_lessonkey svg {
    width: auto;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 2px rgb(154,177,202,0.5));
    height: 45px;
}header .first_lessonkey:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(154,177,202));
}header .first_lessonkey:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(154,177,202), rgb(104,143,172), rgb(154,177,202)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(154,177,202), rgb(104,143,172), rgb(154,177,202)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(154,177,202), rgb(104,143,172), rgb(154,177,202)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .nav_primekey {
    gap: 20px;
}header .first_lessonkey svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav_primekey {
    overflow-y: auto;
    top: 0;
    backdrop-filter: blur(15px);
    gap: 25px;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    width: 85%;
    flex-direction: column;
    max-width: 330px;
    -webkit-backdrop-filter: blur(15px);
    height: 100vh;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: fixed;
    z-index: 1001;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    right: -100%;
    padding: 85px 30px 30px;
}header .nav_primekey:before {
    left: 10%;
    height: 1px;
    animation: none;
    top: 70px;
    width: 80%;
    opacity: 0.3;
}header .nav_primekey:after {
    top: 20px;
    background: transparent;
    content: '';
    border: 1px solid rgb(154,177,202,0.5);
    right: 20px;
    position: absolute;
    width: 30px;
    opacity: 0.6;
    height: 30px;
}header .menu.active {
    right: 0;
}header .nav_mainbarkey {
    border-bottom: 1px solid rgb(154,177,202,0.5);
    width: 100%;
    text-align: left;
    padding: 12px 5px;
    opacity: 0.8;
}header .nav_mainbarkey:last-child {
    border-bottom: none;
}header .nav_mainbarkey:hover {
    transform: translateY(0);
    opacity: 1;
}header .first_lessonkey {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .first_lessonkey svg {
    height: 35px;
}header .nav_primekey {
    width: 100%;
    max-width: 100%;
}
}