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

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    overflow: visible;
    padding: 0;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, rgb(156,113,104) 0%, rgb(189,174,153) 100%);
    margin-top: 0;
}

.secure-shell-lyE h3, .secure-shell-lyE h4, .secure-shell-lyE h5, .secure-shell-lyE h6 {
    margin: 10px 0;
}

.secure-shell-lyE li {
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(189,174,153,0.5);
    color: #000000;
    padding-bottom: 5px;
}

.meet-us-UPa::before {
    top: 0;
    position: absolute;
    z-index: -1;
    opacity: 0.15;
    background: 
        linear-gradient(217deg, rgb(189,174,153,0.5), transparent 70%),
        linear-gradient(127deg, rgb(156,113,104,0.5), transparent 70%),
        linear-gradient(336deg, rgb(189,174,153,0.5), transparent 70%);
    height: 100%;
    transform-origin: center center;
    width: 100%;
    animation: gradientFlow 15s ease infinite;
    filter: blur(20px);
    content: "";
    left: 0;
}

.meet-us-UPa .virtual-training-oQd::before {
    content: "";
    position: absolute;
    transition: opacity 0.4s ease;
    z-index: -1;
    opacity: 0.07;
    inset: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, transparent 0%, rgb(189,174,153,0.5) 100%);
}

.meet-us-UPa .img-text-overlay-awf::before {
    mask-composite: exclude;
    content: "";
    position: absolute;
    animation: rotate 8s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    border-radius: 50%;
    padding: 3px;
    inset: -3px;
    background: conic-gradient(rgb(189,174,153), rgb(156,113,104), rgb(189,174,153));
    -webkit-mask-composite: xor;
}

.meet-us-UPa .learning-studio-wIo::after {
    left: 50%;
    background: rgb(189,174,153);
    transition: width 0.4s ease;
    content: "";
    bottom: -4px;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
}

.meet-us-UPa .text-column-wrap-oRy:hover {
    border-color: rgb(156,113,104,0.5);
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(156,113,104,0.5);
}

.meet-us-UPa .text-column-wrap-oRy:hover::before,
.meet-us-UPa .text-column-wrap-oRy:hover::after {
    opacity: 0.08;
    filter: blur(40px);
}

.meet-us-UPa .text-column-wrap-oRy:hover .master-program-QEI::after {
    width: 50%;
}

.meet-us-UPa .master-program-QEI svg {
    fill: rgb(189,174,153);
    transition: all 0.4s ease;
    height: 48px;
    width: 48px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.meet-us-UPa .text-column-wrap-oRy h2 {
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    color: #000000;
    transition: all 0.4s ease;
    padding-bottom: 20px;
    font-size: calc(34px * 1.1);
    position: relative;
}

.meet-us-UPa .edu-heritage-qPz::after {
    background-position: 0 0, 20px 20px;
    top: 0;
    position: absolute;
    background-size: 40px 40px;
    pointer-events: none;
    z-index: -1;
    left: 0;
    content: "";
    opacity: 0.03;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(rgb(189,174,153,0.5) 1px, transparent 1px),
        radial-gradient(rgb(156,113,104,0.5) 1px, transparent 1px);
}

.meet-us-UPa .edu-heritage-qPz::after {
    left: 50%;
    background: linear-gradient(to bottom, rgb(189,174,153), transparent);
    width: 2px;
    z-index: 0;
    content: "";
    position: absolute;
    animation: pulseHeight 3s infinite;
    top: 350px;
    height: 40px;
}

.course-highlights-Ewd .edu-heritage-qPz {
    width: 100%;
    position: relative;
    max-width: 800px;
}

.course-highlights-Ewd .skill-master-YdJ::before {
    width: 100%;
    opacity: 0.7;
    position: absolute;
    height: 100%;
    animation: pulse-gradient 8s ease infinite;
    left: 0;
    top: 0;
    content: "";
    background: 
        linear-gradient(
            90deg, 
            transparent 0%,
            rgba(var(--primary-color, 0, 204, 204), 0.05) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0.05) 75%,
            transparent 100%
        );
}

.course-highlights-Ewd .skill-master-YdJ h3::after {
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    width: 30%;
    left: 50%;
    background: linear-gradient(
        90deg,
        rgb(189,174,153) 0%,
        rgb(156,113,104) 100%
    );
    bottom: -8px;
    transform: translateX(-50%);
}

.course-highlights-Ewd .skill-master-YdJ .connect-grid-iFE::after {
    width: 200%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    transform: scale(0);
    position: absolute;
    left: -50%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    content: "";
    height: 200%;
    top: -50%;
}



.course-highlights-Ewd .study-track-ZQR:nth-child(1)::before {
    animation-delay: 0s;
}

.course-highlights-Ewd .study-track-ZQR:nth-child(3)::before {
    animation-delay: 4s;
}

.thankYouHub-VJN {
    position: relative;
    background: linear-gradient(135deg, rgb(211,204,197) 0%, rgb(156,113,104,0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
}

.thankYouHub-VJN h2 {
    color: #000000;
    transform: translateY(20px);
    margin-bottom: 2.5rem;
    animation: slideUp 0.8s forwards ease-out 0.2s;
    font-weight: 700;
    font-size: 35px;
    opacity: 0;
    position: relative;
    max-width: 80%;
}

.thankYouHub-VJN .edu-heritage-qPz::before {
    height: 100%;
    opacity: 0.03;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(189,174,153,0.5) 0%, transparent 100%);
    content: "";
    width: 100%;
}

.training-results-GwR {
    padding: 90px 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(150deg, #ffffff 0%, rgb(211,204,197) 100%);
}



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

.training-results-GwR .edu-heritage-qPz::before {
    content: "";
    opacity: 0.2;
    left: 0;
    transform: translateY(-60px);
    height: 70px;
    transition: transform 0.4s ease;
    background-image: linear-gradient(
    90deg, 
    rgb(189,174,153,0.5), 
    rgb(156,113,104,0.5), 
    rgb(189,174,153,0.5)
  );
    position: absolute;
    top: 0;
    width: 100%;
}

.training-results-GwR h3::after {
    left: 0;
    width: 40px;
    height: 3px;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    background: rgb(156,113,104);
    bottom: -8px;
}

.training-results-GwR li:hover {
    border-left: 2px solid rgb(189,174,153);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.08),
    inset 1px 1px 2px rgba(255, 255, 255, 0.9);
    transform: translateX(10px);
}

.training-results-GwR svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.service-package-xlp {
    font-family: Arial, sans-serif;
    padding: 100px 0;
    background-color: rgb(211,204,197);
    overflow: hidden;
    position: relative;
}

.service-package-xlp .cert-plans-yta {
    display: flex;
    flex-direction: column;
}

.service-package-xlp .learning-packages-imC h2 {
    text-transform: uppercase;
    font-size: 34px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #000000;
}

.service-package-xlp .learn-pricing-kFe {
    animation: fadeUp 0.8s ease-out forwards;
    display: block;
    perspective: 1000px;
    animation-delay: calc(0.15s * var(--i, 1));
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    opacity: 0;
}

.service-package-xlp .learn-pricing-kFe:hover .group-rates-Cwr h3 {
    transform: translateX(5px);
    color: rgb(189,174,153);
}

.service-package-xlp .learn-pricing-kFe:hover .monthly-rate-tMH {
    color: rgb(189,174,153);
    transform: scale(1.05);
}

.service-package-xlp .img-text-overlay-awf {
    height: 200px;
    overflow: hidden;
    width: 100%;
    position: relative;
    transition: all 0.5s ease;
}

.service-package-xlp .learn-pricing-kFe:hover .img-text-overlay-awf::after {
    opacity: 0.3;
}

.title-screen-zwq .knowledge-study-lNh {
    margin-bottom: 2rem;
    position: relative;
}

.title-screen-zwq .learn-front-QoH {
    font-weight: 700;
    padding-bottom: 0.5rem;
    display: inline-block;
    color: rgb(189,174,153);
    margin: 0;
    position: relative;
    font-size: 48px;
}

.title-screen-zwq .course-entry-per:hover::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.title-screen-zwq .course-entry-per p::before {
    width: 8px;
    top: 50%;
    content: "";
    left: 0;
    background-color: rgb(156,113,104);
    transform: translateY(-50%) rotate(45deg);
    height: 8px;
    position: absolute;
}

.help-center-eKP::after {
    height: 100%;
    top: 0;
    background: linear-gradient(to left, rgb(189,174,153,0.5) 0%, transparent 100%);
    position: absolute;
    right: 0;
    z-index: 1;
    width: 40%;
    content: '';
}

.help-center-eKP .img-text-overlay-awf {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
}

.help-center-eKP .reach-out-sVo {
    border: 1px solid rgb(156,113,104,0.5);
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 3;
    border-radius: 13px;
    position: relative;
}

.help-center-eKP .edu-askedu-KfB svg {
    width: 24px;
    fill: rgb(189,174,153);
    margin-right: 15px;
    height: 24px;
    transition: transform 0.3s ease, fill 0.3s ease;
}

.help-center-eKP .learn-faq-oTD p {
    background: #ffffff;
    padding: 15px 15px 15px 50px;
    display: flex;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-size: 13px;
    margin: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: column;
    color: #000000;
    border-left: 3px solid rgb(189,174,153);
    border-radius: 10px;
    position: relative;
}

.help-center-eKP .learn-faq-oTD p span a:hover {
    color: rgb(156,113,104);
}

.help-center-eKP .request-feedback-ndv {
    border-top: 1px solid rgb(156,113,104,0.5);
    padding-top: 25px;
    margin-top: 15px;
}

.help-center-eKP .contact-form-cEJ svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}

.help-center-eKP .contact-form-cEJ::before {
    content: '';
    left: 0;
    position: absolute;
    background: rgb(189,174,153);
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 10px;
    width: 10px;
    display: none;
}

.help-center-eKP .course-faq-KXF:hover::before {
    height: 100%;
}

.help-center-eKP .course-faq-KXF::after {
    z-index: -1;
    transition: width 0.5s ease;
    left: 0;
    position: absolute;
    height: 100%;
    content: '';
    width: 0;
    background: linear-gradient(to right, rgb(156,113,104,0.5) 0%, transparent 100%);
    top: 0;
    opacity: 0.2;
}

.teaching-process-gdR .edu-heritage-qPz {
    justify-content: center;
    perspective: 1000px;
    align-items: center;
    display: flex;
}

.teaching-process-gdR .edu-heritage-qPz > div:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
                0 1px 5px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px) rotateX(2deg);
}

.teaching-process-gdR h3::after {
    position: absolute;
    transform: scaleX(1);
    left: 0;
    transform-origin: left center;
    width: 60px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(189,174,153) 0%, rgb(156,113,104) 100%);
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
}

.teaching-process-gdR .edu-heritage-qPz > div:hover p span::before {
    opacity: 0.7;
    transform: scaleX(1);
}

header .top-skill-NSZ {
    overflow: visible;
    padding: 0.5rem;
    position: relative;
    margin-right: 2rem;
    flex: 0 0 auto;
}

header .top-skill-NSZ::before {
    position: absolute;
    transform: skew(-5deg);
    right: -5px;
    left: -5px;
    border: 2px solid #ffffff;
    z-index: -1;
    opacity: 0.1;
    top: -5px;
    bottom: -5px;
    content: '';
    transition: all 0.3s ease;
}

header .main-base-DbY {
    margin: 0 0.4rem;
    position: relative;
}

header .main-base-DbY a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    text-shadow: none;
    border-color: #ffffff;
    color: rgb(189,174,153);
}

header .main-base-DbY:hover::after {
    bottom: -5px;
    opacity: 0.5;
}

header .nav-primary-vDa::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
    height: 1px;
    bottom: 0;
}

.enroll-instantly-HDa::after {
    width: 100%;
    z-index: 1;
    position: absolute;
    transform: skewY(-3deg);
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(156,113,104,0.5));
    opacity: 0.2;
    height: 30%;
    right: 0;
    transform-origin: bottom right;
    content: "";
}

.enroll-instantly-HDa span {
    transform: perspective(800px) rotateX(2deg);
    display: inline-block;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.enroll-instantly-HDa .connect-grid-iFE::after {
    z-index: 0;
    background: radial-gradient(circle, rgb(156,113,104,0.5) 0%, transparent 70%);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    opacity: 0;
    content: "";
    top: -50%;
    height: 200%;
    left: -50%;
    position: absolute;
    transform: scale(0.5);
    width: 200%;
}

.enroll-instantly-HDa .connect-grid-iFE:hover span {
    transform: scale(1.05);
}

.pitch-comp-Vpb::before {
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    opacity: 0.1;
}

.pitch-comp-Vpb .glossary-RVa {
    font-size: 18px;
    padding-top: 15px;
    margin: 0 auto;
    max-width: 80%;
    position: relative;
    line-height: 1.6;
    text-align: center;
}

.pitch-comp-Vpb .nav-section-EbM {
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    min-width: 250px;
    max-width: calc(50% - 30px);
    transform: translateZ(0);
    transition: transform 0.3s ease;
    flex: 1;
    padding: 20px;
}

.pitch-comp-Vpb .nav-section-EbM .nav-mentor-hrD {
    gap: 12px;
    flex-direction: column;
    display: flex;
    padding: 0 10px;
    margin: 0;
}

.pitch-comp-Vpb .nav-section-EbM .nav-mentor-hrD a::before {
    flex-shrink: 0;
    height: 6px;
    border-radius: 50%;
    min-width: 6px;
    background: rgb(156,113,104);
    content: '';
    margin-right: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0);
}



.pitch-comp-Vpb .intern-opp-MPc::before {
    width: 250px;
    position: absolute;
    background: rgb(156,113,104);
    content: '';
    opacity: 0.1;
    height: 250px;
    animation: pulse 10s infinite ease-in-out reverse;
    left: -5%;
    border-radius: 50%;
    z-index: -1;
    filter: blur(100px);
    bottom: -10%;
}

.academic-experience-bKc .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.academic-experience-bKc .rating-views-Imv > div:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
}

.academic-experience-bKc .img-text-overlay-awf {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    width: 180px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    height: 180px;
    transform: rotate(-3deg);
    border: 4px solid #ffffff;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.academic-experience-bKc .emp-skills-MHf {
    margin: 0;
    line-height: 1.8;
    font-size: 18px;
    position: relative;
    color: #000000;
    padding-left: 1.5rem;
}

.cookieNoticePromptPanel-Bza h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.cookie-check-RKC {
    flex-shrink: 0;
    margin-right: 10px;
}


#cookieNoticePopup-Whp {
    display: none;
}

#cookieNoticePopup-Whp:checked ~ .cookieNoticePromptPanel-Bza {
    visibility: hidden;
    opacity: 0;
}

.contact-form-section-Dpr::after {
    height: 100%;
    background-position: 0 0, 0 0, 0 0, 0 0;
    z-index: 1;
    top: 0;
    opacity: 0.2;
    animation: backgroundMove 30s infinite linear;
    left: 0;
    width: 100%;
    background-image: 
        repeating-linear-gradient(45deg, rgb(189,174,153,0.5) 0, rgb(189,174,153,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(156,113,104,0.5) 0, rgb(156,113,104,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(189,174,153,0.5), transparent 70%),
        linear-gradient(180deg, rgb(156,113,104,0.5), transparent 70%);
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    content: "";
    position: absolute;
}

.contact-form-section-Dpr .support-box-hBc::after {
    position: absolute;
    left: -75px;
    content: "";
    filter: blur(80px);
    opacity: 0.3;
    height: 150px;
    background: rgb(156,113,104,0.5);
    z-index: 0;
    width: 150px;
    bottom: -75px;
}

.contact-form-section-Dpr form input[type="text"]:focus {
    border-color: rgb(189,174,153);
    outline: none;
    box-shadow: 
        0 0 0 1px rgb(189,174,153),
        0 0 5px rgb(189,174,153,0.5);
}

.contact-form-section-Dpr .query-help-Fvb label {
    color: #000000;
    padding-left: 35px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.5;
}

.contact-form-section-Dpr .query-help-Fvb label a {
    transition: all 0.3s ease;
    color: rgb(189,174,153);
    font-weight: 600;
    position: relative;
    text-decoration: none;
}

.contact-form-section-Dpr .connect-grid-iFE::before {
    transform: scaleX(0);
    height: 100%;
    transition: transform 0.5s ease;
    width: 100%;
    content: "";
    left: 0;
    z-index: -1;
    transform-origin: right;
    position: absolute;
    background: rgb(156,113,104);
    top: 0;
}

.contact-form-section-Dpr svg:hover,
.contact-form-section-Dpr svg:hover path {
    transform: translateY(-2px);
    filter: drop-shadow(0 0 3px rgb(156,113,104,0.5));
    fill: rgb(156,113,104);
}



@media (max-width: 1199px) {.meet-us-UPa {
    padding: 120px 0;
}.meet-us-UPa .edu-heritage-qPz {
    gap: 50px;
}.meet-us-UPa .text-column-wrap-oRy {
    padding: 40px 35px;
}.meet-us-UPa .virtual-training-oQd {
    padding: 40px 30px;
}.meet-us-UPa .edu-heritage-qPz::after {
    top: 320px;
}
}



@media (max-width: 767px) {.meet-us-UPa {
    padding: 80px 0;
}.meet-us-UPa .img-text-overlay-awf {
    width: 180px;
    height: 180px;
}.meet-us-UPa .virtual-training-oQd {
    padding: 35px 25px;
}.meet-us-UPa .text-column-wrap-oRy {
    padding: 35px 25px;
}.meet-us-UPa .text-column-wrap-oRy h2 {
    padding-bottom: 15px;
    font-size: calc(34px * 0.9);
    margin-bottom: 25px;
}.meet-us-UPa .learning-studio-wIo {
    font-size: 21px;
}.meet-us-UPa .learn-lab-MVO {
    font-size: 13px;
}.meet-us-UPa .master-program-QEI {
    font-size: 17px;
}.meet-us-UPa .master-program-QEI svg {
    height: 40px;
    width: 40px;
}.meet-us-UPa .edu-heritage-qPz::after {
    top: 280px;
}
}



@media (max-width: 992px) {.training-results-GwR {
    padding: 70px 0;
}.training-results-GwR .edu-heritage-qPz {
    grid-template-columns: 1fr;
}.training-results-GwR .img-text-overlay-awf {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    height: 300px;
}.training-results-GwR .text-column-wrap-oRy {
    padding: 35px 25px;
}
}



@media (min-width: 1200px) {.service-package-xlp .cert-plans-yta {
    flex-direction: row-reverse;
}.service-package-xlp .learning-packages-imC {
    width: 30%;
    padding-left: 50px;
    margin-bottom: 0;
}.service-package-xlp .pricing-options-tYx {
    width: 70%;
}.service-package-xlp .learning-packages-imC h2 {
    font-size: calc(34px + 4px);
}
}



@media (max-width: 992px) {.title-screen-zwq {
    padding: 3rem 0;
}.title-screen-zwq .course-entry-per {
    padding: 2.5rem;
}.title-screen-zwq .course-entry-per > div {
    max-width: 90%;
}
}



@media (min-width: 992px) {.help-center-eKP .contact-help-yfP {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1200px) {.help-center-eKP .contact-help-yfP {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (min-width: 768px) and (max-width: 991px) {.help-center-eKP {
    padding: 60px 0;
}.help-center-eKP .edu-askedu-KfB {
    padding: 25px;
    font-size: 20px;
}.help-center-eKP .edu-askedu-KfB svg {
    height: 20px;
    width: 20px;
}.help-center-eKP .learn-faq-oTD {
    padding: 25px;
}.help-center-eKP .learn-faq-oTD p svg {
    height: 20px;
    width: 20px;
}.help-center-eKP .contact-form-cEJ svg {
    width: 20px;
    height: 20px;
}.help-center-eKP .course-faq-KXF svg {
    height: 16px;
    width: 16px;
}.help-center-eKP .contact-help-yfP {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1400px) {header .nav-primary-vDa {
    max-width: 1320px;
    margin: 0 auto;
}header .main-base-DbY {
    margin: 0 0.6rem;
}header .main-base-DbY a {
    padding: 0 1.5rem;
}
}



@media (max-width: 479px) {header .nav-primary-vDa {
    padding: 0.7rem 1.2rem;
}header .top-skill-NSZ {
    max-width: 120px;
}header .main-base-DbY a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(18px - 3px);
}}



@media (max-width: 992px) {.pitch-comp-Vpb {
    padding: 70px 0 40px;
}.pitch-comp-Vpb .nav-mentor-hrD {
    gap: 40px;
}.pitch-comp-Vpb .company_holder {
    margin-top: 50px;
}
}



@media (max-width: 576px) {.pitch-comp-Vpb {
    padding: 40px 0 20px;
}.pitch-comp-Vpb .company_holder h3 {
    font-size: calc(35px * 0.8);
}.pitch-comp-Vpb .nav-section-EbM h5 {
    font-size: calc(18px * 0.9);
}}



@media (min-width: 992px) {.academic-experience-bKc .rating-views-Imv {
    align-items: center;
    grid-template-columns: 250px 250px 1fr;
    grid-template-rows: 1fr;
}.academic-experience-bKc .rating-views-Imv > div:first-child {
    grid-row: 1;
}.academic-experience-bKc .img-text-overlay-awf {
    width: 220px;
    height: 220px;
}.academic-experience-bKc .emp-skills-MHf {
    padding-left: 2rem;
}.academic-experience-bKc .emp-skills-MHf::before {
    left: -0.5rem;
    top: -2rem;
    font-size: 6rem;
}
}



@media (max-width: 768px) {.contact-form-section-Dpr {
    padding: 60px 0;
}.contact-form-section-Dpr h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 40px;
}.contact-form-section-Dpr .query-inquiry-LcZ {
    flex-direction: column;
}.contact-form-section-Dpr .img-text-overlay-awf {
    min-height: 300px;
    width: 100%;
}.contact-form-section-Dpr .support-box-hBc {
    padding: 40px 30px;
    width: 100%;
}.contact-form-section-Dpr form h3 {
    margin-bottom: 30px;
}.contact-form-section-Dpr form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-form-section-Dpr .query-help-Fvb {
    margin-bottom: 25px;
}.contact-form-section-Dpr .connect-grid-iFE {
    padding: 15px 25px;
}
}

@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    18% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-20%);
    }
    38% {
        transform: translateX(-20%);
    }
    40% {
        transform: translateX(-40%);
    }
    58% {
        transform: translateX(-40%);
    }
    60% {
        transform: translateX(-60%);
    }
    78% {
        transform: translateX(-60%);
    }
    80% {
        transform: translateX(-80%);
    }
    98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



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



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



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

@keyframes moveBgPattern {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 20px;
  }
}



@keyframes scan {
    0%, 100% {
        top: 10%;
        opacity: 0;
    }
    50% {
        top: 90%;
        opacity: 1;
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(5deg);
    }
}


    
    @keyframes floatText {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-5px);
        }
    }

@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

