﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.inner-container {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}.nav_guide {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1267px;
    max-width: 100%;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.footer_benefit {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    overflow: visible;
    margin-top: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    padding: 0;
    background: linear-gradient(135deg, rgb(151,151,158,0.5) 0%, rgb(185,185,190) 100%);
    z-index: 100;
    position: relative;
}header::before {
    opacity: 0.4;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    z-index: 0;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    width: 100%;
}header::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(151,151,158,0.5), 
        transparent
    );
    position: absolute;
    bottom: 0;
    opacity: 0.6;
    left: 0;
    width: 100%;
    content: '';
    height: 10px;
}header .main_pagebar {
    display: flex;
    position: relative;
    align-items: center;
    padding: 1.3rem 3rem;
    z-index: 5;
    justify-content: space-between;
}header .main_head {
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    overflow: hidden;
    margin-right: 2rem;
    padding: 1rem;
    flex: 0 0 auto;
    transition: all 0.6s ease;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
}header .main_head:hover {
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}header .top_skill {
    transition: all 0.4s ease;
    position: relative;
    display: block;
}header .top_skill img {
    max-height: 38px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}header .first_class {
    display: flex;
    z-index: 2;
    margin: 0;
    position: relative;
    list-style: none;
    padding: 0;
}header .first_class::before {
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(151,151,158,0.5) 0%, transparent 100%);
    position: absolute;
    top: -5%;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    content: '';
    width: 110%;
    left: -5%;
    transition: all 0.6s ease;
    z-index: -1;
    height: 110%;
}header .first_class:hover::before {
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.2;
}header .main_pro {
    margin: 0 0.5rem;
    position: relative;
}header .main_pro a {
    justify-content: center;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    color: #000000;
    transition: all 0.4s ease;
    font-weight: 600;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 0.8rem 1.3rem;
    display: flex;
    text-decoration: none;
    font-size: 18px;
}header .main_pro a::before {
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    position: absolute;
    border-radius: inherit;
    transform: scale(1.1);
    top: 0;
    background: linear-gradient(135deg, rgb(151,151,158,0.5) 0%, rgb(119,119,126,0.5) 100%);
    height: 100%;
    left: 0;
    width: 100%;
    content: '';
}header .main_pro a:hover {
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px) scale(1.05);
    color: #ffffff;
}header .main_pro a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .main_pro::after {
    width: 6px;
    position: absolute;
    height: 6px;
    background: rgb(151,151,158);
    border-radius: 50%;
    opacity: 0.7;
    transform: translateX(-50%) scale(0);
    transition: transform 0.4s ease;
    bottom: -8px;
    left: 50%;
    content: '';
}header .main_pro:hover::after {
    transform: translateX(-50%) scale(1);
}header .main_pagebar::before {
    height: 200px;
    top: -100px;
    content: '';
    border-radius: 50%;
    position: absolute;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(151,151,158,0.5) 0%, transparent 70%);
    filter: blur(30px);
    right: -100px;
    width: 200px;
}header .main_pagebar::after {
    left: -75px;
    content: '';
    bottom: -75px;
    height: 150px;
    opacity: 0.1;
    filter: blur(30px);
    position: absolute;
    width: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(119,119,126,0.5) 0%, transparent 70%);
}.nav_guide {
    background: rgb(185,185,190);
    position: relative;
    z-index: 1;
    padding-top: 2rem;
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .main_pagebar {
    margin: 0 auto;
    max-width: 1320px;
}header .main_pro {
    margin: 0 0.7rem;
}header .main_pro a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .main_pagebar {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .main_head {
    padding: 0.7rem;
    margin-right: 0;
    margin-bottom: 0;
}header .first_class {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .main_pro a {
    padding: 0.6rem 1rem;
    font-size: calc(18px - 1px);
}header .first_class::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .main_pagebar {
    padding: 0.8rem 1.5rem;
}header .main_head {
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    max-width: 140px;
    padding: 0.6rem;
}header .top_skill img {
    max-height: 35px;
}header .first_class {
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
}header .first_class::-webkit-scrollbar {
    height: 3px;
}header .first_class::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(151,151,158,0.5);
}header .main_pro {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .main_pro a {
    font-size: calc(18px - 2px);
    white-space: nowrap;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    padding: 0.5rem 0.8rem;
}header .main_pro::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .main_pagebar {
    padding: 0.7rem 1.2rem;
}header .main_head {
    padding: 0.5rem;
    max-width: 120px;
}header .main_pro a {
    padding: 0.4rem 0.6rem;
    font-size: calc(18px - 3px);
}}.contact_section {
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(120deg, rgb(185,185,190) 0%, #1a1e2e 100%);
    position: relative;
}.contact_section::before {
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(151,151,158), 0.05) 100%);
    z-index: 0;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
}.contact_section::after {
    content: "";
    z-index: 1;
    width: 100%;
    position: absolute;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    left: 0;
    height: 100px;
    bottom: 0;
}.contact_section .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.contact_section h2 {
    position: relative;
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 70px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}.contact_section h2::before {
    bottom: -20px;
    height: 2px;
    content: "";
    left: calc(50% - 50px);
    background: rgb(151,151,158);
    position: absolute;
    width: 30px;
}.contact_section h2::after {
    position: absolute;
    content: "";
    background: rgb(151,151,158);
    width: 70px;
    left: calc(50% - 10px);
    bottom: -20px;
    height: 2px;
}.contact_section .request_info {
    border-radius: 20px;
    display: grid;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.05);
    grid-template-columns: 6fr 4fr;
    background: rgba(0, 0, 0, 0.2);
}.contact_section .img_list {
    position: relative;
    min-height: 100%;
}.contact_section .img_list::before {
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}.contact_section .img_list::after {
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(151,151,158), 0.1) 10px, rgba(rgb(151,151,158), 0.1) 11px);
    top: 0;
    width: 100%;
    z-index: 2;
    animation: scanLines 5s linear infinite;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact_section .support_box {
    padding: 50px;
    position: relative;
}.contact_section .support_box::before {
    width: 100%;
    z-index: -1;
    height: 100%;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    left: 0;
    top: 0;
    position: absolute;
    content: "";
}.contact_section #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}.contact_section h3 {
    font-size: 24px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}.contact_section h3::after {
    bottom: -10px;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    width: 50px;
    background: rgb(151,151,158);
}.contact_section input[type="text"] {
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    padding: 16px 20px;
    position: relative;
}.contact_section input[type="text"]:focus {
    outline: none;
    background: rgba(0, 0, 0, 0.3);
    border-color: rgb(151,151,158);
    box-shadow: 0 0 15px rgba(rgb(151,151,158), 0.2);
}.contact_section input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact_section .support_panel {
    align-items: flex-start;
    margin-top: 5px;
    display: flex;
    gap: 12px;
}.contact_section .support_panel input[type="checkbox"] {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    cursor: pointer;
    height: 24px;
    appearance: none;
    margin-top: 2px;
    width: 24px;
}.contact_section .support_panel input[type="checkbox"]:checked {
    border-color: rgb(151,151,158);
    background: rgb(151,151,158);
}.contact_section .support_panel input[type="checkbox"]:checked::after {
    left: 9px;
    width: 6px;
    top: 6px;
    height: 10px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    position: absolute;
    content: "";
}.contact_section .support_panel label {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    font-size: calc(15px - 2px);
}.contact_section .support_panel a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: rgb(151,151,158);
}.contact_section .support_panel a:hover {
    color: #ffffff;
}.contact_section .support_panel a::after {
    height: 1px;
    position: absolute;
    background: rgb(151,151,158);
    transition: all 0.3s ease;
    width: 100%;
    bottom: -2px;
    left: 0;
    content: "";
}.contact_section .support_panel a:hover::after {
    background: #ffffff;
}.contact_section .query_list {
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 18px;
    padding: 16px 35px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin-top: 10px;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    border: none;
    background: rgb(151,151,158);
    border-radius: 10px;
    align-self: flex-start;
    overflow: hidden;
}.contact_section .query_list::before {
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
    top: 0;
    content: "";
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.contact_section .query_list:hover {
    background: rgb(119,119,126);
    transform: translateY(-3px);
}.contact_section .query_list:hover::before {
    left: 100%;
}.contact_section svg {
    transition: all 0.3s ease;
    fill: rgb(151,151,158);
    width: 22px;
    height: 22px;
    filter: drop-shadow(0 0 5px rgba(rgb(151,151,158), 0.5));
}.contact_section svg path {
    fill: rgb(151,151,158);
    transition: all 0.3s ease;
}.contact_section svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}.contact_section svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact_section {
    padding: 70px 0;
}.contact_section .request_info {
    grid-template-columns: 1fr;
}.contact_section .img_list {
    min-height: 300px;
}.contact_section .support_box {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact_section {
    padding: 50px 0;
}.contact_section h2 {
    font-size: calc(32px - 4px);
    margin-bottom: 50px;
}.contact_section .img_list {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_section {
    padding: 40px 0;
}.contact_section .container {
    padding: 0 15px;
}.contact_section h2 {
    margin-bottom: 40px;
    font-size: calc(32px - 6px);
}.contact_section h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.contact_section h2::after {
    width: 50px;
}.contact_section .support_box {
    padding: 30px 20px 40px;
}.contact_section #contact {
    gap: 20px;
}.contact_section .query_list {
    width: 100%;
}.contact_section .img_list {
    min-height: 200px;
}}footer {
    z-index: 1;
    width: 100%;
    position: relative;
}.footer_benefit {
    color: #ffffff;
    padding: 80px 0 30px;
    background: linear-gradient(135deg, #000000, rgb(119,119,126));
    position: relative;
    font-family: Arial, sans-serif;
}.footer_benefit::before {
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    background: radial-gradient(circle at 10% 20%, rgb(119,119,126,0.5) 0%, transparent 50%);
    right: 0;
    content: "";
    top: 0;
}.footer_benefit::after {
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(151,151,158,0.5) 70%, transparent 100%);
    content: "";
    animation: shiftGradient 15s infinite linear;
    pointer-events: none;
    right: 0;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.footer_benefit .container {
    z-index: 2;
    position: relative;
}footer .vr_labs {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}footer .contact_map {
    gap: 20px;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-wrap: wrap;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    transform: translateY(0);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}footer .contact_map:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}footer .info_item {
    align-items: center;
    display: flex;
    flex: 1 1 220px;
}footer .info_item svg {
    filter: drop-shadow(0 0 3px rgb(151,151,158,0.5));
    margin-right: 12px;
    transition: transform 0.3s ease;
    fill: rgb(151,151,158);
    width: 20px;
    height: 20px;
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    display: flex;
    color: #ffffff;
    transition: color 0.3s ease;
    font-size: 16px;
    text-decoration: none;
    align-items: center;
    font-weight: 400;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(151,151,158,0.5);
    color: rgb(151,151,158);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    margin-top: 20px;
    gap: 40px;
    display: grid;
}footer .main_head {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    display: flex;
}footer .main_head svg {
    transition: filter 0.3s ease;
    height: 50px;
    filter: drop-shadow(0 0 5px rgb(151,151,158,0.5));
    margin-bottom: 10px;
    width: auto;
}footer .main_head:hover svg {
    filter: drop-shadow(0 0 8px rgb(151,151,158));
}footer .badge_case {
    max-width: 300px;
    color: #ffffff;
    opacity: 0.8;
    font-size: 13px;
    line-height: 1.5;
}footer .first_class {
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: box-shadow 0.3s ease;
    padding: 25px;
    position: relative;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
}footer .first_class:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .first_class::before {
    z-index: -1;
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    opacity: 0;
    background: linear-gradient(45deg, rgb(151,151,158), transparent, rgb(119,119,126), transparent);
    border-radius: calc(20px + 2px);
    transition: opacity 0.5s ease;
    content: "";
}footer .first_class:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .first_class h5 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}footer .first_class h5::after {
    bottom: -1px;
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(151,151,158);
    width: 50px;
    left: 0;
    content: "";
    position: absolute;
}footer .first_class:hover h5::after {
    width: 100px;
}footer .header_sitebar {
    margin-bottom: 25px;
    flex-direction: column;
    display: flex;
    gap: 10px;
}footer .header_sitebar a {
    padding-left: 15px;
    font-size: calc(16px - 1px);
    color: #ffffff;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-weight: 400;
    text-decoration: none;
    position: relative;
}footer .header_sitebar a::before {
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    border-radius: 50%;
    background-color: rgb(151,151,158);
    content: "";
    position: absolute;
    transform: translateY(-50%) scale(0.8);
    height: 6px;
    left: 0;
    opacity: 0.7;
    top: 50%;
    width: 6px;
}footer .header_sitebar a:hover {
    padding-left: 20px;
    color: rgb(151,151,158);
}footer .header_sitebar a:hover::before {
    background-color: rgb(151,151,158);
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 5px rgb(151,151,158), 0 0 10px rgb(151,151,158,0.5);
    opacity: 1;
}footer .subscribe_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgb(119,119,126,0.5), #000000);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 30px;
}footer .subscribe_holder::before {
    z-index: -1;
    position: absolute;
    content: "";
    left: -50%;
    top: -50%;
    height: 200%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    animation: pulseBackground 10s infinite ease-in-out;
    width: 200%;
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}footer .subscribe_holder h5::after {
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(151,151,158), transparent);
    left: 0;
    content: "";
}footer .subscribe_holder p {
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 16px;
}footer .input_holder {
    position: relative;
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(151,151,158);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgb(151,151,158,0.5);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_url {
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    font-weight: 600;
    border: none;
    overflow: hidden;
    padding: 14px 24px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    background: rgb(151,151,158);
    transition: all 0.3s ease;
}footer .sub_url::before {
    top: 0;
    transition: left 0.7s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    position: absolute;
    left: -100%;
    width: 100%;
}footer .sub_url:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgb(119,119,126);
}footer .sub_url:hover::before {
    left: 100%;
}footer .footer_clients {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .grade_help {
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.5px;
    opacity: 0.7;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_url {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .vr_labs {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .contact_map {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .footer_benefit {
    padding: 60px 0 30px;
}footer .contact_map {
    gap: 15px;
    flex-direction: column;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .first_class, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .first_class h5 {
    font-size: calc(24px - 2px);
}footer .subscribe_holder p, footer .header_sitebar a {
    font-size: calc(16px - 2px);
}footer .footer_clients {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .footer_benefit {
    padding: 40px 0 20px;
}footer .contact_map, footer .first_class, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .sub_url {
    padding: 12px;
}footer .main_head svg {
    height: 40px;
}footer .badge_case {
    font-size: calc(13px - 1px);
}}.homepage {
    height: 100vh;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(119,119,126,0.5), rgb(151,151,158,0.5));
    min-height: 700px;
    width: 100%;
    display: flex;
    position: relative;
}.homepage .img_list {
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 70% 100%, 0 85%);
    transform: scale(1.05);
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
}.homepage .img_list::after {
    left: 0;
    height: 100%;
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(119,119,126), 0.4), 
        rgba(rgb(151,151,158), 0.6));
    top: 0;
    mix-blend-mode: overlay;
}.homepage .edu_commit {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    z-index: 2;
    max-width: 1200px;
    transform: translateY(0);
    position: relative;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
    animation: fadeInUp 1.2s ease-out forwards;
}.homepage h1 {
    animation: slideFromLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    color: #ffffff;
    opacity: 0;
    margin-bottom: 1.5rem;
    font-weight: 700;
    transform: translateX(0);
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
    font-size: calc(46px * 1.2);
    position: relative;
}.homepage h1::after {
    animation: scaleIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s forwards;
    transform-origin: left;
    transform: scaleX(0);
    height: 4px;
    bottom: -10px;
    position: absolute;
    left: 0;
    content: '';
    background: linear-gradient(90deg, rgb(151,151,158), rgb(119,119,126));
    width: 120px;
}.homepage .text_cloud {
    padding: 2.5rem;
    max-width: 580px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
    opacity: 0;
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 
                0 4px 8px rgba(0, 0, 0, 0.06),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    backdrop-filter: blur(10px);
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    border-left: 4px solid rgb(151,151,158);
}.homepage .text_cloud p {
    position: relative;
    font-size: calc(14px * 1.2);
    color: #000000;
    line-height: 1.6;
    margin-bottom: 2rem;
}.homepage .course_main {
    opacity: 0;
    margin: 2rem 0;
    transform: scale(0.9);
    animation: popIn 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s forwards;
    justify-content: center;
    display: flex;
}.homepage .course_main svg {
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
    height: 120px;
    transition: transform 0.5s ease, filter 0.5s ease;
    width: 120px;
}.homepage .course_main svg:hover {
    filter: drop-shadow(0 8px 20px rgba(94, 170, 168, 0.3));
    transform: translateY(-5px) scale(1.05);
}.homepage .course_main svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.3s ease;
}.homepage .course_main svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 700;
    fill: rgb(94, 170, 168);
}.homepage h6 {
    margin-top: 2rem;
    opacity: 0;
    animation: fadeInUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    transform: translateY(15px);
    text-align: center;
}.homepage .query_list {
    font-size: 20px;
    padding: 1rem 2.5rem;
    box-shadow: 0 10px 25px rgba(94, 170, 168, 0.3);
    background: linear-gradient(135deg, rgb(151,151,158), rgb(119,119,126));
    border-radius: 10px;
    text-decoration: none;
    z-index: 1;
    transition: all 0.4s ease;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: inline-block;
}.homepage .query_list::before {
    content: '';
    width: 100%;
    left: 0;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(135deg, rgb(119,119,126), rgb(151,151,158));
    top: 0;
    position: absolute;
    height: 100%;
    transition: opacity 0.4s ease;
}.homepage .query_list:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(94, 170, 168, 0.4);
}.homepage .query_list:hover::before {
    opacity: 1;
}.homepage .query_list:active {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(94, 170, 168, 0.3);
}

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

@keyframes slideFromLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }
    70% {
        opacity: 1;
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 992px) {.homepage {
    height: auto;
    min-height: 650px;
}.homepage .img_list {
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 90%, 0 75%);
}.homepage .edu_commit {
    padding: 2rem;
}.homepage h1 {
    font-size: calc(46px * 1.1);
}.homepage .text_cloud {
    padding: 2rem;
    max-width: 90%;
}
}

@media (max-width: 768px) {.homepage {
    min-height: 600px;
}.homepage .img_list {
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 85%, 0 70%);
}.homepage .edu_commit {
    padding: 1.5rem;
}.homepage h1 {
    font-size: 46px;
    text-align: center;
}.homepage h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.homepage .text_cloud {
    padding: 1.5rem;
    margin: 0 auto;
}.homepage .text_cloud p {
    text-align: center;
    font-size: 14px;
}.homepage .course_main svg {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 576px) {.homepage {
    min-height: 550px;
}.homepage .img_list {
    clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 80%, 0 65%);
}.homepage .edu_commit {
    padding: 1rem;
}.homepage h1 {
    font-size: calc(46px * 0.9);
}.homepage .text_cloud {
    padding: 1.25rem;
}.homepage .query_list {
    font-size: calc(20px * 0.9);
    padding: 0.8rem 2rem;
}.homepage .course_main svg {
    width: 80px;
    height: 80px;
}}.customer_support {
    padding: 80px 0;
    position: relative;
    background: rgb(185,185,190);
    overflow: hidden;
}.customer_support::before {
    width: 100%;
    opacity: 0.2;
    position: absolute;
    left: 0;
    background: linear-gradient(120deg, rgb(151,151,158,0.5) 0%, transparent 30%);
    height: 100%;
    top: 0;
    content: "";
}.customer_support .container {
    position: relative;
    z-index: 1;
}.customer_support .online_form {
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    padding: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    display: flex;
}.customer_support .online_form::before {
    position: absolute;
    height: 8px;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(151,151,158), rgb(119,119,126));
}.customer_support .online_form h2 {
    font-size: 31px;
    border-bottom: 1px solid rgb(185,185,190);
    padding: 40px 40px 20px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}.customer_support .online_form > p {
    padding: 20px 40px;
    border-bottom: 1px solid rgb(185,185,190);
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
    margin: 0;
}.customer_support .online_form > p:last-of-type {
    font-weight: 600;
    border-bottom: none;
    background: rgb(185,185,190);
    padding: 20px 40px;
    align-items: center;
    color: #000000;
    display: flex;
}.customer_support .online_form > p:last-of-type svg {
    margin-right: 12px;
    height: 18px;
    width: 18px;
}.customer_support .online_form > p:last-of-type svg path {
    fill: rgb(151,151,158);
}.customer_support .get_contactus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
}.customer_support .get_connected {
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    position: relative;
    border-right: 1px solid rgb(185,185,190);
    text-decoration: none;
}.customer_support .get_connected:last-child {
    border-right: none;
}.customer_support .get_connected::before {
    width: 100%;
    transform: scaleX(0);
    position: absolute;
    transform-origin: center;
    left: 0;
    transition: transform 0.3s ease;
    height: 3px;
    bottom: 0;
    content: "";
    background: rgb(151,151,158);
}.customer_support .get_connected:hover::before {
    transform: scaleX(1);
}.customer_support .get_connected svg {
    width: 32px;
    transition: all 0.3s ease;
    height: 32px;
}.customer_support .get_connected svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.customer_support .get_connected:hover svg {
    transform: translateY(-5px);
}.customer_support .get_connected:hover svg path {
    fill: rgb(151,151,158);
}.customer_support .get_connected::after {
    content: attr(title);
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
    font-weight: 600;
    bottom: 10px;
    left: 50%;
    position: absolute;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 14px;
}.customer_support .get_connected:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.customer_support .online_form::after {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    bottom: -100px;
    filter: blur(30px);
    position: absolute;
    right: -100px;
    background: rgb(119,119,126,0.5);
    opacity: 0.1;
    content: "";
}

@media (max-width: 992px) {.customer_support .online_form h2 {
    padding: 30px 30px 15px;
    font-size: calc(31px - 4px);
}.customer_support .online_form > p {
    padding: 15px 30px;
}.customer_support .online_form > p:last-of-type {
    padding: 15px 30px;
}.customer_support .get_connected {
    padding: 20px;
}.customer_support .get_connected svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 768px) {.customer_support {
    padding: 60px 0;
}.customer_support .online_form h2 {
    padding: 25px 20px 15px;
    font-size: calc(31px - 6px);
}.customer_support .online_form > p {
    padding: 15px 20px;
}.customer_support .online_form > p:last-of-type {
    padding: 15px 20px;
}.customer_support .get_contactus {
    grid-template-columns: 1fr;
}.customer_support .get_connected {
    border-right: none;
    border-bottom: 1px solid rgb(185,185,190);
    padding: 20px;
}.customer_support .get_connected:last-child {
    border-bottom: none;
}.customer_support .get_connected svg {
    width: 28px;
    height: 28px;
}.customer_support .get_connected::after {
    margin-top: 8px;
    position: static;
    display: block;
    font-size: 14px;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
}

@media (max-width: 576px) {.customer_support {
    padding: 40px 0;
}.customer_support .online_form h2 {
    padding: 20px 15px 10px;
    font-size: calc(31px - 8px);
}.customer_support .online_form > p {
    padding: 10px 15px;
    font-size: calc(17px - 1px);
}.customer_support .online_form > p:last-of-type {
    padding: 10px 15px;
}.customer_support .get_connected {
    padding: 15px;
}.customer_support .get_connected svg {
    height: 24px;
    width: 24px;
}
}

@media (prefers-reduced-motion) {.customer_support .get_connected:hover svg {
    transform: none;
}.customer_support .online_form::after {
    animation: none;
}}.privacy_widget {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    overflow: hidden;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.privacy_widget:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}.privacy_widget h1 {
    margin-top: 40px;
    font-size: 46px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgb(119,119,126);
    padding-bottom: 10px;
    color: rgb(151,151,158);
    font-weight: 700;
}.privacy_widget h2 {
    border-bottom: 1px solid rgb(119,119,126,0.5);
    font-weight: 600;
    font-size: 28px;
    color: rgb(119,119,126);
    padding-bottom: 8px;
    margin-top: 30px;
    margin-bottom: 20px;
}.privacy_widget h3, .privacy_widget h4, .privacy_widget h5, .privacy_widget h6 {
    font-weight: 400;
    margin-top: 25px;
    font-size: 19px;
    margin-bottom: 15px;
    color: rgb(151,151,158,0.5);
}.privacy_widget ul, .privacy_widget ol {
    padding-left: 0;
    border-left: 3px solid rgb(151,151,158);
    margin: 20px 0;
    padding: 20px 0;
    list-style-position: inside;
}.privacy_widget li {
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
    padding-left: 10px;
}.privacy_widget section {
    border-radius: 10px;
    margin-bottom: 20px;
    background: rgb(185,185,190);
    padding: 20px;
}.privacy_widget p, .privacy_widget span, .privacy_widget div {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 18px;
}.privacy_widget p {
    text-align: justify;
}.privacy_widget a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    color: rgb(151,151,158);
}.privacy_widget a:hover {
    color: rgb(119,119,126);
    text-decoration: underline;
}

@media only screen and (max-width: 800px) {.privacy_widget {
    padding: 30px 15px;
}.privacy_widget h1 {
    font-size: calc(19px - 10px);
}.privacy_widget h2 {
    font-size: calc(19px - 5px);
}.privacy_widget ul, .privacy_widget ol {
    padding-left: 10px;
}.privacy_widget li {
    font-size: calc(18px - 2px);
}}.register_now {
    padding: 110px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(150deg, rgb(151,151,158) 0%, rgb(119,119,126) 100%);
}.register_now::before {
    z-index: -1;
    background: 
        repeating-linear-gradient(
            90deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            0deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        );
    opacity: 0.05;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
}.register_now::after {
    animation: dataFlow 8s linear infinite;
    position: absolute;
    opacity: 0.5;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(0deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.05) 75%, 
        rgba(255, 255, 255, 0.1) 100%);
    z-index: -1;
    left: 0;
    content: '';
}.register_now .edu_commit {
    max-width: 1000px;
    position: relative;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 30px;
    z-index: 2;
}.register_now .edu_commit::before {
    animation: rotateRadial 60s linear infinite;
    opacity: 0.03;
    z-index: -1;
    left: -100%;
    background: 
        radial-gradient(
            ellipse at center,
            #ffffff 0%,
            transparent 60%
        );
    content: '';
    position: absolute;
    width: 300%;
    transform-origin: center;
    height: 300%;
    top: -100%;
}.register_now .edu_commit::after {
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 65%, #ffffff 65.5%, transparent 66%),
        linear-gradient(-45deg, transparent 65%, #ffffff 65.5%, transparent 66%);
    width: 100%;
    top: 0;
    content: '';
    position: absolute;
    opacity: 0.04;
    z-index: -1;
    left: 0;
    background-size: 60px 60px;
    animation: shiftPattern 40s linear infinite;
}.register_now h3 {
    font-size: 35px;
    text-align: center;
    font-family: Arial, sans-serif;
    letter-spacing: 4px;
    margin-bottom: 55px;
    position: relative;
    text-shadow: 0 0 15px #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}.register_now h3::before {
    width: 120px;
    bottom: -18px;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        #ffffff, 
        transparent);
    height: 3px;
    box-shadow: 0 0 10px #ffffff;
    content: '';
    left: 50%;
}.register_now h3::after {
    opacity: 0.1;
    animation: scanLine 3s linear infinite;
    background-image: 
        linear-gradient(0deg, 
            transparent 0%, 
            #ffffff 50%, 
            transparent 100%);
    left: 0;
    background-position: center;
    position: absolute;
    content: '';
    height: 40px;
    background-repeat: no-repeat;
    width: 100%;
    top: -45px;
    background-size: 100% 3px;
}.register_now .get_connected {
    background: rgb(119,119,126);
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgb(119,119,126,0.5);
    clip-path: polygon(
        5% 0%, 
        100% 0%, 
        95% 100%, 
        0% 100%
    );
    transition: all 0.4s ease;
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 3px;
    font-size: 15px;
    padding: 18px 50px;
    display: inline-block;
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 1;
    text-decoration: none;
    text-transform: uppercase;
}.register_now .get_connected::before {
    content: '';
    transition: all 0.6s ease;
    position: absolute;
    height: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transform: skewX(-20deg);
    z-index: -1;
    width: 200%;
}.register_now .get_connected::after {
    background: linear-gradient(
        rgb(151,151,158),
        rgb(119,119,126)
    );
    top: -2px;
    opacity: 0;
    clip-path: polygon(
        5% 0%, 
        100% 0%, 
        95% 100%, 
        0% 100%
    );
    transition: all 0.4s ease;
    height: calc(100% + 4px);
    position: absolute;
    left: -1%;
    width: 102%;
    z-index: -2;
    content: '';
}.register_now .get_connected:hover {
    color: #ffffff;
    transform: translateY(-5px);
    text-shadow: 0 0 5px #ffffff;
    background: transparent;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 25px rgb(119,119,126);
}.register_now .get_connected:hover::before {
    left: 100%;
}.register_now .get_connected:hover::after {
    opacity: 1;
}

@media screen and (max-width: 992px) {.register_now {
    padding: 90px 0;
}.register_now h3 {
    font-size: calc(35px * 0.9);
    letter-spacing: 3px;
    margin-bottom: 50px;
}.register_now h3::before {
    width: 100px;
}.register_now .get_connected {
    padding: 16px 45px;
    font-size: calc(15px * 0.95);
}
}

@media screen and (max-width: 768px) {.register_now {
    padding: 70px 0;
}.register_now h3 {
    margin-bottom: 45px;
    letter-spacing: 2px;
    font-size: calc(35px * 0.8);
}.register_now h3::before {
    width: 90px;
    height: 2px;
    bottom: -15px;
}.register_now h3::after {
    height: 30px;
    top: -35px;
}.register_now .get_connected {
    font-size: calc(15px * 0.9);
    letter-spacing: 2px;
    padding: 14px 40px;
}
}

@media screen and (max-width: 576px) {.register_now {
    padding: 50px 0;
}.register_now h3 {
    letter-spacing: 1px;
    font-size: calc(35px * 0.7);
    margin-bottom: 40px;
}.register_now h3::before {
    bottom: -12px;
    height: 2px;
    width: 70px;
}.register_now h3::after {
    height: 20px;
    top: -25px;
}.register_now .get_connected {
    padding: 12px 30px;
    letter-spacing: 1px;
    font-size: calc(15px * 0.85);
}}

@keyframes dataFlow {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shiftPattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes scanLine {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}.data_summary {
    position: relative;
    isolation: isolate;
    padding: 120px 0;
}.data_summary::before {
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    opacity: 0.8;
    left: 0;
    background-color: #000000;
    position: absolute;
    content: "";
}.data_summary .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
}.data_summary .statistics_pro {
    position: relative;
}.data_summary .success_factors {
    height: 120px;
    right: 0;
    transform: rotate(15deg);
    top: 0;
    position: absolute;
    width: 120px;
    opacity: 0.2;
}.data_summary .success_factors svg {
    height: 100%;
    width: 100%;
    fill: rgb(151,151,158);
}.data_summary .success_factors svg path {
    fill: rgb(151,151,158);
}.data_summary .fast_statistics {
    margin-right: auto;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
    max-width: 60%;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    margin-left: auto;
    font-size: 41px;
}.data_summary .class_gains {
    border-left: 3px solid rgb(151,151,158);
    font-size: 18px;
    opacity: 0.9;
    padding-left: 20px;
    margin-right: auto;
    max-width: 50%;
    margin-bottom: 80px;
    margin-left: auto;
    position: relative;
    text-align: center;
    color: #ffffff;
    line-height: 1.6;
}.data_summary .statistics_boosts {
    flex-direction: column;
    display: flex;
    gap: 15px;
}.data_summary .statistics_advance {
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    border-radius: 0 27px 27px 0;
    transition: transform 0.3s ease;
    backdrop-filter: blur(10px);
    align-items: center;
    overflow: hidden;
    display: flex;
}.data_summary .statistics_advance:hover {
    transform: translateX(10px);
}.data_summary .statistics_advance::before {
    position: absolute;
    content: "";
    top: 0;
    width: 5px;
    background-color: rgb(151,151,158);
    left: 0;
    height: 100%;
}.data_summary .statistics_advance:nth-child(even)::before {
    background-color: rgb(119,119,126);
}.data_summary .statistics_classes {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
    display: flex;
    align-items: center;
    min-width: 100px;
    justify-content: center;
    width: 100px;
}.data_summary .statistics_classes svg {
    height: 50px;
    width: 50px;
    fill: #ffffff;
}.data_summary .statistics_classes svg path {
    fill: #ffffff;
}.data_summary .statistics_advance:nth-child(even) .statistics_classes {
    background-color: rgba(rgb(119,119,126,0.5), 0.1);
}.data_summary .statistics_advance:nth-child(odd) .statistics_classes {
    background-color: rgba(rgb(151,151,158,0.5), 0.1);
}.data_summary .stat_item_content {
    padding: 20px 30px;
    justify-content: center;
    display: flex;
    text-align: center;
    flex: 1;
    align-items: center;
}.data_summary .statistics_advance span {
    height: 100%;
    min-width: 100px;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 3rem;
    display: flex;
    font-weight: 700;
    color: #ffffff;
}.data_summary .statistics_advance p {
    color: #ffffff;
    display: flex;
    justify-content: center;
    height: 100%;
    text-align: center;
    align-items: center;
    flex: 1;
    font-size: 18px;
    line-height: 1.4;
    opacity: 0.9;
}.data_summary .statistics_advance::after {
    height: 100%;
    position: absolute;
    pointer-events: none;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.03));
    left: 0;
    content: "";
    top: 0;
}

@media screen and (max-width: 992px) {.data_summary {
    padding: 100px 0;
}.data_summary .fast_statistics {
    font-size: calc(41px * 0.9);
    max-width: 80%;
}.data_summary .class_gains {
    margin-bottom: 60px;
    max-width: 70%;
}.data_summary .statistics_advance span {
    min-width: 80px;
    font-size: 2.5rem;
}
}

@media screen and (max-width: 768px) {.data_summary {
    padding: 80px 0;
}.data_summary .success_factors {
    height: 80px;
    width: 80px;
    right: 10px;
    top: 10px;
}.data_summary .fast_statistics {
    max-width: 100%;
    font-size: calc(41px * 0.8);
}.data_summary .class_gains {
    margin-bottom: 50px;
    max-width: 100%;
}.data_summary .statistics_advance {
    flex-direction: column;
    border-radius: 0 0 27px 27px;
}.data_summary .statistics_advance::before {
    height: 5px;
    width: 100%;
}.data_summary .statistics_advance:hover {
    transform: translateY(10px);
}.data_summary .statistics_classes {
    min-width: auto;
    width: 100%;
}.data_summary .stat_item_content {
    padding: 20px;
    width: 100%;
    text-align: center;
    flex-direction: column;
}.data_summary .statistics_advance span {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 10px;
}.data_summary .statistics_advance p {
    text-align: center;
}
}

@media screen and (max-width: 576px) {.data_summary {
    padding: 60px 0;
}.data_summary .fast_statistics {
    font-size: calc(41px * 0.7);
}.data_summary .class_gains {
    font-size: calc(18px * 0.95);
    padding-left: 15px;
    margin-bottom: 40px;
}.data_summary .statistics_classes svg {
    height: 40px;
    width: 40px;
}.data_summary .stat_item_content {
    padding: 15px;
}.data_summary .statistics_advance span {
    font-size: 2rem;
}.data_summary .statistics_advance p {
    font-size: calc(18px * 0.9);
}
}

@media screen and (min-width: 1200px) {.data_summary::after {
    height: 400px;
    width: 200px;
    z-index: 1;
    position: absolute;
    background: radial-gradient(circle, rgb(151,151,158,0.5) 0%, transparent 70%);
    content: "";
    right: 0;
    top: 50%;
    opacity: 0.3;
    pointer-events: none;
}}.cost_plan {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.cost_plan::before {
    z-index: 1;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(18, 46, 101, 0.85), rgba(44, 62, 80, 0.9));
    top: 0;
    right: 0;
    content: "";
    position: absolute;
}.cost_plan .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.fee_chart {
    position: relative;
}.cost_plan h2 {
    margin-bottom: 25px;
    animation: titleFadeIn 0.8s ease-out forwards;
    text-align: center;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: 36px;
    transform: translateY(0);
}.cost_plan .class_cost {
    font-size: 13px;
    margin: 0 auto 60px;
    line-height: 1.6;
    text-align: center;
    animation: fadeIn 0.8s ease-out 0.3s forwards;
    color: #ffffff;
    opacity: 0;
    max-width: 700px;
    position: relative;
}.cost_plan .pricing_block {
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.cost_plan .pricing_block li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.cost_plan .cost_table {
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    height: 100%;
    text-decoration: none;
    transform: translateZ(0);
    display: block;
}.cost_plan .cost_table:hover {
    transform: translateY(-10px) scale(1.02);
}.cost_plan .cost_schemes {
    position: relative;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
}.cost_plan .cost_table:hover .cost_schemes {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 240, 240, 0.9));
}.cost_plan .cost_schemes::before {
    content: "";
    background: linear-gradient(90deg, rgb(151,151,158), rgb(119,119,126));
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    top: 0;
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    width: 100%;
    height: 6px;
    position: absolute;
}.cost_plan .cost_table:hover .cost_schemes::before {
    transform: scaleX(1);
}.cost_plan .group_plans {
    height: 100%;
    flex-direction: column;
    padding: 35px 30px;
    display: flex;
    box-sizing: border-box;
}.cost_plan .group_plans h4 {
    margin: 0 0 20px;
    position: relative;
    transition: color 0.3s ease;
    color: #000000;
    font-weight: 700;
    font-size: calc(23px * 1.1);
    padding-bottom: 15px;
}.cost_plan .cost_table:hover .group_plans h4 {
    color: rgb(151,151,158);
}.cost_plan .group_plans h4::after {
    bottom: 0;
    width: 40px;
    content: "";
    transition: width 0.4s ease;
    left: 0;
    background: rgb(151,151,158);
    position: absolute;
    height: 3px;
}.cost_plan .cost_table:hover .group_plans h4::after {
    width: 60px;
}.cost_plan .group_plans p {
    line-height: 1.6;
    margin: 0 0 25px;
    font-size: calc(13px * 0.95);
    color: #000000;
    overflow-wrap: break-word;
    flex-grow: 1;
    word-break: break-word;
}.cost_plan .pricing_offers {
    font-weight: 700;
    display: inline-block;
    padding: 12px 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(255, 255, 255, 0.9));
    color: #000000;
    position: relative;
    align-self: flex-start;
    transition: all 0.3s ease;
    border-radius: 50px;
    overflow: hidden;
    font-size: calc(23px * 1.4);
}.cost_plan .cost_table:hover .pricing_offers {
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
    background: linear-gradient(135deg, rgb(151,151,158,0.5), rgb(151,151,158));
    color: #ffffff;
}.cost_plan .pricing_offers::before {
    width: 100%;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    transition: left 0.7s ease;
    height: 100%;
    content: "";
}.cost_plan .cost_table:hover .pricing_offers::before {
    left: 100%;
}

@keyframes titleFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@media (max-width: 1200px) {.cost_plan {
    padding: 100px 0;
}.cost_plan .pricing_block {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}

@media (max-width: 991px) {.cost_plan {
    padding: 80px 0;
}.cost_plan h2 {
    font-size: calc(36px * 0.9);
}.cost_plan .class_cost {
    margin-bottom: 50px;
    font-size: calc(13px * 0.95);
}.cost_plan .pricing_block {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.cost_plan .group_plans {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.cost_plan {
    padding: 70px 0;
}.cost_plan h2 {
    font-size: calc(36px * 0.85);
    margin-bottom: 20px;
}.cost_plan .class_cost {
    margin-bottom: 40px;
    font-size: calc(13px * 0.9);
}.cost_plan .pricing_block {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 25px;
}.cost_plan .group_plans h4 {
    font-size: 23px;
}.cost_plan .group_plans p {
    font-size: calc(13px * 0.9);
    margin-bottom: 20px;
}.cost_plan .pricing_offers {
    padding: 10px 20px;
    font-size: calc(23px * 1.3);
}
}

@media (max-width: 480px) {.cost_plan {
    padding: 60px 0;
}.cost_plan h2 {
    font-size: calc(36px * 0.8);
}.cost_plan .class_cost {
    font-size: calc(13px * 0.85);
    margin-bottom: 35px;
}.cost_plan .group_plans {
    padding: 25px 20px;
}.cost_plan .group_plans h4 {
    padding-bottom: 12px;
    margin-bottom: 15px;
}.cost_plan .group_plans p {
    font-size: calc(13px * 0.85);
    line-height: 1.5;
}.cost_plan .pricing_offers {
    font-size: calc(23px * 1.2);
    padding: 8px 18px;
}}.mentorship_profile {
    min-height: 700px;
    position: relative;
    background: linear-gradient(160deg, rgb(185,185,190) 0%, #000000 100%);
    overflow: hidden;
    padding: 8rem 0;
}.mentorship_profile::before {
    filter: blur(70px);
    left: 0;
    z-index: 1;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    height: 100%;
    background: 
        radial-gradient(circle at 80% 20%, rgb(151,151,158,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(119,119,126,0.5) 0%, transparent 35%);
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.4;
}.mentorship_profile .container {
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.mentorship_profile .review_panel {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    padding: 3rem;
    backdrop-filter: blur(15px);
    overflow: hidden;
    gap: 30px;
    grid-template-columns: 1.2fr 0.8fr;
    min-height: 580px;
    position: relative;
    border-radius: 29px;
    display: grid;
    grid-template-rows: auto 1fr;
}.mentorship_profile .review_panel::before {
    position: absolute;
    background: linear-gradient(135deg, transparent, rgb(151,151,158,0.5), transparent);
    animation: shimmerEffect 10s ease-in-out infinite;
    height: 100%;
    top: 0;
    background-size: 200% 200%;
    left: 0;
    z-index: -1;
    content: "";
    opacity: 0.2;
    width: 100%;
}.mentorship_profile .img_list {
    height: 100%;
    grid-row: 1 / span 2;
    position: relative;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    z-index: 3;
    grid-column: 2;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 29px;
    filter: contrast(1.1) brightness(1.05);
    transform: scale(1) rotate(0deg);
}.mentorship_profile .review_panel:hover .img_list {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) rotate(2deg);
}.mentorship_profile .img_list::before {
    box-sizing: border-box;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    top: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
}.mentorship_profile .name {
    transform: translateX(0);
    font-weight: 700;
    z-index: 4;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
    grid-row: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin: 0;
    grid-column: 1;
    color: #ffffff;
    font-size: 35px;
}.mentorship_profile .review_panel:hover .name {
    transform: translateX(10px);
}.mentorship_profile .name::after {
    height: 3px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(151,151,158), rgb(119,119,126));
    transition: width 0.6s ease;
    left: 0;
    width: 0;
    bottom: -10px;
}.mentorship_profile .review_panel:hover .name::after {
    width: 120px;
}.mentorship_profile .review_panel span:not(.name) {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    width: max-content;
    grid-row: 1;
    background: rgba(0, 0, 0, 0.2);
    grid-column: 1;
    color: rgb(119,119,126);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    font-weight: 600;
    border-radius: 10px;
    transform: translateX(0);
    font-size: 23px;
    margin-top: 4rem;
    z-index: 3;
    backdrop-filter: blur(10px);
    padding: 0.7rem 1.5rem;
}.mentorship_profile .review_panel:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}.mentorship_profile .career_back {
    grid-column: 1;
    border-radius: 29px;
    padding: 2rem;
    grid-row: 2;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.8;
    z-index: 2;
    color: #ffffff;
    position: relative;
    transform: translateY(0);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    border-left: 4px solid rgb(119,119,126);
}.mentorship_profile .review_panel:hover .career_back {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.mentorship_profile .career_back::before {
    content: "";
    top: 0;
    height: 100%;
    background-size: 200% 200%;
    animation: shimmerEffect 5s ease-in-out infinite;
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}.mentorship_profile .container::after {
    width: 400px;
    left: -200px;
    border-radius: 50%;
    position: absolute;
    bottom: -200px;
    height: 400px;
    background: conic-gradient(from 135deg, rgb(151,151,158,0.5) 0%, rgb(119,119,126,0.5) 50%, rgb(151,151,158,0.5) 100%);
    animation: rotateGlow 25s linear infinite;
    content: "";
    opacity: 0.2;
    z-index: -1;
    filter: blur(80px);
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.mentorship_profile .review_panel {
    grid-template-rows: auto auto auto;
    padding: 2rem;
    grid-template-columns: 1fr;
    gap: 20px;
}.mentorship_profile .img_list {
    grid-row: 1;
    grid-column: 1;
    height: 350px;
}.mentorship_profile .name {
    margin: 0;
    grid-row: 2;
    grid-column: 1;
}.mentorship_profile .review_panel span:not(.name) {
    grid-row: 2;
    margin-top: 3.5rem;
    grid-column: 1;
}.mentorship_profile .career_back {
    grid-column: 1;
    grid-row: 3;
}.mentorship_profile .review_panel:hover .name,
    .mentorship_profile .review_panel:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.mentorship_profile {
    padding: 5rem 0;
}.mentorship_profile .review_panel {
    padding: 1.5rem;
}.mentorship_profile .img_list {
    height: 250px;
}.mentorship_profile .name {
    font-size: 23px;
}.mentorship_profile .review_panel span:not(.name) {
    margin-top: 3rem;
    padding: 0.6rem 1rem;
    font-size: 16px;
}.mentorship_profile .career_back {
    font-size: calc(16px * 0.9);
    padding: 1.5rem;
    line-height: 1.6;
}}.program_details {
    position: relative;
    padding: 5rem 0;
    background: rgb(185,185,190);
    overflow: hidden;
}.program_details::before {
    background: linear-gradient(135deg, rgb(151,151,158,0.5) 0%, transparent 70%);
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
}.program_details::after {
    content: "";
    transform: rotate(-15deg);
    bottom: -10px;
    width: 150px;
    z-index: 1;
    background: linear-gradient(225deg, rgb(119,119,126) 0%, transparent 80%);
    right: -10px;
    position: absolute;
    height: 150px;
}.program_details .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
}.program_details .job_ready {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.program_details .img_list {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 300px;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.program_details .img_list::before {
    top: 0;
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgb(151,151,158,0.5) 0%, transparent 100%);
}.program_details .img_list::after {
    border: 2px solid rgb(119,119,126);
    height: calc(100% + 20px);
    opacity: 0.5;
    transform: translate(10px, 10px);
    left: -10px;
    position: absolute;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    z-index: -1;
    width: calc(100% + 20px);
    bottom: -10px;
    content: "";
}.program_details .img_list:hover {
    transform: perspective(1000px) rotateX(0deg);
}.program_details .img_list:hover::after {
    opacity: 0.8;
    transform: translate(5px, 5px);
}.program_details .text_cloud {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-left: 4px solid rgb(151,151,158);
    backdrop-filter: blur(10px);
    padding: 2rem;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
}.program_details .text_cloud::before {
    top: 0;
    height: 100px;
    transform: translate(20px, -20px);
    width: 100px;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(119,119,126,0.5) 0%, transparent 70%);
    right: 0;
    z-index: -1;
}.program_details h3 {
    opacity: 0;
    color: rgb(151,151,158);
    transform: translateX(-10px);
    font-weight: 700;
    font-size: calc(19px * 1.1);
    margin-bottom: 1.5rem;
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}.program_details h3::after {
    left: 0;
    height: 3px;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: -8px;
    width: 50px;
    content: "";
    position: absolute;
    transform-origin: left;
    animation: expandLine 0.6s 0.8s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgb(119,119,126);
}.program_details .description {
    margin-bottom: 1.5rem;
    color: #000000;
    max-height: 300px;
    line-height: 1.6;
    font-size: 16px;
    overflow-y: auto;
    position: relative;
    padding-right: 10px;
}.program_details .description::-webkit-scrollbar {
    width: 4px;
}.program_details .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.program_details .description::-webkit-scrollbar-thumb {
    background: rgb(151,151,158,0.5);
    border-radius: 10px;
}.program_details p.description {
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translateY(20px);
}.program_details span.description {
    display: none;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@media (min-width: 768px) {.program_details {
    padding: 6rem 0;
}.program_details .job_ready {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.program_details .img_list {
    height: 400px;
}.program_details h3 {
    font-size: calc(19px * 1.2);
}.program_details .text_cloud {
    padding: 2.5rem;
}
}

@media (min-width: 992px) {.program_details {
    padding: 8rem 0;
}.program_details .job_ready {
    gap: 5rem;
}.program_details .img_list {
    height: 500px;
}.program_details h3 {
    font-size: calc(19px * 1.4);
    margin-bottom: 2rem;
}.program_details h3::after {
    width: 70px;
}.program_details .description {
    max-height: 350px;
}.program_details .text_cloud {
    padding: 3rem;
}.program_details .text_cloud::before {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 767px) {.program_details {
    padding: 4rem 0;
}.program_details .container {
    padding: 0 1.5rem;
}.program_details .img_list {
    height: 250px;
}.program_details .text_cloud {
    padding: 1.5rem;
}.program_details h3 {
    font-size: 19px;
    margin-bottom: 1.2rem;
}.program_details .description {
    max-height: 250px;
}
}

@media (max-width: 480px) {.program_details {
    padding: 3rem 0;
}.program_details .img_list {
    height: 200px;
}.program_details .text_cloud {
    padding: 1.2rem;
}.program_details h3 {
    font-size: calc(19px * 0.9);
}.program_details .description {
    max-height: 200px;
    font-size: calc(16px * 0.95);
}}.our_team {
    background: rgb(185,185,190);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.our_team::before {
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(151,151,158,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(119,119,126,0.5) 0%, transparent 40%);
    z-index: 0;
}.our_team .container {
    z-index: 1;
    position: relative;
}.our_team .edu_commit {
    position: relative;
}.our_team h3 {
    color: #000000;
    display: inline-block;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 50px;
    font-size: 37px;
    position: relative;
    font-weight: 700;
}.our_team h3::after {
    position: absolute;
    width: 60px;
    content: "";
    transform: translateX(-50%);
    background: rgb(151,151,158);
    height: 3px;
    left: 50%;
    bottom: -15px;
}.our_team .study_lab {
    display: flex;
    position: relative;
    margin-bottom: 70px;
    flex-direction: column;
}.our_team .study_lab span {
    color: rgb(151,151,158);
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 23px;
    display: block;
}.our_team .study_lab p {
    line-height: 1.7;
    width: 60%;
    color: #000000;
    font-size: 18px;
    margin-bottom: 30px;
}.our_team .study_lab .img_list {
    border-radius: 20px;
    width: 35%;
    height: 100%;
    top: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: absolute;
    box-shadow: -15px 15px 0 rgb(151,151,158,0.5);
    right: 0;
}.our_team .study_lab .img_list:hover {
    transform: translate(5px, -5px);
    box-shadow: -20px 20px 0 rgb(151,151,158,0.5);
}.our_team .study_space {
    margin-top: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
}.our_team .study_space p {
    width: 60%;
    color: #000000;
    line-height: 1.7;
    margin-left: auto;
    font-size: 18px;
    margin-bottom: 30px;
}.our_team .study_space .learn_space {
    height: 100%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: absolute;
    top: 0;
    box-shadow: 15px 15px 0 rgb(119,119,126,0.5);
    width: 35%;
    border-radius: 20px;
    left: 0;
}.our_team .study_space .learn_space:hover {
    transform: translate(-5px, -5px);
    box-shadow: 20px 20px 0 rgb(119,119,126,0.5);
}.our_team .edu_commit::before {
    border: 2px dashed rgb(151,151,158,0.5);
    position: absolute;
    left: -100px;
    height: 200px;
    width: 200px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    animation: rotate 30s infinite linear;
    top: -100px;
}.our_team .edu_commit::after {
    animation: rotate 20s infinite linear reverse;
    bottom: -75px;
    content: "";
    border-radius: 50%;
    right: -75px;
    border: 2px dashed rgb(119,119,126,0.5);
    width: 150px;
    z-index: -1;
    position: absolute;
    height: 150px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.our_team .study_lab::after {
    content: "";
    width: 50%;
    background: linear-gradient(to right, rgb(151,151,158,0.5), transparent);
    position: absolute;
    bottom: -35px;
    left: 0;
    height: 1px;
}.our_team .study_lab svg {
    left: -45px;
    position: absolute;
    opacity: 0.7;
    color: rgb(151,151,158);
    height: 30px;
    top: 10px;
    width: 30px;
}.our_team .study_lab svg path {
    fill: rgb(151,151,158);
}.our_team .study_space svg {
    top: 10px;
    right: -45px;
    height: 30px;
    color: rgb(119,119,126);
    width: 30px;
    position: absolute;
    opacity: 0.7;
}.our_team .study_space svg path {
    fill: rgb(119,119,126);
}.our_team .container::before {
    z-index: -1;
    content: "";
    background-size: 20px 20px;
    height: 100%;
    opacity: 0.05;
    position: absolute;
    background-image: linear-gradient(45deg, rgb(185,185,190) 25%, transparent 25%),
                      linear-gradient(-45deg, rgb(185,185,190) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgb(185,185,190) 75%),
                      linear-gradient(-45deg, transparent 75%, rgb(185,185,190) 75%);
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

@media screen and (max-width: 1024px) {.our_team {
    padding: 80px 0;
}.our_team h3 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.9);
}.our_team .study_lab p,
    .our_team .study_space p {
    width: 55%;
}.our_team .study_lab .img_list,
    .our_team .study_space .learn_space {
    width: 40%;
}
}

@media screen and (max-width: 768px) {.our_team {
    padding: 60px 0;
}.our_team h3 {
    margin-bottom: 35px;
    font-size: calc(37px * 0.8);
}.our_team .study_lab {
    margin-bottom: 50px;
}.our_team .study_lab p,
    .our_team .study_space p {
    width: 100%;
    margin-bottom: 230px;
}.our_team .study_lab .img_list,
    .our_team .study_space .learn_space {
    position: relative;
    left: auto;
    margin-bottom: 20px;
    width: 100%;
    height: 200px;
    right: auto;
    top: auto;
}.our_team .study_lab .img_list {
    margin-top: -230px;
}.our_team .study_space .learn_space {
    order: -1;
    margin-bottom: 20px;
}.our_team .study_space {
    display: flex;
    flex-direction: column;
}.our_team .study_lab svg,
    .our_team .study_space svg {
    position: static;
    display: block;
    margin-bottom: 10px;
}
}

@media screen and (max-width: 480px) {.our_team {
    padding: 40px 0;
}.our_team h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.7);
}.our_team h3::after {
    width: 40px;
    bottom: -10px;
}.our_team .study_lab {
    margin-bottom: 40px;
}.our_team .study_lab p,
    .our_team .study_space p {
    font-size: calc(18px * 0.9);
    margin-bottom: 180px;
}.our_team .study_lab .img_list,
    .our_team .study_space .learn_space {
    height: 160px;
}.our_team .study_lab .img_list {
    box-shadow: -8px 8px 0 rgb(151,151,158,0.5);
    margin-top: -180px;
}.our_team .study_space .learn_space {
    box-shadow: 8px 8px 0 rgb(119,119,126,0.5);
}.our_team .study_lab .img_list:hover {
    box-shadow: -10px 10px 0 rgb(151,151,158,0.5);
    transform: translate(3px, -3px);
}.our_team .study_space .learn_space:hover {
    box-shadow: 10px 10px 0 rgb(119,119,126,0.5);
    transform: translate(-3px, -3px);
}.our_team .study_lab span {
    font-size: calc(23px * 0.9);
    margin-bottom: 15px;
}.our_team .edu_commit::before,
    .our_team .edu_commit::after {
    width: 100px;
    height: 100px;
}}.follow {
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(185,185,190) 0%, rgb(151,151,158,0.5) 100%);
}.follow::before {
    top: 0;
    left: 0;
    pointer-events: none;
    height: 100%;
    content: '';
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03) 0px,
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    width: 100%;
}.follow::after {
    position: absolute;
    width: 60%;
    height: 200%;
    transform: rotate(15deg);
    right: -20%;
    top: -50%;
    background: linear-gradient(135deg, rgb(151,151,158,0.5) 0%, transparent 70%);
    content: '';
    z-index: 0;
}.follow .container {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.follow .edu_commit {
    transform: translateY(0);
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    padding: 3rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #ffffff;
    flex-direction: column;
    overflow: hidden;
}.follow .edu_commit:hover {
    transform: translateY(-8px);
}.follow .edu_commit > div {
    margin-bottom: 2rem;
}.follow h4 {
    font-size: 22px;
    font-family: Arial, sans-serif;
    margin: 0;
    position: relative;
    line-height: 1.4;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.01em;
}.follow h4::after {
    height: 3px;
    content: '';
    width: 60px;
    transition: transform 0.4s ease-out;
    transform: scaleX(1);
    background: rgb(151,151,158);
    bottom: -12px;
    transform-origin: left;
    position: absolute;
    left: 0;
}.follow .edu_commit:hover h4::after {
    transform: scaleX(1.5);
}.follow .input_holder {
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
}.follow .input_holder span {
    min-width: 200px;
    flex: 1;
}.follow input[type="email"] {
    background-color: #ffffff;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.01);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    outline: none;
    padding: 1rem 1.5rem;
    color: #000000;
}.follow input[type="email"]:focus {
    border-color: rgb(151,151,158);
    box-shadow: 0 0 0 3px rgb(151,151,158,0.5);
}.follow input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: color 0.3s ease;
}.follow input[type="email"]:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
}.follow .sub_url {
    border: none;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-size: 16px;
    width: 100%;
    align-items: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: inline-flex;
    justify-content: center;
    background: rgb(151,151,158);
}.follow .sub_url::before {
    top: 50%;
    width: 0;
    content: '';
    transition: width 0.6s ease-out, height 0.6s ease-out;
    left: 50%;
    border-radius: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    height: 0;
}.follow .sub_url:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(rgb(151,151,158), 0.25);
    background-color: rgb(119,119,126);
}.follow .sub_url:hover::before {
    width: 300px;
    height: 300px;
}.follow .sub_url:active {
    transform: translateY(1px);
}

@media (min-width: 768px) {.follow .edu_commit {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 3.5rem 4rem;
}.follow .edu_commit > div {
    flex: 0.6;
    margin-bottom: 0;
    margin-right: 2rem;
}.follow .input_holder {
    flex: 0.4;
}.follow h4 {
    font-size: calc(22px * 1.1);
}
}

@media (max-width: 767px) {.follow {
    padding: 3rem 0;
}.follow .edu_commit {
    padding: 2rem;
}.follow h4 {
    font-size: calc(22px * 0.9);
}.follow .input_holder span {
    width: 100%;
}.follow input[type="email"],
    .follow .sub_url {
    padding: 0.9rem;
}
}

@media (max-width: 480px) {.follow {
    padding: 2rem 0;
}.follow .edu_commit {
    padding: 1.5rem;
}.follow h4 {
    font-size: calc(22px * 0.8);
}.follow h4::after {
    height: 2px;
    width: 40px;
}.follow .input_holder {
    gap: 0.75rem;
}.follow input[type="email"],
    .follow .sub_url {
    padding: 0.8rem;
    font-size: calc(12px * 0.9);
}
}

@media (min-width: 1200px) {.follow .edu_commit {
    padding: 4rem 5rem;
}.follow h4 {
    letter-spacing: -0.02em;
    font-size: calc(22px * 1.2);
}
}

@media (prefers-reduced-motion: reduce) {.follow .edu_commit,
    .follow .sub_url,
    .follow h4::after,
    .follow input[type="email"] {
    transition: none;
}.follow .edu_commit:hover {
    transform: none;
}.follow .sub_url:hover::before {
    display: none;
}}.thanksPage {
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(185,185,190) 0%, rgb(151,151,158,0.5) 100%);
}.thanksPage::before {
    position: absolute;
    left: 0;
    z-index: 0;
    height: 100%;
    animation: backgroundPulse 12s infinite alternate ease-in-out;
    content: "";
    opacity: 0.25;
    width: 100%;
    background: 
        radial-gradient(circle at 15% 15%, rgb(151,151,158,0.5) 0%, transparent 50%),
        radial-gradient(circle at 85% 85%, rgb(119,119,126,0.5) 0%, transparent 50%);
    top: 0;
}.thanksPage::after {
    right: -10%;
    content: "";
    animation: floatElement 15s infinite alternate ease-in-out;
    position: absolute;
    width: 40%;
    top: -10%;
    filter: blur(120px);
    z-index: 0;
    opacity: 0.2;
    background: rgb(151,151,158,0.5);
    height: 40%;
}.thanksPage .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.thanksPage h2 {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.3;
    position: relative;
    max-width: 90%;
    padding-bottom: 1.5rem;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 3rem;
    transform: perspective(1000px) rotateX(2deg);
}.thanksPage h2::after {
    background: linear-gradient(90deg, rgb(151,151,158) 0%, rgb(119,119,126) 100%);
    width: 120px;
    bottom: 0;
    height: 4px;
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left center;
    position: absolute;
    content: "";
    left: 0;
}.thanksPage h2:hover::after {
    width: 180px;
}.thanksPage .edu_commit {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.5),
        0 2px 5px rgba(0,0,0,0.05);
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    border-left: 4px solid rgb(151,151,158);
    border-radius: 0 10px 10px 0;
}.thanksPage .edu_commit:hover {
    transform: perspective(1000px) rotateY(0);
}.thanksPage .edu_commit::before {
    background-size: 40px 40px;
    height: 100%;
    position: absolute;
    pointer-events: none;
    content: "";
    left: 0;
    z-index: 0;
    top: 0;
    opacity: 0.05;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(119,119,126,0.5) 49.5%, rgb(119,119,126,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(119,119,126,0.5) 49.5%, rgb(119,119,126,0.5) 50.5%, transparent 50.5%);
}.thanksPage ul {
    z-index: 1;
    margin: 0;
    list-style: none;
    position: relative;
    padding: 0;
}.thanksPage li {
    padding-left: 2rem;
    position: relative;
}.thanksPage li::before {
    position: absolute;
    left: 0;
    animation: rotateDiamond 8s infinite linear;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 12px;
    content: "";
    height: 12px;
    background: rgb(151,151,158);
    top: 0.5rem;
}.thanksPage span {
    color: #000000;
    display: block;
    font-size: 13px;
    line-height: 1.8;
    position: relative;
    font-family: Arial, sans-serif;
}.thanksPage span::after {
    bottom: -15px;
    width: 60px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(119,119,126,0.5));
    right: 0;
    height: 4px;
}

@keyframes backgroundPulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.35;
        transform: scale(1.1);
    }
}

@keyframes floatElement {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-20px, 20px) rotate(3deg);
    }
    100% {
        transform: translate(20px, -20px) rotate(-3deg);
    }
}

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

@media (max-width: 991px) {.thanksPage {
    padding: 5rem 0;
}.thanksPage h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.9);
    max-width: 100%;
}.thanksPage .edu_commit {
    padding: 2rem;
}
}

@media (max-width: 767px) {.thanksPage {
    padding: 4rem 0;
}.thanksPage h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(36px * 0.8);
    margin-bottom: 1.5rem;
}.thanksPage .edu_commit {
    transform: perspective(1000px) rotateY(-0.5deg);
    padding: 1.5rem;
}.thanksPage li {
    padding-left: 1.5rem;
}.thanksPage li::before {
    width: 10px;
    height: 10px;
    top: 0.4rem;
}
}

@media (max-width: 575px) {.thanksPage {
    padding: 3rem 0;
}.thanksPage h2 {
    font-size: calc(36px * 0.7);
    transform: none;
}.thanksPage h2::after {
    height: 3px;
    width: 80px;
}.thanksPage h2:hover::after {
    width: 120px;
}.thanksPage .edu_commit {
    padding: 1.25rem;
    border-left-width: 3px;
    transform: none;
}.thanksPage span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}.thanksPage span::after {
    bottom: -10px;
    width: 40px;
    height: 3px;
}}#cookieAlertNotice {
    display: none;
}#cookieAlertNotice:checked ~ .cookie_popup_interrupt {
    opacity: 0;
    visibility: hidden;
}.cookie_popup_interrupt {
    position: fixed;
    background: rgb(119,119,126);
    z-index: 90;
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 20px 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(151,151,158);
    bottom: 0;
}.user_tracker {
    border: 2px dashed rgb(151,151,158);
    gap: 20px;
    justify-content: space-between;
    border-radius: 28px;
    align-items: center;
    display: flex;
    padding: 20px 5%;
    background: rgba(0, 0, 0, 0.5);
}.cookie_popup_interrupt h5 {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 23px;
    color: rgb(151,151,158);
}.cookie_popup_interrupt p {
    color: #ffffff;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    position: relative;
}.cookie_list {
    background: rgb(151,151,158,0.5);
    padding: 10px;
    justify-content: center;
    border-radius: 28px;
    align-items: center;
    margin-right: 20px;
    flex-shrink: 0;
    display: flex;
}.cookie_list svg {
    fill: rgb(151,151,158);
    width: 60px;
    height: 60px;
}.cookie_menu {
    font-size: 16px;
    white-space: nowrap;
    border: 2px solid rgb(151,151,158);
    padding: 10px 20px;
    text-decoration: none;
    flex-shrink: 0;
    margin-left: 10px;
    min-width: 140px;
    border-radius: 10px;
    text-align: center;
    color: #000000;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    line-height: 40px;
    background: rgb(151,151,158);
}.cookie_menu:hover {
    box-shadow: 0 0 10px rgb(119,119,126);
    background-color: rgb(119,119,126);
}.cookie_button.track_ack {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(119,119,126);
    color: #ffffff;
}.cookie_button.track_ack:hover {
    box-shadow: 0 0 10px rgb(119,119,126);
}.cookie_popup_interrupt p a {
    color: rgb(151,151,158);
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(151,151,158);
    text-decoration: none;
}.cookie_popup_interrupt p a:hover {
    color: rgb(119,119,126);
}
@media only screen and (max-width: 1200px) {.cookie_popup_interrupt {
    padding: 15px 0;
}.user_tracker {
    padding: 15px 5%;
}.cookie_list {
    display: none;
}.user_tracker {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookie_popup_interrupt h5 {
    font-size: 19px;
    margin-bottom: 10px;
}.cookie_hide {
    margin-bottom: 15px;
}.cookie_menu {
    min-width: 100%;
    margin: 10px 0;
}
}
