* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.container {
    width: 1189px;
    max-width: 100%;
    margin: auto;
}.nav-learning-9362 {
    flex: 1 0 auto;
}.discount-cta-6290 {
    flex: 0 0 auto;
}html,body {
    auto
contain
touch-action: none;
    min-height: 100%;
    scroll-snap-type: none;
    height: 100%;
    color: #000000;
    auto
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}.wrapping-container-5312 {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    position: fixed;
    z-index: 1000;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    top: 0;
    background: linear-gradient(120deg, 
        rgb(217,177,189) 0%, 
        rgb(217,177,189,0.5) 100%
    );
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}header:before {
    left: 0;
    pointer-events: none;
    content: '';
    top: 0;
    width: 100%;
    opacity: 0.1;
    position: absolute;
    height: 100%;
}header:after {
    background-size: 100px 100px;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    width: 100%;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    pointer-events: none;
    left: 0;
}header .head-class-3791 {
    position: relative;
}header .head-class-3791:before {
    content: '';
    height: 2px;
    opacity: 0.3;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
}header .head-class-3791:after {
    filter: blur(8px);
    left: 0;
    width: 60px;
    content: '';
    pointer-events: none;
    top: 50%;
    position: absolute;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    transform: translateY(-50%);
    opacity: 0.5;
    height: 60px;
}header .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 25px;
}header .container:before {
    right: 20px;
    background-position: 0 0, 0 10px;
    width: 50px;
    content: '';
    background-repeat: repeat-x;
    top: 50%;
    position: absolute;
    height: 30px;
    background-size: 6px 2px, 6px 2px;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    transform: translateY(-50%);
    opacity: 0.5;
    pointer-events: none;
}header .top-base-9372 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
}header .top-base-9372:before {
    transform: translateY(-50%) translateX(-40px);
    border-radius: 50%;
    opacity: 0.5;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 50%;
    left: 0;
    width: 20px;
    position: absolute;
    height: 20px;
}header .top-base-9372:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    opacity: 0.5;
    transform: translateY(-50%) translateX(40px);
    right: 0;
    height: 20px;
    top: 50%;
    width: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .site-start-4752 {
    align-items: center;
    gap: 30px;
    display: flex;
    position: relative;
}header .site-start-4752:before {
    width: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
    bottom: -10px;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    left: 0;
    content: '';
    height: 2px;
    opacity: 0;
}header .site-start-4752:hover:before {
    opacity: 0.7;
}header .nav-main-7319 {
    position: relative;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    padding: 8px 0;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}header .nav-main-7319:before {
    background: #ffffff;
    top: 50%;
    transition: all 0.3s ease;
    height: 6px;
    left: -12px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    content: '';
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    width: 6px;
    position: absolute;
}header .nav-main-7319:after {
    width: 20px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    content: '';
    transform: translateY(-50%) scaleX(0);
    height: 1px;
    left: -30px;
    top: 50%;
    transform-origin: right;
    transition: all 0.3s ease;
}header .nav-main-7319:hover {
    transform: translateX(5px);
    color: #ffffff;
}header .nav-main-7319:hover:before {
    left: -20px;
    opacity: 1;
}header .nav-main-7319:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .nav-pro-4135 {
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    padding: 5px;
    position: relative;
    text-decoration: none;
}header .nav-pro-4135:before {
    width: calc(100% + 20px);
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    left: -10px;
    top: -10px;
    height: calc(100% + 20px);
    content: '';
}header .nav-pro-4135:after {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    left: -5px;
    height: 10px;
    position: absolute;
    content: '';
    transition: all 0.3s ease;
    width: 10px;
    top: -5px;
    background: #ffffff;
    opacity: 0;
    border-radius: 50%;
}header .nav-pro-4135:hover:before {
    opacity: 1;
}header .nav-pro-4135:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}header .nav-pro-4135 svg {
    height: 40px;
    width: auto;
    transition: all 0.3s ease;
}header .nav-pro-4135:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .site-start-4752 {
    gap: 20px;
}header .nav-pro-4135 svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .site-start-4752 {
    flex-direction: column;
    width: 80%;
    padding: 80px 30px 30px;
    z-index: 1001;
    right: -100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100vh;
    top: 0;
    position: fixed;
    background: rgb(217,177,189);
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    max-width: 320px;
    gap: 25px;
}header .site-start-4752:before {
    top: 60px;
    bottom: auto;
    width: 80%;
    left: 10%;
}header .site-start-4752:after {
    position: absolute;
    pointer-events: none;
    right: 20px;
    width: 30px;
    border-radius: 50%;
    content: '';
    height: 30px;
    top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .menu.active {
    right: 0;
}header .nav-main-7319 {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}header .nav-main-7319:hover {
    transform: translateX(0);
}header .nav-main-7319:last-child {
    border-bottom: none;
}header .nav-pro-4135 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .nav-pro-4135 svg {
    height: 30px;
}}.privacy-fence-6039 {
    position: relative;
    padding: 5rem 2rem;
    color: #000000;
    overflow: hidden;
    background: rgb(242,211,221);
    font-family: Arial, sans-serif;
}.privacy-fence-6039::before {
    top: 0;
    position: absolute;
    z-index: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(190,143,167,0.5), 0.03) 0%,
        rgba(rgb(190,143,167,0.5), 0.08) 60%, 
        rgba(rgb(190,143,167,0.5), 0.15) 100%);
    left: 0;
    width: 100%;
}.privacy-fence-6039::after {
    position: absolute;
    z-index: 1;
    filter: blur(20px);
    content: "";
    top: -40px;
    transform: rotate(-15deg);
    opacity: 0.1;
    width: 200px;
    height: 200px;
    right: -40px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: linear-gradient(to bottom right, 
        rgb(190,143,167) 0%, 
        transparent 70%);
}.privacy-fence-6039 .container {
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 3px 14px rgba(rgba(0, 0, 0, 0.5), 0.05);
    margin: 0 auto;
    transition: transform 0.5s ease-out;
    z-index: 2;
    padding: 3rem;
    border-left: 4px solid rgb(217,177,189);
    position: relative;
    max-width: 1140px;
    background: #ffffff;
    transform-origin: left center;
    transform: perspective(1000px) rotateY(0.5deg);
}.privacy-fence-6039 .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.privacy-fence-6039 h1 {
    padding-bottom: 1.5rem;
    margin: 0 0 2.5rem 0;
    line-height: 1.2;
    position: relative;
    font-weight: 700;
    letter-spacing: -0.02em;
    border-bottom: 1px solid rgba(rgb(190,143,167,0.5), 0.2);
    color: #000000;
    font-size: 47px;
}.privacy-fence-6039 h1::before {
    left: 0;
    width: 30%;
    height: 3px;
    background: linear-gradient(90deg, rgb(217,177,189), rgb(190,143,167));
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    transform: scaleX(1);
    position: absolute;
    bottom: -1px;
    transform-origin: left;
}.privacy-fence-6039 h1:hover::before {
    transform: scaleX(1.2);
}.privacy-fence-6039 h2 {
    font-size: 37px;
    color: #000000;
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    padding-left: 1.2rem;
    position: relative;
}.privacy-fence-6039 h2::before {
    width: 4px;
    top: 0.5rem;
    background: rgb(190,143,167);
    border-radius: 2px;
    left: 0;
    position: absolute;
    content: "";
    height: calc(100% - 1rem);
}.privacy-fence-6039 h3 {
    font-size: calc(37px * 0.8);
    padding-bottom: 0.8rem;
    border-bottom: 1px dashed rgba(rgb(190,143,167,0.5), 0.2);
    font-weight: 600;
    margin: 2.5rem 0 1.2rem;
    color: #000000;
}.privacy-fence-6039 h4 {
    letter-spacing: 0.01em;
    font-weight: 400;
    color: #000000;
    margin: 2rem 0 1rem;
    font-size: calc(37px * 0.7);
}.privacy-fence-6039 p {
    max-width: 95%;
    line-height: 1.8;
    color: #000000;
    font-size: 17px;
    margin-bottom: 1.5rem;
}.privacy-fence-6039 strong {
    color: rgb(217,177,189);
    font-weight: 600;
}.privacy-fence-6039 span {
    line-height: 1.7;
    display: block;
    margin-bottom: 1.5rem;
    color: #000000;
    border-left: 2px solid rgba(rgb(190,143,167,0.5), 0.3);
    font-size: 17px;
    padding-left: 1rem;
}.privacy-fence-6039 ul {
    margin: 1.5rem 0 2.5rem;
    list-style-type: none;
    padding-left: 1.2rem;
}.privacy-fence-6039 li {
    position: relative;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1.2rem;
    font-size: 17px;
    padding-left: 1.5rem;
}.privacy-fence-6039 li::before {
    content: "";
    top: 0.7rem;
    left: 0;
    position: absolute;
    height: 8px;
    opacity: 0.8;
    background: rgb(190,143,167);
    transform: rotate(45deg);
    width: 8px;
    transition: transform 0.3s ease, background 0.3s ease;
}.privacy-fence-6039 li:hover::before {
    transform: rotate(135deg);
    background: rgb(217,177,189);
}

@media (max-width: 992px) {.privacy-fence-6039 {
    padding: 4rem 1.5rem;
}.privacy-fence-6039 .container {
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateY(0deg);
}.privacy-fence-6039 h1 {
    padding-bottom: 1.2rem;
    font-size: calc(47px * 0.9);
    margin-bottom: 2rem;
}.privacy-fence-6039 h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 768px) {.privacy-fence-6039 {
    padding: 3rem 1rem;
}.privacy-fence-6039 .container {
    padding: 2rem 1.5rem;
    border-left: 3px solid rgb(217,177,189);
}.privacy-fence-6039 h1 {
    padding-bottom: 1rem;
    font-size: calc(47px * 0.8);
    margin-bottom: 1.5rem;
}.privacy-fence-6039 h2 {
    font-size: calc(37px * 0.8);
    margin: 2rem 0 1rem;
    padding-left: 1rem;
}.privacy-fence-6039 h3 {
    margin: 2rem 0 1rem;
    font-size: calc(37px * 0.7);
}.privacy-fence-6039 h4 {
    font-size: calc(37px * 0.6);
}.privacy-fence-6039 p, 
    .privacy-fence-6039 span,
    .privacy-fence-6039 li {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}.privacy-fence-6039 ul {
    padding-left: 0.5rem;
}.privacy-fence-6039 li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.privacy-fence-6039 {
    padding: 2rem 0.5rem;
}.privacy-fence-6039 .container {
    padding: 1.5rem 1.2rem;
    border-left: 2px solid rgb(217,177,189);
}.privacy-fence-6039 h1 {
    font-size: calc(47px * 0.7);
}.privacy-fence-6039 h2 {
    font-size: calc(37px * 0.7);
}.privacy-fence-6039 h2::before {
    height: calc(100% - 0.8rem);
    top: 0.4rem;
    width: 3px;
}.privacy-fence-6039 p, 
    .privacy-fence-6039 span,
    .privacy-fence-6039 li {
    max-width: 100%;
    font-size: calc(17px * 0.9);
}.privacy-fence-6039 span {
    padding-left: 0.8rem;
}.privacy-fence-6039 li::before {
    width: 6px;
    height: 6px;
}}.connect-6359 {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(242,211,221);
    z-index: 1;
}.connect-6359::before {
    transform-origin: top;
    content: '';
    perspective: 1000px;
    position: absolute;
    background-image: 
        linear-gradient(rgb(217,177,189,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(217,177,189,0.5) 1px, transparent 1px);
    transform: rotateX(60deg) translateZ(-100px);
    opacity: 0.2;
    animation: perspectiveGrid 30s linear infinite;
    inset: 0;
    z-index: -2;
    background-size: 20px 20px;
}@keyframes perspectiveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 20px;
    }
}

.connect-6359::after {
    z-index: -1;
    position: absolute;
    opacity: 0.3;
    content: '';
    background: 
        radial-gradient(circle at 20% 20%, rgb(217,177,189,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(190,143,167,0.5) 0%, transparent 40%);
    filter: blur(50px);
    inset: 0;
}.connect-6359 .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.connect-6359 .get-contactbox-9720 {
    clip-path: polygon(
        0 5%, 5% 0, 95% 0, 100% 5%,
        100% 95%, 95% 100%, 5% 100%, 0 95%
    );
    position: relative;
    backdrop-filter: blur(5px);
    z-index: 2;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    border-radius: 0;
    padding: 60px;
    background: #ffffff;
    overflow: hidden;
}.connect-6359 .get-contactbox-9720::before {
    height: 100%;
    width: 100%;
    z-index: -1;
    background: 
        repeating-conic-gradient(
            from 0deg,
            transparent 0deg 10deg,
            rgba(0, 0, 0, 0.01) 10deg 20deg
        ),
        repeating-conic-gradient(
            from 5deg,
            transparent 0deg 10deg,
            rgba(0, 0, 0, 0.02) 10deg 20deg
        );
    opacity: 0.3;
    left: 0;
    content: '';
    top: 0;
    position: absolute;
}.connect-6359 .get-contactbox-9720::after {
    background-image: 
        linear-gradient(45deg, transparent 25%, rgb(242,211,221) 25%, rgb(242,211,221) 26%, transparent 26%, transparent 75%, rgb(242,211,221) 75%, rgb(242,211,221) 76%, transparent 76%),
        linear-gradient(-45deg, transparent 25%, rgb(242,211,221) 25%, rgb(242,211,221) 26%, transparent 26%, transparent 75%, rgb(242,211,221) 75%, rgb(242,211,221) 76%, transparent 76%);
    background-size: 60px 60px;
    top: 0;
    opacity: 0.05;
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    height: 100%;
    width: 100%;
}.connect-6359 h3 {
    padding-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
    display: inline-block;
    color: rgb(217,177,189);
    position: relative;
    font-size: 34px;
}.connect-6359 h3::before {
    height: 2px;
    content: '';
    background: linear-gradient(to right, rgb(217,177,189), transparent);
    left: 0;
    width: 100%;
    bottom: 0;
    position: absolute;
}.connect-6359 .help-request-8721 {
    padding: 25px;
    position: relative;
    clip-path: polygon(
        0 0, 98% 0, 100% 15px,
        100% 100%, 2% 100%, 0 calc(100% - 15px)
    );
    background: rgb(242,211,221);
    border-radius: 0;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    margin-bottom: 50px;
    line-height: 1.8;
}.connect-6359 .help-request-8721::before {
    background: rgb(217,177,189);
    content: '';
    width: 3px;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
}.connect-6359 .get-contactwidget-7064 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
    gap: 30px;
}.connect-6359 .get-contactwidget-7064::before {
    left: 0;
    top: -25px;
    background: repeating-linear-gradient(
        to right,
        rgb(217,177,189) 0,
        rgb(217,177,189) 8px,
        transparent 8px,
        transparent 16px
    );
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
}.connect-6359 .get-contactwidget-7064 span {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    backdrop-filter: blur(5px);
    clip-path: polygon(
        0 0, 90% 0, 100% 10%, 
        100% 100%, 10% 100%, 0 90%
    );
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
    padding: 25px;
    position: relative;
}.connect-6359 .get-contactwidget-7064 span::before {
    opacity: 0.5;
    inset: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    content: '';
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgb(242,211,221) 100%);
}.connect-6359 .get-contactwidget-7064 span::after {
    top: -50%;
    width: 200%;
    height: 200%;
    transition: opacity 0.5s ease;
    background: radial-gradient(
        circle at center,
        rgb(217,177,189,0.5) 0%,
        transparent 70%
    );
    opacity: 0;
    content: '';
    transform: scale(0.5);
    z-index: -2;
    position: absolute;
    left: -50%;
}.connect-6359 .get-contactwidget-7064 span:hover {
    border-color: transparent;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(217,177,189,0.5);
    transform: translateY(-10px) scale(1.03);
}.connect-6359 .get-contactwidget-7064 span:hover::before {
    opacity: 0.2;
}.connect-6359 .get-contactwidget-7064 span:hover::after {
    opacity: 0.3;
    transform: scale(1);
}.connect-6359 .get-contactwidget-7064 span p {
    color: #000000;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    font-weight: 600;
    display: flex;
    font-size: 18px;
}.connect-6359 .get-contactwidget-7064 span p::before {
    margin-right: 10px;
    background: rgb(217,177,189);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    content: '';
    height: 8px;
    display: inline-block;
    width: 8px;
}.connect-6359 .get-contactwidget-7064 span svg {
    transition: transform 0.3s ease, fill 0.3s ease;
    flex-shrink: 0;
    width: 20px;
    stroke: rgb(217,177,189);
    margin-right: 8px;
    fill: rgb(217,177,189);
    height: 20px;
    stroke-width: 1;
}.connect-6359 .get-contactwidget-7064 span:hover svg {
    transform: scale(1.2);
    fill: rgb(190,143,167);
}.connect-6359 .get-contactwidget-7064 span svg path {
    transition: fill 0.3s ease, stroke 0.3s ease;
    stroke-dashoffset: 0;
    stroke-dasharray: 100;
}.connect-6359 .get-contactwidget-7064 span:hover svg path {
    animation: dashAnimation 1.5s ease forwards;
    stroke-dashoffset: 100;
}@keyframes dashAnimation {
    from {
        stroke-dashoffset: 100;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.connect-6359 .get-contactwidget-7064 span span {
    border: none;
    transform: none;
    backdrop-filter: none;
    clip-path: none;
    padding: 0;
    box-shadow: none;
    display: inline;
    background: transparent;
    margin: 0;
}.connect-6359 .get-contactwidget-7064 span span::before,
.connect-6359 .get-contactwidget-7064 span span::after {
    display: none;
}.connect-6359 .get-contactwidget-7064 span span a {
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(217,177,189) calc(100% - 2px),
        rgb(217,177,189) 100%
    );
    text-decoration: none;
    transition: background-size 0.3s ease;
    z-index: 2;
    display: inline-block;
    background-size: 0% 100%;
    color: rgb(217,177,189);
    padding: 5px 0;
    position: relative;
    font-weight: 600;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}.connect-6359 .get-contactwidget-7064 span span a svg {
    width: 16px;
    stroke-width: 0.5;
    stroke: currentColor;
    height: 16px;
    fill: currentColor;
    vertical-align: middle;
    margin-right: 5px;
    transform-origin: center;
}.connect-6359 .message-info-6093 {
    overflow: hidden;
    padding: 35px;
    margin-top: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    grid-column: 1 / -1;
    background: rgb(242,211,221);
}.connect-6359 .message-info-6093::before {
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.02) 10px, rgba(0, 0, 0, 0.02) 20px);
    width: 100%;
    content: '';
}.connect-6359 .message-info-6093::after {
    top: 0;
    width: 0;
    border-color: transparent rgb(217,177,189,0.5) transparent transparent;
    position: absolute;
    content: '';
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    right: 0;
}.connect-6359 .message-info-6093 h4 {
    display: inline-block;
    letter-spacing: 1px;
    color: rgb(217,177,189);
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: 20px;
    position: relative;
    font-weight: 700;
}.connect-6359 .message-info-6093 h4::before {
    background: rgb(217,177,189);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    clip-path: polygon(0 0, 100% 25%, 100% 75%, 0 100%);
    height: 20px;
    content: '';
    top: 50%;
    width: 5px;
}.connect-6359 .message-info-6093 h4 svg {
    vertical-align: middle;
    height: 22px;
    stroke-width: 1;
    width: 22px;
    animation: rotateIcon 6s linear infinite;
    stroke: rgb(217,177,189);
    margin-right: 8px;
    fill: rgb(217,177,189);
}@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.connect-6359 .message-info-6093 span {
    padding: 12px 15px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
    position: relative;
    clip-path: polygon(
        0 0, 100% 0, 100% 100%, 
        15px 100%, 0 calc(100% - 15px)
    );
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
    transform-origin: left;
}.connect-6359 .message-info-6093 span::before {
    left: 0;
    transition: transform 0.3s ease;
    transform-origin: top;
    content: '';
    transform: scaleY(0);
    top: 0;
    position: absolute;
    background: rgb(190,143,167);
    height: 100%;
    width: 3px;
}.connect-6359 .message-info-6093 span:hover {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(15px) scale(1.02);
}.connect-6359 .message-info-6093 span:hover::before {
    transform: scaleY(1);
}.connect-6359 .message-info-6093 span svg {
    stroke-width: 0.5;
    height: 18px;
    transition: all 0.3s ease;
    opacity: 0.8;
    margin-right: 8px;
    vertical-align: middle;
    stroke: rgb(217,177,189);
    fill: rgb(190,143,167);
    width: 18px;
}.connect-6359 .message-info-6093 span:hover svg {
    transform: scale(1.1);
    fill: rgb(217,177,189);
    opacity: 1;
}.connect-6359 .message-info-6093 span svg path {
    fill-opacity: 0.7;
    transition: all 0.5s ease;
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
}.connect-6359 .message-info-6093 span:hover svg path {
    stroke-dashoffset: 0;
    fill-opacity: 1;
}

@media (max-width: 991px) {.connect-6359 {
    padding: 80px 0;
}.connect-6359 .get-contactbox-9720 {
    padding: 40px;
    clip-path: polygon(
            0 3%, 3% 0, 97% 0, 100% 3%,
            100% 97%, 97% 100%, 3% 100%, 0 97%
        );
}.connect-6359 h3 {
    font-size: calc(34px - 0.2rem);
}.connect-6359 .get-contactwidget-7064 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.connect-6359 .help-request-8721 {
    padding: 20px;
}.connect-6359 .get-contactwidget-7064 span svg {
    height: 18px;
    width: 18px;
}
}

@media (max-width: 767px) {.connect-6359 {
    padding: 60px 0;
}.connect-6359 .get-contactbox-9720 {
    clip-path: polygon(
            0 2%, 2% 0, 98% 0, 100% 2%,
            100% 98%, 98% 100%, 2% 100%, 0 98%
        );
    padding: 30px;
}.connect-6359 h3 {
    font-size: calc(34px - 0.3rem);
    margin-bottom: 30px;
}.connect-6359 .help-request-8721 {
    margin-bottom: 35px;
    padding: 15px;
}.connect-6359 .get-contactwidget-7064 {
    grid-template-columns: 1fr;
    gap: 20px;
}.connect-6359 .message-info-6093 {
    padding: 25px;
}.connect-6359 .message-info-6093 svg {
    height: 16px;
    width: 16px;
}
}

@media (max-width: 480px) {.connect-6359 {
    padding: 40px 0;
}.connect-6359 .container {
    padding: 0 15px;
}.connect-6359 .get-contactbox-9720 {
    clip-path: polygon(
            0 1%, 1% 0, 99% 0, 100% 1%,
            100% 99%, 99% 100%, 1% 100%, 0 99%
        );
    padding: 25px 20px;
}.connect-6359 h3 {
    font-size: calc(34px - 0.4rem);
    margin-bottom: 25px;
}.connect-6359 .help-request-8721 {
    margin-bottom: 30px;
    padding: 15px;
}.connect-6359 .get-contactwidget-7064 span {
    padding: 20px;
}.connect-6359 .message-info-6093 {
    margin-top: 25px;
    padding: 20px;
}.connect-6359 .get-contactwidget-7064 span svg,
    .connect-6359 .message-info-6093 span svg {
    margin-right: 5px;
    height: 16px;
    width: 16px;
}}.ty-page-3482 {
    position: relative;
    background: linear-gradient(135deg, rgb(242,211,221) 0%, rgb(217,177,189,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
}.ty-page-3482::before {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    opacity: 0.4;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(190,143,167,0.5) 0%, transparent 60%);
    position: absolute;
    animation: pulse 15s infinite alternate ease-in-out;
    height: 100%;
}.ty-page-3482::after {
    position: absolute;
    z-index: 0;
    opacity: 0.05;
    filter: blur(20px);
    content: "";
    width: 40%;
    height: 40%;
    background: linear-gradient(225deg, rgb(217,177,189) 0%, transparent 80%);
    right: -10px;
    bottom: -10px;
    transform: rotate(-5deg);
}.ty-page-3482 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    transform: translateY(20px);
    opacity: 0;
    padding: 0 2rem;
    animation: slideUp 0.8s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}.ty-page-3482 h2 {
    position: relative;
    margin-left: auto;
    letter-spacing: -0.02em;
    max-width: 900px;
    margin-bottom: 3rem;
    line-height: 1.3;
    color: #000000;
    margin-right: auto;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}.ty-page-3482 h2::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(217,177,189), rgb(190,143,167));
    bottom: -15px;
    border-radius: 10px;
    width: 80px;
    left: 50%;
    content: "";
    height: 3px;
    position: absolute;
}.ty-page-3482 .skill-mastery-2097 {
    border-radius: 13px;
    position: relative;
    padding: 3rem;
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
}.ty-page-3482 .skill-mastery-2097::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(217,177,189), rgb(190,143,167));
    position: absolute;
    width: 6px;
    height: 100%;
    content: "";
    top: 0;
}.ty-page-3482 .skill-mastery-2097::after {
    position: absolute;
    right: 10px;
    height: 120px;
    border-radius: 50%;
    top: 10px;
    z-index: 0;
    background: radial-gradient(circle, rgb(217,177,189,0.5) 0%, transparent 70%);
    width: 120px;
    content: "";
    opacity: 0.2;
}.ty-page-3482 .skill-mastery-2097:hover {
    transform: translateY(-5px);
}.ty-page-3482 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1;
    position: relative;
}.ty-page-3482 li {
    padding-left: 2rem;
    position: relative;
}.ty-page-3482 li::before {
    animation: appearDot 0.4s forwards 1s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform: scale(0);
    width: 8px;
    border-radius: 50%;
    background: rgb(217,177,189);
    top: 8px;
    left: 0;
    position: absolute;
    height: 8px;
    opacity: 0;
}.ty-page-3482 li span {
    animation: fadeIn 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    display: block;
    color: #000000;
    font-size: 18px;
    opacity: 0;
    transform: translateY(10px);
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

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

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

@keyframes appearDot {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@media (max-width: 991px) {.ty-page-3482 {
    padding: 4rem 0;
}.ty-page-3482 h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2.5rem;
}.ty-page-3482 .skill-mastery-2097 {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.ty-page-3482 {
    padding: 3rem 0;
}.ty-page-3482 h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
    line-height: 1.4;
}.ty-page-3482 h2::after {
    bottom: -12px;
    width: 60px;
}.ty-page-3482 .skill-mastery-2097 {
    padding: 2rem 1.5rem;
}.ty-page-3482 .skill-mastery-2097::after {
    height: 80px;
    width: 80px;
}.ty-page-3482 li {
    padding-left: 1.5rem;
}
}

@media (max-width: 480px) {.ty-page-3482 {
    padding: 2.5rem 0;
}.ty-page-3482 .container {
    padding: 0 1.25rem;
}.ty-page-3482 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.7);
}.ty-page-3482 h2::after {
    bottom: -10px;
    height: 2px;
    width: 50px;
}.ty-page-3482 .skill-mastery-2097 {
    padding: 1.5rem 1.25rem;
}.ty-page-3482 li span {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}}.contact-3524 {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}.contact-3524::before {
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    background-size: 20px 20px;
}.contact-3524 .container {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.contact-3524 h2 {
    padding-left: 20px;
    font-weight: 700;
    font-size: 35px;
    text-align: left;
    margin-bottom: 50px;
    color: #000000;
    position: relative;
    border-left: 5px solid rgb(217,177,189);
}.contact-3524 .message-inquiry-3519 {
    flex-direction: row-reverse;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-radius: 26px;
    display: flex;
}.contact-3524 .img-pic-wrap-7630 {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}.contact-3524 .img-pic-wrap-7630::before {
    mix-blend-mode: multiply;
    content: "";
    height: 100%;
    z-index: 1;
    background: rgb(217,177,189,0.5);
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}.contact-3524 .request-info-3974 {
    flex: 0 0 60%;
    padding: 60px;
    position: relative;
}.contact-3524 .request-info-3974::after {
    right: 0;
    height: 150px;
    position: absolute;
    width: 150px;
    top: 0;
    border-radius: 0 0 0 100%;
    content: "";
    background: rgb(242,211,221);
    z-index: -1;
}.contact-3524 #contact {
    flex-direction: column;
    display: flex;
    gap: 30px;
}.contact-3524 h3 {
    font-weight: 700;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    font-size: 24px;
}.contact-3524 h3::after {
    content: "";
    bottom: -10px;
    position: absolute;
    width: 40px;
    background: rgb(217,177,189);
    left: 0;
    height: 2px;
}.contact-3524 input[type="text"] {
    padding: 18px 20px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    width: 100%;
    font-size: 17px;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #000000;
    border: none;
    background: rgb(242,211,221);
}.contact-3524 input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(217,177,189,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    outline: none;
}.contact-3524 input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact-3524 .inquiry-form-0834 {
    gap: 12px;
    margin-top: 5px;
    align-items: center;
    display: flex;
}.contact-3524 .inquiry-form-0834 input[type="checkbox"] {
    position: relative;
    transition: all 0.2s ease;
    cursor: pointer;
    appearance: none;
    width: 22px;
    border: 2px solid rgb(242,211,221);
    border-radius: 10px;
    height: 22px;
}.contact-3524 .inquiry-form-0834 input[type="checkbox"]:checked {
    border-color: rgb(217,177,189);
    background: rgb(217,177,189);
}.contact-3524 .inquiry-form-0834 input[type="checkbox"]:checked::after {
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    content: "";
    border: solid #ffffff;
    height: 11px;
    left: 7px;
    width: 6px;
    border-width: 0 2px 2px 0;
}.contact-3524 .inquiry-form-0834 label {
    line-height: 1.5;
    color: #000000;
    font-size: 17px;
}.contact-3524 .inquiry-form-0834 a {
    transition: all 0.3s ease;
    color: rgb(217,177,189);
    position: relative;
    text-decoration: none;
}.contact-3524 .inquiry-form-0834 a:hover {
    color: rgb(190,143,167);
}.contact-3524 .inquiry-form-0834 a::after {
    bottom: -2px;
    transition: all 0.3s ease;
    background: rgb(217,177,189);
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
}.contact-3524 .inquiry-form-0834 a:hover::after {
    background: rgb(190,143,167);
}.contact-3524 .request-form-8193 {
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgb(217,177,189,0.5);
    cursor: pointer;
    font-size: 17px;
    color: #ffffff;
    border-radius: 26px;
    align-self: flex-start;
    padding: 18px 40px;
    border: none;
    font-weight: 600;
    background: rgb(217,177,189);
}.contact-3524 .request-form-8193:hover {
    background: rgb(190,143,167);
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgb(190,143,167,0.5);
}.contact-3524 svg {
    width: 20px;
    transition: all 0.3s ease;
    height: 20px;
    fill: rgb(217,177,189);
}.contact-3524 svg path {
    transition: all 0.3s ease;
    fill: rgb(217,177,189);
}.contact-3524 svg:hover {
    fill: rgb(190,143,167);
}.contact-3524 svg:hover path {
    fill: rgb(190,143,167);
}

@media (max-width: 992px) {.contact-3524 .message-inquiry-3519 {
    flex-direction: column;
}.contact-3524 .img-pic-wrap-7630 {
    order: 1;
    flex: 0 0 auto;
    min-height: 300px;
}.contact-3524 .request-info-3974 {
    flex: 0 0 auto;
    order: 2;
    padding: 50px 40px;
}.contact-3524 h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact-3524 {
    padding: 60px 0;
}.contact-3524 h2 {
    margin-bottom: 30px;
    font-size: calc(35px - 4px);
}.contact-3524 .request-info-3974 {
    padding: 40px 30px;
}.contact-3524 #contact {
    gap: 25px;
}.contact-3524 .img-pic-wrap-7630 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-3524 {
    padding: 40px 0;
}.contact-3524 .container {
    padding: 0 15px;
}.contact-3524 h2 {
    margin-bottom: 25px;
    font-size: calc(35px - 6px);
    padding-left: 15px;
}.contact-3524 .request-info-3974 {
    padding: 30px 20px;
}.contact-3524 #contact {
    gap: 20px;
}.contact-3524 input[type="text"] {
    padding: 15px;
}.contact-3524 .request-form-8193 {
    padding: 15px 20px;
    width: 100%;
}.contact-3524 .img-pic-wrap-7630 {
    min-height: 200px;
}}.title-welcome-6831 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    min-height: 650px;
    position: relative;
    background: linear-gradient(125deg, #000000 0%, rgb(190,143,167,0.5) 100%);
}.title-welcome-6831 .skill-mastery-2097 {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    position: relative;
    height: 100%;
}.title-welcome-6831 .learning-welcome-9623 {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}.title-welcome-6831 .learning-welcome-9623::before {
    position: absolute;
    z-index: 2;
    content: '';
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 80%,
        #000000 100%
    );
    inset: 0;
}.title-welcome-6831 .start-first-9761 {
    width: 500%;
    display: flex;
    animation: parallax-carousel 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    height: 100%;
}.title-welcome-6831 .course-base-9387 {
    width: 20%;
    overflow: hidden;
    height: 100%;
    position: relative;
}.title-welcome-6831 .course-base-9387:nth-child(odd) {
    filter: saturate(1.1) contrast(1.05);
}.title-welcome-6831 .course-base-9387:nth-child(even) {
    filter: saturate(1.2) contrast(1.1);
}.title-welcome-6831 .course-base-9387::before {
    position: absolute;
    z-index: 2;
    background: rgb(217,177,189,0.5);
    content: '';
    opacity: 0.15;
    inset: 0;
}.title-welcome-6831 .course-base-9387 img {
    transform: translateY(0);
    transition: transform 1s ease;
    width: 100%;
    object-fit: cover;
    height: 100%;
}.title-welcome-6831 .label-holder-1246 {
    text-align: center;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 10;
    background: linear-gradient(
        to top,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 70%,
        transparent 100%
    );
    padding: 3rem 10% 5rem;
}.title-welcome-6831 .label-holder-1246 h1 {
    color: #ffffff;
    font-size: calc(45px * 1.5);
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.title-welcome-6831 .label-holder-1246 h1::after {
    left: 0;
    content: '';
    width: 100%;
    bottom: -10px;
    height: 2px;
    background: rgb(217,177,189);
    position: absolute;
    animation: pulse-width 4s ease-in-out infinite;
    transform-origin: center;
}.title-welcome-6831 .label-holder-1246 p {
    margin-right: auto;
    color: #ffffff;
    margin-left: auto;
    font-size: calc(14px * 1.1);
    max-width: 800px;
    opacity: 0.9;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}.title-welcome-6831 .label-holder-1246 .request-form-8193 {
    padding: 15px 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    border-radius: 15px;
    background: rgb(217,177,189);
    transition: all 0.4s ease;
}.title-welcome-6831 .label-holder-1246 .request-form-8193::before {
    background: rgb(190,143,167);
    transform-origin: right;
    inset: 0;
    content: '';
    transition: transform 0.4s ease;
    transform: scaleX(0);
    position: absolute;
    z-index: -1;
}.title-welcome-6831 .label-holder-1246 .request-form-8193:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}.title-welcome-6831 .label-holder-1246 .request-form-8193:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}@keyframes parallax-carousel {
    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);
    }
}

@keyframes pulse-width {
    0%, 100% {
        opacity: 0.8;
        width: 100%;
    }
    50% {
        opacity: 1;
        width: 70%;
    }
}

.title-welcome-6831::after {
    content: '';
    left: 0;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(
        125deg,
        rgb(217,177,189,0.5) 0%,
        transparent 70%
    );
    height: 100%;
    width: 100%;
    opacity: 0.05;
    position: absolute;
    top: 0;
}

@media (max-width: 1200px) {.title-welcome-6831 .label-holder-1246 {
    padding: 3rem 8% 4rem;
}.title-welcome-6831 .label-holder-1246 h1 {
    font-size: calc(45px * 1.3);
}.title-welcome-6831 .label-holder-1246 p {
    font-size: 14px;
}
}

@media (max-width: 992px) {.title-welcome-6831 {
    min-height: 600px;
}.title-welcome-6831 .learning-welcome-9623 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}.title-welcome-6831 .label-holder-1246 {
    padding: 2.5rem 6% 3.5rem;
}.title-welcome-6831 .label-holder-1246 h1 {
    font-size: calc(45px * 1.2);
}
}

@media (max-width: 768px) {.title-welcome-6831 {
    min-height: 550px;
}.title-welcome-6831 .learning-welcome-9623 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}.title-welcome-6831 .label-holder-1246 {
    padding: 2rem 5% 3rem;
}.title-welcome-6831 .label-holder-1246 h1 {
    font-size: 45px;
}.title-welcome-6831 .label-holder-1246 h1::after {
    bottom: -5px;
}.title-welcome-6831 .label-holder-1246 p {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.title-welcome-6831 {
    min-height: 500px;
}.title-welcome-6831 .learning-welcome-9623 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 98%, 0 90%);
}.title-welcome-6831 .label-holder-1246 {
    padding: 1.5rem 5% 2.5rem;
}.title-welcome-6831 .label-holder-1246 h1 {
    margin-bottom: 1rem;
    font-size: calc(45px * 0.9);
}.title-welcome-6831 .label-holder-1246 p {
    margin-bottom: 2rem;
    font-size: calc(14px * 0.9);
}.title-welcome-6831 .label-holder-1246 .request-form-8193 {
    font-size: calc(15px * 0.9);
    padding: 12px 30px;
}

}

@media (orientation: landscape) and (max-height: 600px) {.title-welcome-6831 {
    height: auto;
    min-height: 450px;
}.title-welcome-6831 .label-holder-1246 {
    padding: 1.5rem 5% 2rem;
}.title-welcome-6831 .label-holder-1246 h1 {
    margin-bottom: 0.8rem;
}.title-welcome-6831 .label-holder-1246 p {
    margin-bottom: 1.5rem;
}}.potential-students-3485 {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,211,221) 0%, rgb(217,177,189,0.5) 100%);
    position: relative;
}.potential-students-3485::before {
    opacity: 0.6;
    background: 
        radial-gradient(
            circle at 70% 20%, 
            rgb(190,143,167,0.5) 0%, 
            transparent 50%
        );
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
}.potential-students-3485::after {
    position: absolute;
    height: 200px;
    background: 
        linear-gradient(
            to top,
            rgb(242,211,221) 0%,
            transparent 100%
        );
    width: 100%;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 0;
}.potential-students-3485 .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.potential-students-3485 .skill-mastery-2097 {
    overflow: visible;
    padding: 0 50px;
    position: relative;
}.potential-students-3485 h4 {
    font-weight: 700;
    font-size: 42px;
    color: #000000;
    max-width: 700px;
    line-height: 1.2;
    padding-left: 25px;
    margin-bottom: 80px;
    position: relative;
}.potential-students-3485 h4::before {
    background: linear-gradient(180deg, rgb(217,177,189), rgb(190,143,167));
    position: absolute;
    border-radius: 3px;
    left: 0;
    bottom: 15px;
    width: 6px;
    content: "";
    top: 15px;
}.potential-students-3485 div {
    display: flex;
    position: relative;
    flex-direction: column;
}.potential-students-3485 div::before {
    opacity: 0.5;
    background: linear-gradient(180deg, rgb(217,177,189,0.5), rgb(190,143,167,0.5));
    width: 2px;
    left: 36px;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
}.potential-students-3485 div p {
    transition: all 0.3s ease;
    position: relative;
    margin: 0 0 35px 0;
    align-items: flex-start;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
    display: flex;
    padding-left: 85px;
}.potential-students-3485 div p:last-child {
    margin-bottom: 0;
}.potential-students-3485 div p:hover {
    transform: translateX(10px);
}.potential-students-3485 div p svg {
    height: 32px;
    padding: 8px;
    border-radius: 50%;
    background: #ffffff;
    width: 32px;
    top: 0;
    transition: all 0.3s ease;
    z-index: 2;
    left: 20px;
    position: absolute;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.potential-students-3485 div p:hover svg {
    transform: scale(1.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.potential-students-3485 div p svg path {
    fill: rgb(217,177,189);
    transition: fill 0.3s ease;
}.potential-students-3485 div p:hover svg path {
    fill: rgb(190,143,167);
}.potential-students-3485 div p::before {
    content: "";
    transition: all 0.3s ease;
    height: 2px;
    left: 75px;
    width: 10px;
    position: absolute;
    opacity: 0;
    top: 16px;
    background: rgb(217,177,189);
}.potential-students-3485 div p:hover::before {
    width: 20px;
    opacity: 1;
}.potential-students-3485 div p::after {
    content: "";
    transform: scale(0.95);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: -1;
    position: absolute;
    transition: all 0.3s ease;
    width: calc(100% - 60px);
    border-radius: 16px;
    background: #ffffff;
    opacity: 0;
    left: 60px;
    top: -10px;
    height: calc(100% + 20px);
}.potential-students-3485 div p:hover::after {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 991px) {.potential-students-3485 {
    padding: 100px 0;
}.potential-students-3485 .skill-mastery-2097 {
    padding: 0 30px;
}.potential-students-3485 h4 {
    font-size: calc(42px - 6px);
    margin-bottom: 60px;
}.potential-students-3485 div p {
    margin-bottom: 30px;
    padding-left: 75px;
}.potential-students-3485 div::before {
    left: 31px;
}.potential-students-3485 div p svg {
    width: 28px;
    height: 28px;
    left: 17px;
}.potential-students-3485 div p::before {
    left: 65px;
}.potential-students-3485 div p::after {
    width: calc(100% - 50px);
    left: 50px;
}
}

@media (max-width: 767px) {.potential-students-3485 {
    padding: 80px 0;
}.potential-students-3485 .skill-mastery-2097 {
    padding: 0 20px;
}.potential-students-3485 h4 {
    margin-bottom: 50px;
    font-size: calc(42px - 12px);
    padding-left: 20px;
}.potential-students-3485 h4::before {
    width: 4px;
}.potential-students-3485 div p {
    padding-left: 65px;
    margin-bottom: 25px;
}.potential-students-3485 div::before {
    left: 28px;
}.potential-students-3485 div p svg {
    left: 16px;
    height: 24px;
    width: 24px;
}.potential-students-3485 div p::before {
    left: 55px;
    top: 14px;
}.potential-students-3485 div p::after {
    left: 45px;
    width: calc(100% - 45px);
}
}

@media (max-width: 479px) {.potential-students-3485 {
    padding: 60px 0;
}.potential-students-3485 .skill-mastery-2097 {
    padding: 0 10px;
}.potential-students-3485 h4 {
    font-size: calc(42px - 18px);
    margin-bottom: 40px;
    padding-left: 15px;
}.potential-students-3485 div p {
    margin-bottom: 20px;
    padding-left: 55px;
    font-size: calc(13px - 1px);
}.potential-students-3485 div::before {
    left: 23px;
}.potential-students-3485 div p svg {
    left: 13px;
    width: 20px;
    padding: 6px;
    height: 20px;
}.potential-students-3485 div p::before {
    top: 10px;
    left: 45px;
}.potential-students-3485 div p::after {
    left: 40px;
    width: calc(100% - 40px);
}}.cookie-warning-alert-8701 {
    position: fixed;
    z-index: 90;
    width: 100%;
    bottom: 0;
    border-top: 2px solid rgb(217,177,189);
    background: rgb(242,211,221);
}.cookie-necessary-2845 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}.cookie-warning-alert-8701 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie-warning-alert-8701 p {
    font-size: 18px;
}.data-agree-6347 {
    margin-right: 10px;
    flex-shrink: 0;
}.data-agree-6347 svg, .data-agree-6347 svg path, .data-agree-6347 img {
    width: 100px;
    fill: rgb(217,177,189);
    height: 100px;
}.cookie-updates-8056 {
    margin-left: 10px;
    border-bottom: 2px solid rgb(217,177,189);
    line-height: 35px;
    color: rgb(217,177,189);
    cursor: pointer;
    text-decoration: none;
    flex-shrink: 0;
    font-size: 24px;
    min-width: 120px;
    text-align: center;
    white-space: nowrap;
}.cookie-warning-alert-8701 p a {
    color: rgb(217,177,189);
    text-decoration: none;
}#cookie-box-overlay-9734 {
    display: none;
}#cookie-box-overlay-9734:checked ~ .cookie-warning-alert-8701 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie-warning-alert-8701 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.data-agree-6347 {
    display: none;
}.cookie-necessary-2845 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie-warning-alert-8701 h5 {
    text-align: center;
}.cookie-warning-alert-8701 p {
    text-align: center;
}.cookie-window-6738 {
    margin-bottom: 20px;
}body .wrapping-container-5312 .cookie-updates-8056 {
    margin-left: 0;
}}
.wrapping-container-5312 .cookie-necessary-2845 {
    justify-content: flex-end;
}.wrapping-container-5312 .cookie-updates-8056 {
    margin-left: 30px;
    font-size: 20px;
    background: rgb(217,177,189);
    color: #ffffff;
    padding: 10px;
}.wrapping-container-5312 .cookie-window-6738 {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.wrapping-container-5312 .cookie-updates-8056 {
    margin-bottom: 10px;
    margin-left: 0;
}}.our-background-6529 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,211,221) 0%, #ffffff 100%);
    position: relative;
    padding: 100px 0;
}.our-background-6529::before {
    content: "";
    opacity: 0.4;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(217,177,189,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(190,143,167,0.5) 0%, transparent 25%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}.our-background-6529 .container {
    z-index: 5;
    position: relative;
}.our-background-6529 h2 {
    color: #000000;
    font-size: 37px;
    text-align: center;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 20px;
}.our-background-6529 h2::after {
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    position: absolute;
    height: 3px;
    background: rgb(217,177,189);
    width: 80px;
    content: "";
}.our-background-6529 .founder-vision-7236 {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    margin-top: 60px;
}.our-background-6529 .learn-spot-8201 {
    padding: 40px;
    background: #ffffff;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    margin: 0 10px;
    transition: all 0.3s ease;
    border-radius: 18px;
    flex: 1 1 calc(50% - 20px);
    overflow: hidden;
}.our-background-6529 .learn-spot-8201::before {
    width: 5px;
    transition: all 0.5s ease;
    left: 0;
    top: 0;
    background: rgb(217,177,189);
    position: absolute;
    height: 0;
    content: "";
}.our-background-6529 .learn-spot-8201:hover::before {
    height: 100%;
}.our-background-6529 .learn-spot-8201::after {
    position: absolute;
    transform-origin: right;
    height: 100%;
    transform: scaleX(0);
    z-index: -1;
    left: 0;
    background: rgb(242,211,221);
    width: 100%;
    transition: transform 0.5s ease;
    content: "";
    top: 0;
}.our-background-6529 .learn-spot-8201:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.our-background-6529 .learn-spot-8201:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.our-background-6529 .learn-spot-8201 h3 {
    z-index: 2;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
}.our-background-6529 .learn-spot-8201:hover h3 {
    transform: translateX(10px);
    color: rgb(217,177,189);
}.our-background-6529 .learn-spot-8201 p {
    z-index: 2;
    transition: all 0.3s ease;
    position: relative;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
}.our-background-6529 .learn-spot-8201:hover p {
    transform: translateX(10px);
}.our-background-6529 .learn-spot-8201:first-child {
    border-top: 3px solid rgb(217,177,189);
}.our-background-6529 .learn-spot-8201:last-child {
    border-top: 3px solid rgb(190,143,167);
}.our-background-6529 .container::before {
    border-radius: 10px;
    animation: rotate-element 20s linear infinite;
    opacity: 0.2;
    position: absolute;
    content: "";
    width: 20%;
    top: -10%;
    border: 2px solid rgb(217,177,189,0.5);
    left: -10%;
    height: 20%;
}.our-background-6529 .container::after {
    border-radius: 10px;
    content: "";
    right: -5%;
    bottom: -5%;
    width: 15%;
    opacity: 0.2;
    border: 2px solid rgb(190,143,167,0.5);
    position: absolute;
    animation: rotate-element 15s linear infinite reverse;
    height: 15%;
}@keyframes rotate-element {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.our-background-6529 .founder-vision-7236::before {
    content: "";
    opacity: 0.5;
    bottom: 0;
    left: 50%;
    background: linear-gradient(to bottom, transparent, rgb(217,177,189,0.5), transparent);
    top: 0;
    z-index: 1;
    width: 1px;
    position: absolute;
}.our-background-6529 .founder-vision-7236::after {
    top: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    left: 0;
    content: "";
    height: 100%;
    z-index: 0;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    background-size: 20px 20px;
    opacity: 0.02;
    position: absolute;
    width: 100%;
}

@media screen and (max-width: 992px) {.our-background-6529 {
    padding: 80px 0;
}.our-background-6529 .founder-vision-7236 {
    flex-direction: column;
    margin-top: 40px;
}.our-background-6529 .learn-spot-8201 {
    margin: 10px 0;
    flex: 1 1 100%;
}.our-background-6529 .founder-vision-7236::before {
    display: none;
}.our-background-6529 .container::before,
    .our-background-6529 .container::after {
    display: none;
}
}

@media screen and (max-width: 768px) {.our-background-6529 {
    padding: 60px 0;
}.our-background-6529 h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.9);
    padding-bottom: 15px;
}.our-background-6529 h2::after {
    width: 60px;
}.our-background-6529 .learn-spot-8201 {
    padding: 30px;
}.our-background-6529 .learn-spot-8201 h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 15px;
}
}

@media screen and (max-width: 576px) {.our-background-6529 {
    padding: 50px 0;
}.our-background-6529 h2 {
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-size: calc(37px * 0.8);
}.our-background-6529 h2::after {
    width: 50px;
    height: 2px;
}.our-background-6529 .founder-vision-7236 {
    margin-top: 30px;
}.our-background-6529 .learn-spot-8201 {
    padding: 25px;
}.our-background-6529 .learn-spot-8201 h3 {
    font-size: calc(18px * 0.85);
    margin-bottom: 12px;
}.our-background-6529 .learn-spot-8201 p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.our-background-6529 .learn-spot-8201:hover h3,
    .our-background-6529 .learn-spot-8201:hover p {
    transform: translateX(5px);
}}.instructor-profile-3291 {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(242,211,221) 0%, rgb(190,143,167,0.5) 100%);
    overflow: hidden;
}.instructor-profile-3291::before {
    top: 0;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    background-image: 
        linear-gradient(45deg, rgb(190,143,167,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(190,143,167,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(190,143,167,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(190,143,167,0.5) 75%);
    opacity: 0.05;
    height: 100%;
    position: absolute;
    background-size: 40px 40px;
    width: 100%;
    z-index: 1;
    content: "";
    left: 0;
}.instructor-profile-3291::after {
    height: 200px;
    width: 200px;
    animation: glow 8s infinite alternate ease-in-out;
    right: -50px;
    z-index: 0;
    content: "";
    filter: blur(80px);
    top: -50px;
    position: absolute;
    background: rgb(217,177,189,0.5);
}.instructor-profile-3291 .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
}.instructor-profile-3291 .student-ratings-3194 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    display: grid;
    padding: 40px;
    backdrop-filter: blur(5px);
    gap: 30px;
}.instructor-profile-3291 .student-ratings-3194:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.instructor-profile-3291 .student-ratings-3194 > div:nth-child(1) {
    position: relative;
    order: 1;
}.instructor-profile-3291 .student-ratings-3194 > div:nth-child(2) {
    order: 2;
}.instructor-profile-3291 .student-ratings-3194 > div:nth-child(3) {
    order: 3;
}.instructor-profile-3291 .img-pic-wrap-7630 {
    transition: transform 0.5s ease;
    overflow: hidden;
    transform: translateZ(0);
    position: relative;
    height: 300px;
    width: 100%;
}.instructor-profile-3291 .img-pic-wrap-7630::before {
    left: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 60%, rgb(217,177,189,0.5) 100%);
    position: absolute;
    opacity: 0.7;
    top: 0;
    height: 100%;
    transition: opacity 0.5s ease;
    content: "";
}.instructor-profile-3291 .student-ratings-3194:hover .img-pic-wrap-7630 {
    transform: scale(1.03);
}.instructor-profile-3291 .student-ratings-3194:hover .img-pic-wrap-7630::before {
    opacity: 0.9;
}.instructor-profile-3291 .name {
    display: inline-block;
    transition: transform 0.3s ease;
    margin: 0 0 10px 0;
    font-size: 20px;
    position: relative;
    font-weight: 700;
    transform: translateY(0);
    color: rgb(217,177,189);
}.instructor-profile-3291 .name::after {
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    content: "";
    width: 0;
    background: rgb(217,177,189);
    left: 0;
    bottom: -5px;
    position: absolute;
}.instructor-profile-3291 .student-ratings-3194:hover .name::after {
    width: 100%;
}.instructor-profile-3291 .student-ratings-3194 > div:nth-child(2) > div {
    font-size: calc(18px - 2px);
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    opacity: 0.85;
    color: #000000;
    font-weight: 600;
}.instructor-profile-3291 .career-record-7905 {
    padding-left: 20px;
    font-size: 18px;
    border-left: 3px solid rgb(190,143,167,0.5);
    color: #000000;
    line-height: 1.8;
    position: relative;
    margin: 0;
}.instructor-profile-3291 .career-record-7905::before {
    position: absolute;
    content: "";
    left: -15px;
    font-size: 80px;
    color: rgb(190,143,167,0.5);
    font-family: Georgia, serif;
    opacity: 0.2;
    top: -30px;
    z-index: -1;
}

@keyframes glow {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
    100% { opacity: 0.3; transform: scale(1); }
}

@media (min-width: 768px) {.instructor-profile-3291 .student-ratings-3194 {
    grid-template-rows: auto 1fr;
    gap: 30px 40px;
    grid-template-columns: 280px 1fr;
}.instructor-profile-3291 .student-ratings-3194 > div:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}.instructor-profile-3291 .student-ratings-3194 > div:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    align-self: end;
}.instructor-profile-3291 .student-ratings-3194 > div:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.instructor-profile-3291 .img-pic-wrap-7630 {
    min-height: 400px;
    height: 100%;
}
}

@media (min-width: 992px) {.instructor-profile-3291 {
    padding: 140px 0;
}.instructor-profile-3291 .student-ratings-3194 {
    padding: 60px;
    gap: 40px 60px;
}.instructor-profile-3291 .img-pic-wrap-7630::after {
    content: "";
    right: 20px;
    left: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    bottom: 20px;
    transition: transform 0.5s ease;
    top: 20px;
    z-index: 2;
    position: absolute;
    transform: scale(0.95);
}.instructor-profile-3291 .student-ratings-3194:hover .img-pic-wrap-7630::after {
    transform: scale(1);
}.instructor-profile-3291 .name {
    font-size: calc(20px + 2px);
}.instructor-profile-3291 .career-record-7905 {
    padding-left: 30px;
    font-size: calc(18px + 1px);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.instructor-profile-3291 {
    padding: 80px 0;
}.instructor-profile-3291 .student-ratings-3194 {
    padding: 30px;
}.instructor-profile-3291 .img-pic-wrap-7630 {
    height: 240px;
}.instructor-profile-3291 .name {
    font-size: calc(20px - 1px);
}.instructor-profile-3291 .career-record-7905 {
    line-height: 1.7;
    font-size: calc(18px - 1px);
}}.pricing-deck-4702 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.pricing-deck-4702::before {
    z-index: 1;
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
}.pricing-deck-4702 .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.pricing-deck-4702 .plan-matrix-2751 {
    position: relative;
}.pricing-deck-4702 h2 {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    opacity: 0;
    font-weight: 700;
    color: #ffffff;
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 31px;
    transform: translateY(20px);
}.pricing-deck-4702 .rate-schemes-6074 {
    font-size: 12px;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
    line-height: 1.6;
    margin: 0 auto 50px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    max-width: 800px;
    opacity: 0;
}.pricing-deck-4702 .monthly-rate-5389 {
    margin: 0;
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    padding: 0;
    display: grid;
}.pricing-deck-4702 .monthly-rate-5389 li {
    animation: fadeInStagger 0.8s ease-out forwards;
    opacity: 0;
    transform: translateZ(0) rotateY(5deg) translateX(20px);
}.pricing-deck-4702 .monthly-rate-5389 li:nth-child(1) {
    animation-delay: 0.3s;
}.pricing-deck-4702 .monthly-rate-5389 li:nth-child(2) {
    animation-delay: 0.5s;
}.pricing-deck-4702 .monthly-rate-5389 li:nth-child(3) {
    animation-delay: 0.7s;
}.pricing-deck-4702 .monthly-rate-5389 li:nth-child(4) {
    animation-delay: 0.9s;
}.pricing-deck-4702 .plan-fee-6372 {
    display: block;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}.pricing-deck-4702 .plan-pricing-5763 {
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    transform: translateZ(0);
}.pricing-deck-4702 .plan-pricing-5763::before {
    content: "";
    background: linear-gradient(45deg, rgb(217,177,189,0.5), rgb(190,143,167,0.5));
    height: 100%;
    opacity: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    transition: opacity 0.6s ease;
    width: 100%;
    left: 0;
}.pricing-deck-4702 .premium-plan-4650 {
    padding: 35px 30px;
    min-height: 400px;
    color: #ffffff;
    flex-direction: column;
    height: 100%;
    display: flex;
}.pricing-deck-4702 .premium-plan-4650 h4 {
    transition: transform 0.3s ease-out;
    position: relative;
    margin: 0 0 15px;
    padding-bottom: 15px;
    font-size: calc(18px * 1.1);
    font-weight: 700;
    color: #ffffff;
}.pricing-deck-4702 .premium-plan-4650 h4::after {
    content: "";
    height: 3px;
    background: rgb(217,177,189);
    transition: width 0.4s ease;
    position: absolute;
    left: 0;
    width: 60px;
    bottom: 0;
}.pricing-deck-4702 .premium-plan-4650 p {
    margin: 0 0 auto;
    overflow-wrap: break-word;
    line-height: 1.7;
    hyphens: auto;
    font-size: 12px;
    flex-grow: 1;
    word-wrap: break-word;
    color: rgba(255,255,255,0.8);
}.pricing-deck-4702 .deal-board-0246 {
    display: inline-block;
    border-radius: 6px;
    margin-top: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgb(217,177,189) 0%, rgb(190,143,167) 100%);
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    padding: 10px 20px;
    font-weight: 700;
    font-size: calc(18px * 1.3);
    align-self: flex-start;
}.pricing-deck-4702 .plan-fee-6372:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing-deck-4702 .plan-fee-6372:hover .plan-pricing-5763 {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.2);
}.pricing-deck-4702 .plan-fee-6372:hover .plan-pricing-5763::before {
    opacity: 0.05;
}.pricing-deck-4702 .plan-fee-6372:hover .premium-plan-4650 h4 {
    transform: translateY(-5px);
}.pricing-deck-4702 .plan-fee-6372:hover .premium-plan-4650 h4::after {
    width: 100px;
}.pricing-deck-4702 .plan-fee-6372:hover .deal-board-0246 {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

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

@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateZ(-50px) rotateY(10deg) translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateZ(0) rotateY(0) translateX(0);
    }
}

@media (max-width: 1024px) {.pricing-deck-4702 {
    padding: 80px 0;
}.pricing-deck-4702 .monthly-rate-5389 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.pricing-deck-4702 .premium-plan-4650 {
    min-height: 380px;
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.pricing-deck-4702 {
    padding: 60px 0;
}.pricing-deck-4702 h2 {
    font-size: calc(31px * 0.9);
}.pricing-deck-4702 .rate-schemes-6074 {
    font-size: calc(12px * 0.95);
    margin-bottom: 40px;
}.pricing-deck-4702 .monthly-rate-5389 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.pricing-deck-4702 .premium-plan-4650 {
    padding: 25px 20px;
    min-height: 350px;
}.pricing-deck-4702 .premium-plan-4650 h4 {
    font-size: 18px;
}.pricing-deck-4702 .deal-board-0246 {
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 576px) {.pricing-deck-4702 {
    padding: 50px 0;
}.pricing-deck-4702 .container {
    padding: 0 15px;
}.pricing-deck-4702 h2 {
    font-size: calc(31px * 0.8);
}.pricing-deck-4702 .rate-schemes-6074 {
    margin-bottom: 30px;
    font-size: calc(12px * 0.9);
}.pricing-deck-4702 .monthly-rate-5389 {
    gap: 25px;
    grid-template-columns: 1fr;
}.pricing-deck-4702 .premium-plan-4650 {
    min-height: auto;
}.pricing-deck-4702 .premium-plan-4650 p {
    font-size: calc(12px * 0.9);
}.pricing-deck-4702 .deal-board-0246 {
    margin-top: 20px;
    align-self: center;
}}.sign-up-8609 {
    background: linear-gradient(135deg, rgb(242,211,221) 0%, rgb(217,177,189,0.5) 100%);
    padding: 4rem 2rem;
    overflow: hidden;
    transform: skewY(-2deg);
    margin: 5rem 0;
    position: relative;
}.sign-up-8609 .container {
    position: relative;
    transform: skewY(2deg);
    z-index: 1;
}.sign-up-8609 .skill-mastery-2097 {
    align-items: flex-start;
    max-width: 1140px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
}.sign-up-8609 .skill-mastery-2097::before {
    z-index: -1;
    opacity: 0.2;
    top: -15%;
    filter: blur(25px);
    width: 70%;
    height: 130%;
    content: "";
    animation: pulse 8s infinite alternate;
    right: -20%;
    transform: rotate(-15deg);
    background: linear-gradient(45deg, rgb(190,143,167) 0%, rgb(217,177,189) 100%);
    position: absolute;
    border-radius: 14px;
}.sign-up-8609 .skill-mastery-2097::after {
    content: "";
    z-index: -1;
    height: 60%;
    left: 10%;
    animation: float 6s infinite alternate;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    bottom: -20%;
    width: 40%;
    background: rgb(217,177,189,0.5);
    position: absolute;
}.sign-up-8609 p {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    max-width: 70%;
    padding-left: 2rem;
    transform: translateX(30px);
    position: relative;
}.sign-up-8609 p::before {
    position: absolute;
    border-radius: 10px;
    background: rgb(190,143,167);
    top: 50%;
    width: 5px;
    left: 0;
    height: 80%;
    content: "";
    transform: translateY(-50%);
}.sign-up-8609 .input_holder {
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    width: 100%;
    margin-left: 3rem;
    flex-direction: row;
}.sign-up-8609 .input_holder:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.sign-up-8609 .sub-signup-2317 {
    transition: all 0.3s ease;
    background: #ffffff;
    outline: none;
    color: #000000;
    border: none;
    padding: 1.2rem 1.5rem;
    font-family: Arial, sans-serif;
    font-size: 13px;
    flex: 1;
}.sign-up-8609 .sub-signup-2317:focus {
    background: #ffffff;
    box-shadow: inset 0 0 0 2px rgb(217,177,189,0.5);
}.sign-up-8609 .request-form-8193 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(190,143,167) 0%, rgb(217,177,189) 100%);
    position: relative;
    transition: all 0.3s ease;
    padding: 1.2rem 2rem;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    border: none;
    font-size: 17px;
}.sign-up-8609 .request-form-8193::before {
    transition: all 0.5s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    left: -100%;
}.sign-up-8609 .request-form-8193:hover::before {
    left: 100%;
}.sign-up-8609 .request-form-8193:hover {
    background: linear-gradient(135deg, rgb(217,177,189) 0%, rgb(190,143,167) 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-10deg) scale(1.05);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

@media (max-width: 992px) {.sign-up-8609 {
    padding: 3rem 1.5rem;
}.sign-up-8609 p {
    font-size: calc(30px * 0.9);
    max-width: 80%;
    transform: translateX(15px);
}.sign-up-8609 .input_holder {
    margin-left: 2rem;
}
}

@media (max-width: 768px) {.sign-up-8609 p {
    max-width: 100%;
    font-size: calc(30px * 0.8);
    transform: translateX(0);
    padding-left: 1.5rem;
}.sign-up-8609 .input_holder {
    margin-left: 0;
    max-width: 100%;
    flex-direction: column;
}.sign-up-8609 .sub-signup-2317 {
    width: 100%;
    padding: 1rem;
}.sign-up-8609 .request-form-8193 {
    padding: 1rem;
    width: 100%;
}
}

@media (max-width: 576px) {.sign-up-8609 {
    transform: skewY(-1deg);
    padding: 2.5rem 1rem;
}.sign-up-8609 .container {
    transform: skewY(1deg);
}.sign-up-8609 p {
    margin-bottom: 1.5rem;
    font-size: 22px;
}.sign-up-8609 .skill-mastery-2097::before {
    right: -50%;
    width: 100%;
}}.course-features-3148 {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(242,211,221) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}.course-features-3148::before {
    width: 40%;
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    z-index: 1;
    right: -5%;
    background: linear-gradient(225deg, rgb(217,177,189,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    opacity: 0.4;
    filter: blur(80px);
    top: -5%;
    content: "";
    height: 40%;
}.course-features-3148::after {
    height: 30%;
    width: 30%;
    bottom: -5%;
    left: -5%;
    position: absolute;
    filter: blur(60px);
    z-index: 1;
    opacity: 0.4;
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: "";
    transform: rotate(15deg);
    background: linear-gradient(45deg, rgb(190,143,167,0.5) 0%, transparent 70%);
}.course-features-3148 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
}.course-features-3148 h2 {
    position: relative;
    color: #000000;
    margin-bottom: 3rem;
    font-weight: 700;
    transform: translateX(-1rem);
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    font-size: 29px;
    opacity: 0;
}.course-features-3148 h2::before {
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    transform-origin: left;
    position: absolute;
    background: linear-gradient(90deg, rgb(217,177,189) 0%, rgb(190,143,167) 100%);
    content: "";
    transform: scaleX(0);
    bottom: -1rem;
    left: 0;
    height: 0.25rem;
    width: 8rem;
}.course-features-3148 .class-map-9674 {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 3rem;
}.course-features-3148 .img-pic-wrap-7630 {
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    opacity: 0;
    position: relative;
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    overflow: hidden;
    transform: translateY(2rem);
}.course-features-3148 .img-pic-wrap-7630::before {
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(rgb(217,177,189), 0.2) 100%);
    content: "";
}.course-features-3148 .img-pic-wrap-7630::after {
    width: 200%;
    height: 200%;
    position: absolute;
    top: -100%;
    transform: rotate(45deg);
    left: -100%;
    animation: shine 8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}.course-features-3148 .label-holder-1246 {
    transform: translateY(2rem);
    flex-direction: column;
    position: relative;
    opacity: 0;
    display: flex;
    gap: 2rem;
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
}.course-features-3148 .description {
    max-height: 300px;
    scrollbar-color: rgb(217,177,189,0.5) rgb(242,211,221);
    font-size: 13px;
    color: #000000;
    scrollbar-width: thin;
    position: relative;
    padding-right: 1.5rem;
    overflow-y: auto;
    line-height: 1.8;
}.course-features-3148 .description::-webkit-scrollbar {
    width: 6px;
}.course-features-3148 .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(242,211,221);
}.course-features-3148 .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(217,177,189,0.5);
}.course-features-3148 .description:nth-child(1) {
    position: relative;
}.course-features-3148 .description:nth-child(1)::first-line {
    color: #000000;
    font-weight: 600;
}.course-features-3148 .description:nth-child(2) {
    position: relative;
    display: none;
}

@media (min-width: 768px) {.course-features-3148 .class-map-9674 {
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
}.course-features-3148 h2 {
    text-align: left;
    max-width: 90%;
    font-size: calc(29px * 1.2);
}.course-features-3148 .img-pic-wrap-7630 {
    height: 500px;
}.course-features-3148 .description {
    max-height: 500px;
}
}

@media (min-width: 992px) {.course-features-3148 {
    padding: 8rem 0;
}.course-features-3148 .container {
    padding: 0 4rem;
}.course-features-3148 h2 {
    font-size: calc(29px * 1.4);
    max-width: 80%;
}.course-features-3148 .class-map-9674 {
    gap: 4rem;
}.course-features-3148 .img-pic-wrap-7630 {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    height: 600px;
}.course-features-3148 .img-pic-wrap-7630:hover {
    transform: translateY(-8px) scale(1.02);
}.course-features-3148 .label-holder-1246 {
    padding-top: 2rem;
}
}

@media (min-width: 1200px) {.course-features-3148 .img-pic-wrap-7630 {
    height: 650px;
}.course-features-3148 h2 {
    max-width: 70%;
}
}

@media (max-width: 767px) {.course-features-3148 {
    padding: 4rem 0;
}.course-features-3148 h2 {
    text-align: center;
    font-size: calc(29px * 0.9);
}.course-features-3148 h2::before {
    animation: scaleInCenter 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}}

@keyframes slideIn {
    0% {
        transform: translateX(-1rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes scaleInCenter {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

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

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    20%, 100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-5deg) translate(-20px, 5px);
    }
}.discount-cta-6290 {
    z-index: 1;
    padding: 5rem 0 3rem;
    position: relative;
    color: #ffffff;
}.discount-cta-6290::before {
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(217,177,189,0.5) 100%);
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    backdrop-filter: blur(8px);
    left: 0;
}.discount-cta-6290 .container {
    gap: 3rem;
    grid-template-columns: 1.5fr 2fr;
    position: relative;
    display: grid;
}.discount-cta-6290 .company_holder {
    border-left: 2px solid rgb(217,177,189);
    position: relative;
    padding-left: 2rem;
    animation: borderPulse 4s infinite alternate;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(217,177,189);
    }
    50% {
        border-left-color: rgb(190,143,167);
    }
    100% {
        border-left-color: rgb(217,177,189);
    }
}

.discount-cta-6290 .company_holder h3 {
    -webkit-background-clip: text !important;
    font-weight: 700;
    font-size: calc(28px * 1.2);
    background: linear-gradient(to right, #ffffff, rgb(190,143,167));
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
}.discount-cta-6290 .template-cta-3081 {
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
    margin-top: 1rem;
    font-size: 14px;
}.discount-cta-6290 .mobile-cta-2704 {
    justify-content: flex-end;
    display: flex;
}.discount-cta-6290 .top-class-2547 {
    gap: 4rem;
    display: flex;
}.discount-cta-6290 .site-start-4752 {
    position: relative;
}.discount-cta-6290 .site-start-4752::before {
    opacity: 0.4;
    left: -20px;
    width: 40px;
    height: 40px;
    border-top: 1px solid rgb(217,177,189);
    position: absolute;
    top: -10px;
    border-left: 1px solid rgb(217,177,189);
    content: "";
}.discount-cta-6290 .site-start-4752::after {
    bottom: -10px;
    opacity: 0.4;
    width: 40px;
    position: absolute;
    border-bottom: 1px solid rgb(217,177,189);
    content: "";
    height: 40px;
    border-right: 1px solid rgb(217,177,189);
    right: -20px;
}.discount-cta-6290 .site-start-4752 h5 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    color: rgb(190,143,167);
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}.discount-cta-6290 .site-start-4752 .top-class-2547 {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}.discount-cta-6290 .site-start-4752 .top-class-2547 a {
    padding-left: 1rem;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    opacity: 0.8;
    font-size: 14px;
    transition: all 0.3s ease;
}.discount-cta-6290 .site-start-4752 .top-class-2547 a::before {
    transform: translateY(-50%);
    transition: all 0.3s ease;
    background-color: rgb(217,177,189);
    border-radius: 50%;
    height: 5px;
    top: 50%;
    position: absolute;
    content: "";
    left: 0;
    width: 5px;
}.discount-cta-6290 .site-start-4752 .top-class-2547 a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(217,177,189);
}.discount-cta-6290 .site-start-4752 .top-class-2547 a:hover::before {
    height: 7px;
    width: 7px;
    background-color: rgb(190,143,167);
}.reward-sys-9652 {
    position: relative;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
}.reward-sys-9652::before {
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(217,177,189), transparent);
    left: 0;
    height: 1px;
    content: "";
    opacity: 0.5;
}.reward-sys-9652 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.reward-sys-9652 .biz-learnings-5194 {
    opacity: 0.7;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
}

@media screen and (max-width: 992px) {.discount-cta-6290 .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.discount-cta-6290 .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.discount-cta-6290 .mobile-cta-2704 {
    justify-content: flex-start;
}.discount-cta-6290 .top-class-2547 {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.discount-cta-6290 {
    padding: 3rem 0 2rem;
}.discount-cta-6290 .top-class-2547 {
    flex-direction: column;
    gap: 2rem;
}.discount-cta-6290 .site-start-4752::before,
    .discount-cta-6290 .site-start-4752::after {
    display: none;
}.discount-cta-6290 .site-start-4752 {
    margin-bottom: 1.5rem;
}.reward-sys-9652 {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.discount-cta-6290 .company_holder h3 {
    font-size: 28px;
}.discount-cta-6290 .site-start-4752 h5 {
    font-size: calc(21px * 1.1);
}.discount-cta-6290 .site-start-4752 .top-class-2547 a {
    font-size: calc(14px * 0.9);
}
}