* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

header,footer {
    width: 100%;
}

header {
    width: 100%;
    left: 0;
    top: 0;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(179,186,208,0.5) 100%);
    background: #000000;
    z-index: 1000;
    position: fixed;
    overflow: hidden;
}

.our-mission-0 .container {
    margin: 0 auto;
    max-width: 1280px;
    z-index: 2;
    position: relative;
    padding: 0 15px;
}

.our-mission-0 .knowledge-experts-2 {
    gap: 40px 60px;
    display: grid;
    grid-template-rows: auto 1fr;
    position: relative;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "logo director"
        "content director";
}

.our-mission-0 .learn-experts-3 {
    overflow: hidden;
    border-radius: 12px;
    height: 550px;
    position: relative;
    grid-area: director;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
}

.our-mission-0 .learn-experts-3:hover .vision-mission-5 {
    transform: translateY(-10px);
}

.our-mission-0 .virtual-track-5 {
    font-weight: 700;
    margin: 0 0 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 21px;
    padding-bottom: 12px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
}

.our-mission-0 .study-track-4 {
    color: #ffffff;
    font-weight: 400;
    font-family: Arial, sans-serif;
    opacity: 0.9;
    font-size: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0;
}

.our-mission-0 .knowledge-center-7 svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,186,208);
}

.our-mission-0 h2 {
    font-size: 37px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    line-height: 1.3;
    position: relative;
    color: #000000;
}

.our-mission-0 .text-cloud-4 p::first-letter {
    font-size: 130%;
    font-weight: 600;
    color: rgb(179,186,208);
}

.connect-with-us-9::after {
    position: absolute;
    top: -50%;
    background: linear-gradient(135deg, rgb(179,186,208,0.5) 0%, transparent 70%);
    width: 100%;
    right: -50%;
    z-index: 0;
    height: 100%;
    content: "";
    transform: rotate(45deg);
}

.connect-with-us-9 .container {
    position: relative;
    padding: 0 15px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.connect-with-us-9 h3::before {
    bottom: -15px;
    position: absolute;
    content: "";
    width: 80px;
    background: rgb(179,186,208);
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
}

.connect-with-us-9 .support-box-2 {
    padding: 50px;
    position: relative;
    flex: 1 1 60%;
}

.connect-with-us-9 .support-box-2::before {
    background: linear-gradient(to bottom, transparent, rgb(224,226,233), transparent);
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    width: 1px;
    right: 0;
}

.connect-with-us-9 .support-box-2 input[type="text"]:focus,
.connect-with-us-9 .support-box-2 textarea:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgb(179,186,208,0.5);
    border-color: rgb(179,186,208);
}

.connect-with-us-9 .support-box-2 .query-widget-6 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.connect-with-us-9 .support-box-2 .query-widget-6 label::before {
    height: 18px;
    position: absolute;
    border-radius: 2px;
    width: 18px;
    transition: all 0.3s ease;
    top: 3px;
    left: 0;
    border: 2px solid rgb(224,226,233);
    content: "";
}

.connect-with-us-9 .support-box-2 .query-widget-6 a::after {
    width: 100%;
    transform-origin: right;
    background: rgb(179,186,208);
    content: "";
    left: 0;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    position: absolute;
    bottom: -2px;
    height: 1px;
}

.connect-with-us-9 .support-box-2 .connect-links-9:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    color: #ffffff;
}

.connect-with-us-9 .support-box-2 .connect-links-9:hover::before {
    width: 100%;
}

.connect-with-us-9 .help-map-9::before {
    position: absolute;
    left: 0;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    opacity: 0.03;
    background-size: 30px 30px;
    content: "";
    background-image: 
        linear-gradient(45deg, rgb(179,186,208,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(179,186,208,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(179,186,208,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(179,186,208,0.5) 75%);
    top: 0;
    width: 100%;
    height: 100%;
}

.connect-with-us-9 .help-map-9 .contact-message-5 li:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.connect-with-us-9 .help-map-9 .contact-message-5 li span {
    color: #000000;
    font-size: 13px;
}

header::before {
    z-index: 1;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(120,136,183,0.5) 10px,
            rgb(120,136,183,0.5) 11px
        );
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.03;
    content: "";
    position: absolute;
    height: 100%;
}

header .main-start-0 {
    position: relative;
    justify-content: center;
    margin-bottom: 2rem;
    z-index: 3;
    display: flex;
    text-decoration: none;
    padding: 0.5rem 2rem;
}

header .main-start-0 svg {
    height: 48px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    width: auto;
    filter: drop-shadow(0 0 8px rgb(179,186,208,0.5));
    position: relative;
}

header .top-mainwrap-6::before {
    height: 1px;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: rgb(179,186,208,0.5);
}

header .main-guide-7::before {
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg,
        transparent,
        rgb(120,136,183,0.5),
        transparent);
    transition: left 0.5s ease;
    opacity: 0.5;
    left: -100%;
    width: 100%;
}

header .main-guide-7:hover {
    box-shadow: 0 0 15px rgb(179,186,208,0.5),
                inset 0 0 10px rgb(179,186,208,0.5);
    color: rgb(120,136,183);
    transform: translateY(-2px);
    border-color: rgb(120,136,183);
}

.training-results-4::after {
    left: -50px;
    bottom: -50px;
    animation: pulse 12s infinite alternate-reverse;
    width: 250px;
    height: 250px;
    z-index: 0;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgba(rgb(120,136,183,0.5), 0.1) 0%, rgba(rgb(120,136,183,0.5), 0) 70%);
}

.training-results-4 .container {
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.training-results-4 .knowledge-experts-2:hover {
    box-shadow: 0 20px 50px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-5px);
}

.training-results-4 .knowledge-experts-2:hover .photo-box-wrap-2 {
    transform: scale(1.05);
}

.training-results-4 .text-cloud-4 {
    padding: 0 1.5rem 2rem;
}

.training-results-4 ul {
    display: grid;
    list-style: none;
    gap: 1.2rem;
    margin: 0;
    padding: 0;
}

.training-results-4 li svg {
    margin-right: 1rem;
    position: absolute;
    top: 2px;
    height: 24px;
    transition: transform 0.3s ease;
    width: 24px;
    left: 0;
    transform: scale(0.85);
}

.training-results-4 li:nth-child(even) {
    border-left: 2px solid rgba(rgb(120,136,183,0.5), 0.2);
    padding-left: 2.7rem;
}

.secure-hideout-4:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.secure-hideout-4 h2 {
    border-bottom: 1px solid rgb(120,136,183,0.5);
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 35px;
    padding-bottom: 8px;
    margin-top: 30px;
    color: rgb(120,136,183);
}

.secure-hideout-4 li {
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
}

.secure-hideout-4 p, .secure-hideout-4 span, .secure-hideout-4 div {
    font-size: 17px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    margin-bottom: 15px;
}

.secure-hideout-4 p {
    text-align: justify;
}

.tyDiv-6::after {
    z-index: 1;
    content: "";
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(15deg);
    height: 20rem;
    filter: blur(8px);
    opacity: 0.09;
    bottom: -5%;
    position: absolute;
    left: -5%;
    width: 20rem;
    background: linear-gradient(45deg, rgb(120,136,183) 0%, transparent 70%);
}

.tyDiv-6 .knowledge-experts-2 > div:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}

.tyDiv-6 .knowledge-experts-2 > div:first-child::after {
    height: 3px;
    transform-origin: left center;
    transition: width 0.4s ease-out;
    bottom: -0.75rem;
    width: 4rem;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(179,186,208), rgb(120,136,183));
}

.tyDiv-6 a::before {
    right: 0;
    background: linear-gradient(to top left, rgb(179,186,208,0.5) 0%, transparent 100%);
    transform: translateY(100%);
    position: absolute;
    z-index: 0;
    opacity: 0;
    content: "";
    height: 100%;
    bottom: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    width: 100%;
}

.developer-experience-4 .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1140px;
}

.developer-experience-4 .review-experiences-4 {
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    display: grid;
    gap: 2rem;
    border-left: 4px solid rgb(179,186,208);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03),
        0 20px 40px rgba(0, 0, 0, 0.06);
    padding: 2.5rem;
    overflow: hidden;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.96));
    transform: perspective(1000px) rotateY(-1deg);
}

.developer-experience-4 .review-experiences-4:hover .photo-box-wrap-2 {
    transform: translateZ(30px) rotate(0deg);
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.9),
        0 15px 25px rgba(0, 0, 0, 0.2);
}

.developer-experience-4 .review-experiences-4:hover .name::after {
    width: 60px;
}

.developer-experience-4 .career-back-7::before {
    position: absolute;
    left: -10px;
    top: -20px;
    font-family: serif;
    opacity: 0.3;
    color: rgb(120,136,183,0.5);
    font-size: 5rem;
    content: "";
    line-height: 1;
}

.plan-comparison-1 .bundle-price-8 {
    align-items: center;
    flex-direction: column;
    display: flex;
}

.plan-comparison-1 h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    position: relative;
    animation: float 6s ease-in-out infinite;
    font-weight: 700;
    transform: translateY(0);
}

.plan-comparison-1 .fee-chart-0 li {
    perspective: 1000px;
}

.plan-comparison-1 .cost-options-9:hover {
    transform: translateY(-10px) rotateY(2deg);
}

.plan-comparison-1 .payment-scheme-6 {
    height: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    padding: 35px 30px;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    display: flex;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    flex-direction: column;
}

.plan-comparison-1 .learn-fees-8 {
    background: linear-gradient(135deg, rgb(179,186,208,0.5) 0%, rgb(120,136,183,0.5) 100%);
    font-size: calc(23px * 1.4);
    padding: 10px 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: inline-block;
    border-radius: 6px;
    transition: all 0.3s ease;
    color: #ffffff;
    align-self: flex-start;
    font-weight: 700;
    transform: translateZ(10px);
}

.course-program-info-6 .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}

.course-program-info-6 h2::after {
    position: absolute;
    left: 0;
    transform-origin: left;
    content: "";
    width: 6rem;
    transform: scaleX(0);
    animation: expandLine 1.2s ease-out 0.7s forwards;
    height: 3px;
    bottom: -0.8rem;
    background: rgb(179,186,208);
}

.course-program-info-6 .photo-box-wrap-2::after {
    left: 0;
    content: "";
    transform: translateX(-20px);
    position: absolute;
    width: 20px;
    height: 100%;
    background: rgb(179,186,208);
    opacity: 0;
    transition: all 0.5s ease-out;
    top: 0;
}

.course-program-info-6 .text-cloud-4 {
    scrollbar-color: rgb(179,186,208) transparent;
    scrollbar-width: thin;
    padding-right: 1.5rem;
    overflow-y: auto;
    max-height: 400px;
}

.course-program-info-6 .description:last-of-type {
    position: relative;
    padding-top: 1.5rem;
}

.primary-page-0 {
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
}

.primary-page-0 .course-home-4:before {
    left: 0;
    content: "";
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.primary-page-0 .learning-creators-7:hover:before {
    opacity: 0.8;
}

.primary-page-0 .title_style_header {
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.2;
    font-size: calc(42px * 1.2);
    position: relative;
    opacity: 0;
    animation: slideInHeader 1s forwards 0.3s;
    padding-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    transform: translateX(-20px);
    color: #ffffff;
}

.primary-page-0 p {
    position: relative;
    animation: slideInText 1s forwards 0.9s;
    max-width: 85%;
    font-size: 14px;
    padding-left: 20px;
    transform: translateX(-20px);
    line-height: 1.6;
    color: #ffffff;
    opacity: 0;
    margin-bottom: 2rem;
}

.target-audience-0::before {
    opacity: 0.08;
    height: 200%;
    width: 80%;
    background: rgb(179,186,208,0.5);
    left: -30%;
    transform: rotate(-30deg);
    z-index: 1;
    top: -50%;
    content: "";
    position: absolute;
}

.target-audience-0 .knowledge-experts-2 {
    position: relative;
}

.target-audience-0 h4::after {
    bottom: 0;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    border-radius: 3px;
    left: 50%;
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(179,186,208), rgb(120,136,183));
}

.target-audience-0 p::after {
    width: 4px;
    position: absolute;
    height: 100%;
    background: rgb(179,186,208);
    content: "";
    top: 0;
    left: 0;
    transition: width 0.3s ease;
}

.target-audience-0 p:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) rotateX(5deg);
}

.target-audience-0 p:hover::after {
    width: 8px;
}

.target-audience-0 p:hover svg {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: rotate(10deg);
}

.target-audience-0 p span {
    padding: 20px 20px 20px 0;
    flex: 1;
}

.target-audience-0 p:nth-child(even) {
    transform: translateZ(20px);
}

.target-audience-0 p:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(120,136,183,0.5);
}

.target-audience-0 p:nth-child(3n+1)::after {
    background: rgb(179,186,208);
}



.target-audience-0 .knowledge-experts-2 > div p {
    animation: fadeInStagger 0.6s ease forwards;
    opacity: 0;
}

.target-audience-0 .knowledge-experts-2 > div p:nth-child(4) {
    animation-delay: 0.4s;
}

.target-audience-0 p:hover:nth-child(odd) {
    box-shadow: 10px 10px 0 rgb(179,186,208,0.5);
}

.policy-links-6::after {
    top: 0;
    animation: gridAnimate 15s linear infinite;
    content: "";
    left: 0;
    height: 100%;
    background-size: 30px 30px;
    z-index: -1;
    opacity: 0.15;
    background-position: center;
    background: 
        linear-gradient(rgba(rgb(179,186,208), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(179,186,208), 0.2) 1px, transparent 1px);
    position: absolute;
    width: 100%;
}

.policy-links-6 .company_holder h3::after {
    left: 0;
    background: rgb(179,186,208);
    bottom: -5px;
    position: absolute;
    width: 30%;
    content: "";
    height: 2px;
    box-shadow: 0 0 10px rgb(179,186,208);
}

.policy-links-6 .cert-block-8 {
    justify-content: flex-end;
    grid-column: 6 / 13;
    display: flex;
    grid-row: 1;
}

.policy-links-6 .top-mainwrap-6:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.policy-links-6 .top-mainwrap-6 h5 {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
    color: rgb(120,136,183);
    font-size: 22px;
}

.policy-links-6 .top-mainwrap-6 .head-guide-9 a::before {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(rgb(179,186,208,0.5), 0.1), transparent);
    left: 0;
    z-index: -1;
    top: 0;
    position: absolute;
}

.teach-supp-3::before {
    content: "";
    width: 60%;
    height: 1px;
    transform: translateX(-50%);
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(179,186,208), transparent);
    left: 50%;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (max-width: 991px) {.our-mission-0 {
    padding: 100px 0;
}.our-mission-0 .knowledge-experts-2 {
    grid-template-rows: auto auto auto;
    gap: 30px;
    grid-template-areas:
            "logo"
            "director"
            "head-sitebar-0";
    grid-template-columns: 1fr;
}.our-mission-0 .learn-experts-3 {
    max-width: 100%;
    height: 450px;
}.our-mission-0 .text-cloud-4 {
    padding-left: 30px;
    padding-right: 0;
}.our-mission-0 .text-cloud-4::before {
    left: 0;
    height: 80%;
}

}



@media (max-width: 992px) {.connect-with-us-9 {
    padding: 60px 0;
}.connect-with-us-9 h3 {
    margin-bottom: 40px;
}.connect-with-us-9 .reach-box-6 {
    flex-direction: column;
}.connect-with-us-9 .support-box-2,
    .connect-with-us-9 .help-map-9 {
    flex: 1 1 100%;
}.connect-with-us-9 .support-box-2::before {
    display: none;
}.connect-with-us-9 .support-box-2 {
    padding: 40px;
}.connect-with-us-9 .help-map-9 {
    padding: 40px;
}
}



@media (max-width: 991px) {header .main-start-0 {
    margin-bottom: 1.5rem;
}header .main-start-0 svg {
    height: 42px;
}header .main-guide-7 {
    padding: 0.5rem 1.5rem;
    font-size: calc(15px - 1px);
}
}



@media (max-width: 767px) {header .site-nav-5 {
    padding-top: 1rem;
}header .main-start-0 {
    margin-bottom: 1rem;
}header .main-start-0 svg {
    height: 36px;
}header .top-mainwrap-6 {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .main-guide-7 {
    font-size: calc(15px - 2px);
    padding: 0.4rem 1.2rem;
    margin: 0 0.2rem;
}header .main-guide-7:first-child {
    margin-left: 1rem;
}header .main-guide-7:last-child {
    margin-right: 1rem;
}header .main-guide-7::after {
    width: 6px;
    right: 8px;
    height: 6px;
}}



@media (max-width: 767px) {.training-results-4 h5 {
    font-size: calc(20px * 0.9);
    padding: 0 1rem;
}.training-results-4 .knowledge-experts-2 {
    margin: 0 0.5rem;
}.training-results-4 .container {
    padding: 0 1rem;
}.training-results-4 ul {
    grid-template-columns: 1fr;
}.training-results-4 li {
    margin-bottom: 0.5rem;
}}



@media (min-width: 768px) {.tyDiv-6 {
    padding: 6rem 0;
}.tyDiv-6 .knowledge-experts-2 {
    padding: 4rem;
    border-left: 6px solid rgb(179,186,208);
}.tyDiv-6 .knowledge-experts-2 > div:first-child {
    margin-bottom: 2rem;
}.tyDiv-6 .knowledge-experts-2 > div:first-child::after {
    height: 4px;
    width: 6rem;
}.tyDiv-6 .knowledge-experts-2:hover > div:first-child::after {
    width: 12rem;
}
}



@media (max-width: 767px) {.tyDiv-6 {
    padding: 3rem 0;
}.tyDiv-6 .knowledge-experts-2 {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
}.tyDiv-6 h5 {
    font-size: calc(19px * 0.9);
}.tyDiv-6 p {
    font-size: calc(13px * 0.95);
}.tyDiv-6 .knowledge-experts-2 > div:first-child::after {
    width: 3rem;
}.tyDiv-6 .knowledge-experts-2:hover > div:first-child::after {
    width: 6rem;
}
}



@media (max-width: 767px) {.developer-experience-4 {
    padding: 4rem 0;
}.developer-experience-4 .review-experiences-4 {
    padding: 2rem;
}.developer-experience-4 .photo-box-wrap-2 {
    margin-bottom: 1rem;
}
}



@media (max-width: 575px) {.developer-experience-4 .review-experiences-4 {
    padding: 1.5rem;
    transform: none;
}.developer-experience-4 .photo-box-wrap-2 {
    height: 100px;
    width: 100px;
}.developer-experience-4 .career-back-7 {
    line-height: 1.6;
    font-size: calc(13px - 0.1rem);
}
}



@media (max-width: 1200px) {.plan-comparison-1 {
    padding: 100px 0;
}.plan-comparison-1 .fee-chart-0 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 992px) {.plan-comparison-1 {
    padding: 80px 0;
}.plan-comparison-1 .fee-chart-0 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.plan-comparison-1 h2 {
    font-size: calc(36px * 0.9);
}
}



@media (min-width: 768px) {.course-program-info-6 {
    padding: 8rem 0;
}.course-program-info-6 h2 {
    max-width: 80%;
    font-size: calc(29px * 1.1);
    margin-bottom: 4rem;
}.course-program-info-6 .grow-skills-2 {
    align-items: flex-start;
    gap: 4rem;
    grid-template-columns: 45% 1fr;
}.course-program-info-6 .photo-box-wrap-2 {
    height: 450px;
    position: sticky;
    top: 2rem;
}.course-program-info-6 .text-cloud-4 {
    max-height: 600px;
}
}



@media (max-width: 1200px) {.primary-page-0 .learning-creators-7 {
    margin-left: 5%;
    padding: 2.5rem;
}.primary-page-0 .title_style_header {
    font-size: calc(42px * 1.1);
}
}



@media (max-width: 768px) {.primary-page-0 .course-home-4 {
    justify-content: center;
}.primary-page-0 .learning-creators-7 {
    margin: 0 auto;
    transform: none;
    width: 90%;
    padding: 2rem;
}.primary-page-0 .learning-creators-7:hover {
    transform: translateY(-5px);
}.primary-page-0 .title_style_header {
    font-size: 42px;
}.primary-page-0 h3 {
    font-size: calc(21px * 0.9);
}
}



@media (max-width: 768px) {.target-audience-0 {
    padding: 80px 0;
}.target-audience-0 h4 {
    font-size: calc(33px * 0.8);
    margin-bottom: 35px;
}.target-audience-0 div > div {
    gap: 20px;
}.target-audience-0 p {
    width: 100%;
    min-height: 80px;
}.target-audience-0 p svg {
    width: 32px;
    height: 32px;
    padding: 6px;
    margin: 0 10px;
}.target-audience-0 p span {
    padding: 15px 15px 15px 0;
}
}



@media screen and (max-width: 992px) {.policy-links-6 .container {
    grid-template-columns: repeat(1, 1fr);
}.policy-links-6 .company_holder {
    grid-column: 1;
    grid-row: 1;
}.policy-links-6 .cert-block-8 {
    margin-top: 2rem;
    grid-row: 2;
    grid-column: 1;
}.teach-supp-3 {
    grid-row: 3;
    margin-top: 3rem;
}
}



@media screen and (max-width: 576px) {.policy-links-6 {
    padding: 3rem 0 2rem;
}.policy-links-6 .company_holder h3 {
    font-size: calc(29px * 0.9);
}.policy-links-6 .verify-cta-4 {
    font-size: calc(17px * 0.9);
}.policy-links-6 .top-mainwrap-6 .head-guide-9 a {
    font-size: calc(17px * 0.9);
}.teach-supp-3 {
    padding: 1rem 0;
    margin-top: 2rem;
}
}



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



@keyframes fadeUpContent {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes shimmer {
    100% {
        left: 100%;
    }
}

@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

