* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: auto;
    min-height: 100%;
    color: #000000;
}.online-tools-2f9s {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1251px;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-segment-zNv2 {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}.main-mainwrap-dRAB {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.get-updates-ChlR {
    position: relative;
    overflow: hidden;
    color: #000000;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(198,199,212,0.5) 0%, rgb(161,163,179,0.5) 100%);
    font-family: Arial, sans-serif;
}.get-updates-ChlR::before {
    top: -50%;
    animation: rotate 200s linear infinite;
    background: radial-gradient(circle at center, #ffffff 0.5%, transparent 8%);
    height: 200%;
    opacity: 0.1;
    position: absolute;
    left: -50%;
    content: "";
    width: 200%;
    background-size: 5vmin 5vmin;
    pointer-events: none;
}.get-updates-ChlR::after {
    right: 0;
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    background: radial-gradient(ellipse at 70% 30%, rgb(198,199,212,0.5) 0%, transparent 70%);
    top: 0;
    pointer-events: none;
    mix-blend-mode: overlay;
}.get-updates-ChlR .container {
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.get-updates-ChlR .knowledge-hub-wPzG {
    padding: 3rem 2.5rem;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.07),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    flex-direction: column;
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    backdrop-filter: blur(10px);
    align-items: center;
}.get-updates-ChlR .knowledge-hub-wPzG::before {
    opacity: 0.5;
    border-bottom: none;
    top: -15px;
    border-left: none;
    right: -15px;
    border: 2px solid rgb(198,199,212,0.5);
    transform: rotate(0deg);
    animation: pulse 6s ease-in-out infinite;
    width: 80px;
    height: 80px;
    content: "";
    position: absolute;
}.get-updates-ChlR .knowledge-hub-wPzG::after {
    width: 80px;
    height: 80px;
    border-top: none;
    opacity: 0.5;
    left: -15px;
    animation: pulse 6s ease-in-out infinite reverse;
    content: "";
    position: absolute;
    border: 2px solid rgb(161,163,179);
    border-right: none;
    transform: rotate(0deg);
    bottom: -15px;
}.get-updates-ChlR h4 {
    margin-bottom: 2rem;
    font-size: calc(20px * 0.9);
    max-width: 720px;
    font-weight: 600;
    line-height: 1.4;
    transition: all 0.3s ease;
    color: #000000;
    letter-spacing: 0.015em;
    transform: translateY(0);
    text-align: center;
}.get-updates-ChlR .input_holder {
    gap: 1rem;
    position: relative;
    justify-content: center;
    display: flex;
    width: 100%;
    max-width: 600px;
    flex-wrap: wrap;
}.get-updates-ChlR .input_holder span {
    flex: 1 1 250px;
    position: relative;
}.get-updates-ChlR .input_holder input[type="email"] {
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    background: rgba(255,255,255,0.9);
    height: 54px;
    padding: 0 1.5rem;
    border: 1px solid rgba(255,255,255,0.2);
    width: 100%;
}.get-updates-ChlR .input_holder input[type="email"]:focus {
    border-color: rgb(198,199,212);
    outline: none;
    background: #ffffff;
    box-shadow: 
        0 8px 20px rgba(0,0,0,0.08),
        0 0 0 3px rgb(198,199,212,0.5);
    transform: translateY(-2px);
}.get-updates-ChlR .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    opacity: 0.6;
    color: #000000;
}.get-updates-ChlR .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.3;
}.get-updates-ChlR .input_holder input[type="submit"] {
    font-weight: 600;
    height: 54px;
    cursor: pointer;
    border: none;
    position: relative;
    background: rgb(198,199,212);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    letter-spacing: 0.03em;
    z-index: 1;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    width: 100%;
}.get-updates-ChlR .input_holder input[type="submit"]:hover {
    transform: translateY(-2px);
    background: rgb(161,163,179);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}.get-updates-ChlR .input_holder input[type="submit"]:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}.get-updates-ChlR .input_holder input[type="submit"]::before {
    transition: left 0.6s ease;
    z-index: -1;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
}.get-updates-ChlR .input_holder input[type="submit"]:hover::before {
    left: 100%;
}

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

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

@media (max-width: 991px) {.get-updates-ChlR {
    padding: 5rem 0;
}.get-updates-ChlR .knowledge-hub-wPzG {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 2rem;
}.get-updates-ChlR h4 {
    font-size: calc(20px * 0.85);
    margin-bottom: 1.5rem;
}
}

@media (max-width: 767px) {.get-updates-ChlR {
    padding: 4rem 0;
}.get-updates-ChlR .knowledge-hub-wPzG {
    transform: none;
    padding: 2rem 1.5rem;
}.get-updates-ChlR h4 {
    margin-bottom: 1.25rem;
    font-size: calc(20px * 0.8);
}.get-updates-ChlR .input_holder {
    gap: 0.75rem;
}.get-updates-ChlR .knowledge-hub-wPzG::before,
    .get-updates-ChlR .knowledge-hub-wPzG::after {
    height: 60px;
    width: 60px;
}
}

@media (max-width: 575px) {.get-updates-ChlR {
    padding: 3rem 0;
}.get-updates-ChlR .knowledge-hub-wPzG {
    padding: 1.75rem 1.25rem;
}.get-updates-ChlR h4 {
    margin-bottom: 1rem;
    font-size: calc(17px * 1.1);
    line-height: 1.4;
}.get-updates-ChlR .input_holder input[type="email"],
    .get-updates-ChlR .input_holder input[type="submit"] {
    height: 50px;
}.get-updates-ChlR .knowledge-hub-wPzG::before,
    .get-updates-ChlR .knowledge-hub-wPzG::after {
    height: 50px;
    width: 50px;
}
}

@media (hover: hover) {.get-updates-ChlR .input_holder input[type="email"]:hover {
    background: rgba(255,255,255,0.95);
    border-color: rgba(rgb(198,199,212), 0.5);
}.get-updates-ChlR h4:hover {
    transform: translateY(-2px);
}
}

@media (prefers-reduced-motion) {.get-updates-ChlR::before {
    animation: none;
}.get-updates-ChlR .knowledge-hub-wPzG::before,
    .get-updates-ChlR .knowledge-hub-wPzG::after {
    animation: none;
}.get-updates-ChlR .input_holder input[type="submit"]::before {
    display: none;
}}.our-mission-TEyV {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    color: #ffffff;
}.our-mission-TEyV::before {
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65));
    z-index: 1;
}.our-mission-TEyV::after {
    z-index: 2;
    position: absolute;
    left: 0;
    height: 100%;
    pointer-events: none;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(198,199,212), 0.03) 0px,
        rgba(rgb(198,199,212), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    content: "";
    top: 0;
    width: 100%;
}.our-mission-TEyV .container {
    max-width: 1200px;
    display: grid;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    grid-template-columns: 1fr;
}.our-mission-TEyV h4 {
    z-index: 10;
    position: relative;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 32px;
    color: rgb(198,199,212);
    transform: translateY(0);
    letter-spacing: 2px;
}.our-mission-TEyV:hover h4 {
    transform: translateY(-5px);
}.our-mission-TEyV h4::after {
    width: 60px;
    content: "";
    bottom: -12px;
    background: rgb(198,199,212);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    left: 50%;
    height: 3px;
    position: absolute;
    transform: translateX(-50%) scaleX(0.8);
}.our-mission-TEyV:hover h4::after {
    transform: translateX(-50%) scaleX(1.2);
}.our-mission-TEyV .text-element-eXhY {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(0deg);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 40px;
    border-radius: 10px;
    position: relative;
}.our-mission-TEyV .text-element-eXhY:hover {
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2), 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.our-mission-TEyV .text-element-eXhY::before {
    width: 100%;
    height: 100%;
    clip-path: inherit;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(rgb(198,199,212), 0.08) 0%,
        rgba(rgb(161,163,179), 0.05) 100%
    );
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}.our-mission-TEyV .text-element-eXhY h6 {
    font-size: calc(21px * 1.1);
    display: inline-block;
    transform: translateX(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
    color: rgb(198,199,212);
    margin-bottom: 20px;
}.our-mission-TEyV .text-element-eXhY:hover h6 {
    transform: translateX(5px);
}.our-mission-TEyV .text-element-eXhY h6::after {
    bottom: -8px;
    width: 100%;
    transform: scaleX(0.5);
    left: 0;
    height: 2px;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(198,199,212) 0%,
        rgb(161,163,179) 100%
    );
}.our-mission-TEyV .text-element-eXhY:hover h6::after {
    transform: scaleX(1);
}.our-mission-TEyV .text-element-eXhY div {
    position: relative;
    overflow: hidden;
}.our-mission-TEyV .text-element-eXhY span {
    color: #000000;
    display: block;
    opacity: 0.9;
    font-size: 18px;
    transition: opacity 0.3s;
    column-gap: 40px;
    column-count: 1;
    text-align: justify;
    line-height: 1.8;
}.our-mission-TEyV .text-element-eXhY:hover span {
    opacity: 1;
}.our-mission-TEyV .text-element-eXhY span::first-letter {
    font-weight: 700;
    color: rgb(198,199,212);
    float: left;
    font-size: 2.5em;
    line-height: 0.8;
    margin-right: 8px;
}.our-mission-TEyV::before {
    transition: background-position 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background-position: 0% 0%;
    background-size: 200% 200%;
}.our-mission-TEyV:hover::before {
    background-position: 100% 100%;
}


@media (min-width: 768px) {.our-mission-TEyV {
    padding: 100px 0;
}.our-mission-TEyV h4 {
    font-size: calc(32px * 1.2);
    margin-bottom: 60px;
}.our-mission-TEyV .text-element-eXhY {
    padding: 50px 60px;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 30px), 
            calc(100% - 30px) 100%, 
            0 100%
        );
}.our-mission-TEyV .text-element-eXhY h6 {
    margin-bottom: 30px;
    font-size: calc(21px * 1.3);
}.our-mission-TEyV .text-element-eXhY span {
    column-gap: 50px;
    column-count: 2;
}
}

@media (min-width: 1024px) {.our-mission-TEyV {
    padding: 120px 0;
}.our-mission-TEyV .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.our-mission-TEyV .text-element-eXhY {
    padding: 60px 70px;
}.our-mission-TEyV .text-element-eXhY span {
    column-count: 2;
}
}

@media (max-width: 767px) {.our-mission-TEyV {
    padding: 60px 0;
}.our-mission-TEyV h4 {
    font-size: calc(21px * 1.2);
    margin-bottom: 30px;
}.our-mission-TEyV .text-element-eXhY {
    padding: 30px 25px;
}.our-mission-TEyV .text-element-eXhY h6 {
    margin-bottom: 15px;
    font-size: 16px;
}.our-mission-TEyV .text-element-eXhY span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.our-mission-TEyV {
    padding: 50px 0;
}.our-mission-TEyV .text-element-eXhY {
    padding: 25px 20px;
}.our-mission-TEyV .text-element-eXhY span::first-letter {
    font-size: 2em;
}}.tyField-YgHE {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(234,235,239) 0%, rgb(161,163,179,0.5) 100%);
    overflow: hidden;
    position: relative;
}.tyField-YgHE::before {
    width: 300px;
    top: -10%;
    height: 300px;
    filter: blur(40px);
    background: radial-gradient(circle, rgb(198,199,212,0.5) 0%, transparent 70%);
    animation: float 15s infinite ease-in-out;
    content: "";
    opacity: 0.6;
    right: -5%;
    position: absolute;
}.tyField-YgHE::after {
    left: -5%;
    height: 250px;
    width: 250px;
    background: radial-gradient(circle, rgb(161,163,179,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    filter: blur(30px);
    animation: float 12s infinite ease-in-out reverse;
    opacity: 0.6;
    bottom: -5%;
}.tyField-YgHE .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.tyField-YgHE h2 {
    line-height: 1.3;
    color: rgb(198,199,212);
    font-size: clamp(28px, 5vw, 35px);
    font-family: Arial, sans-serif;
    transform: perspective(1000px) translateZ(0);
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}.tyField-YgHE h2::before {
    background: linear-gradient(90deg, rgb(198,199,212) 0%, rgb(161,163,179) 100%);
    left: 0;
    animation: expand 1.5s ease-out forwards;
    width: 80px;
    height: 3px;
    position: absolute;
    transform-origin: left;
    bottom: -12px;
    content: "";
}.tyField-YgHE .knowledge-hub-wPzG {
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    padding: 40px;
}.tyField-YgHE .knowledge-hub-wPzG:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.tyField-YgHE .knowledge-hub-wPzG::before {
    z-index: -1;
    top: -5px;
    bottom: -5px;
    animation: pulse 4s infinite alternate;
    opacity: 0.5;
    right: -5px;
    left: -5px;
    content: "";
    filter: blur(15px);
    position: absolute;
    background: linear-gradient(135deg, rgb(198,199,212,0.5), transparent, rgb(161,163,179,0.5));
}.tyField-YgHE ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.tyField-YgHE li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}.tyField-YgHE li::before {
    content: "";
    animation: pulse 4s infinite alternate;
    background: rgb(198,199,212);
    left: 0;
    width: 8px;
    position: absolute;
    height: 8px;
    top: 12px;
    transform: rotate(45deg);
}.tyField-YgHE span {
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-size: 12px;
    animation: fadeIn 1s ease-out forwards;
    display: block;
    position: relative;
}

@keyframes expand {
    0% { width: 0; }
    100% { width: 80px; }
}

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

@keyframes pulse {
    0% { opacity: 0.5; }
    100% { opacity: 0.9; }
}

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

@media (max-width: 991px) {.tyField-YgHE {
    padding: 90px 0;
}.tyField-YgHE .knowledge-hub-wPzG {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}
}

@media (max-width: 767px) {.tyField-YgHE {
    padding: 70px 0;
}.tyField-YgHE h2 {
    margin-bottom: 30px;
}.tyField-YgHE .knowledge-hub-wPzG {
    padding: 25px;
    transform: none;
}.tyField-YgHE .knowledge-hub-wPzG:hover {
    transform: translateY(-3px);
}.tyField-YgHE h2::before {
    bottom: -10px;
    width: 60px;
}
}

@media (max-width: 575px) {.tyField-YgHE {
    padding: 50px 0;
}.tyField-YgHE h2 {
    font-size: 24px;
    margin-bottom: 25px;
}.tyField-YgHE .knowledge-hub-wPzG {
    padding: 20px;
}.tyField-YgHE li {
    padding-left: 20px;
}.tyField-YgHE span {
    font-size: calc(12px - 1px);
    line-height: 1.6;
}.tyField-YgHE h2::before {
    height: 2px;
    width: 50px;
}}.leadership-experience-Bosn {
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(234,235,239) 0%, rgb(161,163,179,0.5) 100%);
    padding: 120px 0;
}.leadership-experience-Bosn::before {
    opacity: 0.07;
    content: "";
    width: 100%;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(198,199,212,0.5) 49.5%, rgb(198,199,212,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(198,199,212,0.5) 49.5%, rgb(198,199,212,0.5) 50.5%, transparent 50.5%);
    background-size: 40px 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}.leadership-experience-Bosn::after {
    left: 0;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(198,199,212,0.5) 40px,
            rgb(198,199,212,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(198,199,212,0.5) 60px,
            rgb(198,199,212,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(198,199,212,0.5) 80px,
            rgb(198,199,212,0.5) 81px
        );
    top: 0;
    content: "";
    opacity: 0.04;
    width: 100%;
    height: 100%;
    position: absolute;
}.leadership-experience-Bosn .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.leadership-experience-Bosn .feedback-showcase-GSFT {
    display: grid;
    border-radius: 0;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 50px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.leadership-experience-Bosn .feedback-showcase-GSFT::before {
    background: linear-gradient(
        90deg,
        rgb(198,199,212) 0%,
        rgb(161,163,179) 100%
    );
    position: absolute;
    left: 0;
    height: 6px;
    content: "";
    width: 100%;
    top: 0;
}.leadership-experience-Bosn .feedback-showcase-GSFT::after {
    animation: scanner 4s linear infinite;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(198,199,212,0.5) 0%,
        transparent 20%,
        rgb(198,199,212,0.5) 40%,
        transparent 60%,
        rgb(161,163,179,0.5) 80%,
        transparent 100%
    );
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    top: 6px;
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.leadership-experience-Bosn .img-center-align-eCBH {
    min-height: 360px;
    width: 100%;
    overflow: hidden;
    height: 100%;
    transition: all 0.5s ease;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    position: relative;
    border-radius: 0;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
}.leadership-experience-Bosn .img-center-align-eCBH::before {
    position: absolute;
    inset: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
}.leadership-experience-Bosn .img-center-align-eCBH::after {
    z-index: 2;
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
}.leadership-experience-Bosn .name {
    margin-bottom: 12px;
    color: #000000;
    line-height: 1.2;
    font-size: 36px;
    position: relative;
    padding-left: 16px;
    font-weight: 700;
    border-left: 4px solid rgb(198,199,212);
}.leadership-experience-Bosn .name::before {
    height: 0;
    top: 0;
    background: rgb(161,163,179);
    position: absolute;
    content: "";
    left: -4px;
    width: 4px;
    transition: height 0.5s ease;
}.leadership-experience-Bosn .feedback-showcase-GSFT:hover .name::before {
    height: 100%;
}.leadership-experience-Bosn .feedback-showcase-GSFT span:not(.name) {
    font-weight: 600;
    display: inline-block;
    padding: 6px 12px;
    letter-spacing: 1px;
    border-radius: 3px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    font-size: 17px;
    background: rgb(234,235,239);
}.leadership-experience-Bosn .feedback-showcase-GSFT span:not(.name)::after {
    bottom: 0;
    width: 0;
    left: 0;
    height: 2px;
    background: rgb(198,199,212);
    content: "";
    position: absolute;
    transition: width 0.3s ease;
}.leadership-experience-Bosn .feedback-showcase-GSFT:hover span:not(.name)::after {
    width: 100%;
}.leadership-experience-Bosn .exp-progress-Q3uK {
    padding: 25px 30px;
    color: #000000;
    border-left: 1px solid rgb(198,199,212);
    background: linear-gradient(
        to right,
        rgb(234,235,239) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    line-height: 1.8;
    border-radius: 10px;
    position: relative;
    font-size: 13px;
    margin: 0;
}.leadership-experience-Bosn .exp-progress-Q3uK::before {
    border-left: 2px solid rgb(198,199,212);
    width: 12px;
    border-top: 2px solid rgb(198,199,212);
    position: absolute;
    height: 12px;
    top: 15px;
    content: "";
    opacity: 0.6;
    left: 12px;
}.leadership-experience-Bosn .exp-progress-Q3uK::after {
    border-bottom: 2px solid rgb(161,163,179);
    height: 12px;
    content: "";
    width: 12px;
    position: absolute;
    border-right: 2px solid rgb(161,163,179);
    opacity: 0.6;
    right: 12px;
    bottom: 15px;
}.leadership-experience-Bosn .feedback-showcase-GSFT:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}.leadership-experience-Bosn .feedback-showcase-GSFT:hover .img-center-align-eCBH {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
    transform: scale(1.03);
}

@media (max-width: 991px) {.leadership-experience-Bosn {
    padding: 90px 0;
}.leadership-experience-Bosn .feedback-showcase-GSFT {
    gap: 30px;
    padding: 40px 30px;
}.leadership-experience-Bosn .img-center-align-eCBH {
    min-height: 320px;
}.leadership-experience-Bosn .exp-progress-Q3uK {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.leadership-experience-Bosn {
    padding: 70px 0;
}.leadership-experience-Bosn .feedback-showcase-GSFT {
    grid-template-columns: 1fr;
    padding: 35px 25px;
    gap: 25px;
    grid-template-rows: auto auto;
}.leadership-experience-Bosn .img-center-align-eCBH {
    min-height: 280px;
}.leadership-experience-Bosn .name {
    font-size: calc(36px * 0.9);
}.leadership-experience-Bosn .feedback-showcase-GSFT span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(17px * 0.95);
}.leadership-experience-Bosn .exp-progress-Q3uK {
    padding: 18px 22px;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 575px) {.leadership-experience-Bosn {
    padding: 50px 0;
}.leadership-experience-Bosn .feedback-showcase-GSFT {
    gap: 20px;
    padding: 30px 20px;
}.leadership-experience-Bosn .img-center-align-eCBH {
    min-height: 220px;
}.leadership-experience-Bosn .name {
    font-size: calc(36px * 0.8);
    padding-left: 12px;
}.leadership-experience-Bosn .feedback-showcase-GSFT span:not(.name) {
    margin-bottom: 15px;
    font-size: calc(17px * 0.9);
    padding: 4px 10px;
}.leadership-experience-Bosn .exp-progress-Q3uK {
    padding: 15px 18px;
    font-size: calc(13px * 0.9);
}}.reach-us-gPUx {
    padding: 90px 0;
    background: linear-gradient(135deg, rgb(198,199,212,0.5) 0%, rgb(234,235,239) 40%, rgb(234,235,239) 60%, rgb(161,163,179,0.5) 100%);
    position: relative;
    overflow: hidden;
}.reach-us-gPUx::before {
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    z-index: 1;
    height: 100%;
    background: 
        radial-gradient(circle at 15% 15%, rgb(198,199,212,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(161,163,179,0.5) 0%, transparent 25%),
        radial-gradient(circle at 75% 25%, rgb(198,199,212,0.5) 0%, transparent 15%),
        radial-gradient(circle at 25% 65%, rgb(161,163,179,0.5) 0%, transparent 20%);
    top: 0;
    opacity: 0.6;
}.reach-us-gPUx::after {
    left: 0;
    top: 0;
    width: 100%;
    animation: patternShift 60s linear infinite;
    z-index: 1;
    height: 100%;
    position: absolute;
    background-size: 100px 100px;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    content: '';
    background-image: 
        linear-gradient(45deg, rgb(234,235,239) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(234,235,239) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(234,235,239) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(234,235,239) 75%);
    opacity: 0.03;
}.reach-us-gPUx .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.reach-us-gPUx .contact-widget-yL89 {
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: column;
}.reach-us-gPUx h3 {
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000000;
    font-size: 34px;
    text-align: center;
    padding-bottom: 15px;
}.reach-us-gPUx h3::after {
    width: 50px;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(198,199,212);
    bottom: 0;
    content: '';
    position: absolute;
    height: 3px;
}.reach-us-gPUx .help-desk-OEQb {
    text-align: center;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
    margin: 0 auto 50px;
    max-width: 700px;
}.reach-us-gPUx .quick-reach-saAt {
    gap: 20px;
    width: 100%;
    perspective: 1000px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}.reach-us-gPUx .quick-reach-saAt > span {
    max-width: 350px;
    padding-left: 70px;
    position: relative;
    min-width: 250px;
    flex: 1 1 calc(33.333% - 20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    display: flex;
    border-radius: 0 0  18px 18px;
    padding: 25px;
    z-index: 1;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
    transform-style: preserve-3d;
}.reach-us-gPUx .quick-reach-saAt > span:hover {
    transform: translateY(-10px) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.reach-us-gPUx .quick-reach-saAt > span::before {
    right: 0;
    background: linear-gradient(to right, rgb(198,199,212), rgb(161,163,179));
    transform: translateZ(1px);
    content: '';
    left: 0;
    position: absolute;
    height: 5px;
    top: 0;
}.reach-us-gPUx .quick-reach-saAt > span::after {
    transition: opacity 0.5s ease, transform 0.5s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    height: 40px;
    top: 5px;
    left: 25px;
    content: '';
    z-index: -1;
    position: absolute;
    transform: translateZ(1px) scale(0);
    opacity: 0;
    width: 40px;
    border-radius: 50%;
}.reach-us-gPUx .quick-reach-saAt > span p {
    font-size: calc(13px - 1px);
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgb(198,199,212);
}.reach-us-gPUx .quick-reach-saAt > span > span {
    font-weight: 600;
    color: #000000;
    font-size: 13px;
}.reach-us-gPUx .quick-reach-saAt > span a {
    color: #000000;
    text-decoration: none;
    z-index: 2;
    transition: color 0.3s ease;
    position: relative;
}.reach-us-gPUx .quick-reach-saAt > span a:hover {
    color: rgb(198,199,212);
}.reach-us-gPUx .quick-reach-saAt > span svg {
    position: absolute;
    stroke-linecap: round;
    left: 25px;
    z-index: 2;
    height: 30px;
    transition: transform 0.5s ease, filter 0.5s ease;
    stroke: rgb(198,199,212);
    stroke-width: 2px;
    transform-style: preserve-3d;
    top: 25px;
    width: 30px;
    fill: none;
    transform: translateZ(5px);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    stroke-linejoin: round;
}.reach-us-gPUx .quick-reach-saAt > span:nth-child(2n) svg {
    stroke: rgb(161,163,179);
}.reach-us-gPUx .quick-reach-saAt > span:hover svg {
    transform: translateZ(15px) scale(1.2);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}.reach-us-gPUx .quick-reach-saAt > span svg path {
    stroke-dashoffset: 0;
    transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
    stroke-dasharray: 0;
}.reach-us-gPUx .edu-asksup-Nenq {
    position: relative;
    margin-top: 50px;
    background: #ffffff;
    border-radius: 18px;
    width: 100%;
    padding: 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.reach-us-gPUx .edu-asksup-Nenq::before {
    left: 0;
    position: absolute;
    opacity: 0.1;
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(135deg, rgb(198,199,212,0.5) 0%, transparent 70%);
}.reach-us-gPUx .edu-asksup-Nenq h4 {
    z-index: 1;
    font-weight: 700;
    gap: 10px;
    text-align: center;
    align-items: center;
    display: flex;
    color: #000000;
    position: relative;
    margin-bottom: 25px;
    justify-content: center;
    font-size: 19px;
}.reach-us-gPUx .edu-asksup-Nenq h4 svg {
    width: 24px;
    height: 24px;
    stroke-linecap: round;
    fill: none;
    stroke: rgb(198,199,212);
    stroke-linejoin: round;
    stroke-width: 2px;
}.reach-us-gPUx .edu-asksup-Nenq h4::after {
    left: 50%;
    bottom: -10px;
    background: rgb(161,163,179);
    position: absolute;
    height: 2px;
    content: '';
    transform: translateX(-50%);
    width: 30px;
}.reach-us-gPUx .edu-asksup-Nenq span {
    display: inline-flex;
    margin: 5px;
    border-radius: 10px;
    align-items: center;
    font-size: 13px;
    color: #000000;
    z-index: 1;
    background: rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    padding: 10px 20px;
    position: relative;
}.reach-us-gPUx .edu-asksup-Nenq span svg {
    stroke-linejoin: round;
    fill: none;
    transition: transform 0.3s ease;
    width: 16px;
    stroke-linecap: round;
    margin-right: 8px;
    height: 16px;
    stroke-width: 2px;
    stroke: rgb(161,163,179);
}.reach-us-gPUx .edu-asksup-Nenq span:hover {
    transform: translateY(-3px);
    color: #000000;
    background: rgb(198,199,212,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.reach-us-gPUx .edu-asksup-Nenq span:hover svg {
    transform: rotate(360deg);
}@keyframes patternShift {
    0% {
        background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    }
    100% {
        background-position: 500px 500px, 500px 550px, 550px 450px, 450px 500px;
    }
}
@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.reach-us-gPUx .quick-reach-saAt > span:nth-child(3n+1) {
    animation: floatAnimation 4s ease-in-out infinite;
    animation-delay: 0s;
}.reach-us-gPUx .quick-reach-saAt > span:nth-child(3n+2) {
    animation: floatAnimation 4s ease-in-out infinite;
    animation-delay: 1.3s;
}.reach-us-gPUx .quick-reach-saAt > span:nth-child(3n+3) {
    animation: floatAnimation 4s ease-in-out infinite;
    animation-delay: 2.6s;
}
@media (max-width: 991px) {.reach-us-gPUx {
    padding: 70px 0;
}.reach-us-gPUx h3 {
    font-size: calc(34px - 2px);
}.reach-us-gPUx .help-desk-OEQb {
    margin-bottom: 40px;
}.reach-us-gPUx .quick-reach-saAt > span {
    flex: 1 1 calc(50% - 20px);
}.reach-us-gPUx .quick-reach-saAt > span svg {
    width: 28px;
    height: 28px;
}.reach-us-gPUx .edu-asksup-Nenq h4 svg {
    height: 22px;
    width: 22px;
}
}
@media (max-width: 767px) {.reach-us-gPUx {
    padding: 60px 0;
}.reach-us-gPUx h3 {
    font-size: calc(34px - 4px);
}.reach-us-gPUx .help-desk-OEQb {
    margin-bottom: 30px;
}.reach-us-gPUx .quick-reach-saAt {
    gap: 15px;
}.reach-us-gPUx .quick-reach-saAt > span {
    max-width: 100%;
    flex: 1 1 100%;
    padding-left: 60px;
    padding: 20px;
}.reach-us-gPUx .edu-asksup-Nenq {
    padding: 25px;
    margin-top: 30px;
}.reach-us-gPUx .edu-asksup-Nenq span {
    padding: 8px 15px;
}.reach-us-gPUx .quick-reach-saAt > span:nth-child(n) {
    animation: none;
}.reach-us-gPUx .quick-reach-saAt > span svg {
    width: 24px;
    top: 20px;
    height: 24px;
    left: 20px;
}.reach-us-gPUx .edu-asksup-Nenq h4 svg {
    width: 20px;
    height: 20px;
}.reach-us-gPUx .edu-asksup-Nenq span svg {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}
}
@media (max-width: 479px) {.reach-us-gPUx {
    padding: 50px 0;
}.reach-us-gPUx h3 {
    font-size: calc(34px - 6px);
}.reach-us-gPUx .help-desk-OEQb {
    font-size: calc(13px - 1px);
    margin-bottom: 25px;
}.reach-us-gPUx .quick-reach-saAt > span {
    padding: 15px;
    padding-left: 50px;
}.reach-us-gPUx .quick-reach-saAt > span svg {
    width: 20px;
    height: 20px;
    left: 15px;
    top: 15px;
}.reach-us-gPUx .edu-asksup-Nenq {
    padding: 20px 15px;
}.reach-us-gPUx .edu-asksup-Nenq h4 {
    margin-bottom: 20px;
    font-size: calc(19px - 2px);
}.reach-us-gPUx .edu-asksup-Nenq h4 svg {
    width: 18px;
    height: 18px;
}.reach-us-gPUx .edu-asksup-Nenq span {
    padding: 6px 12px;
    margin: 3px;
    font-size: calc(13px - 1px);
}.reach-us-gPUx .edu-asksup-Nenq span svg {
    margin-right: 4px;
    height: 12px;
    width: 12px;
}
}
@media (hover: none) {.reach-us-gPUx .quick-reach-saAt > span:hover,
    .reach-us-gPUx .edu-asksup-Nenq span:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.reach-us-gPUx .edu-asksup-Nenq span:hover {
    background: rgba(0, 0, 0, 0.03);
    color: #000000;
}.reach-us-gPUx .quick-reach-saAt > span a:hover {
    color: #000000;
}.reach-us-gPUx .quick-reach-saAt > span:hover svg {
    transform: translateZ(5px);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}.reach-us-gPUx .quick-reach-saAt > span:hover svg path {
    stroke-dasharray: 0;
    animation: none;
}.reach-us-gPUx .edu-asksup-Nenq span:hover svg {
    transform: none;
}}.online-tools-2f9s {
    color: #ffffff;
    z-index: 1;
    position: relative;
    padding: 5rem 0 3rem;
    background-position: center center;
}.online-tools-2f9s::before {
    z-index: -1;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    top: 0;
}.online-tools-2f9s::after {
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.5;
}.online-tools-2f9s .container {
    display: flex;
    flex-direction: column;
    position: relative;
}.online-tools-2f9s .container::before {
    width: 100%;
    content: "";
    background: linear-gradient(0deg, rgb(198,199,212) 0%, transparent 100%);
    left: 0;
    top: -80px;
    position: absolute;
    height: 80px;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    opacity: 0.3;
}.online-tools-2f9s .company_holder {
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    margin-bottom: 4rem;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(rgb(198,199,212), 0.3);
    position: relative;
    padding: 2rem;
}.online-tools-2f9s .company_holder::before {
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    left: -5px;
    filter: blur(5px);
    opacity: 0.5;
    z-index: -1;
    position: absolute;
    width: calc(100% + 10px);
    content: "";
    background: linear-gradient(45deg, rgb(198,199,212), transparent 70%);
    top: -5px;
    height: calc(100% + 10px);
}.online-tools-2f9s .company_holder h3 {
    color: #ffffff;
    font-size: calc(38px * 1.2);
    text-shadow: 0 0 10px rgb(198,199,212), 0 0 20px rgb(198,199,212), 0 0 30px rgb(198,199,212);
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
}.online-tools-2f9s .company_holder h3::before {
    opacity: 0.7;
    color: rgb(198,199,212);
    position: absolute;
    left: 2px;
    top: 2px;
    content: attr(data-text);
    filter: blur(1px);
    z-index: -1;
}.online-tools-2f9s .qna-board-DgyL {
    border-left: 2px solid rgb(198,199,212);
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.6;
    padding-left: 1rem;
    font-size: 13px;
    margin-top: 1.5rem;
}.online-tools-2f9s .sustain-cta-lkzx {
    display: flex;
    position: relative;
    justify-content: space-between;
}.online-tools-2f9s .sustain-cta-lkzx::before {
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(198,199,212), transparent);
    height: 1px;
    top: -20px;
    content: "";
}.online-tools-2f9s .main-skill-03kS {
    width: 100%;
    gap: 2rem;
    display: flex;
    justify-content: space-between;
}.online-tools-2f9s .main-master-qcst {
    transition: all 0.3s ease;
    padding: 1.5rem;
    border-bottom: 2px solid rgb(198,199,212);
    border-left: 2px solid rgb(198,199,212);
    flex: 1;
    position: relative;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
}.online-tools-2f9s .main-master-qcst:hover {
    transform: translateY(-5px);
    background: rgba(rgb(198,199,212,0.5), 0.1);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
}.online-tools-2f9s .main-master-qcst h5 {
    position: relative;
    font-size: 21px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: rgb(161,163,179);
    letter-spacing: 2px;
    text-transform: uppercase;
}.online-tools-2f9s .main-master-qcst h5::after {
    height: 2px;
    left: 0;
    bottom: -8px;
    background: rgb(198,199,212);
    position: absolute;
    width: 40px;
    content: "";
    box-shadow: 0 0 10px rgb(198,199,212);
}.online-tools-2f9s .main-master-qcst .main-skill-03kS {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.online-tools-2f9s .main-master-qcst .main-skill-03kS a {
    padding: 0.5rem 0 0.5rem 1.5rem;
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 13px;
    position: relative;
    opacity: 0.7;
}.online-tools-2f9s .main-master-qcst .main-skill-03kS a::before {
    left: 0;
    font-size: 0.8em;
    content: "//";
    transition: all 0.3s ease;
    position: absolute;
    color: rgb(198,199,212);
}.online-tools-2f9s .main-master-qcst .main-skill-03kS a:hover {
    color: rgb(198,199,212);
    opacity: 1;
    text-shadow: 0 0 5px rgb(198,199,212);
}.online-tools-2f9s .main-master-qcst .main-skill-03kS a:hover::before {
    color: rgb(161,163,179);
}.syllabus-ref-i3JB {
    margin-top: 3rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 1.5rem 0;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
}.syllabus-ref-i3JB::before {
    background-image: 
        linear-gradient(90deg, transparent, rgb(198,199,212), transparent);
    height: 1px;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
}.syllabus-ref-i3JB .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.syllabus-ref-i3JB .chrome-ext-B3bK {
    letter-spacing: 1px;
    text-align: center;
    opacity: 0.7;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
}.syllabus-ref-i3JB .chrome-ext-B3bK::before,
.syllabus-ref-i3JB .chrome-ext-B3bK::after {
    margin: 0 10px;
    content: "//";
    color: rgb(198,199,212);
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(198,199,212), 0 0 20px rgb(198,199,212);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.online-tools-2f9s .sustain-cta-lkzx {
    flex-direction: column;
}.online-tools-2f9s .main-skill-03kS {
    flex-direction: column;
}.online-tools-2f9s .main-master-qcst {
    width: 100%;
    margin-bottom: 1rem;
}.syllabus-ref-i3JB {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.online-tools-2f9s {
    padding: 4rem 0 2rem;
}.online-tools-2f9s .company_holder {
    margin-bottom: 3rem;
    padding: 1.5rem;
}.online-tools-2f9s .company_holder h3 {
    font-size: 38px;
}.online-tools-2f9s .main-master-qcst h5 {
    font-size: calc(21px * 0.9);
}.syllabus-ref-i3JB {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    margin-top: 2rem;
    padding: 1.2rem 0;
}
}

@media screen and (max-width: 576px) {.online-tools-2f9s {
    padding: 3rem 0 2rem;
}.online-tools-2f9s .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.online-tools-2f9s .company_holder h3 {
    font-size: calc(38px * 0.85);
    letter-spacing: 1px;
}.online-tools-2f9s .qna-board-DgyL {
    font-size: calc(13px * 0.9);
}.online-tools-2f9s .main-master-qcst {
    padding: 1rem;
}.online-tools-2f9s .main-master-qcst .main-skill-03kS a {
    font-size: calc(13px * 0.9);
}.syllabus-ref-i3JB {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    padding: 1rem 0;
}.syllabus-ref-i3JB .chrome-ext-B3bK::before,
    .syllabus-ref-i3JB .chrome-ext-B3bK::after {
    display: none;
}}.contact-information-GbXs {
    position: relative;
    background: linear-gradient(135deg, rgb(234,235,239) 0%, rgba(16, 22, 47, 0.95) 100%);
    padding: 120px 0;
    overflow: hidden;
}.contact-information-GbXs::before {
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    background-size: 20px 20px, 20px 20px;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(198,199,212), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(161,163,179), 0.04) 50%, transparent 100%);
    animation: gridMove 20s linear infinite;
    height: 100%;
}.contact-information-GbXs::after {
    opacity: 0.6;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 0;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(198,199,212), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(161,163,179), 0.15) 0%, 
        transparent 50%
    );
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.contact-information-GbXs .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.contact-information-GbXs h2 {
    position: relative;
    text-align: center;
    font-size: 34px;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}.contact-information-GbXs h2::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(198,199,212), rgb(161,163,179));
    bottom: -15px;
    position: absolute;
    border-radius: 1.5px;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    left: 50%;
}.contact-information-GbXs .inquiry-block-EM8W {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 30px;
    margin-top: 60px;
}.contact-information-GbXs .inquiry-block-EM8W::before {
    border: 1px solid rgba(rgb(198,199,212), 0.2);
    height: 100%;
    top: -8px;
    z-index: -1;
    content: "";
    border-radius: 29px;
    position: absolute;
    left: -8px;
    width: 100%;
}.contact-information-GbXs .inquiry-block-EM8W::after {
    content: "";
    z-index: -1;
    border: 1px solid rgba(rgb(161,163,179), 0.2);
    width: 100%;
    height: 100%;
    bottom: -8px;
    right: -8px;
    border-radius: 29px;
    position: absolute;
}.contact-information-GbXs .img-center-align-eCBH {
    border-radius: 29px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    height: 100%;
    overflow: hidden;
    min-height: 550px;
}.contact-information-GbXs .img-center-align-eCBH::before {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    top: 0;
}.contact-information-GbXs .img-center-align-eCBH::after {
    z-index: 2;
    border-top: 2px solid rgba(rgb(198,199,212), 0.6);
    top: 20px;
    content: "";
    width: 60px;
    position: absolute;
    right: 20px;
    height: 60px;
    border-right: 2px solid rgba(rgb(198,199,212), 0.6);
}.contact-information-GbXs .query-message-bg9l {
    padding: 50px;
    border-radius: 29px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
}.contact-information-GbXs .query-message-bg9l::before {
    left: 20px;
    border-left: 2px solid rgba(rgb(161,163,179), 0.6);
    border-bottom: 2px solid rgba(rgb(161,163,179), 0.6);
    bottom: 20px;
    width: 60px;
    position: absolute;
    height: 60px;
    content: "";
}.contact-information-GbXs form {
    width: 100%;
}.contact-information-GbXs form h3 {
    font-weight: 600;
    padding-left: 20px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 30px;
    position: relative;
}.contact-information-GbXs form h3::before {
    background: rgb(198,199,212);
    width: 3px;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    border-radius: 10px;
}.contact-information-GbXs form input[type="text"] {
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    margin-bottom: 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    padding: 18px 25px;
}.contact-information-GbXs form input[type="text"]:focus {
    outline: none;
    border-color: rgb(198,199,212);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 15px rgba(rgb(198,199,212), 0.2);
}.contact-information-GbXs form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact-information-GbXs .support-query-Gu6F {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact-information-GbXs .support-query-Gu6F input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-information-GbXs .support-query-Gu6F label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}.contact-information-GbXs .support-query-Gu6F label::before {
    transition: all 0.3s ease;
    content: "";
    border-radius: 10px;
    width: 22px;
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    height: 22px;
    top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
}.contact-information-GbXs .support-query-Gu6F input[type="checkbox"]:checked + label::before {
    border-color: rgb(198,199,212);
    background: rgb(198,199,212);
}.contact-information-GbXs .support-query-Gu6F input[type="checkbox"]:checked + label::after {
    left: 8px;
    top: 6px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    height: 10px;
    width: 6px;
    content: "";
}.contact-information-GbXs .support-query-Gu6F label a {
    font-weight: 600;
    color: rgb(198,199,212);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}.contact-information-GbXs .support-query-Gu6F label a:hover {
    color: rgb(161,163,179);
}.contact-information-GbXs form .feedback-message-XAj1 {
    cursor: pointer;
    display: inline-block;
    transition: all 0.4s ease;
    font-size: 18px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(198,199,212), rgb(161,163,179));
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-weight: 600;
    padding: 16px 40px;
    border-radius: 10px;
    border: none;
}.contact-information-GbXs form .feedback-message-XAj1::before {
    height: 100%;
    position: absolute;
    left: -100%;
    z-index: -1;
    top: 0;
    transition: all 0.4s ease;
    width: 100%;
    background: linear-gradient(45deg, rgb(161,163,179), rgb(198,199,212));
    content: "";
}.contact-information-GbXs form .feedback-message-XAj1:hover::before {
    left: 0;
}.contact-information-GbXs form .feedback-message-XAj1:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.contact-information-GbXs svg {
    height: 22px;
    width: 22px;
    fill: rgb(198,199,212);
}.contact-information-GbXs svg path {
    fill: rgb(198,199,212);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.contact-information-GbXs {
    padding: 90px 0;
}.contact-information-GbXs .inquiry-block-EM8W {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact-information-GbXs .img-center-align-eCBH {
    min-height: 400px;
}.contact-information-GbXs .query-message-bg9l {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact-information-GbXs {
    padding: 70px 0;
}.contact-information-GbXs h2 {
    font-size: calc(34px * 0.9);
}.contact-information-GbXs .img-center-align-eCBH {
    min-height: 350px;
}.contact-information-GbXs .img-center-align-eCBH::after,
    .contact-information-GbXs .query-message-bg9l::before {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.contact-information-GbXs {
    padding: 50px 0;
}.contact-information-GbXs h2 {
    font-size: calc(34px * 0.8);
}.contact-information-GbXs .inquiry-block-EM8W {
    margin-top: 40px;
}.contact-information-GbXs .img-center-align-eCBH {
    min-height: 250px;
}.contact-information-GbXs .query-message-bg9l {
    padding: 30px 20px;
}.contact-information-GbXs form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.contact-information-GbXs form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-information-GbXs form .feedback-message-XAj1 {
    width: 100%;
    padding: 15px 20px;
}}.confidential-lockup-ilIC {
    color: #000000;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    padding: 40px;
    background-color: rgb(234,235,239);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}.confidential-lockup-ilIC h1 {
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 2px solid rgb(198,199,212,0.5);
    font-size: 46px;
    color: rgb(198,199,212);
    margin-bottom: 20px;
}.confidential-lockup-ilIC h2 {
    font-size: 33px;
    color: rgb(161,163,179);
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: 600;
}.confidential-lockup-ilIC h3,
.confidential-lockup-ilIC h4,
.confidential-lockup-ilIC h5,
.confidential-lockup-ilIC h6 {
    font-weight: 400;
    margin-top: 20px;
    color: rgb(161,163,179,0.5);
}.confidential-lockup-ilIC ul {
    padding: 0;
    margin: 20px 0;
    list-style: none;
}.confidential-lockup-ilIC ul li {
    border-left: 4px solid rgb(198,199,212);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
}.confidential-lockup-ilIC ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}.confidential-lockup-ilIC ol li {
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px 15px 10px 40px;
}.confidential-lockup-ilIC ol li:before {
    background-color: rgb(198,199,212);
    justify-content: center;
    transform: translateY(-50%);
    width: 25px;
    counter-increment: li;
    border-radius: 50%;
    content: counter(li);
    position: absolute;
    left: 10px;
    height: 25px;
    top: 50%;
    display: flex;
    align-items: center;
    color: #ffffff;
}.confidential-lockup-ilIC p {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 300;
}.confidential-lockup-ilIC span {
    color: rgb(198,199,212);
    font-weight: 600;
}.confidential-lockup-ilIC div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.confidential-lockup-ilIC {
    padding: 20px;
}.confidential-lockup-ilIC h1 {
    font-size: calc(20px * 0.8);
}.confidential-lockup-ilIC h2 {
    font-size: calc(20px * 0.8);
}.confidential-lockup-ilIC ul li,
    .confidential-lockup-ilIC ol li {
    padding: 10px;
}.confidential-lockup-ilIC ol li:before {
    width: 20px;
    height: 20px;
    font-size: 0.8em;
}.confidential-lockup-ilIC p {
    font-size: calc(13px * 0.9);
}}header {
    background: #ffffff;
    position: relative;
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    width: 100%;
    z-index: 100;
}header::before {
    position: absolute;
    width: 35%;
    content: '';
    z-index: 0;
    background: linear-gradient(135deg, rgb(198,199,212), rgb(161,163,179));
    height: 100%;
    top: 0;
    left: 0;
}header .container {
    max-width: 100%;
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}header .main-class-uc8U {
    align-items: stretch;
    height: 100%;
    display: flex;
}header .site-nav-C8pA {
    text-decoration: none;
    width: 35%;
    position: relative;
    padding: 1.2rem 0;
    justify-content: center;
    display: flex;
    align-items: center;
}header .site-nav-C8pA svg {
    width: 150px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    height: auto;
}header .site-nav-C8pA:hover svg {
    transform: scale(1.05);
}header .main-master-qcst {
    position: relative;
    justify-content: flex-start;
    display: flex;
    padding: 1.2rem 3%;
    gap: 0.5rem;
    width: 65%;
    align-items: center;
}header .main-master-qcst::before {
    left: 0;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(198,199,212,0.5), transparent);
    width: 1px;
    top: 0;
    height: 100%;
    position: absolute;
}header .main-pagebar-RA4z {
    background: #ffffff;
    font-size: 17px;
    position: relative;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    border-radius: 10px;
    z-index: 1;
    color: #000000;
    overflow: hidden;
    text-decoration: none;
}header .main-pagebar-RA4z::before {
    left: 0;
    z-index: -1;
    position: absolute;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(198,199,212,0.5), rgb(161,163,179,0.5));
    height: 100%;
    width: 100%;
    content: '';
    opacity: 0;
    border-radius: 10px;
    top: 0;
}header .main-pagebar-RA4z:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateY(-2px);
}header .main-pagebar-RA4z:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .site-nav-C8pA {
    padding: 1rem 0;
    width: 30%;
}header .site-nav-C8pA svg {
    width: 130px;
}header .main-master-qcst {
    width: 70%;
    padding: 1rem 2.5%;
    gap: 0.5rem;
}header .main-pagebar-RA4z {
    font-size: calc(17px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    background: rgb(234,235,239);
}header::before {
    width: 100%;
    bottom: 50%;
    height: auto;
    top: 0;
}header .main-class-uc8U {
    flex-direction: column;
    align-items: center;
}header .site-nav-C8pA {
    width: 100%;
    padding: 0.8rem 0;
}header .site-nav-C8pA svg {
    width: 120px;
}header .main-master-qcst {
    width: 95%;
    padding: 0.8rem 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
}header .main-master-qcst::before {
    height: 1px;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, transparent, rgb(198,199,212,0.5), transparent);
}header .main-pagebar-RA4z {
    padding: 0.5rem 0.9rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
}

@media (max-width: 480px) {header .site-nav-C8pA {
    padding: 0.7rem 0;
}header .site-nav-C8pA svg {
    width: 110px;
}header .main-master-qcst {
    flex-wrap: nowrap;
    width: 100%;
    padding: 0.7rem 2%;
    justify-content: flex-start;
    overflow-x: auto;
}header .main-master-qcst::-webkit-scrollbar {
    height: 3px;
}header .main-master-qcst::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(198,199,212);
}header .main-pagebar-RA4z {
    font-size: calc(17px - 1px);
    margin-right: 2px;
    flex-shrink: 0;
    padding: 0.45rem 0.9rem;
    white-space: nowrap;
}}.course-features-3klO {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(234,235,239) 40%, rgb(161,163,179,0.5) 100%);
}.course-features-3klO::before {
    z-index: 1;
    animation: float 15s infinite ease-in-out;
    width: 25vw;
    background: radial-gradient(circle at center, rgb(198,199,212,0.5) 0%, transparent 70%);
    right: -5%;
    height: 25vw;
    top: -10%;
    content: "";
    position: absolute;
}.course-features-3klO::after {
    content: "";
    animation: float 18s infinite ease-in-out reverse;
    left: -5%;
    background: radial-gradient(circle at center, rgb(161,163,179,0.5) 0%, transparent 70%);
    z-index: 1;
    position: absolute;
    height: 30vw;
    width: 30vw;
    bottom: -10%;
}.course-features-3klO .container {
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.course-features-3klO h2 {
    position: relative;
    color: #000000;
    text-align: center;
    font-weight: 700;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 35px;
    margin-bottom: 3rem;
    transform: perspective(1000px) rotateX(0deg);
}.course-features-3klO h2::after {
    height: 4px;
    transform: translateX(-50%) scaleX(0.8);
    left: 50%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(198,199,212), rgb(161,163,179));
    bottom: -1rem;
    transition: transform 0.5s ease;
    width: 80px;
}.course-features-3klO:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.course-features-3klO .job-success-8gXt {
    position: relative;
    perspective: 1000px;
    display: grid;
    transform-style: preserve-3d;
    gap: 3rem;
    grid-template-columns: 1fr;
}.course-features-3klO .img-center-align-eCBH {
    height: 400px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateY(0) rotate(0deg);
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 23px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
}.course-features-3klO .img-center-align-eCBH::before {
    height: 100%;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgba(rgb(198,199,212), 0.2) 100%
    );
}.course-features-3klO .img-center-align-eCBH::after {
    border-radius: 50%;
    z-index: 1;
    opacity: 0.7;
    right: -10px;
    height: 70px;
    position: absolute;
    animation: pulse 6s infinite alternate;
    top: -10px;
    background: rgb(198,199,212);
    filter: blur(15px);
    width: 70px;
    content: "";
}.course-features-3klO:hover .img-center-align-eCBH {
    transform: translateY(-10px) rotate(1deg);
}.course-features-3klO .text-element-eXhY {
    overflow-y: auto;
    border-radius: 23px;
    transform: translateZ(0);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    padding: 2.5rem;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.85) 100%
    );
    max-height: 500px;
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.course-features-3klO .text-element-eXhY::-webkit-scrollbar {
    width: 8px;
}.course-features-3klO .text-element-eXhY::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 10px;
}.course-features-3klO .text-element-eXhY::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    border-radius: 10px;
    background: rgb(161,163,179,0.5);
}.course-features-3klO .text-element-eXhY::-webkit-scrollbar-thumb:hover {
    background: rgb(161,163,179);
}.course-features-3klO .text-element-eXhY::before {
    left: 20px;
    width: 60px;
    content: "";
    opacity: 0.6;
    background: rgb(161,163,179,0.5);
    border-radius: 50%;
    z-index: -1;
    top: -30px;
    position: absolute;
    height: 60px;
    filter: blur(25px);
}.course-features-3klO:hover .text-element-eXhY {
    transform: translateZ(20px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.course-features-3klO .description {
    color: #000000;
    animation-delay: 0.2s;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeInUp 0.8s forwards;
    line-height: 1.75;
    font-size: 12px;
    transform: translateY(20px);
}.course-features-3klO .description:last-child {
    margin-bottom: 0;
    animation-delay: 0.4s;
}

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

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(5%, 3%);
    }
    50% {
        transform: translate(-3%, 5%);
    }
    75% {
        transform: translate(3%, -3%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

@media (min-width: 768px) {.course-features-3klO .job-success-8gXt {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.course-features-3klO h2 {
    text-align: left;
    font-size: calc(35px * 1.1);
}.course-features-3klO h2::after {
    transform: translateX(0) scaleX(0.8);
    left: 0;
}.course-features-3klO:hover h2::after {
    transform: translateX(0) scaleX(1);
}.course-features-3klO .img-center-align-eCBH {
    min-height: 450px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 90%);
    height: 100%;
}
}

@media (min-width: 992px) {.course-features-3klO {
    padding: 8rem 0;
}.course-features-3klO .job-success-8gXt {
    gap: 5rem;
}.course-features-3klO h2 {
    margin-bottom: 4rem;
    font-size: calc(35px * 1.2);
}.course-features-3klO .img-center-align-eCBH {
    transform: translateX(-20px) rotate(-1deg);
    min-height: 550px;
}.course-features-3klO:hover .img-center-align-eCBH {
    transform: translateX(-20px) translateY(-10px) rotate(0deg);
}.course-features-3klO .text-element-eXhY {
    max-height: 550px;
    padding: 3rem;
    transform: translateX(20px);
}.course-features-3klO:hover .text-element-eXhY {
    transform: translateX(20px) translateZ(30px);
}
}

@media (min-width: 1200px) {.course-features-3klO .img-center-align-eCBH {
    min-height: 600px;
    transform: translateX(-40px) rotate(-1deg);
}.course-features-3klO:hover .img-center-align-eCBH {
    transform: translateX(-40px) translateY(-15px) rotate(0deg);
}.course-features-3klO .text-element-eXhY {
    max-height: 600px;
    padding: 3.5rem;
    transform: translateX(40px);
}.course-features-3klO:hover .text-element-eXhY {
    transform: translateX(40px) translateZ(40px);
}
}

@media (max-width: 767px) {.course-features-3klO {
    padding: 4rem 0;
}.course-features-3klO h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.9);
}.course-features-3klO .img-center-align-eCBH {
    height: 280px;
}.course-features-3klO .text-element-eXhY {
    padding: 1.5rem;
}.course-features-3klO .description {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}.user-feedback-NtlQ {
    perspective: 1200px;
    background: linear-gradient(145deg, rgb(234,235,239) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}.user-feedback-NtlQ::before {
    top: 0;
    background: radial-gradient(ellipse at 30% 20%, rgb(198,199,212,0.5) 0%, transparent 60%);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.6;
    left: 0;
}.user-feedback-NtlQ .container {
    z-index: 2;
    position: relative;
}.user-feedback-NtlQ h2 {
    font-size: 35px;
    margin-bottom: 3rem;
    text-align: center;
    color: #000000;
    font-weight: 700;
    position: relative;
    transform: translateX(-50%);
    display: inline-block;
    left: 50%;
}.user-feedback-NtlQ h2::after {
    bottom: -15px;
    width: 60%;
    content: "";
    height: 4px;
    background: rgb(198,199,212);
    transform: perspective(500px) rotateX(45deg);
    box-shadow: 0 5px 15px rgb(198,199,212,0.5);
    left: 20%;
    position: absolute;
}.user-feedback-NtlQ .success-stories-FeLR {
    display: flex;
    transform-style: preserve-3d;
    margin: 0 -1rem;
    padding: 3rem 1rem;
    gap: 3rem;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
}.user-feedback-NtlQ .success-stories-FeLR::-webkit-scrollbar {
    height: 8px;
}.user-feedback-NtlQ .success-stories-FeLR::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
}.user-feedback-NtlQ .success-stories-FeLR::-webkit-scrollbar-thumb {
    background: rgb(198,199,212);
    border-radius: 10px;
}.user-feedback-NtlQ .feedback-showcase-GSFT {
    position: relative;
    transform-origin: center center;
    padding: 2rem;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
    border-radius: 18px;
    flex: 0 0 300px;
    background: #ffffff;
    scroll-snap-align: center;
}.user-feedback-NtlQ .feedback-showcase-GSFT::before {
    position: absolute;
    width: 100%;
    opacity: 0.3;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(198,199,212,0.5) 0%, transparent 80%);
    content: "";
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 18px;
}.user-feedback-NtlQ .feedback-showcase-GSFT:nth-child(odd) {
    transform: perspective(1000px) rotateY(-5deg) translateZ(10px);
}.user-feedback-NtlQ .feedback-showcase-GSFT:nth-child(3n+1) {
    transform: perspective(1000px) rotateY(8deg) translateZ(20px);
}.user-feedback-NtlQ .feedback-showcase-GSFT:hover {
    transform: perspective(1000px) rotateY(0) translateZ(50px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    z-index: 10;
}.user-feedback-NtlQ .feedback-showcase-GSFT:hover::before {
    opacity: 0;
}.user-feedback-NtlQ .feedback-showcase-GSFT img {
    border: 3px solid #ffffff;
    width: 80px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    margin-bottom: 1rem;
    object-fit: cover;
    transform: translateX(-1rem);
    height: 80px;
    border-radius: 50%;
}.user-feedback-NtlQ .feedback-showcase-GSFT:hover img {
    box-shadow: 0 15px 25px rgb(198,199,212,0.5);
    transform: translateX(0) translateY(-10px);
}.user-feedback-NtlQ .feedback-showcase-GSFT p {
    font-weight: 600;
    color: #000000;
    margin: 0.5rem 0;
    transition: all 0.3s ease;
    font-size: calc(15px + 0.1rem);
}.user-feedback-NtlQ .feedback-showcase-GSFT .description {
    transition: all 0.3s ease;
    border-left: 3px solid rgb(161,163,179,0.5);
    font-weight: 400;
    margin-top: 1rem;
    position: relative;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    padding-left: 1.5rem;
}.user-feedback-NtlQ .feedback-showcase-GSFT:hover .description {
    border-left-color: rgb(198,199,212);
    padding-left: 1rem;
}

@media (min-width: 768px) {.user-feedback-NtlQ .success-stories-FeLR {
    padding-bottom: 2rem;
}.user-feedback-NtlQ .success-stories-FeLR::after {
    content: "";
    flex: 0 0 1rem;
}
}

@media (max-width: 767px) {.user-feedback-NtlQ {
    padding: 5rem 0;
}.user-feedback-NtlQ h2 {
    margin-bottom: 2.5rem;
    font-size: calc(35px - 0.2rem);
}.user-feedback-NtlQ .success-stories-FeLR {
    gap: 1.5rem;
}.user-feedback-NtlQ .feedback-showcase-GSFT {
    transform: perspective(800px) rotateY(3deg) !important;
    padding: 1.5rem;
    flex: 0 0 250px;
}.user-feedback-NtlQ .feedback-showcase-GSFT:hover {
    transform: perspective(800px) rotateY(0) translateZ(20px) scale(1.03) !important;
}.user-feedback-NtlQ .feedback-showcase-GSFT img {
    width: 60px;
    height: 60px;
}}.greeting-page-7t1w {
    overflow: hidden;
    width: 100%;
    position: relative;
    background-color: rgb(198,199,212);
    height: 100vh;
}.greeting-page-7t1w .knowledge-hub-wPzG {
    z-index: 3;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
}.greeting-page-7t1w .main-welcome-cU2Y {
    left: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    top: 0;
    height: 100%;
}.greeting-page-7t1w .main-welcome-cU2Y::before {
    pointer-events: none;
    background: linear-gradient(
        0deg,
        rgb(198,199,212,0.5) 0%,
        transparent 50%,
        rgb(198,199,212,0.5) 100%
    );
    position: absolute;
    inset: 0;
    content: "";
    z-index: 2;
}.greeting-page-7t1w .main-welcome-cU2Y::after {
    pointer-events: none;
    background: radial-gradient(
        ellipse at center,
        transparent 40%,
        rgb(161,163,179) 100%
    );
    content: "";
    z-index: 2;
    inset: 0;
    opacity: 0.7;
    position: absolute;
}.greeting-page-7t1w .learning-open-wGrE {
    width: 100%;
    display: grid;
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
    animation: grid-shuffle 25s ease-in-out infinite;
    grid-template-rows: repeat(2, 1fr);
}.greeting-page-7t1w .page-primary-xcj6 {
    overflow: hidden;
    position: relative;
    opacity: 1;
    transition: all 0.5s ease;
}.greeting-page-7t1w .page-primary-xcj6:nth-child(1) {
    animation: scale-up 25s infinite ease-in-out;
    grid-area: 1 / 1 / 2 / 2;
}.greeting-page-7t1w .page-primary-xcj6:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
    animation: scale-down 25s infinite ease-in-out;
    animation-delay: 6.25s;
}.greeting-page-7t1w .page-primary-xcj6:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
    animation: scale-up 25s infinite ease-in-out;
    animation-delay: 12.5s;
}.greeting-page-7t1w .page-primary-xcj6:nth-child(4) {
    animation-delay: 18.75s;
    grid-area: 2 / 2 / 3 / 3;
    animation: scale-down 25s infinite ease-in-out;
}.greeting-page-7t1w .learning-open-wGrE:has(.page-primary-xcj6:nth-child(1):nth-last-child(1)) {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}.greeting-page-7t1w .learning-open-wGrE:has(.page-primary-xcj6:nth-child(1):nth-last-child(1)) .page-primary-xcj6:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.greeting-page-7t1w .learning-open-wGrE:has(.page-primary-xcj6:nth-child(2):nth-last-child(1)) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
}.greeting-page-7t1w .learning-open-wGrE:has(.page-primary-xcj6:nth-child(2):nth-last-child(1)) .page-primary-xcj6:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.greeting-page-7t1w .learning-open-wGrE:has(.page-primary-xcj6:nth-child(2):nth-last-child(1)) .page-primary-xcj6:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}.greeting-page-7t1w .learning-open-wGrE:has(.page-primary-xcj6:nth-child(3):nth-last-child(1)) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}.greeting-page-7t1w .learning-open-wGrE:has(.page-primary-xcj6:nth-child(3):nth-last-child(1)) .page-primary-xcj6:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.greeting-page-7t1w .learning-open-wGrE:has(.page-primary-xcj6:nth-child(3):nth-last-child(1)) .page-primary-xcj6:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}.greeting-page-7t1w .learning-open-wGrE:has(.page-primary-xcj6:nth-child(3):nth-last-child(1)) .page-primary-xcj6:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3;
}.greeting-page-7t1w .page-primary-xcj6 img {
    object-fit: cover;
    height: calc(100% + 20px);
    filter: grayscale(30%) brightness(0.8);
    transition: all 0.5s ease;
    margin: -10px;
    width: calc(100% + 20px);
}.greeting-page-7t1w .page-primary-xcj6::before {
    background: linear-gradient(
        rgb(198,199,212,0.5),
        transparent
    );
    z-index: 1;
    transition: opacity 0.5s ease;
    content: "";
    position: absolute;
    inset: 0;
    mix-blend-mode: overlay;
    opacity: 0;
}.greeting-page-7t1w .page-primary-xcj6:nth-child(even)::before {
    background: linear-gradient(
        rgb(161,163,179,0.5),
        transparent
    );
}.greeting-page-7t1w .carousel-auto-slide.active::before {
    opacity: 0.6;
}.greeting-page-7t1w .text-element-eXhY {
    padding: 3rem;
    width: 70%;
    transition: all 0.5s ease;
    text-align: center;
    position: absolute;
    z-index: 5;
    max-width: 800px;
    backdrop-filter: blur(10px);
}.greeting-page-7t1w .text-element-eXhY::before {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    inset: 0;
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}.greeting-page-7t1w .text-element-eXhY::after {
    background-image: 
        linear-gradient(90deg, transparent 30%, rgb(198,199,212) 50%, transparent 70%),
        linear-gradient(180deg, transparent 30%, rgb(161,163,179) 50%, transparent 70%);
    background-position: 0% 0%;
    filter: blur(8px);
    content: "";
    inset: -5px;
    border-radius: 10px;
    opacity: 0.5;
    animation: border-light 5s linear infinite;
    background-size: 200% 200%;
    z-index: -2;
    position: absolute;
}.greeting-page-7t1w .text-element-eXhY h1 {
    font-size: 47px;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
}.greeting-page-7t1w .text-element-eXhY h1::after {
    width: 80px;
    margin: 15px auto 0;
    background: linear-gradient(90deg, rgb(198,199,212), rgb(161,163,179));
    content: "";
    height: 2px;
    display: block;
}.greeting-page-7t1w .text-element-eXhY p {
    line-height: 1.7;
    color: #ffffff;
    opacity: 0.9;
    font-size: 16px;
    margin-bottom: 2rem;
}.greeting-page-7t1w .text-element-eXhY .feedback-message-XAj1 {
    color: #ffffff;
    background-color: rgb(198,199,212);
    transition: all 0.5s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    display: inline-block;
    border-radius: 50px;
    z-index: 1;
    font-weight: 600;
    position: relative;
    padding: 1rem 2.5rem;
    text-decoration: none;
    overflow: hidden;
    font-size: 19px;
}.greeting-page-7t1w .text-element-eXhY .feedback-message-XAj1::before {
    z-index: -1;
    top: 0;
    width: 100%;
    position: absolute;
    background-position: 0% 0%;
    background-size: 200% 100%;
    left: 0;
    transition: all 0.5s ease;
    background: linear-gradient(
        90deg,
        rgb(198,199,212),
        rgb(161,163,179),
        rgb(198,199,212)
    );
    height: 100%;
    content: "";
}.greeting-page-7t1w .text-element-eXhY .feedback-message-XAj1:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}.greeting-page-7t1w .text-element-eXhY .feedback-message-XAj1:hover::before {
    background-position: 100% 0%;
}

@keyframes grid-shuffle {
    0%, 20% {
        transform: rotate(0deg) scale(1.1);
    }
    25%, 45% {
        transform: rotate(5deg) scale(1.15);
    }
    50%, 70% {
        transform: rotate(0deg) scale(1.2);
    }
    75%, 95% {
        transform: rotate(-5deg) scale(1.15);
    }
    100% {
        transform: rotate(0deg) scale(1.1);
    }
}

@keyframes scale-up {
    0%, 5%, 25%, 30%, 50%, 55%, 75%, 80%, 100% {
        opacity: 0.4;
    }
    10%, 15%, 20%, 35%, 40%, 45%, 60%, 65%, 70%, 85%, 90%, 95% {
        opacity: 1;
    }
}

@keyframes scale-down {
    0%, 5%, 25%, 30%, 50%, 55%, 75%, 80%, 100% {
        opacity: 1;
    }
    10%, 15%, 20%, 35%, 40%, 45%, 60%, 65%, 70%, 85%, 90%, 95% {
        opacity: 0.4;
    }
}

@keyframes border-light {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@media (max-width: 992px) {.greeting-page-7t1w .text-element-eXhY {
    padding: 2.5rem;
    width: 80%;
}.greeting-page-7t1w .text-element-eXhY h1 {
    font-size: calc(47px * 0.85);
}.greeting-page-7t1w .text-element-eXhY p {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 768px) {.greeting-page-7t1w .text-element-eXhY {
    padding: 2rem;
    width: 85%;
}.greeting-page-7t1w .text-element-eXhY h1 {
    margin-bottom: 1.2rem;
    font-size: calc(47px * 0.7);
}.greeting-page-7t1w .text-element-eXhY h1::after {
    margin: 10px auto 0;
    width: 60px;
}.greeting-page-7t1w .text-element-eXhY p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}.greeting-page-7t1w .text-element-eXhY .feedback-message-XAj1 {
    padding: 0.8rem 2rem;
}
    
    @keyframes grid-shuffle {
        0%, 20% {
            transform: rotate(0deg) scale(1.05);
        }
        25%, 45% {
            transform: rotate(3deg) scale(1.1);
        }
        50%, 70% {
            transform: rotate(0deg) scale(1.15);
        }
        75%, 95% {
            transform: rotate(-3deg) scale(1.1);
        }
        100% {
            transform: rotate(0deg) scale(1.05);
        }
    }
}

@media (max-width: 576px) {.greeting-page-7t1w .text-element-eXhY {
    width: 90%;
    padding: 1.5rem;
}.greeting-page-7t1w .text-element-eXhY h1 {
    font-size: calc(47px * 0.6);
    margin-bottom: 1rem;
}.greeting-page-7t1w .text-element-eXhY h1::after {
    margin: 8px auto 0;
    width: 50px;
}.greeting-page-7t1w .text-element-eXhY p {
    font-size: calc(16px * 0.85);
    margin-bottom: 1.2rem;
    line-height: 1.5;
}.greeting-page-7t1w .text-element-eXhY .feedback-message-XAj1 {
    font-size: calc(19px * 0.9);
    padding: 0.7rem 1.7rem;
}@keyframes grid-shuffle {
        0%, 20% {
            transform: rotate(0deg) scale(1.03);
        }
        25%, 45% {
            transform: rotate(2deg) scale(1.06);
        }
        50%, 70% {
            transform: rotate(0deg) scale(1.09);
        }
        75%, 95% {
            transform: rotate(-2deg) scale(1.06);
        }
        100% {
            transform: rotate(0deg) scale(1.03);
        }
    }
}.price-plan-itWb {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}.price-plan-itWb::before {
    background-color: rgba(0, 20, 50, 0.85);
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    backdrop-filter: blur(5px);
    z-index: 0;
    right: 0;
    top: 0;
}.price-plan-itWb .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1320px;
    position: relative;
}.price-plan-itWb .payment-scheme-Fdkr {
    perspective: 1200px;
}.price-plan-itWb h2 {
    font-weight: 700;
    position: relative;
    letter-spacing: 0.5px;
    transform: translateZ(30px);
    text-align: center;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
    color: #ffffff;
    font-size: 34px;
}.price-plan-itWb h2::after {
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(198,199,212), rgb(161,163,179));
    box-shadow: 0 2px 10px rgba(rgb(198,199,212,0.5), 0.5);
    bottom: -15px;
    height: 4px;
    left: 50%;
}.price-plan-itWb .study-costs-P3sf {
    margin: 0 auto 3rem;
    max-width: 800px;
    text-align: center;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    transform: translateZ(20px);
    font-size: calc(18px * 1.1);
}.price-plan-itWb .learning-price-fmp3 {
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    display: grid;
    transform-style: preserve-3d;
    gap: 30px;
}.price-plan-itWb .learning-price-fmp3 li {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: perspective(1000px) rotateX(5deg);
}.price-plan-itWb .learning-price-fmp3 li:hover {
    transform: perspective(1000px) rotateX(0) translateY(-10px) scale(1.02);
    z-index: 2;
}.price-plan-itWb .cost-summary-y2iB {
    transform-style: preserve-3d;
    display: block;
    text-decoration: none;
    color: #ffffff;
    height: 100%;
}.price-plan-itWb .trial-offers-JQac {
    border-radius: 2px;
    transform-style: preserve-3d;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.1) inset,
        0 -1px 0 rgba(0, 0, 0, 0.3) inset;
    height: 100%;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, 
        rgba(rgb(198,199,212,0.5), 0.2) 0%, 
        rgba(rgb(198,199,212,0.5), 0.3) 50%, 
        rgba(rgb(198,199,212,0.5), 0.18) 100%);
    position: relative;
}.price-plan-itWb .trial-offers-JQac::before {
    transform: translateZ(10px);
    width: 100%;
    content: "";
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(198,199,212), 
        rgb(161,163,179) 50%, 
        rgb(198,199,212));
}.price-plan-itWb .trial-offers-JQac::after {
    position: absolute;
    transition: opacity 0.5s ease;
    top: -50%;
    content: "";
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    height: 200%;
    left: -50%;
    transform: translateZ(5px);
    width: 200%;
    opacity: 0;
}.price-plan-itWb .cost-summary-y2iB:hover .trial-offers-JQac::after {
    opacity: 1;
}.price-plan-itWb .lesson-plans-ONW5 {
    transform-style: preserve-3d;
    padding: 30px 25px;
    position: relative;
    z-index: 1;
}.price-plan-itWb .lesson-plans-ONW5 h4 {
    transform: translateZ(20px);
    font-weight: 700;
    position: relative;
    font-size: calc(18px * 1.1);
    margin-bottom: 15px;
    color: #ffffff;
    transition: transform 0.4s ease;
}.price-plan-itWb .cost-summary-y2iB:hover .lesson-plans-ONW5 h4 {
    color: rgb(161,163,179);
    transform: translateZ(25px);
}.price-plan-itWb .lesson-plans-ONW5 p {
    font-size: 18px;
    overflow-y: auto;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
    padding-right: 5px;
    position: relative;
    transform: translateZ(15px);
    line-height: 1.7;
    max-height: 220px;
}.price-plan-itWb .lesson-plans-ONW5 p::-webkit-scrollbar {
    width: 3px;
}.price-plan-itWb .lesson-plans-ONW5 p::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(rgb(161,163,179,0.5), 0.6);
}.price-plan-itWb .lesson-plans-ONW5 p::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}.price-plan-itWb .pricing-pack-03eO {
    background: linear-gradient(rgba(rgb(198,199,212,0.5), 0.2), rgba(rgb(198,199,212,0.5), 0.4));
    transform: translateZ(25px);
    color: rgb(161,163,179);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 10px 15px;
    font-weight: 700;
    transition: all 0.3s ease;
    border-radius: 2px;
    margin-top: 20px;
    position: relative;
    display: block;
    font-size: calc(18px * 1.3);
    text-align: center;
}.price-plan-itWb .cost-summary-y2iB:hover .pricing-pack-03eO {
    background: linear-gradient(rgba(rgb(161,163,179,0.5), 0.4), rgba(rgb(161,163,179,0.5), 0.7));
    transform: translateZ(30px) scale(1.05);
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1199px) {.price-plan-itWb {
    padding: 100px 0;
}.price-plan-itWb .learning-price-fmp3 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
}

@media (max-width: 991px) {.price-plan-itWb {
    padding: 80px 0;
}.price-plan-itWb h2 {
    font-size: calc(34px * 0.9);
}.price-plan-itWb .study-costs-P3sf {
    margin-bottom: 2.5rem;
    font-size: 18px;
}.price-plan-itWb .learning-price-fmp3 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.price-plan-itWb .lesson-plans-ONW5 {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.price-plan-itWb {
    padding: 60px 0;
}.price-plan-itWb h2 {
    font-size: calc(34px * 0.8);
}.price-plan-itWb .learning-price-fmp3 {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.price-plan-itWb .learning-price-fmp3 li {
    transform: perspective(800px) rotateX(3deg);
}.price-plan-itWb .pricing-pack-03eO {
    font-size: calc(18px * 1.2);
}
}

@media (max-width: 575px) {.price-plan-itWb {
    padding: 50px 0;
}.price-plan-itWb h2 {
    font-size: calc(34px * 0.7);
}.price-plan-itWb .study-costs-P3sf {
    margin-bottom: 2rem;
    font-size: calc(18px * 0.95);
}.price-plan-itWb .lesson-plans-ONW5 {
    padding: 20px 15px;
}.price-plan-itWb .lesson-plans-ONW5 h4 {
    font-size: 18px;
}.price-plan-itWb .lesson-plans-ONW5 p {
    font-size: calc(18px * 0.9);
    max-height: 180px;
}.price-plan-itWb .pricing-pack-03eO {
    font-size: 18px;
    padding: 8px 12px;
}}.future-attendees-07JA {
    background: linear-gradient(45deg, rgb(234,235,239) 0%, rgb(161,163,179,0.5) 100%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.future-attendees-07JA::before {
    content: "";
    position: absolute;
    opacity: 0.5;
    left: 0;
    background-image: 
        radial-gradient(circle at 75% 25%, rgb(198,199,212,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgb(161,163,179,0.5) 0%, transparent 50%);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}.future-attendees-07JA::after {
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.1;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(198,199,212,0.5) 0,
            rgb(198,199,212,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(161,163,179,0.5) 0,
            rgb(161,163,179,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
}.future-attendees-07JA .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.future-attendees-07JA .knowledge-hub-wPzG {
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.95);
}.future-attendees-07JA .knowledge-hub-wPzG:hover {
    transform: translateY(-10px);
}.future-attendees-07JA h4 {
    background: linear-gradient(120deg, rgb(198,199,212) 0%, rgb(161,163,179) 100%);
    margin: 0;
    text-align: center;
    padding: 35px 30px;
    font-weight: 700;
    color: #ffffff;
    font-size: 31px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}.future-attendees-07JA h4::before {
    position: absolute;
    opacity: 0.5;
    content: "";
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}.future-attendees-07JA div {
    padding: 40px;
    background: #ffffff;
}.future-attendees-07JA div p {
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    font-size: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    color: #000000;
    padding: 20px;
    line-height: 1.6;
    background: #ffffff;
    display: flex;
    z-index: 1;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    font-weight: 400;
    overflow: hidden;
}.future-attendees-07JA div p:last-child {
    margin-bottom: 0;
}.future-attendees-07JA div p::before {
    height: 100%;
    content: "";
    position: absolute;
    width: 4px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgb(198,199,212), rgb(161,163,179));
    transition: all 0.3s ease;
}.future-attendees-07JA div p::after {
    z-index: -1;
    transition: opacity 0.3s ease;
    left: 0;
    opacity: 0;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgba(rgb(198,199,212), 0.05) 0%, 
        rgba(rgb(161,163,179), 0.05) 100%
    );
    width: 100%;
    content: "";
}.future-attendees-07JA div p:hover {
    border-color: rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.future-attendees-07JA div p:hover::before {
    width: 8px;
}.future-attendees-07JA div p:hover::after {
    opacity: 1;
}.future-attendees-07JA div p svg {
    margin-right: 18px;
    min-width: 28px;
    transition: all 0.3s ease;
    width: 28px;
    height: 28px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}.future-attendees-07JA div p:hover svg {
    transform: scale(1.15);
}.future-attendees-07JA div p svg path {
    fill: rgb(198,199,212);
    transition: fill 0.3s ease;
}.future-attendees-07JA div p:hover svg path {
    fill: rgb(161,163,179);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 991px) {.future-attendees-07JA {
    padding: 80px 0;
}.future-attendees-07JA h4 {
    padding: 30px 25px;
    font-size: calc(31px - 2px);
}.future-attendees-07JA div {
    padding: 30px;
}.future-attendees-07JA div p {
    padding: 15px;
    margin-bottom: 15px;
}.future-attendees-07JA div p svg {
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
}

@media (max-width: 767px) {.future-attendees-07JA {
    padding: 60px 0;
}.future-attendees-07JA h4 {
    font-size: calc(31px - 4px);
    padding: 25px 20px;
}.future-attendees-07JA div {
    padding: 25px 20px;
}.future-attendees-07JA div p {
    padding: 12px 15px;
    margin-bottom: 12px;
}.future-attendees-07JA div p svg {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}
}

@media (max-width: 479px) {.future-attendees-07JA {
    padding: 40px 0;
}.future-attendees-07JA h4 {
    padding: 20px 15px;
    font-size: calc(31px - 6px);
}.future-attendees-07JA div {
    padding: 20px 15px;
}.future-attendees-07JA div p {
    margin-bottom: 10px;
    padding: 10px 12px;
    font-size: calc(15px - 1px);
}.future-attendees-07JA div p svg {
    width: 18px;
    margin-right: 10px;
    height: 18px;
    min-width: 18px;
}
}