html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    auto
contain
    scroll-behavior: smooth;
}

.grid-container-326 {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}

.progress-bar-750 {
    flex: 0 0 auto;
}

.progress-bar-750 {
    color: #ffffff;
    padding: 4rem 0 2.5rem;
    position: relative;
}

.title-screen-326 .learning-classes-650 {
    opacity: 0;
    position: relative;
    animation: slideInLeft 0.8s ease-out forwards;
    transform: translateX(-20px);
    margin-bottom: 3rem;
}

.title-screen-326 .learning-classes-650::after {
    content: "";
    bottom: -5px;
    background: linear-gradient(90deg, rgb(217,150,203), transparent);
    left: 0;
    position: absolute;
    width: 70%;
    height: 3px;
}

.title-screen-326 .learn-front-983::before {
    content: "";
    background: linear-gradient(135deg, rgb(255, 255, 255, 0.5) 30%, rgba(255,255,255,0.85));
    position: absolute;
    backdrop-filter: blur(4px);
    top: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
}

.title-screen-326 .learn-front-983 h3 {
    border-top: 1px solid rgb(198,98,119,0.5);
    font-size: 19px;
    position: relative;
    color: #000000;
    padding-top: 1.5rem;
    line-height: 1.5;
    margin: 1rem 0 0;
    font-weight: 600;
}

.price-plan-item-620 .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.price-plan-item-620 .payment-plan-076 {
    transition: transform 0.5s ease-out;
    margin-bottom: 50px;
    text-align: center;
}

.price-plan-item-620 .payment-plan-076 h2::after {
    width: 80px;
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    background: rgb(217,150,203);
    left: 50%;
    content: "";
    height: 3px;
}

.price-plan-item-620 .learning-deals-051:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.price-plan-item-620 .pricing-rates-219 {
    z-index: 2;
    word-break: break-word;
    white-space: normal;
    padding: 30px;
    position: relative;
    flex: 1;
    display: flex;
    overflow-wrap: break-word;
    flex-direction: column;
}

.price-plan-item-620 .deal-grid-804::before {
    top: 50%;
    transform: translateX(-10px);
    background: rgb(217,150,203);
    width: 10px;
    transition: all 0.3s ease;
    height: 2px;
    position: absolute;
    opacity: 0;
    left: -20px;
    content: "";
}

.price-plan-item-620 .img-round-967::after {
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(0deg, rgba(rgb(217,150,203,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    top: 0;
    content: "";
    z-index: 1;
}

.price-plan-item-620 .learning-deals-051:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}

.price-plan-item-620 .learning-deals-051:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

.who-we-are-164 .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.who-we-are-164 h2::after {
    width: 80px;
    left: calc(50% - 40px);
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(217,150,203), rgb(198,98,119));
    border-radius: 10px;
    height: 3px;
    bottom: -20px;
}

.who-we-are-164 .learning-track-642 h3 {
    font-size: 18px;
    margin-bottom: 25px;
    color: rgb(217,150,203);
    position: relative;
    display: inline-block;
    font-weight: 600;
    padding-bottom: 10px;
}

.who-we-are-164 .learning-track-642 h3,
.who-we-are-164 .learning-track-642 p,
.who-we-are-164 .learning-track-642::before {
    opacity: 0;
    animation: fadeInUp 0.7s forwards;
    transform: translateY(30px);
}

.who-we-are-164 .learning-track-642 p {
    line-height: 1.8;
    margin: 0;
    font-size: 18px;
    color: #000000;
}

.who-we-are-164 .learning-track-642:nth-child(2)::before {
    position: relative;
    content: "";
    border-radius: 30px;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 80%);
    background: linear-gradient(135deg, rgb(198,98,119,0.5), transparent);
    height: 300px;
    grid-column: 8 / -1;
}

.newsletter-subscription-296::after {
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.05;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(217,150,203,0.5) 0,
        rgb(217,150,203,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
}

.newsletter-subscription-296 .expert-sessions-374:hover::before {
    transform: scale(1.01);
}

.newsletter-subscription-296 h4 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    transform: translateY(0);
    line-height: 1.4;
    position: relative;
    transition: transform 0.3s ease;
    color: #000000;
    font-size: calc(18px * 0.9);
    margin: 0 0 1rem;
}

.newsletter-subscription-296 .input_holder span {
    display: block;
    position: relative;
}

.newsletter-subscription-296 .input_holder input[type="email"]::placeholder {
    color: #000000;
    transition: opacity 0.3s ease;
    opacity: 0.6;
}

.newsletter-subscription-296 .input_holder input[type="submit"] {
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    cursor: pointer;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    background: rgb(217,150,203);
    transform: translateZ(0);
    font-size: 14px;
    border: none;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    padding: 1rem 1.5rem;
}

.user-reviews-167 {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(233,205,223) 0%, rgb(198,98,119,0.5) 100%);
}

.user-reviews-167 .container {
    z-index: 2;
    position: relative;
}

.user-reviews-167 h2 {
    max-width: 80%;
    color: #000000;
    font-size: 38px;
    transform: translateX(2rem);
    font-weight: 700;
    position: relative;
    margin-bottom: 3.5rem;
}

.user-reviews-167 h2:hover::after {
    transform: scaleX(1.2);
}

.user-reviews-167 .user-experience-082 {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    list-style: none;
    display: grid;
    perspective: 1000px;
    gap: 2.5rem;
}

.user-reviews-167 .review-voices-652:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px) rotateX(2deg);
}

.user-reviews-167 .review-voices-652:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.user-reviews-167 .review-voices-652 > div::after {
    line-height: 1;
    right: -1rem;
    opacity: 0.15;
    font-family: serif;
    content: "";
    color: rgb(217,150,203,0.5);
    position: absolute;
    top: -2.5rem;
    z-index: -1;
    font-size: 8rem;
}

.user-reviews-167 .review-voices-652 h4::after {
    bottom: -0.5rem;
    height: 2px;
    left: 0;
    background: rgb(198,98,119,0.5);
    content: "";
    width: 2.5rem;
    position: absolute;
    transition: width 0.3s ease;
}

.user-reviews-167 .review-voices-652:hover .description::before {
    transform: scale(2);
}

.user-reviews-167 a::before {
    background: linear-gradient(135deg, rgb(198,98,119) 0%, rgb(217,150,203) 100%);
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    width: 100%;
}

.user-reviews-167 a:hover::before {
    opacity: 1;
}

.safe-cookies-315 {
    max-width: 1200px;
    justify-content: space-between;
    margin: auto;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.cookie-dialog-banner-945 h5 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgb(217,150,203);
    text-transform: uppercase;
    margin-bottom: 6px;
}

.cookie_button.track-cookies-295 {
    background: rgb(217,150,203);
}

.track-settings-459:hover {
    border: 2px solid #ffffff;
}


.grid-container-326 .cookie-dialog-banner-945 {
    padding: 30px 0;
    border: none;
    background: rgb(198,98,119);
}

.grid-container-326 .user-status-217 h5, .grid-container-326 .user-status-217 p {
    color: #ffffff;
}

header::after {
    bottom: 0;
    content: '';
    width: 100%;
    left: 0;
    height: 10px;
    position: absolute;
    opacity: 0.6;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(217,150,203,0.5), 
        transparent
    );
}

header .nav-begin-638:hover {
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    transform: translateY(-5px);
}

header .top-skill-164 {
    transition: all 0.4s ease;
    position: relative;
    display: block;
}

header .header-wrap-423 {
    margin: 0;
    position: relative;
    display: flex;
    padding: 0;
    list-style: none;
    z-index: 2;
}

header .page-header-720 {
    margin: 0 0.5rem;
    position: relative;
}

header .page-header-720 a::before {
    transform: scale(1.1);
    background: linear-gradient(135deg, rgb(217,150,203,0.5) 0%, rgb(198,98,119,0.5) 100%);
    opacity: 0;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    z-index: -1;
    position: absolute;
    transition: opacity 0.4s ease;
    left: 0;
}

header .page-header-720 a:hover::before {
    opacity: 1;
    transform: scale(1);
}

header .head-pagebar-065::before {
    filter: blur(30px);
    opacity: 0.1;
    position: absolute;
    content: '';
    border-radius: 50%;
    height: 200px;
    top: -100px;
    right: -100px;
    width: 200px;
    background: radial-gradient(circle, rgb(217,150,203,0.5) 0%, transparent 70%);
}

.contact-form-box-206 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.contact-form-box-206 .feedback-links-936 {
    overflow: hidden;
    background: rgb(217,150,203);
    position: relative;
    padding: 60px 40px;
    width: 40%;
}

.contact-form-box-206 .feedback-links-936 h3 {
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 33px;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.contact-form-box-206 .feedback-links-936 div:hover {
    border-left-color: rgb(198,98,119);
    transform: translateX(5px);
}

.contact-form-box-206 .feedback-links-936 div:hover svg path {
    fill: rgb(198,98,119);
}

.contact-form-box-206 .feedback-links-936 div span {
    font-size: 15px;
    color: #ffffff;
}

.contact-form-box-206 .feedback-links-936 div span a:hover {
    color: rgb(198,98,119);
}

.contact-form-box-206 form {
    display: flex;
    flex-direction: column;
}

.contact-form-box-206 form input[type="text"]:focus,
.contact-form-box-206 form input[type="email"]:focus {
    outline: none;
    border-color: rgb(217,150,203);
}

.contact-form-box-206 .connect-reach-927 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact-form-box-206 .connect-reach-927 input[type="checkbox"]:checked + label::before {
    background-color: rgb(217,150,203);
    border-color: rgb(217,150,203);
}

.contact-form-box-206 .connect-reach-927 label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(217,150,203);
}

.contact-form-box-206 form .feedback-request-306::after {
    border-radius: 100%;
    width: 0;
    transition: width 0.3s ease, height 0.3s ease;
    transform: translate3d(-50%, -50%, 0);
    background: rgba(255, 255, 255, 0.2);
    left: 50%;
    transform-style: flat;
    height: 0;
    top: 50%;
    position: absolute;
    content: "";
}

.contact-form-box-206 .feedback-links-936 div:nth-child(4) {
    animation-delay: 0.3s;
}

.program-overview-280::before {
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    animation: gridFlow 20s linear infinite;
    height: 100%;
    opacity: 0.03;
    width: 100%;
    background-image: 
        linear-gradient(transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%),
        linear-gradient(90deg, transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%);
    background-size: 40px 40px;
    position: absolute;
}

.program-overview-280 .img-round-967::after {
    z-index: 3;
    content: "";
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 75% 25%, transparent 0%, rgba(0, 0, 0, 0.5) 90%),
        linear-gradient(to bottom, transparent 30%, #000000 100%);
    opacity: 0.7;
}

.program-overview-280 .nav-begin-638::before {
    inset: -5px;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(217,150,203,0.5),
        rgb(198,98,119,0.5),
        rgb(217,150,203,0.5)
    );
    filter: blur(10px);
    z-index: -1;
    content: "";
    animation: rotateBorderGradient 10s linear infinite;
    border-radius: inherit;
    opacity: 0.3;
}

.program-overview-280 .nav-begin-638 svg path {
    transition: all 0.4s ease;
    stroke: #000000;
    stroke-width: 0.5;
}

.program-overview-280 .education-801 p {
    font-size: 12px;
    font-weight: 400;
    padding: 25px 30px;
    border-radius: 29px;
    line-height: 1.8;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    position: relative;
    color: #ffffff;
    text-shadow: 0 1px 3px #000000;
    max-width: 600px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    margin: 0 auto;
}

.mentorship-profile-247::after {
    z-index: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(198,98,119,0.5) 0%, transparent 40%);
    right: 0;
    content: "";
    position: absolute;
    opacity: 0.3;
}

.mentorship-profile-247 .img-round-967::before {
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    height: 100%;
    content: "";
}

.mentorship-profile-247 .review-voices-652:hover .past-career-129 {
    transform: rotateX(0deg) translateZ(20px);
}

.mentorship-profile-247 .name::after {
    transition: width 0.4s ease 0.1s;
    bottom: -5px;
    position: absolute;
    height: 3px;
    content: "";
    width: 0;
    background: linear-gradient(to right, rgb(198,98,119), transparent);
    left: 0;
}

.mentorship-profile-247 .review-voices-652:hover .past-career-129 > div:nth-child(2) {
    color: rgb(198,98,119);
    transform: translateZ(15px);
}

.mentorship-profile-247 .review-voices-652:hover .work-area-617 {
    transform: translateZ(5px);
}

.appField-978 {
    padding: 120px 0 80px;
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(233,205,223) 0%, rgb(198,98,119,0.5) 100%);
    overflow: hidden;
}

.appField-978::after {
    background: radial-gradient(circle, rgb(217,150,203,0.5) 0%, transparent 70%);
    filter: blur(40px);
    height: 200px;
    content: "";
    bottom: -50px;
    animation: floating 8s infinite ease-in-out;
    position: absolute;
    opacity: 0.4;
    right: -50px;
    width: 200px;
}

.appField-978 .expert-sessions-374 {
    padding: 40px;
    transition: transform 0.5s ease;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transform: translateZ(10px) rotateX(2deg);
    background: #ffffff;
    animation: fadeIn 1s 0.3s both;
    position: relative;
    border-left: 5px solid rgb(217,150,203);
}

.appField-978 li::before {
    animation: pulse 3s infinite;
    width: 8px;
    position: absolute;
    box-shadow: 0 0 0 4px rgb(198,98,119,0.5);
    top: 8px;
    border-radius: 50%;
    height: 8px;
    left: 0;
    content: "";
    background-color: rgb(198,98,119);
}

footer::after {
    position: absolute;
    background-size: 50px 50px;
    content: "";
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(217,150,203,0.5) 25%, rgb(217,150,203,0.5) 26%, transparent 27%, transparent 74%, rgb(198,98,119,0.5) 75%, rgb(198,98,119,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(217,150,203,0.5) 25%, rgb(217,150,203,0.5) 26%, transparent 27%, transparent 74%, rgb(198,98,119,0.5) 75%, rgb(198,98,119,0.5) 76%, transparent 77%, transparent);
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.15;
}

.progress-bar-750 .company_holder::after {
    background: linear-gradient(90deg, transparent, rgb(198,98,119), transparent);
    bottom: 0;
    left: 0;
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    transform: translateY(1px);
}

.progress-bar-750 .company_holder h3::after {
    transition: width 0.3s ease-out;
    bottom: -8px;
    height: 3px;
    width: 50px;
    box-shadow: 0 0 10px rgb(217,150,203);
    border-radius: 10px;
    content: "";
    background: linear-gradient(90deg, rgb(217,150,203), rgb(198,98,119));
    left: 0;
    position: absolute;
}

.progress-bar-750 .header-wrap-423::before {
    top: 0;
    transform: translateY(-1px);
    height: 1px;
    left: -50%;
    background: linear-gradient(90deg, transparent, rgb(198,98,119), transparent);
    width: 200%;
    position: absolute;
    content: "";
}

.progress-bar-750 .header-wrap-423:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(198,98,119,0.5);
}

.progress-bar-750 .header-wrap-423:hover h5::after {
    width: 100%;
}

.progress-bar-750 .header-wrap-423 .head-tutor-037 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.progress-bar-750 .header-wrap-423 .head-tutor-037 a::before {
    position: absolute;
    height: 100%;
    opacity: 0.5;
    left: 0;
    z-index: -1;
    content: "";
    top: 0;
    background: linear-gradient(180deg, rgb(217,150,203), rgb(198,98,119));
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 3px;
}

.progress-bar-750 .header-wrap-423 .head-tutor-037 a:hover::before {
    box-shadow: 0 0 10px rgb(217,150,203);
    opacity: 1;
    width: 5px;
}

.price-table-972::before {
    height: 1px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(217,150,203), rgb(198,98,119), transparent);
    top: 0;
    width: 100%;
    opacity: 0.5;
    content: "";
}

.privacy-hub-253 h1 {
    font-size: 43px;
    border-bottom: 2px solid rgb(217,150,203);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(217,150,203);
    padding-bottom: 10px;
}

.privacy-hub-253 ul li {
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 30px;
}

.privacy-hub-253 ul li::before {
    position: absolute;
    counter-increment: item;
    color: rgb(217,150,203);
    font-weight: 700;
    left: 0;
    content: counter(item) ".";
}

::-webkit-scrollbar {
    padding: 4px;
    width: 20px;
}

::-webkit-scrollbar-track {
    background: linear-gradient(134deg, #ffffff 30%, rgb(255, 255, 255, 0.5) 100%, rgb(198,98,119) 79%, rgb(217,150,203) 84%, rgb(217,150,203,0.5) 68%);
    border: 1px dotted rgb(233,205,223);
    border-radius: 13px;
}

::-webkit-scrollbar-thumb {
    border: 1px dashed rgb(255, 255, 255, 0.5);
    border-radius: 9.7em;
    background: linear-gradient(287deg, #ffffff 37%, rgb(255, 255, 255, 0.5) 88%, rgb(198,98,119) 27%, rgb(198,98,119,0.5) 66%, rgb(217,150,203) 66%, rgb(217,150,203,0.5) 72%, rgb(233,205,223) 22%);
    box-shadow: -5px 0px 3px 6px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(233,205,223);
    transform: scale(0.95);
}



@media (min-width: 768px) {.price-plan-item-620 .cert-plans-670 {
    grid-template-columns: repeat(2, 1fr);
}.price-plan-item-620 .payment-plan-076 {
    margin-bottom: 60px;
}.price-plan-item-620 .pricing-rates-219 h3 {
    font-size: 20px;
}.price-plan-item-620 .deal-grid-804 {
    font-size: calc(20px + 2px);
}.price-plan-item-620 .pricing-rates-219 p {
    font-size: calc(16px - 1px);
}
}



@media (max-width: 992px) {.who-we-are-164 {
    padding: 90px 0;
}.who-we-are-164 h2 {
    margin-bottom: 60px;
}.who-we-are-164 .learning-track-642 {
    padding: 50px 0;
}
}



@media (max-width: 576px) {.who-we-are-164 {
    padding: 50px 0;
}.who-we-are-164 h2 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.8);
}.who-we-are-164 .learning-track-642 {
    gap: 20px;
    padding: 30px 0;
}.who-we-are-164 .learning-track-642:first-child::before,
    .who-we-are-164 .learning-track-642:nth-child(2)::before {
    height: 150px;
}.who-we-are-164 h2::after {
    left: calc(50% - 30px);
    bottom: -15px;
    width: 60px;
}.who-we-are-164 .learning-track-642 h3 {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.who-we-are-164 .learning-track-642 p {
    font-size: calc(18px * 0.95);
}
}



@media (min-width: 992px) {.newsletter-subscription-296 {
    padding: 6rem 4rem;
}.newsletter-subscription-296 .expert-sessions-374 {
    padding: 4rem;
    grid-template-columns: 1.5fr 1fr;
}.newsletter-subscription-296 h4 {
    font-size: calc(18px * 1.1);
}.newsletter-subscription-296 .input_holder {
    max-width: 500px;
    margin-left: auto;
}.newsletter-subscription-296 .input_holder input[type="email"] {
    padding: 1.2rem 1.5rem;
}.newsletter-subscription-296 .input_holder input[type="submit"] {
    padding: 1.2rem 2rem;
}
}



@media (max-width: 992px) {.user-reviews-167 {
    padding: 5rem 0;
}.user-reviews-167 h2 {
    transform: translateX(1.5rem);
    max-width: 100%;
    font-size: calc(38px * 0.9);
}.user-reviews-167 .user-experience-082 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}.user-reviews-167 a {
    transform: translateX(1.5rem);
}.user-reviews-167 a:hover {
    transform: translateX(1.5rem) translateY(-5px);
}
}


@media only screen and (max-width: 1200px) {.safe-cookies-315 {
    padding: 0 10px;
}
}


@media only screen and (max-width: 800px) {.user-safety-784 {
    display: none;
}.safe-cookies-315 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}.cookie-dialog-banner-945 h5, .cookie-dialog-banner-945 p {
    text-align: center;
}.user-status-217 {
    margin-bottom: 20px;
}.track-settings-459 {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    max-width: 300px;
}}



@media (max-width: 479px) {header .head-pagebar-065 {
    padding: 0.7rem 1.2rem;
}header .nav-begin-638 {
    padding: 0.5rem;
    max-width: 120px;
}header .page-header-720 a {
    padding: 0.4rem 0.6rem;
    font-size: calc(17px - 3px);
}}



@media screen and (max-width: 576px) {.contact-form-box-206 {
    padding: 60px 0;
}.contact-form-box-206 .container {
    width: 90%;
}.contact-form-box-206 .feedback-links-936,
    .contact-form-box-206 .help-feedback-458 {
    padding: 30px 20px;
}.contact-form-box-206 .feedback-links-936 h3 {
    font-size: calc(33px * 0.8);
}.contact-form-box-206 form .feedback-request-306 {
    width: 100%;
}}



@media screen and (max-width: 768px) {.program-overview-280 {
    padding: 60px 0;
}.program-overview-280 .expert-sessions-374 {
    padding-bottom: 40px;
    min-height: auto;
    display: block;
}.program-overview-280 .img-round-967 {
    height: 300px;
    margin-bottom: -40px;
    position: relative;
}.program-overview-280 .education-801 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0;
}.program-overview-280 .nav-begin-638 {
    right: auto;
    width: 80px;
    height: 80px;
    top: -30px;
    left: 20px;
}.program-overview-280 .education-801 h3 {
    font-size: calc(38px * 0.8);
    display: block;
    box-sizing: border-box;
    width: calc(100% - 30px);
    margin-top: 20px;
}.program-overview-280 .education-801 p {
    width: calc(100% - 30px);
    box-sizing: border-box;
    margin: 30px auto 0;
}
}



@media (max-width: 767px) {.mentorship-profile-247 {
    padding: 50px 20px;
}.mentorship-profile-247 .img-round-967 {
    height: 250px;
}.mentorship-profile-247 .past-career-129 {
    padding: 30px 25px;
}.mentorship-profile-247 .name {
    font-size: calc(37px - 4px);
}.mentorship-profile-247 .past-career-129 > div:nth-child(2) {
    font-size: calc(18px - 1px);
}.mentorship-profile-247 .work-area-617 {
    font-size: calc(18px - 1px);
}}



@media (max-width: 1200px) {.progress-bar-750 .container {
    gap: 2rem;
}.progress-bar-750 .company_holder {
    flex: 1 1 320px;
}.progress-bar-750 .blog-ref-187 {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}



@media (max-width: 992px) {.progress-bar-750 {
    padding: 3.5rem 0 2rem;
}.progress-bar-750 .container {
    gap: 2rem;
    flex-direction: column;
}.progress-bar-750 .company_holder,
    .progress-bar-750 .blog-ref-187 {
    min-width: 100%;
    flex: 1 1 100%;
}.progress-bar-750 .header-wrap-423 {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}



@media (max-width: 576px) {.progress-bar-750 {
    padding: 2.5rem 0 1rem;
}.progress-bar-750 .head-tutor-037 {
    gap: 1rem;
}.progress-bar-750 .header-wrap-423 {
    flex: 1 1 100%;
    min-width: 100%;
}.progress-bar-750 .header-wrap-423 .head-tutor-037 a {
    padding: 0.4rem 0.8rem;
}.progress-bar-750 .header-wrap-423 .head-tutor-037 a:hover {
    padding-left: 1.2rem;
}.price-table-972 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.progress-bar-750 .company_holder:hover,
    .progress-bar-750 .header-wrap-423:hover {
    transform: translateY(-2px);
}}



@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}



@keyframes floatLogo {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(-5deg);
    }
    75% {
        transform: translateY(10px) rotate(5deg);
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(198,98,119,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(rgb(198,98,119), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(198,98,119), 0);
    }
}



@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

