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

.head_primary {
    flex: 1 0 auto;
}

.head_primary {
    z-index: 1;
    background: rgb(228,230,242);
    padding-top: 2rem;
    position: relative;
}

.level_up {
    flex: 0 0 auto;
}

.level_up {
    padding: 90px 0 50px;
    color: #ffffff;
    z-index: 2;
    font-family: Arial, sans-serif;
    position: relative;
}

.educational_yield::after {
    height: 160%;
    top: -30%;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgb(158,166,202,0.5) 0%, transparent 70%);
    width: 80%;
    content: '';
    opacity: 0.3;
    right: -20%;
    position: absolute;
    transform: rotate(-30deg);
}

.educational_yield h2::after {
    content: '';
    bottom: -10px;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(158,166,202) 0%, transparent 100%);
    position: absolute;
    width: 100%;
}

.educational_yield .background_photo::after {
    content: '';
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    height: 30%;
}

.educational_yield .text_main_holder > div:nth-child(2) {
    grid-column: 7 / 13;
    grid-row: 2 / 3;
}

.educational_yield .text_main_holder > div:nth-child(4) {
    grid-column: 7 / 13;
    grid-row: 4 / 5;
}

.educational_yield .text_main_holder > div:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

.educational_yield .text_main_holder > div:hover::before {
    opacity: 0.1;
}

.educational_yield .text_main_holder > div:hover svg {
    transform: scale(1.1);
    background: rgb(195,200,225,0.5);
}

.educational_yield .text_main_holder svg path {
    fill: rgb(158,166,202);
    transition: fill 0.3s ease;
}

.program_structure {
    overflow: hidden;
    background: rgb(228,230,242);
    padding: 100px 0;
    position: relative;
}

.program_structure .container {
    position: relative;
    z-index: 1;
}

.program_structure .learn_experts {
    align-items: center;
    flex-direction: column;
    position: relative;
    min-height: 500px;
    display: flex;
    justify-content: center;
}

.program_structure .class_route {
    grid-template-rows: auto auto 1fr;
    grid-template-areas: 
        "logo logo"
        "title photo1"
        "desc photo2";
    position: relative;
    z-index: 2;
    gap: 30px;
    width: 100%;
    display: grid;
    grid-template-columns: 60% 40%;
}

.program_structure .page_header::before {
    top: -8px;
    bottom: -8px;
    background: conic-gradient(
        from 0deg, 
        rgb(195,200,225,0.5), 
        rgb(158,166,202,0.5), 
        rgb(195,200,225,0.5)
    );
    right: -8px;
    left: -8px;
    border-radius: 50%;
    position: absolute;
    animation: spin 10s linear infinite;
    z-index: -1;
    opacity: 0.6;
    content: "";
}

.program_structure .page_header:hover svg {
    transform: rotate(-10deg);
}

.program_structure h3 {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    grid-area: title;
    position: relative;
    margin: 0;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    border-radius: 0 19px 19px 0;
    transition: all 0.5s ease;
    z-index: 5;
    background: #ffffff;
    transform: translateX(-5%);
    font-weight: 700;
    color: #000000;
    font-size: 35px;
    padding: 30px 40px;
}

.program_structure p {
    padding-right: 70px;
    grid-area: desc;
    transition: all 0.5s ease 0.1s;
    transform: translateX(-10%);
    color: #000000;
    border-radius: 0 19px 19px 0;
    padding: 35px 40px;
    position: relative;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    margin: 0;
    z-index: 4;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    line-height: 1.8;
    font-size: 13px;
    background: #ffffff;
}

.program_structure .class_route:hover::after {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(10%);
}

.customer_feedback::before {
    transform: rotate(-15deg);
    right: -5%;
    top: -10%;
    filter: blur(50px);
    z-index: 0;
    opacity: 0.2;
    background: linear-gradient(to right, rgb(195,200,225,0.5), rgb(158,166,202,0.5));
    width: 20vw;
    content: "";
    position: absolute;
    height: 20vw;
}

.customer_feedback h2 {
    margin-bottom: 3rem;
    letter-spacing: -0.01em;
    animation: fadeInUp 0.7s ease-out 0.2s forwards;
    font-weight: 700;
    opacity: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    transform: translateY(20px);
    text-align: center;
    font-size: 32px;
}

.customer_feedback .user_ratings:nth-child(1) {
    animation-delay: 0.3s;
}

.customer_feedback .user_ratings:nth-child(3) {
    animation-delay: 0.7s;
}

.customer_feedback .user_ratings:nth-child(5) {
    animation-delay: 1.1s;
}

.customer_feedback .user_ratings:nth-child(7) {
    animation-delay: 1.5s;
}

.customer_feedback .user_ratings::before {
    font-family: serif;
    opacity: 0.15;
    top: -20px;
    left: 20px;
    position: absolute;
    content: "";
    line-height: 1;
    color: rgb(195,200,225);
    font-size: 120px;
}

.customer_feedback .user_ratings:hover h3::after {
    transform: scaleX(1);
}

.customer_feedback .user_ratings .description {
    font-size: 18px;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.6;
    font-family: Arial, sans-serif;
}

.customer_feedback .user_ratings:hover div img {
    transform: scale(1.1);
}

.get_help_info {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(228,230,242);
}

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

.get_help_info .contact_now {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    position: relative;
    gap: 30px;
}

.get_help_info .reach_experts:first-child {
    display: flex;
    flex-direction: column;
    padding: 40px;
}



.get_help_info .reach_experts:first-child {
    position: relative;
    overflow: hidden;
}

.get_help_info .reach_experts:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.get_help_info h2::after {
    transition: width 0.3s ease;
    left: 0;
    content: "";
    width: 30px;
    height: 2px;
    bottom: -15px;
    background: rgb(195,200,225);
    position: absolute;
}

.get_help_info .edu_form {
    margin-top: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 30px;
}

.get_help_info .edu_form h3::before {
    background: rgb(195,200,225);
    margin-right: 10px;
    display: block;
    width: 16px;
    content: "";
    height: 16px;
}

.get_help_info .reach_experts .background_photo {
    height: 100%;
    width: 100%;
    min-height: 100%;
    position: relative;
    transition: transform 0.5s ease;
}

.get_help_info .reach_experts:hover .background_photo {
    transform: scale(1.05);
}

.get_help_info .edu_reach a:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.get_help_info .edu_reach a::before {
    content: "";
    height: 100%;
    top: 0;
    transition: width 0.3s ease;
    position: absolute;
    left: -40px;
    width: 0;
    background: rgb(195,200,225);
}

.get_help_info svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,200,225);
}

.get_help_info .reach_experts:first-child::after {
    top: -50%;
    z-index: -1;
    transition: transform 0.5s ease;
    opacity: 0.05;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgb(195,200,225,0.5) 100%);
    content: "";
    width: 100%;
    right: -50%;
    transform: rotate(45deg);
    height: 100%;
}

.prospective_members::before {
    opacity: 0.03;
    top: 0;
    content: '';
    left: 0;
    z-index: 1;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(195,200,225,0.5) 0,
        rgb(195,200,225,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    height: 100%;
    position: absolute;
}

.prospective_members ul {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    gap: 25px;
    list-style: none;
    padding: 0;
    justify-content: center;
}

.prospective_members ul li::before {
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 28px;
    transition: opacity 0.4s ease;
    width: 100%;
    opacity: 0;
    position: absolute;
    content: '';
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(228,230,242) 100%);
    height: 100%;
}

.prospective_members ul li svg path {
    fill: rgb(195,200,225);
    transition: fill 0.4s ease;
}

.prospective_members ul li:nth-child(1) {
    animation-delay: 0.1s;
}

.prospective_members ul li:nth-child(2) {
    animation-delay: 0.2s;
}

.prospective_members ul li:nth-child(4) {
    animation-delay: 0.4s;
}

.prospective_members ul li:nth-child(6) {
    animation-delay: 0.6s;
}

.privacy_holdfast {
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,230,242) 0%, rgba(250, 250, 255, 0.95) 100%);
    position: relative;
}

.privacy_holdfast .container {
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1200px;
    perspective: 1000px;
}

.privacy_holdfast h2 {
    font-weight: 600;
    margin-bottom: 1.25rem;
    position: relative;
    margin-top: 3rem;
    color: #000000;
    transform: translateZ(5px);
    padding-left: 1.5rem;
    font-size: 37px;
}

.privacy_holdfast h2::before {
    width: 0.75rem;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    background: rgb(158,166,202);
    left: 0;
    height: 0.75rem;
    content: "";
}

.privacy_holdfast h4::before {
    position: absolute;
    background: rgb(158,166,202,0.5);
    opacity: 0.7;
    top: 50%;
    content: "";
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    height: 0.5rem;
    width: 0.5rem;
}

.privacy_holdfast p strong::after {
    left: 0;
    background: rgb(158,166,202,0.5);
    content: "";
    transform-origin: left;
    bottom: -2px;
    width: 100%;
    position: absolute;
    transform: scaleX(0.9);
    height: 2px;
}

.privacy_holdfast li::before {
    position: absolute;
    transform: rotate(45deg);
    border-radius: 10px;
    border: 2px solid rgb(158,166,202);
    top: 0.6em;
    left: 0;
    width: 0.5rem;
    content: "";
    height: 0.5rem;
}

.cookie_popup_interrupt {
    width: 100%;
    background: rgb(228,230,242);
    bottom: 0;
    z-index: 90;
    position: fixed;
    border-top: 2px solid rgb(195,200,225);
}

#bannerCookieNotice:checked ~ .cookie_popup_interrupt {
    opacity: 0;
    visibility: hidden;
}

.cookie_layer {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookie_popup_interrupt p a {
    color: rgb(195,200,225);
    text-decoration: none;
}

.wrapper-section .cookie_control {
    background: rgb(195,200,225);
    padding: 10px;
    margin-left: 30px;
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    border: none;
}

.wrapper-section .track_manage h5, .wrapper-section .track_manage p {
    color: #000000;
}

.newsletter {
    padding: 4rem 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(195,200,225,0.5), rgb(158,166,202));
    position: relative;
}

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

.newsletter h4 {
    line-height: 1.4;
    font-weight: 600;
    font-size: calc(20px * 0.95);
    text-align: center;
    max-width: 90%;
    color: #000000;
    margin: 0 0 2rem;
    letter-spacing: 0.01em;
    position: relative;
}

.newsletter .learn_experts:hover h4::after {
    width: 5rem;
}

.newsletter .input_holder {
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    display: flex;
    margin-top: 1rem;
    gap: 1rem;
    max-width: 600px;
}

.newsletter input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}

.newsletter .sub_titles {
    color: white;
    border: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    overflow: hidden;
    min-width: 180px;
    background: linear-gradient(135deg, rgb(195,200,225), rgb(195,200,225,0.5));
    position: relative;
    font-size: 15px;
    z-index: 1;
    padding: 0.9rem 1.5rem;
    font-weight: 600;
}

.our_mission::before {
    content: "";
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    background: radial-gradient(circle at 30% 40%, 
        rgba(0, 0, 0, 0.3),
        rgba(0, 0, 0, 0.7) 65%,
        rgba(0, 0, 0, 0.85) 100%);
    z-index: 1;
}

.our_mission .content_box_wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 
                0 0 0 1px rgb(195,200,225);
}

.our_mission .content_box_wrap::after {
    background: linear-gradient(to right, 
        transparent, 
        rgb(158,166,202,0.5), 
        transparent);
    z-index: 3;
    right: 20px;
    height: 1px;
    width: 40%;
    content: "";
    bottom: -10px;
    position: absolute;
}

.our_mission ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.our_mission li:last-child {
    animation-delay: 0.6s;
}

.our_mission h4 {
    transform: translateX(-10px);
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    color: rgb(158,166,202);
    font-size: 20px;
    animation: slideRight 0.8s ease-out 0.4s forwards;
    opacity: 0;
}

.our_mission span::before {
    opacity: 0.8;
    background: rgb(195,200,225);
    position: absolute;
    height: 10px;
    border-radius: 50%;
    top: 0;
    left: -5px;
    width: 10px;
    content: "";
}

.statistics_information::before {
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    opacity: 0.15;
    left: 0;
    background: linear-gradient(135deg, rgb(195,200,225,0.5) 0%, transparent 75%);
    content: "";
}

.statistics_information::before, 
.statistics_information::after,
.statistics_information .container::before {
    animation: pulse 15s infinite alternate;
}

.statistics_information ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    list-style: none;
    transform-style: preserve-3d;
}

.statistics_information .pro_gains::before {
    background: linear-gradient(90deg, rgb(195,200,225,0.5), transparent);
    transition: opacity 0.3s ease;
    inset: 0;
    position: absolute;
    z-index: -1;
    border-radius: 15px;
    opacity: 0;
    content: "";
}

.statistics_information .pro_gains:hover::before {
    opacity: 0.1;
}

.statistics_information .pro_gains:nth-child(even)::before {
    background: linear-gradient(90deg, transparent, rgb(158,166,202,0.5));
}

.statistics_information .pro_gains:nth-child(2) {
    transform: translateX(-100px);
}

.statistics_information .pro_gains:nth-child(2) {
    animation-delay: 0.3s;
}

.statistics_information .pro_gains:nth-child(1):hover {
    transform: perspective(1000px) translateZ(30px) translateX(110px);
}

.statistics_information .pro_gains:nth-child(4):hover {
    transform: perspective(1000px) translateZ(30px) translateX(-210px);
}

.statistics_information .pro_gains:hover p {
    transform: scale(1.1);
}

.statistics_information .pro_gains span {
    flex-grow: 1;
    font-size: 17px;
    transition: all 0.3s ease;
    color: #000000;
    font-weight: 600;
}

.statistics_information svg {
    width: 50px;
    transition: all 0.4s ease;
    flex-shrink: 0;
    fill: rgb(195,200,225);
    height: 50px;
}

.statistics_information .pro_gains::after {
    z-index: -1;
    background: linear-gradient(to bottom, rgb(195,200,225,0.5), transparent);
    height: 100px;
    content: "";
    width: 2px;
    position: absolute;
}

.statistics_information .container::before {
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    opacity: 0.15;
    position: absolute;
    left: 0;
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50px 50px, 50px 50px, 50px 50px, 50px 50px;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(195,200,225,0.5) 0%, transparent 15%),
        radial-gradient(circle at 90% 90%, rgb(158,166,202,0.5) 0%, transparent 15%),
        radial-gradient(circle at 90% 10%, rgb(195,200,225,0.5) 0%, transparent 12%),
        radial-gradient(circle at 10% 90%, rgb(158,166,202,0.5) 0%, transparent 12%),
        linear-gradient(45deg, rgb(195,200,225,0.5) 0%, transparent 2%),
        linear-gradient(135deg, rgb(158,166,202,0.5) 0%, transparent 2%),
        linear-gradient(225deg, rgb(195,200,225,0.5) 0%, transparent 2%),
        linear-gradient(315deg, rgb(158,166,202,0.5) 0%, transparent 2%);
    z-index: -2;
}

.opening_page .study_fast::before {
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgb(158,166,202,0.5) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
    top: 0;
    content: "";
    left: 0;
    opacity: 0.85;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.opening_page .study_fast span {
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    transform: translateY(20px);
    display: block;
}

.opening_page .study_fast div div {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.opening_page .study_fast p::after {
    left: 0;
    height: 2px;
    background: linear-gradient(
    90deg,
    rgb(195,200,225) 0%,
    transparent 100%
  );
    width: 60%;
    content: "";
    bottom: -10px;
    position: absolute;
}

.thanks_area::before {
    animation: pulse 8s infinite alternate ease-in-out;
    z-index: 1;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.thanks_area h2 {
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    margin-bottom: 3rem;
    color: #000000;
    font-weight: 700;
    opacity: 0;
    font-size: 33px;
    text-align: center;
    animation: fadeUpIn 0.8s 0.2s forwards ease-out;
    position: relative;
}

.thanks_area .learn_experts::before {
    content: "";
    background: linear-gradient(180deg, rgb(195,200,225,0.5) 0%, transparent 80%);
    left: 50%;
    z-index: -1;
    opacity: 0.3;
    position: absolute;
    transform: translateX(-50%);
    top: -8px;
    width: 95%;
    filter: blur(12px);
    height: 100%;
    border-radius: 10px;
}

.thanks_area li::before {
    background: linear-gradient(135deg, rgb(158,166,202) 0%, rgb(195,200,225) 100%);
    transform: scale(0);
    left: -40px;
    border-radius: 50%;
    opacity: 0;
    content: "";
    box-shadow: 0 5px 15px -5px rgb(158,166,202,0.5);
    width: 32px;
    position: absolute;
    animation: popIn 0.4s 1.2s forwards cubic-bezier(0.25, 1.8, 0.5, 1);
    top: -5px;
    height: 32px;
}

header::after {
    top: 0;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(to right, transparent 0%, rgb(158,166,202,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(158,166,202,0.5) 50%, transparent 100%);
    content: '';
    left: 0;
    height: 100%;
    z-index: 0;
}

header .page_header:hover {
    box-shadow: 5px 0 15px -5px rgb(195,200,225);
    transform: translateX(5px);
}

header .nav_page {
    position: relative;
    transition: all 0.3s ease;
    display: block;
}

header .nav_page:hover::after {
    opacity: 1;
}

header .site_prime {
    z-index: 2;
    display: flex;
    margin: 0;
    position: relative;
    padding: 0;
    list-style: none;
}

header .site_top a {
    align-items: center;
    text-decoration: none;
    height: 45px;
    font-weight: 600;
    position: relative;
    padding: 0 1.2rem;
    justify-content: center;
    letter-spacing: 1px;
    color: #ffffff;
    border-left: 1px solid transparent;
    transition: all 0.3s ease;
    overflow: hidden;
    border-right: 1px solid transparent;
    display: flex;
    z-index: 1;
    font-size: 15px;
}

header .site_top:hover::before {
    transform: translateY(-50%) scale(1);
}

header .main_nav::before {
    top: 20px;
    position: absolute;
    width: 30px;
    height: 1px;
    left: 20px;
    content: '';
    background: rgb(195,200,225);
}

.reach_out {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: rgb(228,230,242);
}

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

.reach_out h2::before {
    left: 0;
    width: 5px;
    top: 0;
    background: rgb(195,200,225);
    height: 100%;
    border-radius: 10px;
    content: "";
    position: absolute;
}

.reach_out .request_grid {
    order: 1;
}

.reach_out form h3 {
    font-size: 21px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
}

.reach_out form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.reach_out .help_section input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.reach_out .help_section label::before {
    content: "";
    height: 22px;
    width: 22px;
    top: 2px;
    transition: all 0.2s ease;
    left: 0;
    border-radius: 10px;
    background: rgb(228,230,242);
    position: absolute;
}

.reach_out .help_section label a:hover {
    color: rgb(158,166,202);
}

.reach_out form .query_links {
    font-weight: 600;
    color: #ffffff;
    background: #000000;
    font-family: Arial, sans-serif;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border: none;
    display: inline-block;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 18px 40px;
}

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

.instructor_profile .user_ratings::before {
    z-index: -1;
    border-radius: 25px;
    filter: blur(40px);
    top: 50%;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgb(195,200,225,0.5) 0%, transparent 50%);
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    left: 0;
    content: "";
    opacity: 0.3;
    height: 90%;
}

.instructor_profile .user_ratings:hover .background_photo {
    transform: scale(1.02);
    filter: contrast(1.2) brightness(1.1);
}

.instructor_profile .background_photo::before {
    left: 0;
    background: rgb(195,200,225);
    animation: pulseOpacity 3s ease-in-out infinite;
    z-index: 3;
    top: 0;
    position: absolute;
    width: 10px;
    height: 100%;
    opacity: 0.7;
    content: "";
}

.instructor_profile .user_ratings:hover .name::after {
    width: 60%;
}

.instructor_profile .user_ratings span:not(.name) {
    align-self: start;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    font-weight: 600;
    transform: translateX(0);
    z-index: 3;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    backdrop-filter: blur(5px);
    padding: 0.6rem 1.2rem;
    grid-area: job;
    color: rgb(158,166,202);
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    font-size: 22px;
    border-radius: 10px;
}

.pricing_offer_box {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(228,230,242), rgba(0, 0, 0, 0.5));
    position: relative;
    padding: 5rem 1rem;
    overflow: hidden;
}

.pricing_offer_box .study_costs {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.pricing_offer_box .class_deals h2 {
    display: inline-block;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    font-size: 35px;
    font-weight: 700;
}

.pricing_offer_box .payment_plan {
    color: #000000;
    margin: 0 auto;
    max-width: 90%;
    line-height: 1.6;
    font-size: 18px;
}

.pricing_offer_box .program_rate {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: block;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    border-radius: 19px;
    position: relative;
    color: #000000;
    opacity: 0;
    background: #ffffff;
    overflow: hidden;
    transform: translateZ(0) scale(1);
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.pricing_offer_box .deal_board {
    padding: 2rem;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
}

.pricing_offer_box .promo_rates {
    transition: transform 0.3s ease, color 0.3s ease;
    color: rgb(195,200,225);
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    position: relative;
    display: inline-block;
}

.pricing_offer_box .deal_board p {
    line-height: 1.6;
    overflow-wrap: break-word;
    color: #000000;
    font-size: calc(18px - 2px);
    word-break: break-word;
    flex-grow: 1;
    margin: 0;
}

.pricing_offer_box .program_rate:hover .background_photo {
    transform: scale(1.05);
}

footer {
    position: relative;
}

.level_up::before {
    top: 0;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    height: 1px;
    opacity: 0.1;
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
}

.level_up .company_holder h3::after {
    margin: 15px auto 0;
    content: '';
    height: 3px;
    background: rgb(195,200,225);
    width: 60px;
    border-radius: 3px;
    display: block;
}

.level_up .license_cta {
    max-width: 80%;
    margin: 0 auto;
    position: relative;
    line-height: 1.6;
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
}

.level_up .site_prime:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}

.level_up .site_prime:hover {
    transform: perspective(1000px) rotateY(0);
}

.level_up .site_prime h5 {
    position: relative;
    padding-bottom: 15px;
    word-wrap: break-word;
    font-weight: 600;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 30px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.level_up .site_prime .header_start a {
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    font-size: 14px;
    text-decoration: none;
    opacity: 0.8;
    word-break: break-word;
    color: #ffffff;
    white-space: normal;
}

.citation {
    padding: 25px 0;
    position: relative;
    z-index: 2;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.2);
}



.level_up .skill_links::before {
    background: rgb(158,166,202);
    content: '';
    left: -5%;
    width: 250px;
    filter: blur(100px);
    z-index: -1;
    animation: pulse 10s infinite ease-in-out reverse;
    border-radius: 50%;
    bottom: -10%;
    position: absolute;
    height: 250px;
    opacity: 0.1;
}



@media (max-width: 1200px) {.educational_yield .background_photo {
    grid-column: 1 / 9;
}.educational_yield .text_main_holder > div:nth-child(1),
    .educational_yield .text_main_holder > div:nth-child(2),
    .educational_yield .text_main_holder > div:nth-child(3),
    .educational_yield .text_main_holder > div:nth-child(4) {
    grid-column: 8 / 13;
}
}



@media (max-width: 576px) {.educational_yield {
    padding: 60px 0;
}.educational_yield h2 {
    font-size: 37px;
}.educational_yield .background_photo {
    min-height: 280px;
}.educational_yield .text_main_holder > div {
    padding: 20px;
    gap: 15px;
}.educational_yield .text_main_holder svg {
    padding: 7px;
    height: 38px;
    width: 38px;
}}



@media screen and (max-width: 1024px) {.customer_feedback {
    padding: 4rem 0;
}.customer_feedback .alumni_voices {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}.customer_feedback h2 {
    font-size: calc(32px - 2px);
    margin-bottom: 2.5rem;
}
}



@media screen and (max-width: 768px) {.customer_feedback {
    padding: 3rem 0;
}.customer_feedback .alumni_voices {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.customer_feedback .user_ratings {
    padding: 1.5rem;
}.customer_feedback h2 {
    margin-bottom: 2rem;
    font-size: calc(32px - 4px);
}.customer_feedback h2::after {
    bottom: -10px;
    width: 60px;
}.customer_feedback .user_ratings::before {
    font-size: 100px;
    top: -15px;
}
}



@media screen and (max-width: 480px) {.customer_feedback {
    padding: 2.5rem 0;
}.customer_feedback .user_ratings {
    padding: 1.25rem;
}.customer_feedback h2 {
    font-size: calc(32px - 6px);
    margin-bottom: 1.5rem;
}.customer_feedback h2::after {
    height: 2px;
    width: 50px;
}.customer_feedback .user_ratings::before {
    font-size: 80px;
    left: 10px;
    top: -10px;
}.customer_feedback .user_ratings .description {
    font-size: calc(18px - 1px);
}.customer_feedback .user_ratings div {
    height: 50px;
    width: 50px;
}}



@media (max-width: 992px) {.get_help_info {
    padding: 70px 0;
}.get_help_info .contact_now {
    grid-template-columns: 1fr 1fr;
}.get_help_info .reach_experts:last-child {
    grid-column: span 2;
}
}



@media (max-width: 992px) {.prospective_members {
    padding: 70px 0;
}.prospective_members h3 {
    margin-bottom: 40px;
}.prospective_members ul li {
    padding: 30px 20px;
    width: calc(50% - 13px);
}
}



@media (max-width: 768px) {.prospective_members ul {
    gap: 20px;
}.prospective_members ul li {
    width: 100%;
    padding: 25px 20px;
}
}



@media (prefers-reduced-motion: reduce) {.prospective_members ul li {
    animation: none;
    opacity: 1;
}.prospective_members ul li:hover {
    transform: none;
}.prospective_members ul li:hover svg {
    transform: none;
}}



@media (min-width: 992px) {.privacy_holdfast {
    padding: 7rem 4rem;
}.privacy_holdfast h1 {
    transform: translateX(2rem) translateZ(10px);
}.privacy_holdfast span {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.privacy_holdfast span:hover {
    transform: translateY(-5px) translateX(5px) translateZ(0);
}.privacy_holdfast p, .privacy_holdfast li {
    font-size: calc(18px * 1.05);
}
}


@media only screen and (max-width: 800px){.wrapper-section .cookie_layer {
    margin-bottom: 14px;
    margin: 0;
}}



@media screen and (min-width: 768px) {.newsletter .learn_experts {
    padding: 2.5rem 3.5rem;
    flex-direction: row;
    justify-content: space-between;
}.newsletter h4 {
    text-align: left;
    max-width: 50%;
    margin: 0;
}.newsletter h4::after {
    transform: none;
    left: 0;
}.newsletter .input_holder {
    justify-content: flex-end;
    flex: 0 0 50%;
    margin-top: 0;
    width: auto;
}
}



@media (prefers-reduced-motion: reduce) {.newsletter .learn_experts,
    .newsletter input[type="email"],
    .newsletter .sub_titles,
    .newsletter .sub_titles::before {
    transition: none;
}}



@media (max-width: 1200px) {.statistics_information .pro_gains {
    max-width: 500px;
}.statistics_information .pro_gains:nth-child(1) {
    transform: translateX(70px);
}.statistics_information .pro_gains:nth-child(2) {
    transform: translateX(-70px);
}.statistics_information .pro_gains:nth-child(3) {
    transform: translateX(140px);
}.statistics_information .pro_gains:nth-child(4) {
    transform: translateX(-140px);
}.statistics_information .pro_gains:nth-child(1):hover {
    transform: perspective(1000px) translateZ(30px) translateX(80px);
}.statistics_information .pro_gains:nth-child(2):hover {
    transform: perspective(1000px) translateZ(30px) translateX(-80px);
}.statistics_information .pro_gains:nth-child(3):hover {
    transform: perspective(1000px) translateZ(30px) translateX(150px);
}.statistics_information .pro_gains:nth-child(4):hover {
    transform: perspective(1000px) translateZ(30px) translateX(-150px);
}.statistics_information .pro_gains p {
    font-size: 3rem;
    flex-basis: 120px;
}.statistics_information svg {
    width: 45px;
    height: 45px;
}.statistics_information .pro_gains::after {
    height: 80px;
}.statistics_information .pro_gains:nth-child(odd)::after {
    right: calc(100% + 40px);
}.statistics_information .pro_gains:nth-child(even)::after {
    left: calc(100% + 40px);
}
}



@media (max-width: 576px) {.statistics_information {
    padding: 60px 0;
}.statistics_information h2 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: calc(38px * 0.8);
}.statistics_information .pro_gains {
    padding: 15px;
    gap: 15px;
}.statistics_information .pro_gains p {
    flex-basis: 70px;
    font-size: 2rem;
}.statistics_information svg {
    height: 30px;
    width: 30px;
}.statistics_information .pro_gains span {
    font-size: calc(17px * 0.9);
}}



@media screen and (max-width: 576px) {.opening_page {
    min-height: 70vh;
}.opening_page .study_fast {
    padding: 2rem 1.25rem;
}.opening_page .study_fast h1 {
    font-size: calc(39px * 0.65);
    margin-bottom: 1.2rem;
}.opening_page .study_fast h3 {
    margin-bottom: 1rem;
    padding-left: 0.75rem;
    font-size: calc(24px * 0.7);
}.opening_page .study_fast p {
    font-size: calc(16px * 0.9);
    margin-bottom: 2rem;
}.opening_page .study_fast p::after {
    width: 40%;
}}



@media (max-width: 576px) {.thanks_area {
    padding: 3rem 0;
}.thanks_area h2 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.7);
}.thanks_area .learn_experts {
    padding: 1.5rem;
    transform: none;
}.thanks_area ul::before {
    left: -12px;
}.thanks_area li::before {
    left: -25px;
    top: -2px;
    height: 20px;
    width: 20px;
}.thanks_area li span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}



@media (max-width: 479px) {header .main_nav {
    padding: 0.7rem 1.2rem;
}header .page_header {
    max-width: 120px;
    padding: 0.3rem 0.5rem;
}header .site_top a {
    padding: 0 0.6rem;
    font-size: calc(15px - 3px);
    height: 32px;
}}



@media screen and (max-width: 991px) {.reach_out {
    padding: 90px 0;
}.reach_out .query_form {
    grid-template-columns: 1fr;
    gap: 40px;
}.reach_out .background_photo {
    max-width: 600px;
    order: 1;
    min-height: 400px;
    margin: 0 auto;
}.reach_out .request_grid {
    order: 2;
}.reach_out form {
    margin: 0 auto;
    max-width: 600px;
}
}



@media screen and (max-width: 576px) {.reach_out {
    padding: 50px 0;
}.reach_out h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.8);
}.reach_out .background_photo {
    box-shadow: -8px 8px 0 rgb(195,200,225,0.5);
    min-height: 250px;
}.reach_out form {
    padding: 30px 20px;
}.reach_out form h3 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.reach_out form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.reach_out form .query_links {
    padding: 15px 20px;
    width: 100%;
}}



@media (min-width: 768px) {.pricing_offer_box {
    padding: 7rem 2rem;
}.pricing_offer_box .study_costs {
    align-items: flex-start;
    flex-direction: row;
}.pricing_offer_box .class_deals {
    margin: 0;
    flex: 0 0 30%;
    flex-direction: column;
    justify-content: center;
    display: flex;
    text-align: left;
    order: 0;
    padding-right: 2rem;
}.pricing_offer_box .class_deals h2 {
    text-align: left;
}.pricing_offer_box .class_deals h2::after {
    transform: none;
    left: 0;
}.pricing_offer_box .payment_plan {
    max-width: 100%;
    margin: 0;
}.pricing_offer_box .rate_options {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}



@media (max-width: 576px) {.level_up {
    padding: 40px 0 20px;
}.level_up .company_holder h3 {
    font-size: calc(34px * 0.8);
}.level_up .site_prime h5 {
    font-size: calc(24px * 0.9);
}
}



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

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



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

@keyframes pulse {
    0% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.05;
    }
}




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



@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}



@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}



@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}



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



@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}



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



@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

