﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.container {
    width: 1173px;
    margin: auto;
    max-width: 100%;
}.wrapper-container_21 {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}.nav_mainwrap_35 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    scroll-behavior: smooth;
    min-height: 100%;
}.achieve_cta_94 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.academic_expertise_40 {
    overflow: hidden;
    background: radial-gradient(circle at 70% 30%, rgb(145,157,156,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(110,118,118,0.5) 0%, transparent 40%), 
              #000000;
    padding: 7rem 2rem;
    position: relative;
}.academic_expertise_40::before {
    animation: backgroundMovement 30s linear infinite alternate;
    left: -25%;
    top: -25%;
    height: 150%;
    position: absolute;
    opacity: 0.3;
    width: 150%;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    content: "";
}.academic_expertise_40 .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.academic_expertise_40 .user_quotes_13 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    grid-template-rows: auto auto auto;
    position: relative;
    overflow: hidden;
    border-radius: 23px;
}.academic_expertise_40 .user_quotes_13::after {
    left: 0;
    pointer-events: none;
    content: "";
    opacity: 0.3;
    mix-blend-mode: overlay;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(145,157,156,0.5) 0%, transparent 50%);
}.academic_expertise_40 .user_quotes_13 .pic_frame_wrap_12 {
    box-shadow: 0 0 30px rgb(145,157,156,0.5);
    border-radius: 0;
    min-height: 500px;
    transition: all 0.5s ease;
    transform: scale(1.05) translateX(-5%);
    grid-column: 1 / 2;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    position: relative;
    grid-row: 1 / 4;
}.academic_expertise_40 .user_quotes_13 .pic_frame_wrap_12:hover {
    box-shadow: 0 0 50px rgb(145,157,156);
    transform: scale(1.07) translateX(-4%);
}.academic_expertise_40 .user_quotes_13 .name {
    grid-column: 2 / 3;
    z-index: 2;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 35px;
    animation: neonPulse 4s infinite alternate;
    grid-row: 1 / 2;
    color: #ffffff;
    position: relative;
    padding: 3.5rem 2rem 0.5rem 3rem;
    text-shadow: 0 0 10px rgb(145,157,156,0.5), 0 0 20px rgb(145,157,156,0.5);
}.academic_expertise_40 .user_quotes_13 span:not(.name) {
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    color: rgb(110,118,118);
    padding: 0 2rem 1rem 3rem;
    grid-column: 2 / 3;
    font-size: 17px;
    grid-row: 2 / 3;
}.academic_expertise_40 .user_quotes_13 .past_career_75 {
    color: #ffffff;
    line-height: 1.7;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    position: relative;
    padding: 2rem 2rem 2.5rem 3rem;
    font-size: 17px;
    border-top: 1px solid rgb(110,118,118,0.5);
    margin-right: 1.5rem;
    z-index: 2;
    grid-row: 3 / 4;
    grid-column: 2 / 3;
    backdrop-filter: blur(5px);
    border-radius: 0 10px 0 0;
}

@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(145,157,156,0.5), 0 0 20px rgb(145,157,156,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(145,157,156), 0 0 30px rgb(145,157,156);
  }
}

@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

@media (max-width: 992px) {.academic_expertise_40 {
    padding: 5rem 1.5rem;
}.academic_expertise_40 .user_quotes_13 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.academic_expertise_40 .user_quotes_13 .pic_frame_wrap_12 {
    grid-row: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-column: 1 / 2;
    transform: scale(1.02) translateY(-5%);
    min-height: 350px;
}.academic_expertise_40 .user_quotes_13 .pic_frame_wrap_12:hover {
    transform: scale(1.03) translateY(-4%);
}.academic_expertise_40 .user_quotes_13 .name {
    grid-column: 1 / 2;
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    grid-row: 2 / 3;
}.academic_expertise_40 .user_quotes_13 span:not(.name) {
    padding: 0 1.5rem 1rem 1.5rem;
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}.academic_expertise_40 .user_quotes_13 .past_career_75 {
    grid-column: 1 / 2;
    border-radius: 10px;
    margin-right: 0;
    padding: 1.5rem;
    grid-row: 4 / 5;
}
}

@media (max-width: 576px) {.academic_expertise_40 {
    padding: 4rem 1rem;
}.academic_expertise_40 .user_quotes_13 .pic_frame_wrap_12 {
    min-height: 280px;
}.academic_expertise_40 .user_quotes_13 .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.academic_expertise_40 .user_quotes_13 span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.academic_expertise_40 .user_quotes_13 .past_career_75 {
    padding: 1.2rem;
}}.metrics_summary_59 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(180,190,190) 0%, rgb(110,118,118,0.5) 100%);
}.metrics_summary_59::before {
    z-index: 1;
    background-size: 80px 80px;
    top: 0;
    opacity: 0.05;
    background: linear-gradient(45deg, transparent 45%, rgb(145,157,156,0.5) 45%, rgb(145,157,156,0.5) 55%, transparent 55%);
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
}.metrics_summary_59 h3 {
    color: rgb(110,118,118);
    margin-bottom: 60px;
    text-align: center;
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    letter-spacing: 0.5px;
    z-index: 2;
    font-size: 38px;
    position: relative;
}.metrics_summary_59 h3::after {
    left: 50%;
    width: 80px;
    bottom: -15px;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(145,157,156,0.5), rgb(145,157,156), rgb(145,157,156,0.5));
}.metrics_summary_59 .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.metrics_summary_59 ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 30px;
    margin: 0;
    list-style: none;
    padding: 0;
}.metrics_summary_59 .study_gain_94 {
    flex-direction: column;
    transform-origin: center bottom;
    display: flex;
    padding: 30px 25px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    align-items: center;
    background: #ffffff;
    position: relative;
    justify-content: center;
    border-left: 4px solid rgb(145,157,156);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}.metrics_summary_59 .study_gain_94::before {
    border-color: transparent rgb(110,118,118,0.5) transparent transparent;
    height: 0;
    transition: transform 0.3s ease;
    top: 0;
    border-width: 0 30px 30px 0;
    position: absolute;
    right: 0;
    width: 0;
    content: "";
    border-style: solid;
}.metrics_summary_59 .study_gain_94::after {
    transform: scaleX(0);
    transform-origin: left;
    height: 2px;
    bottom: 0;
    content: "";
    transition: transform 0.4s ease-out;
    left: 0;
    background: linear-gradient(90deg, rgb(145,157,156), transparent);
    width: 100%;
    position: absolute;
}.metrics_summary_59 .study_gain_94:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}.metrics_summary_59 .study_gain_94:hover::before {
    transform: scale(1.2) rotate(-10deg);
}.metrics_summary_59 .study_gain_94:hover::after {
    transform: scaleX(1);
}.metrics_summary_59 .study_gain_94 span {
    display: block;
    font-weight: 600;
    font-size: 13px;
    z-index: 1;
    margin-bottom: 15px;
    color: #000000;
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    text-align: center;
}.metrics_summary_59 .study_gain_94:hover span {
    color: rgb(110,118,118);
    transform: scale(1.05);
}.metrics_summary_59 .study_gain_94 p {
    margin: 10px 0 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 42px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: rgb(145,157,156);
}.metrics_summary_59 .study_gain_94 p::before {
    background: rgb(110,118,118,0.5);
    left: 50%;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 40px;
    content: "";
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 40px;
}.metrics_summary_59 .study_gain_94:hover p {
    transform: scale(1.1);
}.metrics_summary_59 .study_gain_94:hover p::before {
    transform: translate(-50%, -50%) scale(3);
}.metrics_summary_59 .study_gain_94:nth-child(odd) {
    transform: perspective(800px) rotateX(2deg);
}.metrics_summary_59 .study_gain_94:nth-child(even) {
    transform: perspective(800px) rotateX(-2deg);
}.metrics_summary_59 .study_gain_94:nth-child(odd):hover {
    transform: perspective(800px) rotateX(0) translateY(-5px) scale(1.03);
}.metrics_summary_59 .study_gain_94:nth-child(even):hover {
    transform: perspective(800px) rotateX(0) translateY(-5px) scale(1.03);
}

@media (max-width: 1200px) {.metrics_summary_59 {
    padding: 100px 0;
}.metrics_summary_59 ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.metrics_summary_59 h3 {
    font-size: calc(38px - 4px);
    margin-bottom: 50px;
}.metrics_summary_59 ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}.metrics_summary_59 .study_gain_94 {
    padding: 25px 20px;
}.metrics_summary_59 .study_gain_94 p {
    font-size: 38px;
}
}

@media (max-width: 768px) {.metrics_summary_59 {
    padding: 80px 0;
}.metrics_summary_59 h3 {
    margin-bottom: 40px;
    font-size: calc(38px - 6px);
}.metrics_summary_59 ul {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.metrics_summary_59 .study_gain_94 {
    padding: 20px 15px;
}.metrics_summary_59 .study_gain_94 p {
    font-size: 34px;
}
}

@media (max-width: 576px) {.metrics_summary_59 {
    padding: 60px 0;
}.metrics_summary_59 h3 {
    margin-bottom: 30px;
    font-size: calc(38px - 8px);
}.metrics_summary_59 ul {
    max-width: 320px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.metrics_summary_59 .study_gain_94 {
    padding: 25px 20px;
}.metrics_summary_59 .study_gain_94 span {
    font-size: calc(13px + 1px);
}.metrics_summary_59 .study_gain_94 p {
    font-size: 36px;
}.metrics_summary_59 .study_gain_94:nth-child(odd),
    .metrics_summary_59 .study_gain_94:nth-child(even) {
    transform: none;
}.metrics_summary_59 .study_gain_94:nth-child(odd):hover,
    .metrics_summary_59 .study_gain_94:nth-child(even):hover {
    transform: translateY(-3px) scale(1.02);
}}.program_structure_78 {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 50%, rgb(145,157,156,0.5) 100%);
    overflow: hidden;
}.program_structure_78::before {
    z-index: 1;
    content: '';
    bottom: 0;
    right: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(145,157,156,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(110,118,118,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
    position: absolute;
}.program_structure_78::after {
    left: 0;
    position: absolute;
    opacity: 0.1;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(145,157,156,0.5) 49%, rgb(145,157,156,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(110,118,118,0.5) 49%, rgb(110,118,118,0.5) 51%, transparent 52%) 10px 0 / 20px 20px;
    z-index: 1;
    height: 100%;
    content: '';
    animation: backgroundShift 30s linear infinite;
    top: 0;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 10px 0;
    }
    100% {
        background-position: 500px 500px, 510px 500px;
    }
}

.program_structure_78 .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.program_structure_78 .expert_guides_94 {
    transition: all 0.5s ease;
    backdrop-filter: blur(5px);
    position: relative;
    background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.05) 0%, 
                rgba(255, 255, 255, 0.02) 100%);
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    display: grid;
    padding: 40px;
    gap: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 0 1px rgb(145,157,156,0.5),
                inset 0 0 20px rgb(145,157,156,0.5);
    border-radius: 29px;
}.program_structure_78 .expert_guides_94::before {
    right: -100px;
    background: radial-gradient(circle, rgb(145,157,156) 0%, transparent 70%);
    content: '';
    width: 200px;
    top: -100px;
    height: 200px;
    filter: blur(20px);
    position: absolute;
    border-radius: 50%;
    animation: pulseLight 8s ease-in-out infinite;
    opacity: 0.2;
}.program_structure_78 .expert_guides_94::after {
    height: 200px;
    border-radius: 50%;
    bottom: -100px;
    content: '';
    width: 200px;
    position: absolute;
    left: -100px;
    background: radial-gradient(circle, rgb(110,118,118) 0%, transparent 70%);
    opacity: 0.2;
    animation: pulseLight 8s ease-in-out infinite 4s;
    filter: blur(20px);
}@keyframes pulseLight {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.program_structure_78 .study_hack_59 {
    position: relative;
    padding-right: 20px;
    z-index: 3;
    justify-content: center;
    flex-direction: column;
    display: flex;
}.program_structure_78 .head_learning_38 {
    transition: transform 0.5s ease;
    display: inline-block;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    margin-bottom: 25px;
}.program_structure_78 .head_learning_38:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program_structure_78 .head_learning_38 svg {
    transition: all 0.3s ease;
    height: 50px;
    width: 50px;
    filter: drop-shadow(0 5px 15px rgb(145,157,156,0.5));
}.program_structure_78 .head_learning_38 svg path {
    fill: rgb(145,157,156);
    transition: fill 0.3s ease;
}.program_structure_78 .head_learning_38:hover svg path {
    fill: rgb(110,118,118);
}.program_structure_78 h3 {
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-size: 35px;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    backface-visibility: hidden;
    margin-bottom: 25px;
    position: relative;
    color: #ffffff;
    transform: translateZ(0);
    padding-bottom: 15px;
}.program_structure_78 h3::after {
    height: 3px;
    bottom: 0;
    left: 0;
    animation: lineExpand 4s ease-in-out infinite;
    position: absolute;
    width: 60px;
    content: '';
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(145,157,156) 0%, rgb(110,118,118) 100%);
}@keyframes lineExpand {
    0% {
        width: 60px;
        opacity: 1;
    }
    50% {
        width: 100px;
        opacity: 0.8;
    }
    100% {
        width: 60px;
        opacity: 1;
    }
}

.program_structure_78 p {
    font-weight: 400;
    z-index: 2;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    font-size: 17px;
    line-height: 1.7;
    color: #ffffff;
}.program_structure_78 .pic_frame_wrap_12 {
    overflow: hidden;
    border-radius: calc(29px * 1.5);
    transition: all 0.5s ease;
    height: 350px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(145,157,156,0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
}.program_structure_78 .pic_frame_wrap_12:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgb(145,157,156),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.program_structure_78 .pic_frame_wrap_12::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
}.program_structure_78 .pic_frame_wrap_12::after {
    width: 100%;
    animation: scanlines 10s linear infinite;
    top: 0;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    opacity: 0.5;
    z-index: 2;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 0 0 / 30px 30px,
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 15px 0 / 30px 30px;
}

@keyframes scanlines {
    0% {
        background-position: 0 0, 15px 0;
    }
    100% {
        background-position: 300px 300px, 315px 300px;
    }
}


@media (max-width: 991px) {.program_structure_78 {
    padding: 60px 0;
}.program_structure_78 .expert_guides_94 {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 30px;
}.program_structure_78 .study_hack_59 {
    text-align: center;
    padding-right: 0;
}.program_structure_78 h3::after {
    left: 50%;
    transform: translateX(-50%);
}.program_structure_78 .pic_frame_wrap_12 {
    min-height: 300px;
}
}

@media (max-width: 767px) {.program_structure_78 {
    padding: 40px 0;
}.program_structure_78 .expert_guides_94 {
    gap: 25px;
    padding: 25px;
}.program_structure_78 h3 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.85);
}.program_structure_78 p {
    font-size: calc(17px * 0.95);
}.program_structure_78 .pic_frame_wrap_12 {
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
    min-height: 250px;
}
}

@media (max-width: 576px) {.program_structure_78 {
    padding: 30px 0;
}.program_structure_78 .expert_guides_94 {
    gap: 20px;
    padding: 20px;
}.program_structure_78 .head_learning_38 {
    margin-bottom: 15px;
}.program_structure_78 h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(35px * 0.7);
}.program_structure_78 p {
    font-size: calc(17px * 0.9);
}.program_structure_78 .pic_frame_wrap_12 {
    min-height: 200px;
}}
.pricing_block_36 {
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(180,190,190) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
}.pricing_block_36::before {
    position: absolute;
    border-radius: 10px;
    width: 40%;
    right: -5%;
    top: -10%;
    opacity: 0.1;
    content: "";
    height: 70%;
    z-index: 0;
    transform: rotate(-15deg);
    background: linear-gradient(120deg, rgb(145,157,156,0.5) 20%, rgb(110,118,118,0.5) 80%);
}.pricing_block_36::after {
    position: absolute;
    bottom: -5%;
    opacity: 0.08;
    border-radius: 10px;
    content: "";
    transform: rotate(10deg);
    height: 50%;
    z-index: 0;
    background: linear-gradient(45deg, rgb(110,118,118,0.5) 30%, rgb(145,157,156,0.5) 70%);
    width: 35%;
    left: -3%;
}.pricing_block_36 .container {
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    max-width: 1400px;
}.pricing_block_36 .fee_struct_49 {
    display: flex;
    flex-direction: column;
}.pricing_block_36 .program_fees_61 {
    order: 1;
    margin-bottom: 3.5rem;
    text-align: center;
    position: relative;
}.pricing_block_36 .program_fees_61 h2 {
    display: inline-block;
    position: relative;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000000;
}.pricing_block_36 .program_fees_61 h2::after {
    bottom: -0.75rem;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(145,157,156), transparent);
    width: 70%;
    left: 50%;
    content: "";
    position: absolute;
    transform: translateX(-50%);
}.pricing_block_36 .lesson_rates_29 {
    margin: 0 auto;
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    max-width: 800px;
}.pricing_block_36 .study_fees_46 {
    width: 100%;
    display: grid;
    order: 2;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_block_36 .learning_cost_89 {
    overflow: hidden;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    color: #000000;
    position: relative;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    text-decoration: none;
}.pricing_block_36 .learning_cost_89:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.pricing_block_36 .learning_cost_89::before {
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    width: 100%;
    height: 5px;
    top: 0;
    transform: translateY(-5px);
    content: "";
    background: linear-gradient(90deg, rgb(145,157,156), rgb(110,118,118));
}.pricing_block_36 .learning_cost_89:hover::before {
    transform: translateY(0);
}.pricing_block_36 .pricing_card_28 {
    display: flex;
    height: 100%;
    box-sizing: border-box;
    flex-direction: column;
}.pricing_block_36 .cost_deals_54 {
    padding: 2rem 1.75rem;
    flex: 1;
    flex-direction: column;
    position: relative;
    display: flex;
}.pricing_block_36 .cost_deals_54 h3 {
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: calc(23px * 1.1);
    margin-bottom: 1rem;
    color: #000000;
}.pricing_block_36 .cost_deals_54 .member_plans_65 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    color: rgb(145,157,156);
    font-size: calc(23px * 1.3);
}.pricing_block_36 .cost_deals_54 .member_plans_65::after {
    content: "";
    position: absolute;
    height: 2px;
    background: rgb(145,157,156,0.5);
    bottom: -0.75rem;
    width: 40px;
    left: 0;
}.pricing_block_36 .cost_deals_54 p {
    overflow-wrap: break-word;
    word-break: break-word;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
    font-size: 15px;
    flex-grow: 1;
    line-height: 1.65;
    color: #000000;
}.pricing_block_36 .pic_frame_wrap_12 {
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: transform 0.5s ease;
    height: 180px;
}.pricing_block_36 .pic_frame_wrap_12::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}.pricing_block_36 .learning_cost_89:hover .pic_frame_wrap_12 {
    transform: scale(1.05);
}.pricing_block_36 .learning_cost_89:nth-child(odd) .cost_deals_54::before {
    background: rgb(145,157,156,0.5);
    opacity: 0.1;
    z-index: -1;
    right: 1rem;
    content: "";
    border-radius: 50%;
    top: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
}.pricing_block_36 .learning_cost_89:nth-child(even) .cost_deals_54::before {
    border-radius: 50%;
    z-index: -1;
    height: 2.5rem;
    opacity: 0.1;
    position: absolute;
    background: rgb(110,118,118,0.5);
    width: 2.5rem;
    left: 1rem;
    bottom: 1rem;
    content: "";
}

@media (min-width: 992px) {.pricing_block_36 .fee_struct_49 {
    flex-direction: row;
}.pricing_block_36 .program_fees_61 {
    text-align: left;
    order: 2;
    flex: 0 0 30%;
    justify-content: center;
    padding-left: 3rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}.pricing_block_36 .program_fees_61 h2 {
    margin-bottom: 2rem;
    text-align: left;
}.pricing_block_36 .program_fees_61 h2::after {
    transform: none;
    width: 40%;
    left: 0;
}.pricing_block_36 .lesson_rates_29 {
    text-align: left;
    margin: 0;
}.pricing_block_36 .study_fees_46 {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (max-width: 991px) {.pricing_block_36 {
    padding: 5rem 0;
}.pricing_block_36 .learning_cost_89 {
    margin-bottom: 1.5rem;
}.pricing_block_36 .program_fees_61 {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.pricing_block_36 {
    padding: 4rem 0;
}.pricing_block_36 .program_fees_61 h2 {
    font-size: calc(33px * 0.9);
}.pricing_block_36 .cost_deals_54 h3 {
    font-size: 23px;
}.pricing_block_36 .cost_deals_54 .member_plans_65 {
    font-size: calc(23px * 1.15);
}.pricing_block_36 .pic_frame_wrap_12 {
    height: 160px;
}
}

@media (max-width: 575px) {.pricing_block_36 {
    padding: 3rem 0;
}.pricing_block_36 .container {
    padding: 0 1.5rem;
}.pricing_block_36 .study_fees_46 {
    gap: 1.5rem;
}.pricing_block_36 .cost_deals_54 {
    padding: 1.5rem;
}.pricing_block_36 .pic_frame_wrap_12 {
    height: 140px;
}
}

@media (hover: none) {.pricing_block_36 .learning_cost_89:hover {
    transform: none;
}.pricing_block_36 .learning_cost_89:hover .pic_frame_wrap_12 {
    transform: none;
}}.primary_page_05 {
    overflow: hidden;
    width: 100%;
    font-family: Arial, sans-serif;
    position: relative;
    min-height: 100vh;
}.primary_page_05 .start_front_82 {
    position: relative;
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
}.primary_page_05 .start_front_82::before {
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
}.primary_page_05 .skill_boost_90 {
    position: relative;
    max-width: 1200px;
    transition: transform 0.5s ease-out;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    padding: 3rem;
    backdrop-filter: blur(8px);
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    width: 85%;
    transform: perspective(1000px) rotateX(2deg);
}.primary_page_05 .skill_boost_90:hover {
    transform: perspective(1000px) rotateX(0deg);
}.primary_page_05 .skill_boost_90 div {
    position: relative;
    transition: transform 0.4s ease;
    transform: translateX(0);
    margin-bottom: 2rem;
}.primary_page_05 .skill_boost_90 div:nth-child(1) {
    transform: translateX(-20px);
    animation: fadeSlideIn 0.7s 0.2s forwards;
    opacity: 0;
}.primary_page_05 .skill_boost_90 div:nth-child(2) {
    transform: translateX(-20px);
    animation: fadeSlideIn 0.7s 0.4s forwards;
    opacity: 0;
}.primary_page_05 .skill_boost_90 div:nth-child(3) {
    transform: translateX(-20px);
    animation: fadeSlideIn 0.7s 0.6s forwards;
    opacity: 0;
}.primary_page_05 .skill_boost_90 p {
    border-left: 3px solid rgb(145,157,156);
    letter-spacing: 0.03em;
    position: relative;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    font-weight: 600;
    padding-left: 20px;
    font-size: calc(13px * 1.2);
    color: #ffffff;
}.primary_page_05 .title_style_header {
    color: #ffffff;
    font-size: calc(43px * 1.3);
    margin: 0;
    letter-spacing: 0.02em;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
}.primary_page_05 .title_style_header::after {
    width: 80px;
    background: rgb(145,157,156);
    height: 4px;
    bottom: -12px;
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    position: absolute;
    content: "";
    left: 0;
}.primary_page_05 .skill_boost_90:hover .title_style_header::after {
    transform: scaleX(1.5);
}.primary_page_05 .skill_boost_90 h3 {
    position: relative;
    font-weight: 400;
    margin-top: 0;
    max-width: 90%;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.5;
    font-size: 22px;
}

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

@media (max-width: 1200px) {.primary_page_05 .skill_boost_90 {
    padding: 2.5rem;
    width: 90%;
}.primary_page_05 .title_style_header {
    font-size: calc(43px * 1.1);
}
}

@media (max-width: 992px) {.primary_page_05 .skill_boost_90 {
    padding: 2rem;
    width: 92%;
}.primary_page_05 .title_style_header {
    font-size: 43px;
}.primary_page_05 .skill_boost_90 p {
    font-size: 13px;
}
}

@media (max-width: 768px) {.primary_page_05 .start_front_82 {
    min-height: 100vh;
    padding: 4rem 0;
    height: auto;
}.primary_page_05 .skill_boost_90 {
    transform: perspective(1000px) rotateX(0deg);
    padding: 1.5rem;
    width: 95%;
}.primary_page_05 .title_style_header {
    font-size: calc(28px * 1.1);
}.primary_page_05 .skill_boost_90 h3 {
    max-width: 100%;
    font-size: calc(13px * 1.1);
}
}

@media (max-width: 576px) {.primary_page_05 .skill_boost_90 {
    padding: 1.25rem;
}.primary_page_05 .title_style_header {
    font-size: 28px;
}.primary_page_05 .skill_boost_90 p {
    padding-left: 15px;
    font-size: calc(13px * 0.95);
}.primary_page_05 .skill_boost_90 h3 {
    font-size: 13px;
}.primary_page_05 .title_style_header::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 480px) {.primary_page_05 .skill_boost_90 {
    padding: 1rem;
}.primary_page_05 .skill_boost_90 div {
    margin-bottom: 1.5rem;
}.primary_page_05 .title_style_header {
    font-size: calc(28px * 0.9);
}}.ty_block_id_65 {
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
    position: relative;
    font-family: Arial, sans-serif;
    padding: 4rem 0;
    overflow: hidden;
}.ty_block_id_65::before {
    opacity: 0.3;
    transform: rotate(-15deg);
    height: 70%;
    filter: blur(30px);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
    top: -30%;
    width: 60%;
    background: linear-gradient(145deg, rgb(145,157,156,0.5) 0%, rgb(110,118,118,0.5) 100%);
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    z-index: 0;
    right: -10%;
}.ty_block_id_65::after {
    background: linear-gradient(225deg, rgb(110,118,118,0.5) 0%, rgb(145,157,156,0.5) 100%);
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: "";
    height: 60%;
    width: 40%;
    position: absolute;
    filter: blur(25px);
    z-index: 0;
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
    bottom: -20%;
    left: -5%;
    transform: rotate(10deg);
    opacity: 0.2;
}.ty_block_id_65 .container {
    max-width: 1140px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.ty_block_id_65 .expert_guides_94 {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 15px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 3rem;
    backdrop-filter: blur(5px);
}.ty_block_id_65 .expert_guides_94:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.ty_block_id_65 .expert_guides_94 > div:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.ty_block_id_65 .expert_guides_94 > div:first-child::after {
    transform-origin: left;
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 10px;
    width: 80px;
    transition: width 0.3s ease;
    bottom: -0.75rem;
    background: linear-gradient(90deg, rgb(145,157,156) 0%, rgb(110,118,118) 100%);
    content: "";
}.ty_block_id_65 .expert_guides_94:hover > div:first-child::after {
    width: 120px;
}.ty_block_id_65 h5 {
    margin: 0;
    color: #000000;
    font-size: 24px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    line-height: 1.4;
}.ty_block_id_65 h5::before {
    color: #ffffff;
    position: absolute;
    width: 26px;
    left: -35px;
    opacity: 0;
    display: flex;
    align-items: center;
    border-radius: 50%;
    transform: translateY(-50%);
    content: "✓";
    background: linear-gradient(135deg, rgb(145,157,156) 0%, rgb(110,118,118) 100%);
    top: 50%;
    font-size: 14px;
    height: 26px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    justify-content: center;
}.ty_block_id_65 .expert_guides_94:hover h5::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}.ty_block_id_65 p {
    line-height: 1.8;
    transition: color 0.3s ease;
    font-size: 15px;
    margin: 0;
    color: #000000;
}.ty_block_id_65 a {
    transition: transform 0.3s ease;
    overflow: hidden;
    position: relative;
    display: block;
    text-decoration: none;
}.ty_block_id_65 a::before {
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(145,157,156,0.5) 0%, rgb(110,118,118) 100%);
    transform-origin: right;
    bottom: 0;
    content: "";
    height: 2px;
}.ty_block_id_65 a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.ty_block_id_65 a:hover {
    transform: translateY(-2px);
}.ty_block_id_65 a:hover p {
    color: rgb(145,157,156);
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) translate(5px, -5px);
    }
}

@media (max-width: 991px) {.ty_block_id_65 {
    padding: 3rem 0;
}.ty_block_id_65 .expert_guides_94 {
    padding: 2.5rem;
}.ty_block_id_65 h5 {
    font-size: calc(24px - 2px);
}
}

@media (max-width: 767px) {.ty_block_id_65 {
    padding: 2.5rem 0;
}.ty_block_id_65 .expert_guides_94 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.ty_block_id_65 h5 {
    padding-left: 20px;
    font-size: calc(24px - 4px);
}.ty_block_id_65 h5::before {
    font-size: 12px;
    left: -15px;
    height: 22px;
    width: 22px;
}.ty_block_id_65 p {
    font-size: calc(15px - 1px);
}
}

@media (max-width: 576px) {.ty_block_id_65 {
    padding: 2rem 0;
}.ty_block_id_65 .expert_guides_94 {
    transform: none;
    border-radius: 10px;
    padding: 1.5rem;
}.ty_block_id_65 h5 {
    font-size: calc(24px - 6px);
}.ty_block_id_65 .expert_guides_94 > div:first-child::after {
    width: 60px;
    height: 2px;
}.ty_block_id_65 .expert_guides_94:hover > div:first-child::after {
    width: 90px;
}.ty_block_id_65 h5::before {
    width: 20px;
    font-size: 10px;
    height: 20px;
}.ty_block_id_65 p {
    font-size: calc(15px - 2px);
    line-height: 1.6;
}}.secure_cove_28 {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    gap: 30px;
    background: linear-gradient(to right, rgb(145,157,156), rgb(110,118,118));
    padding: 50px;
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.secure_cove_28 h1 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 38px;
}.secure_cove_28 h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}.secure_cove_28 h3, .secure_cove_28 h4, .secure_cove_28 h5, .secure_cove_28 h6 {
    text-align: center;
    margin: 1rem 0;
}.secure_cove_28 p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: justify;
}.secure_cove_28 ul, .secure_cove_28 ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}.secure_cove_28 ul li, .secure_cove_28 ol li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 14px;
}.secure_cove_28 span {
    font-weight: 600;
}.secure_cove_28 div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.secure_cove_28 {
    padding: 30px 15px;
}.secure_cove_28 h1 {
    font-size: calc(21px - 10px);
}.secure_cove_28 h2 {
    font-size: calc(21px - 8px);
}.secure_cove_28 p, .secure_cove_28 li {
    font-size: calc(14px - 2px);
}}
.start_now_48 {
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    margin: 5rem 0;
    background: linear-gradient(135deg, rgb(110,118,118) 0%, rgb(145,157,156) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.start_now_48::before {
    opacity: 0.1;
    height: 120%;
    transform: rotate(-5deg);
    top: -10%;
    width: 120%;
    background: repeating-linear-gradient(
    45deg,
    rgb(110,118,118,0.5),
    rgb(110,118,118,0.5) 10px,
    transparent 10px,
    transparent 20px
  );
    content: "";
    left: -5%;
    position: absolute;
    pointer-events: none;
    z-index: 1;
}.start_now_48::after {
    left: 0;
    z-index: 2;
    opacity: 0.15;
    top: 0;
    position: absolute;
    background: radial-gradient(
    circle at 75% 25%,
    rgb(255, 255, 255, 0.5) 0%,
    transparent 60%
  );
    width: 100%;
    pointer-events: none;
    height: 100%;
    content: "";
}.start_now_48 .container {
    max-width: 1140px;
    display: flex;
    position: relative;
    transform-origin: center center;
    margin: 0 auto;
    align-items: center;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    z-index: 10;
}.start_now_48 h6 {
    text-align: center;
    color: #ffffff;
    font-size: clamp(1.5rem, 3vw, 18px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    position: relative;
    letter-spacing: 0.5px;
    max-width: 800px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
    line-height: 1.4;
}.start_now_48 h6::after {
    width: 80px;
    opacity: 0.7;
    background: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    content: "";
    height: 3px;
    position: absolute;
    bottom: -15px;
}.start_now_48 div div {
    position: relative;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}.start_now_48 div div::before {
    transform-origin: center;
    border-radius: 50%;
    position: absolute;
    width: 150px;
    animation: pulse 5s infinite alternate ease-in-out;
    background: rgb(255, 255, 255, 0.5);
    height: 150px;
    opacity: 0.05;
    z-index: -1;
    content: "";
}.start_now_48 div div span {
    display: inline-block;
    transform: translateZ(30px);
    position: relative;
}.start_now_48 .message_request_52 {
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    clip-path: polygon(
    5% 0%,
    100% 0%,
    95% 100%,
    0% 100%
  );
    background: #ffffff;
    text-decoration: none;
    align-items: center;
    display: inline-flex;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    color: rgb(145,157,156);
    padding: 1rem 2.5rem;
}.start_now_48 .message_request_52::before {
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
    left: -100%;
    position: absolute;
}.start_now_48 .message_request_52:hover {
    background: #ffffff;
    color: rgb(110,118,118);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) scale(1.03);
}.start_now_48 .message_request_52:hover::before {
    left: 100%;
}.start_now_48 .message_request_52 span {
    transition: transform 0.3s ease;
    z-index: 2;
    position: relative;
}.start_now_48 .message_request_52:hover span {
    transform: scale(1.05);
}.start_now_48 .message_request_52:active {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

@media (max-width: 992px) {.start_now_48 {
    padding: 3.5rem 1.5rem;
    margin: 4rem 0;
}.start_now_48 h6 {
    margin-bottom: 2rem;
}.start_now_48 .message_request_52 {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 768px) {.start_now_48 {
    margin: 3rem 0;
    padding: 3rem 1.25rem;
}.start_now_48::before {
    opacity: 0.07;
}.start_now_48 h6 {
    margin-bottom: 1.75rem;
    font-size: calc(12px * 1.3);
}.start_now_48 h6::after {
    width: 60px;
    bottom: -10px;
    height: 2px;
}.start_now_48 .message_request_52 {
    font-size: calc(18px * 0.95);
    padding: 0.85rem 2rem;
}
}

@media (max-width: 576px) {.start_now_48 {
    padding: 2.5rem 1rem;
    margin: 2.5rem 0;
}.start_now_48 h6 {
    margin-bottom: 1.5rem;
    font-size: calc(12px * 1.2);
}.start_now_48 .container {
    transform: perspective(1000px) rotateX(1deg);
}.start_now_48 .message_request_52 {
    padding: 0.8rem 1.8rem;
    font-size: calc(18px * 0.9);
}.start_now_48 div div::before {
    width: 120px;
    height: 120px;
}}.study_method_37 {
    align-items: center;
    min-height: 80vh;
    overflow: hidden;
    background: linear-gradient(215deg, #000000 0%, rgb(145,157,156) 100%);
    padding: 6rem 0;
    display: flex;
    position: relative;
}.study_method_37::before {
    position: absolute;
    opacity: 0.2;
    height: 100%;
    top: 0;
    content: '';
    background: 
        linear-gradient(90deg, rgb(110,118,118,0.5) 1px, transparent 1px) 0 0 / 20px 100%,
        linear-gradient(0deg, rgb(110,118,118,0.5) 1px, transparent 1px) 0 0 / 100% 20px;
    width: 100%;
    left: 0;
}.study_method_37::after {
    background: linear-gradient(45deg, rgb(145,157,156,0.5) 25%, transparent 25%, transparent 50%, rgb(145,157,156,0.5) 50%, rgb(145,157,156,0.5) 75%, transparent 75%, transparent);
    left: 0;
    position: absolute;
    opacity: 0.05;
    background-size: 30px 30px;
    height: 100%;
    width: 100%;
    content: '';
    animation: moveBackground 20s linear infinite;
    top: 0;
}@keyframes moveBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.study_method_37 .expert_guides_94 {
    z-index: 5;
    width: 100%;
    display: flex;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.study_method_37 .caption_box_08 {
    border-radius: 0 15px 15px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    padding: 3rem;
    max-width: 900px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    border-left: 4px solid rgb(110,118,118);
    width: 90%;
    position: relative;
    backdrop-filter: blur(5px);
}.study_method_37 .caption_box_08::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(110,118,118), rgb(145,157,156));
    animation: scanline 2s linear infinite;
    left: 0;
    width: 5px;
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

.study_method_37 .caption_box_08::after {
    height: 100%;
    content: '';
    width: 100%;
    animation: glitch 3s ease-in-out infinite alternate;
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
    left: 0;
    z-index: -1;
    top: 0;
}@keyframes glitch {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

.study_method_37 h2 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 35px;
    color: #ffffff;
    text-shadow: 
        2px 2px 0 rgb(110,118,118,0.5),
        -2px -2px 0 rgb(145,157,156,0.5);
    font-weight: 700;
    position: relative;
    padding-left: 1.5rem;
    display: inline-block;
    margin-bottom: 2rem;
}.study_method_37 h2::before {
    left: 0;
    color: rgb(110,118,118);
    content: '>';
    position: absolute;
    animation: blink 1s step-end infinite;
}@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.study_method_37 h2::after {
    background: linear-gradient(90deg, rgb(110,118,118), rgb(145,157,156));
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
}.study_method_37 p {
    margin-bottom: 0;
    position: relative;
    line-height: 1.8;
    padding-left: 1.5rem;
    color: #ffffff;
    font-size: 13px;
}.study_method_37 p::before {
    width: 3px;
    position: absolute;
    background: rgb(110,118,118,0.5);
    content: '';
    height: 100%;
    left: 0;
    top: 0;
}.study_method_37 .caption_box_08::before,
.study_method_37 .caption_box_08::after,
.study_method_37 h2,
.study_method_37 p {
    transition: all 0.3s ease;
}.study_method_37 .caption_box_08:hover h2 {
    text-shadow: 
        3px 3px 0 rgb(110,118,118,0.5),
        -3px -3px 0 rgb(145,157,156,0.5);
    transform: translateX(5px);
}.study_method_37 .caption_box_08:hover p {
    transform: translateX(5px);
}.study_method_37 .caption_box_08:hover::before {
    animation-duration: 1s;
}.study_method_37 .caption_box_08:hover::after {
    animation-duration: 1.5s;
}.study_method_37 .caption_box_08::before,
.study_method_37 h2::before {
    animation-play-state: running;
}.study_method_37::before {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        85% 100%,
        0 100%
    );
}

@media (max-width: 992px) {.study_method_37 {
    padding: 5rem 1.5rem;
    min-height: 70vh;
}.study_method_37 .caption_box_08 {
    width: 90%;
    padding: 2.5rem;
}.study_method_37 h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 1.8rem;
}.study_method_37 p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 768px) {.study_method_37 {
    padding: 4rem 1rem;
    min-height: auto;
}.study_method_37 .caption_box_08 {
    width: 100%;
    padding: 2rem;
}.study_method_37 h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}.study_method_37 h2::after {
    height: 1px;
}.study_method_37 p {
    padding-left: 1.2rem;
}.study_method_37 p::before {
    width: 2px;
}
}

@media (max-width: 576px) {.study_method_37 {
    padding: 3rem 0.8rem;
}.study_method_37 .caption_box_08 {
    padding: 1.5rem;
}.study_method_37 h2 {
    font-size: calc(35px * 0.7);
    padding-left: 1rem;
    margin-bottom: 1.2rem;
}.study_method_37 p {
    padding-left: 1rem;
    font-size: calc(13px * 0.9);
}.study_method_37::before,
    .study_method_37::after {
    opacity: 0.15;
}.study_method_37 .caption_box_08::before {
    animation-duration: 3s;
}}.who_we_are_09 {
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}.who_we_are_09::before {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(145,157,156,0.5) 100%);
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    backdrop-filter: blur(3px) saturate(110%);
    z-index: 1;
}.who_we_are_09::after {
    transform: rotate(15deg);
    opacity: 0.15;
    width: 30%;
    content: "";
    height: 40%;
    right: -2%;
    filter: blur(20px);
    z-index: 0;
    animation: float 15s ease-in-out infinite alternate;
    top: -5%;
    position: absolute;
    background: linear-gradient(120deg, rgb(110,118,118) 0%, rgb(145,157,156) 100%);
}.who_we_are_09 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.who_we_are_09 .caption_box_08 {
    border-left: 4px solid rgb(145,157,156);
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.92);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 3.5rem;
    transform: perspective(1000px) rotateY(-1deg);
}.who_we_are_09 .caption_box_08:hover {
    transform: perspective(1000px) rotateY(0deg);
}.who_we_are_09 .caption_box_08::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    mix-blend-mode: overlay;
    position: absolute;
    height: 100%;
    content: "";
    pointer-events: none;
    top: 0;
    left: 0;
}.who_we_are_09 h1 {
    position: relative;
    transform: translateX(-2%);
    color: #000000;
    letter-spacing: -0.05em;
    font-weight: 700;
    padding-bottom: 1rem;
    font-size: 48px;
    margin-bottom: 2rem;
}.who_we_are_09 h1::after {
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(145,157,156) 0%, rgb(110,118,118) 100%);
    content: "";
    transform-origin: left;
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 80px;
}.who_we_are_09 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.who_we_are_09 li {
    margin-bottom: 1.5rem;
}.who_we_are_09 h4 {
    transform: translateX(-1%);
    font-size: 20px;
    font-weight: 600;
    color: rgb(145,157,156);
    letter-spacing: 0.03em;
    margin-bottom: 1rem;
}.who_we_are_09 span {
    line-height: 1.8;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    max-width: 100%;
    display: block;
    padding-left: 1rem;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}.who_we_are_09 span::first-letter {
    font-size: 1.2em;
    color: rgb(110,118,118);
    font-weight: 600;
}

@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 80px;
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(12deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(18deg) translate(10px, -10px);
    }
}

@media (max-width: 991px) {.who_we_are_09 {
    padding: 80px 0 60px;
}.who_we_are_09 .caption_box_08 {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(-0.5deg);
}.who_we_are_09 h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 1.5rem;
}.who_we_are_09 h4 {
    font-size: calc(20px * 0.95);
}
}

@media (max-width: 767px) {.who_we_are_09 {
    padding: 60px 0 40px;
}.who_we_are_09 .caption_box_08 {
    transform: none;
    padding: 2rem 1.5rem;
    border-left-width: 3px;
}.who_we_are_09 h1 {
    margin-bottom: 1.25rem;
    font-size: calc(48px * 0.8);
}.who_we_are_09 h1::after {
    width: 60px;
    height: 2px;
}.who_we_are_09 h4 {
    font-size: calc(20px * 0.9);
    margin-bottom: 0.75rem;
}.who_we_are_09 span {
    font-size: calc(17px * 0.95);
    padding-left: 0.75rem;
    line-height: 1.6;
}.who_we_are_09::after {
    top: -10%;
    width: 50%;
    height: 30%;
    right: -10%;
}
    
    @keyframes expandLine {
        100% {
            width: 60px;
        }
    }
}

@media (max-width: 480px) {.who_we_are_09 {
    padding: 50px 0 30px;
}.who_we_are_09 .caption_box_08 {
    padding: 1.5rem 1.25rem;
    border-left-width: 2px;
}.who_we_are_09 h1 {
    font-size: calc(48px * 0.7);
    margin-bottom: 1rem;
}.who_we_are_09 h1::after {
    width: 50px;
}.who_we_are_09 span {
    line-height: 1.5;
    padding-left: 0.5rem;
    font-size: calc(17px * 0.9);
}@keyframes expandLine {
        100% {
            width: 50px;
        }
    }
}header {
    backdrop-filter: blur(10px);
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    top: 0;
    z-index: 100;
    position: fixed;
}header::before {
    content: "";
    top: 0;
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(145,157,156,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(110,118,118,0.5) 0%, transparent 20%);
    width: 100%;
    height: 100%;
    left: 0;
    animation: pulse 15s infinite alternate;
}header .container {
    padding: 1rem 2rem;
    position: relative;
}header .nav_begin_61 {
    justify-content: space-between;
    display: flex;
    z-index: 2;
    position: relative;
    align-items: center;
}header .nav_teach_56 {
    display: flex;
    position: relative;
    align-items: center;
    gap: 2rem;
}header .nav_teach_56::before {
    top: -15px;
    transform: skewX(-15deg);
    content: "";
    width: calc(100% + 60px);
    z-index: -1;
    height: calc(100% + 30px);
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, rgb(145,157,156,0.5) 50%, transparent 100%);
    border-radius: 16px;
    left: -30px;
}header .nav_info_46 {
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    padding: 0.5rem 0;
}header .nav_info_46::before {
    content: "";
    bottom: 0;
    transition: width 0.3s ease;
    background: linear-gradient(to right, rgb(145,157,156), rgb(110,118,118));
    left: 0;
    position: absolute;
    height: 2px;
    width: 0;
}header .nav_info_46:hover {
    color: rgb(145,157,156);
    transform: translateY(-2px);
}header .nav_info_46:hover::before {
    width: 100%;
}header .header_guide_82 {
    display: flex;
    z-index: 2;
    align-items: center;
    position: relative;
    text-decoration: none;
}header .header_guide_82 svg {
    height: 40px;
    width: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}header .header_guide_82:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgb(145,157,156,0.5));
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .nav_teach_56 {
    gap: 1.5rem;
}header .nav_info_46 {
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header {
    position: relative;
}header .nav_begin_61 {
    flex-direction: column-reverse;
    gap: 1rem;
    padding: 1rem 0;
}header .header_guide_82 {
    margin-bottom: 0.5rem;
}header .nav_teach_56 {
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    padding: 0.5rem 0;
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
}header .nav_teach_56::before {
    display: none;
}header .nav_info_46 {
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    white-space: nowrap;
}header .nav_info_46::before {
    display: none;
}}footer {
    z-index: 1;
    width: 100%;
    position: relative;
}.achieve_cta_94 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: linear-gradient(135deg, #000000, rgb(110,118,118));
    padding: 80px 0 30px;
    position: relative;
}.achieve_cta_94::before {
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    background: radial-gradient(circle at 10% 20%, rgb(110,118,118,0.5) 0%, transparent 50%);
    content: "";
    left: 0;
    position: absolute;
}.achieve_cta_94::after {
    background: linear-gradient(45deg, transparent 40%, rgb(145,157,156,0.5) 70%, transparent 100%);
    bottom: 0;
    pointer-events: none;
    content: "";
    left: 0;
    animation: shiftGradient 15s infinite linear;
    position: absolute;
    top: 0;
    right: 0;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.achieve_cta_94 .container {
    position: relative;
    z-index: 2;
}footer .media_kit_06 {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .instant_help_78 {
    padding: 25px;
    gap: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    transform: translateY(0);
    flex-wrap: wrap;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(8px);
}footer .instant_help_78:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}footer .info_item {
    display: flex;
    flex: 1 1 220px;
    align-items: center;
}footer .info_item svg {
    filter: drop-shadow(0 0 3px rgb(145,157,156,0.5));
    height: 20px;
    margin-right: 12px;
    width: 20px;
    transition: transform 0.3s ease;
    fill: rgb(145,157,156);
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    font-size: 14px;
    text-decoration: none;
    align-items: center;
    transition: color 0.3s ease;
    font-weight: 400;
    display: flex;
    color: #ffffff;
}footer .info_item a:hover {
    color: rgb(145,157,156);
    text-shadow: 0 0 8px rgb(145,157,156,0.5);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    margin-top: 20px;
    display: grid;
    gap: 40px;
}footer .head_learning_38 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .head_learning_38 svg {
    transition: filter 0.3s ease;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 5px rgb(145,157,156,0.5));
    width: auto;
    height: 50px;
}footer .head_learning_38:hover svg {
    filter: drop-shadow(0 0 8px rgb(145,157,156));
}footer .trial_offer_49 {
    line-height: 1.5;
    color: #ffffff;
    max-width: 300px;
    opacity: 0.8;
    font-size: 13px;
}footer .nav_teach_56 {
    position: relative;
    padding: 25px;
    transition: box-shadow 0.3s ease;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
}footer .nav_teach_56:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .nav_teach_56::before {
    opacity: 0;
    border-radius: calc(30px + 2px);
    transition: opacity 0.5s ease;
    left: -2px;
    background: linear-gradient(45deg, rgb(145,157,156), transparent, rgb(110,118,118), transparent);
    bottom: -2px;
    z-index: -1;
    position: absolute;
    top: -2px;
    right: -2px;
    content: "";
}footer .nav_teach_56:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .nav_teach_56 h5 {
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}footer .nav_teach_56 h5::after {
    position: absolute;
    transition: width 0.3s ease;
    bottom: -1px;
    left: 0;
    height: 2px;
    content: "";
    background: rgb(145,157,156);
    width: 50px;
}footer .nav_teach_56:hover h5::after {
    width: 100px;
}footer .top_section_02 {
    display: flex;
    margin-bottom: 25px;
    gap: 10px;
    flex-direction: column;
}footer .top_section_02 a {
    padding-left: 15px;
    font-size: calc(14px - 1px);
    font-weight: 400;
    transition: color 0.3s ease, padding-left 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    position: relative;
}footer .top_section_02 a::before {
    transform: translateY(-50%) scale(0.8);
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    content: "";
    top: 50%;
    opacity: 0.7;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    position: absolute;
    left: 0;
    background-color: rgb(145,157,156);
}footer .top_section_02 a:hover {
    padding-left: 20px;
    color: rgb(145,157,156);
}footer .top_section_02 a:hover::before {
    opacity: 1;
    box-shadow: 0 0 5px rgb(145,157,156), 0 0 10px rgb(145,157,156,0.5);
    background-color: rgb(145,157,156);
    transform: translateY(-50%) scale(1);
}footer .subscribe_holder {
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    background: linear-gradient(135deg, rgb(110,118,118,0.5), #000000);
    border-radius: 30px;
    overflow: hidden;
}footer .subscribe_holder::before {
    animation: pulseBackground 10s infinite ease-in-out;
    height: 200%;
    left: -50%;
    content: "";
    width: 200%;
    top: -50%;
    position: absolute;
    z-index: -1;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    position: relative;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 600;
}footer .subscribe_holder h5::after {
    height: 2px;
    background: linear-gradient(90deg, rgb(145,157,156), transparent);
    left: 0;
    bottom: -5px;
    width: 100%;
    content: "";
    position: absolute;
}footer .subscribe_holder p {
    color: #ffffff;
    opacity: 0.9;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
}footer .input_holder {
    gap: 15px;
    display: flex;
    position: relative;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    padding: 14px 16px;
    font-size: 14px;
    width: 100%;
    transition: all 0.3s ease;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(145,157,156);
    box-shadow: 0 0 10px rgb(145,157,156,0.5);
    outline: none;
    background: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .mail_group_16 {
    position: relative;
    font-size: 17px;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    background: rgb(145,157,156);
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
    padding: 14px 24px;
    cursor: pointer;
}footer .mail_group_16::before {
    left: -100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    width: 100%;
    transition: left 0.7s ease;
    content: "";
}footer .mail_group_16:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background: rgb(110,118,118);
}footer .mail_group_16:hover::before {
    left: 100%;
}footer .project_ref_56 {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .footer_caption_08 {
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
    font-size: 13px;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .mail_group_16 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .media_kit_06 {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .instant_help_78 {
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .achieve_cta_94 {
    padding: 60px 0 30px;
}footer .instant_help_78 {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .nav_teach_56, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .nav_teach_56 h5 {
    font-size: calc(22px - 2px);
}footer .subscribe_holder p, footer .top_section_02 a {
    font-size: calc(14px - 2px);
}footer .project_ref_56 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .achieve_cta_94 {
    padding: 40px 0 20px;
}footer .instant_help_78, footer .nav_teach_56, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .mail_group_16 {
    padding: 12px;
}footer .head_learning_38 svg {
    height: 40px;
}footer .trial_offer_49 {
    font-size: calc(13px - 1px);
}}.connect_form_62 {
    z-index: 1;
    min-height: 650px;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
}.connect_form_62::before {
    z-index: -1;
    inset: 0;
    position: absolute;
    content: '';
    background-color: rgb(145,157,156,0.5);
}.connect_form_62 .container {
    width: 100%;
    position: relative;
    padding: 0 20px;
    max-width: 1280px;
    margin: 0 auto;
}.connect_form_62 .query_links_29 {
    position: relative;
    flex-direction: column-reverse;
    width: 100%;
    display: flex;
}.connect_form_62 .reach_list_13 {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    background-color: transparent;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 40px 20px 120px;
}.connect_form_62 .reach_list_13 h3 {
    font-size: 36px;
    text-align: center;
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 700;
    position: relative;
}.connect_form_62 .reach_list_13 h3::after {
    background-color: rgb(110,118,118);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    bottom: 0;
    content: '';
    width: 60px;
}.connect_form_62 .reach_list_13 div {
    min-height: 140px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    flex: 1 0 calc(50% - 30px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    align-items: center;
    background-color: #ffffff;
    display: flex;
    max-width: 220px;
    border-radius: 27px;
}.connect_form_62 .reach_list_13 div:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}.connect_form_62 .reach_list_13 div svg {
    width: 35px;
    height: 35px;
    margin-bottom: 15px;
}.connect_form_62 .reach_list_13 div svg path {
    fill: rgb(110,118,118);
}.connect_form_62 .reach_list_13 div span {
    font-size: 18px;
    color: #000000;
    margin-top: 10px;
    line-height: 1.5;
}.connect_form_62 .reach_list_13 div span a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}.connect_form_62 .reach_list_13 div span a:hover {
    color: rgb(110,118,118);
}.connect_form_62 .help_inquiry_93 {
    padding: 40px 30px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    border-radius: 27px;
    max-width: 550px;
    z-index: 2;
    transform: translateY(50px);
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
}.connect_form_62 .help_inquiry_93::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 3px;
    background-color: #ffffff;
    top: -15px;
    height: 30px;
    width: 30px;
    z-index: -1;
}.connect_form_62 .help_inquiry_93 h3 {
    text-align: center;
    font-size: 19px;
    margin-bottom: 25px;
    font-weight: 700;
    color: rgb(145,157,156);
}.connect_form_62 .help_inquiry_93 form {
    gap: 15px;
    flex-wrap: wrap;
    display: flex;
}.connect_form_62 .help_inquiry_93 input[type="text"],
.connect_form_62 .help_inquiry_93 input[type="email"] {
    border: 1px solid rgb(180,190,190);
    flex: 1 0 100%;
    border-radius: 10px;
    padding: 15px 20px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 18px;
    background-color: transparent;
    height: 50px;
    color: #000000;
}.connect_form_62 .help_inquiry_93 input[type="text"]:focus,
.connect_form_62 .help_inquiry_93 input[type="email"]:focus {
    border-color: rgb(110,118,118);
    box-shadow: 0 0 0 3px rgb(110,118,118,0.5);
    outline: none;
}.connect_form_62 .help_inquiry_93 input::placeholder {
    color: #000000;
    opacity: 0.6;
}.connect_form_62 .help_inquiry_93 .feedback_block_26 {
    flex: 1 0 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}.connect_form_62 .help_inquiry_93 .feedback_block_26 input[type="checkbox"] {
    -webkit-appearance: none;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
    width: 20px;
    margin-top: 3px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    appearance: none;
    border: 2px solid rgb(180,190,190);
    border-radius: 4px;
    position: relative;
}.connect_form_62 .help_inquiry_93 .feedback_block_26 input[type="checkbox"]:checked {
    border-color: rgb(110,118,118);
    background-color: rgb(110,118,118);
}.connect_form_62 .help_inquiry_93 .feedback_block_26 input[type="checkbox"]:checked::before {
    left: 50%;
    top: 50%;
    content: '✓';
    font-size: 12px;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #ffffff;
}.connect_form_62 .help_inquiry_93 .feedback_block_26 label {
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
}.connect_form_62 .help_inquiry_93 .feedback_block_26 label a {
    transition: color 0.3s ease;
    color: rgb(110,118,118);
    text-decoration: none;
}.connect_form_62 .help_inquiry_93 .feedback_block_26 label a:hover {
    color: rgb(145,157,156);
}.connect_form_62 .help_inquiry_93 .message_request_52 {
    font-weight: 600;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgb(110,118,118,0.5);
    margin-top: 15px;
    background: linear-gradient(135deg, rgb(110,118,118), rgb(145,157,156));
    height: 50px;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
}.connect_form_62 .help_inquiry_93 .message_request_52:hover {
    box-shadow: 0 8px 25px rgb(145,157,156,0.5);
    transform: translateY(-3px);
}

@media screen and (min-width: 992px) {.connect_form_62 {
    min-height: 700px;
    padding: 100px 0;
}.connect_form_62 .query_links_29 {
    align-items: center;
    flex-direction: row;
}.connect_form_62 .reach_list_13 {
    justify-content: space-between;
    align-items: center;
    padding: 60px 0 60px 120px;
    gap: 30px;
    width: 65%;
    margin-left: auto;
}.connect_form_62 .reach_list_13 h3 {
    padding-left: 0;
    margin-bottom: 40px;
    text-align: left;
    padding-right: 0;
}.connect_form_62 .reach_list_13 h3::after {
    left: 0;
    transform: none;
}.connect_form_62 .reach_list_13 div {
    flex: 0 0 calc(50% - 15px);
    margin: 0;
    max-width: calc(50% - 15px);
}.connect_form_62 .help_inquiry_93 {
    margin: 0;
    position: absolute;
    z-index: 3;
    width: 45%;
    padding: 40px;
    left: 0;
    max-width: 450px;
}.connect_form_62 .help_inquiry_93::before {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: -15px;
}
}

@media screen and (min-width: 1200px) {.connect_form_62 .reach_list_13 {
    width: 70%;
    padding-left: 200px;
}.connect_form_62 .help_inquiry_93 {
    width: 40%;
    max-width: 480px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.connect_form_62 {
    padding: 80px 0 120px;
}.connect_form_62 .reach_list_13 {
    justify-content: space-between;
    padding: 0 20px 120px;
}.connect_form_62 .reach_list_13 div {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
}
}

@media screen and (max-width: 767px) {.connect_form_62 {
    padding: 60px 0 120px;
}.connect_form_62 .reach_list_13 {
    padding: 0 20px 120px;
}.connect_form_62 .reach_list_13 h3 {
    font-size: calc(19px + 2px);
}.connect_form_62 .reach_list_13 div {
    flex: 0 0 100%;
    margin-bottom: 0;
    min-height: 120px;
    max-width: 280px;
}.connect_form_62 .reach_list_13 div svg {
    height: 30px;
    width: 30px;
}.connect_form_62 .help_inquiry_93 {
    padding: 30px 25px;
}
}

@media screen and (max-width: 480px) {.connect_form_62 {
    padding: 40px 0 100px;
}.connect_form_62 .reach_list_13 {
    gap: 20px;
}.connect_form_62 .reach_list_13 div {
    padding: 20px 15px;
    min-height: auto;
}}.course_demographic_47 {
    overflow: hidden;
    background-color: rgb(180,190,190);
    padding: 5rem 0;
    position: relative;
}.course_demographic_47::before {
    opacity: 0.4;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(110,118,118,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(145,157,156,0.5) 0%, transparent 30%);
    content: '';
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
}.course_demographic_47::after {
    animation: moveGradient 120s linear infinite;
    background: linear-gradient(45deg, transparent 48%, rgb(110,118,118,0.5) 49%, rgb(110,118,118,0.5) 51%, transparent 52%);
    left: -50%;
    position: absolute;
    background-size: 100px 100px;
    width: 200%;
    height: 200%;
    top: -50%;
    opacity: 0.05;
    z-index: 1;
    content: '';
}.course_demographic_47 .expert_guides_94 {
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    z-index: 2;
    position: relative;
    margin: 0 auto;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 80px rgb(110,118,118,0.5);
    padding: 3rem;
    background: rgba(255, 255, 255, 0.08);
    max-width: 1100px;
}.course_demographic_47 h3 {
    letter-spacing: 1px;
    font-size: 38px;
    font-weight: 600;
    position: relative;
    margin-bottom: 3.5rem;
    color: #000000;
    text-align: center;
}.course_demographic_47 h3::before {
    border-radius: 50px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: '';
    top: -30px;
    background: rgb(110,118,118);
    width: 60px;
    height: 5px;
}.course_demographic_47 h3::after {
    background: linear-gradient(90deg, transparent, rgb(110,118,118), transparent);
    content: '';
    left: 50%;
    width: 40%;
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    height: 1px;
}.course_demographic_47 ul {
    padding: 0;
    flex-direction: column;
    gap: 2rem;
    list-style: none;
    display: flex;
    margin: 0;
}.course_demographic_47 li {
    flex-direction: column;
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    align-items: center;
    padding: 2.5rem 2rem;
    display: flex;
    overflow: hidden;
    text-align: center;
}.course_demographic_47 li::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(110,118,118,0.5), rgb(145,157,156,0.5));
    top: 0;
    opacity: 0.3;
    transition: opacity 0.4s ease;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
}.course_demographic_47 li::after {
    z-index: -1;
    opacity: 0;
    content: '';
    width: 100%;
    background: radial-gradient(circle at center bottom, rgb(110,118,118,0.5) 0%, transparent 70%);
    bottom: 0;
    transition: opacity 0.5s ease;
    left: 0;
    position: absolute;
    height: 100%;
}.course_demographic_47 li:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}.course_demographic_47 li:hover::before {
    opacity: 1;
}.course_demographic_47 li:hover::after {
    opacity: 0.15;
}.course_demographic_47 li svg {
    display: block;
    width: 60px;
    transition: all 0.4s ease;
    filter: drop-shadow(0 3px 6px rgb(110,118,118,0.5));
    margin-bottom: 1.5rem;
    fill: rgb(110,118,118);
    height: 60px;
}.course_demographic_47 li:hover svg {
    filter: drop-shadow(0 5px 10px rgb(145,157,156,0.5));
    transform: scale(1.05);
    fill: rgb(145,157,156);
}.course_demographic_47 li svg path {
    transition: all 0.4s ease;
}.course_demographic_47 li:hover svg path {
    fill: rgb(145,157,156);
}.course_demographic_47 li {
    line-height: 1.6;
    padding-bottom: 1rem;
    font-weight: 300;
    color: #000000;
    position: relative;
    font-size: 13px;
}.course_demographic_47 li:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.75);
}.course_demographic_47 li:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.8);
}.course_demographic_47 li:nth-child(3) {
    background-color: rgba(255, 255, 255, 0.85);
}.course_demographic_47 li:nth-child(4) {
    background-color: rgba(255, 255, 255, 0.9);
}

@keyframes moveGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (min-width: 992px) {.course_demographic_47 ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}.course_demographic_47 li:nth-child(even) {
    transform: translateY(20px);
}.course_demographic_47 li:nth-child(even):hover {
    transform: translateY(12px);
}.course_demographic_47 li:nth-child(1),
    .course_demographic_47 li:nth-child(4) {
    animation: float 8s ease-in-out infinite;
}.course_demographic_47 li:nth-child(2),
    .course_demographic_47 li:nth-child(3) {
    animation: float 8s ease-in-out infinite reverse;
}
}

@media (max-width: 991px) {.course_demographic_47 .expert_guides_94 {
    padding: 2rem;
}.course_demographic_47 h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2.5rem;
}.course_demographic_47 li {
    padding: 2rem 1.5rem;
}.course_demographic_47 li svg {
    margin-bottom: 1rem;
    height: 50px;
    width: 50px;
}
}

@media (max-width: 767px) {.course_demographic_47 {
    padding: 3rem 0;
}.course_demographic_47 .expert_guides_94 {
    padding: 1.5rem;
}.course_demographic_47 h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.course_demographic_47 h3::before {
    width: 50px;
    top: -20px;
}.course_demographic_47 h3::after {
    width: 70%;
}.course_demographic_47 ul {
    gap: 1.5rem;
}.course_demographic_47 li {
    padding: 1.5rem 1rem;
}.course_demographic_47 li svg {
    height: 45px;
    width: 45px;
}
}