* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1238px;
}html,body {
    color: #000000;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.container-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}.webinar_arch {
    flex: 0 0 auto;
}.top_base {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    padding: 1.2rem 0;
    z-index: 1000;
    position: relative;
    background-color: rgb(191,191,179);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
}header::before {
    animation: gridMove 40s linear infinite;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(154,155,154,0.5) 49.5%, rgb(154,155,154,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(112,113,112,0.5) 49.5%, rgb(112,113,112,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.15;
    position: absolute;
}header::after {
    content: '';
    z-index: 1;
    background: linear-gradient(90deg, 
        rgb(154,155,154) 0%, 
        rgb(112,113,112) 50%, 
        rgb(154,155,154) 100%);
    height: 4px;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}header .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}header .main_guide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}header .top_core {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    gap: 0.5rem;
    padding: 5px;
    border-radius: 22px;
    position: relative;
}header .head_pagebar {
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    padding: 0.7rem 1.2rem;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    font-weight: 400;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    text-decoration: none;
}header .head_pagebar::before {
    background: linear-gradient(45deg, rgb(154,155,154), rgb(112,113,112));
    right: -2px;
    position: absolute;
    left: -2px;
    content: '';
    opacity: 0;
    top: -2px;
    border-radius: calc(10px + 2px);
    transform: scale(0.95);
    transition: all 0.3s ease;
    z-index: -1;
    bottom: -2px;
}header .head_pagebar::after {
    position: absolute;
    bottom: 0;
    background: rgb(154,155,154);
    right: 0;
    content: '';
    border-radius: 10px;
    top: 0;
    left: 0;
    z-index: -1;
}header .head_pagebar:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
    color: #ffffff;
}header .head_pagebar:hover::before {
    transform: scale(1);
    opacity: 1;
}header .head_mainbar {
    display: flex;
    position: relative;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
}header .head_mainbar::before {
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    transition: 0.5s;
    left: -100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
}header .head_mainbar:hover::before {
    left: 100%;
}header .head_mainbar svg {
    height: auto;
    position: relative;
    z-index: 2;
    width: 160px;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .top_core {
    gap: 0.3rem;
}header .head_pagebar {
    font-size: calc(18px - 1px);
    padding: 0.6rem 0.8rem;
}header .head_mainbar svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .main_guide {
    flex-direction: column;
}header .top_core {
    justify-content: center;
    order: 2;
    width: 100%;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 10px;
}header .head_pagebar {
    font-size: calc(18px - 2px);
    padding: 0.5rem 0.7rem;
}header .head_mainbar {
    margin-bottom: 0.5rem;
    order: 1;
}header .head_mainbar svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .top_core {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .top_core::-webkit-scrollbar {
    height: 3px;
}header .top_core::-webkit-scrollbar-thumb {
    background: rgb(154,155,154);
    border-radius: 10px;
}header .head_pagebar {
    white-space: nowrap;
}header .head_mainbar svg {
    width: 110px;
}}.program_structure {
    padding: 7rem 0;
    background: linear-gradient(120deg, #000000 20%, rgb(112,113,112,0.5) 100%);
    position: relative;
    overflow: hidden;
}.program_structure::before {
    top: -20%;
    animation: floatGradient 20s ease-in-out infinite alternate;
    content: "";
    right: -10%;
    z-index: 1;
    position: absolute;
    width: 70%;
    background: radial-gradient(ellipse at center, rgb(154,155,154,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    filter: blur(30px);
    height: 140%;
}.program_structure::after {
    opacity: 0.8;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(112,113,112,0.5) 0%, transparent 40%);
    z-index: 1;
    width: 100%;
    height: 100%;
}.program_structure .container {
    z-index: 2;
    position: relative;
}.program_structure .knowledge_pro {
    display: grid;
    position: relative;
    gap: 0;
    min-height: 500px;
    grid-template-areas: 
        "photo info"
        "photo info";
    grid-template-columns: 45% 55%;
}.program_structure .new_skills {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    position: relative;
    padding: 3.5rem 3rem 3.5rem 5rem;
    transform: translateX(-40px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    z-index: 3;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    grid-area: info;
    border-radius: 0 21px 21px 0;
}.program_structure .new_skills::before {
    z-index: -1;
    background-size: 30px 30px;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(154,155,154,0.5) 49.5%, rgb(154,155,154,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(154,155,154,0.5) 49.5%, rgb(154,155,154,0.5) 50.5%, transparent 50.5%);
    content: "";
    position: absolute;
    opacity: 0.1;
    left: 0;
    width: 100%;
}.program_structure .new_skills::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: -50%;
    opacity: 0.1;
    background: radial-gradient(
        circle at center,
        rgb(154,155,154,0.5) 0%,
        transparent 60%
    );
    top: -50%;
    animation: rotateRadial 30s linear infinite;
    height: 200%;
    width: 200%;
    transform-origin: center;
}.program_structure .top_page {
    height: 90px;
    transform: rotate(-5deg) skew(-5deg);
    width: 90px;
    position: relative;
    margin-bottom: 2rem;
}.program_structure .top_page::before {
    animation: pulseLogo 4s ease-in-out infinite alternate;
    position: absolute;
    transform: rotate(5deg);
    background: linear-gradient(
        135deg,
        rgb(154,155,154) 0%,
        rgb(112,113,112) 100%
    );
    inset: -5px;
    content: "";
    border-radius: 12px;
    filter: blur(5px);
    z-index: -1;
}.program_structure .top_page::after {
    border-radius: 8px;
    content: "";
    z-index: -1;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
}.program_structure .top_page svg {
    top: 50%;
    width: 50px;
    animation: floatLogo 6s ease-in-out infinite;
    filter: drop-shadow(0 0 8px rgb(154,155,154,0.5));
    left: 50%;
    height: 50px;
    transform: translate(-50%, -50%);
    position: absolute;
}.program_structure .top_page svg path {
    transition: fill 0.3s ease;
    fill: rgb(154,155,154);
}.program_structure h3 {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    font-size: 33px;
    position: relative;
    color: #ffffff;
    margin-bottom: 1.8rem;
    transform: skew(-2deg);
    font-weight: 700;
    line-height: 1.3;
}.program_structure h3::before {
    width: 40px;
    height: 3px;
    bottom: -10px;
    background: linear-gradient(to right, rgb(154,155,154), transparent);
    left: 0;
    position: absolute;
    content: "";
}.program_structure h3::after {
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(154,155,154), transparent);
    position: absolute;
    height: 1px;
    width: 80px;
    bottom: -15px;
}.program_structure p {
    line-height: 1.8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    font-size: 13px;
    margin-bottom: 2rem;
    position: relative;
    color: #ffffff;
}.program_structure .thumbnail_image {
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
    z-index: 2;
    border-radius: 21px 0 0 21px;
    transform: perspective(1000px) rotateY(5deg);
    overflow: hidden;
    grid-area: photo;
    height: 460px;
}.program_structure .thumbnail_image::before {
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    z-index: 2;
    opacity: 0.6;
    position: absolute;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    mix-blend-mode: multiply;
    width: 100%;
}.program_structure .thumbnail_image::after {
    left: 0;
    opacity: 0.7;
    bottom: 0;
    background: linear-gradient(
        to top,
        #000000 0%,
        transparent 100%
    );
    width: 100%;
    position: absolute;
    content: "";
    height: 50%;
    z-index: 2;
}.program_structure .knowledge_pro:hover .thumbnail_image {
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
}.program_structure .knowledge_pro:hover .new_skills {
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
    transform: translateX(-20px);
}.program_structure .top_page:hover svg path {
    fill: rgb(112,113,112);
}

@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseLogo {
    0% {
        filter: blur(5px) brightness(1);
    }
    50% {
        filter: blur(8px) brightness(1.2);
    }
    100% {
        filter: blur(5px) brightness(1);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -45%);
    }
}

@media screen and (max-width: 1200px) {.program_structure .knowledge_pro {
    grid-template-columns: 42% 58%;
    min-height: 450px;
}.program_structure .new_skills {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.program_structure h3 {
    font-size: calc(33px * 0.9);
}
}

@media screen and (max-width: 992px) {.program_structure {
    padding: 5rem 0;
}.program_structure .knowledge_pro {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
            "thumbnail_image"
            "inquiry_widget";
}.program_structure .thumbnail_image {
    border-radius: 21px 21px 0 0;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transform: perspective(1000px) rotateX(5deg);
}.program_structure .new_skills {
    padding: 3rem 2.5rem;
    border-radius: 0 0 21px 21px;
    transform: translateY(-40px);
}.program_structure .knowledge_pro:hover .thumbnail_image {
    transform: perspective(1000px) rotateX(8deg);
}.program_structure .knowledge_pro:hover .new_skills {
    transform: translateY(-50px);
}
}

@media screen and (max-width: 768px) {.program_structure {
    padding: 4rem 0;
}.program_structure .thumbnail_image {
    height: 300px;
}.program_structure .new_skills {
    padding: 2.5rem 2rem;
}.program_structure .top_page {
    width: 80px;
    margin-bottom: 1.5rem;
    height: 80px;
}.program_structure .top_page svg {
    height: 45px;
    width: 45px;
}.program_structure h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 1.5rem;
}.program_structure p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media screen and (max-width: 576px) {.program_structure {
    padding: 3rem 0;
}.program_structure .thumbnail_image {
    height: 250px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}.program_structure .new_skills {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    padding: 2rem 1.5rem;
    transform: translateY(-30px);
}.program_structure .top_page {
    width: 70px;
    margin-bottom: 1.2rem;
    height: 70px;
}.program_structure .top_page svg {
    height: 40px;
    width: 40px;
}.program_structure h3 {
    margin-bottom: 1.2rem;
    font-size: calc(33px * 0.7);
}.program_structure h3::before {
    width: 30px;
    bottom: -8px;
    height: 2px;
}.program_structure h3::after {
    height: 1px;
    width: 60px;
    bottom: -12px;
}.program_structure p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(13px * 0.9);
}.program_structure .knowledge_pro:hover .new_skills {
    transform: translateY(-35px);
}}.potential_learners {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: rgb(191,191,179);
}.potential_learners::before {
    background-size: 60px 60px;
    height: 100%;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(154,155,154,0.5) 20px,
        rgb(154,155,154,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(112,113,112,0.5) 20px,
        rgb(112,113,112,0.5) 22px,
        transparent 22px
    );
    opacity: 0.15;
    position: absolute;
    width: 100%;
}.potential_learners::after {
    left: 0;
    position: absolute;
    background-size: 40px 40px;
    opacity: 0.1;
    filter: blur(1px);
    width: 100%;
    z-index: 0;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 47%, rgb(154,155,154,0.5) 47%, rgb(154,155,154,0.5) 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, rgb(112,113,112,0.5) 47%, rgb(112,113,112,0.5) 53%, transparent 53%);
    content: "";
    height: 100%;
}.potential_learners .knowledge_pro {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}.potential_learners h3 {
    font-size: 35px;
    color: #000000;
    padding: 0 20px 20px;
    left: 50%;
    display: inline-block;
    position: relative;
    box-shadow: 0 10px 25px -10px rgb(154,155,154,0.5);
    transform: translateX(-50%);
    font-weight: 700;
    margin-bottom: 80px;
    text-align: center;
    font-family: Arial, sans-serif;
}.potential_learners h3::before {
    height: 3px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(154,155,154),
        rgb(112,113,112),
        rgb(154,155,154)
    );
    left: 0;
    width: 100%;
    bottom: 0;
}.potential_learners h3::after {
    box-shadow: 0 0 15px rgb(154,155,154,0.5);
    animation: pulseCircle 2s infinite;
    position: absolute;
    left: 50%;
    width: 12px;
    content: "";
    background: rgb(154,155,154);
    border-radius: 50%;
    bottom: -6px;
    height: 12px;
    transform: translateX(-50%);
}.potential_learners ul {
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    list-style: none;
    display: grid;
    padding: 0;
    margin: 0;
}.potential_learners ul li {
    position: relative;
    border-right: 1px solid rgb(112,113,112,0.5);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.05),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgb(112,113,112,0.5);
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    background: #ffffff;
    font-size: 16px;
    border-bottom: 3px solid rgb(112,113,112);
    padding: 25px 25px 25px 70px;
    border-left: 3px solid rgb(154,155,154);
    color: #000000;
}.potential_learners ul li::before {
    position: absolute;
    top: -5px;
    content: "";
    height: 10px;
    border-radius: 50%;
    background: rgb(154,155,154);
    width: 10px;
    left: -5px;
}.potential_learners ul li::after {
    right: -5px;
    content: "";
    background: rgb(112,113,112);
    width: 10px;
    position: absolute;
    border-radius: 50%;
    bottom: -5px;
    height: 10px;
}.potential_learners ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.6);
    border-left: 3px solid rgb(112,113,112);
    border-bottom: 3px solid rgb(154,155,154);
}.potential_learners ul li svg {
    width: 35px;
    position: absolute;
    transition: all 0.4s ease;
    height: 35px;
    transform: translateY(-50%);
    top: 50%;
    left: 20px;
}.potential_learners ul li:hover svg {
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}.potential_learners ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(154,155,154);
}.potential_learners ul li:hover svg path {
    fill: rgb(112,113,112);
}.potential_learners ul::before {
    background-size: 30px 30px;
    content: "";
    opacity: 0.3;
    height: 100%;
    z-index: -1;
    width: 100%;
    pointer-events: none;
    background-image: 
        linear-gradient(45deg, transparent 97%, rgb(154,155,154,0.5) 97%),
        linear-gradient(135deg, transparent 97%, rgb(112,113,112,0.5) 97%);
    position: absolute;
    left: 0;
    top: 0;
}@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(154,155,154,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(154,155,154);
    }
}

.potential_learners ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}.potential_learners ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}

@keyframes lightsOn {
    0% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5),
            0 0 15px rgb(154,155,154,0.5);
    }
}

@media (max-width: 992px) {.potential_learners {
    padding: 80px 0;
}.potential_learners ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.potential_learners h3 {
    margin-bottom: 60px;
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 768px) {.potential_learners {
    padding: 60px 0;
}.potential_learners ul {
    gap: 20px;
    grid-template-columns: 1fr;
}.potential_learners ul li {
    padding: 20px 20px 20px 65px;
}.potential_learners h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 40px;
}
}

@media (max-width: 480px) {.potential_learners {
    padding: 50px 0;
}.potential_learners .knowledge_pro {
    padding: 0 15px;
}.potential_learners h3 {
    margin-bottom: 35px;
    font-size: calc(35px * 0.7);
}.potential_learners ul li {
    padding: 18px 15px 18px 60px;
}.potential_learners ul li svg {
    left: 15px;
    width: 30px;
    height: 30px;
}}.welcome {
    min-height: 100vh;
    justify-content: center;
    background: linear-gradient(135deg, rgb(191,191,179) 0%, #ffffff 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}.welcome .knowledge_pro {
    width: 100%;
    padding: 2rem;
    gap: 2rem;
    max-width: 1400px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}.welcome .info_panel {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    padding: 3rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.85);
}.welcome .info_panel:hover {
    transform: translateY(-10px);
}.welcome h1 {
    margin-bottom: 1.5rem;
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 33px;
}.welcome h1::after {
    background: rgb(154,155,154);
    content: '';
    width: 80px;
    transition: transform 0.5s ease-out;
    transform: scaleX(0);
    transform-origin: left;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -10px;
}.welcome .info_panel:hover h1::after {
    transform: scaleX(1);
}.welcome .page_front {
    align-items: center;
    flex-direction: column;
    display: flex;
    margin-bottom: 2rem;
}.welcome .page_front svg {
    width: 100px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    height: 100px;
}.welcome .info_panel:hover .page_front svg {
    transform: scale(1.05) rotate(2deg);
}.welcome .page_front svg path {
    transition: fill 0.3s ease;
}.welcome .page_front svg:hover path {
    fill: rgb(154,155,154);
}.welcome .page_front svg text {
    transition: all 0.3s ease;
}.welcome .page_front svg:hover text {
    fill: #000000;
}.welcome .page_front p {
    line-height: 1.7;
    padding: 0 0.5rem;
    font-size: 13px;
    margin: 0 auto;
    position: relative;
    max-width: 550px;
    color: #000000;
    text-align: center;
}.welcome ul {
    justify-content: center;
    list-style: none;
    display: flex;
    padding: 0;
}.welcome .contact_inquiry {
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.3);
    font-weight: 600;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    z-index: 1;
    position: relative;
    background: rgb(154,155,154);
    padding: 1rem 2rem;
    display: inline-block;
    transition: all 0.3s ease;
    color: #ffffff;
}.welcome .contact_inquiry::before {
    background: linear-gradient(45deg, rgb(112,113,112), rgb(154,155,154));
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    z-index: -1;
    transition: opacity 0.3s ease;
}.welcome .contact_inquiry:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(94, 170, 168, 0.4);
}.welcome .contact_inquiry:hover::before {
    opacity: 1;
}.welcome .thumbnail_image {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    transform: perspective(1000px) rotateY(0deg);
    overflow: hidden;
    height: 300px;
    position: relative;
    border-radius: 22px;
}.welcome .thumbnail_image::after {
    left: 0;
    background: linear-gradient(135deg, rgb(154,155,154,0.5) 0%, transparent 50%, rgb(112,113,112,0.5) 100%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
}.welcome .thumbnail_image:hover {
    transform: perspective(1000px) rotateY(5deg);
}

@media (min-width: 768px) {.welcome .knowledge_pro {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.welcome .info_panel {
    padding: 4rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    margin-right: -2rem;
}.welcome .thumbnail_image {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    height: 450px;
}.welcome h1 {
    font-size: calc(33px * 1.2);
}.welcome .page_front svg {
    height: 120px;
    width: 120px;
}
}

@media (min-width: 992px) {.welcome .knowledge_pro {
    min-height: 550px;
    grid-template-columns: 6fr 5fr;
}.welcome .info_panel {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    transform: translateX(0);
    flex-direction: column;
    justify-content: center;
    padding: 5rem;
}.welcome .info_panel:hover {
    transform: translateX(10px);
}.welcome .thumbnail_image {
    height: 550px;
    transform: perspective(1200px) rotateY(0);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.welcome .thumbnail_image:hover {
    transform: perspective(1200px) rotateY(5deg) translateZ(30px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}.welcome h1 {
    font-size: calc(48px * 0.9);
}.welcome .page_front p {
    font-size: calc(13px * 1.1);
}.welcome .contact_inquiry {
    font-size: calc(17px * 1.1);
    padding: 1.2rem 3rem;
}
}

@media (min-width: 1200px) {.welcome .info_panel {
    padding: 5rem 6rem;
}.welcome .thumbnail_image {
    transform: perspective(2000px) rotateY(0) translateZ(0) scale(1);
}.welcome .thumbnail_image:hover {
    transform: perspective(2000px) rotateY(7deg) translateZ(50px) scale(1.02);
}.welcome h1 {
    font-size: 48px;
}.welcome .page_front svg {
    height: 140px;
    width: 140px;
}.welcome::before {
    animation: floatAnimation 20s infinite alternate ease-in-out;
    width: 300px;
    z-index: 0;
    background: linear-gradient(135deg, rgb(154,155,154,0.5) 0%, transparent 70%);
    position: absolute;
    right: -5%;
    border-radius: 50%;
    top: -10%;
    height: 300px;
    content: '';
}.welcome::after {
    bottom: -10%;
    position: absolute;
    animation: floatAnimation 25s infinite alternate-reverse ease-in-out;
    width: 350px;
    background: linear-gradient(225deg, rgb(112,113,112,0.5) 0%, transparent 70%);
    border-radius: 50%;
    left: -5%;
    content: '';
    z-index: 0;
    height: 350px;
}
    
    @keyframes floatAnimation {
        0% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(40px, 20px);
        }
        100% {
            transform: translate(15px, 40px);
        }
    }
}

@media (max-width: 767px) {.welcome {
    min-height: auto;
    padding: 4rem 0;
}.welcome .info_panel {
    padding: 2rem;
}.welcome h1 {
    font-size: calc(33px * 0.9);
    text-align: center;
}.welcome h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.welcome .info_panel:hover h1::after {
    transform: translateX(-50%) scaleX(1);
}.welcome .page_front svg {
    height: 80px;
    width: 80px;
}.welcome .page_front p {
    font-size: calc(13px * 0.9);
}.welcome .contact_inquiry {
    padding: 0.9rem 1.8rem;
    font-size: calc(17px * 0.9);
}.welcome .thumbnail_image {
    order: -1;
    height: 250px;
}}.leadership_profile {
    background: rgb(191,191,179);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}.leadership_profile::before {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(120deg, transparent 30%, rgb(154,155,154,0.5) 100%);
    height: 100%;
    z-index: 1;
    content: "";
}.leadership_profile::after {
    width: 40%;
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: rgb(112,113,112,0.5);
    opacity: 0.5;
    z-index: 1;
    position: absolute;
    content: "";
    bottom: 0;
    height: 70%;
}.leadership_profile .client_views {
    grid-template-columns: 1fr 1.5fr;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    position: relative;
    gap: 3rem;
}.leadership_profile .thumbnail_image {
    border-radius: 0;
    position: relative;
    filter: grayscale(100%);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3/4;
}.leadership_profile .thumbnail_image::before {
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(154,155,154,0.5) 100%);
    height: 100%;
    z-index: 1;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}.leadership_profile .thumbnail_image:hover {
    filter: grayscale(0%);
    transform: scale(1.03);
}.leadership_profile .experience {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 2rem;
}.leadership_profile .experience::before {
    left: 0;
    content: "";
    top: 0;
    width: 2px;
    position: absolute;
    transition: height 0.8s ease-out;
    background: rgb(154,155,154);
    height: 0;
}.leadership_profile .client_views:hover .experience::before {
    height: 100%;
}.leadership_profile .name {
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: 700;
    overflow: hidden;
    font-size: 44px;
    position: relative;
}.leadership_profile .name::after {
    height: 1px;
    left: 0;
    position: absolute;
    transition: transform 0.6s ease-out 0.2s;
    width: 100%;
    background: rgb(112,113,112);
    content: "";
    transform: translateX(-101%);
    bottom: 0;
}.leadership_profile .client_views:hover .name::after {
    transform: translateX(0);
}.leadership_profile .experience > div:nth-child(2) {
    letter-spacing: 3px;
    transition: all 0.5s ease-out 0.4s;
    font-weight: 400;
    opacity: 0;
    color: rgb(112,113,112);
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    transform: translateY(20px);
    font-size: 20px;
}.leadership_profile .client_views:hover .experience > div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}.leadership_profile .work_content {
    opacity: 0;
    position: relative;
    font-weight: 300;
    padding: 0 0 0 20px;
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
    transform: translateY(20px);
    transition: all 0.5s ease-out 0.6s;
}.leadership_profile .client_views:hover .work_content {
    opacity: 1;
    transform: translateY(0);
}.leadership_profile .work_content::first-letter {
    color: rgb(154,155,154);
    font-weight: 700;
    font-size: 1.5em;
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.leadership_profile:hover .name {
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 992px) {.leadership_profile .client_views {
    grid-template-columns: 1fr;
    gap: 2rem;
}.leadership_profile .thumbnail_image {
    max-height: 300px;
    aspect-ratio: 16/9;
}.leadership_profile .experience {
    padding: 1rem 0;
}.leadership_profile .experience::before {
    width: 0;
    height: 2px;
    transition: width 0.8s ease-out;
}.leadership_profile .client_views:hover .experience::before {
    height: 2px;
    width: 100%;
}}.contact_form_section {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.contact_form_section::before {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    content: '';
    backdrop-filter: blur(8px);
    top: 0;
}.contact_form_section::after {
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgb(154,155,154,0.5) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgb(112,113,112,0.5) 0%, transparent 40%);
    width: 100%;
    animation: gradientShift 15s infinite alternate;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contact_form_section .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    z-index: 3;
}.contact_form_section .request_inquiry {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    overflow: hidden;
    display: flex;
}.contact_form_section .connect_feedback {
    flex: 1;
    padding: 50px 40px;
    position: relative;
    background: linear-gradient(135deg, rgb(154,155,154,0.5) 0%, rgb(112,113,112,0.5) 100%);
}.contact_form_section .connect_feedback::before {
    position: absolute;
    height: 200%;
    top: -50%;
    content: '';
    width: 200%;
    z-index: -1;
    animation: patternMove 20s linear infinite;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    left: -50%;
}@keyframes patternMove {
    0% {
        transform: rotate(0) translate(0, 0);
    }
    100% {
        transform: rotate(360deg) translate(0, 0);
    }
}

.contact_form_section .connect_feedback h3 {
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 33px;
    font-weight: 700;
}.contact_form_section .connect_feedback h3::after {
    border-radius: 10px;
    height: 3px;
    bottom: 0;
    left: 0;
    width: 60px;
    position: absolute;
    content: '';
    background: #ffffff;
}.contact_form_section .connect_feedback div {
    display: flex;
    border-left: 3px solid rgb(112,113,112);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    padding: 15px;
    align-items: center;
    margin-bottom: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.contact_form_section .connect_feedback div:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.contact_form_section .connect_feedback svg {
    width: 24px;
    margin-right: 15px;
    flex-shrink: 0;
    height: 24px;
}.contact_form_section .connect_feedback svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact_form_section .connect_feedback div:hover svg path {
    fill: rgb(112,113,112);
}.contact_form_section .connect_feedback span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}.contact_form_section .connect_feedback a {
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_form_section .connect_feedback a:hover {
    text-decoration: underline;
    color: rgb(112,113,112);
}.contact_form_section .contact_message {
    position: relative;
    overflow: hidden;
    flex: 1.2;
    background: rgba(255, 255, 255, 0.95);
    padding: 50px 40px;
}.contact_form_section .contact_message::before {
    top: 0;
    border-radius: 0 0 0 100%;
    width: 100px;
    background: rgb(154,155,154,0.5);
    height: 100px;
    right: 0;
    position: absolute;
    content: '';
}.contact_form_section .contact_message::after {
    content: '';
    background: rgb(112,113,112,0.5);
    width: 100px;
    bottom: 0;
    border-radius: 0 100% 0 0;
    height: 100px;
    position: absolute;
    left: 0;
}.contact_form_section form {
    z-index: 1;
    position: relative;
}.contact_form_section form h3 {
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    color: #000000;
    font-size: 33px;
}.contact_form_section form h3::after {
    border-radius: 10px;
    bottom: 0;
    left: 50%;
    content: '';
    background: rgb(154,155,154);
    height: 3px;
    width: 60px;
    position: absolute;
    transform: translateX(-50%);
}.contact_form_section form input[type="text"],
.contact_form_section form input[type="email"] {
    background: rgba(240, 240, 240, 0.8);
    border: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    font-size: 13px;
    padding: 15px 20px;
    border-radius: 10px;
    color: #000000;
}.contact_form_section form input[type="text"]:focus,
.contact_form_section form input[type="email"]:focus {
    transform: translateY(-2px);
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 2px rgb(154,155,154,0.5);
}.contact_form_section form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_form_section .connect_query {
    display: flex;
    align-items: flex-start;
    margin: 25px 0;
    position: relative;
}.contact_form_section .connect_query input[type="checkbox"] {
    cursor: pointer;
    flex-shrink: 0;
    appearance: none;
    position: relative;
    background: rgba(240, 240, 240, 0.8);
    -webkit-appearance: none;
    border: 2px solid rgb(154,155,154);
    border-radius: 10px;
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.contact_form_section .connect_query input[type="checkbox"]:checked {
    background: rgb(154,155,154);
}.contact_form_section .connect_query input[type="checkbox"]:checked::after {
    width: 5px;
    height: 10px;
    transform: rotate(45deg);
    top: 2px;
    border: solid #ffffff;
    left: 6px;
    position: absolute;
    border-width: 0 2px 2px 0;
    content: '';
}.contact_form_section .connect_query label {
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.4;
}.contact_form_section .connect_query a {
    color: rgb(154,155,154);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
}.contact_form_section .connect_query a:hover {
    text-decoration: underline;
    color: rgb(112,113,112);
}.contact_form_section .contact_inquiry {
    background: linear-gradient(135deg, rgb(154,155,154) 0%, rgb(112,113,112) 100%);
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    font-size: 14px;
    position: relative;
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    padding: 15px 20px;
    width: 100%;
    z-index: 1;
    font-weight: 600;
}.contact_form_section .contact_inquiry::before {
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    left: -100%;
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.contact_form_section .contact_inquiry:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}.contact_form_section .contact_inquiry:hover::before {
    left: 100%;
    animation: shine 1.5s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@media (max-width: 991px) {.contact_form_section {
    padding: 80px 0;
}.contact_form_section .request_inquiry {
    flex-direction: column;
}.contact_form_section .connect_feedback,
    .contact_form_section .contact_message {
    width: 100%;
}.contact_form_section .connect_feedback {
    padding: 40px 30px;
}.contact_form_section .connect_feedback h3,
    .contact_form_section form h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 30px;
}
}

@media (max-width: 767px) {.contact_form_section {
    padding: 60px 0;
}.contact_form_section .connect_feedback,
    .contact_form_section .contact_message {
    padding: 30px 20px;
}.contact_form_section .connect_feedback h3,
    .contact_form_section form h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 25px;
}.contact_form_section .connect_feedback div {
    padding: 12px;
    margin-bottom: 15px;
}.contact_form_section form input[type="text"],
    .contact_form_section form input[type="email"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_form_section .connect_query {
    margin: 20px 0;
}.contact_form_section .contact_inquiry {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contact_form_section {
    padding: 40px 0;
}.contact_form_section .connect_feedback,
    .contact_form_section .contact_message {
    padding: 25px 15px;
}.contact_form_section .connect_feedback h3,
    .contact_form_section form h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 20px;
}.contact_form_section .connect_feedback div {
    flex-direction: column;
    align-items: flex-start;
}.contact_form_section .connect_feedback svg {
    margin-right: 0;
    margin-bottom: 10px;
}.contact_form_section .connect_feedback div:hover {
    transform: translateX(0);
}.contact_form_section .connect_query {
    flex-direction: column;
}.contact_form_section .connect_query input[type="checkbox"] {
    margin-bottom: 10px;
}}.study_method {
    overflow: visible;
    background: linear-gradient(155deg, rgb(191,191,179) 0%, rgb(154,155,154,0.5) 100%);
    position: relative;
    padding: 180px 0 150px;
}.study_method::before {
    width: 100%;
    z-index: 1;
    content: '';
    position: absolute;
    opacity: 0.1;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(154,155,154,0.5) 0%, transparent 60%);
}.study_method .knowledge_pro {
    position: relative;
    max-width: 1200px;
    justify-content: flex-start;
    margin: 0 auto;
    display: flex;
    z-index: 2;
    padding: 0 20px;
}.study_method .info_panel {
    width: 55%;
    flex-direction: column;
    position: relative;
    display: flex;
    margin-left: 5%;
}.study_method .info_panel h2 {
    z-index: 4;
    font-size: 31px;
    padding: 40px;
    align-self: flex-start;
    color: #ffffff;
    transform: translateX(-80px) translateY(20px);
    font-weight: 700;
    backdrop-filter: blur(10px);
    border-radius: 0 11px 11px 0;
    background: linear-gradient(120deg, rgb(154,155,154,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
    position: relative;
}.study_method .info_panel p {
    z-index: 3;
    line-height: 1.8;
    padding: 45px;
    transform: translateX(60px);
    position: relative;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border-radius: 11px 0 0 11px;
    align-self: flex-end;
    margin-top: -30px;
}.study_method .info_panel::before {
    position: absolute;
    transform: rotate(25deg);
    content: '';
    top: -130px;
    z-index: 1;
    opacity: 0.1;
    width: 300px;
    border: 2px solid rgb(154,155,154,0.5);
    animation: rotate-float 40s infinite linear;
    height: 300px;
    right: -200px;
}.study_method .info_panel::after {
    height: 250px;
    transform: rotate(15deg);
    border: 2px solid rgb(112,113,112,0.5);
    z-index: 0;
    opacity: 0.1;
    bottom: -100px;
    width: 250px;
    content: '';
    left: -150px;
    position: absolute;
    animation: rotate-float 30s infinite linear reverse;
}.study_method .info_panel h2::before {
    height: 80px;
    left: -25px;
    transform: rotate(45deg);
    content: '';
    position: absolute;
    top: -25px;
    width: 80px;
    opacity: 0.1;
    z-index: -1;
    background: rgb(154,155,154);
}.study_method .info_panel h2::after {
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(154,155,154) 0%, transparent 100%);
    opacity: 0.6;
    height: 3px;
    content: '';
}.study_method .info_panel p::before {
    opacity: 0.3;
    width: 15px;
    height: 70%;
    top: 15%;
    right: 0;
    background: rgb(112,113,112,0.5);
    position: absolute;
    content: '';
}.study_method .info_panel p::after {
    width: 170px;
    bottom: 20px;
    opacity: 0.3;
    transform-origin: right center;
    height: 3px;
    content: '';
    animation: pulse-width 5s infinite ease-in-out;
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, rgb(154,155,154) 100%);
    right: 30px;
}.study_method::after {
    z-index: 1;
    content: '';
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgb(154,155,154) 60%, rgb(154,155,154) 100%);
    width: 35%;
    opacity: 0.3;
    right: 0;
    bottom: 50px;
}.study_method .knowledge_pro::before {
    background: rgb(154,155,154);
    filter: blur(80px);
    position: absolute;
    content: '';
    left: -125px;
    animation: pulse-subtle 15s infinite alternate;
    opacity: 0.05;
    top: -125px;
    width: 250px;
    border-radius: 50%;
    height: 250px;
}.study_method .knowledge_pro::after {
    top: -25%;
    background: linear-gradient(to bottom, transparent, rgb(154,155,154,0.5), transparent);
    width: 1px;
    content: '';
    position: absolute;
    left: 30%;
    z-index: 0;
    height: 150%;
    opacity: 0.2;
}

@keyframes rotate-float {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-width {
    0%, 100% {
        width: 170px;
        opacity: 0.3;
    }
    50% {
        width: 120px;
        opacity: 0.5;
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1200px) {.study_method .info_panel {
    width: 65%;
}.study_method .info_panel h2 {
    transform: translateX(-60px) translateY(20px);
}.study_method .info_panel p {
    transform: translateX(40px);
}.study_method .info_panel::before {
    height: 250px;
    right: -150px;
    width: 250px;
}.study_method .info_panel::after {
    height: 200px;
    width: 200px;
    left: -100px;
}
}

@media screen and (max-width: 992px) {.study_method {
    padding: 150px 0 120px;
}.study_method .info_panel {
    width: 75%;
}.study_method .info_panel h2 {
    transform: translateX(-40px) translateY(15px);
    padding: 35px;
}.study_method .info_panel p {
    padding: 35px;
    transform: translateX(30px);
}.study_method .info_panel::before {
    top: -100px;
    right: -100px;
    height: 200px;
    width: 200px;
}.study_method .info_panel::after {
    bottom: -75px;
    width: 150px;
    left: -75px;
    height: 150px;
}.study_method .knowledge_pro::after {
    left: 20%;
}
}

@media screen and (max-width: 768px) {.study_method {
    overflow: hidden;
    padding: 120px 0 100px;
}.study_method .knowledge_pro {
    justify-content: center;
}.study_method .info_panel {
    width: 90%;
    margin-left: 0;
}.study_method .info_panel h2 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.9);
    border-radius: 11px;
    align-self: center;
    padding: 30px;
    transform: translateX(0) translateY(0);
}.study_method .info_panel p {
    border-radius: 11px;
    transform: translateX(0);
    margin-top: 0;
    align-self: center;
    padding: 30px;
}.study_method .info_panel::before,
    .study_method .info_panel::after,
    .study_method::after,
    .study_method .knowledge_pro::before,
    .study_method .knowledge_pro::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.study_method {
    padding: 100px 0 80px;
}.study_method .info_panel {
    width: 100%;
}.study_method .info_panel h2 {
    font-size: calc(31px * 0.8);
    padding: 25px;
}.study_method .info_panel p {
    font-size: calc(16px * 0.9);
    padding: 25px;
}}.our_team {
    overflow: hidden;
    background: rgb(191,191,179);
    padding: 100px 0;
    position: relative;
}.our_team::before {
    opacity: 0.1;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(154,155,154,0.5) 0,
        rgb(154,155,154,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    position: absolute;
    top: 0;
}.our_team .container {
    z-index: 2;
    position: relative;
}.our_team .knowledge_pro {
    gap: 50px;
    flex-wrap: wrap;
    display: flex;
}.our_team h3 {
    color: #000000;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 31px;
    position: relative;
    border-left: 5px solid rgb(154,155,154);
}.our_team .learn_learn {
    border-radius: 21px;
    position: relative;
    overflow: hidden;
    min-width: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    flex: 1;
}.our_team .learn_learn span {
    display: block;
    font-weight: 600;
    padding: 15px 25px;
    background: rgb(154,155,154);
    color: #ffffff;
    font-size: 22px;
}.our_team .learn_learn p {
    line-height: 1.7;
    color: #000000;
    font-size: 12px;
    padding: 25px;
}.our_team .thumbnail_image {
    border-radius: 10px;
    margin: 0 25px 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.4s ease;
    overflow: hidden;
    height: 300px;
}.our_team .thumbnail_image:hover {
    transform: scale(1.02);
}.our_team .study_program {
    display: flex;
    min-width: 300px;
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 21px;
    background: #ffffff;
    flex: 1;
}.our_team .study_program p {
    color: #000000;
    line-height: 1.7;
    font-size: 12px;
    order: 2;
    padding: 25px;
}.our_team .study_lab {
    transition: transform 0.4s ease;
    position: relative;
    border-radius: 10px;
    height: 300px;
    order: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0 25px 25px;
    overflow: hidden;
}.our_team .study_lab:hover {
    transform: scale(1.02);
}.our_team .study_lab::after {
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
    left: 0;
    content: "";
    top: 0;
    position: absolute;
}.our_team .thumbnail_image::after {
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
}.our_team .learn_learn::before,
.our_team .study_program::before {
    content: "";
    top: 0;
    left: 0;
    background: rgb(112,113,112);
    height: 5px;
    position: absolute;
    width: 100%;
}.our_team .study_program::before {
    background: rgb(154,155,154);
}

@media (min-width: 1200px) {.our_team .learn_learn,
    .our_team .study_program {
    flex: 0 0 calc(50% - 25px);
}
}

@media (max-width: 1199px) and (min-width: 768px) {.our_team .knowledge_pro {
    justify-content: center;
}.our_team .learn_learn,
    .our_team .study_program {
    flex: 0 0 calc(50% - 25px);
    max-width: 500px;
}
}

@media (max-width: 767px) {.our_team {
    padding: 70px 0;
}.our_team .knowledge_pro {
    flex-direction: column;
    gap: 40px;
}.our_team h3 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.9);
}.our_team .learn_learn span {
    font-size: calc(22px * 0.95);
    padding: 12px 20px;
}.our_team .learn_learn p,
    .our_team .study_program p {
    padding: 20px;
}.our_team .thumbnail_image,
    .our_team .study_lab {
    height: 250px;
    margin: 0 20px 20px;
}
}

@media (max-width: 576px) {.our_team {
    padding: 50px 0;
}.our_team h3 {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: calc(31px * 0.8);
}.our_team .learn_learn span {
    font-size: calc(22px * 0.9);
    padding: 10px 15px;
}.our_team .learn_learn p,
    .our_team .study_program p {
    padding: 15px;
    font-size: calc(12px * 0.95);
}.our_team .thumbnail_image,
    .our_team .study_lab {
    height: 200px;
    margin: 0 15px 15px;
}
}

@media (max-width: 1600px) and (min-width: 1200px) {.our_team .container {
    margin: 0 auto;
    max-width: 1140px;
}
}

@media (hover: hover) {.our_team .learn_learn,
    .our_team .study_program {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.our_team .learn_learn:hover,
    .our_team .study_program:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}}

.our_team .learn_learn,
.our_team .study_program {
    flex-direction: column;
    display: flex;
}.our_team .study_lab {
    margin-top: 25px;
}.our_team .study_lab,
.our_team .thumbnail_image {
    flex: 1;
    min-height: 250px;
}.price_box {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.price_box::before {
    right: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
    bottom: 0;
    top: 0;
    content: "";
    z-index: 1;
}.price_box .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.price_box .fee_package {
    perspective: 1000px;
}.price_box h2 {
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-size: 34px;
    font-weight: 700;
    transform: translateZ(30px);
    text-align: center;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}.price_box .price_view {
    transform: translateZ(20px);
    text-align: center;
    font-weight: 400;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    line-height: 1.6;
    max-width: 700px;
    font-size: 18px;
    margin: 0 auto 50px;
    opacity: 0.9;
    color: #ffffff;
}.price_box .value_deals {
    display: grid;
    gap: 30px;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
}.price_box .value_deals li {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-style: preserve-3d;
}.price_box .payment_deals {
    height: 100%;
    transform-style: preserve-3d;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
}.price_box .learning_deals {
    transform-style: preserve-3d;
    height: 100%;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
}.price_box .learning_deals::before {
    transform-origin: left;
    left: 0;
    right: 0;
    position: absolute;
    height: 5px;
    transform: scaleX(0.92);
    top: 0;
    background: linear-gradient(90deg, 
        rgb(154,155,154) 0%,
        rgb(112,113,112) 100%);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
}.price_box .learning_deals::after {
    content: "";
    transform-origin: bottom;
    bottom: -2px;
    left: 10px;
    background: linear-gradient(90deg, 
        rgb(112,113,112,0.5) 0%,
        rgb(154,155,154,0.5) 100%);
    height: 2px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    right: 10px;
    opacity: 0.7;
    position: absolute;
}.price_box .access_rates {
    padding: 35px 30px;
    transform: translateZ(10px);
}.price_box .access_rates h4 {
    display: inline-block;
    margin: 0 0 20px;
    font-weight: 700;
    position: relative;
    transform: translateZ(5px);
    font-size: calc(18px * 1.1);
    color: #ffffff;
}.price_box .access_rates h4::after {
    transform-origin: left;
    left: 0;
    background: rgb(154,155,154);
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    content: "";
    width: 40px;
    bottom: -8px;
    height: 3px;
}.price_box .access_rates p {
    overflow-wrap: break-word;
    max-height: 250px;
    overflow-y: auto;
    hyphens: auto;
    margin: 0 0 25px;
    padding-right: 5px;
    font-size: 18px;
    font-weight: 400;
    word-wrap: break-word;
    opacity: 0.85;
    line-height: 1.6;
    color: #ffffff;
}.price_box .access_rates p::-webkit-scrollbar {
    width: 4px;
}.price_box .access_rates p::-webkit-scrollbar-thumb {
    background: rgb(154,155,154,0.5);
    border-radius: 10px;
}.price_box .plan_options {
    margin-top: 20px;
    color: #ffffff;
    transform: translateZ(15px);
    display: block;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-align: right;
    font-size: calc(18px * 1.2);
}.price_box .plan_options::before {
    margin-right: 8px;
    box-shadow: 0 0 15px rgb(154,155,154);
    display: inline-block;
    height: 10px;
    transform: translateY(-2px);
    background: rgb(154,155,154);
    border-radius: 50%;
    content: "";
    width: 10px;
}.price_box .value_deals li:hover {
    transform: translateY(-5px) scale(1.02);
}.price_box .value_deals li:hover .learning_deals {
    transform: translateZ(20px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3),
                0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
}.price_box .value_deals li:hover .learning_deals::before {
    transform: scaleX(1);
}.price_box .value_deals li:hover .learning_deals::after {
    opacity: 0.9;
    transform: scaleY(1.5);
}.price_box .value_deals li:hover .access_rates h4::after {
    width: 100%;
}

@media (max-width: 991px) {.price_box {
    padding: 80px 0;
}.price_box h2 {
    font-size: calc(34px * 0.9);
}.price_box .value_deals {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.price_box .access_rates {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.price_box {
    padding: 60px 0;
}.price_box h2 {
    margin-bottom: 15px;
    font-size: calc(34px * 0.8);
}.price_box .price_view {
    margin-bottom: 40px;
    font-size: calc(18px * 0.95);
}.price_box .value_deals {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.price_box .access_rates {
    padding: 25px 20px;
}.price_box .access_rates h4 {
    font-size: 18px;
}.price_box .plan_options {
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 480px) {.price_box {
    padding: 50px 0;
}.price_box h2 {
    font-size: calc(34px * 0.7);
}.price_box .price_view {
    font-size: calc(18px * 0.9);
}.price_box .access_rates {
    padding: 20px 15px;
}.price_box .access_rates p {
    max-height: 200px;
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}.cookie_warning_overlay {
    transform: translateX(-50%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    background: rgb(191,191,179);
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 1050;
    left: 50%;
    font-family: Arial, sans-serif;
    padding: 20px;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    bottom: 20px;
    position: fixed;
    max-width: 600px;
}.visitor_settings {
    display: flex;
    flex-direction: column;
    z-index: 1;
    align-items: center;
}.track_alert {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.track_alert svg, .track_alert svg path, .track_alert img {
    fill: rgb(154,155,154);
    width: 80px;
    height: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie_warning_overlay h5 {
    margin-bottom: 10px;
    color: rgb(154,155,154);
    font-size: 20px;
    font-weight: 700;
}.cookie_warning_overlay p {
    margin-bottom: 20px;
    color: #000000;
    font-size: 14px;
}.accept_cookies {
    color: #ffffff;
    padding: 10px 20px;
    font-size: 19px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    text-align: center;
    width: calc(50% - 10px);
    background: rgb(154,155,154);
    display: inline-block;
    text-decoration: none;
    margin: 5px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}.accept_cookies:hover {
    transform: translateY(-3px);
    background: rgb(112,113,112);
}.cookie_button.user_choices {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.user_choices:hover {
    background: rgb(112,113,112,0.5);
}.cookie_warning_overlay p a {
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
    color: rgb(154,155,154);
}.cookie_warning_overlay p a:hover {
    color: rgb(112,113,112);
}
@media only screen and (max-width: 600px) {.cookie_warning_overlay {
    border-radius: 0;
    transform: none;
    bottom: 0;
    width: 100%;
    left: 0;
}.visitor_settings {
    padding: 15px;
}.track_alert svg {
    height: 50px;
    width: 50px;
}.cookie_warning_overlay h5 {
    font-size: calc(20px - 2px);
}.cookie_warning_overlay p {
    font-size: calc(14px - 2px);
}.accept_cookies {
    padding: 8px 16px;
    width: calc(100% - 10px);
    font-size: calc(19px - 2px);
}}
#cookie_panel_popup {
    display: none;
}#cookie_panel_popup:checked ~ .cookie_warning_overlay {
    opacity: 0;
    visibility: hidden;
}header .top_plank {
    color:  #ffffff;
    background: rgb(154,155,154);
}header .top_plank .learn_top div svg, header .top_plank .learn_top div svg path {
    fill: #ffffff;
}header .top_plank .learn_top div span {
    color: #ffffff;
}header .top_plank .learn_top {
    flex-wrap: wrap;
    width: 100%;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    padding: 15px 0 10px 0;
}header .top_plank .learn_top div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .learn_top div img, header .top_plank .learn_top div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.secure_lodge {
    position: relative;
    background: linear-gradient(135deg, rgb(191,191,179) 0%, rgba(245, 245, 250, 0.95) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
}.secure_lodge::before {
    opacity: 0.1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    top: 0;
    height: 100%;
    width: 30%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(45deg, transparent, rgb(112,113,112,0.5));
    content: "";
    right: 0;
}.secure_lodge::after {
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(-45deg, rgb(154,155,154,0.5), transparent);
    height: 100%;
    content: "";
    width: 40%;
    bottom: 0;
    clip-path: polygon(0 30%, 100% 100%, 0 100%);
    opacity: 0.05;
}.secure_lodge .container {
    position: relative;
    max-width: 1140px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border-top: 4px solid rgb(154,155,154);
    z-index: 2;
    padding: 3rem;
    transform: perspective(1000px) rotateX(0.5deg);
    background: #ffffff;
    margin: 0 auto;
}.secure_lodge h1 {
    transform: translateZ(5px);
    padding-bottom: 1rem;
    font-size: 43px;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 2rem;
}.secure_lodge h1::after {
    left: 0;
    bottom: 0;
    transform-origin: left;
    transition: width 0.3s ease;
    height: 4px;
    background: linear-gradient(90deg, rgb(154,155,154), rgb(112,113,112));
    width: 80px;
    position: absolute;
    content: "";
}.secure_lodge h2 {
    border-left: 3px solid rgb(112,113,112);
    margin: 2.5rem 0 1rem;
    padding-left: 1rem;
    color: #000000;
    position: relative;
    font-weight: 600;
    font-size: 36px;
}.secure_lodge h3 {
    border-bottom: 1px dashed rgb(112,113,112,0.5);
    margin: 2rem 0 1rem;
    font-weight: 600;
    color: #000000;
    padding-bottom: 0.5rem;
    font-size: calc(36px * 0.85);
}.secure_lodge h4 {
    font-weight: 600;
    display: inline-block;
    color: #000000;
    position: relative;
    margin: 1.5rem 0 0.75rem;
    font-size: calc(36px * 0.7);
}.secure_lodge h4::after {
    left: 0;
    transform: scaleX(0.7);
    content: "";
    background: rgb(112,113,112,0.5);
    width: 100%;
    transform-origin: left;
    position: absolute;
    bottom: -5px;
    height: 2px;
    transition: transform 0.3s ease;
}.secure_lodge p {
    color: #000000;
    max-width: 90ch;
    transition: color 0.3s ease;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}.secure_lodge p strong {
    font-weight: 600;
    display: inline-block;
    color: rgb(154,155,154);
    position: relative;
}.secure_lodge p strong::after {
    left: 0;
    height: 1px;
    position: absolute;
    width: 100%;
    bottom: -2px;
    content: "";
    opacity: 0.3;
    background: currentColor;
}.secure_lodge span {
    margin-bottom: 1.5rem;
    display: block;
    font-size: 13px;
    color: #000000;
    padding-left: 1rem;
    line-height: 1.7;
    max-width: 90ch;
    border-left: 1px solid rgb(112,113,112,0.5);
}.secure_lodge ul {
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
    list-style: none;
}.secure_lodge li {
    position: relative;
    font-size: 13px;
    line-height: 1.7;
    padding-left: 1.5rem;
    color: #000000;
    margin-bottom: 1rem;
}.secure_lodge li::before {
    transition: transform 0.3s ease;
    width: 8px;
    height: 8px;
    background: rgb(112,113,112);
    content: "";
    top: 0.65rem;
    position: absolute;
    left: 0;
    transform: rotate(45deg);
}.secure_lodge li:hover::before {
    transform: rotate(135deg);
}.secure_lodge div.container:hover h1::after {
    width: 120px;
}.secure_lodge div.container:hover h4::after {
    transform: scaleX(1);
}

@media (max-width: 992px) {.secure_lodge {
    padding: 3rem 1.5rem;
}.secure_lodge .container {
    padding: 2.5rem 2rem;
    transform: perspective(1000px) rotateX(0.3deg);
}.secure_lodge h1 {
    font-size: calc(43px * 0.9);
}.secure_lodge h2 {
    padding-left: 0.8rem;
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 768px) {.secure_lodge {
    padding: 2rem 1rem;
}.secure_lodge .container {
    transform: none;
    padding: 2rem 1.5rem;
}.secure_lodge h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.8);
}.secure_lodge h2 {
    font-size: calc(36px * 0.8);
    margin: 2rem 0 0.8rem;
}.secure_lodge h3 {
    font-size: calc(36px * 0.7);
}.secure_lodge h4 {
    font-size: calc(36px * 0.6);
}.secure_lodge p, 
    .secure_lodge span, 
    .secure_lodge li {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.secure_lodge ul {
    padding-left: 0.5rem;
}.secure_lodge li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.secure_lodge {
    padding: 1.5rem 0.75rem;
}.secure_lodge .container {
    padding: 1.5rem 1rem;
}.secure_lodge h1 {
    padding-bottom: 0.7rem;
    font-size: calc(43px * 0.7);
}.secure_lodge h1::after {
    height: 3px;
    width: 60px;
}.secure_lodge h2 {
    border-left: 2px solid rgb(112,113,112);
    padding-left: 0.7rem;
    font-size: calc(36px * 0.7);
}.secure_lodge h3 {
    font-size: calc(36px * 0.6);
}.secure_lodge h4 {
    font-size: calc(36px * 0.55);
}.secure_lodge p, 
    .secure_lodge span, 
    .secure_lodge li {
    margin-bottom: 1.2rem;
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}.secure_lodge span {
    padding-left: 0.7rem;
}.secure_lodge li::before {
    width: 6px;
    height: 6px;
}}.customer_comments {
    padding: 100px 0 120px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(191,191,179) 0%, rgba(245, 245, 248, 0.95) 100%);
}.customer_comments::before {
    top: -10%;
    content: "";
    transform: rotate(-15deg) skewX(5deg);
    opacity: 0.07;
    position: absolute;
    z-index: 1;
    background: linear-gradient(120deg, rgb(154,155,154,0.5) 0%, rgba(255,255,255,0) 80%);
    height: 70%;
    right: -5%;
    width: 40%;
}.customer_comments::after {
    left: -5%;
    background: linear-gradient(240deg, rgb(112,113,112,0.5) 0%, rgba(255,255,255,0) 80%);
    position: absolute;
    z-index: 1;
    bottom: -10%;
    width: 35%;
    content: "";
    height: 60%;
    transform: rotate(10deg) skewX(-5deg);
    opacity: 0.09;
}.customer_comments .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.customer_comments h2 {
    font-size: 32px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.02em;
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
}.customer_comments h2::after {
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(154,155,154), rgb(112,113,112));
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
}.customer_comments .testimonials_track {
    list-style: none;
    gap: 30px;
    padding: 0;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.customer_comments .client_views {
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    padding: 30px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    position: relative;
    background: #ffffff;
    border-radius: 8px;
}.customer_comments .client_views::before {
    opacity: 0.1;
    color: rgb(112,113,112,0.5);
    z-index: -1;
    font-size: 120px;
    line-height: 1;
    right: 20px;
    top: 10px;
    position: absolute;
    content: "";
    font-family: serif;
}.customer_comments .client_views:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.customer_comments .client_views div {
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}.customer_comments .client_views img {
    width: 60px;
    border: 3px solid rgba(rgb(154,155,154,0.5), 0.1);
    margin-right: 15px;
    height: 60px;
    border-radius: 50%;
    transition: transform 0.3s ease, border-color 0.3s ease;
    object-fit: cover;
}.customer_comments .client_views:hover img {
    border-color: rgb(154,155,154,0.5);
    transform: scale(1.05);
}.customer_comments .client_views h4 {
    position: relative;
    transition: color 0.3s ease;
    font-weight: 600;
    color: #000000;
    margin: 0;
    font-size: 21px;
}.customer_comments .client_views:hover h4 {
    color: rgb(154,155,154);
}.customer_comments .client_views h4::after {
    width: 0;
    left: 0;
    bottom: -5px;
    background: rgb(154,155,154);
    content: "";
    height: 2px;
    position: absolute;
    transition: width 0.4s ease;
}.customer_comments .client_views:hover h4::after {
    width: 70%;
}.customer_comments .client_views .description {
    font-size: 18px;
    margin: 0;
    position: relative;
    color: #000000;
    line-height: 1.6;
    z-index: 1;
    font-weight: 400;
}.customer_comments .client_views:nth-child(odd) {
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
}.customer_comments .client_views:nth-child(even) {
    transform: perspective(1000px) rotateY(-1deg) translateZ(0);
}.customer_comments .client_views:nth-child(odd):hover {
    transform: perspective(1000px) rotateY(0) translateY(-10px);
}.customer_comments .client_views:nth-child(even):hover {
    transform: perspective(1000px) rotateY(0) translateY(-10px);
}.customer_comments .testimonials_track:hover .client_views:not(:hover) {
    opacity: 0.75;
}.customer_comments a {
    padding: 12px 30px;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    font-weight: 600;
    transform: translateX(-50%);
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    font-size: 20px;
    text-align: center;
    left: 50%;
    background: linear-gradient(135deg, rgb(154,155,154) 0%, rgb(112,113,112) 100%);
    margin-top: 40px;
    color: #ffffff;
}.customer_comments a::before {
    content: "";
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    position: absolute;
}.customer_comments a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%) translateY(-5px);
}.customer_comments a:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.customer_comments {
    padding: 80px 0 100px;
}.customer_comments h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.customer_comments .testimonials_track {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.customer_comments {
    padding: 60px 0 80px;
}.customer_comments h2 {
    margin-bottom: 35px;
    font-size: calc(32px * 0.8);
}.customer_comments .testimonials_track {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.customer_comments .client_views {
    padding: 25px;
}.customer_comments .client_views::before {
    font-size: 100px;
}.customer_comments a {
    padding: 10px 25px;
    margin-top: 30px;
}
}

@media (max-width: 576px) {.customer_comments {
    padding: 50px 0 70px;
}.customer_comments h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 30px;
}.customer_comments h2::after {
    width: 60px;
    bottom: -12px;
}.customer_comments .client_views {
    padding: 20px;
}.customer_comments .client_views div {
    margin-bottom: 15px;
}.customer_comments .client_views img {
    width: 50px;
    height: 50px;
}.customer_comments .client_views::before {
    right: 15px;
    top: 5px;
    font-size: 80px;
}.customer_comments .client_views .description {
    font-size: calc(18px * 0.95);
}.customer_comments a {
    margin-top: 25px;
    font-size: calc(20px * 0.9);
    padding: 10px 20px;
}}footer {
    background-color: #000000;
    margin-top: 0;
    position: relative;
}footer::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(154,155,154,0.5) 50%,
    #000000 100%);
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
    opacity: 0.9;
}.webinar_arch {
    z-index: 5;
    position: relative;
    background-color: transparent;
    padding: 60px 0 40px;
}.webinar_arch .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    position: relative;
}.webinar_arch .company_holder {
    grid-column: span 4;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
}.webinar_arch .company_holder h3 {
    color: #ffffff;
    font-size: 37px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
}.webinar_arch .company_holder h3::after {
    bottom: -8px;
    height: 2px;
    position: absolute;
    background: rgb(154,155,154);
    width: 100%;
    content: "";
    left: 0;
}.webinar_arch .tech_stack {
    opacity: 0.8;
    line-height: 1.6;
    font-size: 18px;
    color: #ffffff;
}.webinar_arch .abuse_ctrl {
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-column: span 8;
}.webinar_arch .top_core {
    position: relative;
    border-radius: 10px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
}.webinar_arch .top_core h5 {
    position: relative;
    font-size: 22px;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
}.webinar_arch .top_core h5::after {
    left: 0;
    background: rgb(112,113,112);
    position: absolute;
    height: 2px;
    content: "";
    bottom: -8px;
    width: 100%;
}.webinar_arch .top_core .head_lesson {
    display: grid;
    grid-gap: 15px;
}.webinar_arch .top_core .head_lesson a {
    text-decoration: none;
    opacity: 0.8;
    transition: color 0.3s ease, transform 0.3s ease;
    padding-left: 15px;
    position: relative;
    font-size: 18px;
    color: #ffffff;
    display: block;
}.webinar_arch .top_core .head_lesson a::before {
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    background: rgb(112,113,112);
    width: 6px;
    content: "";
    border-radius: 50%;
    position: absolute;
    height: 6px;
}.webinar_arch .top_core .head_lesson a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(154,155,154);
}.twitter_cta {
    margin-top: 40px;
    z-index: 5;
    padding: 25px 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
}.twitter_cta .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.twitter_cta .trust_badge {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    opacity: 0.7;
}

@media (max-width: 991px) {.webinar_arch .container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.webinar_arch .company_holder {
    grid-column: span 12;
}.webinar_arch .abuse_ctrl {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}

@media (max-width: 767px) {.webinar_arch {
    padding: 40px 0 30px;
}.webinar_arch .abuse_ctrl {
    grid-template-columns: 1fr;
}.webinar_arch .company_holder {
    padding: 25px;
}.webinar_arch .top_core {
    padding: 25px;
}.webinar_arch .company_holder h3 {
    font-size: calc(37px - 2px);
}.webinar_arch .top_core h5 {
    font-size: calc(22px - 1px);
}
}

@media (max-width: 575px) {.webinar_arch {
    padding: 30px 0 20px;
}.webinar_arch .company_holder,
  .webinar_arch .top_core {
    padding: 20px;
}.webinar_arch .company_holder h3 {
    font-size: calc(37px - 4px);
}.twitter_cta {
    padding: 20px 0;
}}

.webinar_arch .company_holder:hover,
.webinar_arch .top_core:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}.webinar_arch .container::before {
    opacity: 0.05;
    height: 100%;
    left: 0;
    pointer-events: none;
    content: "";
    background: 
    linear-gradient(to right, rgb(154,155,154,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(154,155,154,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}.webinar_arch .company_holder::before {
    opacity: 0.5;
    height: 100%;
    left: 0;
    content: "";
    width: 5px;
    top: 0;
    position: absolute;
    background: rgb(154,155,154);
}.webinar_arch .top_core::before {
    top: 0;
    position: absolute;
    left: 0;
    width: 5px;
    background: rgb(112,113,112);
    content: "";
    opacity: 0.5;
    height: 100%;
}footer::after {
    height: 5px;
    width: 100%;
    opacity: 0.3;
    content: "";
    bottom: 0;
    left: 0;
    z-index: 2;
    position: absolute;
    background: linear-gradient(to right,
    rgb(154,155,154),
    rgb(112,113,112),
    rgb(154,155,154));
}.webinar_arch .head_lesson {
    position: relative;
}.webinar_arch .head_lesson::after {
    position: absolute;
    left: 0;
    opacity: 0.2;
    bottom: -15px;
    background: rgb(112,113,112,0.5);
    height: 1px;
    width: 100%;
    content: "";
}.webinar_arch .top_core h5,
.webinar_arch .company_holder h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}.webinar_arch .top_core:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}.webinar_arch .top_core:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.twitter_cta .trust_badge {
    display: inline-block;
    position: relative;
}.twitter_cta .trust_badge::before {
    background: rgb(154,155,154);
    opacity: 0.5;
    transform: translateY(-50%);
    position: absolute;
    width: 30px;
    top: 50%;
    content: "";
    left: -40px;
    height: 1px;
}.twitter_cta .trust_badge::after {
    opacity: 0.5;
    width: 30px;
    right: -40px;
    background: rgb(154,155,154);
    height: 1px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: "";
}.appSpot {
    overflow: hidden;
    padding: 6rem 0;
    background: radial-gradient(circle at 30% 70%, rgb(112,113,112,0.5), transparent 70%), 
                radial-gradient(circle at 70% 30%, rgb(154,155,154,0.5), transparent 60%);
    position: relative;
}.appSpot::before {
    left: 0;
    position: absolute;
    background-size: 40px 40px;
    background-image: 
        radial-gradient(circle at 15% 15%, rgba(255,255,255,0.1) 1px, transparent 1px),
        radial-gradient(circle at 85% 85%, rgba(255,255,255,0.1) 1px, transparent 1px);
    height: 100%;
    animation: constellation 20s infinite linear;
    opacity: 0.6;
    z-index: 1;
    content: "";
    width: 100%;
    top: 0;
}.appSpot::after {
    transform: translateY(-50%);
    top: 50%;
    opacity: 0.3;
    position: absolute;
    border-radius: 50%;
    height: 300px;
    z-index: 1;
    content: "";
    border: 1px solid rgb(112,113,112,0.5);
    width: 300px;
    left: -150px;
}.appSpot .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}.appSpot .knowledge_pro {
    display: flex;
    padding: 4rem 3rem;
    gap: 2.5rem;
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.1),
        0 1px 0 rgba(255,255,255,0.1) inset;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(8px);
    position: relative;
    flex-direction: column;
    background: linear-gradient(135deg, 
                rgba(255,255,255,0.15), 
                rgba(255,255,255,0.05));
    transform: perspective(1000px) rotateX(2deg);
    border-left: 2px solid rgb(112,113,112);
}.appSpot .knowledge_pro:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 1px 0 rgba(255,255,255,0.15) inset;
}.appSpot .knowledge_pro > div:first-child {
    padding-left: 25px;
    display: flex;
    align-items: center;
    position: relative;
}.appSpot .knowledge_pro > div:first-child::before {
    top: 50%;
    height: 2px;
    left: 0;
    position: absolute;
    width: 15px;
    transform: translateY(-50%);
    content: "";
    transition: width 0.3s ease;
    background: rgb(112,113,112);
}.appSpot .knowledge_pro:hover > div:first-child::before {
    width: 20px;
}.appSpot h5 {
    position: relative;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-weight: 700;
    background: linear-gradient(to right, #000000, rgb(112,113,112));
    background-clip: text !important;
    margin: 0;
    color: transparent;
    -webkit-background-clip: text !important;
    font-size: 19px;
    line-height: 1.4;
    z-index: 2;
    transform: translateY(20px);
    color: #000000;
    opacity: 0;
}.appSpot p {
    color: #000000;
    animation: fadeSlideIn 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    line-height: 1.7;
    margin: 0;
    opacity: 0;
    z-index: 2;
    font-weight: 400;
    font-size: 13px;
    transform: translateY(20px);
    position: relative;
}.appSpot a {
    display: block;
    color: inherit;
    transition: transform 0.3s ease;
    position: relative;
    text-decoration: none;
    padding: 0.5rem 0;
}.appSpot a::after {
    position: absolute;
    width: 0;
    left: 0;
    content: "";
    bottom: 0;
    transition: width 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    background: rgb(112,113,112);
    height: 1px;
}.appSpot a:hover {
    transform: translateX(5px);
}.appSpot a:hover::after {
    width: 100%;
}

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

@keyframes constellation {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100px 100px;
    }
}

@media (min-width: 768px) {.appSpot .knowledge_pro {
    padding: 5rem 4rem;
    border-radius: 0 11px 11px 0;
    margin-left: 5rem;
}.appSpot .knowledge_pro::before {
    opacity: 0.5;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid rgb(154,155,154,0.5);
    content: "";
    top: -50px;
    z-index: 1;
    position: absolute;
    right: -30px;
}.appSpot h5 {
    font-size: calc(19px * 1.1);
}.appSpot p {
    max-width: 90%;
}
}

@media (min-width: 992px) {.appSpot {
    padding: 8rem 0;
}.appSpot .knowledge_pro {
    margin-left: 8rem;
    gap: 3rem;
    padding: 6rem 5rem;
}.appSpot h5 {
    font-size: calc(19px * 1.2);
}.appSpot p {
    max-width: 80%;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.appSpot {
    padding: 4rem 0;
}.appSpot .knowledge_pro {
    gap: 2rem;
    padding: 3rem 2rem;
}.appSpot h5 {
    font-size: calc(19px * 0.9);
}.appSpot::after,
    .appSpot .knowledge_pro::before {
    display: none;
}
}

@media (max-width: 480px) {.appSpot {
    padding: 3rem 0;
}.appSpot .knowledge_pro {
    padding: 2.5rem 1.5rem;
    gap: 1.5rem;
}.appSpot h5 {
    font-size: calc(19px * 0.85);
}.appSpot p {
    font-size: calc(13px * 0.95);
}.appSpot .knowledge_pro > div:first-child {
    padding-left: 20px;
}}.get_updates {
    background: linear-gradient(120deg, rgb(191,191,179) 0%, rgb(154,155,154,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
}.get_updates::before {
    width: 100%;
    pointer-events: none;
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03) 0px,
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
    top: 0;
    left: 0;
    content: '';
}.get_updates::after {
    right: -20%;
    content: '';
    width: 60%;
    transform: rotate(15deg);
    top: -50%;
    height: 200%;
    z-index: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(154,155,154,0.5) 0%, transparent 70%);
}.get_updates .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.get_updates .knowledge_pro {
    background-color: #ffffff;
    display: flex;
    transform: translateY(0);
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    position: relative;
}.get_updates .knowledge_pro:hover {
    transform: translateY(-8px);
}.get_updates .knowledge_pro > div {
    margin-bottom: 2rem;
}.get_updates h4 {
    font-weight: 600;
    position: relative;
    margin: 0;
    font-family: Arial, sans-serif;
    letter-spacing: -0.01em;
    line-height: 1.4;
    font-size: 18px;
    color: #000000;
}.get_updates h4::after {
    left: 0;
    background: rgb(154,155,154);
    width: 60px;
    position: absolute;
    height: 3px;
    transition: transform 0.4s ease-out;
    transform: scaleX(1);
    bottom: -12px;
    content: '';
    transform-origin: left;
}.get_updates .knowledge_pro:hover h4::after {
    transform: scaleX(1.5);
}.get_updates .input_holder {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}.get_updates .input_holder span {
    min-width: 200px;
    flex: 1;
}.get_updates input[type="email"] {
    background-color: #ffffff;
    outline: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #000000;
    width: 100%;
    font-size: 12px;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.01);
}.get_updates input[type="email"]:focus {
    border-color: rgb(154,155,154);
    box-shadow: 0 0 0 3px rgb(154,155,154,0.5);
}.get_updates input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: color 0.3s ease;
}.get_updates input[type="email"]:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
}.get_updates .mail_section {
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    display: inline-flex;
    width: 100%;
    font-size: 18px;
    font-family: Arial, sans-serif;
    align-items: center;
    position: relative;
    justify-content: center;
    padding: 1rem 1.5rem;
    border: none;
    font-weight: 600;
    background: rgb(154,155,154);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.get_updates .mail_section::before {
    height: 0;
    border-radius: 50%;
    transition: width 0.6s ease-out, height 0.6s ease-out;
    transform: translate(-50%, -50%);
    z-index: 1;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    width: 0;
    position: absolute;
    content: '';
    top: 50%;
}.get_updates .mail_section:hover {
    background-color: rgb(112,113,112);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(rgb(154,155,154), 0.25);
}.get_updates .mail_section:hover::before {
    width: 300px;
    height: 300px;
}.get_updates .mail_section:active {
    transform: translateY(1px);
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {.get_updates .knowledge_pro,
    .get_updates .mail_section,
    .get_updates h4::after,
    .get_updates input[type="email"] {
    transition: none;
}.get_updates .knowledge_pro:hover {
    transform: none;
}.get_updates .mail_section:hover::before {
    display: none;
}}.statistical_report {
    position: relative;
    background: rgb(191,191,179);
    overflow: hidden;
    padding: 5rem 0;
}.statistical_report::before {
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(154,155,154,0.5) 0%, transparent 70%);
}.statistical_report::after {
    width: 100%;
    left: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 11px),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 11px);
    z-index: 0;
    content: "";
    opacity: 0.5;
    height: 100%;
    top: 0;
}.statistical_report .container {
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.statistical_report .statistics_boost {
    position: relative;
    padding: 3rem;
    background: linear-gradient(to right, rgb(154,155,154,0.5) 0%, transparent 100%);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 3rem;
    border-radius: 27px 0 0 27px;
}.statistical_report .statistics_boost::before {
    height: 100%;
    width: 5px;
    border-radius: 10px 0 0 10px;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background: rgb(154,155,154);
}.statistical_report .pro_gains {
    display: inline-block;
    margin: 0 0 1.5rem;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 36px;
}.statistical_report .pro_gains::after {
    height: 3px;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(112,113,112);
    border-radius: 10px;
    width: 50%;
    bottom: -0.5rem;
}.statistical_report .statistics_tracks {
    color: #000000;
    line-height: 1.7;
    max-width: 80%;
    font-weight: 400;
    margin: 0;
    font-size: 12px;
}.statistical_report .statistics_support {
    flex-wrap: wrap;
    margin: -1rem;
    display: flex;
}.statistical_report .statistics_zone {
    padding: 0;
    border-radius: 27px;
    flex: 0 0 calc(50% - 2rem);
    transition: all 0.3s ease;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    align-items: flex-start;
    margin: 1rem;
    display: flex;
}.statistical_report .statistics_zone:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.statistical_report .statistics_zone h4 {
    display: flex;
    font-weight: 700;
    padding: 2.5rem;
    align-items: center;
    background: rgb(154,155,154);
    margin: 0;
    color: #ffffff;
    overflow: hidden;
    font-size: calc(36px * 1.5);
    justify-content: center;
    flex: 0 0 40%;
    position: relative;
}.statistical_report .statistics_zone:nth-child(even) h4 {
    background: rgb(112,113,112);
}.statistical_report .statistics_zone h4::before {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 60%);
    content: "";
    height: 200%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    left: -50%;
    top: -50%;
    width: 200%;
}.statistical_report .statistics_zone:hover h4::before {
    opacity: 1;
}.statistical_report .statistics_zone span {
    display: flex;
    font-weight: 400;
    align-items: center;
    flex: 1;
    color: #000000;
    font-size: 12px;
    padding: 2.5rem;
}.statistical_report svg {
    fill: rgba(255, 255, 255, 0.5);
    height: 24px;
    transition: all 0.3s ease;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 24px;
}.statistical_report svg path {
    fill: inherit;
}.statistical_report .statistics_zone:hover svg {
    fill: rgba(255, 255, 255, 0.8);
    transform: scale(1.2) rotate(15deg);
}

@media (max-width: 1024px) {.statistical_report .statistics_tracks {
    max-width: 100%;
}.statistical_report .statistics_zone h4 {
    padding: 2rem;
    font-size: calc(36px * 1.3);
}.statistical_report .statistics_zone span {
    padding: 2rem;
}
}

@media (max-width: 768px) {.statistical_report {
    padding: 4rem 0;
}.statistical_report .statistics_boost {
    padding: 2rem;
    margin-bottom: 2rem;
}.statistical_report .statistics_zone {
    flex: 0 0 calc(100% - 2rem);
}.statistical_report .statistics_zone h4 {
    padding: 1.8rem;
    font-size: calc(36px * 1.2);
}.statistical_report .statistics_zone span {
    padding: 1.8rem;
}.statistical_report .pro_gains {
    font-size: calc(36px * 0.9);
    margin-bottom: 1.2rem;
}.statistical_report .statistics_tracks {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.statistical_report {
    padding: 3rem 0;
}.statistical_report .statistics_boost {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
}.statistical_report .statistics_zone {
    flex-direction: column;
}.statistical_report .statistics_zone h4 {
    padding: 1.5rem;
    width: 100%;
    flex: 0 0 auto;
    font-size: 36px;
}.statistical_report .statistics_zone span {
    justify-content: center;
    padding: 1.5rem;
    text-align: center;
}.statistical_report .pro_gains {
    margin-bottom: 1rem;
    font-size: calc(36px * 0.8);
}.statistical_report .statistics_tracks {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}.statistical_report svg {
    height: 20px;
    width: 20px;
    right: 0.8rem;
    top: 0.8rem;
}
}