* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

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

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

.container {
    width: 1235px;
    margin: auto;
    max-width: 100%;
}

.edu_links {
    flex: 0 0 auto;
}


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

.pricing_block .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.pricing_block .discount_plan {
    position: relative;
}

.pricing_block h2 {
    font-weight: 700;
    font-size: 37px;
    position: relative;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    transform: translateZ(0);
}

.pricing_block .cost_summary {
    max-width: 800px;
    font-size: calc(16px + 2px);
    text-align: center;
    line-height: 1.6;
    font-weight: 300;
    opacity: 0.9;
    color: #ffffff;
    margin: 0 auto 60px;
}

.pricing_block .learning_rates li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.pricing_block .learning_rates li:hover {
    z-index: 2;
    transform: translateY(-15px);
}

.pricing_block .fee_plans::before {
    left: 0;
    background: linear-gradient(90deg, rgb(178,212,202), rgb(138,183,171));
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    content: "";
    transform-origin: 0 0;
    right: 0;
    top: 0;
}

.pricing_block .fee_plans:hover::before {
    transform: scaleX(1);
}

.pricing_block .fee_plans::after {
    content: "";
    position: absolute;
    height: 50%;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(rgb(178,212,202,0.5), 0.05), transparent);
    left: 0;
    z-index: -1;
}

.pricing_block .pricing_catalog h4 {
    margin: 0 0 20px;
    font-weight: 600;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    position: relative;
    transition: transform 0.3s ease;
    color: #ffffff;
    font-size: calc(24px + 2px);
}

.pricing_block .fee_plans:hover .pricing_catalog h4::after {
    width: 60px;
}

.pricing_block .plan_matrix {
    position: relative;
    margin-top: auto;
    display: block;
    border-radius: 10px;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: rgb(178,212,202);
    background: rgba(rgb(178,212,202,0.5), 0.1);
    font-size: calc(24px + 4px);
    transition: all 0.3s ease;
    align-self: flex-start;
    padding: 10px 20px;
}

.privacy_concealment::before {
    height: 25vw;
    opacity: 0.15;
    transform: rotate(-15deg);
    z-index: 0;
    filter: blur(80px);
    top: -10%;
    background: rgb(178,212,202,0.5);
    position: absolute;
    content: "";
    width: 25vw;
    right: -5%;
}

.privacy_concealment .container {
    position: relative;
    max-width: 1200px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(178,212,202);
    z-index: 1;
    transform: perspective(1000px) rotateY(1deg);
    margin: 0 auto;
    transition: transform 0.5s ease-out;
    padding: 3rem;
    background: #ffffff;
}

.privacy_concealment h1::before {
    width: 6px;
    position: absolute;
    left: -20px;
    height: 50%;
    transform: translateY(-50%);
    content: "";
    background: linear-gradient(to bottom, rgb(178,212,202), rgb(138,183,171));
    top: 50%;
}

.privacy_concealment h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(178,212,202), rgb(138,183,171));
    bottom: -1px;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
}

.privacy_concealment h3::before {
    width: 3px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
    background: rgb(138,183,171);
    content: "";
}

.privacy_concealment h4::after {
    content: "";
    left: 0;
    position: absolute;
    bottom: -3px;
    background: linear-gradient(90deg, rgb(138,183,171), transparent);
    height: 1px;
    width: 100%;
}

.privacy_concealment ul::before {
    background: linear-gradient(to bottom, rgb(178,212,202,0.5), transparent);
    height: 100%;
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
    content: "";
}

.privacy_concealment li::before {
    left: -1.5rem;
    background: rgb(178,212,202);
    content: "";
    position: absolute;
    width: 8px;
    border-radius: 1px;
    transition: transform 0.2s ease;
    transform: rotate(45deg);
    top: 0.7rem;
    opacity: 0.7;
    height: 8px;
}

.privacy_concealment strong {
    font-weight: 600;
    color: #000000;
    position: relative;
    display: inline-block;
}

.privacy_concealment strong::after {
    bottom: -2px;
    width: 100%;
    content: "";
    height: 2px;
    left: 0;
    background: rgb(178,212,202,0.5);
    opacity: 0.3;
    position: absolute;
}

.educational_rewards::before {
    z-index: 1;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(138,183,171,0.5), 0.03) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgba(rgb(178,212,202,0.5), 0.04) 0%, transparent 60%);
    width: 100%;
}

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

.educational_rewards .abstract_box {
    transform: translateZ(10px) rotateY(-5deg);
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.06),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 4px rgba(#ffffff, 0.5),
        inset -2px -2px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    flex: 1;
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
}

.educational_rewards h4::after {
    width: 60px;
    left: 0;
    transition: width 0.4s ease;
    border-radius: 10px;
    bottom: -10px;
    background: linear-gradient(to right, rgb(138,183,171), rgba(rgb(138,183,171,0.5), 0.5));
    content: "";
    height: 3px;
    position: absolute;
}

.educational_rewards li {
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    transform: translateX(0);
}

.educational_rewards li p {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    align-items: flex-start;
    display: flex;
    margin: 0;
    gap: 15px;
}

.educational_rewards li:hover p span:first-child {
    transform: translateY(0) scale(1.05);
    box-shadow: 
        5px 5px 10px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -5px -5px 10px rgba(#ffffff, 0.9),
        inset 1px 1px 2px rgba(#ffffff, 0.5),
        inset -1px -1px 2px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.educational_rewards li p span:last-child {
    padding-top: 6px;
}

.educational_rewards svg {
    height: 20px;
    transition: transform 0.3s ease;
    transform: translateZ(0);
    width: 20px;
}

.educational_rewards svg path {
    transition: fill 0.3s ease;
    fill: rgb(138,183,171);
}

.educational_rewards .img_grid_wrapper {
    transform: translateZ(20px) rotateY(5deg);
    height: auto;
    max-width: 500px;
    border-radius: 12px;
    object-fit: cover;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        85% 100%,
        0 100%
    );
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    flex: 0 0 40%;
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.12),
        -5px -5px 30px rgba(#ffffff, 0.7);
}

.newsletter_signup::after {
    height: 10px;
    content: '';
    width: 100%;
    filter: blur(3px);
    opacity: 0.7;
    z-index: 2;
    left: 0;
    position: absolute;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(178,212,202), rgb(138,183,171), rgb(178,212,202));
}

.newsletter_signup .digital_education {
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(5px);
    transform-origin: center bottom;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    position: relative;
}

.newsletter_signup .digital_education:hover h4 {
    transform: translateY(-5px);
}

.newsletter_signup .digital_education > div {
    position: relative;
    padding: 0.5rem 0;
}

.newsletter_signup .digital_education:hover > div::before {
    height: 80%;
}

.newsletter_signup .input_holder {
    gap: 1rem;
    grid-template-columns: 1fr auto;
    z-index: 10;
    display: grid;
    position: relative;
}

.newsletter_signup .input_holder span {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.newsletter_signup .input_holder span:hover::after,
.newsletter_signup .input_holder span:focus-within::after {
    transform: scaleX(1);
    transform-origin: left;
}

.newsletter_signup input[type="email"] {
    width: 100%;
    font-size: 18px;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 1.5rem;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.newsletter_signup input[type="email"]:focus::placeholder {
    transform: translateX(10px);
    opacity: 0.5;
}

.newsletter_signup .sub_deal::before {
    z-index: -1;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    content: '';
    height: 100%;
    left: -100%;
    top: 0;
}

.newsletter_signup .sub_deal:hover {
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    transform: translateY(-3px);
    color: rgb(138,183,171);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}



.newsletter_signup:hover .digital_education {
    animation: pulse 6s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mentorship_experience::before {
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    transform: scale(1.5) rotate(-5deg);
    left: 0;
    background: linear-gradient(45deg, transparent 45%, rgb(138,183,171,0.5) 45%, rgb(138,183,171,0.5) 55%, transparent 55%);
    height: 100%;
}

.mentorship_experience .img_grid_wrapper {
    transition: all 0.5s ease;
    border-radius: 20px;
    transform: perspective(1000px) rotateY(-15deg);
    box-shadow: 20px 20px 0 rgb(178,212,202,0.5);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    height: 400px;
    width: 350px;
}

.mentorship_experience .emp_summary::before {
    z-index: -1;
    position: absolute;
    content: "";
    border-radius: 20px;
    height: 100%;
    width: 100%;
    top: -15px;
    transform: rotate(3deg);
    background: rgb(138,183,171,0.5);
    right: -15px;
}

.mentorship_experience .exp_card {
    font-size: 14px;
    padding-left: 1.5rem;
    font-style: italic;
    color: #000000;
    line-height: 1.6;
    position: relative;
}

.mentorship_experience .review_experiences:hover .img_grid_wrapper {
    box-shadow: 30px 30px 0 rgb(178,212,202,0.5);
    transform: perspective(1000px) rotateY(-5deg);
}

.mentorship_experience .review_experiences:hover .emp_summary {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

header .top_plank .top_expertspro div span {
    color: #ffffff;
}

header .top_plank .top_expertspro {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    line-height: 21px;
    font-size: 13px;
    padding: 15px 0 10px 0;
}

.program_offerings {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: rgb(224,238,233);
}

.program_offerings::after {
    opacity: 0.2;
    background: 
        radial-gradient(circle at 20% 20%, rgb(178,212,202,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(138,183,171,0.5) 0%, transparent 40%);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
}



.program_offerings .container {
    padding: 0 20px;
    z-index: 2;
    flex-direction: column;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.program_offerings .abstract_box {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    padding: 40px;
    z-index: 3;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    width: 100%;
}

.program_offerings .abstract_box::after {
    width: 60px;
    left: calc(50% - 30px);
    background: linear-gradient(to right, rgb(178,212,202), rgb(138,183,171));
    content: "";
    position: absolute;
    top: -15px;
    height: 3px;
}

.program_offerings .abstract_box h2::after {
    content: "";
    bottom: -10px;
    left: calc(50% - 40px);
    width: 80px;
    height: 2px;
    background: rgb(178,212,202,0.5);
    position: absolute;
}

.program_offerings .abstract_box .description:last-child {
    margin-bottom: 0;
}

.program_offerings .container::before {
    opacity: 0.05;
    background-size: 50px 50px, 50px 50px, 200px 200px, 200px 200px, 200px 200px;
    position: absolute;
    animation: circuitPulse 8s infinite alternate;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgb(178,212,202,0.5) 0.5px, transparent 1px),
        linear-gradient(to bottom, rgb(178,212,202,0.5) 0.5px, transparent 1px),
        radial-gradient(circle at 50px 50px, rgb(178,212,202,0.5) 2px, transparent 2px),
        radial-gradient(circle at 150px 150px, rgb(138,183,171,0.5) 2px, transparent 2px),
        radial-gradient(circle at 250px 250px, rgb(178,212,202,0.5) 2px, transparent 2px);
    top: 0;
    content: "";
    z-index: 0;
    left: 0;
    width: 100%;
}



.program_offerings .learn_track::after {
    position: absolute;
    height: 2px;
    content: "";
    bottom: -30px;
    background: linear-gradient(to right, transparent, rgb(138,183,171,0.5), transparent);
    left: calc(50% - 50px);
    width: 100px;
}



.program_offerings .img_grid_wrapper::after {
    animation: borderGlow 4s infinite alternate;
}

.program_offerings .abstract_box .description:nth-child(2) {
    animation: reveal 0.8s 0.2s forwards;
}

.program_offerings .abstract_box .description:nth-child(3) {
    animation: reveal 0.8s 0.4s forwards;
}

.edu_links::before {
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(178,212,202,0.5) 100%);
    height: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
}

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

.edu_links .company_holder::before,
.edu_links .company_holder::after {
    position: absolute;
    content: "";
    height: 2px;
    bottom: -1px;
    width: 20%;
    background: linear-gradient(90deg, transparent, rgb(138,183,171), transparent);
    animation: slide 3s infinite alternate;
}

.edu_links .company_holder::before {
    animation-delay: 0s;
    left: 0;
}

.edu_links .data_viz {
    line-height: 1.7;
    margin: 1.5rem auto 0;
    color: #ffffff;
    font-size: 17px;
    max-width: 600px;
    opacity: 0.8;
}

.edu_links .header_master {
    gap: 6rem;
    display: flex;
    position: relative;
}

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

.edu_links .top_expert h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    font-size: 21px;
    text-align: center;
    letter-spacing: 1.5px;
    color: rgb(138,183,171);
}

.edu_links .top_expert .header_master a::before {
    z-index: -1;
    bottom: 0;
    position: absolute;
    transform-origin: center;
    transition: transform 0.4s ease;
    content: "";
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(178,212,202), transparent);
}

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

.overlayConsentSettings {
    position: fixed;
    bottom: 0;
    border-top: 2px solid rgb(178,212,202);
    z-index: 90;
    width: 100%;
    animation: slideIn 0.5s ease-in-out;
    box-shadow: 0 -10px 30px rgb(178,212,202,0.5);
    background: rgb(138,183,171);
}

.learn_consent {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0;
    border-radius: 13px;
    box-shadow: 0 0 15px rgb(178,212,202);
}

.learn_consent:hover svg {
    transform: rotate(20deg);
}

.cookie_overview {
    color: #ffffff;
    min-width: 300px;
    flex: 1;
}

.cookie_overview p {
    margin-bottom: 0;
    font-size: 18px;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(178,212,202,0.5);
}

.user_alert:hover {
    box-shadow: 0 0 20px rgb(138,183,171,0.5);
    background: rgb(138,183,171);
}

.overlayConsentSettings p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(178,212,202);
}

.overlayConsentSettings p a:hover {
    color: rgb(138,183,171);
}

#cookieInfoContainer {
    display: none;
}

header::before {
    animation: gridMove 40s linear infinite;
    width: 100%;
    content: '';
    opacity: 0.15;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(178,212,202,0.5) 49.5%, rgb(178,212,202,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(138,183,171,0.5) 49.5%, rgb(138,183,171,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
}

header .top_expert {
    border-radius: 24px;
    display: flex;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px;
    gap: 0.5rem;
    backdrop-filter: blur(10px);
}

header .head_sitewrap::before {
    content: '';
    z-index: -1;
    top: -2px;
    background: linear-gradient(45deg, rgb(178,212,202), rgb(138,183,171));
    transform: scale(0.95);
    border-radius: calc(10px + 2px);
    transition: all 0.3s ease;
    right: -2px;
    bottom: -2px;
    opacity: 0;
    left: -2px;
    position: absolute;
}

header .head_sitewrap:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    transform: translateY(-3px);
}

header .nav_core::before {
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    position: absolute;
    content: '';
    transition: 0.5s;
    left: -100%;
}

header .nav_core svg {
    height: auto;
    z-index: 2;
    width: 160px;
    position: relative;
}

.user_testimonials::before {
    content: "";
    top: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(178,212,202,0.5) 0%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgb(138,183,171,0.5) 0%, transparent 8%);
    width: 100%;
    opacity: 0.4;
}

.user_testimonials h2::after {
    background: linear-gradient(90deg, rgb(178,212,202), rgb(138,183,171));
    left: 50%;
    width: 60px;
    position: absolute;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    bottom: -15px;
}

.user_testimonials .review_experiences {
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    animation-delay: calc(var(--i, 0) * 0.1s);
    overflow: hidden;
    padding: 2rem;
    position: relative;
    background: #ffffff;
    animation: fadeInStagger 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) both;
    transform: translateY(0) rotate(0);
    display: flex;
    flex-direction: column;
}

.user_testimonials .review_experiences::before {
    left: 20px;
    top: -20px;
    color: rgb(178,212,202,0.5);
    font-size: 120px;
    content: "\"";
    font-weight: 700;
    opacity: 0.1;
    z-index: 0;
    position: absolute;
}

.user_testimonials .review_experiences:hover img {
    transform: translateY(-5px) scale(1.05);
}

.user_testimonials .review_experiences h4 {
    color: #000000;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}

.user_testimonials .review_experiences h4::after {
    bottom: -8px;
    left: 0;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(178,212,202), transparent);
    position: absolute;
    content: "";
    height: 2px;
    width: 40px;
}

.user_testimonials a::before {
    top: 0;
    content: "";
    left: 0;
    right: 0;
    transform-origin: 0 50%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    transform: scaleX(0);
    transition: transform 0.5s ease-out;
    background: linear-gradient(135deg, rgb(138,183,171) 0%, rgb(178,212,202) 100%);
}

.user_testimonials a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.user_testimonials a:hover::before {
    transform: scaleX(1);
}

.tySpace {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(224,238,233) 0%, rgb(178,212,202,0.5) 100%);
}

.tySpace::after {
    width: 40%;
    filter: blur(20px);
    content: "";
    height: 40%;
    z-index: 0;
    transform: rotate(-5deg);
    opacity: 0.05;
    background: linear-gradient(225deg, rgb(178,212,202) 0%, transparent 80%);
    bottom: -10px;
    position: absolute;
    right: -10px;
}

.tySpace h2 {
    margin-left: auto;
    letter-spacing: -0.02em;
    position: relative;
    line-height: 1.3;
    margin-bottom: 3rem;
    margin-right: auto;
    text-align: center;
    max-width: 900px;
    color: #000000;
    font-weight: 700;
    font-size: 36px;
}

.tySpace .digital_education {
    position: relative;
    transform: translateY(0);
    border-radius: 28px;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    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);
    padding: 3rem;
    background: #ffffff;
}

.tySpace .digital_education:hover {
    transform: translateY(-5px);
}

.tySpace ul {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    list-style: none;
}

.tySpace li {
    position: relative;
    padding-left: 2rem;
}

.tySpace li span {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    animation: fadeIn 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    font-size: 14px;
    position: relative;
    display: block;
    transform: translateY(10px);
    color: #000000;
}

.our_team::before {
    width: 40%;
    top: -5%;
    z-index: 1;
    height: 40%;
    right: -10%;
    opacity: 0.7;
    background: linear-gradient(120deg, rgb(178,212,202,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    content: "";
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
}

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

.our_team h1 {
    opacity: 0;
    color: #000000;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    transform: translateX(-1rem);
    font-weight: 700;
    position: relative;
    font-size: 46px;
    display: inline-block;
    margin-bottom: 2.5rem;
}

.our_team .knowledge_growth {
    position: relative;
}

.our_team .path_creators {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    position: relative;
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    padding: 2.5rem;
    opacity: 0;
    transform: translateY(2rem);
}

.our_team .path_creators h4 {
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 600;
    font-size: 19px;
    padding-bottom: 0.75rem;
    color: #000000;
    margin-top: 0;
}

.our_team .path_creators:nth-child(2) h4::after {
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    position: absolute;
    background: rgb(138,183,171);
    width: 3rem;
}

.info_hub {
    background: rgb(224,238,233);
    padding: 80px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.info_hub .container {
    position: relative;
    z-index: 2;
}

.info_hub .instant_help {
    background: linear-gradient(135deg, rgb(224,238,233) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    padding: 60px 40px;
    border-radius: 23px;
    position: relative;
    overflow: hidden;
    border-top: 3px solid rgb(178,212,202);
}

.info_hub .instant_help::after {
    top: 0;
    height: 300px;
    z-index: -1;
    right: 0;
    width: 300px;
    position: absolute;
    opacity: 0.1;
    content: '';
    background: radial-gradient(circle, rgb(178,212,202,0.5) 0%, transparent 70%);
}

.info_hub .instant_help p:last-of-type {
    padding-left: 35px;
    position: relative;
    margin-bottom: 40px;
}

.info_hub .contact_faq {
    margin-top: 10px;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    display: grid;
}

.info_hub .write_form {
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    align-items: center;
    border-radius: 23px;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    font-size: 14px;
    padding: 20px;
    z-index: 1;
    background: rgb(224,238,233);
    color: #000000;
    font-weight: 600;
    text-align: center;
    display: flex;
    overflow: hidden;
    height: 120px;
}

.info_hub .write_form svg {
    width: 40px;
    fill: rgb(178,212,202);
    stroke: rgb(178,212,202);
    margin-bottom: 15px;
    stroke-width: 1.5;
    transition: all 0.3s ease;
    height: 40px;
}

.reach_out::before {
    left: 0;
    opacity: 0.15;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(120deg, rgb(178,212,202,0.5) 0%, transparent 75%);
    top: 0;
}

.reach_out .container {
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
    z-index: 1;
    margin: 0 auto;
}

.reach_out .request_panel {
    border-radius: 13px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    flex-wrap: wrap;
    background: #ffffff;
    margin-top: 50px;
    display: flex;
    flex-direction: row-reverse;
}

.reach_out .img_grid_wrapper::after {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    position: absolute;
    content: "";
}

.reach_out form {
    width: 100%;
    padding-left: 25px;
}

.reach_out form h3 {
    color: #000000;
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.reach_out form input[type="text"]:focus {
    background: rgba(rgb(178,212,202), 0.05);
    outline: none;
    box-shadow: 0 0 0 2px rgb(178,212,202,0.5);
}

.reach_out form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}

.reach_out .reach_query {
    margin: 10px 0 30px;
    display: flex;
    align-items: flex-start;
}

.reach_out .reach_query label::before {
    transition: all 0.2s ease;
    border: 2px solid rgb(178,212,202,0.5);
    border-radius: 10px;
    height: 22px;
    width: 22px;
    left: 0;
    content: "";
    position: absolute;
    top: 2px;
}

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

.reach_out form .help_help {
    font-weight: 600;
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, rgb(178,212,202), rgb(138,183,171));
    border: none;
    cursor: pointer;
    padding: 15px 35px;
    font-size: 18px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
}

.reach_out form .help_help:hover::before {
    transform: rotate(45deg) translateX(200%);
}

.primary_page {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.primary_page .course_intro::before {
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    background: linear-gradient(
    135deg,
    rgb(178,212,202,0.5) 0%,
    rgb(138,183,171,0.5) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
    content: "";
    transform: translateZ(0);
    height: 100%;
    backdrop-filter: blur(2px);
    width: 100%;
}

.primary_page .heritage_edu {
    background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    transform-style: preserve-3d;
    animation: elementAppear 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    position: relative;
    perspective: 1000px;
    transform: translateZ(0) rotateX(5deg);
    z-index: 5;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    max-width: 86%;
    clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 2rem),
    calc(100% - 2rem) 100%,
    0 100%
  );
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.primary_page .heritage_edu h1::after {
    height: 4px;
    transform: scaleX(0);
    background: rgb(178,212,202);
    animation-delay: 1s;
    animation: lineExpand 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: -0.75rem;
    width: 80px;
    transform-origin: left;
    position: absolute;
    content: "";
    left: 0;
}

.primary_page .heritage_edu p {
    padding-left: 1.5rem;
    animation: textFlyIn 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    position: relative;
    transform: translateZ(20px);
    animation-delay: 0.6s;
    opacity: 0;
    line-height: 1.6;
    color: #ffffff;
    max-width: 85%;
    font-size: calc(15px * 1.15);
}

.our_team .path_creators div::-webkit-scrollbar {
    width: 4px;
}

.our_team .path_creators div::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 10px;
}

.our_team .path_creators div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(138,183,171,0.5);
}

.our_team .path_creators div::-webkit-scrollbar-thumb:hover {
    background: rgb(138,183,171);
}



@media (min-width: 992px) and (max-width: 1199px) {.pricing_block .learning_rates {
    grid-template-columns: repeat(3, 1fr);
}.pricing_block .rate_options {
    padding: 35px 30px;
}
}



@media (min-width: 768px) and (max-width: 991px) {.pricing_block .learning_rates {
    grid-template-columns: repeat(2, 1fr);
}.pricing_block .pricing_catalog p {
    margin-bottom: 25px;
    font-size: calc(16px - 1px);
}.pricing_block .rate_options {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.pricing_block {
    padding: 50px 0;
}.pricing_block .rate_options {
    padding: 25px 20px;
}.pricing_block h2::after {
    width: 60px;
    height: 3px;
}.pricing_block .plan_matrix {
    padding: 8px 16px;
}}



@media (max-width: 991px) {.privacy_concealment {
    padding: 4rem 1.5rem;
}.privacy_concealment .container {
    transform: perspective(800px) rotateY(0.5deg);
    padding: 2.5rem 2rem;
}.privacy_concealment h1 {
    font-size: calc(46px * 0.9);
}.privacy_concealment h2 {
    font-size: calc(33px * 0.9);
}
}



@media (max-width: 480px) {.privacy_concealment {
    padding: 2rem 0.75rem;
}.privacy_concealment .container {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    padding: 1.5rem 1.25rem;
    transform: none;
}.privacy_concealment h1 {
    margin-bottom: 1.5rem;
    font-size: calc(46px * 0.7);
}.privacy_concealment h2 {
    font-size: calc(33px * 0.7);
    margin: 2rem 0 1rem;
}.privacy_concealment h3 {
    font-size: calc(33px * 0.6);
    margin: 1.75rem 0 1rem;
}.privacy_concealment h4 {
    font-size: calc(33px * 0.5);
}.privacy_concealment p, 
    .privacy_concealment li,
    .privacy_concealment span {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.privacy_concealment li {
    margin-bottom: 0.75rem;
}.privacy_concealment ul {
    margin: 1rem 0 2rem;
}}



@media (max-width: 767px) {.educational_rewards {
    padding: 60px 0;
}.educational_rewards .abstract_box {
    padding: 25px 20px;
    transform: translateZ(0) rotateY(0);
}.educational_rewards .abstract_box:hover {
    transform: translateZ(0) rotateY(0);
}.educational_rewards .img_grid_wrapper {
    max-width: 100%;
    transform: translateZ(0) rotateY(0);
}.educational_rewards .img_grid_wrapper:hover {
    transform: translateZ(0) rotateY(0);
}.educational_rewards .abstract_box > div {
    gap: 10px;
    flex-direction: column;
}.educational_rewards ul {
    width: 100%;
}.educational_rewards h4 {
    font-size: calc(19px * 1.2);
}.educational_rewards li p {
    gap: 10px;
}.educational_rewards li p span:first-child {
    height: 30px;
    width: 30px;
}.educational_rewards svg {
    height: 16px;
    width: 16px;
}
}



@media (min-width: 768px) {.newsletter_signup {
    padding: 6rem 3rem;
}.newsletter_signup .digital_education {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.newsletter_signup h4 {
    font-size: calc(19px * 1.2);
}.newsletter_signup .digital_education > div::before {
    left: -30px;
}.newsletter_signup .input_holder {
    gap: 1.5rem;
}
}



@media (max-width: 480px) {.newsletter_signup {
    padding: 3rem 1rem;
}.newsletter_signup h4 {
    font-size: calc(19px * 0.9);
}.newsletter_signup input[type="email"] {
    padding: 0.9rem 1.2rem;
}.newsletter_signup .sub_deal {
    padding: 0.9rem 1.2rem;
}}



@media (min-width: 992px) {.program_offerings .learn_track {
    gap: 40px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    display: grid;
}.program_offerings .abstract_box {
    grid-row: 2;
    z-index: 4;
    margin-top: -80px;
}.program_offerings .img_grid_wrapper {
    grid-row: 1;
    height: 500px;
}
}



@media (max-width: 991px) {.program_offerings {
    padding: 80px 0;
}.program_offerings .learn_track {
    gap: 40px;
}.program_offerings .abstract_box {
    padding: 30px;
}.program_offerings .img_grid_wrapper {
    height: 400px;
}
}



@media (max-width: 768px) {.program_offerings {
    padding: 60px 0;
}.program_offerings .abstract_box {
    padding: 25px;
}.program_offerings .img_grid_wrapper {
    height: 350px;
}.program_offerings .abstract_box h2 {
    font-size: calc(37px * 0.9);
}
}



@media (min-width: 992px) {.program_offerings .abstract_box:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}.program_offerings .abstract_box:hover::before {
    transition: all 0.3s ease;
    opacity: 0.5;
    border-color: rgb(178,212,202);
}.program_offerings .img_grid_wrapper:hover::after {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}}



@media screen and (max-width: 768px) {.edu_links .media_kit {
    align-items: center;
    flex-direction: column;
}.edu_links .header_master {
    max-width: 450px;
    width: 100%;
    flex-direction: column;
    gap: 2rem;
}.edu_links .top_expert {
    width: 100%;
}
}


@media only screen and (max-width: 1200px) {.overlayConsentSettings {
    padding: 20px;
}.data_control {
    padding: 20px 2%;
}
}


@media only screen and (max-width: 800px) {.learn_consent {
    display: none;
}.data_control {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_overview {
    text-align: center;
    margin-bottom: 20px;
}.overlayConsentSettings h5, .overlayConsentSettings p {
    text-align: center;
}.user_alert {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}}



@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .header_bar {
    flex-direction: column;
}header .top_expert {
    order: 2;
    justify-content: center;
    margin-top: 1rem;
    width: 100%;
    padding: 10px;
    flex-wrap: wrap;
    gap: 0.5rem;
}header .head_sitewrap {
    padding: 0.5rem 0.7rem;
    font-size: calc(17px - 2px);
}header .nav_core {
    margin-bottom: 0.5rem;
    order: 1;
}header .nav_core svg {
    width: 130px;
}
}



@media (max-width: 768px) {.user_testimonials {
    padding: 3.5rem 0;
}.user_testimonials .review_spot {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.8rem;
}.user_testimonials .review_experiences {
    padding: 1.8rem;
}.user_testimonials h2 {
    margin-bottom: 2.5rem;
    font-size: calc(30px * 0.8);
}.user_testimonials .review_experiences img {
    width: 55px;
    height: 55px;
}
}



@media (max-width: 991px) {.tySpace {
    padding: 4rem 0;
}.tySpace h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2.5rem;
}.tySpace .digital_education {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.tySpace {
    padding: 3rem 0;
}.tySpace h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 2rem;
    line-height: 1.4;
}.tySpace h2::after {
    bottom: -12px;
    width: 60px;
}.tySpace .digital_education {
    padding: 2rem 1.5rem;
}.tySpace .digital_education::after {
    height: 80px;
    width: 80px;
}.tySpace li {
    padding-left: 1.5rem;
}
}



@media (min-width: 768px) {.our_team {
    padding: 8rem 0;
}.our_team h1 {
    margin-bottom: 3.5rem;
    font-size: calc(46px * 1.1);
}.our_team .knowledge_growth ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.our_team .path_creators {
    padding: 3rem;
}.our_team .path_creators div {
    max-height: 380px;
}
}



@media (min-width: 1200px) {.our_team .container {
    padding: 0 4rem;
}.our_team h1::after {
    height: 4px;
}.our_team .knowledge_growth ul {
    gap: 3rem;
}.our_team .path_creators {
    border-radius: 6px;
    padding: 4rem;
}.our_team .path_creators h4 {
    margin-bottom: 2rem;
}.our_team .path_creators div {
    max-height: 450px;
}
}



@media (max-width: 767px) {.our_team {
    padding: 4rem 0;
}.our_team::before, 
    .our_team::after {
    opacity: 0.4;
}.our_team h1 {
    margin-bottom: 2rem;
    font-size: calc(46px * 0.9);
}.our_team .path_creators {
    margin-bottom: 1.5rem;
    padding: 1.75rem;
}.our_team .path_creators div {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
    max-height: 250px;
}}



@media screen and (max-width: 480px) {.info_hub {
    padding: 40px 0;
}.info_hub .instant_help {
    padding: 30px 20px;
}.info_hub .instant_help h2 {
    font-size: calc(38px * 0.8);
}.info_hub .contact_faq {
    grid-template-columns: repeat(1, 1fr);
}.info_hub .write_form {
    height: 100px;
}.info_hub .write_form svg {
    height: 35px;
    margin-bottom: 10px;
    width: 35px;
}}



@media screen and (max-width: 767px) {.reach_out {
    padding: 70px 0;
}.reach_out .img_grid_wrapper {
    min-height: 250px;
}.reach_out .feedback_widget {
    padding: 40px 30px;
}.reach_out .feedback_widget::before {
    width: calc(100% - 60px);
    left: 30px;
}
}



@media screen and (max-width: 480px) {.reach_out {
    padding: 50px 0;
}.reach_out h2 {
    font-size: calc(35px * 0.8);
}.reach_out .img_grid_wrapper {
    min-height: 200px;
}.reach_out .feedback_widget {
    padding: 30px 20px;
}.reach_out .feedback_widget::before {
    left: 20px;
    width: calc(100% - 40px);
}.reach_out form h3 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.reach_out form input[type="text"] {
    padding: 15px 20px;
}.reach_out form .help_help {
    width: 100%;
    text-align: center;
}}



@media (max-width: 768px) {.primary_page {
    height: 85vh;
}.primary_page .heritage_edu {
    max-width: 95%;
    transform: translateZ(0) rotateX(0deg);
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 1.5rem),
      calc(100% - 1.5rem) 100%,
      0 100%
    );
    padding: 1.75rem;
}.primary_page .heritage_edu h1 {
    margin-bottom: 1.25rem;
    font-size: calc(41px * 0.9);
}.primary_page .heritage_edu h1::after {
    height: 3px;
    width: 60px;
}.primary_page .heritage_edu h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 1.25rem;
}.primary_page .heritage_edu p {
    padding-left: 1.25rem;
    max-width: 100%;
    font-size: calc(15px * 0.95);
}
}



@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

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

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



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



@keyframes scanLines {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 450px;
    }
}

@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}



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



@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    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 slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}



@keyframes elementAppear {
  0% {
    opacity: 0;
    transform: translateZ(0) rotateX(15deg) translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) rotateX(5deg) translateY(0);
  }
}



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

