* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: smooth;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    width: 1161px;
    max-width: 100%;
    margin: auto;
}.play_market_05931 {
    flex: 0 0 auto;
}.top_know_56382 {
    flex: 1 0 auto;
}.content-wrapper_06172 {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}header,footer {
    width: 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;
}}
.future_attendees_14079 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(45deg, rgb(177,176,183) 0%, rgb(109,109,117,0.5) 100%);
}.future_attendees_14079::before {
    left: 0;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 75% 25%, rgb(142,142,149,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgb(109,109,117,0.5) 0%, transparent 50%);
}.future_attendees_14079::after {
    content: "";
    opacity: 0.1;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(142,142,149,0.5) 0,
            rgb(142,142,149,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(109,109,117,0.5) 0,
            rgb(109,109,117,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
}.future_attendees_14079 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}.future_attendees_14079 .knowledge_space_69574 {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    border-radius: 21px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-direction: column;
}.future_attendees_14079 .knowledge_space_69574:hover {
    transform: translateY(-10px);
}.future_attendees_14079 h4 {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(120deg, rgb(142,142,149) 0%, rgb(109,109,117) 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0;
    padding: 35px 30px;
    font-size: 30px;
}.future_attendees_14079 h4::before {
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.5;
    top: 0;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
}.future_attendees_14079 div {
    background: #ffffff;
    padding: 40px;
}.future_attendees_14079 div p {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-weight: 400;
    align-items: center;
    background: #ffffff;
    z-index: 1;
    padding: 20px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-size: 13px;
    overflow: hidden;
    line-height: 1.6;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    position: relative;
    display: flex;
    color: #000000;
}.future_attendees_14079 div p:last-child {
    margin-bottom: 0;
}.future_attendees_14079 div p::before {
    transition: all 0.3s ease;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(180deg, rgb(142,142,149), rgb(109,109,117));
    width: 4px;
    position: absolute;
}.future_attendees_14079 div p::after {
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, 
        rgba(rgb(142,142,149), 0.05) 0%, 
        rgba(rgb(109,109,117), 0.05) 100%
    );
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}.future_attendees_14079 div p:hover {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateX(5px);
}.future_attendees_14079 div p:hover::before {
    width: 8px;
}.future_attendees_14079 div p:hover::after {
    opacity: 1;
}.future_attendees_14079 div p svg {
    width: 28px;
    margin-right: 18px;
    height: 28px;
    min-width: 28px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}.future_attendees_14079 div p:hover svg {
    transform: scale(1.15);
}.future_attendees_14079 div p svg path {
    fill: rgb(142,142,149);
    transition: fill 0.3s ease;
}.future_attendees_14079 div p:hover svg path {
    fill: rgb(109,109,117);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 991px) {.future_attendees_14079 {
    padding: 80px 0;
}.future_attendees_14079 h4 {
    padding: 30px 25px;
    font-size: calc(30px - 2px);
}.future_attendees_14079 div {
    padding: 30px;
}.future_attendees_14079 div p {
    margin-bottom: 15px;
    padding: 15px;
}.future_attendees_14079 div p svg {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 15px;
}
}

@media (max-width: 767px) {.future_attendees_14079 {
    padding: 60px 0;
}.future_attendees_14079 h4 {
    padding: 25px 20px;
    font-size: calc(30px - 4px);
}.future_attendees_14079 div {
    padding: 25px 20px;
}.future_attendees_14079 div p {
    margin-bottom: 12px;
    padding: 12px 15px;
}.future_attendees_14079 div p svg {
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
    height: 20px;
}
}

@media (max-width: 479px) {.future_attendees_14079 {
    padding: 40px 0;
}.future_attendees_14079 h4 {
    padding: 20px 15px;
    font-size: calc(30px - 6px);
}.future_attendees_14079 div {
    padding: 20px 15px;
}.future_attendees_14079 div p {
    padding: 10px 12px;
    font-size: calc(13px - 1px);
    margin-bottom: 10px;
}.future_attendees_14079 div p svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    min-width: 18px;
}}.attempt_now_02648 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, rgb(142,142,149), rgb(109,109,117) 70%, rgb(142,142,149,0.5) 100%);
    overflow: hidden;
    transform: perspective(1000px) rotateX(2deg);
    margin: 4rem 0;
    padding: 5rem 2rem;
    position: relative;
}.attempt_now_02648::before {
    width: 120%;
    z-index: 1;
    left: -5%;
    top: -10%;
    animation: shimmer 8s infinite linear;
    background: linear-gradient(45deg, transparent 30%, rgb(109,109,117,0.5) 40%, transparent 60%);
    transform: rotate(-5deg);
    height: 140%;
    position: absolute;
    pointer-events: none;
    content: "";
}.attempt_now_02648::after {
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(142,142,149,0.5) 5%, transparent 15%),
        radial-gradient(circle at 90% 80%, rgb(109,109,117,0.5) 5%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(142,142,149,0.5) 2%, transparent 10%);
    width: 100%;
    left: 0;
    content: "";
    opacity: 0.4;
    height: 100%;
    z-index: 1;
    top: 0;
    pointer-events: none;
    position: absolute;
}.attempt_now_02648 .container {
    z-index: 2;
    transform: translateY(10px);
    display: flex;
    position: relative;
    flex-direction: column;
    animation: container-appear 0.8s ease-out forwards;
    gap: 2.5rem;
    margin: 0 auto;
    max-width: 1200px;
    align-items: center;
}.attempt_now_02648 h6 {
    max-width: 800px;
    color: #ffffff;
    letter-spacing: 0.5px;
    transform: translateY(10px);
    font-size: clamp(22px, 4vw, calc(22px * 1.2));
    text-align: center;
    opacity: 0;
    padding: 0 1rem;
    font-weight: 600;
    animation: text-appear 0.7s ease-out 0.2s forwards;
    margin: 0;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}.attempt_now_02648 div div {
    justify-content: center;
    margin-top: 1rem;
    transform: translateY(15px);
    opacity: 0;
    animation: button-appear 0.8s ease-out 0.4s forwards;
    display: flex;
}.attempt_now_02648 div span {
    position: relative;
    display: inline-block;
}.attempt_now_02648 .support_widget_74569 {
    transform: translateZ(0);
    text-decoration: none;
    overflow: hidden;
    color: rgb(142,142,149);
    font-size: 19px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    border: none;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
    padding: 1rem 2.5rem;
}.attempt_now_02648 .support_widget_74569::before {
    position: absolute;
    animation: gradient-shift 5s ease infinite;
    top: -2px;
    transform: translate3d(0, 0, 0);
    z-index: -1;
    background: linear-gradient(45deg, rgb(142,142,149), rgb(109,109,117), rgb(142,142,149));
    right: -2px;
    left: -2px;
    content: "";
    bottom: -2px;
}.attempt_now_02648 .support_widget_74569 span {
    transition: transform 0.3s ease;
    z-index: 1;
    position: relative;
}.attempt_now_02648 .support_widget_74569:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px) scale(1.02);
    color: rgb(109,109,117);
}.attempt_now_02648 .support_widget_74569:hover span {
    transform: translateX(5px);
}.attempt_now_02648 .support_widget_74569:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) rotate(-5deg);
    }
    100% {
        transform: translateX(100%) rotate(-5deg);
    }
}

@keyframes text-appear {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes button-appear {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes container-appear {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gradient-shift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@media screen and (max-width: 991px) {.attempt_now_02648 {
    padding: 4rem 1.5rem;
    margin: 3rem 0;
}.attempt_now_02648 .container {
    gap: 2rem;
}.attempt_now_02648 h6 {
    font-size: 22px;
}
}

@media screen and (max-width: 768px) {.attempt_now_02648 {
    padding: 3.5rem 1.25rem;
    transform: perspective(1000px) rotateX(1deg);
}.attempt_now_02648 .container {
    gap: 1.8rem;
}.attempt_now_02648 .support_widget_74569 {
    padding: 0.9rem 2rem;
}
}

@media screen and (max-width: 576px) {.attempt_now_02648 {
    transform: none;
    padding: 3rem 1rem;
}.attempt_now_02648 .container {
    gap: 1.5rem;
}.attempt_now_02648 h6 {
    letter-spacing: 0.3px;
    line-height: 1.5;
}.attempt_now_02648 .support_widget_74569 {
    padding: 0.8rem 1.75rem;
}}header {
    position: relative;
    z-index: 100;
    background: rgb(177,176,183);
    padding: 0;
    width: 100%;
}header::before {
    z-index: 0;
    background: linear-gradient(135deg, 
        rgb(142,142,149,0.5) 0%, 
        transparent 60%, 
        rgb(109,109,117,0.5) 100%);
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    content: '';
    opacity: 0.6;
}header .container {
    z-index: 1;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    max-width: 100%;
}header .top_start_92648 {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 3%;
}header .nav_class_24307 {
    display: flex;
    padding: 0.6rem;
    position: relative;
    align-items: center;
    text-decoration: none;
    margin-right: 1rem;
}header .nav_class_24307::after {
    width: 100%;
    transition: transform 0.3s ease;
    height: 2px;
    transform: scaleX(0.7);
    left: 0;
    position: absolute;
    content: '';
    bottom: 0;
    background: linear-gradient(to right, rgb(142,142,149), rgb(109,109,117));
}header .nav_class_24307:hover::after {
    transform: scaleX(1);
}header .nav_class_24307 svg {
    transition: all 0.3s ease;
    height: auto;
    width: 140px;
}header .nav_class_24307:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .header_page_25643 {
    padding: 0.5rem;
    gap: 0.4rem;
    border-radius: 10px;
    flex-wrap: wrap;
    display: flex;
    background: rgba(255, 255, 255, 0.5);
}header .top_core_41068 {
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0.4rem 0.7rem;
    font-size: 19px;
    z-index: 1;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 10px;
}header .top_core_41068::after {
    transition: transform 0.3s ease;
    height: 2px;
    transform-origin: left;
    background: linear-gradient(to right, rgb(142,142,149), rgb(109,109,117));
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    transform: scaleX(0);
    position: absolute;
}header .top_core_41068:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(142,142,149);
}header .top_core_41068:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .top_start_92648 {
    padding: 0.7rem 2.5%;
}header .nav_class_24307 svg {
    width: 130px;
}header .header_page_25643 {
    gap: 0.35rem;
    padding: 0.4rem;
}header .top_core_41068 {
    padding: 0.35rem 0.6rem;
    font-size: calc(19px - 1px);
}
}

@media (max-width: 767px) {header .top_start_92648 {
    justify-content: center;
    padding: 0.7rem 2%;
}header .nav_class_24307 {
    margin: 0 0 0.6rem 0;
}header .nav_class_24307 svg {
    width: 120px;
}header .header_page_25643 {
    justify-content: center;
    width: 100%;
}header .top_core_41068 {
    padding: 0.3rem 0.5rem;
    font-size: calc(19px - 2px);
}
}

@media (max-width: 480px) {header .top_start_92648 {
    padding: 0.6rem 1.5%;
}header .nav_class_24307 svg {
    width: 110px;
}header .header_page_25643 {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .header_page_25643::-webkit-scrollbar {
    height: 2px;
}header .header_page_25643::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(142,142,149);
}header .top_core_41068 {
    flex-shrink: 0;
    white-space: nowrap;
}}.ty_block_70958 {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(177,176,183) 0%, rgb(142,142,149,0.5) 100%);
    overflow: hidden;
    position: relative;
}.ty_block_70958::before {
    background: radial-gradient(circle at 70% 30%, rgb(109,109,117,0.5) 0%, transparent 60%);
    z-index: 1;
    height: 100%;
    position: absolute;
    opacity: 0.4;
    content: "";
    animation: pulse 15s infinite alternate ease-in-out;
    left: 0;
    top: 0;
    width: 100%;
}.ty_block_70958::after {
    z-index: 0;
    transform: rotate(-5deg);
    opacity: 0.05;
    right: -10px;
    height: 40%;
    background: linear-gradient(225deg, rgb(142,142,149) 0%, transparent 80%);
    content: "";
    bottom: -10px;
    filter: blur(20px);
    width: 40%;
    position: absolute;
}.ty_block_70958 .container {
    opacity: 0;
    margin: 0 auto;
    transform: translateY(20px);
    position: relative;
    animation: slideUp 0.8s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
}.ty_block_70958 h2 {
    margin-bottom: 3rem;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: #000000;
    position: relative;
    font-size: 34px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}.ty_block_70958 h2::after {
    border-radius: 10px;
    width: 80px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(142,142,149), rgb(109,109,117));
    left: 50%;
    content: "";
    bottom: -15px;
    height: 3px;
    position: absolute;
}.ty_block_70958 .knowledge_space_69574 {
    border-radius: 29px;
    padding: 3rem;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}.ty_block_70958 .knowledge_space_69574::before {
    left: 0;
    height: 100%;
    width: 6px;
    background: linear-gradient(to bottom, rgb(142,142,149), rgb(109,109,117));
    position: absolute;
    content: "";
    top: 0;
}.ty_block_70958 .knowledge_space_69574::after {
    opacity: 0.2;
    border-radius: 50%;
    z-index: 0;
    height: 120px;
    right: 10px;
    position: absolute;
    top: 10px;
    background: radial-gradient(circle, rgb(142,142,149,0.5) 0%, transparent 70%);
    content: "";
    width: 120px;
}.ty_block_70958 .knowledge_space_69574:hover {
    transform: translateY(-5px);
}.ty_block_70958 ul {
    z-index: 1;
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}.ty_block_70958 li {
    padding-left: 2rem;
    position: relative;
}.ty_block_70958 li::before {
    border-radius: 50%;
    left: 0;
    opacity: 0;
    content: "";
    background: rgb(142,142,149);
    animation: appearDot 0.4s forwards 1s cubic-bezier(0.19, 1, 0.22, 1);
    top: 8px;
    height: 8px;
    position: absolute;
    width: 8px;
    transform: scale(0);
}.ty_block_70958 li span {
    font-size: 15px;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    transform: translateY(10px);
    animation: fadeIn 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    display: block;
}

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

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

@keyframes appearDot {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@media (max-width: 991px) {.ty_block_70958 {
    padding: 4rem 0;
}.ty_block_70958 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.9);
}.ty_block_70958 .knowledge_space_69574 {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.ty_block_70958 {
    padding: 3rem 0;
}.ty_block_70958 h2 {
    font-size: calc(34px * 0.8);
    line-height: 1.4;
    margin-bottom: 2rem;
}.ty_block_70958 h2::after {
    width: 60px;
    bottom: -12px;
}.ty_block_70958 .knowledge_space_69574 {
    padding: 2rem 1.5rem;
}.ty_block_70958 .knowledge_space_69574::after {
    height: 80px;
    width: 80px;
}.ty_block_70958 li {
    padding-left: 1.5rem;
}
}

@media (max-width: 480px) {.ty_block_70958 {
    padding: 2.5rem 0;
}.ty_block_70958 .container {
    padding: 0 1.25rem;
}.ty_block_70958 h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.5rem;
}.ty_block_70958 h2::after {
    width: 50px;
    bottom: -10px;
    height: 2px;
}.ty_block_70958 .knowledge_space_69574 {
    padding: 1.5rem 1.25rem;
}.ty_block_70958 li span {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}}.trackingSettingsBox_68045 {
    position: fixed;
    background: rgb(109,109,117);
    padding: 20px 0;
    animation: slideUp 0.5s forwards;
    border-top: 3px solid rgb(109,109,117);
    z-index: 90;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    bottom: 0;
    transition: transform 0.3s ease-in-out;
    width: 100%;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookieMessageAlert_41520 {
    display: none;
}#cookieMessageAlert_41520:checked ~ .trackingSettingsBox_68045 {
    opacity: 0;
    visibility: hidden;
}.cookie_ack_15034 {
    display: flex;
    align-items: center;
    padding: 20px 5%;
    justify-content: space-between;
    gap: 20px;
}.trackingSettingsBox_68045 h5 {
    text-transform: uppercase;
    color: #ffffff;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 700;
}.trackingSettingsBox_68045 p {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 14px;
    color: #ffffff;
}.cookie_menu_38467 {
    align-items: center;
    flex-shrink: 0;
    margin-right: 15px;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(142,142,149));
    justify-content: center;
}.cookie_menu_38467 svg {
    fill: rgb(142,142,149);
    transition: transform 0.3s ease-in-out;
    height: 80px;
    width: 80px;
}.cookie_menu_38467:hover svg {
    transform: scale(1.1);
}.edu_accept_71539 {
    margin-left: 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(90deg, rgb(142,142,149), rgb(109,109,117));
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    white-space: nowrap;
    color: #000000;
    border-radius: 17px;
    box-shadow: 0 0 15px rgb(142,142,149);
    min-width: 140px;
    flex-shrink: 0;
    padding: 10px 20px;
}.edu_accept_71539:hover {
    box-shadow: 0 0 20px rgb(109,109,117);
}.cookie_button.edu_track_21968 {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 2px solid rgb(109,109,117);
}.cookie_button.edu_track_21968:hover {
    box-shadow: 0 0 15px rgb(109,109,117);
    background: rgba(0, 0, 0, 0.5);
}.trackingSettingsBox_68045 p a {
    color: rgb(142,142,149);
    transition: color 0.3s ease;
    text-decoration: none;
}.trackingSettingsBox_68045 p a:hover {
    color: rgb(109,109,117);
}
@media only screen and (max-width: 1200px) {.trackingSettingsBox_68045 {
    padding: 15px 0;
}.cookie_ack_15034 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie_menu_38467 {
    display: none;
}.cookie_ack_15034 {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.trackingSettingsBox_68045 h5 {
    margin-bottom: 5px;
    font-size: 21px;
}.cookie_tips_06948 {
    margin-bottom: 15px;
}.edu_accept_71539 {
    margin: 10px 0;
    min-width: 100%;
}}
.our_info_43782 {
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(177,176,183) 30%, rgba(rgb(142,142,149,0.5), 0.05) 100%);
    overflow: hidden;
}.our_info_43782::before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    z-index: 0;
    background: radial-gradient(circle at 20% 30%, rgba(rgb(142,142,149,0.5), 0.1) 0%, transparent 60%);
    height: 100%;
    position: absolute;
}.our_info_43782::after {
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    content: "";
    z-index: 1;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(142,142,149), transparent);
}.our_info_43782 h1 {
    letter-spacing: 0.05em;
    color: rgb(142,142,149);
    z-index: 2;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    font-weight: 700;
    transform: translateY(-5px);
    font-size: 40px;
}.our_info_43782 h1::after {
    background: rgb(142,142,149);
    bottom: -10px;
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    width: 80px;
}.our_info_43782 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
}.our_info_43782 .contact_widget_81037 {
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding: 2.5rem;
    background: #ffffff;
    grid-template-columns: 1fr;
    transition: transform 0.3s ease-out, box-shadow 0.4s ease;
    gap: 2.5rem;
    display: grid;
    border-left: 4px solid rgb(142,142,149);
}.our_info_43782 .contact_widget_81037:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: translateY(-5px);
}.our_info_43782 .contact_widget_81037 > div {
    background: rgba(rgb(177,176,183), 0.5);
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
}.our_info_43782 .contact_widget_81037 > div:hover {
    transform: translateX(5px);
    background: rgba(rgb(142,142,149,0.5), 0.05);
}.our_info_43782 .contact_widget_81037 > div:first-child {
    border-bottom: 1px solid rgba(rgb(142,142,149,0.5), 0.2);
    color: #000000;
    font-size: calc(15px * 1.1);
    line-height: 1.6;
}.our_info_43782 .contact_widget_81037 h6 {
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    font-weight: 600;
    align-items: center;
    color: rgb(142,142,149);
    display: flex;
    letter-spacing: 0.05em;
    font-size: 18px;
}.our_info_43782 .contact_widget_81037 span {
    margin-left: 2rem;
    font-size: 15px;
    color: #000000;
    display: block;
}.our_info_43782 .contact_ask_42305 {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.our_info_43782 .contact_ask_42305 > div {
    transition: transform 0.3s ease;
}.our_info_43782 .contact_ask_42305 > div:hover {
    transform: translateX(8px);
}.our_info_43782 .ask_support_30841 {
    transition: color 0.3s ease;
    font-size: 15px;
    text-decoration: none;
    color: #000000;
    align-items: center;
    display: flex;
}.our_info_43782 .ask_support_30841:hover {
    color: rgb(142,142,149);
}.our_info_43782 svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease, fill 0.3s ease;
    height: 20px;
    width: 20px;
}.our_info_43782 svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.our_info_43782 .ask_support_30841:hover svg {
    transform: scale(1.1);
}.our_info_43782 .ask_support_30841:hover svg path {
    fill: rgb(142,142,149);
}

@media (min-width: 768px) {.our_info_43782 {
    padding: 6rem 3rem;
}.our_info_43782 .contact_widget_81037 {
    grid-template-columns: repeat(2, 1fr);
    padding: 3rem;
}.our_info_43782 .contact_widget_81037 > div:first-child {
    grid-column: 1 / -1;
}.our_info_43782 h1 {
    font-size: calc(40px * 1.2);
    margin-bottom: 4rem;
}.our_info_43782 h1::after {
    width: 100px;
}
}

@media (min-width: 992px) {.our_info_43782 {
    padding: 7rem 4rem;
}.our_info_43782 .contact_widget_81037 {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 3rem;
}.our_info_43782 .contact_widget_81037 > div:first-child {
    grid-column: auto;
}.our_info_43782 .contact_widget_81037 > div {
    padding: 2rem;
}.our_info_43782 .contact_ask_42305 {
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.our_info_43782 {
    padding: 4rem 1.5rem;
}.our_info_43782 h1 {
    margin-bottom: 2.5rem;
    font-size: calc(40px * 0.9);
}.our_info_43782 .contact_widget_81037 {
    gap: 1.5rem;
    padding: 1.5rem;
}.our_info_43782 .contact_widget_81037 > div {
    padding: 1rem;
}.our_info_43782 .contact_ask_42305 {
    gap: 0.8rem;
}.our_info_43782 .contact_widget_81037 span {
    margin-left: 1.5rem;
}
}

@media (max-width: 480px) {.our_info_43782 {
    padding: 3rem 1rem;
}.our_info_43782 h1 {
    font-size: calc(40px * 0.8);
}.our_info_43782 .contact_widget_81037 {
    padding: 1.2rem;
    border-left-width: 3px;
}.our_info_43782 .contact_widget_81037 h6 {
    font-size: calc(18px * 0.9);
}.our_info_43782 .contact_widget_81037 span,
    .our_info_43782 .ask_support_30841 {
    font-size: calc(15px * 0.9);
}.our_info_43782 svg {
    height: 18px;
    width: 18px;
}}.contact_box_94203 {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(177,176,183);
    position: relative;
}.contact_box_94203::before {
    z-index: 1;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(142,142,149,0.5) 0,
        rgb(142,142,149,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.07;
}.contact_box_94203::after {
    top: 0;
    background-size: 30px 30px;
    position: absolute;
    content: "";
    z-index: 1;
    background-image: 
        linear-gradient(rgb(109,109,117,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(109,109,117,0.5) 1px, transparent 1px);
    width: 100%;
    opacity: 0.07;
    left: 0;
    height: 100%;
}.contact_box_94203 .container {
    z-index: 2;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.contact_box_94203 h2 {
    position: relative;
    transform: translateX(-50%);
    color: #000000;
    left: 50%;
    display: inline-block;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}.contact_box_94203 h2::before {
    height: 4px;
    position: absolute;
    content: "";
    left: calc(50% - 40px);
    width: 80px;
    bottom: 0;
    background: rgb(142,142,149);
}.contact_box_94203 h2::after {
    background: rgb(109,109,117);
    content: "";
    left: calc(50% - 15px);
    height: 4px;
    bottom: 0;
    width: 30px;
    position: absolute;
}.contact_box_94203 .support_panel_47921 {
    position: relative;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    margin-top: 50px;
}.contact_box_94203 .image_header_39670 {
    flex: 0 0 45%;
    position: relative;
    min-height: 550px;
}.contact_box_94203 .image_header_39670::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: linear-gradient(
        135deg, 
        rgba(rgb(142,142,149), 0.4), 
        rgba(rgb(109,109,117), 0.4)
    );
    inset: 0;
}.contact_box_94203 .connect_feedback_67520 {
    position: relative;
    flex: 0 0 55%;
    display: flex;
    padding: 60px;
    justify-content: center;
    flex-direction: column;
}.contact_box_94203 .connect_feedback_67520::before {
    right: -75px;
    content: "";
    width: 150px;
    z-index: 0;
    height: 150px;
    position: absolute;
    border-radius: 50%;
    border: 30px solid rgb(142,142,149,0.5);
    top: -75px;
}.contact_box_94203 .connect_feedback_67520::after {
    content: "";
    transform: rotate(45deg);
    z-index: 0;
    height: 100px;
    position: absolute;
    width: 100px;
    bottom: -50px;
    background: rgb(109,109,117,0.5);
    left: -50px;
    border-radius: 0;
}.contact_box_94203 form {
    z-index: 2;
    position: relative;
}.contact_box_94203 form h3 {
    font-size: 19px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 40px;
    color: #000000;
}.contact_box_94203 form h3::after {
    bottom: -15px;
    left: 0;
    position: absolute;
    background: rgb(142,142,149);
    height: 2px;
    width: 50%;
    content: "";
}.contact_box_94203 form input[type="text"] {
    transition: all 0.3s ease;
    font-size: 18px;
    background: transparent;
    margin-bottom: 25px;
    padding: 20px 25px;
    width: 100%;
    border-bottom: 2px solid rgb(177,176,183);
    color: #000000;
    border: none;
}.contact_box_94203 form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(142,142,149);
}.contact_box_94203 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact_box_94203 form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.contact_box_94203 .reach_list_53768 {
    position: relative;
    margin-bottom: 40px;
}.contact_box_94203 .reach_list_53768 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_box_94203 .reach_list_53768 label {
    line-height: 1.5;
    font-size: 15px;
    color: #000000;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
}.contact_box_94203 .reach_list_53768 label::before {
    border: 2px solid rgb(177,176,183);
    height: 22px;
    content: "";
    position: absolute;
    width: 22px;
    left: 0;
    transition: all 0.3s ease;
    top: 0;
    background: transparent;
}.contact_box_94203 .reach_list_53768 input[type="checkbox"]:checked + label::before {
    background: rgb(142,142,149);
    border-color: rgb(142,142,149);
}.contact_box_94203 .reach_list_53768 input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    top: 4px;
    height: 12px;
    position: absolute;
    border-width: 0 2px 2px 0;
    left: 8px;
    transform: rotate(45deg);
    content: "";
    width: 6px;
}.contact_box_94203 .reach_list_53768 label a {
    position: relative;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(142,142,149);
}.contact_box_94203 .reach_list_53768 label a::after {
    position: absolute;
    height: 1px;
    width: 100%;
    transform: scaleX(1);
    left: 0;
    background: rgb(142,142,149);
    bottom: -1px;
    transition: transform 0.3s ease;
    transform-origin: left;
    content: "";
}.contact_box_94203 .reach_list_53768 label a:hover {
    color: rgb(109,109,117);
}.contact_box_94203 .reach_list_53768 label a:hover::after {
    transform: scaleX(0);
    background: rgb(109,109,117);
}.contact_box_94203 .support_widget_74569 {
    padding: 18px 40px;
    font-weight: 600;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    display: inline-block;
    width: auto;
    background: rgb(142,142,149);
    overflow: hidden;
    z-index: 1;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
}.contact_box_94203 .support_widget_74569::before {
    transform: skewX(-25deg);
    content: "";
    left: -10px;
    background: rgb(109,109,117);
    height: 100%;
    position: absolute;
    top: 0;
    transition: width 0.5s ease;
    z-index: -1;
    width: 0;
}.contact_box_94203 .support_widget_74569:hover::before {
    width: 150%;
}.contact_box_94203 svg {
    height: 24px;
    fill: none;
    stroke: rgb(142,142,149);
    transition: all 0.3s ease;
    stroke-width: 2;
    width: 24px;
}.contact_box_94203 svg path {
    stroke: rgb(142,142,149);
    transition: all 0.3s ease;
    fill: none;
}.contact_box_94203 svg:hover,
.contact_box_94203 svg:hover path {
    stroke: rgb(109,109,117);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.contact_box_94203 {
    padding: 80px 0;
}.contact_box_94203 .image_header_39670 {
    min-height: 500px;
}.contact_box_94203 .connect_feedback_67520 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_box_94203 {
    padding: 60px 0;
}.contact_box_94203 .support_panel_47921 {
    flex-direction: column;
}.contact_box_94203 .image_header_39670 {
    width: 100%;
    min-height: 300px;
}.contact_box_94203 .connect_feedback_67520 {
    width: 100%;
    padding: 40px 30px;
}.contact_box_94203 form h3 {
    margin-bottom: 30px;
}.contact_box_94203 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_box_94203 .reach_list_53768 {
    margin-bottom: 30px;
}.contact_box_94203 .support_widget_74569 {
    width: 100%;
    padding: 15px 30px;
}
}

@media (max-width: 480px) {.contact_box_94203 {
    padding: 50px 0;
}.contact_box_94203 h2 {
    font-size: calc(38px * 0.85);
}.contact_box_94203 .support_panel_47921 {
    margin-top: 30px;
}.contact_box_94203 .image_header_39670 {
    min-height: 200px;
}.contact_box_94203 .connect_feedback_67520 {
    padding: 30px 20px;
}.contact_box_94203 form h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.contact_box_94203 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_box_94203 .reach_list_53768 {
    margin-bottom: 25px;
}.contact_box_94203 .reach_list_53768 label {
    font-size: calc(15px * 0.9);
}.contact_box_94203 .support_widget_74569 {
    padding: 12px 25px;
}}.meet_us_05247 {
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}.meet_us_05247::before {
    height: 100%;
    z-index: -1;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(142,142,149,0.5), rgba(0, 0, 0, 0.5) 85%);
}.meet_us_05247::after {
    top: -50px;
    z-index: -1;
    opacity: 0.15;
    height: 200px;
    background: rgb(109,109,117);
    transform: rotate(45deg);
    animation: float 15s ease-in-out infinite;
    position: absolute;
    content: "";
    width: 200px;
    right: -50px;
}.meet_us_05247 h4 {
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    text-align: center;
    transition: transform 0.5s ease;
    transform: translateY(0);
}.meet_us_05247 h4::after {
    left: 50%;
    content: "";
    position: absolute;
    background: rgb(142,142,149);
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    bottom: -15px;
}.meet_us_05247 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.meet_us_05247 .text_holder_68103 {
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 50px 40px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    border-left: 5px solid rgb(142,142,149);
    transform: translateY(0);
}.meet_us_05247 .text_holder_68103::before {
    background-size: 20px 20px;
    background: linear-gradient(45deg, transparent 49.5%, rgb(109,109,117,0.5) 49.5%, rgb(109,109,117,0.5) 50.5%, transparent 50.5%);
    position: absolute;
    opacity: 0.1;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: -1;
}.meet_us_05247 .text_holder_68103 h6 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
    font-size: calc(24px * 1.2);
    color: rgb(142,142,149);
    padding-bottom: 15px;
}.meet_us_05247 .text_holder_68103 h6::after {
    transform-origin: left;
    transform: scaleX(1);
    background: rgb(109,109,117);
    height: 2px;
    width: 60px;
    bottom: 0;
    transition: transform 0.4s ease;
    content: "";
    left: 0;
    position: absolute;
}.meet_us_05247 .text_holder_68103 div {
    position: relative;
}.meet_us_05247 .text_holder_68103 span {
    display: block;
    font-weight: 400;
    column-gap: 40px;
    text-align: justify;
    line-height: 1.8;
    position: relative;
    column-count: 1;
    font-size: 13px;
    color: #000000;
}

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

@media screen and (min-width: 768px) {.meet_us_05247 {
    padding: 150px 0 100px;
}.meet_us_05247 h4 {
    margin-bottom: 60px;
    font-size: calc(38px * 1.2);
}.meet_us_05247 h4::after {
    width: 100px;
}.meet_us_05247 .text_holder_68103 {
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 60px 50px;
    transform: translateY(0) perspective(1000px) rotateY(0);
}.meet_us_05247 .text_holder_68103:hover {
    transform: translateY(-10px) perspective(1000px) rotateY(2deg);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}.meet_us_05247 .text_holder_68103 h6 {
    margin-bottom: 40px;
    font-size: calc(24px * 1.5);
}.meet_us_05247 .text_holder_68103 span {
    column-count: 2;
}
}

@media screen and (min-width: 992px) {.meet_us_05247 {
    padding: 180px 0 120px;
}.meet_us_05247::after {
    height: 300px;
    width: 300px;
}.meet_us_05247 .text_holder_68103 {
    margin: 0 auto;
    max-width: 90%;
}.meet_us_05247 .text_holder_68103 span {
    column-count: 2;
    column-gap: 50px;
}.meet_us_05247:hover h4 {
    transform: translateY(-10px);
}.meet_us_05247 .text_holder_68103:hover h6::after {
    transform: scaleX(1.5);
}
}

@media screen and (max-width: 767px) {.meet_us_05247 {
    padding: 80px 0 60px;
}.meet_us_05247 h4 {
    font-size: 38px;
    margin-bottom: 30px;
}.meet_us_05247 .text_holder_68103 {
    padding: 30px 25px;
}.meet_us_05247 .text_holder_68103 h6 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}.meet_us_05247 .text_holder_68103 span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}.course_overview_42709 {
    background: linear-gradient(135deg, rgb(177,176,183) 0%, rgb(109,109,117,0.5) 100%);
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
}.course_overview_42709::before {
    content: "";
    animation: floatElement 15s infinite ease-in-out;
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(142,142,149) 0%, rgb(142,142,149,0.5) 70%);
    position: absolute;
    top: -5%;
    z-index: 1;
    opacity: 0.1;
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    right: -5%;
    height: 300px;
    width: 300px;
}.course_overview_42709::after {
    bottom: -8%;
    position: absolute;
    left: -3%;
    animation: floatElement 18s infinite ease-in-out reverse;
    opacity: 0.1;
    content: "";
    z-index: 1;
    border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
    transform: rotate(10deg);
    width: 250px;
    height: 250px;
    background: linear-gradient(45deg, rgb(109,109,117) 0%, rgb(109,109,117,0.5) 70%);
}.course_overview_42709 .container {
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.course_overview_42709 .coding_class_58924 {
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}.course_overview_42709 .image_header_39670 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    height: 350px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.course_overview_42709 .image_header_39670::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(#000000, 0.2) 100%
    );
    top: 0;
    left: 0;
    content: "";
}.course_overview_42709 .image_header_39670::after {
    height: 60px;
    z-index: 2;
    position: absolute;
    opacity: 0.7;
    width: 60px;
    content: "";
    border-top: 4px solid rgb(142,142,149);
    border-right: 4px solid rgb(142,142,149);
    right: -15px;
    top: -15px;
}.course_overview_42709 .image_header_39670:hover {
    transform: perspective(1000px) rotateY(0);
}.course_overview_42709 .text_holder_68103 {
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
}.course_overview_42709 .text_holder_68103::before {
    width: 5px;
    top: 10%;
    position: absolute;
    left: -20px;
    transform: scaleY(0);
    content: "";
    height: 80%;
    background: linear-gradient(to bottom, rgb(142,142,149), rgb(109,109,117));
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    transform-origin: top;
}.course_overview_42709 h3 {
    margin-bottom: 1.5rem;
    color: rgb(142,142,149);
    animation: fadeSlideUp 0.8s forwards 0.3s;
    font-weight: 700;
    padding-left: 1rem;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    font-size: calc(21px * 1.1);
}.course_overview_42709 h3::before {
    position: absolute;
    height: 0.4rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgb(109,109,117);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    width: 0.4rem;
}.course_overview_42709 .description {
    animation: fadeSlideUp 0.8s forwards 0.5s;
    margin-bottom: 1.2rem;
    position: relative;
    transform: translateY(20px);
    font-size: 14px;
    opacity: 0;
    color: #000000;
    line-height: 1.8;
}.course_overview_42709 p.description {
    overflow-y: auto;
    display: block;
    max-height: 400px;
    scrollbar-width: thin;
    padding-right: 1rem;
    position: relative;
    scrollbar-color: rgb(109,109,117) transparent;
}.course_overview_42709 p.description::-webkit-scrollbar {
    width: 6px;
}.course_overview_42709 p.description::-webkit-scrollbar-track {
    background: transparent;
}.course_overview_42709 p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(109,109,117,0.5);
}.course_overview_42709 span.description {
    display: none;
}

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

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

@keyframes floatElement {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-10deg);
    }
    50% {
        transform: translate(10px, 5px) rotate(-20deg);
    }
    75% {
        transform: translate(15px, -10px) rotate(-12deg);
    }
}

@media (min-width: 768px) {.course_overview_42709 .coding_class_58924 {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.course_overview_42709 .image_header_39670 {
    height: 450px;
}.course_overview_42709 h3 {
    padding-left: 1.5rem;
    font-size: calc(21px * 1.2);
}.course_overview_42709 h3::before {
    width: 0.6rem;
    height: 0.6rem;
}.course_overview_42709 .text_holder_68103::before {
    left: -30px;
}
}

@media (min-width: 992px) {.course_overview_42709 {
    padding: 9rem 0;
}.course_overview_42709 .image_header_39670 {
    height: 500px;
}.course_overview_42709 .text_holder_68103 {
    padding-right: 2rem;
}.course_overview_42709 .text_holder_68103::before {
    left: -40px;
}.course_overview_42709 h3 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.7);
}.course_overview_42709 .description {
    font-size: calc(14px * 1.05);
}.course_overview_42709 p.description {
    max-height: 450px;
}
}

@media (min-width: 1200px) {.course_overview_42709 .coding_class_58924 {
    gap: 6rem;
}.course_overview_42709 .image_header_39670 {
    transform: perspective(1500px) rotateY(3deg);
    height: 550px;
}.course_overview_42709 .image_header_39670:hover {
    transform: perspective(1500px) rotateY(0);
}.course_overview_42709 h3 {
    font-size: calc(35px * 0.8);
}.course_overview_42709 p.description {
    max-height: 500px;
}
}

@media (max-width: 767px) {.course_overview_42709 {
    padding: 5rem 0;
}.course_overview_42709 .image_header_39670 {
    height: 280px;
    margin-bottom: 1rem;
}.course_overview_42709 h3 {
    font-size: calc(21px * 1);
    margin-bottom: 1rem;
}.course_overview_42709 .text_holder_68103::before {
    left: -15px;
}.course_overview_42709 p.description {
    max-height: 350px;
}}.pricing_deck_71869 {
    position: relative;
    background: linear-gradient(145deg, rgb(177,176,183), #ffffff);
    overflow: hidden;
    padding: 6rem 0;
}.pricing_deck_71869::before {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    height: 100%;
    position: absolute;
    content: "";
}.pricing_deck_71869 .container {
    z-index: 2;
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
}.pricing_deck_71869 .program_price_06498 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}.pricing_deck_71869 .indv_cost_48675 {
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    transform: translateY(20px);
    text-align: center;
    animation: fadeInUp 0.8s forwards 0.2s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    opacity: 0;
    padding: 2rem;
    order: 1;
}.pricing_deck_71869 .indv_cost_48675 h2 {
    margin-bottom: 1.5rem;
    color: rgb(142,142,149);
    font-weight: 700;
    position: relative;
    font-size: 33px;
    display: inline-block;
}.pricing_deck_71869 .indv_cost_48675 h2::after {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(142,142,149), transparent);
    content: "";
    width: 60%;
    height: 3px;
    bottom: -10px;
    position: absolute;
}.pricing_deck_71869 .indv_cost_48675 .edu_packages_13482 {
    color: #000000;
    margin: 0 auto;
    font-size: 16px;
    max-width: 80%;
    font-weight: 400;
    line-height: 1.6;
}.pricing_deck_71869 .rate_panel_70391 {
    gap: 2rem;
    order: 2;
    display: grid;
    grid-template-columns: 1fr;
}.pricing_deck_71869 .package_rates_30842 {
    animation: fadeInUp 0.8s forwards;
    display: block;
    will-change: transform, opacity;
    opacity: 0;
    text-decoration: none;
    transform: translateY(30px);
    animation-delay: calc(0.1s * var(--i, 1));
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}.pricing_deck_71869 .package_rates_30842:nth-child(1) {
    --i: 1;
}.pricing_deck_71869 .package_rates_30842:nth-child(2) {
    --i: 2;
}.pricing_deck_71869 .package_rates_30842:nth-child(3) {
    --i: 3;
}.pricing_deck_71869 .package_rates_30842:nth-child(4) {
    --i: 4;
}.pricing_deck_71869 .package_rates_30842:hover {
    transform: translateY(-5px) scale(1.02);
}.pricing_deck_71869 .study_rates_41058 {
    overflow: hidden;
    height: 100%;
    flex-direction: column;
    display: flex;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    position: relative;
    transition: all 0.4s ease;
}.pricing_deck_71869 .package_rates_30842:hover .study_rates_41058 {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.pricing_deck_71869 .training_fees_76092 {
    z-index: 1;
    padding: 2.5rem 2rem;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    display: flex;
}.pricing_deck_71869 .training_fees_76092::before {
    right: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    position: absolute;
    height: 120px;
    transform: translate(30px, -30px);
    top: 0;
    width: 120px;
    background: linear-gradient(135deg, transparent 50%, rgb(142,142,149,0.5) 50%);
    z-index: -1;
    content: "";
    opacity: 0;
}.pricing_deck_71869 .package_rates_30842:hover .training_fees_76092::before {
    opacity: 0.7;
    transform: translate(0, 0);
}.pricing_deck_71869 .package_rates_30842 h3 {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: calc(24px + 0.2rem);
    color: #000000;
    transition: color 0.3s ease;
    position: relative;
}.pricing_deck_71869 .package_rates_30842:hover h3 {
    color: rgb(142,142,149);
}.pricing_deck_71869 .bundle_offer_76035 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: rgb(142,142,149);
    font-size: calc(19px + 0.8rem);
    margin-bottom: 1.5rem;
}.pricing_deck_71869 .bundle_offer_76035::before {
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
    background: rgb(109,109,117);
    height: 3px;
    bottom: -5px;
    content: "";
}.pricing_deck_71869 .package_rates_30842:hover .bundle_offer_76035::before {
    width: 80px;
}.pricing_deck_71869 .package_rates_30842 p {
    overflow-wrap: break-word;
    margin-bottom: 0;
    word-wrap: break-word;
    font-size: 16px;
    color: #000000;
    -ms-word-break: break-all;
    line-height: 1.6;
    word-break: break-word;
}.pricing_deck_71869 .image_header_39670 {
    height: 200px;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
}.pricing_deck_71869 .image_header_39670::after {
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    content: "";
    position: absolute;
    inset: 0;
}.pricing_deck_71869 .package_rates_30842:hover .image_header_39670 {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing_deck_71869 .rate_panel_70391 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_deck_71869 .indv_cost_48675 {
    padding: 3rem;
}.pricing_deck_71869 .training_fees_76092 {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.pricing_deck_71869 .program_price_06498 {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.pricing_deck_71869 .indv_cost_48675 {
    justify-content: center;
    order: 2;
    padding: 4rem 3rem;
    display: flex;
    text-align: left;
    flex-direction: column;
    height: 100%;
}.pricing_deck_71869 .indv_cost_48675 h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(142,142,149), transparent);
    transform: none;
    width: 100px;
}.pricing_deck_71869 .indv_cost_48675 .edu_packages_13482 {
    max-width: 100%;
    margin: 0;
}.pricing_deck_71869 .rate_panel_70391 {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.pricing_deck_71869 .rate_panel_70391 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.pricing_deck_71869 .training_fees_76092 {
    padding: 3rem 2.5rem;
}.pricing_deck_71869 .indv_cost_48675 h2 {
    font-size: calc(33px + 0.3rem);
}
}

@media (max-width: 767px) {.pricing_deck_71869 {
    padding: 4rem 0;
}.pricing_deck_71869 .indv_cost_48675 h2 {
    font-size: calc(33px - 0.2rem);
}.pricing_deck_71869 .indv_cost_48675 .edu_packages_13482 {
    max-width: 100%;
    font-size: calc(16px - 0.1rem);
}.pricing_deck_71869 .package_rates_30842 h3 {
    font-size: 24px;
}.pricing_deck_71869 .bundle_offer_76035 {
    font-size: calc(19px + 0.5rem);
}.pricing_deck_71869 .image_header_39670 {
    height: 160px;
}}.title_screen_34175 {
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, rgb(142,142,149,0.5), rgb(177,176,183));
    justify-content: center;
    min-height: 100vh;
    position: relative;
    display: flex;
}.title_screen_34175::before {
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    background: 
    radial-gradient(circle at 20% 30%, rgb(109,109,117,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(142,142,149,0.5) 0%, transparent 40%);
}.title_screen_34175::after {
    transform: rotate(-15deg);
    filter: blur(60px);
    top: -50%;
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
    right: -50%;
    content: "";
    z-index: 0;
    height: 100%;
    width: 100%;
}.title_screen_34175 .page_title_94327 {
    backdrop-filter: blur(10px);
    max-width: 1200px;
    box-shadow: 
    20px 20px 60px rgba(0, 0, 0, 0.1),
    -20px -20px 60px rgba(255, 255, 255, 0.1),
    inset 5px 5px 10px rgba(255, 255, 255, 0.05),
    inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 19px;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    width: 90%;
    padding: 3rem 2rem;
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.title_screen_34175 .page_title_94327:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title_screen_34175 h3 {
    position: relative;
    transform: translateY(0);
    font-size: calc(19px * 1.1);
    color: #000000;
    font-weight: 600;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    max-width: 100%;
    opacity: 1;
}.title_screen_34175 h3::before {
    width: 5px;
    content: "";
    height: calc(100% - 0.5em);
    top: 0.25em;
    border-radius: 10px;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(142,142,149), rgb(109,109,117));
}.title_screen_34175 h1 {
    line-height: 1.2;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 44px;
    letter-spacing: -0.02em;
    transform: translateX(0);
    color: rgb(142,142,149);
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.title_screen_34175 h1::after {
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(90deg, rgb(142,142,149), rgb(109,109,117));
    transform: scaleX(0.7);
    left: 0;
    position: absolute;
    width: 80px;
    border-radius: 10px;
    bottom: -0.5rem;
    height: 4px;
    content: "";
}.title_screen_34175 h1:hover::after {
    transform: scaleX(1);
}.title_screen_34175 .smart_classes_61870 {
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.title_screen_34175 .smart_classes_61870 > div {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    border-radius: 19px;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -10px -10px 30px rgba(255, 255, 255, 0.1);
    overflow: hidden;
}.title_screen_34175 .smart_classes_61870 > div::before {
    left: 0;
    mix-blend-mode: overlay;
    content: "";
    background: linear-gradient(135deg, rgb(142,142,149,0.5), transparent);
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}.title_screen_34175 .smart_classes_61870 > div:hover {
    box-shadow: 
    15px 15px 40px rgba(0, 0, 0, 0.15),
    -15px -15px 40px rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}.title_screen_34175 p {
    position: relative;
    line-height: 1.6;
    backdrop-filter: blur(3px);
    margin: 0;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: calc(15px * 1.1);
    padding: 2.5rem;
}

@media (min-width: 768px) {.title_screen_34175 .page_title_94327 {
    transform: perspective(1500px) rotateX(3deg) rotateY(-2deg);
    padding: 4rem;
    gap: 2rem;
    grid-template-columns: 0.8fr 1.2fr;
}.title_screen_34175 .page_title_94327:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.title_screen_34175 h3 {
    padding-left: 2rem;
    transform: translateY(2rem);
    opacity: 0.8;
    font-size: calc(19px * 1.2);
}.title_screen_34175 .page_title_94327:hover h3 {
    opacity: 1;
    transform: translateY(0);
}.title_screen_34175 h3::before {
    width: 8px;
    border-radius: 10px;
}.title_screen_34175 h1 {
    font-size: calc(44px * 1.1);
    transform: translateX(-2rem);
}.title_screen_34175 .page_title_94327:hover h1 {
    transform: translateX(0);
}.title_screen_34175 h1::after {
    width: 100px;
    height: 6px;
}.title_screen_34175 p {
    padding: 3rem;
    font-size: calc(15px * 1.2);
}
}

@media (min-width: 992px) {.title_screen_34175 .page_title_94327 {
    padding: 5rem;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 4rem;
}.title_screen_34175 h3 {
    font-size: calc(19px * 1.3);
}.title_screen_34175 h1 {
    letter-spacing: -0.03em;
    font-size: calc(44px * 1.2);
}.title_screen_34175 p {
    font-size: calc(15px * 1.3);
}.title_screen_34175 .smart_classes_61870 > div {
    will-change: transform, box-shadow;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.7s ease;
}
}

@media (min-width: 1200px) {.title_screen_34175 {
    animation: gradientAnimation 15s ease infinite;
    background: linear-gradient(150deg, rgb(142,142,149,0.5), rgb(177,176,183), rgb(109,109,117,0.5));
    background-size: 300% 300%;
}@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  
  .title_screen_34175 .page_title_94327 {
    transform: perspective(2000px) rotateX(4deg) rotateY(-3deg);
}.title_screen_34175 .page_title_94327:hover {
    transform: perspective(2000px) rotateX(0) rotateY(0);
}.title_screen_34175 .smart_classes_61870 {
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s ease;
    opacity: 0.9;
    transform: translateY(20px);
}.title_screen_34175 .page_title_94327:hover .smart_classes_61870 {
    opacity: 1;
    transform: translateY(0);
}}.program_assets_75326 {
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(177,176,183) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.program_assets_75326::before {
    opacity: 0.1;
    position: absolute;
    top: 0;
    z-index: 0;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(142,142,149,0.5) 5%, transparent 15%),
        radial-gradient(circle at 90% 80%, rgb(109,109,117,0.5) 5%, transparent 15%),
        radial-gradient(circle at 50% 50%, #ffffff 25%, transparent 35%);
    height: 100%;
    width: 100%;
}.program_assets_75326::after {
    width: 80%;
    animation: floatBackground 15s ease-in-out infinite alternate;
    top: -50%;
    content: "";
    position: absolute;
    height: 80%;
    transform: rotate(15deg);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.05;
    background: linear-gradient(45deg, rgb(142,142,149,0.5) 0%, rgb(109,109,117,0.5) 100%);
    right: -50%;
    filter: blur(20px);
    z-index: -1;
}.program_assets_75326 h5 {
    line-height: 1.4;
    animation: fadeInUp 0.8s ease-out forwards 0.2s;
    transform: translateY(0);
    color: #000000;
    max-width: 800px;
    opacity: 0;
    letter-spacing: 0.5px;
    z-index: 1;
    position: relative;
    margin-left: auto;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    margin-right: auto;
}.program_assets_75326 h5::after {
    height: 3px;
    border-radius: 2px;
    transform: scaleX(0);
    animation: scaleIn 1s ease-out forwards 0.6s;
    content: "";
    display: block;
    background: linear-gradient(90deg, rgb(142,142,149) 0%, rgb(109,109,117) 100%);
    width: 80px;
    margin: 20px auto 0;
}.program_assets_75326 .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}.program_assets_75326 .knowledge_space_69574 {
    display: flex;
    transform: translateY(20px);
    box-shadow: 0 15px 50px -15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards 0.4s;
    background: #ffffff;
    opacity: 0;
    flex-direction: column;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    gap: 40px;
    padding: 30px;
    align-items: center;
    border-radius: 12px;
}.program_assets_75326 .knowledge_space_69574::before {
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(142,142,149) 0%, rgb(109,109,117) 100%);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 5px;
    top: 0;
    width: 100%;
    content: "";
    transform: scaleX(0);
    left: 0;
}.program_assets_75326 .knowledge_space_69574:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.15);
}.program_assets_75326 .knowledge_space_69574:hover::before {
    transform: scaleX(1);
}.program_assets_75326 .image_header_39670 {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    max-width: 450px;
    border-radius: 10px;
    object-fit: cover;
    filter: brightness(1.02) contrast(1.05);
    width: 100%;
    height: auto;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: perspective(800px) rotateY(-2deg);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 85% 100%, 0 100%);
}.program_assets_75326 .image_header_39670:hover {
    transform: perspective(800px) rotateY(0);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.2);
}.program_assets_75326 .text_holder_68103 {
    flex: 1;
    max-width: 100%;
}.program_assets_75326 ul {
    display: grid;
    padding: 0;
    gap: 16px;
    margin: 0;
    list-style: none;
    grid-template-columns: 1fr;
}.program_assets_75326 li {
    background: linear-gradient(135deg, rgba(rgb(177,176,183), 0.5) 0%, rgba(#ffffff, 0.5) 100%);
    animation-delay: calc(0.1s * var(--i, 1));
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateX(20px);
    animation: fadeInRight 0.5s ease forwards;
    position: relative;
    padding: 14px 20px 14px 60px;
    border-radius: 8px;
}.program_assets_75326 li:nth-child(1) {
    --i: 1;
}.program_assets_75326 li:nth-child(2) {
    --i: 2;
}.program_assets_75326 li:nth-child(3) {
    --i: 3;
}.program_assets_75326 li:nth-child(4) {
    --i: 4;
}.program_assets_75326 li:nth-child(5) {
    --i: 5;
}.program_assets_75326 li:hover {
    background: linear-gradient(135deg, rgba(rgb(177,176,183), 0.7) 0%, rgba(#ffffff, 0.7) 100%);
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px) translateX(0);
}.program_assets_75326 li div {
    position: relative;
}.program_assets_75326 li p {
    font-size: calc(13px - 1px);
    letter-spacing: 0.2px;
    position: relative;
    margin: 0;
    line-height: 1.5;
    color: #000000;
}.program_assets_75326 li:nth-child(odd) p {
    font-weight: 600;
}.program_assets_75326 li svg {
    width: 28px;
    left: -40px;
    position: absolute;
    transform: translateY(-2px);
    top: 0;
    height: 28px;
    transition: transform 0.3s ease;
}.program_assets_75326 li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.program_assets_75326 li svg path {
    fill: rgb(142,142,149);
    transition: fill 0.3s ease;
}.program_assets_75326 li:hover svg path {
    fill: rgb(109,109,117);
}

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

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

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

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

@media (min-width: 768px) {.program_assets_75326 {
    padding: 150px 0 120px;
}.program_assets_75326 .knowledge_space_69574 {
    flex-direction: row;
    gap: 60px;
    padding: 50px;
}.program_assets_75326 ul {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}.program_assets_75326 .image_header_39670 {
    transform: perspective(1000px) rotateY(-5deg);
    max-width: 350px;
}.program_assets_75326 h5 {
    font-size: calc(19px + 2px);
}
}

@media (min-width: 992px) {.program_assets_75326 .image_header_39670 {
    max-width: 450px;
}.program_assets_75326 h5 {
    font-size: calc(19px + 4px);
}.program_assets_75326 li p {
    font-size: 13px;
}
}

@media (max-width: 767px) {.program_assets_75326 {
    padding: 80px 0 60px;
}.program_assets_75326 h5 {
    margin-bottom: 30px;
    padding: 0 15px;
}.program_assets_75326 .knowledge_space_69574 {
    padding: 25px 20px;
}.program_assets_75326 li {
    padding: 12px 15px 12px 50px;
}.program_assets_75326 li svg {
    width: 24px;
    height: 24px;
    left: -35px;
}.program_assets_75326 .image_header_39670 {
    max-width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 90% 100%, 0 100%);
}
}

@media (max-width: 480px) {.program_assets_75326 h5 {
    font-size: calc(19px - 2px);
}.program_assets_75326 li p {
    font-size: calc(13px - 2px);
}.program_assets_75326 .knowledge_space_69574 {
    padding: 20px 15px;
}
}

@media (hover: hover) {.program_assets_75326 .knowledge_space_69574 {
    transform: translateY(0);
}}footer {
    position: relative;
}footer::before {
    top: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(142,142,149) 150%);
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0.92;
    z-index: 1;
    position: absolute;
    left: 0;
}.play_market_05931 {
    z-index: 2;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    padding: 70px 0;
}.play_market_05931 .container {
    gap: 40px;
    flex-wrap: wrap;
    display: flex;
}.play_market_05931 .company_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px 0 12px 0;
    transition: all 0.3s ease;
    position: relative;
}.play_market_05931 .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.play_market_05931 .company_holder::before {
    left: 0;
    background: rgb(142,142,149);
    content: '';
    top: 0;
    height: 5px;
    width: 100%;
    position: absolute;
}.play_market_05931 .company_holder h3 {
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    font-size: 33px;
    color: #ffffff;
    display: inline-block;
}.play_market_05931 .company_holder h3::after {
    bottom: -8px;
    width: 60px;
    left: 0;
    position: absolute;
    background: rgb(109,109,117);
    content: '';
    height: 3px;
}.play_market_05931 .module_end_28510 {
    color: #ffffff;
    font-size: 12px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
}.play_market_05931 .edu_global_51230 {
    position: relative;
}.play_market_05931 .main_base_42850 {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    gap: 30px;
}.play_market_05931 .header_page_25643 {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.play_market_05931 .header_page_25643 h5 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    position: relative;
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 20px;
    border-left: 3px solid rgb(142,142,149);
    color: #ffffff;
}.play_market_05931 .header_page_25643 .main_base_42850 {
    display: flex;
    gap: 12px;
    flex-direction: column;
}.play_market_05931 .header_page_25643 .main_base_42850 a {
    font-size: 12px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}.play_market_05931 .header_page_25643 .main_base_42850 a::before {
    background: rgb(142,142,149,0.5);
    top: 0;
    height: 100%;
    content: '';
    position: absolute;
    z-index: -1;
    transition: width 0.3s ease;
    width: 0;
    left: 0;
}.play_market_05931 .header_page_25643 .main_base_42850 a:hover {
    color: #ffffff;
    transform: translateX(5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}.play_market_05931 .header_page_25643 .main_base_42850 a:hover::before {
    width: 100%;
}.netiquette_26741 {
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 0;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}.netiquette_26741 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.netiquette_26741 .about_learn_34692 {
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    content: '';
    left: 0;
    z-index: 1;
    background-size: 40px 40px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
}

@media (max-width: 992px) {.play_market_05931 .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.play_market_05931 {
    padding: 50px 0;
}.play_market_05931 .header_page_25643 {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.play_market_05931 {
    padding: 40px 0;
}.play_market_05931 .company_holder h3 {
    font-size: calc(33px * 0.8);
}.play_market_05931 .header_page_25643 h5 {
    font-size: calc(20px * 0.9);
}.play_market_05931 .header_page_25643 .main_base_42850 a,
    .play_market_05931 .footer_agreement {
    font-size: calc(12px * 0.95);
}}

.netiquette_26741::before {
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0.2;
    left: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}.education_experience_72645 {
    background: linear-gradient(135deg, rgb(177,176,183) 0%, rgb(142,142,149,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
}.education_experience_72645::before {
    height: 30%;
    background: rgb(109,109,117,0.5);
    transform: rotate(-15deg) translateZ(0);
    filter: blur(20px);
    right: -5%;
    position: absolute;
    content: "";
    width: 30%;
    z-index: 0;
    top: -5%;
}.education_experience_72645::after {
    z-index: 0;
    background: rgb(142,142,149,0.5);
    height: 25%;
    width: 25%;
    left: -5%;
    position: absolute;
    bottom: -5%;
    filter: blur(15px);
    content: "";
    transform: rotate(15deg) translateZ(0);
}.education_experience_72645 .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.education_experience_72645 .client_voices_23609 {
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
}.education_experience_72645 .client_voices_23609:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}.education_experience_72645 .client_voices_23609 > div:first-child {
    overflow: hidden;
    position: relative;
}.education_experience_72645 .image_header_39670 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scale(1.05);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    width: 100%;
    height: 300px;
}.education_experience_72645 .client_voices_23609:hover .image_header_39670 {
    transform: scale(1);
}.education_experience_72645 .client_voices_23609 > div:nth-child(2) {
    padding-left: 2rem;
    position: relative;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
}.education_experience_72645 .client_voices_23609 > div:nth-child(2)::before {
    height: 70%;
    left: 0;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, rgb(142,142,149), rgb(109,109,117));
    content: "";
    top: 50%;
    position: absolute;
    width: 4px;
}.education_experience_72645 .name {
    margin: 0;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: 21px;
}.education_experience_72645 .name::after {
    height: 2px;
    position: absolute;
    width: 0;
    bottom: -5px;
    content: "";
    transition: width 0.4s ease-out;
    background: rgb(142,142,149);
    left: 0;
}.education_experience_72645 .client_voices_23609:hover .name::after {
    width: 100%;
}.education_experience_72645 .client_voices_23609 > div:nth-child(2) > div {
    font-size: calc(16px - 2px);
    color: rgb(109,109,117);
    font-weight: 600;
    opacity: 0.9;
    letter-spacing: 0.5px;
}.education_experience_72645 .client_voices_23609 > div:nth-child(3) {
    position: relative;
}.education_experience_72645 .career_trajectory_94265 {
    position: relative;
    border-left: 3px solid rgb(142,142,149,0.5);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    color: #000000;
    background: linear-gradient(to right, rgba(rgb(177,176,183), 0.05), rgba(rgb(177,176,183), 0.02));
    padding: 1.5rem;
}.education_experience_72645 .career_trajectory_94265::before {
    color: rgb(142,142,149,0.5);
    opacity: 0.2;
    top: -0.5rem;
    left: 0.5rem;
    content: "";
    font-size: 5rem;
    position: absolute;
    line-height: 1;
    font-family: serif;
}

@media (min-width: 768px) {.education_experience_72645 {
    padding: 8rem 3rem;
}.education_experience_72645 .client_voices_23609 {
    grid-template-rows: auto 1fr;
    padding: 4rem;
    gap: 3rem 4rem;
    grid-template-columns: minmax(200px, 300px) 1fr;
}.education_experience_72645 .client_voices_23609 > div:first-child {
    grid-row: span 2;
}.education_experience_72645 .image_header_39670 {
    height: 100%;
}.education_experience_72645 .client_voices_23609 > div:nth-child(2) {
    padding-left: 3rem;
}.education_experience_72645 .career_trajectory_94265 {
    font-size: calc(16px + 1px);
    padding: 2rem;
}
}

@media (min-width: 1024px) {.education_experience_72645 {
    padding: 10rem 4rem;
}.education_experience_72645 .client_voices_23609 {
    padding: 5rem;
    gap: 4rem 5rem;
    grid-template-columns: minmax(300px, 400px) 1fr;
}.education_experience_72645 .name {
    font-size: calc(21px + 2px);
}.education_experience_72645 .client_voices_23609 > div:nth-child(2) > div {
    font-size: 16px;
}.education_experience_72645 .career_trajectory_94265 {
    line-height: 1.8;
}.education_experience_72645 .client_voices_23609::after {
    background: linear-gradient(135deg, transparent 50%, rgb(142,142,149,0.5) 50%);
    position: absolute;
    top: 0;
    width: 150px;
    content: "";
    transition: opacity 0.3s ease;
    right: 0;
    height: 150px;
    opacity: 0.1;
}.education_experience_72645 .client_voices_23609:hover::after {
    opacity: 0.2;
}
}

@media (max-width: 767px) {.education_experience_72645 {
    padding: 4rem 1.5rem;
}.education_experience_72645 .client_voices_23609 {
    gap: 2rem;
    padding: 2rem;
}.education_experience_72645 .image_header_39670 {
    height: 250px;
}.education_experience_72645 .name {
    font-size: calc(21px - 1px);
}.education_experience_72645 .client_voices_23609 > div:nth-child(2) > div {
    font-size: calc(16px - 3px);
}.education_experience_72645 .career_trajectory_94265 {
    padding: 1rem;
    font-size: calc(16px - 1px);
}}.data_statistics_38654 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    isolation: isolate;
    color: #ffffff;
}.data_statistics_38654::before {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    position: absolute;
    z-index: -1;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    content: '';
}.data_statistics_38654::after {
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(142,142,149,0.5) 0%, transparent 50%);
    content: '';
    height: 100%;
    z-index: -1;
    left: 0;
}.data_statistics_38654 .container {
    max-width: 1400px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.data_statistics_38654 .statistics_gain_83196 {
    align-items: center;
    grid-template-columns: 1fr 2fr;
    display: grid;
    gap: 50px;
    position: relative;
    z-index: 1;
}.data_statistics_38654 .statistics_highlights_02851 {
    display: inline-block;
    margin-bottom: 25px;
}.data_statistics_38654 .statistics_highlights_02851 svg {
    height: 70px;
    fill: rgb(142,142,149);
    filter: drop-shadow(0 0 10px rgb(142,142,149,0.5));
    width: 70px;
}.data_statistics_38654 .statistics_highlights_02851 svg path {
    stroke: #ffffff;
    stroke-width: 0.5;
    fill: rgb(142,142,149);
}.data_statistics_38654 .edu_statistics_01629 {
    margin-bottom: 25px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    text-align: left;
    padding-bottom: 15px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    font-size: 37px;
}.data_statistics_38654 .edu_statistics_01629::after {
    height: 3px;
    content: '';
    bottom: 0;
    left: 0;
    width: 80px;
    background: linear-gradient(to right, rgb(142,142,149), transparent);
    position: absolute;
}.data_statistics_38654 .statistics_wins_74560 {
    text-align: left;
    opacity: 0.9;
    margin-bottom: 0;
    position: relative;
    line-height: 1.7;
    color: #ffffff;
    font-size: 12px;
}.data_statistics_38654 .statistics_elevation_74310 {
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    padding-left: 30px;
    gap: 25px;
}.data_statistics_38654 .statistics_elevation_74310::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #ffffff, transparent);
    left: 0;
    width: 1px;
    top: 0;
    content: '';
}.data_statistics_38654 .benefits_track_60839 {
    border-radius: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    padding: 25px;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}.data_statistics_38654 .benefits_track_60839:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.07));
}.data_statistics_38654 .boost_statistics_92840 {
    flex-shrink: 0;
    margin-right: 20px;
}.data_statistics_38654 .boost_statistics_92840 svg {
    filter: drop-shadow(0 0 5px rgb(142,142,149,0.5));
    height: 40px;
    fill: rgb(142,142,149);
    width: 40px;
}.data_statistics_38654 .boost_statistics_92840 svg path {
    fill: rgb(142,142,149);
    stroke-width: 0.5;
    stroke: #ffffff;
}.data_statistics_38654 .stat_item_content {
    flex-direction: column;
    display: flex;
}.data_statistics_38654 .benefits_track_60839 span {
    font-size: 20px;
    margin-bottom: 5px;
    color: #ffffff;
    position: relative;
    display: block;
    font-weight: 700;
}.data_statistics_38654 .benefits_track_60839 p {
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.3;
    margin: 0;
    font-size: calc(12px * 0.9);
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 10px);
    }
    100% {
        transform: translate(-10px, 20px);
    }
}

.data_statistics_38654 .statistics_elevation_74310:has(.benefits_track_60839:only-child) {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}.data_statistics_38654 .statistics_elevation_74310:has(.benefits_track_60839:nth-child(2):last-child) {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
}.data_statistics_38654 .statistics_elevation_74310:has(.benefits_track_60839:nth-child(3):last-child) {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}.data_statistics_38654 .statistics_elevation_74310:has(.benefits_track_60839:nth-child(n+5):last-child) {
    grid-template-rows: repeat(auto-fit, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
}

@media screen and (max-width: 1100px) {.data_statistics_38654 .statistics_gain_83196 {
    grid-template-columns: 1fr 1fr;
}.data_statistics_38654 .statistics_elevation_74310 {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 992px) {.data_statistics_38654 {
    padding: 80px 0;
}.data_statistics_38654 .statistics_gain_83196 {
    gap: 50px;
    grid-template-columns: 1fr;
}.data_statistics_38654 .edu_statistics_01629 {
    text-align: center;
}.data_statistics_38654 .edu_statistics_01629::after {
    left: 50%;
    background: linear-gradient(to right, transparent, rgb(142,142,149), transparent);
    transform: translateX(-50%);
}.data_statistics_38654 .statistics_wins_74560 {
    text-align: center;
    margin-bottom: 0;
}.data_statistics_38654 .statistics_highlights_02851 {
    display: flex;
    justify-content: center;
}.data_statistics_38654 .statistics_elevation_74310 {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
}.data_statistics_38654 .statistics_elevation_74310::before {
    display: none;
}
}

@media screen and (max-width: 768px) {.data_statistics_38654 {
    padding: 60px 0;
}.data_statistics_38654 .edu_statistics_01629 {
    font-size: calc(37px * 0.9);
    margin-bottom: 20px;
}.data_statistics_38654 .statistics_wins_74560 {
    font-size: calc(12px * 0.95);
}.data_statistics_38654 .statistics_elevation_74310 {
    gap: 20px;
}.data_statistics_38654 .benefits_track_60839 {
    padding: 20px;
}.data_statistics_38654 .benefits_track_60839 span {
    font-size: calc(20px * 0.9);
}.data_statistics_38654 .benefits_track_60839 p {
    font-size: calc(12px * 0.85);
}
}

@media screen and (max-width: 576px) {.data_statistics_38654 {
    padding: 50px 0;
}.data_statistics_38654 .statistics_gain_83196 {
    gap: 40px;
}.data_statistics_38654 .statistics_elevation_74310 {
    gap: 15px;
    grid-template-columns: 1fr;
}.data_statistics_38654 .statistics_highlights_02851 svg {
    width: 60px;
    height: 60px;
}.data_statistics_38654 .edu_statistics_01629 {
    margin-bottom: 15px;
    padding-bottom: 10px;
}.data_statistics_38654 .edu_statistics_01629::after {
    width: 60px;
}.data_statistics_38654 .boost_statistics_92840 svg {
    height: 35px;
    width: 35px;
}}

.data_statistics_38654 .benefits_track_60839::before {
    position: absolute;
    right: 0;
    border-top-right-radius: 10px;
    content: '';
    height: 40px;
    width: 40px;
    background: linear-gradient(135deg, transparent, rgb(142,142,149,0.5));
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 0;
}.data_statistics_38654 .benefits_track_60839:hover::before {
    opacity: 1;
}.data_statistics_38654 .benefits_track_60839::after {
    border-bottom-left-radius: 10px;
    width: 30px;
    transition: opacity 0.3s ease;
    left: 0;
    height: 30px;
    opacity: 0;
    position: absolute;
    background: linear-gradient(315deg, rgb(109,109,117,0.5), transparent);
    bottom: 0;
    content: '';
}.data_statistics_38654 .benefits_track_60839:hover::after {
    opacity: 1;
}.confidential_refuge_45712 {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(177,176,183);
    padding: 50px;
    font-family: Arial, sans-serif;
    color: #000000;
}.confidential_refuge_45712 h1 {
    font-size: 44px;
    margin-bottom: 20px;
    color: rgb(142,142,149);
    font-weight: 700;
}.confidential_refuge_45712 h2 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 32px;
    color: rgb(109,109,117);
}.confidential_refuge_45712 h3, .confidential_refuge_45712 h4, .confidential_refuge_45712 h5, .confidential_refuge_45712 h6 {
    margin: 1rem 0;
}.confidential_refuge_45712 ul {
    list-style-type: none;
    padding: 0;
}.confidential_refuge_45712 li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
}.confidential_refuge_45712 p {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 20px;
}.confidential_refuge_45712 div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.confidential_refuge_45712 {
    padding: 30px;
}.confidential_refuge_45712 h1 {
    font-size: calc(19px * 0.8);
}.confidential_refuge_45712 h2 {
    font-size: calc(19px * 0.9);
}
}