.sustain-cta-0239 {
    flex: 0 0 auto;
}

.sustain-cta-0239 {
    padding: 6rem 0 3rem;
    background-attachment: fixed;
    z-index: 1;
    color: #ffffff;
    position: relative;
}

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

svg {
    height: 30px;
    width: 30px;
}


.title-opener-3582 {
    justify-content: center;
    padding: 4rem 2rem;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    align-items: center;
    background: linear-gradient(135deg, rgb(172,180,198) 0%, rgba(30, 40, 90, 0.9) 100%);
}

.title-opener-3582 .learn-start-2913 {
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    grid-template-columns: 1fr;
    gap: 3rem;
    width: 100%;
    z-index: 2;
    position: relative;
}

.title-opener-3582 .learn-start-2913 > div:last-child {
    position: relative;
}

.title-opener-3582 h3 {
    font-size: clamp(1rem, 2.5vw, 1.6rem);
    letter-spacing: 0.5px;
    line-height: 1.5;
    font-weight: 600;
    color: #ffffff;
    transition: transform 0.5s ease-out;
    text-align: center;
    position: relative;
    margin: 0;
}

.title-opener-3582 .timeline-hist-3195:hover {
    transform: translateZ(40px) translateY(-10px);
}

.title-opener-3582 h1 {
    font-size: clamp(2rem, 5vw, 44px);
    transition: transform 0.4s ease-out;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    transform: translateX(-5%);
}

.title-opener-3582 h1:hover::before {
    width: 40px;
    opacity: 1;
}

.title-opener-3582 .timeline-hist-3195 > div {
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    height: 100%;
    display: flex;
    overflow: hidden;
    transform: perspective(800px) rotateY(-2deg);
    align-items: center;
    min-height: 150px;
    position: relative;
    border-radius: 3px;
    justify-content: center;
}

.title-opener-3582 p {
    font-weight: 400;
    position: relative;
    line-height: 1.6;
    padding: 1.5rem;
    font-size: clamp(1rem, 2vw, 17px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    transform: translateY(5px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: 0.5px;
    color: #ffffff;
    margin: 0;
    z-index: 3;
}

header .nav-skill-3910 {
    align-items: center;
    display: flex;
    gap: 35px;
}

header .top-lead-3276:after {
    content: '';
    position: absolute;
    background-color: rgb(172,180,198);
    transition: transform 0.3s ease;
    bottom: 0;
    transform-origin: center;
    height: 2px;
    left: 0;
    transform: scaleX(0);
    width: 100%;
}

header .page-header-7064 {
    align-items: center;
    padding: 5px 10px;
    display: flex;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

header .page-header-7064:hover svg {
    transform: scale(1.05);
}

.connect-9361::before {
    content: "";
    top: 0;
    left: 0;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(172,180,198,0.5), 0.05) 0%, transparent 60%);
    z-index: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}

.connect-9361 h1::after {
    height: 3px;
    left: 50%;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, transparent 0%, rgb(172,180,198) 50%, transparent 100%);
    position: absolute;
    transform: translateX(-50%);
    bottom: -0.5rem;
}

.connect-9361 .send-message-4976 {
    transform: translateY(20px);
    opacity: 0;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
}

.connect-9361 h6 {
    color: #000000;
    display: flex;
    letter-spacing: 1px;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    align-items: center;
    font-weight: 600;
}

.connect-9361 span {
    margin-left: 1.5rem;
    color: #000000;
    display: block;
    font-size: calc(18px * 0.95);
}

.connect-9361 .msg-page-3810::after {
    background: rgb(172,180,198);
    width: 0;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    height: 2px;
    position: absolute;
}

.connect-9361 svg path {
    transition: fill 0.3s ease;
}

.connect-9361 .msg-page-3810:hover svg path {
    fill: rgb(172,180,198);
}

.aspiring-learners-2857::after {
    position: absolute;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 25%),
        linear-gradient(-45deg, transparent 75%, #000000 25%);
    top: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
    opacity: 0.03;
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    background-size: 120px 120px;
    left: 0;
    content: "";
}

.aspiring-learners-2857 .academy-roots-3901::before {
    opacity: 0.1;
    top: -100px;
    border-radius: 50%;
    content: "";
    right: -100px;
    animation: pulse-effect 8s infinite alternate ease-in-out;
    filter: blur(30px);
    height: 200px;
    position: absolute;
    background: linear-gradient(45deg, rgb(172,180,198) 0%, rgb(131,144,167) 100%);
    width: 200px;
}

.aspiring-learners-2857 h4::after {
    background: linear-gradient(90deg, rgb(172,180,198) 0%, rgb(131,144,167) 100%);
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
    width: 80px;
    content: "";
    height: 4px;
}

.aspiring-learners-2857 div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.aspiring-learners-2857 div p svg path {
    fill: rgb(172,180,198);
}

.aspiring-learners-2857 div p:hover::after {
    width: 100%;
}

.attempt-now-6321::before {
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(172,180,198,0.5) 0%, transparent 50%, rgb(131,144,167,0.5) 100%);
    opacity: 0.15;
    content: '';
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
}

.attempt-now-6321 .container p {
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
    font-size: 35px;
    text-shadow: 0 0 10px rgba(rgb(172,180,198,0.5), 0.5);
    width: 60%;
    z-index: 5;
    font-weight: 700;
}

.attempt-now-6321 .connect-widget-7052::before {
    inset: 0;
    position: absolute;
    content: '';
    animation: rotate-border 8s linear infinite;
    background: conic-gradient(
        rgb(172,180,198),
        rgb(131,144,167),
        rgb(172,180,198)
    );
    z-index: -2;
    border-radius: 50%;
}

.attempt-now-6321 .connect-widget-7052:hover::after {
    background: linear-gradient(135deg, rgb(131,144,167) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.track-prefs-3214 {
    flex-shrink: 0;
    margin-right: 15px;
}

.track-prefs-3214 svg:hover {
    fill: rgb(131,144,167);
}

.cookie-overlay-0921 {
    margin-right: 15px;
    color: #000000;
    flex-grow: 1;
}

.track-edu-7608 {
    color: #ffffff;
    background: rgb(172,180,198);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 15px;
    line-height: 35px;
    cursor: pointer;
    text-decoration: none;
    margin-left: 10px;
}

#privacyWarningBox-6051:checked ~ .cookie-overlay-panel-0892 {
    opacity: 0;
    visibility: hidden;
}

.instructor-history-2013 .container {
    max-width: 1300px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}

.instructor-history-2013 .success-stories-4805::before {
    background: linear-gradient(90deg, rgb(172,180,198,0.5) 0%, transparent 50%);
    height: 90%;
    filter: blur(40px);
    opacity: 0.3;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 22px;
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    right: 0;
}

.instructor-history-2013 .success-stories-4805:hover .hero-photo-0283 {
    filter: contrast(1.2) brightness(1.1);
    transform: scale(1.02);
}

.instructor-history-2013 .hero-photo-0283::before {
    z-index: 3;
    height: 100%;
    animation: pulseOpacity 3s ease-in-out infinite;
    position: absolute;
    background: rgb(172,180,198);
    top: 0;
    content: "";
    opacity: 0.7;
    width: 10px;
    left: 0;
}

.instructor-history-2013 .success-stories-4805:hover .name::after {
    width: 60%;
}

.instructor-history-2013 .success-stories-4805 span:not(.name) {
    border-radius: 10px;
    color: rgb(131,144,167);
    grid-area: job;
    align-self: start;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 3;
    padding: 0.6rem 1.2rem;
    backdrop-filter: blur(5px);
    font-size: 18px;
    font-weight: 600;
    transform: translateX(0);
    display: inline-block;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
}

.privacy-block-7485 {
    width: 100%;
    padding: 40px;
    background: rgb(172,180,198,0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #000000;
}

.privacy-block-7485 ul, .privacy-block-7485 ol {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style-type: disc;
    padding-top: 10px;
}

.privacy-block-7485 div {
    margin-bottom: 20px;
    border-radius: 10px;
    line-height: 1.8;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.privacy-block-7485 a {
    color: rgb(131,144,167);
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
}

.contact-6851 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,223,231) 0%, rgba(16, 22, 47, 0.95) 100%);
    position: relative;
    padding: 120px 0;
}



.contact-6851 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}

.contact-6851 h2 {
    text-align: center;
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 2px;
    color: #ffffff;
}

.contact-6851 .connect-request-4783 {
    grid-template-columns: 1fr 1fr;
    position: relative;
    margin-top: 60px;
    gap: 30px;
    display: grid;
}

.contact-6851 .connect-request-4783::after {
    content: "";
    height: 100%;
    right: -8px;
    z-index: -1;
    width: 100%;
    bottom: -8px;
    border: 1px solid rgba(rgb(131,144,167), 0.2);
    position: absolute;
    border-radius: 15px;
}

.contact-6851 .contact-query-7321 {
    border-radius: 15px;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.contact-6851 form h3 {
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
    padding-left: 20px;
    font-size: 18px;
    font-family: Arial, sans-serif;
}

.contact-6851 form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-6851 .connect-grid-4127 {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}

.contact-6851 .connect-grid-4127 label {
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.contact-6851 .connect-grid-4127 input[type="checkbox"]:checked + label::after {
    left: 8px;
    transform: rotate(45deg);
    position: absolute;
    height: 10px;
    width: 6px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    content: "";
    top: 6px;
}

.contact-6851 form .connect-widget-7052:hover::before {
    left: 0;
}

.contact-6851 form .connect-widget-7052:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.contact-6851 svg {
    width: 22px;
    fill: rgb(172,180,198);
    height: 22px;
}

.pricing-offer-box-6825 {
    padding: 100px 0;
    overflow: hidden;
    background-color: rgb(220,223,231);
    font-family: Arial, sans-serif;
    position: relative;
}

.pricing-offer-box-6825 .edu-packages-1254 {
    display: flex;
    flex-direction: column;
}

.pricing-offer-box-6825 .study-costs-0825 h2 {
    font-weight: 700;
    color: #000000;
    display: inline-block;
    position: relative;
    font-size: 33px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.pricing-offer-box-6825 .monthly-rate-5849 {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.pricing-offer-box-6825 .package-price-7048:nth-child(3) {
    --i: 3;
}

.pricing-offer-box-6825 .study-fees-5367 {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    height: 100%;
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
}

.pricing-offer-box-6825 .package-price-7048:hover .value-rates-0516 h3 {
    transform: translateX(5px);
    color: rgb(172,180,198);
}

.pricing-offer-box-6825 .cost-breakdown-4983::before {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    width: 40px;
    background: linear-gradient(90deg, rgb(131,144,167), transparent);
    top: -10px;
    border-radius: 2px;
}

.pricing-offer-box-6825 .hero-photo-0283::after {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    z-index: 1;
    transition: opacity 0.4s ease;
}

.course-program-4790::after {
    background: rgb(131,144,167,0.5);
    width: 250px;
    animation: float 18s ease-in-out infinite alternate;
    position: absolute;
    content: "";
    bottom: -80px;
    left: -80px;
    filter: blur(60px);
    height: 250px;
    z-index: 0;
}

.course-program-4790 .learn-professional-0391 {
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}

.course-program-4790 .hero-photo-0283 {
    height: 380px;
    transform: translateY(20px);
    animation: fadeUp 1s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    overflow: hidden;
    border-radius: 4px;
}

.course-program-4790 .hero-photo-0283:hover::after {
    opacity: 0;
}

.course-program-4790 .description:first-of-type {
    position: relative;
    z-index: 2;
}

.course-program-4790 .description:nth-of-type(2) {
    position: relative;
    margin-top: 20px;
    z-index: 1;
}

.course-program-4790 .description::first-letter {
    font-weight: 700;
    color: rgb(172,180,198);
    font-size: 1.5em;
}

.appContent-8013::after {
    background: linear-gradient(210deg, rgb(172,180,198) 0%, rgb(131,144,167) 100%);
    content: "";
    transform: rotate(10deg) skew(-5deg);
    z-index: 1;
    animation: float 15s ease-in-out infinite reverse;
    height: 60%;
    clip-path: polygon(20% 0, 100% 20%, 80% 100%, 0 80%);
    bottom: -5%;
    left: -5%;
    position: absolute;
    pointer-events: none;
    opacity: 0.08;
    width: 40%;
}

.appContent-8013 .academy-roots-3901 {
    background: #ffffff;
    width: 100%;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    animation: riseUp 1s 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    transform: translateY(20px);
}

.appContent-8013 li::before {
    opacity: 0;
    transform: rotate(45deg) scale(0);
    top: 0.5rem;
    width: 8px;
    left: 0;
    animation: popIn 0.5s 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    background: rgb(131,144,167);
    height: 8px;
    content: "";
    position: absolute;
}

.sustain-cta-0239::after {
    pointer-events: none;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    z-index: -1;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
}



.sustain-cta-0239 .company_holder h3 {
    font-size: calc(34px * 1.3);
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.sustain-cta-0239 .footer-classes-2304 {
    margin: 1.5rem auto 0;
    font-size: 18px;
    line-height: 1.7;
    max-width: 600px;
    opacity: 0.8;
    color: #ffffff;
}

.sustain-cta-0239 .nav-skill-3910 {
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    position: relative;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-radius: 10px;
}

.sustain-cta-0239 .nav-skill-3910 .top-wrap-0579 a {
    position: relative;
    overflow: hidden;
    font-size: 18px;
    transition: all 0.3s ease;
    text-align: center;
    color: #ffffff;
    z-index: 1;
    opacity: 0.75;
    padding: 0.4rem 0;
    text-decoration: none;
}

.sustain-cta-0239 .nav-skill-3910 .top-wrap-0579 a:hover::before {
    transform: scaleX(1);
}

.rating-stars-0492::before {
    background-size: 4px 4px;
    background-image: linear-gradient(45deg, rgba(rgb(172,180,198,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(172,180,198,0.5), 0.05) 50%, rgba(rgb(172,180,198,0.5), 0.05) 75%, transparent 75%, transparent);
    animation: bgMove 20s linear infinite;
    opacity: 0.3;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}

.our-mission-8261 .container {
    z-index: 5;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}

.our-mission-8261 .text-widget-9867 {
    border-left: 4px solid rgb(172,180,198);
    padding: 3rem;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.12));
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
}

.our-mission-8261 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.our-mission-8261 ul li:nth-child(2) {
    animation-delay: 0.6s;
}

.our-mission-8261 h4 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 24px;
    color: rgb(172,180,198);
    position: relative;
    display: inline-block;
}

.our-mission-8261 span::first-letter {
    float: left;
    color: rgb(131,144,167);
    margin-right: 3px;
    font-size: 2em;
    line-height: 1;
    font-weight: 700;
}


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



@media (min-width: 1200px) {.title-opener-3582 {
    padding: 8rem 4rem;
}.title-opener-3582 .learn-start-2913 {
    gap: 6rem;
}.title-opener-3582 .timeline-hist-3195 {
    padding: 5rem;
}.title-opener-3582 .timeline-hist-3195 > div {
    min-height: 250px;
}
}



@media (prefers-reduced-motion: reduce) {.title-opener-3582::after {
    animation: none;
}.title-opener-3582 .timeline-hist-3195,
  .title-opener-3582 h3,
  .title-opener-3582 h1,
  .title-opener-3582 p {
    transition: none;
}}



@media (max-width: 767px) {header .nav-skill-3910 {
    position: absolute;
    width: 100%;
    flex-direction: column;
    max-height: 0;
    z-index: 1001;
    top: 100%;
    border-bottom: 3px solid rgb(172,180,198);
    gap: 0;
    left: 0;
    background-color: #ffffff;
    padding: 0;
    transition: max-height 0.4s ease;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .menu.active {
    max-height: 400px;
}header .top-lead-3276 {
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid rgb(220,223,231);
}header .top-lead-3276:last-child {
    border-bottom: none;
}header .top-lead-3276:before {
    left: 5px;
}header .main-class-0952 {
    padding: 5px 0;
}header .page-header-7064 {
    margin: 0 auto;
}
}



@media (max-width: 767px) {.aspiring-learners-2857 {
    padding: 60px 0;
}.aspiring-learners-2857 .academy-roots-3901 {
    padding: 30px 20px;
}.aspiring-learners-2857 h4 {
    margin-bottom: 25px;
    font-size: calc(33px - 4px);
    padding-bottom: 12px;
}.aspiring-learners-2857 h4::after {
    height: 3px;
    width: 60px;
}.aspiring-learners-2857 div p {
    font-size: calc(17px - 1px);
    padding: 10px 12px;
    margin-bottom: 15px;
}.aspiring-learners-2857 div p svg {
    height: 20px;
    min-width: 20px;
    margin-right: 10px;
    width: 20px;
}.aspiring-learners-2857::before,
    .aspiring-learners-2857::after {
    opacity: 0.05;
}
}


@media only screen and (max-width: 1200px) {.manage-tracking-8293 {
    align-items: center;
    flex-direction: column;
}.track-prefs-3214 {
    margin-bottom: 15px;
}.cookie-overlay-0921 {
    margin-bottom: 15px;
    text-align: center;
    margin-right: 0;
}.track-edu-7608 {
    margin-left: 0;
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
}
}



@media only screen and (max-width: 800px) {.privacy-block-7485 {
    padding: 20px;
    box-shadow: none;
}.privacy-block-7485 h1 {
    font-size: calc(19px - 10px);
}.privacy-block-7485 h2 {
    font-size: calc(19px - 5px);
}}



@media screen and (max-width: 991px) {.contact-6851 {
    padding: 90px 0;
}.contact-6851 .connect-request-4783 {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact-6851 .hero-photo-0283 {
    min-height: 400px;
}.contact-6851 .contact-query-7321 {
    padding: 40px 30px;
}
}



@media screen and (max-width: 576px) {.contact-6851 {
    padding: 50px 0;
}.contact-6851 h2 {
    font-size: calc(35px * 0.8);
}.contact-6851 .connect-request-4783 {
    margin-top: 40px;
}.contact-6851 .hero-photo-0283 {
    min-height: 250px;
}.contact-6851 .contact-query-7321 {
    padding: 30px 20px;
}.contact-6851 form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.contact-6851 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-6851 form .connect-widget-7052 {
    padding: 15px 20px;
    width: 100%;
}}



@media (hover: none) {.pricing-offer-box-6825 .package-price-7048:hover .study-fees-5367 {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.pricing-offer-box-6825 .package-price-7048:hover .value-rates-0516 h3 {
    transform: none;
}.pricing-offer-box-6825 .package-price-7048:hover .cost-breakdown-4983 {
    transform: none;
}.pricing-offer-box-6825 .package-price-7048:hover .hero-photo-0283 {
    transform: none;
}}



@media (min-width: 1200px) {.course-program-4790 .learn-professional-0391 {
    gap: 80px;
}.course-program-4790 h2 {
    max-width: 60%;
}.course-program-4790 .hero-photo-0283 {
    transition: transform 0.5s ease;
    height: 600px;
    transform: perspective(1000px) rotateY(-5deg);
}.course-program-4790 .hero-photo-0283:hover {
    transform: perspective(1000px) rotateY(0);
}.course-program-4790 .text-widget-9867 {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(2deg);
}.course-program-4790 .text-widget-9867:hover {
    transform: perspective(1000px) rotateY(0);
}
}



@media screen and (max-width: 992px) {.sustain-cta-0239 {
    padding: 4rem 0 2rem;
}.sustain-cta-0239 .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.sustain-cta-0239 .company_holder h3 {
    font-size: 34px;
}.sustain-cta-0239 .top-wrap-0579 {
    gap: 3rem;
}
}



@media screen and (max-width: 576px) {.sustain-cta-0239 {
    padding: 3rem 0 1.5rem;
}.sustain-cta-0239 .company_holder h3 {
    font-size: calc(34px * 0.9);
}.sustain-cta-0239 .footer-classes-2304 {
    font-size: calc(18px * 0.9);
}.sustain-cta-0239 .nav-skill-3910 {
    padding: 1rem;
}.sustain-cta-0239 .nav-skill-3910 h5 {
    font-size: calc(19px * 0.9);
}.rating-stars-0492 {
    margin-top: 2rem;
    padding: 1rem 0;
}.rating-stars-0492 .tiktok-edu-3089 {
    font-size: calc(15px * 0.9);
}.rating-stars-0492 .tiktok-edu-3089::before,
    .rating-stars-0492 .tiktok-edu-3089::after {
    display: none;
}}



@keyframes subtle-movement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(1%, 1%) rotate(0.5deg);
  }
  50% {
    transform: translate(0%, 2%) rotate(0deg);
  }
  75% {
    transform: translate(-1%, 1%) rotate(-0.5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}



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



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



@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}



@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, -30px);
  }
}



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



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



@keyframes popIn {
    0% {
        transform: rotate(45deg) scale(0);
        opacity: 0;
    }
    70% {
        transform: rotate(45deg) scale(1.2);
        opacity: 1;
    }
    100% {
        transform: rotate(45deg) scale(1);
        opacity: 1;
    }
}

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



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

