﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.main_edu_web {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    width: 19px;
}::-webkit-scrollbar-track {
    background: repeating-radial-gradient(circle at center, rgb(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5) 5px, rgb(171,139,193) 5px, rgb(171,139,193) 20px);
    box-shadow: inset 0px -3px 0px 4px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-thumb {
    border-radius: 9.5rem;
    animation: shift_scrollbar 2.6s ease-out infinite;
    transition: transform 4.4s ease;
    box-shadow: 1px -2px 7px 1px rgba(0, 0, 0, 0.6);
    background: rgb(206,177,217);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 1px -2px 10px 2px rgba(0, 0, 0, 0.3);
    background: rgb(206,177,217);
}::-webkit-scrollbar-thumb:active {
    background: rgb(206,177,217,0.5);
    transform: translateY(1px);
    box-shadow: inset -5px 5px 15px 0px rgba(0, 0, 0, 0.5);
}html {
    scrollbar-color: rgb(171,139,193) rgb(171,139,193);
    scrollbar-width: thin;
}svg {
    width: 30px;
    height: 30px;
}.inner-container_web {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}.encrypt_cta_web {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1172px;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    color: #000000;
    auto
contain;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_rewards_web {
    position: relative;
    background: linear-gradient(110deg, rgb(228,215,237) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 70px 0;
    font-family: Arial, sans-serif;
}.course_rewards_web::before {
    opacity: 0.4;
    transform: translate(30%, -30%);
    content: "";
    width: 400px;
    top: 0;
    position: absolute;
    filter: blur(60px);
    height: 400px;
    background: radial-gradient(circle, rgb(206,177,217,0.5) 0%, transparent 70%);
    animation: float 15s ease-in-out infinite alternate;
    right: 0;
}.course_rewards_web::after {
    filter: blur(60px);
    bottom: 0;
    background: radial-gradient(circle, rgb(171,139,193,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.4;
    height: 400px;
    animation: float 20s ease-in-out infinite alternate-reverse;
    transform: translate(-30%, 30%);
    width: 400px;
}@keyframes float {
  0% {
    transform: translate(-30%, 30%) scale(1);
    opacity: 0.3;
  }
  100% {
    transform: translate(-20%, 20%) scale(1.1);
    opacity: 0.5;
  }
}

.course_rewards_web .container {
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.course_rewards_web .study_sessions_web {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 30px;
    display: grid;
    position: relative;
}.course_rewards_web .photo_album_web {
    border-radius: 15px;
    object-fit: cover;
    z-index: 1;
    position: relative;
    height: auto;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(-1deg);
    max-height: 400px;
    box-shadow: 
    15px 15px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    width: 100%;
}.course_rewards_web .photo_album_web:hover {
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.15),
    -8px -8px 25px rgba(255, 255, 255, 0.8);
    transform: rotate(0) scale(1.02);
}.course_rewards_web .text_slot_web {
    border-radius: 15px;
    background: #ffffff;
    transform: translateY(10px);
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.08),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    z-index: 2;
    padding: 30px 25px;
    position: relative;
}.course_rewards_web .text_slot_web::before {
    right: -5px;
    top: -5px;
    z-index: -1;
    content: "";
    bottom: -5px;
    opacity: 0.3;
    position: absolute;
    border-radius: 20px;
    left: -5px;
    background: linear-gradient(135deg, rgb(206,177,217,0.5), rgb(171,139,193,0.5));
    filter: blur(10px);
}.course_rewards_web h3 {
    margin-bottom: 25px;
    padding-bottom: 10px;
    color: rgb(206,177,217);
    border-bottom: 2px dashed rgb(206,177,217,0.5);
    position: relative;
    font-size: 38px;
    font-weight: 700;
}.course_rewards_web h3::after {
    right: -15px;
    opacity: 0.3;
    border-radius: 50%;
    content: "";
    width: 30px;
    background: rgb(171,139,193,0.5);
    height: 30px;
    position: absolute;
    z-index: -1;
    top: -15px;
}.course_rewards_web ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.course_rewards_web li {
    transform: translateX(0);
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 15px;
}.course_rewards_web li:last-child {
    margin-bottom: 0;
}.course_rewards_web li::before {
    transition: height 0.3s ease;
    border-radius: 3px;
    background: linear-gradient(to bottom, rgb(206,177,217), rgb(171,139,193));
    height: 0;
    content: "";
    width: 3px;
    position: absolute;
    top: 0;
    left: -10px;
}.course_rewards_web li:hover {
    transform: translateX(8px);
}.course_rewards_web li:hover::before {
    height: 100%;
}.course_rewards_web li p {
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.03),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    align-items: center;
    display: flex;
    padding: 10px 12px;
    transition: all 0.3s ease;
    margin: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
    font-size: 12px;
    color: #000000;
    border-radius: 10px;
    gap: 12px;
}.course_rewards_web li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -3px -3px 8px rgba(255, 255, 255, 1);
}.course_rewards_web svg {
    width: 20px;
    border: 1px solid rgb(206,177,217,0.5);
    height: 20px;
    flex-shrink: 0;
    padding: 8px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: #ffffff;
}.course_rewards_web svg path {
    fill: rgb(206,177,217);
    transition: fill 0.3s ease;
}.course_rewards_web li:hover svg {
    border-color: transparent;
    transform: rotate(10deg);
    background: linear-gradient(135deg, rgb(206,177,217), rgb(171,139,193));
}.course_rewards_web li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.course_rewards_web {
    padding: 60px 0;
}.course_rewards_web .study_sessions_web {
    gap: 20px;
    grid-template-columns: 1fr;
}.course_rewards_web .photo_album_web {
    width: 100%;
    object-fit: cover;
    max-height: 350px;
    transform: rotate(0);
}.course_rewards_web .text_slot_web {
    transform: translateY(0);
}
}

@media (max-width: 768px) {.course_rewards_web {
    padding: 50px 0;
}.course_rewards_web .photo_album_web {
    max-height: 280px;
}.course_rewards_web h3 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 576px) {.course_rewards_web {
    padding: 40px 0;
}.course_rewards_web .photo_album_web {
    max-height: 220px;
}.course_rewards_web .text_slot_web {
    padding: 20px 15px;
}.course_rewards_web h3 {
    font-size: calc(38px * 0.85);
    margin-bottom: 20px;
}.course_rewards_web li {
    margin-bottom: 12px;
}.course_rewards_web li p {
    gap: 10px;
    padding: 8px 10px;
    font-size: calc(12px * 0.95);
}.course_rewards_web svg {
    width: 18px;
    height: 18px;
    padding: 6px;
}}footer {
    width: 100%;
    z-index: 1;
    position: relative;
}.encrypt_cta_web {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, #000000, rgb(171,139,193));
    padding: 80px 0 30px;
}.encrypt_cta_web::before {
    bottom: 0;
    content: "";
    top: 0;
    position: absolute;
    pointer-events: none;
    right: 0;
    background: radial-gradient(circle at 10% 20%, rgb(171,139,193,0.5) 0%, transparent 50%);
    left: 0;
}.encrypt_cta_web::after {
    content: "";
    animation: shiftGradient 15s infinite linear;
    right: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(206,177,217,0.5) 70%, transparent 100%);
    pointer-events: none;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.encrypt_cta_web .container {
    position: relative;
    z-index: 2;
}footer .footer_social_web {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}footer .contact_assistance_web {
    transform: translateY(0);
    display: flex;
    border-radius: 11px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    gap: 20px;
    flex-wrap: wrap;
}footer .contact_assistance_web:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}footer .info_item {
    flex: 1 1 220px;
    align-items: center;
    display: flex;
}footer .info_item svg {
    fill: rgb(206,177,217);
    height: 20px;
    width: 20px;
    filter: drop-shadow(0 0 3px rgb(206,177,217,0.5));
    transition: transform 0.3s ease;
    margin-right: 12px;
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    align-items: center;
    font-weight: 400;
    transition: color 0.3s ease;
    text-decoration: none;
    display: flex;
    color: #ffffff;
    font-size: 13px;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(206,177,217,0.5);
    color: rgb(206,177,217);
}footer .text_main_holder {
    display: grid;
    margin-top: 20px;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .main_learning_web {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .main_learning_web svg {
    width: auto;
    transition: filter 0.3s ease;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 5px rgb(206,177,217,0.5));
    height: 50px;
}footer .main_learning_web:hover svg {
    filter: drop-shadow(0 0 8px rgb(206,177,217));
}footer .news_feed_web {
    font-size: 15px;
    max-width: 300px;
    color: #ffffff;
    line-height: 1.5;
    opacity: 0.8;
}footer .nav_page_web {
    padding: 25px;
    backdrop-filter: blur(5px);
    border-radius: 11px;
    position: relative;
    transition: box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}footer .nav_page_web:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .nav_page_web::before {
    z-index: -1;
    opacity: 0;
    right: -2px;
    border-radius: calc(11px + 2px);
    left: -2px;
    content: "";
    bottom: -2px;
    background: linear-gradient(45deg, rgb(206,177,217), transparent, rgb(171,139,193), transparent);
    top: -2px;
    position: absolute;
    transition: opacity 0.5s ease;
}footer .nav_page_web:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .nav_page_web h5 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding-bottom: 10px;
    position: relative;
}footer .nav_page_web h5::after {
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    background: rgb(206,177,217);
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 50px;
}footer .nav_page_web:hover h5::after {
    width: 100px;
}footer .header_mainbar_web {
    margin-bottom: 25px;
    flex-direction: column;
    gap: 10px;
    display: flex;
}footer .header_mainbar_web a {
    text-decoration: none;
    font-weight: 400;
    color: #ffffff;
    transition: color 0.3s ease, padding-left 0.3s ease;
    position: relative;
    font-size: calc(13px - 1px);
    padding-left: 15px;
}footer .header_mainbar_web a::before {
    opacity: 0.7;
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 50%;
    height: 6px;
    transform: translateY(-50%) scale(0.8);
    left: 0;
    background-color: rgb(206,177,217);
    width: 6px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}footer .header_mainbar_web a:hover {
    padding-left: 20px;
    color: rgb(206,177,217);
}footer .header_mainbar_web a:hover::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    background-color: rgb(206,177,217);
    box-shadow: 0 0 5px rgb(206,177,217), 0 0 10px rgb(206,177,217,0.5);
}footer .subscribe_holder {
    background: linear-gradient(135deg, rgb(171,139,193,0.5), #000000);
    position: relative;
    border-radius: 11px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
    overflow: hidden;
}footer .subscribe_holder::before {
    height: 200%;
    left: -50%;
    width: 200%;
    top: -50%;
    position: absolute;
    z-index: -1;
    content: "";
    animation: pulseBackground 10s infinite ease-in-out;
    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 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}footer .subscribe_holder h5::after {
    content: "";
    height: 2px;
    background: linear-gradient(90deg, rgb(206,177,217), transparent);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
}footer .subscribe_holder p {
    margin-bottom: 20px;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
    font-size: 13px;
}footer .input_holder {
    position: relative;
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    width: 100%;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(206,177,217,0.5);
    outline: none;
    border-color: rgb(206,177,217);
    background: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_warning_web {
    background: rgb(206,177,217);
    text-align: center;
    transition: all 0.3s ease;
    font-size: 14px;
    border: none;
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
    padding: 14px 24px;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    font-weight: 600;
}footer .sub_warning_web::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: left 0.7s ease;
    top: 0;
}footer .sub_warning_web:hover {
    transform: translateY(-3px);
    background: rgb(171,139,193);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .sub_warning_web:hover::before {
    left: 100%;
}footer .progress_bar_web {
    padding-top: 20px;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .scholar_cta_web {
    font-size: 15px;
    opacity: 0.7;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
}

@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 .sub_warning_web {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .footer_social_web {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .contact_assistance_web {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .encrypt_cta_web {
    padding: 60px 0 30px;
}footer .contact_assistance_web {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .nav_page_web, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .nav_page_web h5 {
    font-size: calc(20px - 2px);
}footer .subscribe_holder p, footer .header_mainbar_web a {
    font-size: calc(13px - 2px);
}footer .progress_bar_web {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .encrypt_cta_web {
    padding: 40px 0 20px;
}footer .contact_assistance_web, footer .nav_page_web, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .sub_warning_web {
    padding: 12px;
}footer .main_learning_web svg {
    height: 40px;
}footer .news_feed_web {
    font-size: calc(15px - 1px);
}}.thanksNode_web {
    position: relative;
    background: linear-gradient(135deg, rgb(228,215,237), rgb(171,139,193,0.5) 120%);
    padding: 6rem 2rem;
    overflow: hidden;
}.thanksNode_web::before {
    opacity: 0.4;
    top: 0;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(206,177,217,0.5) 0%, transparent 60%);
    left: 0;
    z-index: 0;
    content: "";
    width: 100%;
}.thanksNode_web::after {
    background: linear-gradient(225deg, rgb(171,139,193) 0%, transparent 70%);
    z-index: 0;
    animation: float 15s ease-in-out infinite;
    bottom: -10%;
    position: absolute;
    right: -5%;
    height: 60%;
    content: "";
    width: 40%;
    opacity: 0.1;
    transform: rotate(-15deg);
}.thanksNode_web .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.thanksNode_web .study_sessions_web {
    position: relative;
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.85);
    padding: 3.5rem;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 15px 25px rgba(rgb(171,139,193), 0.05),
              0 5px 10px rgba(rgb(206,177,217), 0.03);
    transform-origin: center bottom;
}.thanksNode_web .study_sessions_web:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
              0 20px 30px rgba(rgb(171,139,193), 0.07),
              0 10px 15px rgba(rgb(206,177,217), 0.05);
}.thanksNode_web .study_sessions_web > div:first-child {
    padding-left: 1.5rem;
    position: relative;
    animation: slideInLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    opacity: 0;
    transform: translateX(-20px);
    border-left: 4px solid rgb(206,177,217);
    margin-bottom: 2rem;
}.thanksNode_web .study_sessions_web > div:last-child {
    transform: translateY(20px);
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    position: relative;
    opacity: 0;
}.thanksNode_web h5 {
    color: #000000;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    line-height: 1.4;
    margin: 0 0 1rem 0;
    font-family: Arial, sans-serif;
}.thanksNode_web h5::after {
    left: 0;
    width: 4rem;
    content: "";
    background: linear-gradient(90deg, rgb(206,177,217), transparent);
    bottom: -0.75rem;
    transform: scaleX(0);
    animation: scaleWidth 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    height: 3px;
    position: absolute;
    transform-origin: left;
}.thanksNode_web p {
    font-size: 16px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    overflow: hidden;
    margin: 0;
    color: #000000;
    position: relative;
}.thanksNode_web a {
    color: inherit;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    display: block;
}.thanksNode_web a::before {
    top: 0;
    transform: translateX(-10px);
    width: 0.5rem;
    opacity: 0;
    content: "";
    height: 100%;
    left: -2.5rem;
    background: linear-gradient(to bottom, rgb(206,177,217), rgb(171,139,193));
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}.thanksNode_web a:hover {
    transform: translateX(10px);
}.thanksNode_web a:hover::before {
    transform: translateX(0);
    opacity: 0.7;
}.thanksNode_web a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(206,177,217,0.5);
}

@keyframes slideInLeft {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@keyframes scaleWidth {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

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

@media (min-width: 768px) {.thanksNode_web {
    padding: 8rem 3rem;
}.thanksNode_web .study_sessions_web {
    margin: 0 5rem;
    padding: 4.5rem 5rem;
}.thanksNode_web .study_sessions_web > div:first-child {
    margin-bottom: 3rem;
    border-left-width: 6px;
    padding-left: 2rem;
}.thanksNode_web h5 {
    font-size: calc(22px * 1.1);
}.thanksNode_web p {
    font-size: calc(16px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 992px) {.thanksNode_web .study_sessions_web {
    flex-direction: row;
    margin: 0 auto;
    align-items: center;
}.thanksNode_web .study_sessions_web > div:first-child {
    margin-right: 5rem;
    flex: 0 0 40%;
    margin-bottom: 0;
}.thanksNode_web .study_sessions_web > div:last-child {
    flex: 0 0 60%;
}.thanksNode_web h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.thanksNode_web {
    padding: 4rem 1.5rem;
}.thanksNode_web .study_sessions_web {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.thanksNode_web h5 {
    font-size: calc(22px * 0.9);
}.thanksNode_web p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.thanksNode_web a::before {
    width: 0.3rem;
    left: -1.5rem;
}}.company_overview_web {
    isolation: isolate;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.company_overview_web::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(206,177,217,0.5), rgb(171,139,193,0.5));
    content: "";
    position: absolute;
    opacity: 0.85;
    top: 0;
    box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.1);
    width: 100%;
    z-index: -1;
    left: 0;
}.company_overview_web::after {
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    content: "";
    opacity: 0.06;
    position: absolute;
    width: 100%;
    z-index: -1;
    right: -50%;
    height: 200%;
    animation: lightShift 15s infinite alternate ease-in-out;
    top: -50%;
    transform: rotate(35deg);
}.company_overview_web .container {
    max-width: 1200px;
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    display: grid;
}.company_overview_web h2 {
    transform-origin: left center;
    font-weight: 700;
    font-size: calc(28px * 1.2);
    position: relative;
    color: #ffffff;
    animation: slideInTitle 1s cubic-bezier(0.17, 0.67, 0.31, 0.95) forwards;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
}.company_overview_web h2::after {
    content: "";
    height: 4px;
    position: absolute;
    transform: scaleX(0);
    animation: lineExpand 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.31, 0.95);
    box-shadow: 0 2px 10px rgb(171,139,193,0.5);
    width: 80px;
    background: rgb(171,139,193);
    left: 0;
    transform-origin: left;
    bottom: -12px;
}.company_overview_web .text_slot_web {
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.25),
        -15px -15px 30px rgba(255, 255, 255, 0.05),
        inset 2px 2px 3px rgba(255, 255, 255, 0.1),
        inset -2px -2px 3px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.06);
    animation: floatIn 1s 0.4s forwards cubic-bezier(0.17, 0.67, 0.31, 0.95);
    transform: translateY(30px);
    border-radius: 10px;
    opacity: 0;
    transition: transform 0.5s ease-out;
    overflow: hidden;
    backdrop-filter: blur(10px);
}.company_overview_web .text_slot_web::before {
    content: "";
    left: -100px;
    z-index: -1;
    height: 200px;
    position: absolute;
    background: linear-gradient(135deg, rgb(171,139,193,0.5), transparent);
    border-radius: 50%;
    width: 200px;
    top: -100px;
    opacity: 0.2;
}.company_overview_web .text_slot_web > div {
    padding: 35px;
    position: relative;
}.company_overview_web .text_slot_web p {
    letter-spacing: 0.5px;
    position: relative;
    font-size: calc(17px * 1.4);
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    color: #ffffff;
}.company_overview_web .text_slot_web p::after {
    left: 0;
    background: rgb(171,139,193);
    opacity: 0.8;
    width: 40px;
    position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
}.company_overview_web .text_slot_web div div {
    opacity: 0.95;
    font-size: 17px;
    z-index: 2;
    line-height: 1.8;
    position: relative;
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    column-count: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    column-gap: 40px;
}

@media (min-width: 768px) {.company_overview_web {
    padding: 150px 0;
}.company_overview_web .text_slot_web div div {
    column-count: 2;
}.company_overview_web h2 {
    font-size: calc(28px * 1.5);
    grid-column: 1 / -1;
}
}

@media (min-width: 1024px) {.company_overview_web {
    padding: 180px 0;
}.company_overview_web .container {
    grid-template-columns: 1fr;
    gap: 3rem;
}.company_overview_web .text_slot_web {
    box-shadow: 
            20px 20px 40px rgba(0, 0, 0, 0.2),
            -20px -20px 40px rgba(255, 255, 255, 0.03),
            inset 2px 2px 5px rgba(255, 255, 255, 0.1),
            inset -2px -2px 5px rgba(0, 0, 0, 0.1);
}.company_overview_web .text_slot_web:hover {
    transform: translateY(-5px);
    box-shadow: 
            25px 25px 50px rgba(0, 0, 0, 0.25),
            -25px -25px 50px rgba(255, 255, 255, 0.05),
            inset 2px 2px 5px rgba(255, 255, 255, 0.1),
            inset -2px -2px 5px rgba(0, 0, 0, 0.1);
}.company_overview_web .text_slot_web div div {
    column-count: 2;
}}

@keyframes slideInTitle {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes lineExpand {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

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

@keyframes lightShift {
    0% {
        transform: rotate(35deg) translateX(0);
        opacity: 0.06;
    }
    50% {
        opacity: 0.08;
    }
    100% {
        transform: rotate(35deg) translateX(50px);
        opacity: 0.06;
    }
}.confidential_refuge_web {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    line-height: 1.8;
    background-color: rgb(228,215,237);
    font-family: Arial, sans-serif;
    padding: 50px;
    color: #000000;
    position: relative;
}.confidential_refuge_web::before, .confidential_refuge_web::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
}.confidential_refuge_web::before {
    width: 150px;
    background: rgb(206,177,217);
    height: 150px;
    top: -50px;
    right: -50px;
}.confidential_refuge_web::after {
    background: rgb(171,139,193);
    height: 100px;
    left: -30px;
    width: 100px;
    bottom: -30px;
}.confidential_refuge_web h1 {
    z-index: 1;
    border-bottom: 3px solid rgb(206,177,217);
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 41px;
    padding-bottom: 15px;
    position: relative;
    color: rgb(206,177,217);
}.confidential_refuge_web h2 {
    font-weight: 600;
    margin-top: 35px;
    color: rgb(171,139,193);
    margin-bottom: 20px;
    font-size: 30px;
    position: relative;
    z-index: 1;
}.confidential_refuge_web h3,
.confidential_refuge_web h4,
.confidential_refuge_web h5,
.confidential_refuge_web h6 {
    z-index: 1;
    margin-top: 30px;
    position: relative;
    color: rgb(206,177,217);
    font-weight: 400;
    margin-bottom: 15px;
}.confidential_refuge_web h3 {
    font-size: calc(23px - 0.2rem);
}.confidential_refuge_web h4 {
    font-size: 23px;
}.confidential_refuge_web h5 {
    font-size: calc(23px - 0.2rem);
}.confidential_refuge_web h6 {
    font-size: 21px;
}.confidential_refuge_web ul {
    margin-top: 15px;
    list-style-type: disc;
    position: relative;
    z-index: 1;
    padding-left: 25px;
}.confidential_refuge_web ol {
    margin-top: 15px;
    padding-left: 25px;
    position: relative;
    z-index: 1;
    list-style-type: decimal;
}.confidential_refuge_web li {
    line-height: 1.7;
    margin-bottom: 15px;
    border-left: 3px solid rgb(171,139,193);
    z-index: 1;
    padding-left: 10px;
    position: relative;
}.confidential_refuge_web li::marker {
    color: rgb(206,177,217);
    font-weight: 600;
}.confidential_refuge_web div {
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
}.confidential_refuge_web p {
    position: relative;
    z-index: 1;
    font-size: 16px;
    margin-bottom: 25px;
}.confidential_refuge_web span {
    color: rgb(206,177,217);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {.confidential_refuge_web {
    padding: 25px;
    border-radius: 10px;
}.confidential_refuge_web h1 {
    font-size: calc(23px - 0.5rem);
}.confidential_refuge_web h2 {
    font-size: calc(23px - 0.4rem);
}.confidential_refuge_web p {
    font-size: calc(16px - 0.2rem);
}}
.confidential_refuge_web::before {
    border-radius: 10px;
    content: '';
    display: block;
    background-color: rgb(206,177,217);
    width: 60px;
    height: 6px;
    margin-bottom: 25px;
}.confidential_refuge_web ul li::marker,
.confidential_refuge_web ol li::marker {
    color: rgb(171,139,193);
    font-weight: 700;
}.confidential_refuge_web h2 {
    background: linear-gradient(to right, rgb(206,177,217), rgb(171,139,193));
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}.confidential_refuge_web section {
    margin: 50px 0;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    padding-top: 25px;
}.confidential_refuge_web hr {
    background: rgba(0, 0, 0, 0.5);
    height: 1px;
    margin: 40px 0;
    border: none;
}.overlayConsentSettings_web {
    align-items: center;
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    background: rgb(228,215,237);
    width: 100%;
    border-top: 3px solid rgb(206,177,217);
    padding: 1rem 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 90;
    overflow: hidden;
}#dialogPolicyNotice_web {
    display: none;
}#dialogPolicyNotice_web:checked ~ .overlayConsentSettings_web {
    visibility: hidden;
    opacity: 0;
}.overlayConsentSettings_web .container {
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    z-index: 1;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}.user_default_web {
    align-items: center;
    margin-right: 1rem;
    display: flex;
    flex-shrink: 0;
}.user_default_web svg {
    fill: rgb(206,177,217);
    width: 50px;
    height: 50px;
}.track_accept_web {
    margin-bottom: 20px;
    flex: 1;
    min-width: 300px;
}.track_accept_web h5 {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgb(206,177,217);
    margin-bottom: 0.5rem;
}.track_accept_web p {
    color: #000000;
    font-size: 1rem;
}.cookie_expand_web {
    display: inline-block;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    font-size: 1rem;
    border: none;
    border-radius: 10px;
    background: rgb(206,177,217);
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
}.cookie_button.cookie_view_web {
    background: rgb(206,177,217);
}.cookie_button.data_agree_web {
    margin-left: 0.5rem;
    background: #000000;
}.cookie_expand_web:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.data_agree_web:hover {
    background: rgb(206,177,217);
}.overlayConsentSettings_web p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(206,177,217);
}.overlayConsentSettings_web p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.overlayConsentSettings_web .container {
    align-items: center;
    flex-direction: column;
}.user_default_web {
    margin-bottom: 1rem;
    margin-right: 0;
}.track_accept_web {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.data_agree_web {
    margin-top: 0.5rem;
    margin-left: 0;
}}
.statistics_information_web {
    padding: 120px 0;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}.statistics_information_web::before {
    width: 100%;
    position: absolute;
    content: "";
    background-color: #000000;
    opacity: 0.9;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
}.statistics_information_web::after {
    opacity: 0.2;
    position: absolute;
    content: "";
    z-index: 2;
    height: 100%;
    top: 0;
    background: radial-gradient(circle at 20% 20%, rgb(206,177,217,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 80%, rgb(171,139,193,0.5) 0%, transparent 30%);
    left: 0;
    width: 100%;
}.statistics_information_web .container {
    padding: 0 20px;
    position: relative;
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
}.statistics_information_web .statistics_edge_web {
    gap: 40px 30px;
    grid-template-rows: auto 1fr;
    grid-template-areas:
        "image header"
        "items description";
    position: relative;
    display: grid;
    grid-template-columns: 65% 35%;
}.statistics_information_web .statistics_gains_web {
    grid-area: image;
    justify-content: center;
    padding: 15px;
    left: 0;
    position: absolute;
    align-items: center;
    z-index: 10;
    background: rgb(206,177,217);
    top: 0;
    display: flex;
    border-radius: 0 0 20px 0;
    height: 60px;
    width: 60px;
}.statistics_information_web .statistics_gains_web svg {
    height: 100%;
    width: 100%;
    fill: #ffffff;
}.statistics_information_web .statistics_gains_web svg path {
    fill: #ffffff;
}.statistics_information_web .statistics_expertise_web {
    font-weight: 700;
    grid-area: header;
    border-bottom: 3px solid rgb(171,139,193);
    margin: 0;
    font-size: 37px;
    align-items: center;
    padding: 15px 0 15px 20px;
    align-self: start;
    position: relative;
    display: flex;
}.statistics_information_web .statistics_expertise_web::before {
    background: rgb(206,177,217);
    right: 0;
    height: 3px;
    content: "";
    top: 0;
    width: 50px;
    position: absolute;
}.statistics_information_web .statistics_upsides_web {
    border-radius: 0 30px 0 30px;
    height: 100%;
    display: flex;
    line-height: 1.8;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    justify-content: center;
    grid-area: description;
    flex-direction: column;
    font-size: 12px;
    padding: 30px;
}.statistics_information_web .statistics_upsides_web::before {
    height: 80px;
    position: absolute;
    opacity: 0.1;
    border-radius: 0 0 30px 0;
    width: 80px;
    content: "";
    z-index: -1;
    bottom: 0;
    background: rgb(171,139,193);
    right: 0;
}.statistics_information_web .statistics_tracks_web {
    display: grid;
    grid-area: items;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.statistics_information_web .pro_upgrade_webF70J {
    transition: all 0.3s ease;
    padding: 25px 20px 25px 25px;
    border-left: 5px solid rgb(206,177,217);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    flex-direction: column;
    display: flex;
}.statistics_information_web .pro_upgrade_webF70J:hover {
    background: rgba(255, 255, 255, 0.07);
    transform: translateX(5px);
}.statistics_information_web .pro_upgrade_webF70J::before {
    transition: all 0.3s ease;
    height: 100%;
    top: 0;
    background: rgb(206,177,217);
    left: 0;
    position: absolute;
    width: 5px;
    content: "";
}.statistics_information_web .pro_upgrade_webF70J:nth-child(2n)::before,
.statistics_information_web .pro_upgrade_webF70J:nth-child(2n) {
    border-color: rgb(171,139,193);
}.statistics_information_web .pro_upgrade_webF70J:nth-child(2n) {
    border-left: 5px solid rgb(171,139,193);
}.statistics_information_web .statistics_boosts_web {
    width: 30px;
    right: 15px;
    height: 30px;
    top: 15px;
    opacity: 0.7;
    transition: all 0.3s ease;
    position: absolute;
}.statistics_information_web .pro_upgrade_webF70J:hover .statistics_boosts_web {
    opacity: 1;
    transform: rotate(10deg);
}.statistics_information_web .statistics_boosts_web svg {
    width: 100%;
    fill: #ffffff;
    height: 100%;
}.statistics_information_web .statistics_boosts_web svg path {
    fill: #ffffff;
}.statistics_information_web .pro_upgrade_webF70J span {
    line-height: 1;
    margin-bottom: 10px;
    font-size: calc(46px * 1.1);
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #ffffff;
}.statistics_information_web .pro_upgrade_webF70J span::after {
    left: 0;
    background: #ffffff;
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    bottom: -5px;
    opacity: 0.3;
}.statistics_information_web .pro_upgrade_webF70J p {
    position: relative;
    font-size: 12px;
    z-index: 2;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}.statistics_information_web .pro_upgrade_webF70J:nth-child(1) {
    animation: fadeInLeft 0.5s ease forwards;
}.statistics_information_web .pro_upgrade_webF70J:nth-child(2) {
    animation: fadeInRight 0.5s ease forwards;
}.statistics_information_web .pro_upgrade_webF70J:nth-child(3) {
    animation: fadeInLeft 0.5s ease forwards 0.2s;
}.statistics_information_web .pro_upgrade_webF70J:nth-child(4) {
    animation: fadeInRight 0.5s ease forwards 0.2s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media screen and (max-width: 991px) {.statistics_information_web {
    padding: 100px 0;
}.statistics_information_web .statistics_edge_web {
    grid-template-columns: 60% 40%;
    gap: 30px 20px;
}.statistics_information_web .statistics_tracks_web {
    gap: 15px;
}.statistics_information_web .pro_upgrade_webF70J {
    padding: 20px 15px 20px 20px;
}.statistics_information_web .pro_upgrade_webF70J span {
    font-size: 46px;
}.statistics_information_web .statistics_upsides_web {
    font-size: calc(12px - 1px);
    padding: 25px;
}
}

@media screen and (max-width: 767px) {.statistics_information_web {
    padding: 80px 0;
}.statistics_information_web .statistics_edge_web {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas:
            "image"
            "header"
            "description"
            "program_path_web";
    gap: 20px;
}.statistics_information_web .statistics_gains_web {
    margin: 0 auto 10px;
    justify-self: center;
    border-radius: 20px;
    position: relative;
}.statistics_information_web .statistics_expertise_web {
    text-align: center;
    padding: 10px 0;
    justify-content: center;
}.statistics_information_web .statistics_expertise_web::before {
    display: none;
}.statistics_information_web .statistics_upsides_web {
    padding: 20px;
    text-align: center;
    border-radius: 20px;
}.statistics_information_web .statistics_upsides_web::before {
    display: none;
}.statistics_information_web .statistics_tracks_web {
    grid-template-columns: 1fr;
}.statistics_information_web .pro_upgrade_webF70J:nth-child(even) {
    animation: fadeInLeft 0.5s ease forwards 0.1s;
}
}

@media screen and (max-width: 576px) {.statistics_information_web {
    padding: 60px 0;
}.statistics_information_web .container {
    padding: 0 15px;
}.statistics_information_web .statistics_expertise_web {
    font-size: calc(37px - 4px);
}.statistics_information_web .pro_upgrade_webF70J {
    padding: 15px 15px 15px 20px;
}.statistics_information_web .pro_upgrade_webF70J span {
    font-size: calc(46px - 5px);
}.statistics_information_web .pro_upgrade_webF70J p {
    font-size: calc(12px - 2px);
}.statistics_information_web .statistics_boosts_web {
    top: 10px;
    height: 25px;
    width: 25px;
    right: 10px;
}}header .top_plank {
    background: rgb(206,177,217);
    color:  #ffffff;
}header .top_plank .learn_menu_web div svg, header .top_plank .learn_menu_web div svg path {
    fill: #ffffff;
}header .top_plank .learn_menu_web div span {
    color: #ffffff;
}header .top_plank .learn_menu_web {
    font-size: 16px;
    width: 100%;
    flex-wrap: wrap;
    line-height: 21px;
    display: flex;
    align-items: center;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
}header .top_plank .learn_menu_web div {
    justify-content: flex-start;
    display: flex;
    margin-right: 24px;
    align-items: center;
}header .top_plank .learn_menu_web div img, header .top_plank .learn_menu_web div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}header {
    background: linear-gradient(135deg, rgb(206,177,217,0.5) 0%, rgb(171,139,193) 100%);
    position: relative;
    z-index: 99;
    overflow: visible;
    width: 100%;
}header::before {
    height: 100%;
    background: linear-gradient(145deg, rgb(171,139,193,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
}header .head_mainwrap_web {
    transform: none;
    justify-content: space-between;
    z-index: 5;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 15px;
}header .head_mainwrap_web .main_learning_web {
    transition: transform 0.4s ease;
    transform: translateX(0);
    margin-right: 10px;
}header .head_mainwrap_web .main_learning_web:hover {
    transform: scale(1.05);
}header .head_mainwrap_web .main_learning_web .main_site_web {
    display: inline-block;
}header .head_mainwrap_web .main_learning_web .main_site_web svg {
    width: auto;
    height: 50px;
}header .head_mainwrap_web .nav_page_web {
    display: flex;
    transform: none;
    border-radius: 24px;
    position: relative;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    padding: 20px 30px;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
}header .head_mainwrap_web .nav_page_web::before {
    height: 100%;
    top: 0;
    width: 100%;
    transform: rotate(-2deg) scale(1.03);
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    left: 0;
    z-index: -1;
    content: "";
    border-radius: 24px;
}header .head_mainwrap_web .nav_page_web .head_sitebar_web {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 12px;
}header .head_mainwrap_web .nav_page_web .head_sitebar_web:hover {
    transform: translateY(-3px) scale(1.05);
}header .head_mainwrap_web .nav_page_web .head_sitebar_web a {
    font-size: 16px;
    padding: 8px 5px;
    text-decoration: none;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 600;
    display: block;
    overflow: hidden;
    position: relative;
}header .head_mainwrap_web .nav_page_web .head_sitebar_web a::after {
    left: 0;
    transition: transform 0.4s ease;
    content: "";
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgb(171,139,193), transparent);
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
}header .head_mainwrap_web .nav_page_web .head_sitebar_web:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .head_mainwrap_web {
    align-items: center;
    flex-direction: column;
}header .head_mainwrap_web .main_learning_web {
    margin-right: 0;
    margin-bottom: 15px;
}header .head_mainwrap_web .nav_page_web {
    width: 100%;
    justify-content: center;
    padding: 15px;
}header .head_mainwrap_web .nav_page_web .head_sitebar_web {
    margin: 5px 15px 5px 0;
}header .head_mainwrap_web .nav_page_web .head_sitebar_web a {
    padding: 5px;
    font-size: calc(16px - 2px);
}}.instructor_history_web {
    padding: 60px 30px;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    background: linear-gradient(135deg, rgb(228,215,237) 0%, rgb(206,177,217,0.5) 100%);
}.instructor_history_web::before {
    content: "";
    z-index: 0;
    background: rgb(171,139,193,0.5);
    right: -50px;
    top: -50px;
    border-radius: 50%;
    filter: blur(40px);
    position: absolute;
    width: 200px;
    height: 200px;
    animation: float 8s ease-in-out infinite;
}.instructor_history_web::after {
    z-index: 0;
    width: 150px;
    height: 150px;
    content: "";
    border-radius: 50%;
    background: rgb(206,177,217,0.5);
    animation: float 6s ease-in-out infinite reverse;
    filter: blur(30px);
    left: -30px;
    bottom: -30px;
    position: absolute;
}.instructor_history_web .rating_zone_web {
    transition: all 0.5s ease;
    gap: 30px;
    flex-direction: row;
    z-index: 1;
    flex-wrap: wrap;
    transform: rotate(-3deg);
    position: relative;
    display: flex;
}.instructor_history_web .rating_zone_web:hover {
    transform: rotate(0deg) scale(1.02);
}.instructor_history_web .photo_album_web {
    border-radius: 17px;
    height: 350px;
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
    width: 280px;
    box-shadow: 15px 15px 0 rgb(171,139,193,0.5);
    transition: all 0.4s ease;
    position: relative;
    transform: translateY(20px);
}.instructor_history_web .rating_zone_web:hover .photo_album_web {
    transform: translateY(0);
    box-shadow: 20px 20px 0 rgb(171,139,193);
}.instructor_history_web .work_timeline_web {
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    justify-content: center;
    border-radius: 17px;
    min-width: 280px;
    transition: all 0.4s ease;
    display: flex;
    flex: 1;
    flex-direction: column;
    background: #ffffff;
    position: relative;
    transform: translateX(-30px) rotate(3deg);
}.instructor_history_web .rating_zone_web:hover .work_timeline_web {
    transform: translateX(0) rotate(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.instructor_history_web .name {
    position: relative;
    font-weight: 700;
    font-size: 38px;
    padding-bottom: 15px;
    color: rgb(206,177,217);
    margin-bottom: 10px;
}.instructor_history_web .name::after {
    border-radius: 2px;
    left: 0;
    width: 60px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(171,139,193) 0%, transparent 100%);
    content: "";
    height: 4px;
}.instructor_history_web .work_timeline_web > div:nth-child(2) {
    opacity: 0.8;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}.instructor_history_web .experience_data_web {
    font-size: calc(18px + 2px);
    position: relative;
    font-style: italic;
    color: #000000;
    padding-left: 20px;
    border-left: 3px solid rgb(171,139,193,0.5);
    line-height: 1.6;
}.instructor_history_web .experience_data_web::before {
    font-family: Arial, sans-serif;
    content: "";
    font-size: 80px;
    left: -15px;
    opacity: 0.1;
    color: rgb(206,177,217);
    top: -20px;
    position: absolute;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@media (max-width: 991px) {.instructor_history_web {
    padding: 40px 20px;
}.instructor_history_web .rating_zone_web {
    flex-direction: column;
    gap: 20px;
}.instructor_history_web .photo_album_web {
    transform: translateY(0) rotate(-3deg);
    margin: 0 auto;
    width: 220px;
    height: 280px;
}.instructor_history_web .work_timeline_web {
    margin-top: -30px;
    transform: translateX(0) rotate(0);
}.instructor_history_web .rating_zone_web:hover .photo_album_web {
    transform: translateY(-10px) rotate(0);
}
}

@media (max-width: 767px) {.instructor_history_web {
    padding: 30px 15px;
}.instructor_history_web .photo_album_web {
    height: 220px;
    width: 180px;
}.instructor_history_web .work_timeline_web {
    padding: 20px;
}.instructor_history_web .name {
    font-size: calc(38px - 4px);
}.instructor_history_web .experience_data_web {
    font-size: 18px;
}}.pricing_card_list_web {
    background: rgb(228,215,237);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.pricing_card_list_web::before {
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    content: "";
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    position: absolute;
}.pricing_card_list_web .container {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1400px;
}.pricing_card_list_web .bundle_rate_web {
    grid-template-columns: 1fr;
    gap: 60px;
    display: grid;
}.pricing_card_list_web .learn_sub_web {
    transform: translateY(20px);
    opacity: 0;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    animation: fadeSlideUp 0.8s forwards 0.2s;
}.pricing_card_list_web .learn_sub_web h2 {
    font-size: 33px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}.pricing_card_list_web .learn_sub_web h2::after {
    bottom: -10px;
    left: 50%;
    height: 3px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(206,177,217), rgb(171,139,193));
    width: 80px;
    transform: translateX(-50%);
}.pricing_card_list_web .learn_price_web {
    color: #000000;
    font-size: calc(12px + 0.1rem);
    margin-top: 30px;
    line-height: 1.6;
}.pricing_card_list_web .rate_list_web {
    animation: fadeSlideUp 0.8s forwards 0.4s;
    margin-top: 20px;
    display: grid;
    opacity: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    transform: translateY(30px);
    gap: 30px;
}.pricing_card_list_web .pay_options_web {
    will-change: transform;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    z-index: 1;
    display: block;
    color: inherit;
}.pricing_card_list_web .pay_options_web:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_card_list_web .fee_offers_web {
    overflow: hidden;
    display: flex;
    background: #ffffff;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    min-height: 420px;
    position: relative;
    border-radius: 30px;
}.pricing_card_list_web .pay_options_web:hover .fee_offers_web {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.pricing_card_list_web .pay_options_web:nth-child(odd) .fee_offers_web::before {
    background: rgb(206,177,217);
    left: 0;
    content: "";
    transform-origin: bottom;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 5px;
    top: 0;
    transform: scaleY(0);
    height: 100%;
}.pricing_card_list_web .pay_options_web:nth-child(even) .fee_offers_web::before {
    width: 5px;
    right: 0;
    background: rgb(171,139,193);
    height: 100%;
    position: absolute;
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: bottom;
    content: "";
    top: 0;
}.pricing_card_list_web .pay_options_web:hover .fee_offers_web::before {
    transform: scaleY(1);
}.pricing_card_list_web .fee_options_web {
    display: flex;
    z-index: 1;
    position: relative;
    flex: 1;
    flex-direction: column;
    padding: 40px 30px;
}.pricing_card_list_web .fee_options_web h3 {
    color: #000000;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: calc(23px + 0.2rem);
    margin-bottom: 15px;
    transition: color 0.3s ease;
}.pricing_card_list_web .pay_options_web:hover .fee_options_web h3 {
    color: rgb(206,177,217);
}.pricing_card_list_web .pay_options_web:nth-child(even):hover .fee_options_web h3 {
    color: rgb(171,139,193);
}.pricing_card_list_web .plan_cost_web {
    position: relative;
    font-size: calc(23px + 0.5rem);
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 700;
    color: rgb(206,177,217);
    margin: 10px 0 20px;
}.pricing_card_list_web .pay_options_web:nth-child(even) .plan_cost_web {
    color: rgb(171,139,193);
}.pricing_card_list_web .plan_cost_web::after {
    opacity: 0.6;
    width: 40px;
    content: "";
    height: 3px;
    background: currentColor;
    bottom: 0;
    position: absolute;
    left: 0;
}.pricing_card_list_web .fee_options_web p {
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-top: auto;
    font-size: 12px;
    line-height: 1.6;
    hyphens: auto;
    color: #000000;
}.pricing_card_list_web .photo_album_web {
    transform-origin: center;
    width: 100%;
    position: relative;
    height: 200px;
    transition: transform 0.5s ease;
}.pricing_card_list_web .pay_options_web:hover .photo_album_web {
    transform: scale(1.05);
}.pricing_card_list_web .photo_album_web::after {
    width: 100%;
    opacity: 0;
    left: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    content: "";
    height: 40%;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    bottom: 0;
}.pricing_card_list_web .pay_options_web:hover .photo_album_web::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.pricing_card_list_web .bundle_rate_web {
    grid-template-columns: 1fr;
}.pricing_card_list_web .rate_list_web {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
}
}

@media (min-width: 992px) {.pricing_card_list_web {
    padding: 150px 0;
}.pricing_card_list_web .bundle_rate_web {
    grid-template-columns: 1fr;
    gap: 80px;
}.pricing_card_list_web .rate_list_web {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}.pricing_card_list_web .fee_offers_web {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.pricing_card_list_web .rate_list_web {
    gap: 40px;
}
}

@media (max-width: 767px) {.pricing_card_list_web {
    padding: 80px 0;
}.pricing_card_list_web .learn_sub_web h2 {
    font-size: calc(33px - 0.4rem);
}.pricing_card_list_web .learn_price_web {
    font-size: 12px;
}.pricing_card_list_web .fee_options_web {
    padding: 30px 20px;
}.pricing_card_list_web .fee_offers_web {
    min-height: 400px;
}.pricing_card_list_web .photo_album_web {
    height: 160px;
}
}

@media (max-width: 480px) {.pricing_card_list_web {
    padding: 60px 0;
}.pricing_card_list_web .bundle_rate_web {
    gap: 40px;
}.pricing_card_list_web .rate_list_web {
    gap: 25px;
}.pricing_card_list_web .fee_options_web h3 {
    font-size: 23px;
}.pricing_card_list_web .plan_cost_web {
    font-size: 23px;
}.pricing_card_list_web .fee_options_web p {
    font-size: calc(12px - 0.1rem);
}}.course_features_web {
    background: linear-gradient(135deg, #f5f7fa 0%, #e0e6ed 100%);
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}.course_features_web::before {
    z-index: 1;
    top: 0;
    content: "";
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(171,139,193,0.5) 0%, transparent 60%);
    left: 0;
    width: 100%;
    opacity: 0.15;
    position: absolute;
}.course_features_web::after {
    height: 100%;
    top: -50%;
    content: "";
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgb(206,177,217,0.5) 0%, transparent 70%);
    opacity: 0.1;
    z-index: 1;
    width: 100%;
    transform: scale(2);
    right: -50%;
}.course_features_web .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.course_features_web .grow_skills_web {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}.course_features_web .photo_album_web {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 350px;
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateY(-3deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}.course_features_web .photo_album_web::before {
    z-index: 1;
    opacity: 0.3;
    background: linear-gradient(45deg, rgb(206,177,217,0.5) 0%, transparent 100%);
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
}.course_features_web .photo_album_web::after {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgb(171,139,193);
    right: -10%;
    content: "";
    position: absolute;
    filter: blur(30px);
    top: -10%;
    opacity: 0.15;
    animation: floatOrbit 15s infinite ease-in-out;
}.course_features_web .text_slot_web {
    position: relative;
}.course_features_web .text_slot_web::before {
    background: linear-gradient(90deg, rgb(206,177,217) 0%, transparent 100%);
    top: -20px;
    content: "";
    opacity: 0.6;
    height: 1px;
    width: 150px;
    position: absolute;
    left: 0;
}.course_features_web h3 {
    font-size: calc(21px * 1.1);
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1rem;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
    transform-origin: left center;
}.course_features_web h3::before {
    position: absolute;
    left: 0;
    width: 3px;
    transform-origin: bottom;
    transform: scaleY(0);
    background: rgb(206,177,217);
    animation: growUp 1.2s forwards ease-out 0.2s;
    height: 100%;
    content: "";
    top: 0;
}.course_features_web .description {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 16px;
    color: #000000;
    transition: color 0.3s ease;
    position: relative;
}.course_features_web p.description {
    display: none;
}.course_features_web span.description {
    position: relative;
    display: block;
    column-count: 1;
    column-gap: 2rem;
    padding: 0.5rem 0;
}.course_features_web span.description::first-letter {
    font-weight: 700;
    font-size: 1.2em;
    color: rgb(206,177,217);
}@keyframes floatOrbit {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-30px, 20px);
    }
    50% {
        transform: translate(-20px, -30px);
    }
    75% {
        transform: translate(30px, -10px);
    }
}

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

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

.course_features_web .text_slot_web > div {
    opacity: 0;
    position: relative;
    animation: fadeInUp 0.8s forwards ease-out 0.5s;
}.course_features_web .photo_album_web:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_features_web .text_slot_web::after {
    border-radius: 50%;
    border: 1px solid rgb(171,139,193,0.5);
    opacity: 0.2;
    position: absolute;
    right: 10%;
    pointer-events: none;
    bottom: 10%;
    height: 100px;
    width: 100px;
    content: "";
}.course_features_web::before {
    box-shadow: 
        30px 80px 0 -0.5px rgb(206,177,217,0.5),
        80px 200px 0 -1px rgb(171,139,193,0.5),
        200px 50px 0 -0.5px rgb(206,177,217,0.5),
        280px 160px 0 -1px rgb(171,139,193,0.5),
        320px 280px 0 -0.5px rgb(206,177,217,0.5);
}

@media (min-width: 768px) {.course_features_web .grow_skills_web {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course_features_web .photo_album_web {
    height: 500px;
    transform: perspective(1000px) rotateY(-5deg);
}.course_features_web h3 {
    font-size: 28px;
    padding-left: 1.5rem;
}.course_features_web span.description {
    column-count: 2;
}.course_features_web .text_slot_web::after {
    height: 150px;
    width: 150px;
}
}

@media (min-width: 992px) {.course_features_web {
    padding: 9rem 0;
}.course_features_web .grow_skills_web {
    gap: 6rem;
}.course_features_web .photo_album_web {
    height: 550px;
}.course_features_web span.description {
    column-count: 2;
    column-gap: 3rem;
}.course_features_web h3::before {
    width: 4px;
}.course_features_web .text_slot_web::after {
    width: 180px;
    height: 180px;
    bottom: 20%;
    right: -5%;
}
}

@media (min-width: 1200px) {.course_features_web .photo_album_web {
    height: 600px;
}.course_features_web h3 {
    margin-bottom: 2rem;
}.course_features_web .text_slot_web::before {
    width: 200px;
}
}

@media (max-width: 767px) {.course_features_web {
    padding: 5rem 0;
}.course_features_web .photo_album_web {
    margin-bottom: 1.5rem;
    height: 250px;
}.course_features_web h3 {
    margin-bottom: 1rem;
    font-size: 21px;
}.course_features_web .text_slot_web::before {
    width: 80px;
    top: -10px;
}}.customer_reviews_web {
    padding: 100px 0;
    position: relative;
    background: rgb(228,215,237);
    overflow: hidden;
}.customer_reviews_web::before {
    opacity: 0.1;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgb(206,177,217,0.5) 100%);
    left: 0;
    z-index: 1;
    height: 100%;
}.customer_reviews_web::after {
    top: 30%;
    z-index: 1;
    transform: rotate(-3deg);
    position: absolute;
    left: -10%;
    background: linear-gradient(90deg, transparent, rgb(206,177,217,0.5), transparent);
    height: 1px;
    width: 120%;
    content: "";
}.customer_reviews_web .study_sessions_web {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.customer_reviews_web h4 {
    margin-bottom: 70px;
    padding-left: 20px;
    font-size: 37px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    transform: skewX(-10deg);
    color: #000000;
}.customer_reviews_web h4::before {
    width: 5px;
    content: "";
    position: absolute;
    height: 100%;
    background: rgb(206,177,217);
    top: 0;
    left: 0;
}.customer_reviews_web h4::after {
    opacity: 0.3;
    background: rgb(206,177,217,0.5);
    height: 100%;
    z-index: -1;
    content: "";
    width: 100%;
    left: 8px;
    top: 8px;
    position: absolute;
}.customer_reviews_web .user_feedback_web {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    display: grid;
    position: relative;
    gap: 50px;
}.customer_reviews_web .user_feedback_web::before {
    top: -100px;
    border-radius: 50%;
    content: "";
    z-index: -1;
    width: 200px;
    filter: blur(80px);
    position: absolute;
    opacity: 0.2;
    right: 10%;
    height: 200px;
    background: rgb(171,139,193,0.5);
}.customer_reviews_web .rating_zone_web {
    position: relative;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(0) translateY(0);
    background: #ffffff;
    padding: 35px 30px;
}.customer_reviews_web .rating_zone_web::before,
.customer_reviews_web .rating_zone_web::after {
    position: absolute;
    border-radius: inherit;
    opacity: 0;
    content: "";
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.customer_reviews_web .rating_zone_web::before {
    inset: -5px;
    background: linear-gradient(135deg, rgb(206,177,217,0.5) 0%, rgb(171,139,193,0.5) 100%);
    filter: blur(5px);
}.customer_reviews_web .rating_zone_web::after {
    inset: -10px;
    background: linear-gradient(225deg, rgb(206,177,217,0.5) 0%, rgb(171,139,193,0.5) 100%);
    filter: blur(10px);
}.customer_reviews_web .rating_zone_web:hover {
    transform: translateX(-5px) translateY(-5px);
}.customer_reviews_web .rating_zone_web:hover::before,
.customer_reviews_web .rating_zone_web:hover::after {
    opacity: 1;
}.customer_reviews_web .rating_zone_web:nth-child(odd) {
    border-radius: 0 20px 0 20px;
}.customer_reviews_web .rating_zone_web:nth-child(even) {
    border-radius: 20px 0 20px 0;
}.customer_reviews_web .photo_album_web {
    position: relative;
    z-index: 2;
    height: 100px;
    transition: all 0.5s ease;
    margin: 0 auto 20px;
    width: 100px;
}.customer_reviews_web .photo_album_web::before,
.customer_reviews_web .photo_album_web::after {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    content: "";
    position: absolute;
}.customer_reviews_web .photo_album_web::before {
    background: linear-gradient(135deg, rgb(206,177,217,0.5) 0%, rgb(171,139,193,0.5) 100%);
    transform: translate(5px, 5px);
}.customer_reviews_web .photo_album_web::after {
    transform: translate(-5px, -5px);
    opacity: 0.5;
    background: linear-gradient(225deg, rgb(206,177,217,0.5) 0%, rgb(171,139,193,0.5) 100%);
}.customer_reviews_web .rating_zone_web:hover .photo_album_web::before {
    transform: translate(8px, 8px);
}.customer_reviews_web .rating_zone_web:hover .photo_album_web::after {
    transform: translate(-8px, -8px);
}.customer_reviews_web .rating_zone_web:nth-child(odd) .photo_album_web {
    border-radius: 0 30px 0 30px;
}.customer_reviews_web .rating_zone_web:nth-child(even) .photo_album_web {
    border-radius: 30px 0 30px 0;
}.customer_reviews_web .rating_zone_web span {
    color: #000000;
    text-align: center;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    display: block;
}.customer_reviews_web .rating_zone_web span::after {
    position: absolute;
    background: rgb(206,177,217);
    content: "";
    bottom: -8px;
    width: 50px;
    transform: translateX(-50%);
    height: 2px;
    left: 50%;
}.customer_reviews_web .rating_zone_web p {
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
}.customer_reviews_web .rating_zone_web p::first-letter {
    font-weight: 700;
    color: rgb(206,177,217);
    font-size: 1.2em;
}.customer_reviews_web .rating_zone_web:nth-child(3n+1) {
    transform: rotate(-2deg);
}.customer_reviews_web .rating_zone_web:nth-child(3n+2) {
    transform: rotate(2deg);
}.customer_reviews_web .rating_zone_web:nth-child(3n+1):hover,
.customer_reviews_web .rating_zone_web:nth-child(3n+2):hover {
    transform: translateX(-5px) translateY(-5px) rotate(0);
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 767px) {.customer_reviews_web {
    padding: 70px 0;
}.customer_reviews_web h4 {
    font-size: calc(37px * 0.8);
    padding-left: 0;
    text-align: center;
    display: block;
    margin-bottom: 50px;
    transform: none;
}.customer_reviews_web h4::before {
    left: 50%;
    bottom: -15px;
    top: auto;
    width: 50px;
    transform: translateX(-50%);
    height: 3px;
}.customer_reviews_web h4::after {
    display: none;
}.customer_reviews_web .user_feedback_web {
    gap: 40px;
    grid-template-columns: 1fr;
}.customer_reviews_web .rating_zone_web {
    padding: 25px 20px;
}.customer_reviews_web .rating_zone_web:nth-child(3n+1),
    .customer_reviews_web .rating_zone_web:nth-child(3n+2) {
    transform: none;
}.customer_reviews_web .photo_album_web {
    width: 80px;
    height: 80px;
}.customer_reviews_web .rating_zone_web span {
    font-size: calc(20px * 0.9);
}.customer_reviews_web .rating_zone_web p {
    font-size: calc(14px * 0.9);
}}.contact_information_web {
    background: rgb(228,215,237);
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}.contact_information_web::before {
    position: absolute;
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    opacity: 0.6;
    left: 0;
    background: radial-gradient(circle at 20% 50%, rgb(206,177,217,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 30%, rgb(171,139,193,0.5) 0%, transparent 40%);
}.contact_information_web .photo_album_web {
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    width: 50%;
}.contact_information_web .photo_album_web::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    position: absolute;
    content: '';
}.contact_information_web .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    text-align: center;
    z-index: 2;
    margin: 0 auto;
}.contact_information_web h3 {
    position: relative;
    padding: 15px;
    display: inline-block;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 30px;
    margin-bottom: 40px;
    backdrop-filter: blur(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 10px;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.8);
}.contact_information_web .message_query_web {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    z-index: 3;
    background: #ffffff;
}.contact_information_web .message_query_web::before {
    height: 150px;
    background: rgb(206,177,217,0.5);
    width: 150px;
    right: 0;
    transform: translate(50%, -50%);
    border-radius: 50%;
    top: 0;
    opacity: 0.2;
    content: '';
    position: absolute;
}.contact_information_web .message_query_web::after {
    transform: translate(-50%, 50%);
    height: 100px;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 100px;
    background: rgb(171,139,193,0.5);
    opacity: 0.2;
    border-radius: 50%;
}.contact_information_web .feedback_support_web {
    position: relative;
    flex: 1;
    padding: 50px;
}.contact_information_web form h3 {
    text-align: left;
    margin-bottom: 25px;
    font-size: 21px;
}.contact_information_web input[type="text"],
.contact_information_web textarea {
    border-radius: 30px;
    background: #ffffff;
    transition: all 0.3s ease;
    color: #000000;
    margin-bottom: 20px;
    font-size: 14px;
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
    padding: 15px 20px;
}.contact_information_web input[type="text"]:focus,
.contact_information_web textarea:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(206,177,217,0.5);
    border-color: rgb(206,177,217);
}.contact_information_web textarea {
    resize: none;
    height: 140px;
}.contact_information_web .feedback_map_web {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.contact_information_web .feedback_map_web input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_information_web .feedback_map_web label {
    cursor: pointer;
    line-height: 1.5;
    position: relative;
    font-size: 15px;
    color: #000000;
    padding-left: 30px;
}.contact_information_web .feedback_map_web label::before {
    border: 2px solid rgb(206,177,217,0.5);
    top: 2px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    content: '';
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
}.contact_information_web .feedback_map_web input[type="checkbox"]:checked + label::before {
    border-color: rgb(206,177,217);
    background: rgb(206,177,217);
}.contact_information_web .feedback_map_web input[type="checkbox"]:checked + label::after {
    height: 10px;
    transform: rotate(45deg);
    top: 6px;
    content: '';
    border: solid #ffffff;
    position: absolute;
    border-width: 0 2px 2px 0;
    left: 7px;
    width: 6px;
}.contact_information_web .feedback_map_web a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(206,177,217);
}.contact_information_web .feedback_map_web a:hover {
    color: rgb(171,139,193);
}.contact_information_web .help_map_web {
    font-family: Arial, sans-serif;
    border-radius: 30px;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(206,177,217);
    color: #ffffff;
    font-weight: 600;
    border: none;
    position: relative;
    font-size: 15px;
    overflow: hidden;
    padding: 15px 30px;
}.contact_information_web .help_map_web::before {
    z-index: -1;
    transform: translateX(-100%);
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    transition: transform 0.4s ease;
    background: rgb(171,139,193);
    height: 100%;
}.contact_information_web .help_map_web:hover {
    box-shadow: 0 5px 15px rgb(206,177,217,0.5);
}.contact_information_web .help_map_web:hover::before {
    transform: translateX(0);
}.contact_information_web .support_form_web {
    position: relative;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(206,177,217), rgb(171,139,193));
    overflow: hidden;
    padding: 50px;
    width: 35%;
}.contact_information_web .support_form_web::before {
    top: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%),
                linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%);
    width: 100%;
    content: '';
    opacity: 0.3;
    background-size: 20px 20px;
    height: 100%;
    left: 0;
    position: absolute;
}.contact_information_web .support_form_web h4 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 21px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
}.contact_information_web .support_form_web h4::after {
    position: absolute;
    content: '';
    width: 40px;
    border-radius: 3px;
    left: 0;
    bottom: -10px;
    height: 3px;
    background: #ffffff;
}.contact_information_web .query_help_web {
    padding: 0;
    margin: 0;
    list-style: none;
}.contact_information_web .query_help_web li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    transition: transform 0.3s ease;
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.contact_information_web .query_help_web li:last-child {
    border-bottom: none;
}.contact_information_web .query_help_web li:hover {
    transform: translateX(5px);
}.contact_information_web .query_help_web svg {
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 3px;
    height: 22px;
    width: 22px;
}.contact_information_web .query_help_web svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact_information_web .query_help_web li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.contact_information_web .query_help_web span {
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.contact_information_web .query_help_web a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.contact_information_web .query_help_web a:hover {
    color: rgba(255, 255, 255, 0.8);
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.contact_information_web .photo_album_web {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
}.contact_information_web .message_query_web {
    margin: 0 auto;
    max-width: 90%;
    flex-direction: column;
}.contact_information_web .feedback_support_web {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.contact_information_web .support_form_web {
    width: 100%;
}
}

@media (max-width: 768px) {.contact_information_web {
    padding: 60px 0;
}.contact_information_web .photo_album_web {
    display: none;
}.contact_information_web h3 {
    font-size: calc(30px * 0.9);
}.contact_information_web .feedback_support_web,
    .contact_information_web .support_form_web {
    padding: 40px 30px;
}.contact_information_web form h3,
    .contact_information_web .support_form_web h4 {
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 576px) {.contact_information_web {
    padding: 40px 0;
}.contact_information_web h3 {
    font-size: calc(30px * 0.8);
}.contact_information_web .message_query_web {
    max-width: 95%;
}.contact_information_web .feedback_support_web,
    .contact_information_web .support_form_web {
    padding: 30px 20px;
}.contact_information_web input[type="text"],
    .contact_information_web textarea {
    padding: 12px;
}.contact_information_web .help_map_web {
    padding: 12px;
    width: 100%;
}}.welcome_page_web {
    overflow: hidden;
    justify-content: center;
    position: relative;
    color: #ffffff;
    display: flex;
    min-height: 100vh;
    align-items: center;
}.welcome_page_web::before {
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 20, 0.85) 0%,
    rgba(0, 0, 20, 0.65) 50%,
    rgba(0, 0, 20, 0.75) 100%);
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
}.welcome_page_web::after {
    width: 70%;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%);
    animation: float 15s infinite ease-in-out;
    height: 70%;
    content: "";
    top: -10%;
    right: -10%;
    background: rgb(206,177,217,0.5);
    z-index: 2;
    transform: rotate(-15deg);
    position: absolute;
}.welcome_page_web > div {
    max-width: 1200px;
    display: flex;
    z-index: 5;
    position: relative;
    width: 90%;
    flex-direction: column;
    transform: translateY(-5%);
}.welcome_page_web > div > div:first-child {
    margin-bottom: 3rem;
    transform: translateX(-5%);
    position: relative;
}.welcome_page_web .title_style_header {
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    padding-bottom: 0.75rem;
    letter-spacing: -0.02em;
    display: inline-block;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    margin-bottom: 2rem;
    font-size: clamp(2.5rem, 5vw, 47px);
    line-height: 1.1;
}.welcome_page_web .title_style_header::after {
    content: "";
    width: 80%;
    bottom: 0;
    position: absolute;
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: rgb(171,139,193);
    left: 0;
    height: 4px;
    transform-origin: left;
}.welcome_page_web .course_front_web {
    gap: 2rem;
    box-shadow: 
    0 20px 40px -10px rgba(0, 0, 0, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    backdrop-filter: blur(8px);
    margin-left: auto;
    max-width: 80%;
    position: relative;
    background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
    padding: 2rem;
    display: flex;
    flex-direction: column;
}.welcome_page_web .knowledge_zone_web {
    margin-bottom: 1rem;
}.welcome_page_web .knowledge_zone_web h3 {
    padding-left: 1.5rem;
    color: #ffffff;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    line-height: 1.3;
    position: relative;
    font-weight: 600;
}.welcome_page_web .knowledge_zone_web h3::before {
    top: 0.5rem;
    height: 8px;
    content: "";
    width: 8px;
    background-color: rgb(171,139,193);
    transform: rotate(45deg);
    animation: pulse 3s infinite ease-in-out;
    position: absolute;
    left: 0;
}.welcome_page_web p {
    padding-right: 2rem;
    line-height: 1.6;
    font-weight: 400;
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 14px);
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
}.welcome_page_web span {
    padding: 0.5rem 0;
    position: relative;
    display: inline-block;
}.welcome_page_web span::after {
    background: linear-gradient(to right, rgb(171,139,193), transparent);
    width: 40%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

@keyframes float {
  0%, 100% {
    transform: rotate(-15deg) translateY(0);
  }
  50% {
    transform: rotate(-15deg) translateY(-20px);
  }
}

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

@keyframes pulse {
  0%, 100% {
    transform: rotate(45deg) scale(1);
  }
  50% {
    transform: rotate(45deg) scale(1.2);
  }
}

@media (max-width: 992px) {.welcome_page_web > div {
    transform: translateY(0);
    width: 95%;
}.welcome_page_web .course_front_web {
    padding: 1.5rem;
    max-width: 90%;
}.welcome_page_web > div > div:first-child {
    transform: translateX(0);
}
}

@media (max-width: 768px) {.welcome_page_web {
    padding: 3rem 1rem;
}.welcome_page_web::after {
    width: 80%;
    top: -5%;
    height: 50%;
}.welcome_page_web .course_front_web {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    max-width: 100%;
}.welcome_page_web .title_style_header {
    font-size: clamp(2rem, 8vw, 2.5rem);
}.welcome_page_web .knowledge_zone_web h3 {
    font-size: clamp(1rem, 5vw, 1.3rem);
}
}

@media (max-width: 576px) {.welcome_page_web {
    padding: 2rem 1rem;
}.welcome_page_web > div {
    width: 100%;
}.welcome_page_web .course_front_web {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    padding: 1.25rem;
    gap: 1.5rem;
}.welcome_page_web .title_style_header::after {
    width: 60%;
}.welcome_page_web .knowledge_zone_web h3 {
    padding-left: 1.2rem;
}.welcome_page_web p {
    padding-right: 0;
}
}