* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.head-bar-exp {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.grade-help-exp {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    width: 1255px;
    max-width: 100%;
    margin: auto;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
    color: #000000;
}.wrapper-capsule-exp {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our-story-exp {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background-color: #ffffff;
}.our-story-exp::before {
    height: 100%;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(0deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px);
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
    opacity: 0.03;
    background-size: 50px 50px;
}.our-story-exp::after {
    left: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    width: 100%;
    content: "";
    z-index: 1;
    opacity: 0.03;
    top: 0;
    height: 100%;
}.our-story-exp .container {
    z-index: 10;
    position: relative;
}.our-story-exp h2 {
    margin-bottom: 60px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    font-size: 35px;
    position: relative;
}.our-story-exp h2::before {
    width: 50px;
    left: 50%;
    background-color: rgb(211,182,208);
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    height: 3px;
    content: "";
}.our-story-exp h2::after {
    height: 3px;
    left: 50%;
    content: "";
    width: 20px;
    transform: translateX(-50%) translateX(30px);
    position: absolute;
    background-color: rgb(179,147,173);
    bottom: -15px;
}.our-story-exp .principles-list-exp {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}.our-story-exp .principles-list-exp::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.05;
    left: 0;
    background-size: 60px 60px;
    width: 100%;
    z-index: -1;
    background: 
        linear-gradient(45deg, transparent calc(50% - 1px), rgb(211,182,208,0.5) calc(50% - 1px), rgb(211,182,208,0.5) calc(50% + 1px), transparent calc(50% + 1px)),
        linear-gradient(135deg, transparent calc(50% - 1px), rgb(179,147,173,0.5) calc(50% - 1px), rgb(179,147,173,0.5) calc(50% + 1px), transparent calc(50% + 1px));
}.our-story-exp .academy-cult-exp {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 2;
    flex: 1;
    position: relative;
    min-width: calc(50% - 15px);
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}.our-story-exp .academy-cult-exp::before {
    top: 0;
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
    content: "";
    position: absolute;
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, rgb(211,182,208), rgb(179,147,173));
    height: 4px;
    width: 100%;
}.our-story-exp .academy-cult-exp:hover::before {
    transform: scaleX(1);
}.our-story-exp .academy-cult-exp::after {
    border-width: 0 0 40px 40px;
    right: 0;
    border-color: transparent transparent rgb(211,182,208,0.5) transparent;
    transition: opacity 0.4s ease;
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    opacity: 0;
    content: "";
    bottom: 0;
}.our-story-exp .academy-cult-exp:hover::after {
    opacity: 1;
}.our-story-exp .academy-cult-exp {
    padding: 40px;
    transform: translateY(0);
}.our-story-exp .academy-cult-exp:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.our-story-exp .academy-cult-exp h3 {
    padding-left: 15px;
    transition: all 0.3s ease;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
    font-size: 24px;
    position: relative;
}.our-story-exp .academy-cult-exp h3::before {
    position: absolute;
    width: 5px;
    left: 0;
    background-color: rgb(211,182,208);
    top: 50%;
    content: "";
    transform: translateY(-50%);
    height: 25px;
}.our-story-exp .academy-cult-exp:last-child h3::before {
    background-color: rgb(179,147,173);
}.our-story-exp .academy-cult-exp:hover h3 {
    color: rgb(211,182,208);
}.our-story-exp .academy-cult-exp:last-child:hover h3 {
    color: rgb(179,147,173);
}.our-story-exp .academy-cult-exp p {
    position: relative;
    line-height: 1.8;
    font-size: 12px;
    color: #000000;
}.our-story-exp .container::before {
    right: -150px;
    border-radius: 50%;
    z-index: -1;
    height: 300px;
    background: linear-gradient(135deg, rgb(211,182,208,0.5), rgb(179,147,173,0.5));
    content: "";
    opacity: 0.1;
    width: 300px;
    position: absolute;
    top: -150px;
}.our-story-exp .container::after {
    bottom: -100px;
    opacity: 0.1;
    height: 200px;
    background: linear-gradient(45deg, rgb(179,147,173,0.5), rgb(211,182,208,0.5));
    width: 200px;
    left: -100px;
    z-index: -1;
    content: "";
    position: absolute;
    border-radius: 50%;
}.our-story-exp .academy-cult-exp:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.our-story-exp .academy-cult-exp:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.our-story-exp .academy-cult-exp:first-child::after {
    border-color: transparent transparent rgb(211,182,208,0.5) transparent;
}.our-story-exp .academy-cult-exp:last-child::after {
    border-color: transparent transparent rgb(179,147,173,0.5) transparent;
}

@media screen and (max-width: 992px) {.our-story-exp {
    padding: 80px 0;
}.our-story-exp .principles-list-exp {
    flex-direction: column;
}.our-story-exp .academy-cult-exp {
    min-width: 100%;
}.our-story-exp h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 768px) {.our-story-exp {
    padding: 60px 0;
}.our-story-exp h2 {
    font-size: calc(35px * 0.9);
}.our-story-exp .academy-cult-exp {
    padding: 30px;
}.our-story-exp .academy-cult-exp h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}.our-story-exp .academy-cult-exp h3::before {
    height: 20px;
}.our-story-exp .container::before {
    top: -100px;
    right: -100px;
    width: 200px;
    height: 200px;
}.our-story-exp .container::after {
    bottom: -75px;
    height: 150px;
    width: 150px;
    left: -75px;
}
}

@media screen and (max-width: 576px) {.our-story-exp {
    padding: 50px 0;
}.our-story-exp h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.our-story-exp h2::before {
    width: 40px;
    bottom: -12px;
}.our-story-exp h2::after {
    width: 15px;
    bottom: -12px;
    transform: translateX(-50%) translateX(25px);
}.our-story-exp .academy-cult-exp {
    padding: 25px;
}.our-story-exp .academy-cult-exp h3 {
    margin-bottom: 12px;
    padding-left: 12px;
    font-size: calc(24px * 0.85);
}.our-story-exp .academy-cult-exp h3::before {
    height: 18px;
    width: 4px;
}.our-story-exp .academy-cult-exp p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.our-story-exp .academy-cult-exp::after {
    border-width: 0 0 30px 30px;
}}.user-testimonials-exp {
    background: rgb(243,230,241);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.user-testimonials-exp::before {
    height: 800px;
    right: -400px;
    background: rgb(211,182,208,0.5);
    opacity: 0.2;
    position: absolute;
    z-index: 1;
    content: "";
    top: -400px;
    filter: blur(100px);
    border-radius: 50%;
    width: 800px;
}.user-testimonials-exp::after {
    height: 600px;
    left: -300px;
    opacity: 0.2;
    width: 600px;
    z-index: 1;
    background: rgb(179,147,173,0.5);
    bottom: -300px;
    position: absolute;
    filter: blur(80px);
    border-radius: 50%;
    content: "";
}.user-testimonials-exp .learning-track-exp {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.user-testimonials-exp h4 {
    position: relative;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    margin-bottom: 60px;
    font-size: 38px;
}.user-testimonials-exp h4::after {
    content: "";
    left: -30px;
    top: -20px;
    width: 60px;
    z-index: -1;
    position: absolute;
    background: rgb(211,182,208,0.5);
    height: 60px;
    border-radius: 64% 36% 43% 57% / 40% 51% 49% 60%;
}.user-testimonials-exp .user-ratings-exp {
    gap: 40px;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.user-testimonials-exp .user-ratings-exp::before {
    content: "";
    top: 50%;
    position: absolute;
    width: 80%;
    left: 10%;
    height: 1px;
    z-index: 1;
    background: linear-gradient(to right, transparent, rgb(211,182,208,0.5), transparent);
}.user-testimonials-exp .user-ratings-exp::after {
    height: 80%;
    top: 10%;
    left: 50%;
    background: linear-gradient(to bottom, transparent, rgb(179,147,173,0.5), transparent);
    width: 1px;
    z-index: 1;
    content: "";
    position: absolute;
}.user-testimonials-exp .client-quotes-exp {
    border-radius: 63% 37% 54% 46% / 55% 52% 48% 45%;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 40px;
    align-items: center;
    background: #ffffff;
    text-align: center;
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    min-height: 320px;
    z-index: 2;
}.user-testimonials-exp .client-quotes-exp:hover {
    border-radius: 37% 63% 46% 54% / 48% 45% 55% 52%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.user-testimonials-exp .client-quotes-exp::before {
    content: "";
    background: #ffffff;
    inset: 5px;
    border-radius: inherit;
    position: absolute;
    z-index: -1;
}.user-testimonials-exp .client-quotes-exp::after {
    position: absolute;
    border-radius: inherit;
    inset: 0;
    background: linear-gradient(135deg, rgb(211,182,208,0.5), rgb(179,147,173,0.5));
    opacity: 0.7;
    content: "";
    z-index: -2;
}.user-testimonials-exp .client-quotes-exp:nth-child(2n) {
    border-radius: 28% 72% 50% 50% / 44% 55% 45% 56%;
    transform: translateY(20px);
}.user-testimonials-exp .client-quotes-exp:nth-child(2n):hover {
    border-radius: 72% 28% 50% 50% / 55% 44% 56% 45%;
    transform: translateY(10px);
}.user-testimonials-exp .client-quotes-exp:nth-child(3n) {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    transform: translateY(-20px);
}.user-testimonials-exp .client-quotes-exp:nth-child(3n):hover {
    border-radius: 50% 50% 67% 33% / 27% 55% 45% 73%;
    transform: translateY(-30px);
}.user-testimonials-exp .pic-frame-wrap-exp {
    border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 80px;
    width: 80px;
    animation: morphing 10s infinite alternate ease-in-out;
}@keyframes morphing {
    0% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
    25% {
        border-radius: 35% 65% 35% 65% / 65% 35% 65% 35%;
    }
    50% {
        border-radius: 55% 45% 75% 25% / 25% 75% 25% 75%;
    }
    75% {
        border-radius: 25% 75% 45% 55% / 75% 25% 75% 25%;
    }
    100% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
}

.user-testimonials-exp .client-quotes-exp:hover .pic-frame-wrap-exp {
    transform: scale(1.1);
}.user-testimonials-exp .client-quotes-exp span {
    margin-bottom: 15px;
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
}.user-testimonials-exp .client-quotes-exp span::after {
    background: rgb(211,182,208);
    content: "";
    transform: translateX(-50%);
    left: 50%;
    bottom: -8px;
    position: absolute;
    width: 30px;
    height: 2px;
}.user-testimonials-exp .client-quotes-exp p {
    color: #000000;
    position: relative;
    line-height: 1.6;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    font-family: Arial, sans-serif;
}

@media (max-width: 767px) {.user-testimonials-exp {
    padding: 70px 0;
}.user-testimonials-exp h4 {
    font-size: calc(38px * 0.8);
    text-align: center;
    margin-bottom: 50px;
}.user-testimonials-exp h4::after {
    top: -15px;
    width: 40px;
    transform: translateX(-50%);
    height: 40px;
    left: 50%;
}.user-testimonials-exp .user-ratings-exp {
    grid-template-columns: 1fr;
    gap: 50px;
}.user-testimonials-exp .user-ratings-exp::before,
    .user-testimonials-exp .user-ratings-exp::after {
    display: none;
}.user-testimonials-exp .client-quotes-exp,
    .user-testimonials-exp .client-quotes-exp:nth-child(2n),
    .user-testimonials-exp .client-quotes-exp:nth-child(3n) {
    padding: 30px;
    transform: none;
    min-height: 280px;
}.user-testimonials-exp .client-quotes-exp:hover,
    .user-testimonials-exp .client-quotes-exp:nth-child(2n):hover,
    .user-testimonials-exp .client-quotes-exp:nth-child(3n):hover {
    transform: translateY(-10px);
}.user-testimonials-exp .pic-frame-wrap-exp {
    height: 70px;
    width: 70px;
}.user-testimonials-exp .client-quotes-exp span {
    font-size: calc(19px * 0.9);
}.user-testimonials-exp .client-quotes-exp p {
    font-size: calc(15px * 0.9);
}}.gratitudeDiv-exp {
    background: linear-gradient(135deg, rgb(243,230,241) 0%, rgb(211,182,208,0.5) 100%);
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}.gratitudeDiv-exp::before {
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(211,182,208,0.5) 0,
        rgb(211,182,208,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
}.gratitudeDiv-exp::after {
    top: -10%;
    content: "";
    height: 300px;
    z-index: 0;
    border-radius: 50%;
    animation: pulse 10s infinite alternate ease-in-out;
    position: absolute;
    opacity: 0.1;
    right: -5%;
    background: rgb(179,147,173);
    filter: blur(100px);
    width: 300px;
}.gratitudeDiv-exp .container {
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
}.gratitudeDiv-exp h2 {
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    max-width: 90%;
    animation-delay: 0.3s;
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    font-size: 33px;
    color: rgb(211,182,208);
    animation: slideInTitle 0.8s forwards ease-out;
    opacity: 0;
    transform: translateX(-10px);
}.gratitudeDiv-exp h2::after {
    animation-delay: 1s;
    left: 0;
    animation: expandLine 1s forwards ease-out;
    height: 3px;
    background: rgb(179,147,173);
    position: absolute;
    width: 80px;
    transform: scaleX(0);
    content: "";
    bottom: -15px;
    transform-origin: left;
}.gratitudeDiv-exp .learning-track-exp {
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    position: relative;
    opacity: 0;
    animation-delay: 0.5s;
    transform: translateY(20px);
    padding: 2.5rem;
    animation: fadeUpIn 1s forwards ease-out;
}.gratitudeDiv-exp .learning-track-exp::before {
    left: 20px;
    border: 1px solid rgb(211,182,208,0.5);
    pointer-events: none;
    position: absolute;
    content: "";
    opacity: 0.1;
    right: 20px;
    top: 20px;
    bottom: 20px;
}.gratitudeDiv-exp ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}.gratitudeDiv-exp li {
    position: relative;
    padding-left: 2rem;
}.gratitudeDiv-exp li::before {
    animation-delay: 1.2s;
    left: 0;
    background: rgb(179,147,173);
    width: 8px;
    height: 8px;
    position: absolute;
    animation: fadeIn 0.5s forwards ease-out;
    top: 0.5rem;
    transform: rotate(45deg);
    opacity: 0;
    content: "";
}.gratitudeDiv-exp li span {
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateY(10px);
    position: relative;
    opacity: 0;
    margin-bottom: 1rem;
    animation: fadeUpIn 0.8s forwards ease-out;
    font-size: calc(13px * 1.05);
    line-height: 1.7;
    animation-delay: 0.8s;
    display: block;
}.gratitudeDiv-exp li span::after {
    left: 0;
    opacity: 0.2;
    position: absolute;
    bottom: -15px;
    content: "";
    background: linear-gradient(90deg, rgb(211,182,208,0.5) 0%, transparent 100%);
    height: 1px;
    width: 100%;
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.15;
    }
}

@media (max-width: 992px) {.gratitudeDiv-exp {
    padding: 3rem 0;
}.gratitudeDiv-exp h2 {
    font-size: calc(33px * 0.9);
    max-width: 100%;
}.gratitudeDiv-exp .learning-track-exp {
    padding: 2rem;
}
}

@media (max-width: 768px) {.gratitudeDiv-exp h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.8);
}.gratitudeDiv-exp .learning-track-exp {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.gratitudeDiv-exp li span {
    font-size: 13px;
}.gratitudeDiv-exp::after {
    width: 200px;
    height: 200px;
    top: -5%;
    right: -10%;
}
}

@media (max-width: 576px) {.gratitudeDiv-exp {
    padding: 2.5rem 0;
}.gratitudeDiv-exp .container {
    padding: 0 1.5rem;
}.gratitudeDiv-exp h2 {
    font-size: calc(33px * 0.7);
}.gratitudeDiv-exp h2::after {
    height: 2px;
    width: 60px;
}.gratitudeDiv-exp .learning-track-exp {
    padding: 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
}.gratitudeDiv-exp li {
    padding-left: 1.5rem;
}.gratitudeDiv-exp li::before {
    width: 6px;
    height: 6px;
}.gratitudeDiv-exp li span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}header {
    position: relative;
    z-index: 99;
    background: linear-gradient(135deg, rgb(211,182,208,0.5) 0%, rgb(179,147,173) 100%);
    width: 100%;
    overflow: visible;
}header::before {
    width: 100%;
    z-index: -1;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(145deg, rgb(179,147,173,0.5) 0%, transparent 70%);
    position: absolute;
}header .nav-mainwrap-exp {
    z-index: 5;
    display: flex;
    padding: 20px 15px;
    transform: none;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-direction: row;
}header .nav-mainwrap-exp .main-sitewrap-exp {
    transition: transform 0.4s ease;
    transform: translateX(0);
    margin-right: 10px;
}header .nav-mainwrap-exp .main-sitewrap-exp:hover {
    transform: scale(1.05);
}header .nav-mainwrap-exp .main-sitewrap-exp .nav-prime-exp {
    display: inline-block;
}header .nav-mainwrap-exp .main-sitewrap-exp .nav-prime-exp svg {
    width: auto;
    height: 50px;
}header .nav-mainwrap-exp .top-primary-exp {
    position: relative;
    border-radius: 22px;
    background: rgba(0, 0, 0, 0.5);
    list-style: none;
    transform: none;
    margin: 0;
    padding: 20px 30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}header .nav-mainwrap-exp .top-primary-exp::before {
    border-radius: 22px;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    width: 100%;
    left: 0;
    transform: rotate(-2deg) scale(1.03);
    content: "";
    height: 100%;
    z-index: -1;
}header .nav-mainwrap-exp .top-primary-exp .head-top-exp {
    margin: 0 12px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}header .nav-mainwrap-exp .top-primary-exp .head-top-exp:hover {
    transform: translateY(-3px) scale(1.05);
}header .nav-mainwrap-exp .top-primary-exp .head-top-exp a {
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 5px;
}header .nav-mainwrap-exp .top-primary-exp .head-top-exp a::after {
    content: "";
    transition: transform 0.4s ease;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(179,147,173), transparent);
    transform: translateX(-100%);
    position: absolute;
    height: 2px;
    left: 0;
}header .nav-mainwrap-exp .top-primary-exp .head-top-exp:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .nav-mainwrap-exp {
    flex-direction: column;
    align-items: center;
}header .nav-mainwrap-exp .main-sitewrap-exp {
    margin-right: 0;
    margin-bottom: 15px;
}header .nav-mainwrap-exp .top-primary-exp {
    width: 100%;
    padding: 15px;
    justify-content: center;
}header .nav-mainwrap-exp .top-primary-exp .head-top-exp {
    margin: 5px 15px 5px 0;
}header .nav-mainwrap-exp .top-primary-exp .head-top-exp a {
    font-size: calc(15px - 2px);
    padding: 5px;
}}.grade-help-exp {
    padding: 5rem 0 2rem;
    background-color: rgb(243,230,241);
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
}.grade-help-exp::before {
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
    content: '';
    background: linear-gradient(180deg, transparent 0%, rgb(211,182,208,0.5) 100%);
    opacity: 0.05;
    position: absolute;
    z-index: 0;
}.grade-help-exp .container {
    z-index: 1;
    position: relative;
}.grade-help-exp .footer-edu-exp {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}.grade-help-exp .get-contactform-exp {
    gap: 1.5rem;
    border-bottom: 1px solid rgb(179,147,173,0.5);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding-bottom: 2.5rem;
    position: relative;
}.grade-help-exp .get-contactform-exp::after {
    background-color: rgb(211,182,208);
    position: absolute;
    left: 0;
    content: '';
    width: 60px;
    bottom: -1px;
    height: 3px;
}.grade-help-exp .info_item {
    transition: transform 0.3s ease-out;
    padding: 0.5rem;
}.grade-help-exp .info_item:hover {
    transform: translateX(5px);
}.grade-help-exp .info_item p,
.grade-help-exp .info_item a {
    font-size: 18px;
    text-decoration: none;
    display: flex;
    transition: color 0.3s ease;
    font-weight: 400;
    gap: 0.75rem;
    color: #000000;
    align-items: center;
}.grade-help-exp .info_item a:hover {
    color: rgb(211,182,208);
}.grade-help-exp .info_item svg {
    height: 20px;
    flex-shrink: 0;
    width: 20px;
    fill: rgb(211,182,208);
}.grade-help-exp .text_main_holder {
    grid-template-columns: 1.2fr 1fr 1.2fr;
    gap: 3rem;
    display: grid;
}.grade-help-exp .main-sitewrap-exp {
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
}.grade-help-exp .main-sitewrap-exp svg {
    max-width: 160px;
    transition: opacity 0.3s ease;
    height: auto;
}.grade-help-exp .main-sitewrap-exp svg:hover {
    opacity: 0.8;
}.grade-help-exp .access-cta-exp {
    font-size: 12px;
    opacity: 0.8;
    max-width: 300px;
    color: #000000;
    line-height: 1.6;
}.grade-help-exp .top-primary-exp {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}.grade-help-exp .top-primary-exp h5 {
    font-weight: 600;
    position: relative;
    font-size: 19px;
    color: #000000;
    margin-bottom: 0.5rem;
}.grade-help-exp .top-expert-exp {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.grade-help-exp .top-expert-exp a {
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: 18px;
    position: relative;
    text-decoration: none;
    padding-left: 0;
    color: #000000;
}.grade-help-exp .top-expert-exp a::before {
    transition: width 0.3s ease, left 0.3s ease;
    position: absolute;
    background-color: rgb(211,182,208);
    left: -10px;
    width: 0;
    height: 1px;
    transform: translateY(-50%);
    top: 50%;
    content: '';
}.grade-help-exp .top-expert-exp a:hover {
    padding-left: 12px;
    color: rgb(211,182,208);
}.grade-help-exp .top-expert-exp a:hover::before {
    left: 0;
    width: 10px;
}.grade-help-exp .subscribe_holder {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    gap: 1.5rem;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    border-radius: 11px;
}.grade-help-exp .subscribe_holder h5 {
    font-size: 19px;
    font-weight: 600;
    color: #000000;
}.grade-help-exp .subscribe_holder p {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}.grade-help-exp .input_holder {
    gap: 0.5rem;
    display: flex;
    position: relative;
}.grade-help-exp .input_holder input[type="email"] {
    padding: 1rem 1.25rem;
    flex: 1;
    font-size: 18px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgb(179,147,173,0.5);
    color: #000000;
    background-color: transparent;
    border-radius: 10px;
}.grade-help-exp .input_holder input[type="email"]:focus {
    border-color: rgb(211,182,208);
    box-shadow: 0 0 0 3px rgb(211,182,208,0.5);
    outline: none;
}.grade-help-exp .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.grade-help-exp .new-beginnings-exp {
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    background-color: rgb(211,182,208);
    border: none;
    color: #ffffff;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
    padding: 1rem 1.5rem;
}.grade-help-exp .new-beginnings-exp:hover {
    background-color: rgb(179,147,173);
    transform: translateY(-2px);
}.grade-help-exp .intern-opp-exp {
    padding-top: 1.5rem;
    border-top: 1px solid rgb(179,147,173,0.5);
    text-align: center;
    margin-top: 3rem;
}.grade-help-exp .gift-card-exp {
    color: #000000;
    font-size: 12px;
    opacity: 0.8;
}.grade-help-exp .top-expert-exp:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.grade-help-exp .top-expert-exp:first-child::after {
    width: 30px;
    position: absolute;
    background-color: rgb(179,147,173,0.5);
    left: 0;
    content: '';
    bottom: -0.75rem;
    height: 1px;
}.grade-help-exp {
    background-size: 40px 40px;
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
    background-image: 
        linear-gradient(rgb(179,147,173,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(179,147,173,0.5) 1px, transparent 1px);
    background-blend-mode: overlay;
}

@media (max-width: 1024px) {.grade-help-exp {
    padding: 4rem 0 2rem;
}.grade-help-exp .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}.grade-help-exp .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.grade-help-exp {
    padding: 3.5rem 0 1.5rem;
}.grade-help-exp .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.grade-help-exp .subscribe_holder {
    grid-column: auto;
}.grade-help-exp .get-contactform-exp {
    grid-template-columns: 1fr 1fr;
}.grade-help-exp .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.grade-help-exp {
    padding: 3rem 0 1.5rem;
}.grade-help-exp .get-contactform-exp {
    grid-template-columns: 1fr;
}.grade-help-exp .input_holder {
    flex-direction: column;
}.grade-help-exp .new-beginnings-exp {
    width: 100%;
}.grade-help-exp .main-sitewrap-exp,
    .grade-help-exp .top-primary-exp h5,
    .grade-help-exp .top-expert-exp,
    .grade-help-exp .top-expert-exp a {
    text-align: center;
    align-items: center;
}.grade-help-exp .main-sitewrap-exp svg {
    margin: 0 auto;
}.grade-help-exp .access-cta-exp {
    text-align: center;
    max-width: 100%;
}.grade-help-exp .top-expert-exp:first-child::after {
    transform: translateX(-50%);
    left: 50%;
}.grade-help-exp .get-contactform-exp::after {
    transform: translateX(-50%);
    left: 50%;
}.grade-help-exp .top-expert-exp a::before {
    display: none;
}.grade-help-exp .top-expert-exp a:hover {
    padding-left: 0;
}}header .top_plank {
    background: rgb(211,182,208);
    color:  #ffffff;
}header .top_plank .top-links-exp div svg, header .top_plank .top-links-exp div svg path {
    fill: #ffffff;
}header .top_plank .top-links-exp div span {
    color: #ffffff;
}header .top_plank .top-links-exp {
    align-items: center;
    width: 100%;
    padding: 15px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 21px;
    font-size: 16px;
}header .top_plank .top-links-exp div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}header .top_plank .top-links-exp div img, header .top_plank .top-links-exp div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.title-page-exp {
    position: relative;
    width: 100%;
    min-height: 600px;
    background-color: #000000;
    height: 100vh;
    overflow: hidden;
}.title-page-exp::before {
    z-index: 1;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, #000000, #000000 10px, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.5) 12px),
        linear-gradient(to bottom, rgb(211,182,208,0.5) 0%, transparent 100%);
    top: 0;
    width: 100%;
    animation: grid-pulse 8s infinite alternate;
    content: "";
    position: absolute;
    opacity: 0.4;
    left: 0;
}.title-page-exp::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent 0%, #000000 100%);
    mix-blend-mode: multiply;
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
}@keyframes grid-pulse {
    0% {
        opacity: 0.3;
        background-size: 100% 100%, 100% 100%;
    }
    100% {
        opacity: 0.5;
        background-size: 110% 110%, 120% 120%;
    }
}

.title-page-exp .learning-track-exp {
    padding-right: 8%;
    z-index: 3;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    width: 100%;
    position: relative;
}.title-page-exp .class-map-exp {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    overflow: hidden;
}.title-page-exp .study-master-exp {
    height: 100%;
    width: 100%;
}.title-page-exp .edu-lead-exp {
    animation: tech-slide 28s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    display: flex;
    height: 100%;
    width: max-content;
}.title-page-exp .start-head-exp {
    overflow: hidden;
    width: 100vw;
    position: relative;
    height: 100%;
    flex-shrink: 0;
}.title-page-exp .start-head-exp::before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: hard-light;
    background: 
        linear-gradient(135deg, rgb(211,182,208,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(179,147,173,0.5) 0%, transparent 50%);
    height: 100%;
    content: "";
    z-index: 1;
}.title-page-exp .start-head-exp::after {
    left: 0;
    mix-blend-mode: overlay;
    opacity: 0.3;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: repeating-linear-gradient(
        to bottom,
        transparent 0px,
        transparent 1px,
        rgba(0, 0, 0, 0.2) 1px,
        rgba(0, 0, 0, 0.2) 2px
    );
    top: 0;
}.title-page-exp .start-head-exp img {
    height: 100%;
    object-fit: cover;
    filter: contrast(1.1) saturate(0.9);
    animation: glitch-zoom 10s infinite alternate ease-in-out;
    transform-origin: center;
    width: 100%;
}@keyframes glitch-zoom {
    0%, 100% {
        transform: scale(1);
        filter: contrast(1.1) saturate(0.9);
    }
    20% {
        transform: scale(1.02) translate(-0.3%, 0.3%);
        filter: contrast(1.15) saturate(0.85);
    }
    40% {
        transform: scale(1.03) translate(0.3%, -0.3%);
        filter: contrast(1.2) saturate(0.8);
    }
    60% {
        transform: scale(1.04) translate(-0.2%, -0.2%);
        filter: contrast(1.15) saturate(0.85);
    }
    80% {
        transform: scale(1.02) translate(0.2%, 0.2%);
        filter: contrast(1.1) saturate(0.9);
    }
}

@keyframes tech-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-100vw);
    }
    40%, 56% {
        transform: translateX(-200vw);
    }
    60%, 76% {
        transform: translateX(-300vw);
    }
    80%, 96% {
        transform: translateX(-400vw);
    }
    100% {
        transform: translateX(0);
    }
}

.title-page-exp .tag-content-exp {
    border-radius: 20px;
    padding: 3rem;
    animation: hud-appear 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    z-index: 3;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 30px),
        calc(100% - 30px) 100%,
        0 100%
    );
    max-width: 520px;
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(135deg, 
        rgba(5, 15, 25, 0.8) 0%, 
        rgba(15, 25, 35, 0.7) 100%);
    box-shadow: 
        0 0 0 1px rgba(rgb(211,182,208), 0.2),
        0 15px 35px rgba(0, 0, 0, 0.3);
}@keyframes hud-appear {
    0% {
        opacity: 0;
        transform: translateX(30px);
        clip-path: polygon(
            0 0,
            0 0,
            0 calc(100% - 30px),
            0 100%,
            0 100%
        );
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 30px),
            calc(100% - 30px) 100%,
            0 100%
        );
    }
}

.title-page-exp .tag-content-exp::before {
    top: 10px;
    border: 1px solid rgba(rgb(179,147,173), 0.2);
    left: 10px;
    pointer-events: none;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
    border-radius: calc(20px - 5px);
    right: 10px;
    position: absolute;
    bottom: 10px;
    content: "";
}.title-page-exp .tag-content-exp::after {
    background: linear-gradient(to right, rgb(211,182,208), transparent);
    position: absolute;
    top: -2px;
    height: 5px;
    z-index: 4;
    width: calc(60% + 4px);
    left: -2px;
    border-radius: 10px;
    content: "";
}.title-page-exp .tag-content-exp h1 {
    display: flex;
    align-items: center;
    font-size: 42px;
    padding-bottom: 1rem;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
}.title-page-exp .tag-content-exp h1::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    border-radius: 10px;
    background: rgb(211,182,208);
    content: "";
}.title-page-exp .tag-content-exp p {
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 18px;
    position: relative;
    color: #000000;
    font-weight: 400;
}.title-page-exp .tag-content-exp .help-support-exp {
    display: inline-block;
    background: rgb(211,182,208);
    border-radius: 10px;
    color: #ffffff;
    font-size: 17px;
    position: relative;
    padding: 1rem 2rem;
    overflow: hidden;
    transition: all 0.3s ease;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        0 100%
    );
    text-decoration: none;
    font-weight: 600;
}.title-page-exp .tag-content-exp .help-support-exp::before {
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(211,182,208), rgb(179,147,173));
    height: 100%;
    transition: opacity 0.3s ease;
    z-index: -1;
    content: "";
    position: absolute;
}.title-page-exp .tag-content-exp .help-support-exp::after {
    height: 20px;
    right: 0;
    top: 0;
    width: 20px;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, transparent 50%, rgb(211,182,208) 50%);
    pointer-events: none;
}.title-page-exp .tag-content-exp .help-support-exp:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.title-page-exp .tag-content-exp .help-support-exp:hover::before {
    opacity: 1;
}

@media (max-width: 1200px) {.title-page-exp {
    height: 90vh;
}.title-page-exp .learning-track-exp {
    padding-right: 6%;
}.title-page-exp .tag-content-exp {
    padding: 2.5rem;
    max-width: 480px;
}
}

@media (max-width: 992px) {.title-page-exp {
    height: 80vh;
}.title-page-exp .learning-track-exp {
    padding-right: 4%;
}.title-page-exp .tag-content-exp {
    padding: 2rem;
    max-width: 420px;
}.title-page-exp .edu-lead-exp {
    animation-duration: 24s;
}
}

@media (max-width: 768px) {.title-page-exp {
    height: auto;
    min-height: unset;
}.title-page-exp .learning-track-exp {
    justify-content: center;
    padding: 4rem 2rem;
}.title-page-exp .tag-content-exp {
    width: 90%;
    max-width: 90%;
}@keyframes hud-appear {
        0% {
            opacity: 0;
            transform: translateY(30px);
            clip-path: polygon(
                0 0,
                100% 0,
                100% 0,
                calc(100% - 30px) 0,
                0 0
            );
        }
        100% {
            opacity: 1;
            transform: translateY(0);
            clip-path: polygon(
                0 0,
                100% 0,
                100% calc(100% - 30px),
                calc(100% - 30px) 100%,
                0 100%
            );
        }
    }
    
    .title-page-exp .edu-lead-exp {
    animation-duration: 20s;
}
}

@media (max-width: 576px) {.title-page-exp .learning-track-exp {
    padding: 3rem 1rem;
}.title-page-exp .tag-content-exp {
    padding: 1.8rem;
    width: 95%;
    max-width: 95%;
}.title-page-exp .tag-content-exp h1 {
    font-size: calc(42px * 0.85);
    margin-bottom: 1.2rem;
}.title-page-exp .tag-content-exp p {
    font-size: calc(18px * 0.9);
    margin-bottom: 1.5rem;
}.title-page-exp .tag-content-exp .help-support-exp {
    width: 100%;
    text-align: center;
    padding: 0.9rem 1.5rem;
    display: block;
}.title-page-exp .edu-lead-exp {
    animation-duration: 16s;
}
}

@media (max-height: 600px) {.title-page-exp {
    min-height: 500px;
}
}

@media (orientation: landscape) and (max-height: 500px) {.title-page-exp {
    height: auto;
    min-height: 140vh;
}.title-page-exp .learning-track-exp {
    padding: 5rem 2rem;
}}.course-features-exp {
    background: linear-gradient(135deg, rgb(243,230,241) 0%, rgba(245, 248, 252, 0.9) 100%);
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
}.course-features-exp::before {
    z-index: 1;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 20px,
        rgba(rgb(211,182,208,0.5), 0.03) 20px,
        rgba(rgb(211,182,208,0.5), 0.03) 21px
    );
    pointer-events: none;
    height: 100%;
}.course-features-exp::after {
    width: 200px;
    right: -50px;
    border-radius: 50%;
    opacity: 0.15;
    content: "";
    animation: float 15s infinite ease-in-out;
    filter: blur(30px);
    top: -50px;
    background: radial-gradient(circle, rgb(211,182,208) 0%, transparent 70%);
    position: absolute;
    height: 200px;
}.course-features-exp .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.course-features-exp h2 {
    position: relative;
    line-height: 1.3;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left center;
    max-width: 90%;
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 3rem;
}.course-features-exp h2::before {
    position: absolute;
    transform: translateY(-50%) scaleY(0);
    animation: growUp 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    left: -10px;
    width: 4px;
    background: rgb(211,182,208);
    content: "";
    height: 60%;
    transform-origin: bottom;
    top: 50%;
}.course-features-exp h2::after {
    background: linear-gradient(90deg, rgb(179,147,173) 0%, transparent 100%);
    animation: expand 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-origin: left;
    width: 80px;
    transform: scaleX(0);
    bottom: -12px;
    position: absolute;
    height: 3px;
    left: 0;
    content: "";
}.course-features-exp .lesson-track-exp {
    display: flex;
    gap: 2.5rem;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    flex-direction: column;
    animation: fadeUp 0.8s 0.3s forwards ease-out;
}.course-features-exp .pic-frame-wrap-exp {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    height: 380px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}.course-features-exp .pic-frame-wrap-exp::before {
    z-index: 1;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    left: 0;
    top: 0;
    content: "";
    bottom: 0;
    right: 0;
}.course-features-exp .pic-frame-wrap-exp::after {
    position: absolute;
    pointer-events: none;
    z-index: 2;
    width: 60%;
    animation: moveGradient 20s infinite alternate ease-in-out;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    content: "";
    left: -30%;
    top: -30%;
    height: 60%;
}.course-features-exp .tag-content-exp {
    scrollbar-color: rgb(211,182,208) rgba(rgb(211,182,208,0.5), 0.1);
    position: relative;
    scrollbar-width: thin;
    padding: 1.5rem;
    overflow-y: auto;
    max-height: 350px;
    border-left: 1px solid rgba(rgb(211,182,208,0.5), 0.2);
}.course-features-exp .tag-content-exp::-webkit-scrollbar {
    width: 6px;
}.course-features-exp .tag-content-exp::-webkit-scrollbar-track {
    background: rgba(rgb(211,182,208,0.5), 0.1);
    border-radius: 3px;
}.course-features-exp .tag-content-exp::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgb(211,182,208);
}.course-features-exp .description {
    margin-bottom: 1.5rem;
    font-size: 16px;
    line-height: 1.7;
    position: relative;
    padding-left: 1rem;
    color: #000000;
}.course-features-exp .description:last-child {
    margin-bottom: 0;
}.course-features-exp .description::before {
    width: 4px;
    height: 4px;
    top: 0.5rem;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(179,147,173);
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(20px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(-10px, 20px) rotate(-3deg);
    }
    75% {
        transform: translate(-15px, -10px) rotate(2deg);
    }
}

@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(70%, 70%);
    }
    100% {
        transform: translate(0, 100%);
    }
}

@keyframes growUp {
    0% {
        transform: translateY(-50%) scaleY(0);
    }
    100% {
        transform: translateY(-50%) scaleY(1);
    }
}

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

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

@media (min-width: 768px) {.course-features-exp {
    padding: 140px 0 100px;
}.course-features-exp h2 {
    font-size: calc(30px * 1.1);
    max-width: 80%;
}.course-features-exp .lesson-track-exp {
    flex-direction: row;
    gap: 4rem;
}.course-features-exp .pic-frame-wrap-exp {
    width: 40%;
    height: auto;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.course-features-exp .pic-frame-wrap-exp:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: scale(1.02) translateY(-5px);
}.course-features-exp .tag-content-exp {
    padding: 0 1.5rem 0 2.5rem;
    width: 60%;
    max-height: 400px;
}.course-features-exp h2::after {
    width: 120px;
}
}

@media (min-width: 992px) {.course-features-exp {
    padding: 160px 0 120px;
}.course-features-exp h2 {
    margin-bottom: 4rem;
    font-size: calc(30px * 1.2);
    max-width: 70%;
}.course-features-exp .lesson-track-exp {
    gap: 5rem;
}.course-features-exp .pic-frame-wrap-exp {
    height: 450px;
}.course-features-exp .tag-content-exp {
    padding: 0 2rem 0 3rem;
    max-height: 450px;
}.course-features-exp .description {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}.course-features-exp h2::after {
    width: 150px;
}.course-features-exp .pic-frame-wrap-exp::after {
    height: 50%;
    width: 50%;
}
}

@media (max-width: 767px) {.course-features-exp {
    padding: 80px 0 60px;
}.course-features-exp h2 {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: calc(30px * 0.9);
}.course-features-exp .lesson-track-exp {
    gap: 2rem;
}.course-features-exp .pic-frame-wrap-exp {
    height: 280px;
}.course-features-exp .tag-content-exp {
    max-height: 300px;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}.course-features-exp .description {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
    margin-bottom: 1rem;
}}.privacy-wrapper-exp {
    color: #ffffff;
    flex-direction: column;
    gap: 25px;
    height: auto;
    border: 2px solid rgb(211,182,208);
    background: rgb(179,147,173);
    display: flex;
    padding: 40px;
    width: 100%;
    box-shadow: 0 0 10px rgb(211,182,208,0.5), inset 0 0 15px rgba(0, 0, 0, 0.5);
}.privacy-wrapper-exp h1 {
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    color: rgb(211,182,208);
    padding-bottom: 10px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid rgb(179,147,173);
    font-size: 39px;
}.privacy-wrapper-exp h2 {
    border-left: 4px solid rgb(211,182,208);
    font-weight: 600;
    padding-left: 15px;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    font-size: 28px;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    color: rgb(179,147,173);
}.privacy-wrapper-exp h3, .privacy-wrapper-exp h4, .privacy-wrapper-exp h5 {
    color: #ffffff;
    font-size: 24px;
}.privacy-wrapper-exp ul {
    padding-left: 20px;
    list-style-type: disc;
    margin: 0;
}.privacy-wrapper-exp li {
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 10px;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid rgb(211,182,208);
    background: rgb(179,147,173,0.5);
}.privacy-wrapper-exp div {
    border: 1px solid rgb(179,147,173);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    border-radius: 19px;
    padding: 20px;
    font-family: Arial, sans-serif;
    background: rgb(211,182,208,0.5);
    font-size: 12px;
    color: #000000;
}.privacy-wrapper-exp p, .privacy-wrapper-exp span {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 12px;
}
@media only screen and (max-width: 800px) {.privacy-wrapper-exp {
    padding: 20px;
}.privacy-wrapper-exp h1 {
    font-size: calc(24px - 4px);
    margin-bottom: 15px;
}.privacy-wrapper-exp h2 {
    font-size: calc(24px - 2px);
    margin-bottom: 10px;
}.privacy-wrapper-exp ul {
    padding-left: 15px;
}.privacy-wrapper-exp li {
    margin-bottom: 8px;
    padding: 8px;
}.privacy-wrapper-exp div {
    padding: 15px;
}}.reach-out-exp {
    background: linear-gradient(120deg, rgb(243,230,241) 0%, #1a1e2e 100%);
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}.reach-out-exp::before {
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    z-index: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(211,182,208), 0.05) 100%);
}.reach-out-exp::after {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    width: 100%;
    height: 100px;
    z-index: 1;
}.reach-out-exp .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.reach-out-exp h2 {
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 70px;
    font-size: 32px;
}.reach-out-exp h2::before {
    left: calc(50% - 50px);
    height: 2px;
    bottom: -20px;
    content: "";
    background: rgb(211,182,208);
    position: absolute;
    width: 30px;
}.reach-out-exp h2::after {
    bottom: -20px;
    background: rgb(211,182,208);
    content: "";
    height: 2px;
    width: 70px;
    left: calc(50% - 10px);
    position: absolute;
}.reach-out-exp .connect-request-exp {
    overflow: hidden;
    display: grid;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
    grid-template-columns: 6fr 4fr;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}.reach-out-exp .pic-frame-wrap-exp {
    min-height: 100%;
    position: relative;
}.reach-out-exp .pic-frame-wrap-exp::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
}.reach-out-exp .pic-frame-wrap-exp::after {
    position: absolute;
    left: 0;
    top: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(211,182,208), 0.1) 10px, rgba(rgb(211,182,208), 0.1) 11px);
    animation: scanLines 5s linear infinite;
    height: 100%;
    content: "";
    z-index: 2;
    width: 100%;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.reach-out-exp .inquiry-form-exp {
    padding: 50px;
    position: relative;
}.reach-out-exp .inquiry-form-exp::before {
    z-index: -1;
    top: 0;
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    content: "";
    left: 0;
    width: 100%;
}.reach-out-exp #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.reach-out-exp h3 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 19px;
    margin-bottom: 30px;
    display: inline-block;
    letter-spacing: 1px;
}.reach-out-exp h3::after {
    left: 0;
    height: 2px;
    content: "";
    position: absolute;
    background: rgb(211,182,208);
    bottom: -10px;
    width: 50px;
}.reach-out-exp input[type="text"] {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.2);
}.reach-out-exp input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(211,182,208), 0.2);
    border-color: rgb(211,182,208);
    background: rgba(0, 0, 0, 0.3);
}.reach-out-exp input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.reach-out-exp .request-support-exp9Jvc {
    align-items: flex-start;
    display: flex;
    margin-top: 5px;
    gap: 12px;
}.reach-out-exp .request-support-exp9Jvc input[type="checkbox"] {
    width: 24px;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 24px;
    appearance: none;
    margin-top: 2px;
    border-radius: 3px;
    cursor: pointer;
}.reach-out-exp .request-support-exp9Jvc input[type="checkbox"]:checked {
    background: rgb(211,182,208);
    border-color: rgb(211,182,208);
}.reach-out-exp .request-support-exp9Jvc input[type="checkbox"]:checked::after {
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    content: "";
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    position: absolute;
    top: 6px;
    left: 9px;
}.reach-out-exp .request-support-exp9Jvc label {
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(16px - 2px);
    line-height: 1.5;
}.reach-out-exp .request-support-exp9Jvc a {
    position: relative;
    color: rgb(211,182,208);
    text-decoration: none;
    transition: all 0.3s ease;
}.reach-out-exp .request-support-exp9Jvc a:hover {
    color: #ffffff;
}.reach-out-exp .request-support-exp9Jvc a::after {
    bottom: -2px;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    background: rgb(211,182,208);
    height: 1px;
    content: "";
    position: absolute;
}.reach-out-exp .request-support-exp9Jvc a:hover::after {
    background: #ffffff;
}.reach-out-exp .help-support-exp {
    background: rgb(211,182,208);
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    font-size: 20px;
    padding: 16px 35px;
    margin-top: 10px;
    position: relative;
    align-self: flex-start;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    color: #ffffff;
}.reach-out-exp .help-support-exp::before {
    content: "";
    top: 0;
    position: absolute;
    left: -100%;
    transition: all 0.5s ease;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.reach-out-exp .help-support-exp:hover {
    transform: translateY(-3px);
    background: rgb(179,147,173);
}.reach-out-exp .help-support-exp:hover::before {
    left: 100%;
}.reach-out-exp svg {
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
    fill: rgb(211,182,208);
    filter: drop-shadow(0 0 5px rgba(rgb(211,182,208), 0.5));
}.reach-out-exp svg path {
    transition: all 0.3s ease;
    fill: rgb(211,182,208);
}.reach-out-exp svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.reach-out-exp svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.reach-out-exp {
    padding: 70px 0;
}.reach-out-exp .connect-request-exp {
    grid-template-columns: 1fr;
}.reach-out-exp .pic-frame-wrap-exp {
    min-height: 300px;
}.reach-out-exp .inquiry-form-exp {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.reach-out-exp {
    padding: 50px 0;
}.reach-out-exp h2 {
    margin-bottom: 50px;
    font-size: calc(32px - 4px);
}.reach-out-exp .pic-frame-wrap-exp {
    min-height: 250px;
}
}

@media (max-width: 576px) {.reach-out-exp {
    padding: 40px 0;
}.reach-out-exp .container {
    padding: 0 15px;
}.reach-out-exp h2 {
    margin-bottom: 40px;
    font-size: calc(32px - 6px);
}.reach-out-exp h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.reach-out-exp h2::after {
    width: 50px;
}.reach-out-exp .inquiry-form-exp {
    padding: 30px 20px 40px;
}.reach-out-exp #contact {
    gap: 20px;
}.reach-out-exp .help-support-exp {
    width: 100%;
}.reach-out-exp .pic-frame-wrap-exp {
    min-height: 200px;
}}.leadership-profile-exp {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(243,230,241) 0%, #ffffff 100%);
    position: relative;
}.leadership-profile-exp::before {
    top: -100px;
    width: 400px;
    background: rgb(211,182,208,0.5);
    content: "";
    height: 400px;
    position: absolute;
    z-index: 0;
    right: -100px;
    filter: blur(120px);
}.leadership-profile-exp::after {
    position: absolute;
    filter: blur(100px);
    width: 300px;
    bottom: -50px;
    z-index: 0;
    content: "";
    background: rgb(179,147,173,0.5);
    left: -50px;
    height: 300px;
}.leadership-profile-exp .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.leadership-profile-exp .client-quotes-exp {
    transform-style: preserve-3d;
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    backdrop-filter: blur(10px);
    gap: 30px;
    background: rgba(255, 255, 255, 0.9);
    grid-template-columns: 1fr;
    display: grid;
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
}.leadership-profile-exp .client-quotes-exp:hover {
    transform: perspective(1000px) rotateY(0deg);
}.leadership-profile-exp .client-quotes-exp > div:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
}.leadership-profile-exp .client-quotes-exp .pic-frame-wrap-exp {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    width: 180px;
    height: 180px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.leadership-profile-exp .client-quotes-exp:hover .pic-frame-wrap-exp {
    transform: translateZ(20px) scale(1.05);
}.leadership-profile-exp .client-quotes-exp .pic-frame-wrap-exp::before {
    inset: 0;
    content: "";
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(211,182,208,0.5) 100%
  );
    position: absolute;
    z-index: 1;
}.leadership-profile-exp .client-quotes-exp > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}.leadership-profile-exp .client-quotes-exp .name {
    color: rgb(211,182,208);
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    font-size: calc(18px * 1.1);
}.leadership-profile-exp .client-quotes-exp .name::after {
    background: rgb(179,147,173);
    width: 80px;
    left: 50%;
    position: absolute;
    height: 2px;
    transform: translateX(-50%);
    bottom: -8px;
    content: "";
}.leadership-profile-exp .client-quotes-exp > div:nth-child(2) > div {
    font-size: calc(13px * 0.95);
    margin-top: 15px;
    color: #000000;
    font-style: italic;
    font-weight: 600;
}.leadership-profile-exp .client-quotes-exp > div:nth-child(3) {
    position: relative;
}.leadership-profile-exp .client-quotes-exp .employee-progress-exp {
    font-size: 13px;
    color: #000000;
    transform: translateZ(5px);
    margin: 0;
    position: relative;
    padding: 20px 0;
    line-height: 1.7;
}.leadership-profile-exp .client-quotes-exp .employee-progress-exp::before,
.leadership-profile-exp .client-quotes-exp .employee-progress-exp::after {
    position: absolute;
    color: rgb(211,182,208,0.5);
    font-family: Georgia, serif;
    line-height: 1;
    font-size: 80px;
    content: "";
}.leadership-profile-exp .client-quotes-exp .employee-progress-exp::before {
    left: -15px;
    top: -20px;
}.leadership-profile-exp .client-quotes-exp .employee-progress-exp::after {
    bottom: -60px;
    content: "";
    right: -15px;
}

@media (min-width: 768px) {.leadership-profile-exp .client-quotes-exp {
    grid-template-rows: auto 1fr;
    padding: 50px;
    grid-template-columns: 220px 1fr;
    gap: 30px 40px;
}.leadership-profile-exp .client-quotes-exp > div:first-child {
    grid-row: span 2;
}.leadership-profile-exp .client-quotes-exp > div:nth-child(2) {
    text-align: left;
    align-self: end;
}.leadership-profile-exp .client-quotes-exp .name::after {
    transform: none;
    left: 0;
}.leadership-profile-exp .client-quotes-exp .employee-progress-exp {
    padding: 10px 0 10px 30px;
    border-left: 3px solid rgb(179,147,173,0.5);
}
}

@media (min-width: 992px) {.leadership-profile-exp {
    padding: 140px 0;
}.leadership-profile-exp .client-quotes-exp {
    gap: 40px 60px;
    padding: 60px;
    grid-template-columns: 260px 1fr;
}.leadership-profile-exp .client-quotes-exp .pic-frame-wrap-exp {
    width: 220px;
    height: 220px;
}.leadership-profile-exp .client-quotes-exp .name {
    font-size: calc(18px * 1.2);
}.leadership-profile-exp .client-quotes-exp .employee-progress-exp {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.leadership-profile-exp {
    padding: 80px 0;
}.leadership-profile-exp .client-quotes-exp {
    padding: 30px 25px;
}.leadership-profile-exp .client-quotes-exp .pic-frame-wrap-exp {
    width: 150px;
    height: 150px;
}.leadership-profile-exp .client-quotes-exp .employee-progress-exp {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.leadership-profile-exp .client-quotes-exp .employee-progress-exp::before,
  .leadership-profile-exp .client-quotes-exp .employee-progress-exp::after {
    font-size: 60px;
}
}

@media (max-width: 480px) {.leadership-profile-exp {
    padding: 60px 0;
}.leadership-profile-exp .client-quotes-exp {
    gap: 20px;
    padding: 25px 20px;
}.leadership-profile-exp .client-quotes-exp .pic-frame-wrap-exp {
    width: 120px;
    height: 120px;
}.leadership-profile-exp .client-quotes-exp .name {
    font-size: 18px;
}.leadership-profile-exp .client-quotes-exp > div:nth-child(2) > div {
    font-size: calc(13px * 0.9);
}}.data-overview-exp {
    background: rgb(243,230,241);
    padding: 120px 0;
    background-image: linear-gradient(135deg, rgb(211,182,208,0.5) 0%, transparent 100%);
    overflow: hidden;
    position: relative;
}.data-overview-exp::before {
    width: 100%;
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    left: 0;
    pointer-events: none;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.05;
    top: 0;
    content: "";
}.data-overview-exp::after {
    pointer-events: none;
    width: 50%;
    opacity: 0.1;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    background: radial-gradient(circle, rgb(211,182,208,0.5) 0%, transparent 70%);
}.data-overview-exp .container {
    z-index: 2;
    padding: 0 20px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    gap: 60px;
}.data-overview-exp .value-statistics-exp {
    position: relative;
    gap: 20px;
    display: flex;
    flex-direction: column;
}.data-overview-exp .value-statistics-exp::before {
    background: linear-gradient(to bottom, rgb(211,182,208), transparent);
    left: -20px;
    height: 100%;
    width: 5px;
    top: 0;
    border-radius: 10px;
    position: absolute;
    content: "";
}.data-overview-exp .statistics-boosters-exp {
    align-items: center;
    padding: 20px 30px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    position: relative;
    border-radius: 22px;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
}.data-overview-exp .statistics-boosters-exp:nth-child(even) {
    transform: translateX(20px);
}.data-overview-exp .statistics-boosters-exp:hover {
    transform: translateX(10px) scale(1.05);
    z-index: 3;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.data-overview-exp .statistics-boosters-exp:nth-child(even):hover {
    transform: translateX(30px) scale(1.05);
}.data-overview-exp .statistics-boosters-exp::after {
    transition: width 0.3s ease;
    background: rgb(211,182,208);
    content: "";
    height: 100%;
    border-radius: 10px;
    width: 4px;
    position: absolute;
    left: 0;
    top: 0;
}.data-overview-exp .statistics-boosters-exp:hover::after {
    width: 8px;
}.data-overview-exp .statistics-boosters-exp h4 {
    font-weight: 700;
    color: rgb(211,182,208);
    text-align: left;
    font-size: calc(38px * 0.8);
    margin: 0;
    min-width: 100px;
}.data-overview-exp .statistics-boosters-exp span {
    margin-left: 30px;
    font-size: 12px;
    position: relative;
    font-weight: 400;
    padding-left: 30px;
    color: #000000;
    flex-grow: 1;
}.data-overview-exp .statistics-boosters-exp span::before {
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(211,182,208,0.5), transparent);
    top: 0;
    position: absolute;
    height: 100%;
    width: 1px;
}.data-overview-exp .statistics-upsides-exp {
    flex-direction: column;
    z-index: 2;
    display: flex;
    justify-content: center;
    position: relative;
}.data-overview-exp .statistics-upsides-exp::before {
    top: 50%;
    position: absolute;
    background: rgb(211,182,208,0.5);
    height: 300px;
    opacity: 0.1;
    border-radius: 50%;
    filter: blur(80px);
    right: -150px;
    animation: pulse 10s infinite alternate;
    width: 300px;
    z-index: -1;
    transform: translateY(-50%);
    content: "";
}@keyframes pulse {
    0% {
        opacity: 0.05;
        transform: translateY(-50%) scale(1);
    }
    100% {
        opacity: 0.15;
        transform: translateY(-50%) scale(1.1);
    }
}

.data-overview-exp .statistics-expert-exp {
    position: relative;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000000;
    font-size: 38px;
}.data-overview-exp .statistics-expert-exp::after {
    height: 4px;
    width: 80px;
    content: "";
    left: 0;
    background: rgb(211,182,208);
    border-radius: 10px;
    bottom: -15px;
    position: absolute;
}.data-overview-exp .study-statistics-exp {
    line-height: 1.8;
    font-size: 12px;
    color: #000000;
    max-width: 90%;
}.data-overview-exp svg {
    transition: transform 0.3s ease;
    height: 40px;
    margin-right: 20px;
    width: 40px;
}.data-overview-exp svg path {
    transition: fill 0.3s ease;
    fill: rgb(211,182,208);
}.data-overview-exp .statistics-boosters-exp:hover svg {
    transform: scale(1.1) rotate(5deg);
}.data-overview-exp .statistics-boosters-exp:hover svg path {
    fill: rgb(179,147,173);
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.data-overview-exp {
    padding: 80px 0;
}.data-overview-exp .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.data-overview-exp .value-statistics-exp {
    order: 2;
}.data-overview-exp .statistics-upsides-exp {
    order: 1;
    align-items: center;
    text-align: center;
}.data-overview-exp .statistics-expert-exp::after {
    left: 50%;
    transform: translateX(-50%);
}.data-overview-exp .study-statistics-exp {
    text-align: center;
    max-width: 100%;
}.data-overview-exp .value-statistics-exp::before {
    left: 0;
    top: -20px;
    width: 100%;
    background: linear-gradient(to right, rgb(211,182,208), transparent);
    height: 5px;
}.data-overview-exp .statistics-upsides-exp::before {
    transform: translate(50%, -50%);
    width: 200px;
    height: 200px;
    right: 50%;
}.data-overview-exp .statistics-boosters-exp:nth-child(even) {
    transform: translateX(0);
}.data-overview-exp .statistics-boosters-exp:hover, 
    .data-overview-exp .statistics-boosters-exp:nth-child(even):hover {
    transform: scale(1.02);
}
}

@media (max-width: 576px) {.data-overview-exp {
    padding: 60px 0;
}.data-overview-exp .container {
    padding: 0 15px;
    gap: 40px;
}.data-overview-exp .statistics-boosters-exp {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
}.data-overview-exp .statistics-boosters-exp h4 {
    font-size: 31px;
    margin-bottom: 15px;
    min-width: auto;
}.data-overview-exp .statistics-boosters-exp span {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}.data-overview-exp .statistics-boosters-exp span::before {
    top: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgb(211,182,208,0.5), transparent);
}.data-overview-exp .statistics-expert-exp {
    margin-bottom: 25px;
    font-size: calc(31px * 1.2);
}.data-overview-exp .study-statistics-exp {
    font-size: calc(12px * 0.95);
}.data-overview-exp svg {
    margin-right: 0;
    margin-bottom: 15px;
}.data-overview-exp .statistics-boosters-exp::after {
    width: 100%;
    top: 0;
    left: 0;
    height: 4px;
}.data-overview-exp .statistics-boosters-exp:hover::after {
    width: 100%;
    height: 6px;
}}

.data-overview-exp .statistics-boosters-exp h4 {
    -webkit-background-clip: text !important;
    color: transparent;
    background: linear-gradient(45deg, rgb(211,182,208), rgb(179,147,173));
    display: inline-block;
    background-clip: text !important;
}.data-overview-exp .statistics-expert-exp {
    position: relative;
    overflow: hidden;
}.data-overview-exp .statistics-expert-exp::before {
    width: 4px;
    right: 0;
    top: 0;
    animation: blink 2s infinite;
    height: 100%;
    position: absolute;
    content: '';
    background: rgb(211,182,208);
}@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.data-overview-exp .statistics-boosters-exp:nth-child(1) {
    animation: float 6s ease-in-out infinite;
}.data-overview-exp .statistics-boosters-exp:nth-child(2) {
    animation: float 7s ease-in-out infinite;
}.data-overview-exp .statistics-boosters-exp:nth-child(3) {
    animation: float 8s ease-in-out infinite;
}.data-overview-exp .statistics-boosters-exp:nth-child(4) {
    animation: float 9s ease-in-out infinite;
}.data-overview-exp::before {
    animation: backgroundMove 30s linear infinite;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}.tariff-grid-exp {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.tariff-grid-exp::before {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    right: 0;
    content: "";
    z-index: 1;
}.tariff-grid-exp .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    max-width: 1320px;
}.tariff-grid-exp .learn-rates-exp {
    display: flex;
    flex-direction: column;
    align-items: center;
}.tariff-grid-exp h2 {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    font-size: 32px;
    transform: translateY(20px);
    color: #ffffff;
}.tariff-grid-exp .group-plans-exp {
    text-align: center;
    opacity: 0;
    max-width: 800px;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    font-size: 16px;
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 50px;
}.tariff-grid-exp .access-plans-exp {
    list-style: none;
    width: 100%;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}.tariff-grid-exp .access-plans-exp li {
    opacity: 0;
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateY(30px);
}.tariff-grid-exp .access-plans-exp li:nth-child(1) {
    --li-index: 0;
}.tariff-grid-exp .access-plans-exp li:nth-child(2) {
    --li-index: 1;
}.tariff-grid-exp .access-plans-exp li:nth-child(3) {
    --li-index: 2;
}.tariff-grid-exp .access-plans-exp li:nth-child(4) {
    --li-index: 3;
}.tariff-grid-exp .discount-deals-exp {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    display: block;
    transform: perspective(1000px) rotateX(0deg);
    will-change: transform;
    height: 100%;
}.tariff-grid-exp .discount-deals-exp:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}.tariff-grid-exp .deal-board-exp {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
}.tariff-grid-exp .discount-deals-exp:hover .deal-board-exp {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(211,182,208,0.5), 0.5);
    border-color: rgba(255,255,255,0.2);
}.tariff-grid-exp .deal-board-exp::before {
    width: 40%;
    top: -10%;
    content: "";
    left: -10%;
    height: 50%;
    position: absolute;
    opacity: 0.1;
    transform: rotate(-45deg);
    transition: all 0.6s ease;
    background: linear-gradient(135deg, rgb(211,182,208,0.5) 0%, transparent 70%);
}.tariff-grid-exp .discount-deals-exp:hover .deal-board-exp::before {
    transform: rotate(-45deg) translateY(-20%);
    opacity: 0.15;
}.tariff-grid-exp .learning-cost-exp {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    padding: 35px 30px;
    flex-direction: column;
    min-height: 280px;
}.tariff-grid-exp .learning-cost-exp h4 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: calc(19px * 1.1);
    margin-top: 0;
    position: relative;
    color: #ffffff;
}.tariff-grid-exp .learning-cost-exp h4::after {
    background: rgb(211,182,208);
    transition: width 0.4s ease;
    bottom: 0;
    width: 40px;
    left: 0;
    content: "";
    position: absolute;
    height: 3px;
}.tariff-grid-exp .discount-deals-exp:hover .learning-cost-exp h4::after {
    width: 60px;
}.tariff-grid-exp .learning-cost-exp p {
    word-wrap: break-word;
    flex-grow: 1;
    font-size: calc(16px * 0.9);
    color: rgb(255, 255, 255, 0.5);
    hyphens: auto;
    white-space: normal;
    margin-bottom: 25px;
    overflow-wrap: break-word;
    line-height: 1.7;
}.tariff-grid-exp .value-pricing-exp {
    background: rgba(255,255,255,0.05);
    font-size: calc(19px * 1.2);
    overflow: hidden;
    transition: all 0.3s ease;
    display: inline-block;
    align-self: flex-start;
    font-weight: 700;
    position: relative;
    padding: 10px 20px;
    border-radius: 4px;
    color: rgb(211,182,208);
}.tariff-grid-exp .value-pricing-exp::before {
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    left: -100%;
    position: absolute;
    width: 100%;
    content: "";
    transition: left 0.7s ease;
}.tariff-grid-exp .discount-deals-exp:hover .value-pricing-exp::before {
    left: 100%;
}

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

@media (max-width: 1200px) {.tariff-grid-exp {
    padding: 100px 0;
}.tariff-grid-exp .access-plans-exp {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.tariff-grid-exp {
    padding: 80px 0;
}.tariff-grid-exp h2 {
    font-size: calc(32px * 0.9);
}.tariff-grid-exp .access-plans-exp {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.tariff-grid-exp .learning-cost-exp {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.tariff-grid-exp {
    padding: 70px 0;
}.tariff-grid-exp h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 15px;
}.tariff-grid-exp .group-plans-exp {
    margin-bottom: 35px;
    font-size: calc(16px * 0.95);
}.tariff-grid-exp .access-plans-exp {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.tariff-grid-exp .learning-cost-exp {
    min-height: auto;
}
}

@media (max-width: 576px) {.tariff-grid-exp {
    padding: 60px 0;
}.tariff-grid-exp h2 {
    font-size: calc(32px * 0.7);
}.tariff-grid-exp .group-plans-exp {
    font-size: calc(16px * 0.9);
}.tariff-grid-exp .learning-cost-exp {
    padding: 20px 15px;
}.tariff-grid-exp .learning-cost-exp h4 {
    font-size: 19px;
}.tariff-grid-exp .learning-cost-exp p {
    font-size: calc(16px * 0.85);
}.tariff-grid-exp .value-pricing-exp {
    padding: 8px 15px;
    font-size: 19px;
}}.educational-yield-exp {
    overflow: hidden;
    background: linear-gradient(110deg, rgb(243,230,241) 0%, rgb(243,230,241) 48%, rgb(211,182,208,0.5) 48%, rgb(211,182,208,0.5) 100%);
    position: relative;
    padding: 120px 0;
}.educational-yield-exp::before {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    content: '';
    position: absolute;
    opacity: 0.03;
    background-image: repeating-linear-gradient(45deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 40px);
}.educational-yield-exp::after {
    opacity: 0.4;
    height: 100%;
    content: '';
    width: 80%;
    top: 0;
    z-index: 0;
    background: radial-gradient(circle at 80% 20%, rgb(179,147,173,0.5) 0%, transparent 60%);
    position: absolute;
    right: 0;
}.educational-yield-exp .learning-track-exp {
    gap: 60px;
    z-index: 1;
    display: grid;
    position: relative;
    max-width: 1280px;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    padding: 0 20px;
}.educational-yield-exp .tag-content-exp {
    justify-content: center;
    position: relative;
    display: flex;
    flex-direction: column;
}.educational-yield-exp h2 {
    position: relative;
    color: #ffffff;
    padding-bottom: 20px;
    margin: 0 0 40px;
    font-size: 42px;
    font-weight: 700;
}.educational-yield-exp h2::after {
    background: rgb(179,147,173);
    content: '';
    left: 0;
    border-radius: 10px;
    bottom: 0;
    position: absolute;
    height: 4px;
    width: 80px;
}.educational-yield-exp .text_main_holder {
    gap: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
}.educational-yield-exp .text_main_holder::before {
    position: absolute;
    animation: rotate 40s linear infinite;
    border: 2px solid rgb(179,147,173,0.5);
    width: 180px;
    opacity: 0.15;
    z-index: -1;
    content: '';
    height: 180px;
    left: -80px;
    border-radius: 40%;
    top: -100px;
}.educational-yield-exp .text_main_holder > div {
    animation: slideIn 0.4s forwards;
    border-left: 3px solid rgb(179,147,173);
    opacity: 0;
    transform: translateX(-20px);
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    align-items: flex-start;
    backdrop-filter: blur(5px);
    animation-delay: calc(var(--i, 0) * 0.1s);
    border-radius: 10px;
    gap: 20px;
    display: flex;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.educational-yield-exp .text_main_holder > div:nth-child(1) {
    --i: 1;
}.educational-yield-exp .text_main_holder > div:nth-child(2) {
    --i: 2;
}.educational-yield-exp .text_main_holder > div:nth-child(3) {
    --i: 3;
}.educational-yield-exp .text_main_holder > div:nth-child(4) {
    --i: 4;
}.educational-yield-exp .text_main_holder > div:nth-child(5) {
    --i: 5;
}.educational-yield-exp .text_main_holder > div:nth-child(6) {
    --i: 6;
}.educational-yield-exp .text_main_holder > div:hover {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateX(0) scale(1.02);
}.educational-yield-exp .text_main_holder svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    height: 32px;
    width: 32px;
}.educational-yield-exp .text_main_holder > div:hover svg {
    transform: scale(1.1);
}.educational-yield-exp .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(211,182,208);
}.educational-yield-exp .text_main_holder > div:hover svg path {
    fill: rgb(179,147,173);
}.educational-yield-exp .text_main_holder p {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
}.educational-yield-exp .pic-frame-wrap-exp {
    width: 120%;
    border-radius: 14px 0 0 14px;
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.2);
    z-index: 0;
    position: relative;
    right: -20%;
    overflow: hidden;
    top: -10%;
    height: 120%;
}.educational-yield-exp .pic-frame-wrap-exp::before {
    top: 0;
    content: '';
    background: linear-gradient(110deg, rgb(211,182,208,0.5) 0%, transparent 60%);
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
}.educational-yield-exp .pic-frame-wrap-exp::after {
    background: linear-gradient(to top, rgb(179,147,173,0.5) 0%, transparent 100%);
    height: 40%;
    bottom: 0;
    z-index: 2;
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 992px) {.educational-yield-exp {
    background: linear-gradient(180deg, rgb(243,230,241) 0%, rgb(211,182,208,0.5) 100%);
}.educational-yield-exp .learning-track-exp {
    grid-template-columns: 1fr;
    gap: 40px;
}.educational-yield-exp .pic-frame-wrap-exp {
    order: -1;
    border-radius: 14px;
    height: 400px;
    right: 0;
    top: 0;
    width: 100%;
}.educational-yield-exp h2 {
    margin-bottom: 30px;
}
}

@media (max-width: 768px) {.educational-yield-exp {
    padding: 80px 0;
}.educational-yield-exp h2 {
    font-size: calc(42px * 0.8);
}.educational-yield-exp .pic-frame-wrap-exp {
    height: 350px;
}.educational-yield-exp .text_main_holder > div {
    gap: 15px;
    padding: 15px;
}.educational-yield-exp .text_main_holder svg {
    width: 28px;
    height: 28px;
}
}

@media (max-width: 576px) {.educational-yield-exp {
    padding: 60px 0;
}.educational-yield-exp h2 {
    font-size: 31px;
}.educational-yield-exp .pic-frame-wrap-exp {
    height: 280px;
}}.cookieAlertPromptPanel-exp {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 90;
    border-top: 2px solid rgb(211,182,208);
    background: rgb(243,230,241);
}.cookie-necessary-exp {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}#cookiePromptPanel-exp {
    display: none;
}#cookiePromptPanel-exp:checked ~ .cookieAlertPromptPanel-exp {
    visibility: hidden;
    opacity: 0;
}.cookieAlertPromptPanel-exp h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookieAlertPromptPanel-exp p {
    font-size: 18px;
}.cookies-tech-exp {
    margin-right: 10px;
    flex-shrink: 0;
}.cookies-tech-exp svg, .cookies-tech-exp svg path, .cookies-tech-exp img {
    width: 100px;
    height: 100px;
    fill: rgb(211,182,208);
}.visitor-acceptance-exp {
    border-bottom: 2px solid rgb(211,182,208);
    min-width: 120px;
    font-size: 24px;
    color: rgb(211,182,208);
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 10px;
    line-height: 35px;
    cursor: pointer;
    flex-shrink: 0;
}.cookieAlertPromptPanel-exp p a {
    text-decoration: none;
    color: rgb(211,182,208);
}
@media only screen and (max-width: 1200px) {.cookieAlertPromptPanel-exp {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookies-tech-exp {
    display: none;
}.cookie-necessary-exp {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookieAlertPromptPanel-exp h5 {
    text-align: center;
}.cookieAlertPromptPanel-exp p {
    text-align: center;
}.cookie-none-exp {
    margin-bottom: 20px;
}body .wrapper-capsule-exp .visitor-acceptance-exp {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-capsule-exp .cookieAlertPromptPanel-exp {
    background: #ffffff;
    border: none;
    box-shadow: rgb(211,182,208,0.5) 0px 0px 40px 39px;
}.wrapper-capsule-exp .visitor-acceptance-exp {
    margin-left: 30px;
    background: rgb(211,182,208);
    font-weight: 400;
    border: none;
    padding: 10px;
    color: #ffffff;
    font-size: 20px;
}.wrapper-capsule-exp .cookies-tech-exp {
    background:rgb(211,182,208);
    height: 80px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 80px;
}.wrapper-capsule-exp .cookies-tech-exp svg, .wrapper-capsule-exp .cookies-tech-exp svg path, .wrapper-capsule-exp .cookies-tech-exp img {
    height: 40px;
    fill:#000000;
    width: 40px;
}.wrapper-capsule-exp .cookie-none-exp h5, .wrapper-capsule-exp .cookie-none-exp p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-capsule-exp .cookies-tech-exp {
    margin-bottom: 14px;
    margin: 0;
}
}