* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.insta-feed-7 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.head-pagebar-9 {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    max-width: 100%;
    width: 1225px;
    margin: auto;
}.wrapper-container-4 {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing-layout-8 {
    overflow: hidden;
    background: rgb(177,178,185);
    padding: 5rem 0;
    position: relative;
}.pricing-layout-8::before {
    background: linear-gradient(135deg, rgb(78,104,151,0.5), rgb(135,144,166,0.5));
    position: absolute;
    right: -50px;
    filter: blur(60px);
    border-radius: 50%;
    width: 300px;
    content: "";
    height: 300px;
    z-index: 0;
    top: -50px;
}.pricing-layout-8::after {
    left: -50px;
    width: 250px;
    z-index: 0;
    height: 250px;
    bottom: -50px;
    content: "";
    filter: blur(50px);
    background: linear-gradient(225deg, rgb(135,144,166,0.5), rgb(78,104,151,0.5));
    border-radius: 50%;
    position: absolute;
}.pricing-layout-8 .container {
    z-index: 1;
    position: relative;
}.pricing-layout-8 .rate-list-5 {
    gap: 3rem;
    display: flex;
    flex-direction: column-reverse;
}.pricing-layout-8 .learning-pricing-7 {
    max-width: 800px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 0 1rem;
}.pricing-layout-8 .learning-pricing-7 h2 {
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 700;
    font-size: calc(36px * 1.1);
    color: #000000;
}.pricing-layout-8 .learning-pricing-7 h2::after {
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(135,144,166), rgb(78,104,151));
    transform: translateX(-50%);
    width: 80px;
    bottom: -10px;
    content: "";
    height: 3px;
}.pricing-layout-8 .group-rates-3 {
    margin-bottom: 1rem;
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
}.pricing-layout-8 .cost-matrix-0 {
    gap: 2rem;
    perspective: 1000px;
    grid-template-columns: 1fr;
    display: grid;
}.pricing-layout-8 .price-panel-6 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    text-decoration: none;
    display: block;
    position: relative;
}.pricing-layout-8 .price-panel-6:hover {
    transform: translateY(-10px);
}.pricing-layout-8 .package-deal-5 {
    position: relative;
    min-height: 430px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #ffffff;
    justify-content: space-between;
    z-index: 1;
    transition: all 0.4s ease;
    flex-direction: column;
    display: flex;
    border-radius: 10px;
}.pricing-layout-8 .price-panel-6:hover .package-deal-5 {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.pricing-layout-8 .cert-fees-5 {
    z-index: 2;
    position: relative;
    padding: 2rem;
    flex: 1;
}.pricing-layout-8 .price-panel-6 h3 {
    font-weight: 700;
    display: inline-block;
    font-size: calc(22px * 1.1);
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
}.pricing-layout-8 .price-panel-6 h3::before {
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(135,144,166);
    left: 0;
    content: "";
    bottom: -5px;
    width: 40px;
}.pricing-layout-8 .price-panel-6:hover h3::before {
    width: 100%;
}.pricing-layout-8 .price-schemes-4 {
    font-weight: 700;
    display: block;
    margin: 1.5rem 0;
    color: rgb(78,104,151);
    position: relative;
    font-size: calc(22px * 1.4);
}.pricing-layout-8 .price-schemes-4::after {
    left: -10px;
    border-radius: 3px;
    height: 20px;
    width: 3px;
    background: rgb(135,144,166);
    content: "";
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}.pricing-layout-8 .price-panel-6 p {
    font-size: 13px;
    word-wrap: break-word;
    margin-bottom: 1rem;
    overflow-wrap: break-word;
    line-height: 1.6;
    color: #000000;
    hyphens: auto;
}.pricing-layout-8 .image-zoom-6 {
    height: 180px;
    position: relative;
}.pricing-layout-8 .image-zoom-6::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    z-index: 1;
}.pricing-layout-8 .price-panel-6:nth-child(1) .package-deal-5 {
    border-top: 4px solid rgb(135,144,166);
}.pricing-layout-8 .price-panel-6:nth-child(2) .package-deal-5 {
    border-top: 4px solid rgb(78,104,151);
}.pricing-layout-8 .price-panel-6:nth-child(3) .package-deal-5 {
    border-top: 4px solid #6c5ce7;
}.pricing-layout-8 .price-panel-6:nth-child(4) .package-deal-5 {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.pricing-layout-8 .cost-matrix-0 {
    grid-template-columns: repeat(2, 1fr);
}.pricing-layout-8 .package-deal-5 {
    min-height: 480px;
}.pricing-layout-8 .learning-pricing-7 {
    padding: 0 2rem;
}.pricing-layout-8 .learning-pricing-7 h2 {
    font-size: calc(36px * 1.2);
}
}

@media (min-width: 992px) {.pricing-layout-8 .rate-list-5 {
    gap: 4rem;
    align-items: center;
    flex-direction: row;
}.pricing-layout-8 .cost-matrix-0 {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
}.pricing-layout-8 .learning-pricing-7 {
    padding-right: 3rem;
    text-align: left;
    flex: 1;
}.pricing-layout-8 .learning-pricing-7 h2::after {
    left: 0;
    transform: none;
}.pricing-layout-8 .package-deal-5 {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.pricing-layout-8 .cost-matrix-0 {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing-layout-8 .price-panel-6 {
    transform: perspective(1000px) rotateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing-layout-8 .price-panel-6:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.pricing-layout-8 .package-deal-5 {
    transform-style: preserve-3d;
    min-height: 520px;
    backface-visibility: hidden;
}.pricing-layout-8 .image-zoom-6 {
    height: 200px;
}.pricing-layout-8 .price-schemes-4 {
    font-size: calc(22px * 1.6);
}.pricing-layout-8 .learning-pricing-7 h2 {
    font-size: calc(36px * 1.3);
}}.educational-rewards-6 {
    background: linear-gradient(135deg, rgb(177,178,185) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.educational-rewards-6::before {
    background: linear-gradient(45deg, rgb(135,144,166,0.5) 0%, transparent 70%);
    position: absolute;
    top: -100px;
    border-radius: 50%;
    content: "";
    height: 400px;
    filter: blur(60px);
    animation: float 15s infinite alternate ease-in-out;
    right: -100px;
    width: 400px;
}.educational-rewards-6::after {
    animation: float 12s infinite alternate-reverse ease-in-out;
    left: -50px;
    position: absolute;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    filter: blur(50px);
    content: "";
    bottom: -50px;
    background: linear-gradient(225deg, rgb(78,104,151,0.5) 0%, transparent 70%);
}@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    100% {
        transform: translate(30px, 30px) rotate(15deg);
    }
}

.educational-rewards-6 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.educational-rewards-6 .knowledge-zone-9 {
    border-radius: 13px;
    display: flex;
    border-left: 3px solid rgb(135,144,166);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(10px);
    transition: transform 0.4s ease;
    align-items: center;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    gap: 60px;
    transform: perspective(1000px) rotateX(2deg);
}.educational-rewards-6 .knowledge-zone-9:hover {
    transform: perspective(1000px) rotateX(0deg);
}.educational-rewards-6 .image-zoom-6 {
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%);
    max-width: 380px;
    border-radius: 13px;
    width: 40%;
    transform: rotate(-2deg);
    transition: transform 0.5s ease;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.15),
        -10px -10px 20px rgba(255, 255, 255, 0.05);
}.educational-rewards-6 .image-zoom-6:hover {
    transform: rotate(0deg) scale(1.02);
}.educational-rewards-6 .label-holder-4 {
    width: 60%;
}.educational-rewards-6 h3 {
    padding-bottom: 15px;
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
}.educational-rewards-6 h3::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(135,144,166), transparent);
    position: absolute;
    content: "";
    border-radius: 10px;
    bottom: 0;
    width: 80px;
    left: 0;
}.educational-rewards-6 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.educational-rewards-6 li {
    transition: transform 0.3s ease;
    padding-left: 15px;
    margin-bottom: 15px;
}.educational-rewards-6 li:hover {
    transform: translateX(5px);
}.educational-rewards-6 li p {
    align-items: center;
    margin: 0;
    gap: 15px;
    display: flex;
    font-size: 16px;
    color: #000000;
}.educational-rewards-6 svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    height: 24px;
    flex-shrink: 0;
    width: 24px;
}.educational-rewards-6 svg path {
    transition: fill 0.3s ease;
    fill: rgb(135,144,166);
}.educational-rewards-6 li:hover svg path {
    fill: rgb(78,104,151);
}
@media (max-width: 992px) {.educational-rewards-6 {
    padding: 80px 0;
}.educational-rewards-6 .knowledge-zone-9 {
    gap: 40px;
    padding: 30px;
}.educational-rewards-6 h3 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 768px) {.educational-rewards-6 .knowledge-zone-9 {
    gap: 30px;
    flex-direction: column;
}.educational-rewards-6 .image-zoom-6 {
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
}.educational-rewards-6 .label-holder-4 {
    width: 100%;
}
}

@media (max-width: 576px) {.educational-rewards-6 {
    padding: 60px 0;
}.educational-rewards-6 .knowledge-zone-9 {
    padding: 20px;
}.educational-rewards-6 h3 {
    font-size: calc(28px * 0.8);
}.educational-rewards-6 li p {
    font-size: calc(16px * 0.9);
}.educational-rewards-6 svg {
    height: 20px;
    width: 20px;
}}.course-program-0 {
    position: relative;
    padding: 100px 0;
    background: rgb(177,178,185);
    overflow: hidden;
}.course-program-0::before {
    height: 100%;
    content: "";
    opacity: 0.4;
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
    background: 
        linear-gradient(135deg, rgb(135,144,166,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(78,104,151,0.5) 0%, transparent 40%);
    left: 0;
}.course-program-0::after {
    top: 0;
    content: "";
    animation: gridMove 20s linear infinite;
    opacity: 0.2;
    height: 100%;
    z-index: 0;
    left: 0;
    width: 100%;
    position: absolute;
}.course-program-0 .container {
    position: relative;
    z-index: 1;
}.course-program-0 .knowledge-zone-9 {
    min-height: 500px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    position: relative;
}.course-program-0 .image-zoom-6 {
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}.course-program-0 .image-zoom-6::before {
    left: 0;
    mix-blend-mode: multiply;
    content: "";
    height: 100%;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    width: 100%;
    position: absolute;
    top: 0;
}.course-program-0 .skill-route-7 {
    gap: 30px;
    display: grid;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 60% 40%;
    position: relative;
    grid-template-areas: 
        "logo logo"
        "title photo1"
        "desc photo2";
    width: 100%;
    z-index: 2;
}.course-program-0 .top-header-4 {
    justify-content: center;
    grid-area: logo;
    display: flex;
    background: #ffffff;
    box-shadow: 
        0px 10px 30px rgba(0, 0, 0, 0.1),
        0px 4px 10px rgb(135,144,166,0.5);
    height: 80px;
    margin-bottom: 20px;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 80px;
    border-radius: 50%;
    align-items: center;
    position: relative;
    justify-self: center;
    z-index: 10;
}.course-program-0 .top-header-4::before {
    top: -8px;
    position: absolute;
    bottom: -8px;
    animation: spin 10s linear infinite;
    opacity: 0.6;
    right: -8px;
    z-index: -1;
    background: conic-gradient(
        from 0deg, 
        rgb(135,144,166,0.5), 
        rgb(78,104,151,0.5), 
        rgb(135,144,166,0.5)
    );
    content: "";
    border-radius: 50%;
    left: -8px;
}.course-program-0 .top-header-4::after {
    right: -15px;
    animation: pulse 4s ease-in-out infinite;
    opacity: 0.3;
    border-radius: 50%;
    top: -15px;
    bottom: -15px;
    position: absolute;
    left: -15px;
    z-index: -2;
    content: "";
    border: 1px solid rgb(135,144,166,0.5);
}.course-program-0 .top-header-4:hover {
    box-shadow: 
        0px 15px 40px rgba(0, 0, 0, 0.15),
        0px 6px 15px rgb(135,144,166,0.5);
    transform: scale(1.1) rotate(5deg);
}.course-program-0 .top-header-4 svg {
    transition: transform 0.5s ease;
    height: 45px;
    width: 45px;
}.course-program-0 .top-header-4:hover svg {
    transform: rotate(-10deg);
}.course-program-0 .top-header-4 svg path {
    fill: rgb(135,144,166);
    transition: fill 0.3s ease;
}.course-program-0 .top-header-4:hover svg path {
    fill: rgb(78,104,151);
}.course-program-0 h3 {
    color: #000000;
    padding: 30px 40px;
    font-weight: 700;
    transform: translateX(-5%);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    grid-area: title;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    position: relative;
    font-size: 34px;
    background: #ffffff;
    margin: 0;
    transition: all 0.5s ease;
    z-index: 5;
    border-radius: 0 24px 24px 0;
}.course-program-0 h3::before {
    border-radius: 0 10px 10px 0;
    bottom: 10px;
    left: 10px;
    z-index: -1;
    right: 10px;
    position: absolute;
    border: 1px dashed rgb(135,144,166,0.5);
    top: 10px;
    content: "";
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    opacity: 0.5;
}.course-program-0 h3::after {
    position: absolute;
    bottom: 15px;
    width: 60px;
    transition: width 0.4s ease;
    left: 40px;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(135,144,166), rgb(78,104,151));
    border-radius: 10px;
}.course-program-0 .skill-route-7:hover h3 {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(0%);
}.course-program-0 .skill-route-7:hover h3::after {
    width: 100px;
}.course-program-0 p {
    transform: translateX(-10%);
    z-index: 4;
    transition: all 0.5s ease 0.1s;
    line-height: 1.8;
    color: #000000;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: 14px;
    border-radius: 0 24px 24px 0;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    padding-right: 70px;
    padding: 35px 40px;
    grid-area: desc;
    background: #ffffff;
    margin: 0;
}.course-program-0 p::before {
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    right: 10px;
    top: 10px;
    opacity: 0.5;
    border: 1px dashed rgb(78,104,151,0.5);
    left: 10px;
    border-radius: 0 10px 10px 0;
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 10px;
}.course-program-0 .skill-route-7:hover p {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(-5%);
}.course-program-0 .image-zoom-6::after {
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
    mix-blend-mode: multiply;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
}.course-program-0 .skill-route-7::after {
    content: "";
    height: 100%;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    border-radius: 24px 0 0 24px;
    background: inherit;
    background-position: center bottom;
    z-index: 2;
    position: relative;
    transform: translateX(15%);
    transition: all 0.5s ease 0.1s;
    background-size: cover;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    grid-area: photo2;
}.course-program-0 .skill-route-7:hover::before {
    transform: translateX(5%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}.course-program-0 .skill-route-7:hover::after {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(10%);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.course-program-0 {
    padding: 80px 0;
}.course-program-0 .skill-route-7 {
    grid-template-columns: 55% 45%;
    gap: 25px;
}.course-program-0 h3 {
    font-size: calc(34px - 2px);
    padding: 25px 35px;
}.course-program-0 p {
    padding: 30px 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.course-program-0 {
    padding: 70px 0;
}.course-program-0 .knowledge-zone-9 {
    min-height: auto;
}.course-program-0 .skill-route-7 {
    grid-template-areas: 
            "logo logo"
            "title title"
            "desc desc"
            "photo1 photo2";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto 250px;
    gap: 20px;
}.course-program-0 h3 {
    padding: 25px 30px;
    font-size: calc(34px - 4px);
    transform: none;
    border-radius: 24px;
    clip-path: none;
}.course-program-0 h3::before {
    border-radius: 10px;
    clip-path: none;
}.course-program-0 p {
    border-radius: 24px;
    transform: none;
    clip-path: none;
    padding: 25px 30px;
}.course-program-0 p::before {
    clip-path: none;
    border-radius: 10px;
}.course-program-0 .skill-route-7::before,
    .course-program-0 .skill-route-7::after {
    height: 250px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
    border-radius: 24px;
    transform: none;
}.course-program-0 .skill-route-7::after {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}.course-program-0 .skill-route-7:hover h3,
    .course-program-0 .skill-route-7:hover p,
    .course-program-0 .skill-route-7:hover::before,
    .course-program-0 .skill-route-7:hover::after {
    transform: none;
}.course-program-0 .top-header-4 {
    margin-bottom: 15px;
    height: 70px;
    width: 70px;
}.course-program-0 .top-header-4 svg {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 767px) {.course-program-0 {
    padding: 60px 0;
}.course-program-0 .knowledge-zone-9 {
    min-height: auto;
}.course-program-0 .skill-route-7 {
    grid-template-rows: auto auto auto 200px;
    gap: 15px;
    grid-template-columns: 1fr;
    grid-template-areas: 
            "logo"
            "title"
            "desc"
            "photo1";
}.course-program-0 h3 {
    border-radius: 24px;
    transform: none;
    padding: 20px 25px;
    font-size: calc(34px - 6px);
    clip-path: none;
}.course-program-0 h3::before {
    display: none;
}.course-program-0 h3::after {
    bottom: 10px;
    left: 25px;
    width: 50px;
    height: 2px;
}.course-program-0 p {
    padding: 20px 25px;
    border-radius: 24px;
    font-size: calc(14px - 1px);
    transform: none;
    line-height: 1.6;
    clip-path: none;
}.course-program-0 p::before {
    display: none;
}.course-program-0 .skill-route-7::before {
    height: 200px;
    clip-path: none;
    transform: none;
    border-radius: 24px;
}.course-program-0 .skill-route-7::after {
    display: none;
}.course-program-0 .skill-route-7:hover h3,
    .course-program-0 .skill-route-7:hover p,
    .course-program-0 .skill-route-7:hover::before {
    transform: none;
}.course-program-0 .top-header-4 {
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
}.course-program-0 .top-header-4::before,
    .course-program-0 .top-header-4::after {
    display: none;
}.course-program-0 .top-header-4 svg {
    width: 35px;
    height: 35px;
}}.cookie-warning-window-6 {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 90;
    border-top: 3px solid rgb(135,144,166);
    padding: 15px 20px;
    width: 100%;
    background: rgb(78,104,151);
    position: fixed;
    bottom: 0;
}.online-cookies-1 {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}.user-status-3 {
    flex-shrink: 0;
    margin-right: 20px;
}.user-status-3 svg {
    fill: rgb(135,144,166);
    width: 50px;
    height: 50px;
}.learn-cookies-7 {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    justify-content: center;
}.cookie-warning-window-6 h5 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}.cookie-warning-window-6 p {
    color: #000000;
    font-size: 17px;
    line-height: 1.5;
}.cookie-overlay-2 {
    min-width: 150px;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid rgb(135,144,166);
    padding: 10px 20px;
    text-decoration: none;
    margin-left: 10px;
    text-align: center;
    transition: none;
    color: #ffffff;
    flex-shrink: 0;
    font-size: 18px;
    background: rgb(135,144,166);
}.cookie-overlay-2:hover {
    background: rgb(135,144,166,0.5);
    border-color: rgb(135,144,166,0.5);
}.cookie-warning-window-6 p a {
    border-bottom: 2px solid rgb(135,144,166);
    text-decoration: none;
    color: rgb(135,144,166);
}.cookie-warning-window-6 p a:hover {
    color: rgb(78,104,151);
    border-bottom-color: rgb(78,104,151);
}
@media only screen and (max-width: 1200px) {.cookie-warning-window-6 {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.user-status-3 {
    display: none;
}.online-cookies-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie-warning-window-6 h5, .cookie-warning-window-6 p {
    text-align: center;
}.learn-cookies-7 {
    margin-bottom: 15px;
}.cookie-overlay-2 {
    margin-left: 0;
    margin-top: 10px;
}}
#overlayConsentInfo-6 {
    display: none;
}#overlayConsentInfo-6:checked ~ .cookie-warning-window-6 {
    opacity: 0;
    visibility: hidden;
}.experience-trial-2 {
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgb(78,104,151,0.5), rgb(135,144,166,0.5));
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.experience-trial-2::before {
    width: 200%;
    content: "";
    top: -50%;
    z-index: -1;
    animation: subtleRotate 40s linear infinite;
    position: absolute;
    height: 200%;
    left: -50%;
    transform: rotate(-15deg);
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
    opacity: 0.05;
}.experience-trial-2::after {
    position: absolute;
    bottom: 0;
    content: "";
    z-index: -1;
    width: 100%;
    opacity: 0.1;
    background: linear-gradient(to top, rgb(135,144,166,0.5) 0%, transparent 100%);
    right: 0;
    height: 40%;
}.experience-trial-2 .container {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.experience-trial-2 h2 {
    opacity: 1;
    animation: fadeUpIn 0.8s ease-out forwards;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    font-size: 38px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 2.5rem;
    color: #000000;
    font-weight: 700;
    transform: translateY(0);
}.experience-trial-2 h2::after {
    background: linear-gradient(90deg, rgb(135,144,166), rgb(78,104,151));
    transform-origin: left;
    width: 5rem;
    position: absolute;
    transform: scaleX(1);
    content: "";
    height: 3px;
    left: 0;
    bottom: -0.75rem;
}.experience-trial-2 .knowledge-zone-9 {
    display: flex;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06), 
                0 2px 5px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    border-radius: 100px;
    gap: 2rem;
    animation: slideUpIn 0.9s ease-out forwards;
    align-items: center;
    background: #ffffff;
    transform: translateY(0);
    padding: 2.5rem 3rem;
}.experience-trial-2 .knowledge-zone-9::before {
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
    z-index: -1;
    top: 0;
    position: absolute;
    border-radius: 100px;
    height: 100%;
    opacity: 0.6;
}.experience-trial-2 svg {
    transform: translateY(0) rotate(0);
    height: 64px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 64px;
    flex-shrink: 0;
}.experience-trial-2 svg:hover {
    transform: translateY(-5px) rotate(5deg);
}.experience-trial-2 svg path {
    transition: fill 0.3s ease, transform 0.5s ease;
    fill: rgb(135,144,166);
}.experience-trial-2 svg:hover path {
    transform: scale(1.05);
    fill: rgb(78,104,151);
}.experience-trial-2 .knowledge-zone-9 div {
    justify-content: flex-end;
    flex-grow: 1;
    display: flex;
}.experience-trial-2 .help-help-7 {
    align-items: center;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.3s ease;
    padding: 1rem 2.5rem;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    font-weight: 600;
    justify-content: center;
    z-index: 1;
    border-radius: 28px;
    font-size: 17px;
    display: inline-flex;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(135,144,166), rgb(78,104,151));
}.experience-trial-2 .help-help-7::before {
    position: absolute;
    transition: left 0.6s ease;
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    width: 100%;
    z-index: -1;
}.experience-trial-2 .help-help-7:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(rgb(135,144,166,0.5), 0.3),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}.experience-trial-2 .help-help-7:hover::before {
    left: 100%;
}.experience-trial-2 .help-help-7:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: translateY(0);
}

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

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

@keyframes subtleRotate {
    0% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(345deg);
    }
}

@media (max-width: 1024px) {.experience-trial-2 {
    padding: 4rem 0;
}.experience-trial-2 h2 {
    font-size: calc(38px * 0.9);
}.experience-trial-2 .knowledge-zone-9 {
    padding: 2rem;
}
}

@media (max-width: 768px) {.experience-trial-2 {
    padding: 3.5rem 0;
}.experience-trial-2 h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.experience-trial-2 .knowledge-zone-9 {
    gap: 1.5rem;
    flex-direction: column;
    padding: 2rem 1.5rem;
}.experience-trial-2 .knowledge-zone-9 div {
    justify-content: center;
    width: 100%;
}.experience-trial-2 svg {
    width: 48px;
    height: 48px;
}.experience-trial-2 .help-help-7 {
    width: 100%;
    padding: 0.875rem 1.5rem;
}
}

@media (max-width: 480px) {.experience-trial-2 {
    padding: 3rem 0;
}.experience-trial-2 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.7);
}.experience-trial-2 .container {
    padding: 0 1.25rem;
}.experience-trial-2 .knowledge-zone-9 {
    padding: 1.5rem 1.25rem;
}.experience-trial-2 svg {
    width: 40px;
    height: 40px;
}.experience-trial-2 .help-help-7 {
    font-size: calc(17px * 0.9);
}}.who-we-are-1 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.who-we-are-1::before {
    top: 0;
    background: linear-gradient(135deg, rgb(135,144,166,0.5), rgb(78,104,151,0.5));
    left: 0;
    position: absolute;
    opacity: 0.92;
    height: 100%;
    width: 100%;
    z-index: 1;
    content: "";
}.who-we-are-1 .container {
    margin: 0 auto;
    grid-template-columns: 1fr;
    display: grid;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    grid-gap: 40px;
    z-index: 2;
}.who-we-are-1 h2 {
    animation: slideInTitle 0.8s ease-out forwards;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: calc(32px * 1.2);
    transform: translateX(-10px);
    margin: 0 0 30px;
    opacity: 0;
}.who-we-are-1 h2::after {
    height: 3px;
    position: absolute;
    bottom: -12px;
    background: rgb(78,104,151);
    animation: expandLine 1s 0.5s ease-in-out forwards;
    width: 80px;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    left: 0;
}.who-we-are-1 .label-holder-4 {
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 1s 0.3s ease-out forwards;
    position: relative;
    padding: 40px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.who-we-are-1 .label-holder-4::before {
    left: 0;
    transform-origin: top;
    animation: expandVertical 0.8s 0.7s ease-out forwards;
    position: absolute;
    width: 5px;
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(135,144,166), rgb(78,104,151));
    content: "";
    height: 100%;
    top: 0;
}.who-we-are-1 .label-holder-4 > div {
    grid-gap: 25px;
    display: grid;
    grid-template-columns: 1fr;
}.who-we-are-1 .label-holder-4 p {
    color: rgb(135,144,166);
    margin: 0;
    transform: translateX(-10px);
    position: relative;
    font-weight: 600;
    opacity: 0;
    font-size: calc(14px * 1.4);
    padding-bottom: 10px;
    animation: slideInText 0.8s 0.4s ease-out forwards;
}.who-we-are-1 .label-holder-4 p::after {
    background: rgb(78,104,151);
    height: 2px;
    content: "";
    left: 0;
    width: 40px;
    animation: expandLine 0.6s 0.9s ease-out forwards;
    position: absolute;
    bottom: 0;
    transform-origin: left;
    transform: scaleX(0);
}.who-we-are-1 .label-holder-4 div div {
    font-size: 14px;
    transform: translateY(15px);
    opacity: 0;
    column-gap: 40px;
    color: #000000;
    column-count: 1;
    line-height: 1.8;
    animation: fadeIn 1s 0.6s ease-out forwards;
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInText {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

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

@media (min-width: 768px) {.who-we-are-1 {
    padding: 150px 0;
}.who-we-are-1 .container {
    grid-template-columns: 1fr;
    grid-gap: 60px;
}.who-we-are-1 h2 {
    margin-bottom: 40px;
    font-size: calc(32px * 1.5);
}.who-we-are-1 h2::after {
    height: 4px;
    width: 120px;
}.who-we-are-1 .label-holder-4 {
    transform: perspective(1000px) rotateY(0deg);
    padding: 60px;
    transition: transform 0.5s ease-out;
}.who-we-are-1 .label-holder-4:hover {
    transform: perspective(1000px) rotateY(1deg);
}.who-we-are-1 .label-holder-4 > div {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.who-we-are-1 .label-holder-4 p {
    font-size: calc(14px * 1.6);
}.who-we-are-1 .label-holder-4 div div {
    column-gap: 50px;
    column-count: 2;
}
}

@media (min-width: 1024px) {.who-we-are-1 {
    padding: 180px 0;
}.who-we-are-1 .container {
    grid-template-columns: 1fr;
    padding: 0 30px;
}.who-we-are-1 .label-holder-4 {
    margin-left: -40px;
    width: calc(100% + 40px);
    padding: 70px;
}.who-we-are-1 .label-holder-4::after {
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    height: 150px;
    position: absolute;
    width: 150px;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(135,144,166,0.5), 0.05) 50%);
}.who-we-are-1 .label-holder-4 p {
    padding-bottom: 15px;
    font-size: calc(14px * 1.8);
}.who-we-are-1 .label-holder-4 div div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.who-we-are-1 {
    padding: 200px 0;
}.who-we-are-1::after {
    height: 250px;
    background: radial-gradient(circle, rgb(78,104,151,0.5) 0%, transparent 70%);
    transform: translateY(-50%);
    z-index: 1;
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 250px;
    opacity: 0.15;
}.who-we-are-1 .container {
    padding: 0 40px;
    max-width: 1400px;
}.who-we-are-1 h2 {
    margin-bottom: 50px;
    font-size: calc(32px * 1.8);
}.who-we-are-1 .label-holder-4 {
    margin-left: -80px;
    display: flex;
    width: calc(100% + 80px);
    padding: 80px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.who-we-are-1 .label-holder-4 > div {
    grid-template-columns: 1fr;
    max-width: 90%;
    grid-gap: 35px;
}.who-we-are-1 .label-holder-4 div div {
    column-count: 2;
    column-gap: 60px;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.who-we-are-1 {
    padding: 80px 0;
}.who-we-are-1 .container {
    padding: 0 15px;
}.who-we-are-1 h2 {
    font-size: 32px;
    margin-bottom: 25px;
}.who-we-are-1 .label-holder-4 {
    padding: 25px;
}.who-we-are-1 .label-holder-4 p {
    font-size: calc(14px * 1.2);
}.who-we-are-1 .label-holder-4 div div {
    font-size: 14px;
    line-height: 1.6;
}}footer {
    width: 100%;
    position: relative;
}footer .insta-feed-7 {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(135,144,166), rgb(78,104,151));
    position: relative;
    color: #ffffff;
    padding: 120px 0 30px;
}footer .insta-feed-7::before {
    left: 0;
    content: "";
    height: 100px;
    opacity: 0.25;
    background: #ffffff;
    transform: rotateX(180deg);
    width: 100%;
    position: absolute;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}footer .insta-feed-7::after {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    height: 50px;
    background: #ffffff;
    left: 0;
    width: 100%;
    content: "";
    opacity: 0.15;
    position: absolute;
    bottom: 0;
}footer .proposal-cta-6 {
    position: relative;
    z-index: 1;
}footer .assist-experts-9 {
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    display: flex;
}footer .info_item {
    overflow: hidden;
    max-width: 300px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    border-radius: 40px;
    flex: 1 1 200px;
    height: 80px;
    transition: all 0.3s ease;
    padding: 0 25px;
}footer .info_item::before {
    content: "";
    left: -100%;
    opacity: 0.1;
    background: #ffffff;
    position: absolute;
    animation: waveAnimation 15s linear infinite;
    z-index: -1;
    height: 100%;
    width: 100%;
}@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

footer .info_item:hover {
    background-color: rgb(78,104,151,0.5);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}footer .info_item svg {
    margin-right: 15px;
    height: 20px;
    flex-shrink: 0;
    width: 20px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}footer .text_main_holder {
    display: flex;
    position: relative;
    gap: 25px;
    flex-wrap: wrap;
}footer .top-header-4 {
    position: relative;
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 30px;
}footer .top-header-4 svg {
    filter: brightness(0) invert(1);
    margin: 0 auto 20px;
    width: auto;
    height: 50px;
}footer .footer-clients-2 {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 15px;
}footer .main-mentor-5,footer .subscribe_holder {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    flex: 1 1 300px;
    padding: 30px;
}footer .main-mentor-5::before,footer .subscribe_holder::before {
    left: -100%;
    opacity: 0.1;
    background: #ffffff;
    content: "";
    z-index: -1;
    height: 100%;
    top: 0;
    position: absolute;
    animation: waveAnimation 20s linear infinite;
    width: 300%;
}footer .main-mentor-5 h5, footer .subscribe_holder h5 {
    display: inline-block;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
}footer .main-mentor-5 h5::after, footer .subscribe_holder h5::after {
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, #ffffff, transparent);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}footer .main-page-8 {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}footer .main-page-8 a {
    padding: 8px 15px;
    text-decoration: none;
    overflow: hidden;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    flex: 1 1 calc(50% - 10px);
    background-color: rgb(135,144,166,0.5);
    border-radius: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}footer .main-page-8 a::before {
    width: 100%;
    position: absolute;
    height: 2px;
    transition: left 0.3s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: "";
    bottom: 0;
}footer .main-page-8 a:hover {
    background-color: rgb(78,104,151,0.5);
    transform: translateY(-3px);
}footer .main-page-8 a:hover::before {
    left: 0;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    position: relative;
    display: flex;
}footer .input_holder input[type="email"] {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size: 18px;
    border: none;
    padding: 15px 20px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    outline: none;
    background-color: rgb(135,144,166,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub-updates-5 {
    color: rgb(135,144,166);
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    border: none;
    overflow: hidden;
    cursor: pointer;
    border-radius: 25px;
    font-size: 14px;
    padding: 15px 20px;
    background-color: #ffffff;
}footer .sub-updates-5::after {
    content: "";
    top: 0;
    left: -100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    width: 100%;
    position: absolute;
}footer .sub-updates-5:hover {
    background-color: rgb(177,178,185);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .sub-updates-5:hover::after {
    left: 100%;
}footer .study-bottom-5 {
    margin-top: 60px;
    text-align: center;
    position: relative;
}footer .guide-section-0 {
    position: relative;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding: 0 30px;
}footer .guide-section-0::before,
footer .guide-section-0::after {
    width: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    height: 1px;
    position: absolute;
    top: 50%;
    content: "";
}footer .guide-section-0::before {
    left: 0;
}footer .guide-section-0::after {
    right: 0;
}

@media (min-width: 768px) {footer .top-header-4 {
    flex: 1 1 100%;
}footer .main-mentor-5, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .sub-updates-5 {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .insta-feed-7 {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}

@media (max-width: 767px) {footer .insta-feed-7 {
    padding: 80px 0 30px;
}footer .insta-feed-7::before {
    background-size: 100% 60px;
    height: 60px;
}footer .assist-experts-9 {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .main-mentor-5, footer .subscribe_holder {
    padding: 25px 20px;
}footer .study-bottom-5 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .insta-feed-7 {
    padding: 60px 0 20px;
}footer .insta-feed-7::before {
    background-size: 100% 40px;
    height: 40px;
}footer .main-mentor-5 h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(20px - 2px);
}footer .main-page-8 a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .sub-updates-5 {
    padding: 12px 15px;
}}.customer-experience-4 {
    position: relative;
    background: rgb(177,178,185);
    overflow: hidden;
    padding: 7rem 0 8rem;
}.customer-experience-4::before {
    left: 0;
    position: absolute;
    width: 100%;
    background-size: 100px 100px;
    z-index: 0;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(135,144,166,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(135,144,166,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(135,144,166,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(135,144,166,0.5) 75%);
    top: 0;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    opacity: 0.05;
    content: "";
}.customer-experience-4::after {
    opacity: 0.6;
    height: 200px;
    width: 200px;
    content: "";
    right: -50px;
    position: absolute;
    filter: blur(80px);
    z-index: 0;
    bottom: -50px;
    border-radius: 50%;
    background: rgb(78,104,151,0.5);
}.customer-experience-4 .container {
    position: relative;
    z-index: 1;
}.customer-experience-4 h2 {
    display: inline-block;
    transform: skewY(-3deg);
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 5rem;
    font-size: calc(34px * 1.3);
}.customer-experience-4 h2::before,
.customer-experience-4 h2::after {
    content: "";
    background: rgb(135,144,166);
    position: absolute;
    height: 4px;
}.customer-experience-4 h2::before {
    width: 60%;
    animation: expandLine 1.5s ease-in-out infinite alternate;
    left: 0;
    transform-origin: left;
    bottom: -15px;
}.customer-experience-4 h2::after {
    left: 20px;
    transform-origin: left;
    animation: expandLine 2s ease-in-out infinite alternate 0.5s;
    width: 30%;
    opacity: 0.7;
    bottom: -30px;
}@keyframes expandLine {
    from {
        transform: scaleX(0.6);
    }
    to {
        transform: scaleX(1);
    }
}

.customer-experience-4 .learner-feedback-2 {
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2.5rem;
}.customer-experience-4 .testimonial-track-1 {
    z-index: 1;
    background: #ffffff;
    padding: 2rem;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.customer-experience-4 .testimonial-track-1:nth-child(odd) {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 80%,
        80% 100%,
        0 100%
    );
    transform: rotate(-2deg);
}.customer-experience-4 .testimonial-track-1:nth-child(even) {
    transform: rotate(2deg);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        20% 100%,
        0 80%
    );
}.customer-experience-4 .testimonial-track-1:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: rotate(0) translateY(-10px);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        0 100%
    );
    z-index: 2;
}.customer-experience-4 .testimonial-track-1::before {
    inset: 0;
    background: #ffffff;
    content: "";
    transition: transform 0.3s ease;
    position: absolute;
    transform: none;
    z-index: -1;
}.customer-experience-4 .testimonial-track-1:hover::before {
    transform: scale(1.02);
}.customer-experience-4 .testimonial-track-1::after {
    z-index: -2;
    transform: none;
    transition: transform 0.3s ease;
    inset: 0;
    opacity: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(135,144,166), rgb(78,104,151));
}.customer-experience-4 .testimonial-track-1:hover::after {
    opacity: 1;
    transform: scale(1.03);
}.customer-experience-4 .testimonial-track-1:nth-child(4n+1) {
    grid-column: auto / span 1;
    grid-row: auto / span 1;
}.customer-experience-4 .testimonial-track-1:nth-child(4n+2) {
    grid-column: auto / span 1;
    grid-row: auto / span 1;
    transform: translateY(40px) rotate(-2deg);
}.customer-experience-4 .testimonial-track-1:nth-child(4n+2):hover {
    transform: translateY(30px) rotate(0);
}.customer-experience-4 .testimonial-track-1:nth-child(4n+3) {
    transform: translateY(-30px) rotate(2deg);
    grid-row: auto / span 1;
    grid-column: auto / span 1;
}.customer-experience-4 .testimonial-track-1:nth-child(4n+3):hover {
    transform: translateY(-40px) rotate(0);
}.customer-experience-4 .testimonial-track-1:nth-child(4n+4) {
    transform: translateY(20px) rotate(-1deg);
    grid-column: auto / span 1;
    grid-row: auto / span 1;
}.customer-experience-4 .testimonial-track-1:nth-child(4n+4):hover {
    transform: translateY(10px) rotate(0);
}.customer-experience-4 .testimonial-track-1 img {
    height: 90px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    object-fit: cover;
    margin-bottom: 1.5rem;
    width: 90px;
    display: block;
    border: 3px solid #ffffff;
    transition: all 0.3s ease;
}.customer-experience-4 .testimonial-track-1:nth-child(odd) img {
    box-shadow: 4px 4px 0 rgb(135,144,166,0.5);
    transform: rotate(3deg);
}.customer-experience-4 .testimonial-track-1:nth-child(even) img {
    transform: rotate(-3deg);
    box-shadow: -4px 4px 0 rgb(78,104,151,0.5);
}.customer-experience-4 .testimonial-track-1:hover img {
    transform: rotate(0) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}.customer-experience-4 .testimonial-track-1 p {
    transition: transform 0.3s ease;
    margin: 0;
    font-size: 16px;
    color: #000000;
    position: relative;
    font-weight: 600;
}.customer-experience-4 .testimonial-track-1:hover p {
    transform: translateY(-5px);
}.customer-experience-4 .testimonial-track-1 .description {
    transition: transform 0.3s ease 0.1s;
    color: #000000;
    line-height: 1.6;
    position: relative;
    font-weight: 400;
    margin-top: 1rem;
}.customer-experience-4 .testimonial-track-1:hover .description {
    transform: translateY(-5px);
}.customer-experience-4 .testimonial-track-1 .description::after {
    content: "";
    width: 20%;
    position: absolute;
    transition: width 0.3s ease;
    bottom: -10px;
    background: rgb(135,144,166,0.5);
    left: 0;
    height: 2px;
}.customer-experience-4 .testimonial-track-1:hover .description::after {
    width: 60%;
}.customer-experience-4 .testimonial-track-1:nth-child(even) .description::after {
    left: auto;
    background: rgb(78,104,151,0.5);
    right: 0;
}

@media (max-width: 992px) {.customer-experience-4 {
    padding: 6rem 0 7rem;
}.customer-experience-4 h2 {
    margin-bottom: 4rem;
    font-size: calc(34px * 1.1);
}.customer-experience-4 .learner-feedback-2 {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.customer-experience-4 .testimonial-track-1:nth-child(4n+2),
    .customer-experience-4 .testimonial-track-1:nth-child(4n+3),
    .customer-experience-4 .testimonial-track-1:nth-child(4n+4) {
    transform: rotate(0);
}.customer-experience-4 .testimonial-track-1:nth-child(odd) {
    transform: rotate(-1deg);
}.customer-experience-4 .testimonial-track-1:nth-child(even) {
    transform: rotate(1deg);
}
}

@media (max-width: 768px) {.customer-experience-4 {
    padding: 5rem 0 6rem;
}.customer-experience-4 h2 {
    margin-bottom: 3.5rem;
    font-size: 34px;
    transform: skewY(-2deg);
}.customer-experience-4 .learner-feedback-2 {
    margin: 0 auto;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    max-width: 450px;
}.customer-experience-4 .testimonial-track-1 {
    padding: 1.5rem;
}.customer-experience-4 .testimonial-track-1 img {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 576px) {.customer-experience-4 {
    padding: 4rem 0 5rem;
}.customer-experience-4 .learner-feedback-2 {
    max-width: 320px;
}.customer-experience-4 .testimonial-track-1:nth-child(odd),
    .customer-experience-4 .testimonial-track-1:nth-child(even) {
    transform: none;
    clip-path: none;
}.customer-experience-4 .testimonial-track-1:hover {
    transform: translateY(-5px);
}}.mentorship-experience-4 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(177,178,185) 0%, rgb(78,104,151,0.5) 100%);
    position: relative;
    padding: 5rem 0;
}.mentorship-experience-4::before {
    right: -5%;
    z-index: 0;
    animation: floating 15s ease-in-out infinite;
    top: -5%;
    filter: blur(60px);
    position: absolute;
    opacity: 0.3;
    width: 40%;
    content: "";
    background: rgb(135,144,166,0.5);
    transform-origin: center;
    height: 40%;
}.mentorship-experience-4::after {
    width: 30%;
    animation: floating 18s ease-in-out infinite reverse;
    content: "";
    transform-origin: center;
    filter: blur(50px);
    z-index: 0;
    height: 30%;
    opacity: 0.2;
    bottom: -5%;
    background: rgb(78,104,151,0.5);
    left: -5%;
    position: absolute;
}.mentorship-experience-4 .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.mentorship-experience-4 .testimonial-track-1 {
    display: grid;
    grid-template-columns: 1fr;
    padding: 2.5rem;
    transform-style: preserve-3d;
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    gap: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 4px;
}.mentorship-experience-4 .testimonial-track-1:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.mentorship-experience-4 .testimonial-track-1 > div:first-child {
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 280px;
}.mentorship-experience-4 .testimonial-track-1 .image-zoom-6 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateZ(30px);
    width: 100%;
    border-radius: 3px;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    height: 280px;
    animation: fadeInLeft 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
}.mentorship-experience-4 .testimonial-track-1 .image-zoom-6::before {
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgba(rgb(135,144,166), 0.2) 100%
    );
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}.mentorship-experience-4 .testimonial-track-1 .image-zoom-6::after {
    content: "";
    z-index: 2;
    height: 120%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.25) 0%,
        transparent 80%
    );
    opacity: 0;
    left: -10%;
    width: 120%;
    position: absolute;
    top: -10%;
    transition: opacity 0.5s ease;
}.mentorship-experience-4 .testimonial-track-1 .image-zoom-6:hover::after {
    opacity: 1;
}.mentorship-experience-4 .testimonial-track-1 > div:nth-child(2) {
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
    text-align: center;
    opacity: 0;
}.mentorship-experience-4 .testimonial-track-1 .name {
    margin-bottom: 0.5rem;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 22px;
}.mentorship-experience-4 .testimonial-track-1 .name::after {
    content: "";
    height: 3px;
    border-radius: 1px;
    bottom: -8px;
    background: rgb(135,144,166);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 40px;
}.mentorship-experience-4 .testimonial-track-1 > div:nth-child(2) > div {
    font-weight: 600;
    color: rgb(78,104,151);
    margin-top: 1rem;
    font-size: calc(12px - 0.1rem);
}.mentorship-experience-4 .testimonial-track-1 > div:nth-child(3) {
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s forwards;
    opacity: 0;
}.mentorship-experience-4 .testimonial-track-1 .work-milestones-4 {
    color: #000000;
    position: relative;
    border-left: 3px solid rgb(135,144,166,0.5);
    margin: 0;
    padding-left: 1.5rem;
    line-height: 1.7;
    font-size: 12px;
}.mentorship-experience-4 .testimonial-track-1 .work-milestones-4::before {
    content: "";
    position: absolute;
    opacity: 0.2;
    font-size: 5rem;
    color: rgb(135,144,166,0.5);
    top: -20px;
    font-family: Georgia, serif;
    left: -15px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes floating {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(5%, 5%) rotate(2deg);
    }
    50% {
        transform: translate(0, 8%) rotate(0deg);
    }
    75% {
        transform: translate(-5%, 3%) rotate(-2deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@media (min-width: 768px) {.mentorship-experience-4 {
    padding: 7rem 0;
}.mentorship-experience-4 .testimonial-track-1 {
    column-gap: 3rem;
    grid-template-rows: auto 1fr;
    padding: 3rem;
    grid-template-columns: 280px 1fr;
    row-gap: 1.5rem;
}.mentorship-experience-4 .testimonial-track-1 > div:first-child {
    grid-row: 1 / span 2;
}.mentorship-experience-4 .testimonial-track-1 > div:nth-child(2) {
    text-align: left;
    align-self: flex-end;
}.mentorship-experience-4 .testimonial-track-1 .name::after {
    left: 0;
    transform: none;
}
}

@media (min-width: 992px) {.mentorship-experience-4 .testimonial-track-1 {
    padding: 3.5rem;
    grid-template-columns: 320px 1fr;
}.mentorship-experience-4 .testimonial-track-1 > div:first-child {
    max-width: 320px;
}.mentorship-experience-4 .testimonial-track-1 .image-zoom-6 {
    height: 350px;
}.mentorship-experience-4 .testimonial-track-1 .work-milestones-4 {
    font-size: calc(12px + 0.05rem);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.mentorship-experience-4 {
    padding: 4rem 0;
}.mentorship-experience-4 .container {
    padding: 0 1rem;
}.mentorship-experience-4 .testimonial-track-1 {
    padding: 2rem;
}.mentorship-experience-4 .testimonial-track-1 .image-zoom-6 {
    height: 240px;
}}header {
    background: rgb(78,104,151);
    margin-top: 0;
    position: relative;
    z-index: 100;
    overflow: visible;
    padding: 0;
}header::before {
    background-size: 20px 20px;
    z-index: 0;
    top: 0;
    height: 100%;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
}header::after {
    top: 0;
    height: 100%;
    left: 0;
    z-index: 0;
    width: 100%;
    content: '';
    position: absolute;
    background: 
        linear-gradient(to right, transparent 0%, rgb(78,104,151,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(78,104,151,0.5) 50%, transparent 100%);
}header .top-guide-7 {
    justify-content: space-between;
    z-index: 5;
    display: flex;
    padding: 1.3rem 2.5rem;
    align-items: center;
    position: relative;
}header .top-header-4 {
    margin-right: 2rem;
    position: relative;
    z-index: 2;
    padding: 0.5rem 0.7rem;
    border-left: 3px solid rgb(135,144,166);
    overflow: hidden;
    transition: all 0.3s ease;
    flex: 0 0 auto;
}header .top-header-4::before {
    width: 100%;
    content: '';
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    transition: all 0.4s ease;
    left: 0;
    transform: scaleX(0);
    opacity: 0;
    top: 0;
}header .top-header-4:hover {
    box-shadow: 5px 0 15px -5px rgb(135,144,166);
    transform: translateX(5px);
}header .top-header-4:hover::before {
    transform: scaleX(1);
    opacity: 1;
}header .head-train-0 {
    transition: all 0.3s ease;
    display: block;
    position: relative;
}header .head-train-0::after {
    transition: all 0.3s ease;
    content: '';
    width: 10px;
    background: rgb(135,144,166);
    bottom: -5px;
    right: -5px;
    height: 10px;
    opacity: 0;
    position: absolute;
}header .head-train-0:hover::after {
    opacity: 1;
}header .head-train-0 img {
    filter: brightness(1.1);
    max-height: 40px;
}header .main-mentor-5 {
    display: flex;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
}header .main-mentor-5::before {
    width: 40px;
    transform: translateY(-50%);
    height: 1px;
    top: 50%;
    background: rgb(135,144,166);
    position: absolute;
    content: '';
    right: -20px;
}header .nav-study-2 {
    margin: 0 1px;
    position: relative;
}header .nav-study-2 a {
    padding: 0 1.2rem;
    justify-content: center;
    position: relative;
    font-weight: 600;
    font-size: 12px;
    align-items: center;
    border-left: 1px solid transparent;
    text-decoration: none;
    border-right: 1px solid transparent;
    height: 45px;
    letter-spacing: 1px;
    display: flex;
    z-index: 1;
    transition: all 0.3s ease;
    color: #ffffff;
    overflow: hidden;
}header .nav-study-2 a::before {
    background: rgb(135,144,166);
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    transition: transform 0.3s ease;
    height: 100%;
    top: 0;
    z-index: -1;
    transform: translateX(-100%);
}header .nav-study-2 a:hover {
    border-left-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-right-color: rgba(255, 255, 255, 0.2);
}header .nav-study-2 a:hover::before {
    transform: translateX(0);
}header .nav-study-2 a::after {
    background: rgb(135,144,166);
    top: 0;
    height: 2px;
    transform-origin: right;
    position: absolute;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    content: '';
    left: 0;
    width: 100%;
}header .nav-study-2 a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}header .nav-study-2::before {
    left: -10px;
    position: absolute;
    top: 50%;
    transition: transform 0.3s ease;
    height: 5px;
    background: rgb(135,144,166);
    width: 5px;
    transform: translateY(-50%) scale(0);
    content: '';
}header .nav-study-2:hover::before {
    transform: translateY(-50%) scale(1);
}header .top-guide-7::before {
    left: 20px;
    background: rgb(135,144,166);
    content: '';
    position: absolute;
    width: 30px;
    top: 20px;
    height: 1px;
}header .top-guide-7::after {
    background: rgb(135,144,166);
    position: absolute;
    content: '';
    top: 20px;
    left: 20px;
    width: 1px;
    height: 30px;
}.head-pagebar-9 {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    background: rgb(177,178,185);
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .nav-study-2:last-child::after {
    color: rgb(135,144,166);
    animation: typingCursor 1s infinite;
    top: 50%;
    content: '|';
    transform: translateY(-50%);
    position: absolute;
    font-weight: 700;
    right: -10px;
}

@media (min-width: 1400px) {header .top-guide-7 {
    margin: 0 auto;
    max-width: 1320px;
}header .nav-study-2 {
    margin: 0 2px;
}header .nav-study-2 a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .top-guide-7 {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .top-header-4 {
    margin-right: 0;
    margin-bottom: 0;
}header .main-mentor-5 {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .main-mentor-5::before {
    display: none;
}header .nav-study-2 a {
    padding: 0 1rem;
    height: 40px;
    font-size: calc(12px - 1px);
}header .nav-study-2::before {
    display: none;
}header .top-guide-7::before,
    header .top-guide-7::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top-guide-7 {
    padding: 0.8rem 1.5rem;
}header .top-header-4 {
    max-width: 140px;
    padding: 0.4rem 0.6rem;
}header .head-train-0 img {
    max-height: 35px;
}header .main-mentor-5 {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    justify-content: flex-start;
    margin-top: 0.8rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}header .main-mentor-5::-webkit-scrollbar {
    height: 3px;
}header .main-mentor-5::-webkit-scrollbar-thumb {
    background: rgb(135,144,166);
    border-radius: 10px;
}header .nav-study-2 {
    flex: 0 0 auto;
    margin: 0;
}header .nav-study-2 a {
    font-size: calc(12px - 2px);
    padding: 0 0.8rem;
    white-space: nowrap;
    letter-spacing: 0.5px;
    height: 35px;
}header .nav-study-2:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .top-guide-7 {
    padding: 0.7rem 1.2rem;
}header .top-header-4 {
    padding: 0.3rem 0.5rem;
    max-width: 120px;
}header .nav-study-2 a {
    height: 32px;
    font-size: calc(12px - 3px);
    padding: 0 0.6rem;
}}.welcome-8 {
    background: linear-gradient(135deg, rgb(177,178,185), rgba(0, 0, 0, 0.5));
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    padding: 3rem 0;
}.welcome-8::before {
    left: 0;
    opacity: 0.05;
    pointer-events: none;
    background: repeating-linear-gradient(
    -45deg,
    rgb(135,144,166,0.5) 0%,
    transparent 2px,
    transparent 10px,
    rgb(135,144,166,0.5) 12px
  );
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
}.welcome-8::after {
    width: 70%;
    background: linear-gradient(145deg, rgb(135,144,166,0.5), transparent);
    transform: rotate(-15deg);
    opacity: 0.1;
    z-index: 1;
    content: "";
    top: -50%;
    right: -20%;
    height: 200%;
    position: absolute;
}.welcome-8 .learn-quickpro-8 {
    transform-style: preserve-3d;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}.welcome-8 .learn-quickpro-8 > div {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}.welcome-8 h3 {
    padding: 1.5rem 2rem;
    font-size: 23px;
    position: relative;
    transform: translateZ(20px) rotateX(2deg);
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    line-height: 1.5;
    color: #000000;
    border-left: 4px solid rgb(135,144,166);
}.welcome-8 h3:hover {
    transform: translateZ(30px) rotateX(0deg);
}.welcome-8 h3::before {
    background: linear-gradient(to right, rgb(135,144,166,0.5), transparent);
    top: 0;
    position: absolute;
    width: 0;
    left: 0;
    content: "";
    z-index: -1;
    transition: width 0.4s ease;
    height: 100%;
}.welcome-8 h3:hover::before {
    width: 100%;
}.welcome-8 .skill-mastery-8 {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    height: 500px;
    transform: translateZ(10px) rotateY(-2deg);
}.welcome-8 .skill-mastery-8:hover {
    transform: translateZ(20px) rotateY(0deg);
}.welcome-8 .skill-mastery-8::before {
    left: 0;
    opacity: 0.85;
    width: 100%;
    background: linear-gradient(
    to bottom,
    rgba(#000000, 0.4),
    rgba(rgb(135,144,166), 0.7)
  );
    z-index: 1;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}.welcome-8 .skill-mastery-8 > div {
    position: relative;
    justify-content: center;
    padding: 3rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
}.welcome-8 .skill-mastery-8 p {
    max-width: 70%;
    font-size: calc(18px * 1.1);
    opacity: 0.9;
    position: relative;
    font-weight: 400;
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    color: #ffffff;
    animation: slideIn 0.8s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    padding-left: 2rem;
}.welcome-8 .skill-mastery-8 p::before {
    content: "";
    height: 0;
    width: 3px;
    background: rgb(78,104,151);
    position: absolute;
    top: 0.5rem;
    animation: lineGrow 0.6s 0.7s ease forwards;
    left: 0;
}.welcome-8 .title_style_header {
    font-size: 43px;
    animation: fadeUp 0.8s 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    color: #ffffff;
    font-weight: 700;
    transform: translateY(20px);
    max-width: 85%;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
    position: relative;
    opacity: 0;
}.welcome-8 .title_style_header::after {
    content: "";
    height: 4px;
    position: absolute;
    bottom: -1rem;
    transform-origin: left;
    left: 0;
    background: rgb(78,104,151);
    animation: scaleIn 0.6s 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: scaleX(0);
    width: 100px;
}

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

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

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

@keyframes lineGrow {
  to {
    height: 80%;
  }
}

@media (min-width: 768px) {.welcome-8 {
    padding: 5rem 0;
}.welcome-8 .learn-quickpro-8 > div {
    gap: 2rem;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
}.welcome-8 h3 {
    font-size: calc(23px * 1.1);
    padding: 2rem;
    z-index: 3;
    margin-right: -2rem;
}.welcome-8 .skill-mastery-8 {
    height: 550px;
    clip-path: polygon(5% 0, 100% 0, 100% 95%, 0% 100%);
}.welcome-8 .skill-mastery-8 > div {
    padding: 4rem;
}.welcome-8 .title_style_header {
    font-size: calc(43px * 1.2);
    max-width: 90%;
}
}

@media (min-width: 992px) {.welcome-8 {
    padding: 6rem 0;
}.welcome-8 .learn-quickpro-8 > div {
    gap: 3rem;
    grid-template-columns: 1fr 1.8fr;
}.welcome-8 h3 {
    font-size: calc(23px * 1.2);
    transform: translateZ(30px) rotateX(3deg) translateX(-20px);
}.welcome-8 .skill-mastery-8 {
    transform: translateZ(25px) rotateY(-3deg);
    height: 600px;
}.welcome-8 .skill-mastery-8 > div {
    padding: 5rem;
}.welcome-8 .title_style_header {
    font-size: calc(43px * 1.4);
}.welcome-8 .title_style_header::after {
    height: 5px;
    width: 150px;
}
}

@media (max-width: 767px) {.welcome-8 h3 {
    padding: 1.25rem;
    margin-bottom: 0;
    font-size: calc(23px * 0.9);
}.welcome-8 .skill-mastery-8 {
    height: 400px;
}.welcome-8 .skill-mastery-8 > div {
    padding: 2rem;
}.welcome-8 .skill-mastery-8 p {
    padding-left: 1.5rem;
    font-size: 18px;
    max-width: 100%;
}.welcome-8 .title_style_header {
    max-width: 100%;
    font-size: calc(43px * 0.9);
}.welcome-8 .title_style_header::after {
    width: 80px;
    height: 3px;
}}.id-thankdiv-8 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(177,178,185) 100%);
    padding: 120px 0 80px;
}.id-thankdiv-8::before {
    animation: float 12s ease-in-out infinite alternate;
    position: absolute;
    height: 70%;
    left: -5%;
    z-index: 1;
    opacity: 0.4;
    background: linear-gradient(145deg, rgb(78,104,151,0.5) 0%, transparent 80%);
    width: 40%;
    content: "";
    transform: rotate(-15deg) skew(10deg);
    filter: blur(40px);
    top: -10%;
}.id-thankdiv-8::after {
    animation: float 15s ease-in-out infinite alternate-reverse;
    right: -5%;
    bottom: -5%;
    opacity: 0.3;
    transform: rotate(10deg) skew(-5deg);
    z-index: 1;
    content: "";
    height: 60%;
    width: 35%;
    filter: blur(30px);
    background: linear-gradient(215deg, rgb(135,144,166,0.5) 0%, transparent 70%);
    position: absolute;
}.id-thankdiv-8 .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
    position: relative;
}.id-thankdiv-8 h2 {
    position: relative;
    margin-bottom: 40px;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    letter-spacing: -0.02em;
    font-size: 29px;
    font-family: Arial, sans-serif;
}.id-thankdiv-8 h2::after {
    width: 80px;
    bottom: -15px;
    animation: expand 1.5s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 50%;
    opacity: 0;
    background: linear-gradient(90deg, rgb(135,144,166) 0%, rgb(78,104,151) 100%);
    transform-origin: center;
    transform: translateX(-50%);
    height: 3px;
    content: "";
}.id-thankdiv-8 .knowledge-zone-9 {
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    padding: 50px 40px;
    border-radius: 8px;
}.id-thankdiv-8 .knowledge-zone-9::before {
    animation: growDown 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 5px;
    position: absolute;
    left: 0;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(135,144,166), rgb(78,104,151));
}.id-thankdiv-8 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.id-thankdiv-8 li {
    padding-left: 25px;
    position: relative;
}.id-thankdiv-8 li::before {
    position: absolute;
    top: 10px;
    animation: popIn 0.5s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgb(78,104,151);
    height: 8px;
    border-radius: 50%;
    left: 0;
    transform: scale(0);
    width: 8px;
    content: "";
}.id-thankdiv-8 span {
    display: block;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(10px);
    line-height: 1.8;
    font-weight: 400;
    opacity: 0;
    font-size: 18px;
    color: #000000;
    font-family: Arial, sans-serif;
}

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

@keyframes popIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

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

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

@keyframes float {
  0% {
    transform: translate(0, 0) rotate(-15deg) skew(10deg);
  }
  100% {
    transform: translate(10px, 20px) rotate(-5deg) skew(5deg);
  }
}

@media (max-width: 1024px) {.id-thankdiv-8 {
    padding: 100px 0 70px;
}.id-thankdiv-8 h2 {
    font-size: calc(29px * 0.9);
}.id-thankdiv-8 .knowledge-zone-9 {
    padding: 40px 35px;
}
}

@media (max-width: 768px) {.id-thankdiv-8 {
    padding: 80px 0 60px;
}.id-thankdiv-8 h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 35px;
}.id-thankdiv-8 h2::after {
    bottom: -12px;
    width: 60px;
}.id-thankdiv-8 .knowledge-zone-9 {
    padding: 35px 30px;
}.id-thankdiv-8 span {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.id-thankdiv-8 {
    padding: 60px 0 50px;
}.id-thankdiv-8 h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 30px;
    line-height: 1.4;
}.id-thankdiv-8 h2::after {
    bottom: -10px;
    height: 2px;
    width: 50px;
}.id-thankdiv-8 .knowledge-zone-9 {
    padding: 30px 20px;
}.id-thankdiv-8 li {
    padding-left: 20px;
}.id-thankdiv-8 li::before {
    height: 6px;
    width: 6px;
    top: 12px;
}.id-thankdiv-8 span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}@keyframes expand {
    100% {
      width: 50px;
    }
  }
}.education-framework-8 {
    padding: 170px 0 150px;
    background: linear-gradient(135deg, rgb(177,178,185) 0%, rgb(78,104,151,0.5) 120%);
    position: relative;
    overflow: visible;
}.education-framework-8::before {
    opacity: 0.05;
    background: rgb(135,144,166,0.5);
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    content: '';
}.education-framework-8 .knowledge-zone-9 {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.education-framework-8 .label-holder-4 {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    width: 100%;
}.education-framework-8 .label-holder-4 h2 {
    background: rgb(135,144,166,0.5);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    font-size: 34px;
    color: #ffffff;
    text-align: center;
    z-index: 4;
    font-weight: 700;
    padding: 35px 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    width: 40%;
    margin: 0 auto 80px;
}.education-framework-8 .label-holder-4 p {
    width: 70%;
    backdrop-filter: blur(15px);
    z-index: 3;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.07);
    line-height: 1.8;
    color: #ffffff;
    border-radius: 27px;
    padding: 50px 60px;
    position: relative;
    font-size: 18px;
}.education-framework-8 .label-holder-4::before {
    content: '';
    z-index: 3;
    background: linear-gradient(to bottom, rgb(135,144,166), transparent);
    left: 50%;
    top: calc(34px * 2 + 70px);
    width: 2px;
    height: 60px;
    position: absolute;
}.education-framework-8 .label-holder-4::after {
    opacity: 0.03;
    width: 200px;
    height: 200px;
    top: -100px;
    animation: pulse-subtle 15s infinite alternate;
    background: rgb(135,144,166);
    content: '';
    right: 10%;
    filter: blur(70px);
    position: absolute;
    border-radius: 50%;
}.education-framework-8 .label-holder-4 h2::before {
    content: '';
    filter: blur(10px);
    left: -20%;
    opacity: 0.2;
    bottom: -5px;
    background: rgb(135,144,166);
    position: absolute;
    height: 10px;
    width: 140%;
}.education-framework-8 .label-holder-4 h2::after {
    position: absolute;
    content: '';
    opacity: 0.7;
    background: rgb(135,144,166);
    height: 20px;
    margin-left: -10px;
    left: 50%;
    box-shadow: 0 0 15px rgb(135,144,166,0.5);
    bottom: -40px;
    border-radius: 50%;
    z-index: 5;
    width: 20px;
}.education-framework-8 .label-holder-4 p::before {
    opacity: 0.3;
    background: linear-gradient(90deg, transparent, rgb(135,144,166,0.5), transparent);
    height: 1px;
    width: 90%;
    position: absolute;
    content: '';
    top: 20px;
    left: 5%;
}.education-framework-8 .label-holder-4 p::after {
    width: 70%;
    opacity: 0.3;
    bottom: 20px;
    height: 1px;
    position: absolute;
    left: 15%;
    background: linear-gradient(90deg, transparent, rgb(135,144,166,0.5), transparent);
    content: '';
}.education-framework-8::after {
    bottom: 0;
    left: 50%;
    height: 200px;
    opacity: 0.3;
    width: 1px;
    content: '';
    background: linear-gradient(to top, rgb(135,144,166,0.5), transparent);
    position: absolute;
    z-index: 1;
}.education-framework-8 .knowledge-zone-9::before {
    width: 250px;
    top: 40%;
    transform-origin: right center;
    background: rgb(135,144,166,0.5);
    opacity: 0.2;
    z-index: 0;
    left: -125px;
    content: '';
    position: absolute;
    transform: rotate(30deg);
    height: 2px;
}.education-framework-8 .knowledge-zone-9::after {
    width: 250px;
    transform-origin: left center;
    right: -125px;
    height: 2px;
    top: 40%;
    opacity: 0.2;
    content: '';
    z-index: 0;
    background: rgb(135,144,166,0.5);
    position: absolute;
    transform: rotate(-30deg);
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.03;
        transform: scale(1);
    }
    50% {
        opacity: 0.05;
        transform: scale(1.2);
    }
}

@media screen and (max-width: 1200px) {.education-framework-8 .label-holder-4 h2 {
    width: 50%;
}.education-framework-8 .label-holder-4 p {
    width: 80%;
}
}

@media screen and (max-width: 992px) {.education-framework-8 {
    padding: 140px 0 120px;
}.education-framework-8 .label-holder-4 h2 {
    padding: 30px 35px;
    margin-bottom: 60px;
    width: 60%;
}.education-framework-8 .label-holder-4 p {
    padding: 40px 50px;
    width: 90%;
}.education-framework-8 .label-holder-4::before {
    height: 40px;
}
}

@media screen and (max-width: 768px) {.education-framework-8 {
    padding: 120px 0 100px;
    overflow: hidden;
}.education-framework-8 .label-holder-4 {
    transform: none;
}.education-framework-8 .label-holder-4 h2 {
    margin-bottom: 40px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    width: 80%;
    font-size: calc(34px * 0.9);
}.education-framework-8 .label-holder-4 p {
    padding: 30px 40px;
    width: 100%;
}.education-framework-8 .label-holder-4::before {
    height: 30px;
}.education-framework-8 .label-holder-4::after,
    .education-framework-8::after,
    .education-framework-8 .knowledge-zone-9::before,
    .education-framework-8 .knowledge-zone-9::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.education-framework-8 {
    padding: 100px 0 80px;
}.education-framework-8 .label-holder-4 h2 {
    width: 100%;
    padding: 25px 30px;
    font-size: calc(34px * 0.8);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.education-framework-8 .label-holder-4 p {
    font-size: calc(18px * 0.9);
    padding: 25px 30px;
}.education-framework-8 .label-holder-4::before {
    height: 20px;
}.education-framework-8 .label-holder-4 h2::after {
    height: 15px;
    bottom: -25px;
    width: 15px;
    margin-left: -7.5px;
}}.confidential-nest-8 {
    padding: 2em;
    background-color: rgb(177,178,185);
    font-family: Arial, sans-serif;
    color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.confidential-nest-8 h1 {
    text-align: center;
    color: rgb(135,144,166);
    margin-bottom: 1em;
    font-size: 47px;
    font-weight: 700;
}.confidential-nest-8 h2 {
    color: rgb(78,104,151);
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 0.75em;
}.confidential-nest-8 h3,
.confidential-nest-8 h4,
.confidential-nest-8 h5,
.confidential-nest-8 h6 {
    margin-bottom: 0.5em;
}.confidential-nest-8 h3 {
    font-weight: 400;
    color: rgb(135,144,166);
    font-size: calc(23px - 0.2em);
}.confidential-nest-8 h4 {
    font-size: calc(23px - 0.4em);
    font-weight: 400;
    color: rgb(78,104,151);
}.confidential-nest-8 h5 {
    font-weight: 300;
    font-size: 23px;
    color: #000000;
}.confidential-nest-8 h6 {
    font-weight: 300;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
}.confidential-nest-8 ul {
    padding-left: 1.5em;
    list-style-type: disc;
    margin-bottom: 1em;
}.confidential-nest-8 ol {
    margin-bottom: 1em;
    padding-left: 1.5em;
    list-style-type: decimal;
}.confidential-nest-8 li {
    font-size: 18px;
    margin-bottom: 0.5em;
}.confidential-nest-8 p {
    margin-bottom: 1em;
    line-height: 1.6;
    font-size: 18px;
}.confidential-nest-8 span {
    color: rgb(135,144,166);
    font-weight: 600;
}.confidential-nest-8 div {
    margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {.confidential-nest-8 {
    padding: 1em;
    border-radius: 10px;
}.confidential-nest-8 h1 {
    font-size: calc(23px - 0.5em);
}.confidential-nest-8 h2 {
    font-size: calc(23px - 0.4em);
}.confidential-nest-8 p,
    .confidential-nest-8 li {
    font-size: calc(18px - 0.2em);
}}
.confidential-nest-8 h1::after {
    width: 60px;
    content: "";
    background-color: rgb(135,144,166);
    margin: 0.5em auto 0;
    height: 4px;
    display: block;
    border-radius: 10px;
}.confidential-nest-8 h2::after {
    height: 3px;
    border-radius: 10px;
    margin: 0.5em auto 0;
    display: block;
    content: "";
    background-color: rgb(78,104,151);
    width: 40px;
}.confidential-nest-8 ul li::before {
    font-weight: 700;
    content: "•";
    margin-left: -1em;
    color: rgb(135,144,166);
    width: 1em;
    display: inline-block;
}.confidential-nest-8 ol li::before {
    font-weight: 700;
    color: rgb(78,104,151);
}.confidential-nest-8 a {
    text-decoration: underline;
    color: rgb(135,144,166);
}.confidential-nest-8 a:hover {
    color: rgb(78,104,151);
    text-decoration: none;
}.confidential-nest-8 blockquote {
    border-left: 5px solid rgb(135,144,166);
    font-style: italic;
    padding: 1em;
    background-color: rgb(135,144,166,0.5);
    margin: 1em 0;
}.contact-form-section-2 {
    background: rgb(177,178,185);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.contact-form-section-2::before {
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.07;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(135,144,166,0.5) 0,
        rgb(135,144,166,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
}.contact-form-section-2::after {
    background-image: 
        linear-gradient(rgb(78,104,151,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(78,104,151,0.5) 1px, transparent 1px);
    height: 100%;
    background-size: 30px 30px;
    position: absolute;
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    opacity: 0.07;
}.contact-form-section-2 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 30px;
    position: relative;
}.contact-form-section-2 h2 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #000000;
    position: relative;
    display: inline-block;
    text-align: center;
}.contact-form-section-2 h2::before {
    width: 80px;
    content: "";
    bottom: 0;
    height: 4px;
    background: rgb(135,144,166);
    left: calc(50% - 40px);
    position: absolute;
}.contact-form-section-2 h2::after {
    height: 4px;
    bottom: 0;
    background: rgb(78,104,151);
    left: calc(50% - 15px);
    content: "";
    position: absolute;
    width: 30px;
}.contact-form-section-2 .inquiry-grid-1 {
    margin-top: 50px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    display: flex;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}.contact-form-section-2 .image-zoom-6 {
    min-height: 550px;
    position: relative;
    flex: 0 0 45%;
}.contact-form-section-2 .image-zoom-6::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(
        135deg, 
        rgba(rgb(135,144,166), 0.4), 
        rgba(rgb(78,104,151), 0.4)
    );
    z-index: 1;
}.contact-form-section-2 .query-help-6 {
    padding: 60px;
    position: relative;
    flex: 0 0 55%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}.contact-form-section-2 .query-help-6::before {
    content: "";
    width: 150px;
    z-index: 0;
    top: -75px;
    position: absolute;
    height: 150px;
    border-radius: 50%;
    right: -75px;
    border: 30px solid rgb(135,144,166,0.5);
}.contact-form-section-2 .query-help-6::after {
    width: 100px;
    background: rgb(78,104,151,0.5);
    z-index: 0;
    left: -50px;
    transform: rotate(45deg);
    height: 100px;
    position: absolute;
    content: "";
    bottom: -50px;
    border-radius: 0;
}.contact-form-section-2 form {
    z-index: 2;
    position: relative;
}.contact-form-section-2 form h3 {
    position: relative;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 600;
    display: inline-block;
    font-size: 24px;
}.contact-form-section-2 form h3::after {
    content: "";
    background: rgb(135,144,166);
    position: absolute;
    left: 0;
    height: 2px;
    width: 50%;
    bottom: -15px;
}.contact-form-section-2 form input[type="text"] {
    font-size: 18px;
    background: transparent;
    padding: 20px 25px;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgb(177,178,185);
    width: 100%;
    margin-bottom: 25px;
    color: #000000;
    border: none;
}.contact-form-section-2 form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(135,144,166);
}.contact-form-section-2 form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact-form-section-2 form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.contact-form-section-2 .request-links-3 {
    margin-bottom: 40px;
    position: relative;
}.contact-form-section-2 .request-links-3 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-form-section-2 .request-links-3 label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.5;
    font-size: 14px;
    color: #000000;
}.contact-form-section-2 .request-links-3 label::before {
    content: "";
    top: 0;
    height: 22px;
    width: 22px;
    left: 0;
    background: transparent;
    transition: all 0.3s ease;
    position: absolute;
    border: 2px solid rgb(177,178,185);
}.contact-form-section-2 .request-links-3 input[type="checkbox"]:checked + label::before {
    background: rgb(135,144,166);
    border-color: rgb(135,144,166);
}.contact-form-section-2 .request-links-3 input[type="checkbox"]:checked + label::after {
    position: absolute;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    top: 4px;
    width: 6px;
    left: 8px;
    height: 12px;
    transform: rotate(45deg);
    content: "";
}.contact-form-section-2 .request-links-3 label a {
    color: rgb(135,144,166);
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.contact-form-section-2 .request-links-3 label a::after {
    transform-origin: left;
    background: rgb(135,144,166);
    left: 0;
    bottom: -1px;
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    content: "";
    height: 1px;
    transition: transform 0.3s ease;
}.contact-form-section-2 .request-links-3 label a:hover {
    color: rgb(78,104,151);
}.contact-form-section-2 .request-links-3 label a:hover::after {
    background: rgb(78,104,151);
    transform: scaleX(0);
}.contact-form-section-2 .help-help-7 {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    color: #ffffff;
    background: rgb(135,144,166);
    overflow: hidden;
    width: auto;
    transition: all 0.3s ease;
    z-index: 1;
    display: inline-block;
    font-size: 17px;
    cursor: pointer;
    padding: 18px 40px;
    font-weight: 600;
    border: none;
    position: relative;
}.contact-form-section-2 .help-help-7::before {
    top: 0;
    background: rgb(78,104,151);
    content: "";
    position: absolute;
    transition: width 0.5s ease;
    left: -10px;
    z-index: -1;
    height: 100%;
    width: 0;
    transform: skewX(-25deg);
}.contact-form-section-2 .help-help-7:hover::before {
    width: 150%;
}.contact-form-section-2 svg {
    height: 24px;
    width: 24px;
    stroke-width: 2;
    transition: all 0.3s ease;
    stroke: rgb(135,144,166);
    fill: none;
}.contact-form-section-2 svg path {
    stroke: rgb(135,144,166);
    transition: all 0.3s ease;
    fill: none;
}.contact-form-section-2 svg:hover,
.contact-form-section-2 svg:hover path {
    stroke: rgb(78,104,151);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.contact-form-section-2 {
    padding: 80px 0;
}.contact-form-section-2 .image-zoom-6 {
    min-height: 500px;
}.contact-form-section-2 .query-help-6 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact-form-section-2 {
    padding: 60px 0;
}.contact-form-section-2 .inquiry-grid-1 {
    flex-direction: column;
}.contact-form-section-2 .image-zoom-6 {
    width: 100%;
    min-height: 300px;
}.contact-form-section-2 .query-help-6 {
    width: 100%;
    padding: 40px 30px;
}.contact-form-section-2 form h3 {
    margin-bottom: 30px;
}.contact-form-section-2 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-form-section-2 .request-links-3 {
    margin-bottom: 30px;
}.contact-form-section-2 .help-help-7 {
    width: 100%;
    padding: 15px 30px;
}
}

@media (max-width: 480px) {.contact-form-section-2 {
    padding: 50px 0;
}.contact-form-section-2 h2 {
    font-size: calc(35px * 0.85);
}.contact-form-section-2 .inquiry-grid-1 {
    margin-top: 30px;
}.contact-form-section-2 .image-zoom-6 {
    min-height: 200px;
}.contact-form-section-2 .query-help-6 {
    padding: 30px 20px;
}.contact-form-section-2 form h3 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.contact-form-section-2 form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-form-section-2 .request-links-3 {
    margin-bottom: 25px;
}.contact-form-section-2 .request-links-3 label {
    font-size: calc(14px * 0.9);
}.contact-form-section-2 .help-help-7 {
    padding: 12px 25px;
}}.audience-profile-3 {
    overflow: hidden;
    background: linear-gradient(180deg, rgb(177,178,185) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
}.audience-profile-3::before {
    background: linear-gradient(135deg, rgb(135,144,166,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(135,144,166,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(135,144,166,0.5) 25%, transparent 25%),
                linear-gradient(45deg, rgb(135,144,166,0.5) 25%, transparent 25%);
    top: 0;
    height: 100%;
    content: "";
    z-index: 1;
    opacity: 0.05;
    position: absolute;
    width: 100%;
    left: 0;
    background-size: 100px 100px;
}.audience-profile-3 .container {
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
}.audience-profile-3 .knowledge-zone-9 {
    position: relative;
    perspective: 1000px;
}.audience-profile-3 h4 {
    position: relative;
    padding-bottom: 15px;
    transform: translateX(-50%);
    margin-bottom: 80px;
    left: 50%;
    font-weight: 700;
    color: #000000;
    font-size: 36px;
    text-align: center;
    display: inline-block;
}.audience-profile-3 h4::before {
    width: 50%;
    content: "";
    bottom: 0;
    border-radius: 3px;
    left: 25%;
    position: absolute;
    background: rgb(135,144,166);
    height: 3px;
}.audience-profile-3 h4::after {
    left: 15%;
    height: 1px;
    position: absolute;
    width: 70%;
    background: rgb(78,104,151,0.5);
    content: "";
    bottom: 10px;
    border-radius: 1px;
}.audience-profile-3 div > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    perspective: 1000px;
    gap: 40px;
}.audience-profile-3 p {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transform-style: preserve-3d;
    background: #ffffff;
    padding: 25px;
    font-size: 18px;
    z-index: 1;
    align-items: flex-start;
    transform: translateZ(0) rotateX(0) rotateY(0);
    color: #000000;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    display: flex;
}.audience-profile-3 p:nth-child(odd) {
    animation: float1 5s ease-in-out infinite;
}.audience-profile-3 p:nth-child(even) {
    animation: float2 6s ease-in-out infinite;
}@keyframes float1 {
    0%, 100% {
        transform: translateZ(20px) translateY(0);
    }
    50% {
        transform: translateZ(40px) translateY(-15px);
    }
}

@keyframes float2 {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-20px);
    }
}

.audience-profile-3 p::before {
    content: "";
    border-radius: 10px;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgb(177,178,185) 100%);
}.audience-profile-3 p:hover {
    transform: translateZ(60px) rotateX(5deg) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.audience-profile-3 p:hover::before {
    opacity: 1;
}.audience-profile-3 p svg {
    width: 28px;
    transform: translateZ(10px);
    height: 28px;
    transition: all 0.3s ease;
    margin-right: 15px;
    flex-shrink: 0;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}.audience-profile-3 p svg path {
    fill: rgb(135,144,166);
    transition: fill 0.3s ease;
}.audience-profile-3 p:hover svg {
    transform: translateZ(30px) scale(1.2);
}.audience-profile-3 p:hover svg path {
    fill: rgb(78,104,151);
}.audience-profile-3 p span {
    transform: translateZ(5px);
}.audience-profile-3::after {
    left: 0;
    background: linear-gradient(to top, #ffffff, transparent);
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
    pointer-events: none;
    bottom: 0;
    height: 200px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}


@media (max-width: 991px) {.audience-profile-3 {
    padding: 100px 0;
}.audience-profile-3 h4 {
    margin-bottom: 60px;
    font-size: calc(36px * 0.9);
}.audience-profile-3 div > div {
    gap: 30px;
}.audience-profile-3 p {
    padding: 20px;
}
    
    @keyframes float1 {
        0%, 100% {
            transform: translateZ(10px) translateY(0);
        }
        50% {
            transform: translateZ(20px) translateY(-10px);
        }
    }
    
    @keyframes float2 {
        0%, 100% {
            transform: translateZ(15px) translateY(0);
        }
        50% {
            transform: translateZ(25px) translateY(-12px);
        }
    }
}

@media (max-width: 768px) {.audience-profile-3 {
    padding: 80px 0;
}.audience-profile-3 h4 {
    margin-bottom: 50px;
    font-size: calc(36px * 0.8);
}.audience-profile-3 div > div {
    gap: 25px;
    grid-template-columns: 1fr;
}.audience-profile-3 p {
    padding: 18px;
}.audience-profile-3 p svg {
    height: 24px;
    margin-right: 12px;
    width: 24px;
}.audience-profile-3 p:nth-child(odd),
    .audience-profile-3 p:nth-child(even) {
    animation: none;
    transform: none;
}.audience-profile-3 p:hover {
    transform: translateY(-5px);
}.audience-profile-3 p:hover svg {
    transform: scale(1.2);
}.audience-profile-3::after {
    height: 100px;
}
}

@media (max-width: 576px) {.audience-profile-3 {
    padding: 60px 0;
}.audience-profile-3 h4 {
    font-size: calc(36px * 0.7);
    margin-bottom: 40px;
}.audience-profile-3 h4::before {
    height: 2px;
}.audience-profile-3 h4::after {
    bottom: 8px;
}.audience-profile-3 div > div {
    gap: 20px;
}.audience-profile-3 p {
    padding: 15px;
    font-size: calc(18px * 0.9);
}.audience-profile-3 p svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}}.stay-updated-2 {
    position: relative;
    padding: 60px 0;
    background: linear-gradient(135deg, rgb(135,144,166,0.5), rgb(135,144,166));
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), inset 0 2px 10px rgba(255, 255, 255, 0.1);
}.stay-updated-2::before {
    left: 0;
    z-index: 1;
    bottom: 0;
    opacity: 0.05;
    top: 0;
    pointer-events: none;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, transparent 0%, transparent 80%, rgb(78,104,151,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(135,144,166,0.5) 0px, rgb(135,144,166) 2px, transparent 2px, transparent 10px);
    right: 0;
    position: absolute;
}.stay-updated-2::after {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(78,104,151,0.5) 0%, transparent 70%);
    z-index: 0;
    filter: blur(40px);
    content: "";
    bottom: -10%;
    border-radius: 50%;
    right: -10%;
    opacity: 0.2;
    position: absolute;
}.stay-updated-2 .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    position: relative;
}.stay-updated-2 .knowledge-zone-9 {
    backface-visibility: hidden;
    padding: 40px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1),
                -8px -8px 20px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
}.stay-updated-2 .knowledge-zone-9:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15),
                -10px -10px 25px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.stay-updated-2 h3 {
    font-size: 23px;
    position: relative;
    letter-spacing: 0.03em;
    margin-bottom: 25px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    line-height: 1.4;
}.stay-updated-2 h3::after {
    content: "";
    border-radius: 50px;
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, rgb(135,144,166), rgb(78,104,151));
    width: 60px;
    position: absolute;
}.stay-updated-2 .input_holder {
    flex-direction: column;
    position: relative;
    margin-top: 30px;
    display: flex;
    gap: 15px;
}.stay-updated-2 .input_holder div {
    flex: 1;
    position: relative;
}.stay-updated-2 .input_holder div::before {
    top: 50%;
    content: "✉";
    position: absolute;
    font-size: 16px;
    transform: translateY(-50%);
    left: 15px;
    z-index: 10;
    transition: transform 0.3s, opacity 0.3s;
    color: rgb(78,104,151);
    opacity: 0.7;
    pointer-events: none;
}.stay-updated-2 .input_holder:focus-within div::before {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}.stay-updated-2 input.join-wrap-8 {
    box-shadow: inset 3px 3px 7px rgba(0, 0, 0, 0.1),
                inset -3px -3px 7px rgba(255, 255, 255, 0.7),
                4px 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: none;
    border-radius: 16px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    height: 60px;
    padding: 0 20px 0 40px;
}.stay-updated-2 input.join-wrap-8::placeholder {
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
}.stay-updated-2 input.join-wrap-8:focus {
    transform: translateY(-2px);
    outline: none;
    box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.1),
                inset -4px -4px 10px rgba(255, 255, 255, 0.7),
                0 0 0 3px rgba(rgb(135,144,166,0.5), 0.3);
}.stay-updated-2 input.join-wrap-8:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.3;
}.stay-updated-2 .sub-updates-5 {
    font-weight: 600;
    background: linear-gradient(135deg, rgb(135,144,166), rgb(78,104,151));
    width: 100%;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 60px;
    cursor: pointer;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.1),
                -4px -4px 12px rgba(255, 255, 255, 0.8),
                inset 1px 1px 3px rgba(255, 255, 255, 0.2);
    color: #ffffff;
    position: relative;
    border-radius: 16px;
    font-size: 15px;
    overflow: hidden;
    border: none;
}.stay-updated-2 .sub-updates-5::before {
    left: -100%;
    position: absolute;
    top: 0;
    transition: left 0.7s ease;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.stay-updated-2 .sub-updates-5:hover {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15),
                -5px -5px 15px rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
}.stay-updated-2 .sub-updates-5:hover::before {
    left: 100%;
}.stay-updated-2 .sub-updates-5:active {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1),
                -2px -2px 8px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(0, 0, 0, 0.1),
                inset -1px -1px 3px rgba(255, 255, 255, 0.5);
    transform: translateY(1px);
}

@media (min-width: 768px) {.stay-updated-2 .input_holder {
    flex-direction: row;
    align-items: center;
}.stay-updated-2 .sub-updates-5 {
    padding: 0 30px;
    flex-shrink: 0;
    width: auto;
}.stay-updated-2 .knowledge-zone-9 {
    padding: 50px;
}.stay-updated-2 h3 {
    margin-bottom: 30px;
    font-size: calc(23px * 1.1);
}
}

@media (max-width: 767px) {.stay-updated-2 {
    padding: 40px 0;
}.stay-updated-2 .knowledge-zone-9 {
    padding: 30px 20px;
    transform: perspective(1000px) rotateX(1deg);
}.stay-updated-2 h3 {
    line-height: 1.5;
    font-size: calc(23px * 0.9);
}.stay-updated-2 .input_holder {
    margin-top: 25px;
}.stay-updated-2 input.join-wrap-8,
    .stay-updated-2 .sub-updates-5 {
    height: 55px;
}
}

@media (max-width: 480px) {.stay-updated-2 {
    padding: 30px 0;
}.stay-updated-2 .knowledge-zone-9 {
    padding: 25px 15px;
}.stay-updated-2 h3 {
    font-size: calc(23px * 0.85);
}.stay-updated-2 input.join-wrap-8,
    .stay-updated-2 .sub-updates-5 {
    height: 50px;
}.stay-updated-2 input.join-wrap-8 {
    padding-left: 35px;
}.stay-updated-2 .input_holder div::before {
    left: 12px;
    font-size: 14px;
}
}