* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    padding: 4px;
    width: 11px;
}::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 5px 4px 13px 4px rgba(0, 0, 0, 0.5);
    background: rgb(217,150,203);
    margin: 4px 0;
}::-webkit-scrollbar-thumb {
    border-radius: 8.5em;
    background: radial-gradient(ellipse at top right, #ffffff 83%, rgb(255, 255, 255, 0.5) 0%, rgb(198,98,119,0.5) 5%, rgb(217,150,203) 65%, rgb(217,150,203,0.5) 15%);
    box-shadow: 3px -3px 2px 7px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -5px 3px 11px 0px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
    background: #ffffff;
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -3px -2px 8px 6px rgba(0, 0, 0, 0.6);
    background: rgb(255, 255, 255, 0.5);
}html {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(217,150,203);
    scrollbar-width: thin;
}.head-learn-3 {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1256px;
    margin: auto;
}.core-container-0 {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    auto
contain
    scroll-behavior: smooth;
    color: #000000;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}.design-res-9 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy-block-6 {
    color: #000000;
    background: linear-gradient(135deg, rgb(233,205,223) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
}.privacy-block-6::before {
    position: absolute;
    content: "";
    right: 0;
    transform: skewX(-15deg) translateX(20%);
    width: 30%;
    opacity: 0.05;
    background: linear-gradient(90deg, transparent, rgb(217,150,203,0.5));
    height: 100%;
    top: 0;
}.privacy-block-6::after {
    opacity: 0.7;
    left: 0;
    content: "";
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(217,150,203), rgb(198,98,119), rgb(217,150,203));
}.privacy-block-6 .container {
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.privacy-block-6 h1 {
    margin-bottom: 2.5rem;
    font-size: 47px;
    transform: translateX(-0.5rem);
    position: relative;
    color: #000000;
    padding-bottom: 1rem;
    font-weight: 700;
}.privacy-block-6 h1::after {
    background: linear-gradient(90deg, rgb(217,150,203), rgb(198,98,119));
    height: 4px;
    width: 80px;
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    content: "";
    transform-origin: left;
    left: 0;
}.privacy-block-6 h1:hover::after {
    transform: scaleX(1.5);
}.privacy-block-6 h2 {
    font-weight: 600;
    padding-left: 1rem;
    margin: 2.5rem 0 1.5rem;
    color: #000000;
    font-size: 30px;
    position: relative;
}.privacy-block-6 h2::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(217,150,203), rgb(198,98,119));
    bottom: 0.25rem;
    content: "";
    top: 0.25rem;
    width: 4px;
    left: 0;
    border-radius: 10px;
}.privacy-block-6 h3 {
    margin: 2rem 0 1.2rem;
    padding-bottom: 0.75rem;
    font-size: calc(30px * 0.85);
    font-weight: 600;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}.privacy-block-6 h4 {
    font-weight: 600;
    color: #000000;
    margin: 1.8rem 0 1rem;
    font-size: calc(30px * 0.75);
}.privacy-block-6 p {
    max-width: 95%;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 15px;
    line-height: 1.75;
}.privacy-block-6 p strong {
    position: relative;
    color: #000000;
    font-weight: 600;
    display: inline-block;
}.privacy-block-6 p strong::after {
    content: "";
    background: rgb(198,98,119,0.5);
    opacity: 0.5;
    left: 0;
    width: 100%;
    position: absolute;
    bottom: -2px;
    height: 2px;
}.privacy-block-6 ul {
    list-style: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
}.privacy-block-6 li {
    line-height: 1.6;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}.privacy-block-6 li::before {
    background: rgb(198,98,119);
    width: 8px;
    opacity: 0.8;
    content: "";
    left: 0;
    transform: rotate(45deg);
    height: 8px;
    position: absolute;
    top: 0.75rem;
}.privacy-block-6 span {
    display: block;
    line-height: 1.7;
    max-width: 95%;
    font-size: 15px;
    padding-left: 1rem;
    border-left: 2px solid rgb(198,98,119,0.5);
    margin-bottom: 1.75rem;
}

@media screen and (min-width: 1200px) {.privacy-block-6 {
    padding: 7rem 3rem;
}.privacy-block-6 .container {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr;
}.privacy-block-6 h1 {
    transform: translateX(-1rem);
    grid-column: 1 / -1;
    font-size: calc(47px * 1.2);
}.privacy-block-6 h1::after {
    width: 120px;
}.privacy-block-6 h2, 
    .privacy-block-6 h3, 
    .privacy-block-6 h4 {
    grid-column: 1 / -1;
}.privacy-block-6 p, 
    .privacy-block-6 ul,
    .privacy-block-6 span {
    max-width: 85%;
}
}

@media screen and (max-width: 991px) {.privacy-block-6 {
    padding: 4rem 1.5rem;
}.privacy-block-6 h1 {
    font-size: calc(47px * 0.9);
}.privacy-block-6 h2 {
    font-size: calc(30px * 0.9);
}.privacy-block-6::before {
    width: 50%;
}
}

@media screen and (max-width: 767px) {.privacy-block-6 {
    padding: 3rem 1rem;
}.privacy-block-6 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(47px * 0.8);
}.privacy-block-6 h2 {
    font-size: calc(30px * 0.8);
    margin: 2rem 0 1rem;
}.privacy-block-6 h3 {
    font-size: calc(30px * 0.7);
}.privacy-block-6 h4 {
    font-size: calc(30px * 0.6);
}.privacy-block-6 p,
    .privacy-block-6 span,
    .privacy-block-6 li {
    font-size: calc(15px * 0.95);
}.privacy-block-6 ul {
    padding-left: 0.5rem;
}.privacy-block-6 span {
    padding-left: 0.75rem;
}
}

@media screen and (max-width: 480px) {.privacy-block-6 {
    padding: 2.5rem 1rem;
}.privacy-block-6 h1::after {
    width: 60px;
}.privacy-block-6 h2::before {
    width: 3px;
}.privacy-block-6 li {
    padding-left: 1.25rem;
}.privacy-block-6 p,
    .privacy-block-6 span,
    .privacy-block-6 li {
    max-width: 100%;
}}.service-connect-3 {
    background: linear-gradient(135deg, rgb(233,205,223) 0%, rgba(245, 245, 255, 0.9) 100%);
    overflow: hidden;
    perspective: 1000px;
    padding: 120px 0 80px;
    position: relative;
}.service-connect-3::before {
    z-index: 0;
    transform: rotate(-15deg) translateZ(-10px);
    top: -50%;
    left: -10%;
    width: 120%;
    content: "";
    background: linear-gradient(120deg, rgb(217,150,203,0.5) 0%, transparent 70%);
    pointer-events: none;
    opacity: 0.05;
    position: absolute;
    height: 200%;
}.service-connect-3::after {
    height: 40%;
    pointer-events: none;
    bottom: 0;
    background: radial-gradient(circle at bottom right, rgb(198,98,119,0.5) 0%, transparent 70%);
    right: 0;
    content: "";
    position: absolute;
    opacity: 0.1;
    z-index: 0;
    width: 60%;
}.service-connect-3 .container {
    transform-style: preserve-3d;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.service-connect-3 .feedback-form-9 {
    transform: translateZ(0);
    grid-template-columns: 1fr;
    background: #ffffff;
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    gap: 30px;
    position: relative;
    display: grid;
    padding: 50px 40px;
}.service-connect-3 h3 {
    position: relative;
    font-size: calc(30px * 1.1);
    color: #000000;
    transform: translateZ(10px);
    margin: 0 0 30px;
    letter-spacing: -0.02em;
    font-weight: 700;
}.service-connect-3 h3::after {
    position: absolute;
    bottom: -10px;
    transform-origin: left;
    left: 0;
    width: 80px;
    content: "";
    background: rgb(217,150,203);
    height: 3px;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scaleX(1);
}.service-connect-3 h3:hover::after {
    transform: scaleX(1.5);
}.service-connect-3 p {
    margin-bottom: 20px;
    max-width: 90%;
    font-size: 18px;
    transform: translateZ(5px);
    color: #000000;
    line-height: 1.7;
}.service-connect-3 h5 {
    text-transform: capitalize;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0.01em;
    margin: 0 0 10px;
    font-weight: 600;
    align-items: center;
    gap: 10px;
    display: flex;
    transform: translateZ(7px);
}.service-connect-3 svg {
    transition: transform 0.3s ease, fill 0.3s ease;
    width: 22px;
    transform: translateY(2px);
    height: 22px;
}.service-connect-3 svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,150,203);
}.service-connect-3 .get-contactus-3 {
    transform: translateZ(8px);
    padding: 0;
    gap: 15px;
    list-style: none;
    display: flex;
    margin: 20px 0 0;
    flex-direction: column;
}.service-connect-3 .get-contactus-3 li {
    position: relative;
    transition: transform 0.3s ease;
}.service-connect-3 .get-contactus-3 li:hover {
    transform: translateX(5px);
}.service-connect-3 .contact-assistance-5 {
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: calc(18px * 1.05);
    color: #000000;
    border-left: 3px solid transparent;
    padding: 10px 15px;
    gap: 10px;
    display: flex;
    align-items: center;
    font-weight: 600;
}.service-connect-3 .contact-assistance-5:hover {
    border-left-color: rgb(217,150,203);
    color: rgb(217,150,203);
}.service-connect-3 .contact-assistance-5:hover svg {
    transform: translateY(2px) scale(1.1);
}.service-connect-3 .contact-assistance-5:hover svg path {
    fill: rgb(198,98,119);
}.service-connect-3 .contact-assistance-5:active {
    transform: scale(0.98);
}

@media (min-width: 768px) {.service-connect-3 .feedback-form-9 {
    gap: 40px 60px;
    padding: 60px 70px;
    grid-template-columns: repeat(2, 1fr);
}.service-connect-3 h3 {
    grid-column: 1 / -1;
    margin-bottom: 10px;
}.service-connect-3 .feedback-form-9 > div:first-of-type {
    grid-column: 1 / -1;
}.service-connect-3 .get-contactus-3 {
    grid-column: 2 / 3;
    align-self: start;
}
}

@media (min-width: 1024px) {.service-connect-3 {
    padding: 140px 0 100px;
}.service-connect-3 .feedback-form-9 {
    grid-template-columns: 1.5fr 1fr;
    padding: 70px 80px;
    gap: 40px 80px;
}.service-connect-3 h3 {
    font-size: calc(30px * 1.2);
}.service-connect-3 h3::after {
    width: 100px;
}.service-connect-3 p {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}.service-connect-3 .contact-assistance-5 {
    padding: 12px 20px;
}
}

@media (max-width: 767px) {.service-connect-3 {
    padding: 80px 0 60px;
}.service-connect-3 .feedback-form-9 {
    padding: 40px 30px;
}.service-connect-3 h3 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.9);
}.service-connect-3 p {
    font-size: calc(18px * 0.95);
    max-width: 100%;
}
}

@media (max-width: 480px) {.service-connect-3 {
    padding: 60px 0 40px;
}.service-connect-3 .feedback-form-9 {
    padding: 30px 20px;
}.service-connect-3 h3 {
    font-size: calc(30px * 0.85);
}.service-connect-3 .contact-assistance-5 {
    font-size: calc(18px * 0.95);
    padding: 8px 12px;
}.service-connect-3 svg {
    width: 20px;
    height: 20px;
}}.newsletter-subscription-7 {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(233,205,223) 100%);
}.newsletter-subscription-7::before {
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(217,150,203), transparent);
    position: absolute;
    height: 1px;
    box-shadow: 0 0 15px 2px rgb(217,150,203);
    right: 0;
    top: 0;
    content: "";
    animation: scanLine 4s infinite linear;
}.newsletter-subscription-7::after {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(217,150,203,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(198,98,119,0.5) 0%, transparent 20%);
    content: "";
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    filter: blur(30px);
}.newsletter-subscription-7 .skill-mastery-6 {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    perspective: 1000px;
}.newsletter-subscription-7 .contact-feedback-8 {
    position: relative;
    transform-style: preserve-3d;
    max-width: 600px;
    padding: 3rem;
    transform: rotateY(-5deg);
    transition: transform 0.5s ease;
    border-radius: 29px;
    width: 90%;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    backdrop-filter: blur(10px);
}.newsletter-subscription-7 .contact-feedback-8:hover {
    transform: rotateY(0deg);
}.newsletter-subscription-7 .contact-feedback-8::before,
.newsletter-subscription-7 .contact-feedback-8::after {
    inset: 0;
    border-radius: 29px;
    z-index: -1;
    position: absolute;
    content: "";
}.newsletter-subscription-7 .contact-feedback-8::before {
    animation: glowPulse 3s infinite alternate;
    filter: blur(20px);
    opacity: 0.5;
    background: linear-gradient(45deg, rgb(217,150,203), transparent 60%);
}.newsletter-subscription-7 .contact-feedback-8::after {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        85% 100%, 
        0% 100%
    );
    animation: borderFlash 4s infinite alternate;
    border: 1px solid rgb(217,150,203);
    box-shadow: 0 0 20px rgb(217,150,203,0.5);
}.newsletter-subscription-7 h3 {
    font-size: 36px;
    text-shadow: 0 0 10px rgb(217,150,203), 0 0 20px rgb(217,150,203,0.5);
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin-bottom: 2.5rem;
}.newsletter-subscription-7 h3::after {
    animation: widthPulse 3s infinite alternate;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(217,150,203), transparent);
    bottom: -10px;
}.newsletter-subscription-7 .input_holder {
    gap: 1.5rem;
    display: grid;
    width: 100%;
}.newsletter-subscription-7 input[type="email"] {
    font-size: 18px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgb(198,98,119,0.5);
    color: #ffffff;
    padding: 1.2rem 1.5rem;
}.newsletter-subscription-7 input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgb(217,150,203,0.5);
    border-color: rgb(217,150,203);
}.newsletter-subscription-7 input[type="email"]::placeholder {
    opacity: 0.6;
    color: #ffffff;
}.newsletter-subscription-7 .updates-form-8 {
    border: 1px solid rgb(217,150,203);
    cursor: pointer;
    font-weight: 600;
    background: transparent;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(217,150,203,0.5);
    transition: all 0.3s ease;
    font-size: 20px;
    text-shadow: 0 0 10px rgb(217,150,203);
    color: #ffffff;
}.newsletter-subscription-7 .updates-form-8::before {
    transition: opacity 0.3s ease;
    position: absolute;
    z-index: -1;
    content: "";
    inset: 0;
    background: linear-gradient(45deg, rgb(217,150,203), rgb(198,98,119));
    opacity: 0;
}.newsletter-subscription-7 .updates-form-8:hover {
    box-shadow: 0 0 20px rgb(217,150,203);
    transform: translateY(-5px);
}.newsletter-subscription-7 .updates-form-8:hover::before {
    opacity: 1;
}

@keyframes scanLine {
    0% {
        transform: translateY(-100vh);
    }
    100% {
        transform: translateY(100vh);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.3;
        filter: blur(20px);
    }
    100% {
        opacity: 0.7;
        filter: blur(15px);
    }
}

@keyframes borderFlash {
    0%, 90% {
        border-color: rgb(217,150,203);
        box-shadow: 0 0 20px rgb(217,150,203,0.5);
    }
    91%, 100% {
        border-color: rgb(198,98,119);
        box-shadow: 0 0 25px rgb(198,98,119);
    }
}

@keyframes widthPulse {
    0% {
        width: 30%;
    }
    100% {
        width: 100%;
    }
}

@media (min-width: 768px) {.newsletter-subscription-7 {
    padding: 7rem 3rem;
}.newsletter-subscription-7 .contact-feedback-8 {
    width: 80%;
    padding: 4rem;
}.newsletter-subscription-7 .input_holder {
    grid-template-columns: 2fr 1fr;
}
}

@media (max-width: 767px) {.newsletter-subscription-7 {
    padding: 4rem 1.5rem;
}.newsletter-subscription-7 h3 {
    font-size: 24px;
}.newsletter-subscription-7 .contact-feedback-8 {
    transform: rotateY(0deg);
    width: 100%;
    padding: 2rem;
}.newsletter-subscription-7 .input_holder {
    grid-template-columns: 1fr;
}.newsletter-subscription-7 .updates-form-8 {
    width: 100%;
}}.thankPageID-6 {
    overflow: hidden;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(217,150,203,0.5) 0%, rgb(233,205,223) 100%);
    position: relative;
}.thankPageID-6::before {
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(198,98,119,0.5) 0%, transparent 60%);
    left: 0;
    position: absolute;
    animation: pulse 15s infinite alternate ease-in-out;
    content: "";
    z-index: 1;
}.thankPageID-6::after {
    content: "";
    z-index: 0;
    opacity: 0.2;
    filter: blur(40px);
    right: -50px;
    height: 300px;
    width: 300px;
    background: linear-gradient(225deg, rgb(217,150,203) 0%, transparent 70%);
    bottom: -50px;
    position: absolute;
}.thankPageID-6 .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.thankPageID-6 .skill-mastery-6 {
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    background: #ffffff;
    padding: 60px 40px;
    flex-direction: column;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    display: flex;
}.thankPageID-6 .skill-mastery-6::before {
    left: 0;
    width: 5px;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(217,150,203), rgb(198,98,119));
    transform: scaleY(1.02);
}.thankPageID-6 .skill-mastery-6::after {
    width: 80px;
    position: absolute;
    height: 80px;
    background: rgb(198,98,119,0.5);
    content: "";
    z-index: -1;
    animation: float 8s infinite ease-in-out;
    right: 40px;
    transform: rotate(15deg);
    top: -15px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.thankPageID-6 .skill-mastery-6:hover {
    transform: perspective(1000px) rotateY(0deg);
}.thankPageID-6 h5 {
    font-weight: 700;
    padding-bottom: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: 22px;
    position: relative;
    color: #000000;
}.thankPageID-6 h5::after {
    transition: width 0.3s ease;
    content: "";
    bottom: 0;
    width: 80px;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(217,150,203), rgb(198,98,119));
    left: 0;
}.thankPageID-6 .skill-mastery-6:hover h5::after {
    width: 120px;
}.thankPageID-6 p {
    color: #000000;
    position: relative;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1.8;
    z-index: 2;
    transition: color 0.3s ease;
}.thankPageID-6 a {
    text-decoration: none;
    overflow: hidden;
    padding: 5px 0;
    display: block;
    position: relative;
}.thankPageID-6 a::before {
    left: 0;
    transform: scaleX(0);
    width: 100%;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, rgb(217,150,203,0.5), transparent);
    position: absolute;
    height: 1px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left;
}.thankPageID-6 a:hover::before {
    transform: scaleX(1);
}.thankPageID-6 a:hover p {
    color: rgb(217,150,203);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.9;
        transform: scale(1.05);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(15deg);
    }
    50% {
        transform: translateY(-15px) rotate(20deg);
    }
}

@media (min-width: 768px) {.thankPageID-6 {
    padding: 140px 0 100px;
}.thankPageID-6 .skill-mastery-6 {
    padding: 80px 60px;
    max-width: 900px;
    margin: 0 auto;
}.thankPageID-6 h5 {
    margin-bottom: 40px;
    font-size: calc(22px * 1.2);
    padding-bottom: 25px;
}.thankPageID-6 p {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
}.thankPageID-6 .skill-mastery-6::after {
    width: 100px;
    height: 100px;
    right: 60px;
}
}

@media (min-width: 992px) {.thankPageID-6 {
    padding: 160px 0 120px;
}.thankPageID-6 .skill-mastery-6 {
    transform: perspective(1200px) rotateY(-3deg);
    margin: 0 auto;
    max-width: 1000px;
    padding: 100px 80px;
}.thankPageID-6 .skill-mastery-6::before {
    width: 8px;
}.thankPageID-6 h5 {
    font-size: calc(22px * 1.3);
    max-width: 80%;
}.thankPageID-6 p {
    max-width: 90%;
}.thankPageID-6 .skill-mastery-6::after {
    top: -20px;
    height: 120px;
    right: 80px;
    width: 120px;
}
}

@media (max-width: 767px) {.thankPageID-6 {
    padding: 80px 0 60px;
}.thankPageID-6 .skill-mastery-6 {
    padding: 40px 25px;
    transform: perspective(800px) rotateY(-1deg);
}.thankPageID-6 h5 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.thankPageID-6 p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}.thankPageID-6 .skill-mastery-6::before {
    width: 3px;
}.thankPageID-6 .skill-mastery-6::after {
    height: 60px;
    top: -10px;
    width: 60px;
    right: 20px;
}
}

@media (max-width: 480px) {.thankPageID-6 {
    padding: 60px 0 40px;
}.thankPageID-6 .skill-mastery-6 {
    transform: none;
    padding: 30px 20px;
}.thankPageID-6 h5 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: calc(22px * 0.85);
}.thankPageID-6 .skill-mastery-6::after {
    display: none;
}}.contact-2 {
    padding: 6rem 0;
    background: linear-gradient(
        225deg, 
        rgb(233,205,223) 0%, 
        rgb(198,98,119,0.5) 100%
    );
    overflow: hidden;
    position: relative;
    perspective: 1000px;
}.contact-2::before {
    z-index: 1;
    top: 0;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    pointer-events: none;
    left: 0;
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
}.contact-2::after {
    height: 200%;
    content: '';
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgb(217,150,203,0.5) 0%, 
        transparent 70%
    );
    top: -50%;
    z-index: 2;
    opacity: 0.6;
    position: absolute;
    left: -50%;
    animation: circuit-pulse 10s infinite alternate;
}.contact-2 .container {
    position: relative;
    z-index: 3;
    max-width: 1300px;
    padding: 0 1rem;
    margin: 0 auto;
}.contact-2 h2 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-size: 47px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3rem;
    letter-spacing: 0.1em;
}.contact-2 h2::before,
.contact-2 h2::after {
    height: 2px;
    content: '';
    position: absolute;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(217,150,203), 
        transparent
    );
    bottom: -0.5rem;
}.contact-2 h2::before {
    left: 0;
    width: 30%;
}.contact-2 h2::after {
    right: 0;
    width: 30%;
}.contact-2 .support-request-0 {
    transition: transform 0.3s ease;
    background: rgb(198,98,119,0.5);
    align-items: stretch;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    border-radius: 19px;
    border: 1px solid rgb(217,150,203,0.5);
    transform: rotateX(5deg) scale(0.98);
    display: flex;
}.contact-2 .support-request-0:hover {
    transform: rotateX(0) scale(1);
}.contact-2 .portfolio-image-1 {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    flex: 0 0 40%;
}.contact-2 .portfolio-image-1::before {
    top: 0;
    height: 100%;
    content: '';
    mix-blend-mode: color-dodge;
    left: 0;
    position: absolute;
    background: linear-gradient(
        135deg, 
        rgb(217,150,203,0.5) 0%, 
        rgb(198,98,119,0.5) 100%
    );
    opacity: 0.7;
    width: 100%;
}.contact-2 .feedback-block-0 {
    justify-content: center;
    position: relative;
    flex-direction: column;
    flex: 0 0 60%;
    display: flex;
    padding: 4rem 3rem;
}.contact-2 .feedback-block-0::before {
    top: 2rem;
    box-shadow: 0 0 20px rgb(217,150,203);
    content: '';
    background: rgb(217,150,203);
    right: 2rem;
    width: 10px;
    position: absolute;
    border-radius: 50%;
    animation: signal-pulse 2s infinite alternate;
    height: 10px;
}.contact-2 .feedback-block-0 form {
    max-width: 500px;
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 0 auto;
}.contact-2 .feedback-block-0 h3 {
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 31px;
    margin-bottom: 2rem;
    color: #ffffff;
    text-align: center;
}.contact-2 .feedback-block-0 input:not([type="checkbox"]):not([type="submit"]) {
    z-index: 2;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    width: 100%;
    position: relative;
    border: 1px solid rgb(217,150,203,0.5);
    border-radius: 10px;
    background: rgb(198,98,119,0.5);
    font-size: 13px;
    color: #ffffff;
    outline: none;
    padding: 1rem 1.5rem;
}.contact-2 .feedback-block-0 input:not([type="checkbox"]):not([type="submit"])::before {
    position: absolute;
    z-index: 1;
    transition: opacity 0.3s ease;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(217,150,203,0.5) 100%
    );
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}.contact-2 .feedback-block-0 input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(217,150,203,0.5);
    border-color: rgb(217,150,203);
}.contact-2 .feedback-block-0 input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.contact-2 .feedback-block-0 .request-request-0 {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}.contact-2 .feedback-block-0 .request-request-0 input[type="checkbox"] {
    margin-right: 1rem;
    width: 22px;
    height: 22px;
    border: 2px solid rgb(217,150,203,0.5);
    background: rgb(198,98,119,0.5);
    appearance: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}.contact-2 .feedback-block-0 .request-request-0 input[type="checkbox"]:checked {
    background: rgb(217,150,203);
    border-color: rgb(217,150,203);
}.contact-2 .feedback-block-0 .request-request-0 input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    color: #ffffff;
    top: 50%;
    font-size: 0.8rem;
    content: '✔';
    position: absolute;
    left: 50%;
}.contact-2 .feedback-block-0 .request-request-0 label {
    display: flex;
    color: #ffffff;
    font-size: 13px;
    align-items: center;
}.contact-2 .feedback-block-0 .request-request-0 a {
    transition: color 0.3s ease;
    text-decoration: none;
    margin-left: 0.3rem;
    color: rgb(217,150,203);
}.contact-2 .feedback-block-0 .request-request-0 a:hover {
    text-decoration: underline;
}.contact-2 .feedback-block-0 .help-reach-5 {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: rgb(217,150,203);
    transition: all 0.3s ease;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    border: none;
    width: 100%;
    font-size: 14px;
    border-radius: 10px;
    padding: 1rem;
    font-weight: 600;
    cursor: pointer;
}.contact-2 .feedback-block-0 .help-reach-5::before {
    left: -100%;
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(217,150,203,0.5), 
        transparent
    );
    transition: all 0.3s ease;
    top: 0;
    height: 100%;
}.contact-2 .feedback-block-0 .help-reach-5:hover::before {
    left: 100%;
}.contact-2 .feedback-block-0 .help-reach-5:hover {
    box-shadow: 0 10px 20px rgb(217,150,203,0.5);
    transform: translateY(-3px);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.contact-2 .support-request-0 {
    flex-direction: column;
    transform: none;
}.contact-2 .portfolio-image-1 {
    flex: 0 0 100%;
    min-height: 300px;
}.contact-2 .feedback-block-0 {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact-2 {
    padding: 3rem 0;
}.contact-2 h2 {
    font-size: calc(47px * 0.8);
    margin-bottom: 2rem;
}.contact-2 .feedback-block-0 h3 {
    font-size: calc(31px * 0.9);
}.contact-2 .feedback-block-0 input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.contact-2 .feedback-block-0 .request-request-0 {
    align-items: flex-start;
}.contact-2 .feedback-block-0 .request-request-0 input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact-2 .support-request-0 {
    border-radius: 0;
}.contact-2 .portfolio-image-1 {
    min-height: 250px;
}.contact-2 .feedback-block-0 {
    padding: 2rem 1.5rem;
}}.course-instructor-3 {
    background: linear-gradient(135deg, #000000 0%, rgb(233,205,223) 100%);
    overflow: hidden;
    padding: 140px 0;
    position: relative;
}.course-instructor-3::before {
    width: 100%;
    left: 0;
    mix-blend-mode: screen;
    animation: morphBackground 15s infinite alternate ease-in-out;
    height: 100%;
    background: 
    radial-gradient(circle at 25% 25%, rgb(217,150,203,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(198,98,119,0.5) 0%, transparent 40%);
    top: 0;
    position: absolute;
    content: "";
}.course-instructor-3 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.course-instructor-3 .review-slider-6 {
    gap: 20px 40px;
    position: relative;
    grid-template-rows: auto auto 1fr;
    display: grid;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    grid-template-columns: 35% 1fr;
}.course-instructor-3 .portfolio-image-1 {
    grid-area: photo;
    transform: perspective(1000px) rotateY(-8deg);
    border-radius: 19px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 3;
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    position: relative;
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(217,150,203,0.5);
    height: 420px;
}.course-instructor-3 .portfolio-image-1::before {
    mix-blend-mode: multiply;
    content: "";
    border-radius: 19px;
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}.course-instructor-3 .review-slider-6:hover .portfolio-image-1 {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.course-instructor-3 .name {
    transform: perspective(1000px) rotateY(5deg);
    margin: 0;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left center;
    color: #ffffff;
    position: relative;
    padding-left: 20px;
    font-size: 38px;
    align-self: end;
    grid-area: name;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}.course-instructor-3 .name::after {
    background: rgb(217,150,203);
    content: "";
    height: 4px;
    transform-origin: left;
    position: absolute;
    left: 20px;
    transition: transform 0.5s ease;
    bottom: -8px;
    width: 60px;
    transform: scaleX(0.6);
}.course-instructor-3 .review-slider-6:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.course-instructor-3 .review-slider-6:hover .name::after {
    transform: scaleX(1);
}.course-instructor-3 .review-slider-6 > span:not(.name) {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 16px;
    transform: perspective(1000px) rotateY(5deg);
    margin-top: 5px;
    text-transform: uppercase;
    color: rgb(198,98,119);
    grid-area: job;
    padding-left: 20px;
    transform-origin: left center;
    letter-spacing: 1px;
    font-weight: 600;
}.course-instructor-3 .review-slider-6:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.course-instructor-3 .experience-3 {
    font-weight: 300;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin: 30px 0 0;
    backdrop-filter: blur(10px);
    transform: translateY(0);
    color: #ffffff;
    position: relative;
    line-height: 1.7;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    z-index: 2;
    font-size: 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    grid-area: quote;
    border-left: 4px solid rgb(217,150,203);
    border-radius: 19px;
    padding: 35px;
}.course-instructor-3 .experience-3::before {
    position: absolute;
    left: 25px;
    color: rgb(217,150,203);
    top: -15px;
    content: "";
    font-size: calc(42px * 2);
    opacity: 0.7;
}.course-instructor-3 .review-slider-6:hover .experience-3 {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.course-instructor-3 {
    padding: 80px 0;
}.course-instructor-3 .review-slider-6 {
    grid-template-areas:
      "portfolio-image-1"
      "name"
      "work-view-9"
      "experience-3";
    gap: 15px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.course-instructor-3 .portfolio-image-1 {
    margin: 0 auto;
    height: 320px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    transform: none;
    max-width: 320px;
}.course-instructor-3 .name,
  .course-instructor-3 .review-slider-6 > span:not(.name) {
    transform: none;
    text-align: center;
    padding-left: 0;
}.course-instructor-3 .name::after {
    transform: translateX(-50%) scaleX(0.6);
    left: 50%;
}.course-instructor-3 .review-slider-6:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.course-instructor-3 .experience-3 {
    margin-top: 20px;
}.course-instructor-3 .review-slider-6:hover .portfolio-image-1,
  .course-instructor-3 .review-slider-6:hover .name,
  .course-instructor-3 .review-slider-6:hover > span:not(.name),
  .course-instructor-3 .review-slider-6:hover .experience-3 {
    transform: none;
}
}

@media (max-width: 576px) {.course-instructor-3 {
    padding: 60px 0;
}.course-instructor-3 .portfolio-image-1 {
    height: 250px;
    max-width: 250px;
}.course-instructor-3 .name {
    font-size: 24px;
}.course-instructor-3 .experience-3 {
    padding: 25px 20px;
    font-size: calc(18px * 0.95);
}}.aspiring-learners-8 {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(233,205,223) 0%, rgb(217,150,203,0.5) 100%);
    position: relative;
    padding: 5rem 0;
}.aspiring-learners-8::before {
    animation: rotateRings 60s linear infinite;
    width: 150%;
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(198,98,119,0.5), 0.1) 31%,
        rgba(rgb(198,98,119,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(198,98,119,0.5), 0.05) 41%,
        rgba(rgb(198,98,119,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(217,150,203,0.5), 0.07) 51%,
        rgba(rgb(217,150,203,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(217,150,203,0.5), 0.05) 71%,
        rgba(rgb(217,150,203,0.5), 0.05) 72%,
        transparent 73%
    );
    content: '';
    top: 50%;
    left: 50%;
    position: absolute;
    height: 150%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 1;
}.aspiring-learners-8::after {
    opacity: 0.3;
    position: absolute;
    background: radial-gradient(
        circle at 70% 80%,
        rgb(217,150,203,0.5) 0%,
        transparent 50%
    );
    z-index: 1;
    left: 0;
    width: 100%;
    content: '';
    top: 0;
    height: 100%;
}.aspiring-learners-8 .skill-mastery-6 {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
}.aspiring-learners-8 h3 {
    margin-bottom: 3.5rem;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #ffffff;
    position: relative;
    font-size: 29px;
}.aspiring-learners-8 h3::after {
    content: '';
    box-shadow: 0 0 15px rgb(217,150,203);
    left: 50%;
    bottom: -15px;
    border-radius: 50px;
    position: absolute;
    height: 3px;
    background: rgb(217,150,203);
    width: 120px;
    transform: translateX(-50%);
}.aspiring-learners-8 ul {
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    display: grid;
}.aspiring-learners-8 li {
    align-items: center;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    padding: 1.8rem 2rem;
    border-radius: 50px;
    position: relative;
}.aspiring-learners-8 li::before {
    pointer-events: none;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%
    );
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}.aspiring-learners-8 li::after {
    pointer-events: none;
    position: absolute;
    opacity: 0;
    left: -50%;
    content: '';
    height: 200%;
    top: -50%;
    width: 200%;
    transform: scale(0.5);
    transition: all 0.5s ease;
    background: radial-gradient(
        circle at center,
        rgba(rgb(198,98,119,0.5), 0.3) 0%,
        transparent 70%
    );
}.aspiring-learners-8 li:hover {
    border-color: rgb(217,150,203,0.5);
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.18);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 20px rgb(217,150,203,0.5);
}.aspiring-learners-8 li:hover::after {
    opacity: 0.5;
    transform: scale(1);
}.aspiring-learners-8 li svg {
    margin-right: 1.5rem;
    height: 40px;
    width: 40px;
    fill: rgb(198,98,119);
    transform-origin: center;
    flex-shrink: 0;
    filter: drop-shadow(0 0 5px rgb(198,98,119,0.5));
    transition: all 0.4s ease;
}.aspiring-learners-8 li:hover svg {
    transform: rotate(15deg);
    fill: rgb(217,150,203);
    filter: drop-shadow(0 0 8px rgb(217,150,203));
}.aspiring-learners-8 li svg path {
    transition: all 0.4s ease;
}.aspiring-learners-8 li:hover svg path {
    fill: rgb(217,150,203);
}.aspiring-learners-8 li {
    letter-spacing: 0.3px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
}

@keyframes rotateRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.aspiring-learners-8 {
    padding: 4rem 0;
}.aspiring-learners-8 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.aspiring-learners-8 h3 {
    font-size: calc(29px * 0.9);
}.aspiring-learners-8 li {
    padding: 1.5rem 1.8rem;
}
}

@media (max-width: 767px) {.aspiring-learners-8 {
    padding: 3rem 0;
}.aspiring-learners-8 h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2.5rem;
}.aspiring-learners-8 h3::after {
    width: 100px;
}.aspiring-learners-8 li {
    padding: 1.2rem 1.5rem;
    border-radius: 25px;
}.aspiring-learners-8 li svg {
    height: 35px;
    width: 35px;
    margin-right: 1rem;
}}.experience-trial-5 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: rgb(233,205,223);
    padding: 100px 0;
}.experience-trial-5::before {
    opacity: 0.04;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            rgba(0, 0, 0, 0.5) 0px,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    content: '';
}.experience-trial-5::after {
    width: 100%;
    z-index: -1;
    opacity: 0.06;
    background-position: 0 0, 25px 25px;
    left: 0;
    background-size: 30px 30px, 50px 50px;
    height: 100%;
    animation: bgPulse 10s ease-in-out infinite alternate;
    position: absolute;
    top: 0;
    background-image: 
        radial-gradient(rgb(217,150,203,0.5) 1px, transparent 2px),
        radial-gradient(rgb(198,98,119,0.5) 1px, transparent 2px);
    content: '';
}@keyframes bgPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.08;
    }
}

.experience-trial-5 .skill-mastery-6 {
    text-align: center;
    max-width: 1000px;
    transition: all 0.5s ease;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.08),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    background-color: rgb(233,205,223);
    margin: 0 auto;
    padding: 60px;
    border-radius: 20px;
    position: relative;
}.experience-trial-5 .skill-mastery-6:hover {
    box-shadow: 
        15px 15px 50px rgba(0, 0, 0, 0.07),
        -15px -15px 50px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(255, 255, 255, 0.6),
        inset -3px -3px 6px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}.experience-trial-5 h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    display: inline-block;
    font-size: 37px;
}.experience-trial-5 h3::before {
    border-radius: 50%;
    left: -20px;
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgb(217,150,203);
    transform: translateY(-50%);
    top: 50%;
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
    content: '';
}.experience-trial-5 h3::after {
    top: 50%;
    height: 10px;
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
    width: 10px;
    position: absolute;
    content: '';
    border-radius: 50%;
    transform: translateY(-50%);
    right: -20px;
    background: rgb(198,98,119);
}.experience-trial-5 .contact-assistance-5 {
    display: inline-block;
    background: rgb(233,205,223);
    letter-spacing: 1.5px;
    border-radius: 11px;
    font-size: 15px;
    text-decoration: none;
    padding: 16px 40px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    margin-top: 20px;
    text-transform: uppercase;
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.1),
        -8px -8px 20px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    color: #000000;
}.experience-trial-5 .contact-assistance-5::before {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        rgb(217,150,203,0.5), 
        rgb(198,98,119,0.5),
        rgb(217,150,203,0.5)
    );
    transition: opacity 0.5s ease;
    left: 0;
    opacity: 0;
    z-index: -1;
    content: '';
}.experience-trial-5 .contact-assistance-5:hover {
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.05),
        -5px -5px 15px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
    color: rgb(217,150,203);
    transform: translateY(-2px);
}.experience-trial-5 .contact-assistance-5:hover::before {
    opacity: 0.2;
}.experience-trial-5 .contact-assistance-5:active {
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
    transform: translateY(0);
}.experience-trial-5 .skill-mastery-6::before,
.experience-trial-5 .skill-mastery-6::after {
    opacity: 0.15;
    content: '';
    z-index: -1;
    position: absolute;
    border-radius: 50%;
}.experience-trial-5 .skill-mastery-6::before {
    left: -40px;
    height: 200px;
    background: linear-gradient(135deg, rgb(217,150,203), rgb(198,98,119));
    animation: pulse 8s ease-in-out infinite alternate;
    top: -40px;
    width: 200px;
}.experience-trial-5 .skill-mastery-6::after {
    background: linear-gradient(135deg, rgb(198,98,119), rgb(217,150,203));
    width: 150px;
    right: -30px;
    height: 150px;
    animation: pulse 8s ease-in-out 2s infinite alternate;
    bottom: -30px;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.15;
    }
}

.experience-trial-5 .skill-mastery-6 {
    position: relative;
}.experience-trial-5 .skill-mastery-6::before {
    top: 0;
    opacity: 0;
    content: '';
    position: absolute;
    z-index: -1;
    background-size: 80px 100%;
    transition: opacity 0.5s ease, background-size 0.5s ease;
    background: linear-gradient(90deg, transparent 49.5%, rgb(217,150,203,0.5) 50%, transparent 50.5%);
    height: 100%;
    left: 0;
    width: 100%;
}.experience-trial-5:hover .skill-mastery-6::before {
    background-size: 40px 100%;
    opacity: 0.05;
}.experience-trial-5 .skill-mastery-6::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(217,150,203,0.5), 
        rgb(198,98,119,0.5), 
        rgb(217,150,203,0.5), 
        transparent
    );
    height: 1px;
    width: calc(100% - 40px);
    position: absolute;
    content: '';
    opacity: 0.3;
    bottom: 20px;
    left: 20px;
}

@media screen and (max-width: 992px) {.experience-trial-5 {
    padding: 80px 0;
}.experience-trial-5 .skill-mastery-6 {
    padding: 40px;
    max-width: 90%;
}.experience-trial-5 h3 {
    font-size: calc(37px * 0.9);
}.experience-trial-5 .skill-mastery-6::before {
    height: 150px;
    width: 150px;
}.experience-trial-5 .skill-mastery-6::after {
    height: 120px;
    width: 120px;
}
}

@media screen and (max-width: 768px) {.experience-trial-5 {
    padding: 60px 0;
}.experience-trial-5 .skill-mastery-6 {
    padding: 30px 20px;
    max-width: 95%;
}.experience-trial-5 h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.experience-trial-5 h3::before,
    .experience-trial-5 h3::after {
    display: none;
}.experience-trial-5 .contact-assistance-5 {
    padding: 14px 30px;
    font-size: calc(15px * 0.9);
}.experience-trial-5 .skill-mastery-6::before,
    .experience-trial-5 .skill-mastery-6::after {
    width: 100px;
    height: 100px;
}}

@keyframes blinkDots {
    0%, 100% {
        opacity: 0.07;
    }
    50% {
        opacity: 0.12;
    }
}

@keyframes moveBackground {
    0% {
        background-position: 0 0, 25px 25px;
    }
    100% {
        background-position: 30px 30px, 55px 55px;
    }
}

.experience-trial-5::after {
    animation: 
        bgPulse 10s ease-in-out infinite alternate,
        moveBackground 30s linear infinite;
}.company-info-1 {
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(90deg, #000000 0%, rgb(217,150,203) 100%);
    padding: 100px 0;
    position: relative;
}.company-info-1::before {
    content: "";
    position: absolute;
    left: 0;
    background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%),
        repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(255, 255, 255, 0.03) 40px, rgba(255, 255, 255, 0.03) 80px);
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
}.company-info-1::after {
    width: 100%;
    z-index: -1;
    left: 0;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(255, 255, 255, 0.02) 40px, rgba(255, 255, 255, 0.02) 80px);
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
}.company-info-1 .container {
    max-width: 1000px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.company-info-1 .skill-mastery-6 {
    grid-template-areas: 
        "director"
        "logo"
        "text";
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr;
    display: grid;
    background: #ffffff;
    text-align: center;
    overflow: hidden;
    gap: 40px;
    position: relative;
    animation: fadeIn 1s ease-in-out;
    padding: 60px;
    grid-template-rows: auto auto auto;
    border-radius: 0;
}.company-info-1 .skill-mastery-6::before {
    width: 100%;
    position: absolute;
    background: rgb(217,150,203);
    top: 0;
    content: "";
    height: 5px;
    left: 0;
}.company-info-1 .skill-studio-4 {
    border-bottom: 1px solid rgba(rgb(217,150,203), 0.1);
    transform: translateY(0);
    grid-area: director;
    align-items: center;
    padding-bottom: 30px;
    transition: transform 0.5s ease;
    display: flex;
    flex-direction: column;
    gap: 30px;
}.company-info-1 .skill-studio-4:hover {
    transform: translateY(-5px);
}.company-info-1 .skill-studio-4 .portfolio-image-1 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 270px;
    transition: all 0.4s ease;
    margin: 0 auto;
    border-radius: 0;
    width: 220px;
    outline: 1px solid rgba(rgb(217,150,203), 0.2);
    position: relative;
    overflow: hidden;
    border: 4px solid #ffffff;
}.company-info-1 .pro-track-8 {
    text-align: center;
    background: rgb(233,205,223);
    margin: 0 auto;
    padding: 15px;
    border-left: 4px solid rgb(217,150,203);
    max-width: 300px;
}.company-info-1 .knowledge-hub-7 {
    font-weight: 700;
    letter-spacing: 1px;
    color: #000000;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 23px;
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
}.company-info-1 .knowledge-hub-7::after {
    content: "";
    left: 50%;
    height: 2px;
    background: rgb(217,150,203);
    transform: translateX(-50%);
    position: absolute;
    transition: width 0.3s ease;
    width: 50px;
    bottom: 0;
}.company-info-1 .edu-promise-6 {
    margin: 0;
    color: #000000;
    font-weight: 300;
    font-size: 14px;
}.company-info-1 .knowledge-learn-8 {
    margin-bottom: 20px;
    justify-content: center;
    border-bottom: 1px solid rgba(rgb(217,150,203), 0.1);
    padding: 20px;
    padding-bottom: 20px;
    grid-area: logo;
    align-items: center;
    gap: 20px;
    background: rgb(233,205,223);
    display: flex;
    position: relative;
}.company-info-1 .knowledge-learn-8::before {
    height: 100%;
    background: rgb(217,150,203);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
}.company-info-1 .knowledge-learn-8 svg {
    height: 60px;
    transition: transform 0.4s ease;
    fill: rgb(217,150,203);
    width: 60px;
}.company-info-1 .knowledge-learn-8 svg path {
    fill: rgb(217,150,203);
}.company-info-1 .text-info-box-8 {
    padding: 30px;
    margin: 0 auto;
    position: relative;
    max-width: 700px;
    opacity: 0;
    grid-area: text;
    transform: translateY(20px);
    border: 1px solid rgba(rgb(217,150,203), 0.1);
    animation: slideUp 0.8s ease-out forwards;
    animation-delay: 0.3s;
}.company-info-1 .text-info-box-8::before {
    height: 4px;
    background: rgb(217,150,203);
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
}.company-info-1 h2 {
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1px;
    margin: 0 0 25px 0;
    font-size: 36px;
    padding-bottom: 20px;
}.company-info-1 h2::after {
    left: 50%;
    position: absolute;
    background: rgb(217,150,203);
    width: 80px;
    animation: pulseWidth 3s ease-in-out infinite;
    height: 3px;
    content: "";
    transform: translateX(-50%);
    bottom: 0;
}.company-info-1 p {
    color: #000000;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseWidth {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@media screen and (max-width: 992px) {.company-info-1 {
    padding: 80px 0;
}.company-info-1 .skill-mastery-6 {
    padding: 50px 40px;
    gap: 35px;
}
}

@media screen and (max-width: 767px) {.company-info-1 {
    padding: 60px 0;
}.company-info-1 .skill-mastery-6 {
    gap: 30px;
    padding: 40px 30px;
}.company-info-1 .skill-studio-4 .portfolio-image-1 {
    width: 180px;
    height: 220px;
}.company-info-1 h2 {
    font-size: calc(36px * 0.85);
}
}

@media screen and (max-width: 480px) {.company-info-1 {
    padding: 40px 0;
}.company-info-1 .skill-mastery-6 {
    padding: 30px 20px;
    gap: 25px;
}.company-info-1 .skill-studio-4 .portfolio-image-1 {
    height: 180px;
    width: 150px;
}.company-info-1 .knowledge-hub-7 {
    font-size: calc(23px * 0.9);
}.company-info-1 .edu-promise-6 {
    font-size: calc(14px * 0.9);
}.company-info-1 .knowledge-learn-8 svg {
    width: 50px;
    height: 50px;
}.company-info-1 h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 20px;
}.company-info-1 p {
    font-size: calc(14px * 0.9);
}}.cookieWarningContainer-2 {
    border-top: 2px solid rgb(217,150,203);
    z-index: 90;
    width: 100%;
    background: rgb(233,205,223);
    bottom: 0;
    position: fixed;
}.policy-opt-7 {
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
    align-items: center;
}.cookieWarningContainer-2 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookieWarningContainer-2 p {
    font-size: 18px;
}.cookie-overview-4 {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie-overview-4 svg, .cookie-overview-4 svg path, .cookie-overview-4 img {
    fill: rgb(217,150,203);
    height: 100px;
    width: 100px;
}.track-switch-5 {
    border-bottom: 2px solid rgb(217,150,203);
    cursor: pointer;
    min-width: 120px;
    margin-left: 10px;
    font-size: 24px;
    flex-shrink: 0;
    text-decoration: none;
    color: rgb(217,150,203);
    line-height: 35px;
    text-align: center;
    white-space: nowrap;
}.cookieWarningContainer-2 p a {
    color: rgb(217,150,203);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookieWarningContainer-2 {
    padding: 20px;
}}
#cookieDialogWindow-5 {
    display: none;
}#cookieDialogWindow-5:checked ~ .cookieWarningContainer-2 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.cookie-overview-4 {
    display: none;
}.policy-opt-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookieWarningContainer-2 h5 {
    text-align: center;
}.cookieWarningContainer-2 p {
    text-align: center;
}.safe-cookies-8 {
    margin-bottom: 20px;
}body .core-container-0 .track-switch-5 {
    margin-left: 0;
}}.course-offering-2 {
    position: relative;
    align-items: stretch;
    overflow: hidden;
    min-height: 100vh;
    background-color: #ffffff;
    display: flex;
}.course-offering-2::before {
    top: 0;
    content: '';
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(233,205,223) 90%);
    z-index: 2;
    height: 100%;
    width: 100%;
    position: absolute;
    pointer-events: none;
    left: 0;
}.course-offering-2 .skill-master-6 {
    position: absolute;
    height: 100%;
    width: 55%;
    right: 0;
    z-index: 1;
    top: 0;
}.course-offering-2 .program-guide-7 {
    animation: carousel-vertical 25s ease infinite;
    flex-direction: column;
    display: flex;
    width: 100%;
    height: 500%;
}.course-offering-2 .skill-master-6:hover .program-guide-7 {
    animation-play-state: paused;
}.course-offering-2 .career-ready-8 {
    position: relative;
    height: 20%;
    width: 100%;
}.course-offering-2 .career-ready-8::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    z-index: 2;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}.course-offering-2 .career-ready-8 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1.05);
    transition: transform 0.8s ease;
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
}.course-offering-2 .career-ready-8:hover img {
    transform: scale(1.1);
}.course-offering-2 .container {
    display: flex;
    position: relative;
    align-items: center;
    z-index: 5;
    width: 100%;
    padding: 0;
}.course-offering-2 .skill-mastery-6 {
    justify-content: center;
    flex-direction: column;
    display: flex;
    padding-left: 8%;
    width: 45%;
}.course-offering-2 .next-skill-8 {
    position: relative;
    border-left: 5px solid rgb(217,150,203);
    background: linear-gradient(135deg, #ffffff 0%, rgb(233,205,223) 100%);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 550px;
    border-radius: 0 11px 11px 0;
    padding: 3.5rem;
}.course-offering-2 .next-skill-8::before {
    bottom: 20px;
    right: 20px;
    left: 20px;
    top: 20px;
    pointer-events: none;
    border-left: none;
    border: 1px solid rgb(198,98,119,0.5);
    position: absolute;
    content: '';
    border-radius: 0 10px 10px 0;
}.course-offering-2 .next-skill-8 h3 {
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    color: rgb(217,150,203);
    font-size: 39px;
}.course-offering-2 .next-skill-8 h3::after {
    content: '';
    background: rgb(198,98,119);
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    position: absolute;
}.course-offering-2 .next-skill-8 p {
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: #000000;
    font-size: 13px;
}.course-offering-2 .next-skill-8 .help-reach-5 {
    font-weight: 600;
    background: linear-gradient(45deg, rgb(217,150,203) 0%, rgb(198,98,119) 100%);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    padding: 1.2rem 2.5rem;
    transition: all 0.3s ease;
}.course-offering-2 .next-skill-8 .help-reach-5::before {
    background: linear-gradient(45deg, rgb(198,98,119) 0%, rgb(217,150,203) 100%);
    height: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 0;
    content: '';
}.course-offering-2 .next-skill-8 .help-reach-5:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.course-offering-2 .next-skill-8 .help-reach-5:hover::before {
    opacity: 1;
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (min-width: 1440px) {.course-offering-2 .skill-mastery-6 {
    padding-left: 10%;
}.course-offering-2 .next-skill-8 {
    max-width: 650px;
}
}

@media screen and (max-width: 1200px) {.course-offering-2 .skill-master-6 {
    width: 50%;
}.course-offering-2 .skill-mastery-6 {
    padding-left: 5%;
    width: 50%;
}.course-offering-2 .next-skill-8 {
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.course-offering-2 {
    flex-direction: column;
    min-height: auto;
}.course-offering-2 .skill-master-6 {
    height: 400px;
    position: relative;
    width: 100%;
}.course-offering-2 .program-guide-7 {
    animation: carousel-horizontal 25s ease infinite;
    flex-direction: row;
    width: 500%;
    height: 100%;
}.course-offering-2 .career-ready-8 {
    width: 20%;
    height: 100%;
}.course-offering-2 .career-ready-8::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.course-offering-2 .container {
    padding: 3rem 1rem;
}.course-offering-2 .skill-mastery-6 {
    width: 100%;
    max-width: 800px;
    padding-left: 0;
    margin: 0 auto;
}.course-offering-2 .next-skill-8 {
    border-top: 5px solid rgb(217,150,203);
    max-width: 100%;
    border-left: none;
    border-radius: 11px;
}.course-offering-2 .next-skill-8::before {
    left: 20px;
    border-top: none;
    border-radius: 10px;
    border: 1px solid rgb(198,98,119,0.5);
    bottom: 20px;
    top: 20px;
    right: 20px;
}
}

@media screen and (max-width: 768px) {.course-offering-2 .skill-master-6 {
    height: 350px;
}.course-offering-2 .container {
    padding: 2.5rem 1rem;
}.course-offering-2 .next-skill-8 {
    padding: 2rem;
}.course-offering-2 .next-skill-8 h3 {
    font-size: calc(39px * 0.8);
}

}

@media screen and (max-width: 576px) {.course-offering-2 .skill-master-6 {
    height: 300px;
}.course-offering-2 .container {
    padding: 2rem 1rem;
}.course-offering-2 .next-skill-8 {
    padding: 1.5rem;
}.course-offering-2 .next-skill-8 h3 {
    font-size: calc(39px * 0.7);
}.course-offering-2 .next-skill-8 p {
    margin-bottom: 2rem;
    font-size: calc(13px * 0.9);
}.course-offering-2 .next-skill-8 .help-reach-5 {
    text-align: center;
    width: 100%;
    padding: 1rem;
}.course-offering-2 .next-skill-8::before {
    display: none;
}}

@keyframes carousel-horizontal {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}.education-framework-8 {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(233,205,223) 0%, rgb(198,98,119,0.5) 100%);
    position: relative;
    overflow: hidden;
}.education-framework-8::before {
    left: 0;
    background: radial-gradient(circle at 30% 50%, rgb(217,150,203,0.5) 0%, transparent 60%);
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    animation: pulse 8s infinite alternate;
}.education-framework-8::after {
    background: rgb(198,98,119,0.5);
    border-radius: 50%;
    animation: float 15s infinite ease-in-out;
    filter: blur(70px);
    content: "";
    bottom: -50px;
    height: 300px;
    position: absolute;
    right: -50px;
    z-index: 0;
    width: 300px;
}.education-framework-8 .skill-mastery-6 {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    max-width: 900px;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 3rem;
    align-items: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    z-index: 2;
    animation: appearIn 1s ease-out forwards;
}.education-framework-8 .skill-mastery-6::before {
    content: "";
    background: linear-gradient(45deg, rgb(217,150,203) 0%, transparent 30%, transparent 70%, rgb(198,98,119) 100%);
    top: -2px;
    left: -2px;
    border-radius: 28px;
    position: absolute;
    bottom: -2px;
    z-index: -1;
    right: -2px;
}.education-framework-8 h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 31px;
    position: relative;
    animation: slideUp 0.8s ease-out forwards;
    color: #ffffff;
    padding-bottom: 1rem;
}.education-framework-8 h3::after {
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(217,150,203) 0%, rgb(198,98,119) 100%);
    bottom: 0;
    position: absolute;
    border-radius: 2px;
}.education-framework-8 span {
    font-size: 15px;
    line-height: 1.8;
    opacity: 0;
    max-width: 700px;
    color: #ffffff;
    animation: fadeIn 1s 0.3s ease-out forwards;
    text-align: center;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

@keyframes appearIn {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(10deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 992px) {.education-framework-8 {
    padding: 3rem 0;
}.education-framework-8 .skill-mastery-6 {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.education-framework-8 h3 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 768px) {.education-framework-8 {
    padding: 2rem 0;
}.education-framework-8 .skill-mastery-6 {
    padding: 1.5rem;
    transform: none;
}.education-framework-8 h3 {
    font-size: calc(31px * 0.8);
}.education-framework-8 span {
    font-size: calc(15px * 0.95);
}}header {
    position: relative;
    padding: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgb(217,150,203,0.5) 0%, rgb(198,98,119,0.5) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 100;
    margin-top: 0;
}header::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(217,150,203,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(198,98,119,0.5) 0%, transparent 30%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: '';
    opacity: 0.5;
    height: 100%;
}header .top-page-3 {
    justify-content: space-between;
    position: relative;
    display: flex;
    padding: 1.2rem 2.5rem;
    align-items: center;
    z-index: 5;
}header .nav-lesson-8 {
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.8rem 1.2rem;
    z-index: 2;
    flex: 0 0 auto;
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    backdrop-filter: blur(5px);
    border-radius: 17px;
}header .nav-lesson-8:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}header .site-navbar-2 {
    display: block;
    transition: all 0.3s ease;
}header .site-navbar-2 img {
    max-height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .header-mainbar-3 {
    display: flex;
    margin: 0;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 2;
}header .main-header-2 {
    margin: 0 0.3rem;
    position: relative;
}header .main-header-2 a {
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    font-size: 14px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    font-weight: 600;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    z-index: 1;
    padding: 0.8rem 1.2rem;
    transition: all 0.3s ease;
    border-radius: 17px;
    display: block;
}header .main-header-2 a:hover {
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .main-header-2 a::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    content: '';
    border-radius: 17px;
    top: 0;
}header .main-header-2 a:hover::before {
    opacity: 1;
}header .main-header-2::after {
    background: #ffffff;
    content: '';
    bottom: -3px;
    transform: translateX(-50%);
    border-radius: 10px;
    opacity: 0.7;
    transition: width 0.3s ease;
    height: 3px;
    left: 50%;
    position: absolute;
    width: 0;
}header .main-header-2:hover::after {
    width: 70%;
}header .top-page-3::before {
    top: -20px;
    right: -20px;
    filter: blur(40px);
    height: 100px;
    border-radius: 50%;
    width: 100px;
    opacity: 0.5;
    background: rgb(217,150,203,0.5);
    z-index: -1;
    position: absolute;
    content: '';
}header .top-page-3::after {
    content: '';
    left: -20px;
    bottom: -20px;
    border-radius: 50%;
    background: rgb(198,98,119,0.5);
    height: 80px;
    z-index: -1;
    opacity: 0.5;
    position: absolute;
    filter: blur(30px);
    width: 80px;
}header .head-learn-3 {
    background: rgb(233,205,223);
    padding-top: 2rem;
    z-index: 1;
    position: relative;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .nav-lesson-8::after {
    left: 0;
    opacity: 0.5;
    height: 20px;
    content: '';
    bottom: -20px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    position: absolute;
    transition: all 0.4s ease;
    width: 100%;
}header .nav-lesson-8:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}

@media (min-width: 1400px) {header .top-page-3 {
    max-width: 1320px;
    margin: 0 auto;
}header .main-header-2 {
    margin: 0 0.5rem;
}header .main-header-2 a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}header .top-page-3 {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .nav-lesson-8 {
    border-radius: 10px;
    padding: 0.6rem 1rem;
    margin-bottom: 0;
}header .header-mainbar-3 {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .main-header-2 a {
    padding: 0.6rem 1rem;
    border-radius: 10px;
    font-size: calc(14px - 1px);
}header .top-page-3::before,
    header .top-page-3::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top-page-3 {
    padding: 0.8rem 1.2rem;
}header .nav-lesson-8 {
    padding: 0.5rem 0.8rem;
    max-width: 140px;
}header .site-navbar-2 img {
    max-height: 35px;
}header .header-mainbar-3 {
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: thin;
}header .header-mainbar-3::-webkit-scrollbar {
    height: 3px;
}header .header-mainbar-3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .main-header-2 {
    flex: 0 0 auto;
    margin: 0 0.15rem;
}header .main-header-2 a {
    font-size: calc(14px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
}header .main-header-2::after {
    display: none;
}header .nav-lesson-8::after {
    display: none;
}
}

@media (max-width: 479px) {header .top-page-3 {
    padding: 0.7rem 1rem;
}header .nav-lesson-8 {
    padding: 0.4rem 0.7rem;
    max-width: 120px;
}header .main-header-2 a {
    font-size: calc(14px - 3px);
    padding: 0.4rem 0.6rem;
}}.title-greeting-9 {
    position: relative;
    justify-content: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 100vh;
}.edu-first-3 {
    width: 100%;
    max-width: 1400px;
    position: relative;
    z-index: 2;
    padding: 2rem;
}.title-greeting-9 .page-primary-9 {
    padding: 4rem 3rem;
    gap: 2rem;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
}.title-greeting-9 .page-primary-9::before {
    left: 0;
    backdrop-filter: brightness(0.8) contrast(1.2);
    bottom: 0;
    position: absolute;
    right: 0;
    content: "";
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgb(217,150,203,0.5), rgba(0, 0, 0, 0.5) 80%);
}.title-greeting-9 .page-primary-9::after {
    z-index: 2;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    left: 0;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 0%, rgb(198,98,119,0.5) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgb(217,150,203,0.5) 100%);
    position: absolute;
    opacity: 0.15;
    height: 100%;
    content: "";
}.title-greeting-9 .page-primary-9 span {
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    position: relative;
    z-index: 5;
    display: inline-block;
    opacity: 0;
    transform: translateY(10px);
    max-width: 90%;
}.title-greeting-9 .page-primary-9 h3 {
    backdrop-filter: blur(8px);
    padding: 1rem 1.5rem;
    font-size: calc(19px * 0.9);
    background: linear-gradient(90deg, rgb(217,150,203,0.5) 0%, rgb(198,98,119,0.5) 100%);
    font-weight: 600;
    max-width: 650px;
    color: #ffffff;
    letter-spacing: 0.5px;
    line-height: 1.5;
    border-left: 4px solid rgb(217,150,203);
    margin-bottom: 0.5rem;
}.title-greeting-9 .page-primary-9 h1 {
    z-index: 5;
    color: #ffffff;
    line-height: 1.2;
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
    animation: fadeSlideUp 0.8s ease-out 0.4s forwards;
    max-width: 800px;
    transform: translateY(15px);
    opacity: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-size: 39px;
}.title-greeting-9 .page-primary-9 h1::after {
    left: 0;
    background: linear-gradient(90deg, rgb(198,98,119), rgb(217,150,203));
    width: 120px;
    bottom: -15px;
    transform-origin: left;
    content: "";
    height: 4px;
    position: absolute;
    animation: lineExpand 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.8s forwards;
    transform: scaleX(0);
}.title-greeting-9 .page-primary-9 div div {
    transform: translateY(20px);
    position: relative;
    z-index: 5;
    opacity: 0;
    animation: fadeSlideUp 0.8s ease-out 0.6s forwards;
}.title-greeting-9 .page-primary-9 p {
    font-size: calc(14px * 1.2);
    position: relative;
    max-width: 600px;
    line-height: 1.6;
    padding-left: 1.5rem;
    color: #ffffff;
    font-weight: 400;
}.title-greeting-9 .page-primary-9 p::before {
    background: rgb(198,98,119);
    left: 0;
    border-radius: 10px;
    width: 3px;
    top: 0.5rem;
    content: "";
    position: absolute;
    bottom: 0.5rem;
}

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

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

@media (max-width: 992px) {.title-greeting-9 .page-primary-9 {
    padding: 3rem 2rem;
}.title-greeting-9 .page-primary-9 h1 {
    font-size: calc(39px * 0.85);
}.title-greeting-9 .page-primary-9 h3 {
    max-width: 550px;
    font-size: calc(19px * 0.85);
}
}

@media (max-width: 768px) {.edu-first-3 {
    padding: 1.5rem;
}.title-greeting-9 .page-primary-9 {
    padding: 2.5rem 1.5rem;
}.title-greeting-9 .page-primary-9 h1 {
    font-size: calc(39px * 0.7);
}.title-greeting-9 .page-primary-9 h3 {
    font-size: 14px;
    padding: 0.8rem 1.2rem;
}.title-greeting-9 .page-primary-9 span,
    .title-greeting-9 .page-primary-9 h1,
    .title-greeting-9 .page-primary-9 div div {
    max-width: 100%;
}.title-greeting-9 .page-primary-9 p {
    font-size: 14px;
}
}

@media (max-width: 576px) {.title-greeting-9 .page-primary-9 {
    padding: 2rem 1.25rem;
}.title-greeting-9 .page-primary-9 h1 {
    font-size: calc(39px * 0.6);
}.title-greeting-9 .page-primary-9 h3 {
    font-size: calc(14px * 0.95);
    border-left-width: 3px;
    padding: 0.7rem 1rem;
}.title-greeting-9 .page-primary-9 p {
    padding-left: 1rem;
}.title-greeting-9 .page-primary-9 h1::after {
    width: 80px;
    height: 3px;
    bottom: -10px;
}
}

@media (hover: hover) {.title-greeting-9 .page-primary-9 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.title-greeting-9 .page-primary-9:hover {
    transform: translateY(-5px);
}.title-greeting-9 .page-primary-9:hover::after {
    opacity: 0.25;
    transition: opacity 0.5s ease;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    background: linear-gradient(145deg, rgb(233,205,223) 0%, rgb(217,150,203,0.5) 100%);
    position: absolute;
    content: "";
    z-index: -2;
    opacity: 0.9;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}footer::after {
    left: 0;
    opacity: 0.1;
    z-index: -1;
    background-image: 
        repeating-linear-gradient(0deg, rgb(217,150,203,0.5), rgb(217,150,203,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(217,150,203,0.5), rgb(217,150,203,0.5) 1px, transparent 1px, transparent 20px);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}.design-res-9 {
    color: #000000;
    position: relative;
    padding: 4rem 0 2rem;
}.design-res-9::after {
    background: linear-gradient(90deg, rgb(217,150,203), rgb(198,98,119));
    height: 6px;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
}.design-res-9 .container {
    position: relative;
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}.design-res-9 .company_holder {
    flex: 1 1 400px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    padding: 2rem 2.5rem;
    border-radius: 20px;
}.design-res-9 .company_holder::before {
    background: rgb(217,150,203);
    border-top-right-radius: 20px;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 5px;
    border-top-left-radius: 20px;
}.design-res-9 .company_holder h3 {
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: 38px;
    margin: 0 0 1.5rem;
    color: rgb(217,150,203);
    position: relative;
}.design-res-9 .company_holder h3::after {
    left: 0;
    content: "";
    bottom: -0.5rem;
    width: 80px;
    position: absolute;
    height: 3px;
    background: rgb(198,98,119);
}.design-res-9 .contact-edu-3 {
    line-height: 1.7;
    border-left: 3px solid rgb(198,98,119);
    background: rgb(233,205,223);
    border-radius: 10px;
    color: #000000;
    font-size: 12px;
    padding: 1.5rem;
    position: relative;
}.design-res-9 .cheat-sheet-6 {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.design-res-9 .top-pagebar-0 {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}.design-res-9 .header-mainbar-3 {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    background: #ffffff;
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
    border-radius: 20px;
}.design-res-9 .header-mainbar-3 h5 {
    position: relative;
    font-size: 19px;
    font-weight: 600;
    background: rgb(198,98,119);
    color: #ffffff;
    padding: 1rem 1.5rem;
    margin: 0;
}.design-res-9 .header-mainbar-3 .top-pagebar-0 {
    flex-direction: column;
    display: flex;
    padding: 1rem 0;
    gap: 0;
}.design-res-9 .header-mainbar-3 .top-pagebar-0 a {
    align-items: center;
    font-size: 12px;
    transition: all 0.3s ease;
    padding: 0.8rem 1.5rem;
    color: #000000;
    display: flex;
    position: relative;
    text-decoration: none;
}.design-res-9 .header-mainbar-3 .top-pagebar-0 a::before {
    z-index: -1;
    left: 0;
    top: 0;
    background: rgb(233,205,223);
    position: absolute;
    height: 100%;
    content: "";
    width: 0;
    transition: all 0.3s ease;
}.design-res-9 .header-mainbar-3 .top-pagebar-0 a::after {
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 5px;
    content: "";
    top: 50%;
    background: rgb(198,98,119);
    opacity: 0;
    left: 1.5rem;
    position: absolute;
    height: 5px;
    transform: translateY(-50%);
}.design-res-9 .header-mainbar-3 .top-pagebar-0 a:hover {
    padding-left: 2.2rem;
    color: rgb(217,150,203);
}.design-res-9 .header-mainbar-3 .top-pagebar-0 a:hover::before {
    width: 100%;
}.design-res-9 .header-mainbar-3 .top-pagebar-0 a:hover::after {
    opacity: 1;
}.access-cta-1 {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 3rem;
    padding: 2rem 0;
    background: rgb(233,205,223);
}.access-cta-1::before {
    position: absolute;
    content: "";
    height: 1px;
    top: 0;
    right: 10%;
    left: 10%;
    background: linear-gradient(90deg, transparent, rgb(217,150,203,0.5), transparent);
}.access-cta-1 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.access-cta-1 .art-portal-2 {
    border-radius: 50px;
    background: #ffffff;
    font-size: 13px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    color: #000000;
    font-weight: 400;
    padding: 0.8rem 2rem;
}

@media (max-width: 1200px) {.design-res-9 .container {
    gap: 2rem;
}.design-res-9 .company_holder {
    flex: 1 1 360px;
}.design-res-9 .cheat-sheet-6 {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.design-res-9 .top-pagebar-0 {
    gap: 2rem;
}
}

@media (max-width: 992px) {.design-res-9 {
    padding: 3.5rem 0 2rem;
}.design-res-9 .container {
    gap: 2.5rem;
    flex-direction: column;
}.design-res-9 .company_holder,
    .design-res-9 .cheat-sheet-6 {
    flex: 1 1 100%;
    min-width: 100%;
}.design-res-9 .header-mainbar-3 {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.design-res-9 {
    padding: 3rem 0 1.5rem;
}.design-res-9 .top-pagebar-0 {
    gap: 1.5rem;
}.design-res-9 .company_holder {
    padding: 2rem;
}.design-res-9 .company_holder h3 {
    font-size: calc(38px - 2px);
}.access-cta-1 {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.design-res-9 {
    padding: 2.5rem 0 1rem;
}.design-res-9 .container {
    gap: 1.5rem;
}.design-res-9 .header-mainbar-3 {
    flex: 1 1 100%;
    min-width: 100%;
}.design-res-9 .top-pagebar-0 {
    gap: 1rem;
}.design-res-9 .company_holder {
    padding: 1.5rem;
}.design-res-9 .contact-edu-3 {
    padding: 1.2rem;
}.access-cta-1 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}

@media (max-width: 420px) {.design-res-9 .company_holder h3::after {
    width: 50px;
}.design-res-9 .header-mainbar-3 .top-pagebar-0 a:hover {
    padding-left: 2rem;
}.access-cta-1 .art-portal-2 {
    width: 90%;
    padding: 0.7rem 1.5rem;
}
}