* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.ranking_bar_8 {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    min-height: 100%;
    auto
contain
touch-action: none;
    color: #000000;
}.container {
    width: 1105px;
    max-width: 100%;
    margin: auto;
}.inner-container_8 {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.nav_pagebar_6 {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.gratMessage_2 {
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, rgb(233,230,225), rgba(245, 247, 250, 0.95));
    padding: 5rem 0;
}.gratMessage_2::before {
    transform: skewX(-15deg) translateX(20%);
    content: "";
    height: 100%;
    width: 50%;
    opacity: 0.15;
    top: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    background: linear-gradient(to bottom right, rgb(208,202,191,0.5), transparent);
}.gratMessage_2::after {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, 
    transparent, 
    rgb(173,166,152), 
    rgb(208,202,191), 
    transparent);
    height: 3px;
}.gratMessage_2 .container {
    padding: 0 2rem;
    z-index: 3;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.gratMessage_2 h2 {
    position: relative;
    max-width: 85%;
    font-size: 32px;
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    animation: slideTitle 0.8s ease-out forwards 0.3s;
    transform: translateX(-1rem);
    opacity: 0;
}.gratMessage_2 h2::after {
    transform: scaleX(0);
    bottom: -0.8rem;
    left: 0;
    content: "";
    animation: growLine 1s ease-out forwards 0.8s;
    background: rgb(208,202,191);
    transform-origin: left;
    height: 3px;
    width: 5rem;
    position: absolute;
}.gratMessage_2 .study_training_5 {
    animation: slideUp 0.8s ease-out forwards 0.5s;
    position: relative;
    transform: translateY(1rem);
    opacity: 0;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
    border-left: 4px solid rgb(208,202,191);
}.gratMessage_2 .study_training_5::before {
    content: "";
    width: 8rem;
    opacity: 0.12;
    top: 2rem;
    border-radius: 50%;
    right: 2rem;
    position: absolute;
    z-index: 0;
    height: 8rem;
    background: linear-gradient(135deg, rgb(173,166,152,0.5), transparent);
}.gratMessage_2 ul {
    z-index: 2;
    margin: 0;
    list-style: none;
    padding: 0;
    position: relative;
}.gratMessage_2 li {
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}.gratMessage_2 li:last-child {
    margin-bottom: 0;
}.gratMessage_2 li::before {
    width: 0.5rem;
    background: rgb(208,202,191);
    top: 0.6rem;
    animation: growBox 0.6s ease-out forwards 1.2s;
    height: 0.5rem;
    left: 0;
    transform: rotate(45deg) scale(0);
    content: "";
    position: absolute;
}.gratMessage_2 li span {
    animation: fadeIn 0.8s ease-out forwards 0.7s;
    transform: translateX(0.5rem);
    color: #000000;
    font-family: Arial, sans-serif;
    opacity: 0;
    font-size: 18px;
    display: block;
    line-height: 1.7;
}

@keyframes slideTitle {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@keyframes growBox {
  from {
    transform: rotate(45deg) scale(0);
  }
  to {
    transform: rotate(45deg) scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(0.5rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (hover: hover) {.gratMessage_2 .study_training_5:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.gratMessage_2 .study_training_5:hover::before {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}
}

@media (max-width: 991px) {.gratMessage_2 {
    padding: 4rem 0;
}.gratMessage_2 h2 {
    max-width: 95%;
    font-size: calc(32px * 0.9);
}.gratMessage_2 .study_training_5 {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.gratMessage_2 {
    padding: 3rem 0;
}.gratMessage_2::before {
    width: 70%;
}.gratMessage_2 .container {
    padding: 0 1.5rem;
}.gratMessage_2 h2 {
    max-width: 100%;
    font-size: calc(32px * 0.8);
    margin-bottom: 2rem;
}.gratMessage_2 .study_training_5 {
    padding: 2rem 1.5rem;
}.gratMessage_2 .study_training_5::before {
    top: 1.5rem;
    right: 1.5rem;
    height: 6rem;
    width: 6rem;
}
}

@media (max-width: 480px) {.gratMessage_2 {
    padding: 2.5rem 0;
}.gratMessage_2 h2 {
    line-height: 1.4;
    font-size: calc(32px * 0.7);
}.gratMessage_2 h2::after {
    width: 4rem;
}.gratMessage_2 .study_training_5 {
    padding: 1.75rem 1.25rem;
    border-left-width: 3px;
}.gratMessage_2 li {
    padding-left: 1.25rem;
}.gratMessage_2 li span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.cookie_warning_message_4 {
    bottom: 0;
    border-top: 2px solid rgb(208,202,191);
    z-index: 90;
    background: rgb(233,230,225);
    width: 100%;
    position: fixed;
}.privacy_cookies_3 {
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    display: flex;
}.cookie_warning_message_4 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_warning_message_4 p {
    font-size: 18px;
}.gdpr_banner_1 {
    flex-shrink: 0;
    margin-right: 10px;
}.gdpr_banner_1 svg, .gdpr_banner_1 svg path, .gdpr_banner_1 img {
    height: 100px;
    fill: rgb(208,202,191);
    width: 100px;
}.privacy_opt_3 {
    min-width: 120px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    color: rgb(208,202,191);
    margin-left: 10px;
    font-size: 24px;
    border-bottom: 2px solid rgb(208,202,191);
    flex-shrink: 0;
    line-height: 35px;
}.cookie_warning_message_4 p a {
    color: rgb(208,202,191);
    text-decoration: none;
}#cookiePromptModal_3 {
    display: none;
}#cookiePromptModal_3:checked ~ .cookie_warning_message_4 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_warning_message_4 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.gdpr_banner_1 {
    display: none;
}.privacy_cookies_3 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_warning_message_4 h5 {
    text-align: center;
}.cookie_warning_message_4 p {
    text-align: center;
}.policy_ack_9 {
    margin-bottom: 20px;
}body .inner-container_8 .privacy_opt_3 {
    margin-left: 0;
}}
.inner-container_8 .privacy_cookies_3 {
    justify-content: flex-end;
}.inner-container_8 .privacy_opt_3 {
    color: #ffffff;
    margin-left: 30px;
    font-size: 20px;
    padding: 10px;
    background: rgb(208,202,191);
}.inner-container_8 .policy_ack_9 {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.inner-container_8 .privacy_opt_3 {
    margin-bottom: 10px;
    margin-left: 0;
}}.find_support_7 {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgb(208,202,191,0.5) 100%);
    position: relative;
}.find_support_7::before {
    top: -10%;
    background: linear-gradient(45deg, rgb(208,202,191) 0%, transparent 60%);
    content: '';
    height: 120%;
    z-index: 0;
    width: 60%;
    transform: rotate(-15deg);
    position: absolute;
    left: -10%;
    opacity: 0.05;
}.find_support_7::after {
    width: 60%;
    transform: rotate(15deg);
    background: linear-gradient(225deg, rgb(173,166,152) 0%, transparent 60%);
    position: absolute;
    z-index: 0;
    opacity: 0.05;
    right: -10%;
    height: 120%;
    content: '';
    bottom: -10%;
}.find_support_7 .container {
    z-index: 1;
    position: relative;
}.find_support_7 .talk_team_1 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-rows: auto;
    gap: 40px;
}.find_support_7 .online_contact_5 {
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.find_support_7 .online_contact_5:nth-child(1) {
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    grid-column: 1 / 3;
    overflow: hidden;
    z-index: 2;
    border-radius: 17px;
    grid-row: 1 / 2;
    padding: 50px;
}.find_support_7 .online_contact_5:nth-child(1)::before {
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(208,202,191) 0%, rgb(173,166,152) 100%);
    height: 8px;
    left: 0;
    content: '';
}.find_support_7 .online_contact_5:nth-child(2) {
    grid-column: 3 / 4;
    transform: translateY(0);
    min-height: 400px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    grid-row: 1 / 3;
    border-radius: 17px;
}.find_support_7 .online_contact_5:nth-child(3) {
    padding: 40px;
    grid-row: 2 / 3;
    z-index: 1;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    grid-column: 1 / 3;
    border-radius: 17px;
    background: rgb(208,202,191);
    transform: translateY(-20px);
}.find_support_7 .online_contact_5 h2 {
    margin-bottom: 30px;
    color: rgb(208,202,191);
    font-weight: 700;
    position: relative;
    font-size: 34px;
}.find_support_7 .edu_query_7 {
    display: inline-block;
    border-bottom: 1px solid rgb(173,166,152,0.5);
    font-weight: 600;
    font-size: calc(13px * 1.2);
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: rgb(173,166,152);
}.find_support_7 .ask_team_3 {
    line-height: 1.7;
    color: #000000;
    max-width: 90%;
    margin-bottom: 30px;
}.find_support_7 .online_contact_5 > p {
    color: #000000;
    position: relative;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    padding-left: 35px;
}.find_support_7 .online_contact_5 > p svg {
    height: 22px;
    width: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}.find_support_7 .online_contact_5 > p svg path {
    fill: rgb(208,202,191);
}.find_support_7 .online_contact_5 > p span {
    font-weight: 600;
    color: rgb(208,202,191);
    margin-left: 5px;
}.find_support_7 .write_page_1 {
    position: relative;
    margin-top: 40px;
    background: rgb(233,230,225);
    padding: 30px;
    border-radius: 10px;
}.find_support_7 .write_page_1 h3 {
    padding-left: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    color: rgb(208,202,191);
    font-size: 21px;
}.find_support_7 .write_page_1 h3::before {
    top: 50%;
    position: absolute;
    height: 10px;
    content: '';
    background: rgb(173,166,152);
    border-radius: 50%;
    transform: translateY(-50%);
    width: 10px;
    left: 0;
}.find_support_7 .contact_widget_5 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}.find_support_7 .contact_widget_5 span {
    background: #ffffff;
    font-size: 13px;
    color: #000000;
    border-radius: 10px;
    padding: 12px 20px;
    transition: all 0.3s ease;
    font-weight: 400;
    border-left: 3px solid transparent;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.find_support_7 .contact_widget_5 span:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-left: 3px solid rgb(173,166,152);
}.find_support_7 .online_contact_5 .icon_image_2 {
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    height: 100%;
}.find_support_7 .online_contact_5:hover .icon_image_2 {
    transform: scale(1.05);
}.find_support_7 .join_conversation_1 {
    flex-direction: column;
    justify-content: center;
    display: flex;
    gap: 30px;
}.find_support_7 .join_conversation_1 a {
    transition: all 0.3s ease;
    display: flex;
    padding-left: 45px;
    position: relative;
    text-decoration: none;
    align-items: center;
}.find_support_7 .join_conversation_1 a:hover {
    transform: translateX(10px);
}.find_support_7 .join_conversation_1 svg {
    transition: all 0.3s ease;
    position: absolute;
    height: 28px;
    left: 0;
    width: 28px;
    top: 0px;
}.find_support_7 .join_conversation_1 a:hover svg {
    transform: scale(1.1) rotate(5deg);
}.find_support_7 .join_conversation_1 svg path {
    fill: #ffffff;
}.find_support_7 .join_conversation_1 a span {
    margin-bottom: 5px;
    font-size: calc(13px * 0.85);
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
}.find_support_7 .join_conversation_1 a p {
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    font-size: 13px;
    color: #ffffff;
}.find_support_7 .join_conversation_1 a p::after {
    background: #ffffff;
    height: 2px;
    left: 0;
    width: 0;
    content: '';
    position: absolute;
    bottom: -5px;
    transition: width 0.3s ease;
}.find_support_7 .join_conversation_1 a:hover p::after {
    width: 100%;
}

@media (max-width: 1200px) {.find_support_7 {
    padding: 100px 0;
}.find_support_7 .online_contact_5:nth-child(1) {
    padding: 40px;
}.find_support_7 .online_contact_5:nth-child(3) {
    padding: 30px;
}
}

@media (max-width: 992px) {.find_support_7 {
    padding: 80px 0;
}.find_support_7 .talk_team_1 {
    grid-template-columns: 1fr;
}.find_support_7 .online_contact_5:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    transform: translateY(0);
}.find_support_7 .online_contact_5:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 1 / -1;
    transform: translateY(0);
    height: 300px;
}.find_support_7 .online_contact_5:nth-child(3) {
    grid-column: 1 / -1;
    grid-row: 3 / 4;
    transform: translateY(0);
}.find_support_7 .ask_team_3 {
    max-width: 100%;
}
}

@media (max-width: 768px) {.find_support_7 {
    padding: 60px 0;
}.find_support_7 .online_contact_5:nth-child(1) {
    padding: 30px;
}.find_support_7 .online_contact_5:nth-child(3) {
    padding: 25px;
}.find_support_7 .write_page_1 {
    padding: 25px;
    margin-top: 30px;
}.find_support_7 .join_conversation_1 {
    gap: 25px;
}
}

@media (max-width: 576px) {.find_support_7 {
    padding: 40px 0;
}.find_support_7 .online_contact_5:nth-child(1) {
    padding: 25px;
}.find_support_7 .online_contact_5 h2 {
    font-size: calc(34px * 0.9);
}.find_support_7 .write_page_1 {
    padding: 20px;
}.find_support_7 .contact_widget_5 {
    flex-direction: column;
}.find_support_7 .contact_widget_5 span {
    width: 100%;
}.find_support_7 .join_conversation_1 a {
    padding-left: 40px;
}.find_support_7 .join_conversation_1 svg {
    width: 24px;
    height: 24px;
}}.welcome_page_3 {
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    background: linear-gradient(135deg, rgb(233,230,225), rgba(0, 0, 0, 0.5), rgb(208,202,191,0.5) 80%);
}.welcome_page_3::before {
    top: 0;
    left: 0;
    content: "";
    opacity: 0.15;
    z-index: 1;
    width: 100%;
    animation: constellationMove 120s infinite linear;
    background: 
    radial-gradient(circle at 20% 30%, rgb(173,166,152,0.5) 2px, transparent 12px),
    radial-gradient(circle at 70% 60%, rgb(173,166,152,0.5) 3px, transparent 15px),
    radial-gradient(circle at 40% 80%, rgb(173,166,152,0.5) 2px, transparent 10px),
    radial-gradient(circle at 80% 10%, rgb(173,166,152,0.5) 4px, transparent 14px);
    background-size: 320px 320px;
    height: 100%;
    position: absolute;
}.welcome_page_3::after {
    z-index: 0;
    width: 200%;
    opacity: 0.4;
    left: -50%;
    pointer-events: none;
    background: radial-gradient(ellipse at center, transparent 30%, rgb(208,202,191,0.5) 100%);
    transform: rotate(-15deg);
    height: 200%;
    content: "";
    top: -50%;
    position: absolute;
}.welcome_page_3 .page_hero_3 {
    perspective: 1000px;
    max-width: 1200px;
    width: 90%;
    position: relative;
    z-index: 3;
}.welcome_page_3 .page_hero_3 > div {
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    display: grid;
    gap: 2rem;
}.welcome_page_3 .page_hero_3 > div > div:first-child {
    opacity: 0;
    position: relative;
    padding: 2.5rem;
    background: linear-gradient(120deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    animation-delay: 0.3s;
    border-left: 3px solid rgb(173,166,152);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transform: translateZ(20px) rotate(-2deg);
    backdrop-filter: blur(12px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: floatIn 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}.welcome_page_3 .page_hero_3 > div > div:first-child:hover {
    transform: translateZ(30px) rotate(-1deg);
}.welcome_page_3 h3 {
    line-height: 1.6;
    margin: 0;
    letter-spacing: 0.02em;
    position: relative;
    font-weight: 600;
    font-size: calc(18px * 1.1);
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}.welcome_page_3 .history_tl_9 {
    animation-delay: 0.6s;
    border-radius: 10px;
    transform: translateZ(40px) rotate(1deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    overflow: hidden;
    opacity: 0;
    animation: slideUp 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    height: 420px;
    position: relative;
}.welcome_page_3 .history_tl_9:hover {
    transform: translateZ(50px) rotate(0deg);
    box-shadow: 0 25px 60px rgba(0,0,0,0.4);
}.welcome_page_3 .history_tl_9::before {
    background: linear-gradient(180deg, 
    transparent, 
    rgba(0, 0, 0, 0.5) 70%, 
    rgb(208,202,191) 130%);
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
}.welcome_page_3 .history_tl_9::after {
    height: 100%;
    background: 
    repeating-linear-gradient(45deg, 
      rgb(173,166,152,0.5) 0%, 
      transparent 0.5%, 
      transparent 1%);
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.2;
    top: 0;
    width: 100%;
    z-index: 2;
    mix-blend-mode: overlay;
}.welcome_page_3 .history_tl_9 > div {
    bottom: 0;
    transform: translateY(0);
    position: absolute;
    padding: 3rem 2.5rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    left: 0;
    width: 100%;
    z-index: 3;
}.welcome_page_3 .history_tl_9:hover > div {
    transform: translateY(-10px);
}.welcome_page_3 .history_tl_9 p {
    color: #ffffff;
    position: relative;
    animation: fadeSlideIn 0.8s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateX(-20px);
    font-size: calc(17px * 1.2);
    font-weight: 600;
    opacity: 0;
    margin-bottom: 1rem;
}.welcome_page_3 .history_tl_9 p::before {
    left: -1.5rem;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    background: rgb(173,166,152);
    height: 0.8rem;
    content: "";
    width: 0.8rem;
}.welcome_page_3 .title_style_header {
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    opacity: 0;
    font-size: 48px;
    letter-spacing: 0.01em;
    color: #ffffff;
    transform: translateX(-20px);
    font-weight: 700;
    animation: fadeSlideIn 0.8s 1.3s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    margin: 0;
}

@keyframes constellationMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 1000px;
  }
}

@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateZ(0) translateY(50px) rotate(-5deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(20px) rotate(-2deg);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateZ(0) translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateZ(40px) rotate(1deg);
  }
}

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

@media (min-width: 768px) {.welcome_page_3 .page_hero_3 > div {
    align-items: center;
    grid-template-columns: 30% 1fr;
    gap: 3rem;
}.welcome_page_3 h3 {
    font-size: 18px;
}.welcome_page_3 .history_tl_9 {
    height: 480px;
}.welcome_page_3 .title_style_header {
    font-size: calc(48px * 1.2);
}
}

@media (min-width: 992px) {.welcome_page_3 .page_hero_3 > div {
    grid-template-columns: 35% 1fr;
    gap: 4rem;
}.welcome_page_3 .page_hero_3 > div > div:first-child {
    padding: 3rem;
}.welcome_page_3 h3 {
    font-size: calc(18px * 1.1);
}.welcome_page_3 .history_tl_9 {
    height: 520px;
}.welcome_page_3 .history_tl_9 > div {
    padding: 4rem 3rem;
}.welcome_page_3 .title_style_header {
    font-size: calc(48px * 1.4);
}
}

@media (max-width: 767px) {.welcome_page_3 {
    padding: 4rem 1rem;
}.welcome_page_3 .history_tl_9 {
    height: 380px;
}.welcome_page_3 .page_hero_3 > div > div:first-child {
    padding: 1.5rem;
}.welcome_page_3 h3 {
    font-size: calc(22px * 1.2);
}.welcome_page_3 .history_tl_9 > div {
    padding: 2rem 1.5rem;
}.welcome_page_3 .history_tl_9 p {
    font-size: 17px;
}.welcome_page_3 .title_style_header {
    font-size: calc(38px * 1.1);
}
}

@media (max-width: 480px) {.welcome_page_3 {
    padding: 3rem 1rem;
}.welcome_page_3 .history_tl_9 {
    height: 320px;
}.welcome_page_3 .page_hero_3 > div > div:first-child {
    padding: 1.25rem;
}.welcome_page_3 h3 {
    font-size: 22px;
}.welcome_page_3 .history_tl_9 > div {
    padding: 1.5rem 1.25rem;
}.welcome_page_3 .title_style_header {
    font-size: 38px;
}}.connect_with_us_5 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(233,230,225) 0%, rgba(9, 19, 32, 0.9) 100%);
}.connect_with_us_5::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(208,202,191,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(208,202,191,0.5) 11px
    );
    top: 0;
    animation: gridMove 20s linear infinite;
    height: 100%;
    pointer-events: none;
    opacity: 0.05;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
}.connect_with_us_5::after {
    height: 200%;
    left: -50%;
    animation: pulseGlow 15s ease-in-out infinite;
    background: radial-gradient(circle, rgb(208,202,191,0.5) 0%, transparent 60%);
    width: 200%;
    top: -50%;
    pointer-events: none;
    position: absolute;
    opacity: 0.1;
    content: "";
}.connect_with_us_5 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
}.connect_with_us_5 h2 {
    font-size: 35px;
    margin-bottom: 60px;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    position: relative;
}.connect_with_us_5 h2::after {
    position: absolute;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    background: linear-gradient(to right, transparent, rgb(208,202,191), transparent);
    bottom: 0;
    left: 50%;
}.connect_with_us_5 .inquiry_reach_5 {
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    display: flex;
}.connect_with_us_5 .inquiry_reach_5::before {
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(to bottom right, rgb(208,202,191,0.5), transparent);
    opacity: 0.03;
    height: 100%;
}.connect_with_us_5 .icon_image_2 {
    position: relative;
    transform: scale(1.01);
    flex: 1;
    transition: transform 0.6s ease;
    min-height: 500px;
}.connect_with_us_5 .icon_image_2::after {
    left: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
}.connect_with_us_5 .feedback_info_8 {
    position: relative;
    flex: 1;
    padding: 50px;
}.connect_with_us_5 .feedback_info_8::before {
    content: "";
    border-right: 2px solid rgb(208,202,191,0.5);
    border-top: 2px solid rgb(208,202,191,0.5);
    height: 50px;
    top: 20px;
    position: absolute;
    right: 20px;
    width: 50px;
    opacity: 0.7;
}.connect_with_us_5 .feedback_info_8::after {
    content: "";
    border-bottom: 2px solid rgb(208,202,191,0.5);
    border-left: 2px solid rgb(208,202,191,0.5);
    bottom: 20px;
    height: 50px;
    position: absolute;
    width: 50px;
    opacity: 0.7;
    left: 20px;
}.connect_with_us_5 form {
    width: 100%;
}.connect_with_us_5 form h3 {
    margin-bottom: 30px;
    position: relative;
    font-size: 21px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding-left: 15px;
    font-weight: 600;
}.connect_with_us_5 form h3::before {
    left: 0;
    background: rgb(208,202,191);
    border-radius: 10px;
    width: 5px;
    content: "";
    position: absolute;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
}.connect_with_us_5 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.connect_with_us_5 form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(208,202,191), 0.2);
    border-color: rgb(208,202,191);
    background: rgba(255, 255, 255, 0.08);
}.connect_with_us_5 form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.connect_with_us_5 .request_query_2 {
    margin-bottom: 30px;
    align-items: flex-start;
    position: relative;
    display: flex;
}.connect_with_us_5 .request_query_2 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_with_us_5 .request_query_2 label {
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.5;
    position: relative;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}.connect_with_us_5 .request_query_2 label::before {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    content: "";
    left: 0;
    height: 22px;
    top: 2px;
    width: 22px;
    position: absolute;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.connect_with_us_5 .request_query_2 input[type="checkbox"]:checked + label::before {
    border-color: rgb(208,202,191);
    background: rgb(208,202,191);
}.connect_with_us_5 .request_query_2 input[type="checkbox"]:checked + label::after {
    width: 8px;
    transform: rotate(-45deg);
    left: 7px;
    position: absolute;
    height: 4px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    top: 11px;
    content: "";
}.connect_with_us_5 .request_query_2 label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(208,202,191);
}.connect_with_us_5 .request_query_2 label a:hover {
    text-decoration: underline;
}.connect_with_us_5 form .message_support_1 {
    position: relative;
    font-family: Arial, sans-serif;
    cursor: pointer;
    z-index: 1;
    display: inline-block;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.4s ease;
    font-size: 18px;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(208,202,191), rgb(173,166,152));
    border: none;
    padding: 15px 35px;
}.connect_with_us_5 form .message_support_1::before {
    content: "";
    width: 100%;
    z-index: -1;
    height: 100%;
    left: -100%;
    background: linear-gradient(45deg, rgb(173,166,152), rgb(208,202,191));
    position: absolute;
    top: 0;
    transition: all 0.4s ease;
}.connect_with_us_5 form .message_support_1:hover::before {
    left: 0;
}.connect_with_us_5 form .message_support_1:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.connect_with_us_5 svg {
    width: 24px;
    height: 24px;
    fill: rgb(208,202,191);
    margin-right: 15px;
}.connect_with_us_5 svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.connect_with_us_5 {
    padding: 80px 0;
}.connect_with_us_5 .inquiry_reach_5 {
    flex-direction: column;
}.connect_with_us_5 .icon_image_2 {
    order: 1;
    min-height: 300px;
}.connect_with_us_5 .feedback_info_8 {
    order: 2;
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.connect_with_us_5 {
    padding: 60px 0;
}.connect_with_us_5 h2 {
    margin-bottom: 40px;
}.connect_with_us_5 .icon_image_2 {
    min-height: 200px;
}.connect_with_us_5 .feedback_info_8 {
    padding: 30px 20px;
}.connect_with_us_5 form .message_support_1 {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.connect_with_us_5 {
    padding: 40px 0;
}.connect_with_us_5 h2 {
    font-size: calc(35px * 0.8);
}.connect_with_us_5 form h3 {
    font-size: calc(21px * 0.9);
}.connect_with_us_5 .feedback_info_8::before,
    .connect_with_us_5 .feedback_info_8::after {
    width: 30px;
    height: 30px;
}}.teaching_history_5 {
    overflow: hidden;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgb(173,166,152,0.5) 100%);
    position: relative;
}.teaching_history_5::before {
    z-index: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(173,166,152,0.5) 5%, transparent 5.5%),
        radial-gradient(circle at 90% 20%, rgb(173,166,152,0.5) 2%, transparent 2.5%),
        radial-gradient(circle at 30% 80%, rgb(173,166,152,0.5) 3%, transparent 3.5%),
        radial-gradient(circle at 70% 90%, rgb(173,166,152,0.5) 4%, transparent 4.5%);
    opacity: 0.3;
    content: "";
}.teaching_history_5 .container {
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.teaching_history_5 .review_views_9 {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: grid;
    gap: 2rem;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05),
        0 0 0 1px rgba(0,0,0,0.02);
    border-radius: 10px;
}.teaching_history_5 .review_views_9:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.12),
        0 10px 20px rgba(0,0,0,0.07),
        0 0 0 1px rgba(0,0,0,0.03);
}.teaching_history_5 .review_views_9 > div:first-child {
    position: relative;
    justify-self: center;
}.teaching_history_5 .icon_image_2 {
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
    height: 150px;
    width: 150px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    border-radius: 0;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
}.teaching_history_5 .icon_image_2::before {
    content: "";
    background: linear-gradient(to bottom, transparent 50%, rgb(208,202,191,0.5) 100%);
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
    opacity: 0.6;
    height: 100%;
}.teaching_history_5 .review_views_9:hover .icon_image_2 {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.15),
        0 8px 15px rgba(0,0,0,0.08);
}.teaching_history_5 .review_views_9:hover .icon_image_2::before {
    opacity: 0.8;
}.teaching_history_5 .review_views_9 > div:nth-child(2) {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    text-align: center;
}.teaching_history_5 .name {
    position: relative;
    margin: 0 0 0.5rem;
    font-family: Arial, sans-serif;
    color: #000000;
    display: inline-block;
    font-size: calc(22px * 1.1);
    font-weight: 700;
    transition: all 0.3s ease;
}.teaching_history_5 .name::after {
    left: 0;
    background: rgb(208,202,191);
    bottom: -4px;
    content: "";
    width: 0;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    height: 2px;
}.teaching_history_5 .review_views_9:hover .name::after {
    width: 100%;
}.teaching_history_5 .review_views_9 > div:nth-child(2) > div {
    margin-top: 0.25rem;
    transform: translateY(0);
    color: rgb(173,166,152);
    font-weight: 600;
    padding: 0.35rem 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    letter-spacing: 0.03em;
    background: linear-gradient(to right, rgba(rgb(173,166,152,0.5), 0.1), transparent);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: calc(12px * 0.95);
}.teaching_history_5 .review_views_9:hover > div:nth-child(2) > div {
    transform: translateY(3px) scale(1.03);
}.teaching_history_5 .emp_block_5 {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 0.5rem 0;
    font-size: 12px;
    text-align: justify;
    transition: all 0.3s ease;
    line-height: 1.7;
    position: relative;
}.teaching_history_5 .emp_block_5::before {
    color: rgb(208,202,191,0.5);
    top: -25px;
    content: "";
    left: -10px;
    position: absolute;
    font-size: 4rem;
    opacity: 0.2;
    transition: all 0.4s ease;
}.teaching_history_5 .emp_block_5::after {
    color: rgb(208,202,191,0.5);
    position: absolute;
    content: "";
    right: -10px;
    transition: all 0.4s ease;
    opacity: 0.2;
    font-size: 4rem;
    bottom: -50px;
}.teaching_history_5 .review_views_9:hover .emp_block_5::before,
.teaching_history_5 .review_views_9:hover .emp_block_5::after {
    opacity: 0.4;
    transform: scale(1.1);
}

@media (min-width: 768px) {.teaching_history_5 {
    padding: 6rem 0;
}.teaching_history_5 .review_views_9 {
    padding: 3rem;
    grid-template-columns: auto 1fr 2fr;
    align-items: start;
    gap: 2.5rem;
}.teaching_history_5 .review_views_9 > div:nth-child(2) {
    align-items: flex-start;
    text-align: left;
}.teaching_history_5 .icon_image_2 {
    width: 180px;
    height: 180px;
}.teaching_history_5 .emp_block_5 {
    padding: 0 1rem 0 0;
}.teaching_history_5 .container {
    padding: 0 4rem;
}
}

@media (min-width: 992px) {.teaching_history_5 .review_views_9 {
    margin: 0 3rem;
}.teaching_history_5 .icon_image_2 {
    width: 220px;
    height: 220px;
}.teaching_history_5 .name {
    font-size: calc(22px * 1.2);
}.teaching_history_5 .review_views_9 > div:nth-child(2) > div {
    font-size: 12px;
}.teaching_history_5 .emp_block_5 {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.teaching_history_5 .review_views_9 {
    text-align: center;
    padding: 2rem 1.5rem;
}.teaching_history_5 .emp_block_5 {
    text-align: left;
}.teaching_history_5 .emp_block_5::before {
    left: 0;
    font-size: 3rem;
    top: -20px;
}.teaching_history_5 .emp_block_5::after {
    right: 0;
    font-size: 3rem;
    bottom: -40px;
}
}

@media (max-width: 480px) {.teaching_history_5 {
    padding: 3rem 0;
}.teaching_history_5 .container {
    padding: 0 1rem;
}.teaching_history_5 .icon_image_2 {
    height: 120px;
    width: 120px;
}.teaching_history_5 .name {
    font-size: 22px;
}.teaching_history_5 .review_views_9 > div:nth-child(2) > div {
    font-size: calc(12px * 0.9);
}.teaching_history_5 .emp_block_5 {
    padding: 0;
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}.who_we_are_3 {
    color: #ffffff;
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
}.who_we_are_3::before {
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(25, 28, 41, 0.92) 0%,
        rgba(25, 28, 41, 0.85) 50%,
        rgba(25, 28, 41, 0.75) 100%);
    top: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: 1;
}.who_we_are_3::after {
    position: absolute;
    height: 60%;
    top: -5%;
    right: -5%;
    background: linear-gradient(120deg, 
        rgb(208,202,191,0.5) 0%,
        rgb(173,166,152,0.5) 100%);
    transform: rotate(-15deg);
    width: 40%;
    animation: floatGlow 18s infinite alternate ease-in-out;
    filter: blur(60px);
    opacity: 0.4;
    z-index: 1;
    content: "";
}.who_we_are_3 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.who_we_are_3 h4 {
    margin-bottom: 40px;
    text-align: center;
    z-index: 2;
    transform: translateY(-20px);
    opacity: 0;
    text-transform: uppercase;
    font-size: 37px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    animation: fadeInUp 0.8s 0.2s forwards ease-out;
}.who_we_are_3 h4::after {
    left: 50%;
    bottom: -12px;
    content: "";
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(208,202,191), rgb(173,166,152));
    width: 80px;
    transform: translateX(-50%);
}.who_we_are_3 .text_row_9 {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.4s forwards ease-out;
    border-radius: 4px;
    backdrop-filter: blur(10px);
    opacity: 0;
    padding: 40px;
}.who_we_are_3 .text_row_9::before {
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, 
        rgba(rgb(208,202,191), 0.05) 0%,
        rgba(rgb(173,166,152), 0.05) 100%);
    top: 0;
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
}.who_we_are_3 .text_row_9::after {
    animation: rotateGradient 30s linear infinite;
    content: "";
    width: 200%;
    position: absolute;
    height: 200%;
    top: -50%;
    z-index: -1;
    opacity: 0.5;
    left: -50%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0) 70%
    );
}.who_we_are_3 h6 {
    font-weight: 700;
    font-size: calc(24px * 1.2);
    display: inline-block;
    color: rgb(208,202,191);
    margin-bottom: 25px;
    text-shadow: 0 2px 10px rgba(var(--primary-color-rgb), 0.3);
    position: relative;
}.who_we_are_3 h6::after {
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(208,202,191) 0%,
        transparent 100%);
    left: 0;
    content: "";
    height: 2px;
    width: 60%;
    bottom: -8px;
}.who_we_are_3 span {
    font-size: 14px;
    display: block;
    text-align: justify;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    column-count: 1;
    column-gap: 40px;
}.who_we_are_3 .text_row_9 div {
    position: relative;
}.who_we_are_3 .text_row_9 div::before {
    position: absolute;
    border-right: 2px solid rgb(173,166,152,0.5);
    content: "";
    height: 70px;
    border-top: 2px solid rgb(173,166,152,0.5);
    right: -20px;
    opacity: 0.6;
    width: 70px;
    top: -20px;
}.who_we_are_3 .text_row_9 div::after {
    opacity: 0.6;
    height: 70px;
    border-left: 2px solid rgb(208,202,191,0.5);
    bottom: -20px;
    border-bottom: 2px solid rgb(208,202,191,0.5);
    width: 70px;
    left: -20px;
    content: "";
    position: absolute;
}

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

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

@keyframes rotateGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {.who_we_are_3 {
    padding: 150px 0 100px;
}.who_we_are_3 h4 {
    margin-bottom: 60px;
    font-size: calc(37px * 1.1);
}.who_we_are_3 .text_row_9 {
    padding: 60px;
}.who_we_are_3 span {
    column-count: 2;
}
}

@media (min-width: 992px) {.who_we_are_3 {
    padding: 180px 0 120px;
}.who_we_are_3 h4 {
    font-size: calc(37px * 1.2);
}.who_we_are_3 .container {
    max-width: 1400px;
}.who_we_are_3 .text_row_9 {
    padding: 70px;
    margin: 0 auto;
    max-width: 90%;
}.who_we_are_3 h6 {
    font-size: calc(24px * 1.4);
    margin-bottom: 35px;
}.who_we_are_3 span {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.who_we_are_3 .text_row_9 {
    max-width: 80%;
    padding: 80px;
}.who_we_are_3 span {
    column-gap: 60px;
    column-count: 2;
}
}

@media (max-width: 767px) {.who_we_are_3 {
    padding: 80px 0 60px;
}.who_we_are_3 h4 {
    font-size: calc(37px * 0.9);
    margin-bottom: 30px;
}.who_we_are_3 .text_row_9 {
    padding: 30px 20px;
}.who_we_are_3 h6 {
    font-size: 24px;
    margin-bottom: 20px;
}.who_we_are_3 span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.who_we_are_3 .text_row_9 div::before,
    .who_we_are_3 .text_row_9 div::after {
    height: 50px;
    width: 50px;
}
}

@media (hover: hover) {.who_we_are_3 .text_row_9:hover::after {
    animation-duration: 15s;
}.who_we_are_3 .text_row_9:hover::before {
    transition: background 0.5s ease;
    background: linear-gradient(45deg, 
            rgba(rgb(208,202,191), 0.08) 0%,
            rgba(rgb(173,166,152), 0.08) 100%);
}}.course_program_description_7 {
    background: linear-gradient(135deg, rgb(233,230,225) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
}.course_program_description_7::before {
    width: 50%;
    right: -5%;
    top: -10%;
    transform: rotate(-15deg) skew(10deg);
    z-index: 1;
    height: 70%;
    background: linear-gradient(45deg, rgb(208,202,191,0.5) 0%, rgb(173,166,152,0.5) 100%);
    filter: blur(20px);
    content: "";
    position: absolute;
    opacity: 0.6;
}.course_program_description_7::after {
    height: 60%;
    z-index: 1;
    width: 40%;
    filter: blur(20px);
    opacity: 0.4;
    transform: rotate(15deg) skew(-10deg);
    background: linear-gradient(225deg, rgb(173,166,152,0.5) 0%, rgb(208,202,191,0.5) 100%);
    bottom: -10%;
    content: "";
    left: -5%;
    position: absolute;
}.course_program_description_7 .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.course_program_description_7 h2 {
    margin-bottom: 50px;
    position: relative;
    color: #000000;
    max-width: 80%;
    font-size: 38px;
    transform: translateX(-5px);
    font-weight: 700;
}.course_program_description_7 h2::after {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: -15px;
    position: absolute;
    height: 3px;
    transform-origin: left center;
    width: 80px;
    left: 0;
    content: "";
    transform: scaleX(1);
    background: rgb(208,202,191);
}.course_program_description_7 h2:hover::after {
    transform: scaleX(1.5);
}.course_program_description_7 .master_it_4 {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    position: relative;
}.course_program_description_7 .icon_image_2 {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    height: 400px;
}.course_program_description_7 .icon_image_2::before {
    content: "";
    transition: opacity 0.5s ease;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to right, rgb(208,202,191,0.5) 0%, transparent 100%);
    width: 100%;
    opacity: 0.4;
    position: absolute;
}.course_program_description_7 .icon_image_2:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) scale(1.02);
}.course_program_description_7 .icon_image_2:hover::before {
    opacity: 0.2;
}.course_program_description_7 .text_row_9 {
    padding: 20px 0;
    position: relative;
}.course_program_description_7 .description {
    padding-left: 20px;
    font-size: 18px;
    border-left: 2px solid rgb(173,166,152,0.5);
    position: relative;
    transition: all 0.3s ease;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #000000;
}.course_program_description_7 .description:first-child {
    font-size: calc(18px * 1.05);
    font-weight: 600;
}.course_program_description_7 .description:last-child {
    transform: translateY(5px);
    opacity: 0.85;
}.course_program_description_7 .description::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(208,202,191);
}.course_program_description_7 .description:hover {
    transform: translateX(5px);
    border-left-color: rgb(208,202,191);
}

@media (min-width: 768px) {.course_program_description_7 h2 {
    max-width: 70%;
    font-size: calc(38px * 1.1);
}.course_program_description_7 .master_it_4 {
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.course_program_description_7 .icon_image_2 {
    height: 500px;
}.course_program_description_7 .text_row_9 {
    padding: 20px 0 20px 20px;
}
}

@media (min-width: 992px) {.course_program_description_7 {
    padding: 150px 0 100px;
}.course_program_description_7 h2 {
    margin-bottom: 70px;
    transform: translateX(-10px);
    max-width: 60%;
}.course_program_description_7 .master_it_4 {
    gap: 80px;
}.course_program_description_7 .icon_image_2 {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 600px;
}.course_program_description_7 .text_row_9 {
    padding: 40px 0 40px 40px;
    scrollbar-color: rgb(173,166,152) #ffffff;
    scrollbar-width: thin;
    overflow-y: auto;
    max-height: 600px;
}.course_program_description_7 .text_row_9::-webkit-scrollbar {
    width: 6px;
}.course_program_description_7 .text_row_9::-webkit-scrollbar-track {
    background: #ffffff;
}.course_program_description_7 .text_row_9::-webkit-scrollbar-thumb {
    background-color: rgb(173,166,152);
    border-radius: 10px;
}.course_program_description_7 .description {
    padding-left: 30px;
    margin-bottom: 30px;
}
}

@media (min-width: 1200px) {.course_program_description_7 h2 {
    max-width: 50%;
    font-size: calc(38px * 1.2);
}.course_program_description_7 .master_it_4 {
    grid-template-columns: 45% 55%;
}.course_program_description_7 .icon_image_2 {
    height: 650px;
}.course_program_description_7 .text_row_9 {
    padding: 60px 0 60px 60px;
    max-height: 650px;
}.course_program_description_7 .description {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}.course_program_description_7 .description:first-child {
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 767px) {.course_program_description_7 {
    padding: 80px 0 50px;
}.course_program_description_7 h2 {
    font-size: calc(38px * 0.9);
    max-width: 100%;
    margin-bottom: 40px;
}.course_program_description_7 .icon_image_2 {
    transform: perspective(1000px) rotateY(-1deg) translateZ(0);
    height: 300px;
}.course_program_description_7 .description {
    padding-left: 15px;
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}.data_exploration_6 {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: rgb(233,230,225);
}.data_exploration_6::before {
    z-index: 1;
    content: "";
    position: absolute;
    opacity: 0.8;
    top: -15%;
    left: -5%;
    background: linear-gradient(135deg, rgb(208,202,191,0.5), transparent);
    transform: rotate(-15deg);
    width: 45%;
    height: 70%;
}.data_exploration_6::after {
    width: 45%;
    transform: rotate(15deg);
    bottom: -15%;
    right: -5%;
    opacity: 0.8;
    background: linear-gradient(225deg, rgb(173,166,152,0.5), transparent);
    position: absolute;
    content: "";
    height: 70%;
    z-index: 1;
}.data_exploration_6 h3 {
    margin-bottom: 3rem;
    font-size: calc(31px * 1.2);
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: center;
    position: relative;
    font-weight: 700;
    z-index: 5;
}.data_exploration_6 h3::after {
    width: 6rem;
    left: 50%;
    position: absolute;
    bottom: -0.8rem;
    content: "";
    transform: translateX(-50%);
    background: rgb(208,202,191);
    height: 3px;
}.data_exploration_6 .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}.data_exploration_6 ul {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    padding: 0;
    gap: 2rem;
    list-style: none;
    display: grid;
}.data_exploration_6 .knowledge_statistics_6 {
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
    padding: 2rem;
    transform-style: preserve-3d;
    background: #ffffff;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    align-items: center;
    flex-direction: column;
    position: relative;
}.data_exploration_6 .knowledge_statistics_6::before {
    top: 0;
    width: 4px;
    position: absolute;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(208,202,191), rgb(173,166,152));
    left: 0;
}.data_exploration_6 .knowledge_statistics_6:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.data_exploration_6 .knowledge_statistics_6:hover::before {
    height: 100%;
}.data_exploration_6 .knowledge_statistics_6 span {
    font-size: 16px;
    text-align: center;
    margin-bottom: 1rem;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 600;
    position: relative;
    z-index: 2;
    color: #000000;
}.data_exploration_6 .knowledge_statistics_6:hover span {
    color: rgb(208,202,191);
    transform: translateY(-5px);
}.data_exploration_6 .knowledge_statistics_6 p {
    align-items: center;
    justify-content: center;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    color: rgb(208,202,191);
    font-size: calc(40px * 1.2);
    font-weight: 700;
    margin: 0;
}.data_exploration_6 .knowledge_statistics_6 p::before {
    border-radius: 50%;
    z-index: -1;
    height: 50px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s ease;
    background: rgb(208,202,191,0.5);
    transform: scale(0);
    width: 50px;
    content: "";
    opacity: 0;
    position: absolute;
}.data_exploration_6 .knowledge_statistics_6:hover p {
    transform: scale(1.1);
}.data_exploration_6 .knowledge_statistics_6:hover p::before {
    transform: scale(3);
    opacity: 0.15;
}.data_exploration_6 .knowledge_statistics_6:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.data_exploration_6 .knowledge_statistics_6:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.data_exploration_6 .knowledge_statistics_6:nth-child(odd):hover {
    transform: perspective(1000px) rotateY(0) translateY(-8px);
}.data_exploration_6 .knowledge_statistics_6:nth-child(even):hover {
    transform: perspective(1000px) rotateY(0) translateY(-8px);
}.data_exploration_6 .knowledge_statistics_6::after {
    transition: opacity 0.3s ease;
    border-style: solid;
    height: 0;
    bottom: 0;
    position: absolute;
    content: "";
    opacity: 0;
    border-color: transparent transparent rgb(208,202,191,0.5) transparent;
    border-width: 0 0 40px 40px;
    right: 0;
    width: 0;
}.data_exploration_6 .knowledge_statistics_6:hover::after {
    opacity: 1;
}

@media (max-width: 992px) {.data_exploration_6 {
    padding: 4rem 0;
}.data_exploration_6 h3 {
    font-size: calc(31px * 1.1);
}.data_exploration_6 ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}.data_exploration_6 .knowledge_statistics_6 {
    padding: 1.8rem;
}.data_exploration_6 .knowledge_statistics_6 p {
    font-size: calc(40px * 1.1);
}
}

@media (max-width: 768px) {.data_exploration_6 {
    padding: 3rem 0;
}.data_exploration_6 h3 {
    margin-bottom: 2rem;
    font-size: 31px;
}.data_exploration_6 ul {
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.data_exploration_6 .knowledge_statistics_6 {
    padding: 1.5rem;
}.data_exploration_6 .knowledge_statistics_6 span {
    font-size: calc(16px * 0.95);
}.data_exploration_6 .knowledge_statistics_6 p {
    font-size: 40px;
}.data_exploration_6 .knowledge_statistics_6:nth-child(odd),
  .data_exploration_6 .knowledge_statistics_6:nth-child(even) {
    transform: none;
}.data_exploration_6 .knowledge_statistics_6:hover {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.data_exploration_6 {
    padding: 2.5rem 0;
}.data_exploration_6 h3 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.9);
}.data_exploration_6 h3::after {
    width: 4rem;
}.data_exploration_6 ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.data_exploration_6 .knowledge_statistics_6 {
    padding: 1.2rem;
}.data_exploration_6 .knowledge_statistics_6 p {
    font-size: calc(40px * 0.9);
}.data_exploration_6::before,
  .data_exploration_6::after {
    width: 60%;
}}

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

.data_exploration_6 .knowledge_statistics_6 {
    animation-delay: calc(var(--i, 0) * 0.1s);
    opacity: 0;
    animation: fadeInUp 0.6s forwards;
}.data_exploration_6 .knowledge_statistics_6:nth-child(1) {
    --i: 1;
}.data_exploration_6 .knowledge_statistics_6:nth-child(2) {
    --i: 2;
}.data_exploration_6 .knowledge_statistics_6:nth-child(3) {
    --i: 3;
}.data_exploration_6 .knowledge_statistics_6:nth-child(4) {
    --i: 4;
}.data_exploration_6 .knowledge_statistics_6:nth-child(5) {
    --i: 5;
}.data_exploration_6 .knowledge_statistics_6:nth-child(6) {
    --i: 6;
}.data_exploration_6 .knowledge_statistics_6:nth-child(7) {
    --i: 7;
}.educational_yield_5 {
    padding: 90px 0;
    background: linear-gradient(120deg, rgb(233,230,225) 30%, rgb(208,202,191,0.5) 100%);
    position: relative;
    overflow: hidden;
}.educational_yield_5::before {
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(173,166,152,0.5) 0%, transparent 60%);
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    opacity: 0.4;
}.educational_yield_5 .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.educational_yield_5 .study_training_5 {
    display: flex;
    align-items: center;
    gap: 40px;
}.educational_yield_5 .icon_image_2 {
    flex: 0 0 45%;
    position: relative;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 30% 10% 30% 10%;
    max-width: 45%;
    transform: translateY(-10px);
    transition: all 0.5s ease;
}.educational_yield_5 .icon_image_2::after {
    border: 3px solid rgb(208,202,191,0.5);
    right: -20px;
    top: 20px;
    bottom: -20px;
    position: absolute;
    left: 20px;
    z-index: -1;
    border-radius: 30% 10% 30% 10%;
    content: "";
}.educational_yield_5 .icon_image_2:hover {
    transform: translateY(0);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
}.educational_yield_5 .text_row_9 {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 40px 35px;
    position: relative;
    z-index: 1;
    flex: 0 0 50%;
    border-radius: 22px;
}.educational_yield_5 .text_row_9::before {
    left: 0;
    width: 6px;
    border-radius: 10px;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(208,202,191), rgb(173,166,152));
    position: absolute;
    content: "";
}.educational_yield_5 h3 {
    color: #000000;
    margin-bottom: 30px;
    font-size: 36px;
    position: relative;
    font-weight: 700;
    padding-left: 15px;
}.educational_yield_5 h3::after {
    content: "";
    width: 80px;
    border-radius: 10px;
    position: absolute;
    background: rgb(208,202,191);
    left: 15px;
    height: 3px;
    bottom: -12px;
}.educational_yield_5 ul {
    display: flex;
    list-style: none;
    flex-direction: column;
    margin: 0;
    padding: 0 0 0 15px;
    gap: 20px;
}.educational_yield_5 li {
    background: linear-gradient(90deg, #ffffff, rgb(233,230,225) 180%);
    transition: all 0.3s ease;
    position: relative;
    padding: 15px;
    border-radius: 10px;
}.educational_yield_5 li:hover {
    background: linear-gradient(90deg, #ffffff, rgb(173,166,152,0.5) 180%);
    transform: translateX(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.educational_yield_5 li p {
    margin: 0;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    gap: 16px;
    display: flex;
}.educational_yield_5 svg {
    padding: 5px;
    transition: all 0.3s ease;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
    display: flex;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
}.educational_yield_5 svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,202,191);
}.educational_yield_5 li:hover svg {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}.educational_yield_5 li:hover svg path {
    fill: rgb(173,166,152);
}

@media (max-width: 992px) {.educational_yield_5 {
    padding: 70px 0;
}.educational_yield_5 .study_training_5 {
    flex-direction: column;
    gap: 40px;
}.educational_yield_5 .icon_image_2 {
    margin: 0 auto;
    max-width: 70%;
    flex: none;
}.educational_yield_5 .text_row_9 {
    width: 90%;
    margin: 0 auto;
    flex: none;
}.educational_yield_5 .text_row_9::before {
    top: 0;
    width: 100%;
    left: 0;
    height: 6px;
}
}

@media (max-width: 576px) {.educational_yield_5 {
    padding: 50px 0;
}.educational_yield_5 .icon_image_2 {
    max-width: 90%;
}.educational_yield_5 .icon_image_2::after {
    display: none;
}.educational_yield_5 .text_row_9 {
    padding: 30px 20px;
    width: 100%;
}.educational_yield_5 h3 {
    font-size: 19px;
    margin-bottom: 25px;
}.educational_yield_5 ul {
    gap: 15px;
}.educational_yield_5 li {
    padding: 12px;
}.educational_yield_5 svg {
    height: 22px;
    width: 22px;
}}.user_feedback_5 {
    overflow: hidden;
    position: relative;
    background: rgb(233,230,225);
    padding: 7rem 0;
}.user_feedback_5::before {
    content: "";
    top: 0;
    opacity: 0.2;
    background-size: 100px 100px;
    background: linear-gradient(
        45deg,
        transparent 48%,
        rgb(173,166,152,0.5) 49%,
        rgb(173,166,152,0.5) 51%,
        transparent 52%
    );
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100%;
    animation: moveBackground 15s linear infinite;
    left: 0;
}@keyframes moveBackground {
    0% { background-position: 0 0; }
    100% { background-position: 100px 100px; }
}

.user_feedback_5::after {
    height: 200%;
    top: -50%;
    content: "";
    opacity: 0.1;
    background: rgb(208,202,191,0.5);
    transform: rotate(30deg);
    width: 70%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    z-index: 0;
    position: absolute;
    right: -20%;
}.user_feedback_5 .container {
    z-index: 1;
    position: relative;
}.user_feedback_5 h2 {
    color: #000000;
    position: relative;
    margin-bottom: 5rem;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgb(173,166,152,0.5) 100%
    );
    transform: skewX(-5deg);
    padding: 1rem 3rem 1rem 0;
    font-weight: 700;
    font-size: 31px;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.user_feedback_5 .learner_testimonials_0 {
    gap: 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    position: relative;
}.user_feedback_5 .review_views_9 {
    position: relative;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    padding: 2.5rem;
    display: flex;
    background: #ffffff;
    z-index: 1;
    align-items: center;
}.user_feedback_5 .review_views_9::before {
    content: "";
    height: 100%;
    transform: translateY(10px) translateX(10px);
    background: linear-gradient(
        135deg,
        rgb(208,202,191,0.5),
        rgb(173,166,152,0.5)
    );
    z-index: -1;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    transition: all 0.5s ease;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}.user_feedback_5 .review_views_9:nth-child(even)::before {
    transform: translateY(10px) translateX(-10px);
    background: linear-gradient(
        135deg,
        rgb(173,166,152,0.5),
        rgb(208,202,191,0.5)
    );
}.user_feedback_5 .review_views_9:hover::before {
    transform: translateY(15px) translateX(15px);
}.user_feedback_5 .review_views_9:nth-child(even):hover::before {
    transform: translateY(15px) translateX(-15px);
}.user_feedback_5 .review_views_9:nth-child(odd) {
    clip-path: polygon(
        15% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 15%
    );
}.user_feedback_5 .review_views_9:nth-child(odd)::before {
    clip-path: polygon(
        15% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 15%
    );
}.user_feedback_5 .review_views_9:nth-child(3n) {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}.user_feedback_5 .review_views_9:nth-child(3n)::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}.user_feedback_5 .review_views_9:nth-child(3n+1) {
    clip-path: polygon(
        0% 0%, 
        85% 0%, 
        100% 15%, 
        100% 100%, 
        0% 100%
    );
}.user_feedback_5 .review_views_9:nth-child(3n+1)::before {
    clip-path: polygon(
        0% 0%, 
        85% 0%, 
        100% 15%, 
        100% 100%, 
        0% 100%
    );
}.user_feedback_5 .review_views_9::after {
    transition: all 0.5s ease;
    opacity: 0;
    top: -15px;
    background: rgb(208,202,191);
    right: -15px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: -2;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.user_feedback_5 .review_views_9:nth-child(odd)::after {
    left: -15px;
    top: -15px;
    background: rgb(173,166,152);
}.user_feedback_5 .review_views_9:hover::after {
    transform: rotate(225deg);
    opacity: 1;
}.user_feedback_5 .review_views_9 img {
    margin-bottom: 1.5rem;
    object-fit: cover;
    width: 80px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    border-radius: 0;
    transition: all 0.5s ease;
    height: 80px;
}.user_feedback_5 .review_views_9:hover img {
    transform: rotate(45deg);
    clip-path: polygon(0 0, 50% 0, 100% 50%, 100% 100%, 50% 100%, 0 50%);
}.user_feedback_5 .review_views_9 p {
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 17px;
}.user_feedback_5 .review_views_9 p::after {
    content: "";
    background: rgb(208,202,191);
    transform: translateX(-50%);
    left: 50%;
    transition: all 0.5s ease;
    bottom: -5px;
    height: 2px;
    width: 0;
    position: absolute;
}.user_feedback_5 .review_views_9:hover p::after {
    width: 50px;
}.user_feedback_5 .review_views_9 .description {
    color: #000000;
    position: relative;
    font-weight: 400;
    transform: translateY(0);
    transition: all 0.3s ease;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    margin-top: 1rem;
}.user_feedback_5 .review_views_9:hover .description {
    transform: translateY(-5px);
}@keyframes pulse {
    0%, 100% { 
        box-shadow: 0 0 0 0 rgb(208,202,191,0.5);
    }
    50% { 
        box-shadow: 0 0 0 10px transparent;
    }
}

.user_feedback_5 .review_views_9:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}.user_feedback_5 .review_views_9:nth-child(4n+1) {
    animation: shiftLeft 10s infinite alternate;
}.user_feedback_5 .review_views_9:nth-child(4n+2) {
    animation: shiftRight 12s infinite alternate;
}.user_feedback_5 .review_views_9:nth-child(4n+3) {
    animation: shiftDown 15s infinite alternate;
}

@keyframes shiftLeft {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-5px); }
}

@keyframes shiftRight {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(5px); }
}

@keyframes shiftDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

@media (max-width: 992px) {.user_feedback_5 .learner_testimonials_0 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.user_feedback_5 {
    padding: 5rem 0;
}.user_feedback_5 h2 {
    margin-bottom: 3rem;
    clip-path: none;
    transform: none;
    font-size: calc(31px * 0.9);
    background: none;
    padding: 0;
}.user_feedback_5 .learner_testimonials_0 {
    grid-template-columns: 1fr;
    gap: 3rem;
}.user_feedback_5 .review_views_9,
    .user_feedback_5 .review_views_9:nth-child(odd),
    .user_feedback_5 .review_views_9:nth-child(3n),
    .user_feedback_5 .review_views_9:nth-child(3n+1) {
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
}.user_feedback_5 .review_views_9::before,
    .user_feedback_5 .review_views_9:nth-child(odd)::before,
    .user_feedback_5 .review_views_9:nth-child(3n)::before,
    .user_feedback_5 .review_views_9:nth-child(3n+1)::before {
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
    transform: translateY(5px) translateX(5px);
}.user_feedback_5 .review_views_9:hover::before {
    transform: translateY(8px) translateX(8px);
}.user_feedback_5 .review_views_9:nth-child(even):hover::before {
    transform: translateY(8px) translateX(-8px);
}.user_feedback_5 .review_views_9,
    .user_feedback_5 .review_views_9:nth-child(4n+1),
    .user_feedback_5 .review_views_9:nth-child(4n+2),
    .user_feedback_5 .review_views_9:nth-child(4n+3) {
    animation: none;
}}.ranking_bar_8 {
    position: relative;
    padding: 80px 0 40px;
    z-index: 1;
    color: #ffffff;
}.ranking_bar_8::before {
    backdrop-filter: blur(8px);
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    top: 0;
    z-index: -1;
}footer {
    position: relative;
}.ranking_bar_8 .container {
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    display: grid;
}.ranking_bar_8 .company_holder {
    position: relative;
    padding-right: 40px;
}.ranking_bar_8 .company_holder::after {
    top: 20%;
    position: absolute;
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(173,166,152,0.5), 
        transparent);
    height: 60%;
    right: 0;
    width: 1px;
    content: "";
}.ranking_bar_8 .company_holder h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    display: inline-block;
    font-size: calc(28px * 0.9);
}.ranking_bar_8 .company_holder h3::after {
    width: 40px;
    border-radius: 10px;
    left: 0;
    content: "";
    position: absolute;
    bottom: -8px;
    height: 3px;
    background: rgb(208,202,191);
}.ranking_bar_8 .referral_prog_2 {
    max-width: 90%;
    color: #ffffff;
    font-size: 16px;
    opacity: 0.8;
    margin-bottom: 30px;
    line-height: 1.6;
}.ranking_bar_8 .music_edu_0 {
    justify-content: flex-end;
    display: flex;
}.ranking_bar_8 .head_core_1 {
    gap: 60px;
    display: flex;
}.ranking_bar_8 .nav_master_8 {
    position: relative;
}.ranking_bar_8 .nav_master_8 h5 {
    position: relative;
    margin-bottom: 25px;
    font-size: 18px;
    padding-bottom: 12px;
    font-weight: 600;
}.ranking_bar_8 .nav_master_8 h5::after {
    left: 0;
    height: 2px;
    position: absolute;
    background: rgb(208,202,191);
    width: 30px;
    border-radius: 10px;
    bottom: 0;
    content: "";
}.ranking_bar_8 .nav_master_8 .head_core_1 {
    flex-direction: column;
    gap: 15px;
    display: flex;
}.ranking_bar_8 .nav_master_8 .head_core_1 a {
    transition: all 0.3s ease;
    text-decoration: none;
    opacity: 0.7;
    padding-left: 0;
    color: #ffffff;
    position: relative;
    font-size: calc(16px * 0.95);
}.ranking_bar_8 .nav_master_8 .head_core_1 a::before {
    background: rgb(208,202,191);
    content: "";
    position: absolute;
    opacity: 0;
    left: 0;
    transition: all 0.3s ease;
    top: 50%;
    width: 0;
    height: 1px;
    transform: translateY(-50%);
}.ranking_bar_8 .nav_master_8 .head_core_1 a:hover {
    opacity: 1;
    padding-left: 12px;
    color: rgb(208,202,191);
}.ranking_bar_8 .nav_master_8 .head_core_1 a:hover::before {
    width: 8px;
    opacity: 1;
}.student_aid_9 {
    backdrop-filter: blur(5px);
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.3);
}.student_aid_9 .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.student_aid_9 .youtube_chan_7 {
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.6;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(208,202,191,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(208,202,191);
    }
}

@media (max-width: 991px) {.ranking_bar_8 {
    padding: 60px 0 30px;
}.ranking_bar_8 .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.ranking_bar_8 .company_holder {
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
    max-width: 600px;
}.ranking_bar_8 .company_holder::after {
    display: none;
}.ranking_bar_8 .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.ranking_bar_8 .company_holder h3::after {
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
}.ranking_bar_8 .referral_prog_2 {
    max-width: 100%;
    text-align: center;
}.ranking_bar_8 .music_edu_0 {
    justify-content: center;
}
}

@media (max-width: 767px) {.ranking_bar_8 {
    padding: 50px 0 20px;
}.ranking_bar_8 .head_core_1 {
    width: 100%;
    gap: 40px;
    flex-direction: column;
}.ranking_bar_8 .nav_master_8 {
    text-align: center;
}.ranking_bar_8 .nav_master_8 h5 {
    text-align: center;
}.ranking_bar_8 .nav_master_8 h5::after {
    left: 50%;
    transform: translateX(-50%);
}.ranking_bar_8 .nav_master_8 .head_core_1 {
    align-items: center;
}.ranking_bar_8 .nav_master_8 .head_core_1 a {
    text-align: center;
}.ranking_bar_8 .nav_master_8 .head_core_1 a::before {
    display: none;
}.ranking_bar_8 .nav_master_8 .head_core_1 a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.ranking_bar_8 {
    padding: 40px 0 20px;
}.ranking_bar_8 .company_holder h3 {
    font-size: calc(28px * 0.8);
}.ranking_bar_8 .referral_prog_2 {
    font-size: calc(16px * 0.9);
}.student_aid_9 .youtube_chan_7 {
    font-size: calc(16px * 0.9);
}}

.ranking_bar_8::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.ranking_bar_8::after {
    box-shadow: 0 0 40px rgb(208,202,191,0.5);
}.ranking_bar_8 .container::before {
    width: 150px;
    left: -75px;
    border-radius: 50%;
    bottom: -75px;
    height: 150px;
    background: radial-gradient(
        circle, 
        rgb(173,166,152,0.5), 
        transparent 70%
    );
    filter: blur(30px);
    content: "";
    position: absolute;
    animation: pulse 10s infinite alternate-reverse;
}.ranking_bar_8 .nav_master_8::before {
    content: "";
    position: absolute;
    width: 5px;
    left: -15px;
    opacity: 0.7;
    background: rgb(208,202,191);
    border-radius: 50%;
    top: 10px;
    height: 5px;
}.ranking_bar_8 .nav_master_8:hover::before {
    animation: glow 2s infinite;
}.ranking_bar_8 .company_holder::before {
    background: linear-gradient(90deg, 
        rgb(208,202,191,0.5), 
        transparent);
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    left: 0;
    bottom: -20px;
}

@media (max-width: 991px) {.ranking_bar_8 .company_holder::before {
    background: linear-gradient(90deg, 
            transparent, 
            rgb(208,202,191,0.5), 
            transparent);
    transform: translateX(-50%);
    left: 50%;
}}

.ranking_bar_8 .nav_master_8 .head_core_1 a::after {
    left: 0;
    bottom: -2px;
    position: absolute;
    height: 1px;
    transition: width 0.3s ease;
    background: rgb(208,202,191);
    content: "";
    width: 0;
}.ranking_bar_8 .nav_master_8 .head_core_1 a:hover::after {
    width: 100%;
}.ranking_bar_8 .nav_master_8 .head_core_1 a:nth-child(odd):hover {
    transform: translateX(2px);
}.ranking_bar_8 .nav_master_8 .head_core_1 a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    height: 1px;
    right: 0;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(173,166,152,0.5), 
            transparent);
    content: "";
}.ranking_bar_8::before {
    background-blend-mode: overlay;
}}

.ranking_bar_8 .company_holder h3::before {
    left: -30px;
    opacity: 0.7;
    width: 20px;
    background: rgb(208,202,191);
    height: 1px;
    position: absolute;
    content: "";
    top: 50%;
}

@media (max-width: 991px) {.ranking_bar_8 .company_holder h3::before {
    display: none;
}}

.student_aid_9 {
    position: relative;
    overflow: hidden;
}.student_aid_9::before {
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(173,166,152,0.5), 
        transparent);
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    height: 1px;
}.student_aid_9::after {
    left: 35%;
    bottom: 0;
    opacity: 0.3;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(173,166,152,0.5), 
        transparent);
    width: 30%;
    position: absolute;
    content: "";
}.student_aid_9 .youtube_chan_7 {
    position: relative;
    transition: all 0.3s ease;
}.student_aid_9 .youtube_chan_7:hover {
    letter-spacing: 0.7px;
    opacity: 1;
}.privacy_garrison_7 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 40px;
    width: 90%;
    background: #ffffff;
    overflow: hidden;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}.privacy_garrison_7:before, .privacy_garrison_7:after {
    transform: rotate(45deg) translate(-50%, -50%);
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    transform-origin: center;
    opacity: 0.2;
    z-index: 0;
    background: linear-gradient(45deg, rgb(208,202,191,0.5), rgb(173,166,152,0.5));
    left: 0;
    pointer-events: none;
}.privacy_garrison_7 h1 {
    z-index: 1;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 39px;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-top: 20px;
    border-bottom: 2px solid rgb(208,202,191);
    margin-bottom: 20px;
}.privacy_garrison_7 h2 {
    z-index: 1;
    margin-top: 20px;
    position: relative;
    color: rgb(173,166,152);
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 37px;
    border-bottom: 1px solid rgb(173,166,152,0.5);
    margin-bottom: 15px;
    letter-spacing: 1.5px;
}.privacy_garrison_7 ul, .privacy_garrison_7 ol {
    padding-left: 0;
    position: relative;
    list-style: none;
    z-index: 1;
    margin-bottom: 20px;
}.privacy_garrison_7 li {
    font-size: 18px;
    position: relative;
    line-height: 1.6;
    padding-left: 30px;
    counter-increment: list-counter;
    margin-bottom: 10px;
}.privacy_garrison_7 li:before {
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 15px;
    color: rgb(208,202,191);
    content: counter(list-counter, decimal-leading-zero);
    position: absolute;
}.privacy_garrison_7 div {
    padding: 20px;
    line-height: 1.8;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
}.privacy_garrison_7 .container {
    position: relative;
    z-index: 1;
}.privacy_garrison_7 h3, .privacy_garrison_7 h4, .privacy_garrison_7 h5, .privacy_garrison_7 h6 {
    position: relative;
    font-weight: 600;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
    color: rgb(208,202,191);
    z-index: 1;
}.privacy_garrison_7 p, .privacy_garrison_7 span {
    position: relative;
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
    z-index: 1;
    margin-bottom: 10px;
}.privacy_garrison_7 a {
    font-weight: 600;
    color: rgb(173,166,152);
    position: relative;
    text-decoration: none;
    z-index: 1;
    border-bottom: 1px solid rgb(173,166,152);
}.privacy_garrison_7 a:hover {
    border-bottom: 1px solid rgb(208,202,191);
    color: rgb(208,202,191);
}.privacy_garrison_7 button {
    border-radius: 10px;
    padding: 15px 30px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    background: rgb(208,202,191);
}.privacy_garrison_7 button:hover {
    background: rgb(173,166,152);
}

@media only screen and (max-width: 800px) {.privacy_garrison_7 {
    width: 95%;
    padding: 20px;
}.privacy_garrison_7 h1 {
    font-size: calc(19px - 5px);
}.privacy_garrison_7 h2 {
    font-size: calc(19px - 3px);
}.privacy_garrison_7 ul, .privacy_garrison_7 ol {
    padding-left: 10px;
}.privacy_garrison_7 li {
    padding-left: 20px;
}.privacy_garrison_7 button {
    padding: 10px 20px;
}}.service_plan_8 {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(233,230,225);
}.service_plan_8::before {
    background: linear-gradient(135deg, rgb(208,202,191), rgb(173,166,152));
    width: 12rem;
    height: 12rem;
    opacity: 0.07;
    top: -3rem;
    content: "";
    right: -3rem;
    transform: rotate(15deg);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
}.service_plan_8::after {
    background: linear-gradient(45deg, rgb(173,166,152), rgb(208,202,191,0.5));
    bottom: -5rem;
    opacity: 0.05;
    width: 18rem;
    height: 18rem;
    left: -5rem;
    z-index: 0;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    content: "";
    position: absolute;
    transform: rotate(-10deg);
}.service_plan_8 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
}.service_plan_8 .fee_schemes_8 {
    flex-direction: column;
    display: flex;
}.service_plan_8 .pricing_schemes_9 {
    order: -1;
    position: relative;
    margin-bottom: 3rem;
}.service_plan_8 .pricing_schemes_9 h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 37px;
    display: inline-block;
}.service_plan_8 .pricing_schemes_9 h2::after {
    position: absolute;
    width: 60%;
    background: linear-gradient(90deg, rgb(208,202,191), transparent);
    content: "";
    left: 0;
    height: 3px;
    bottom: -0.5rem;
}.service_plan_8 .learning_fees_8 {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 1rem;
    max-width: 800px;
    color: #000000;
}.service_plan_8 .premium_cost_3 {
    display: grid;
    gap: 1.5rem;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.service_plan_8 .fee_options_6 {
    color: #000000;
    z-index: 2;
    position: relative;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    overflow: hidden;
}.service_plan_8 .pricing_levels_2 {
    position: relative;
    transform: translateY(0);
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    flex-direction: column;
    height: 100%;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.06);
    min-height: 480px;
    display: flex;
}.service_plan_8 .fee_options_6:hover .pricing_levels_2 {
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}.service_plan_8 .deal_opts_2 {
    z-index: 2;
    padding: 2rem;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    flex: 1;
    display: flex;
}.service_plan_8 .deal_opts_2 h3 {
    display: inline-block;
    font-weight: 600;
    font-size: calc(18px + 0.1rem);
    transition: color 0.3s ease;
    color: #000000;
    position: relative;
    margin-bottom: 0.5rem;
}.service_plan_8 .fee_options_6:hover .deal_opts_2 h3 {
    color: rgb(208,202,191);
}.service_plan_8 .plan_details_9 {
    margin-bottom: 1.5rem;
    color: rgb(208,202,191);
    font-size: calc(18px + 0.5rem);
    font-weight: 700;
    position: relative;
    display: block;
    transition: transform 0.3s ease;
}.service_plan_8 .plan_details_9::before {
    transition: transform 0.4s ease;
    bottom: -0.75rem;
    content: "";
    width: 3rem;
    left: 0;
    height: 2px;
    position: absolute;
    transform-origin: left;
    background-color: rgb(208,202,191,0.5);
    transform: scaleX(1);
}.service_plan_8 .fee_options_6:hover .plan_details_9::before {
    transform: scaleX(1.5);
}.service_plan_8 .deal_opts_2 p {
    overflow-wrap: break-word;
    font-size: calc(12px - 0.1rem);
    color: #000000;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    word-break: break-word;
    flex-grow: 1;
}.service_plan_8 .icon_image_2 {
    transition: transform 0.6s ease;
    position: relative;
    overflow: hidden;
    height: 180px;
    width: 100%;
}.service_plan_8 .icon_image_2::after {
    left: 0;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    opacity: 0.7;
    bottom: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
}.service_plan_8 .fee_options_6:hover .icon_image_2 {
    transform: scale(1.03);
}.service_plan_8 .fee_options_6:hover .icon_image_2::after {
    opacity: 0.4;
}.service_plan_8 .pricing_levels_2::before {
    width: 100%;
    transform: scaleX(0);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 5px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(208,202,191), rgb(173,166,152));
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.service_plan_8 .fee_options_6:hover .pricing_levels_2::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.service_plan_8 .fee_schemes_8 {
    gap: 2rem;
    align-items: flex-start;
    flex-direction: row;
}.service_plan_8 .pricing_schemes_9 {
    flex: 0 0 30%;
    order: 0;
    padding-top: 2rem;
    margin-bottom: 0;
}.service_plan_8 .premium_cost_3 {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.service_plan_8 .pricing_levels_2 {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.service_plan_8 {
    padding: 3rem 0;
}.service_plan_8 .premium_cost_3 {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.service_plan_8 .pricing_schemes_9 h2 {
    display: block;
    text-align: center;
}.service_plan_8 .pricing_schemes_9 h2::after {
    transform: translateX(-50%);
    width: 100px;
    left: 50%;
}.service_plan_8 .learning_fees_8 {
    text-align: center;
}.service_plan_8 .pricing_levels_2 {
    min-height: auto;
}.service_plan_8 .deal_opts_2 {
    padding: 1.5rem;
}.service_plan_8 .icon_image_2 {
    height: 160px;
}
}

@media (min-width: 1024px) {.service_plan_8 .premium_cost_3 {
    grid-template-columns: repeat(2, 1fr);
}.service_plan_8 .fee_options_6:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.service_plan_8 .pricing_schemes_9 {
    padding-top: 4rem;
}.service_plan_8 .fee_options_6:hover {
    z-index: 5;
}.service_plan_8 .premium_cost_3 {
    row-gap: 2.5rem;
    column-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (prefers-reduced-motion: reduce) {.service_plan_8 .fee_options_6,
    .service_plan_8 .pricing_levels_2,
    .service_plan_8 .icon_image_2,
    .service_plan_8 .plan_details_9::before,
    .service_plan_8 .pricing_levels_2::before {
    transition: none;
}}header .head_top_9 {
    z-index: 100;
    display: flex;
    left: 0;
    justify-content: space-between;
    background: linear-gradient(135deg, rgb(208,202,191,0.5) 0%, rgb(173,166,152) 100%);
    overflow: visible;
    width: 100%;
    padding: 1.5rem 2rem;
    align-items: center;
    border-bottom-right-radius: 0;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 10px;
}header .head_top_9 .header_sitebar_7 {
    position: relative;
    transform: skewX(5deg);
    z-index: 2;
}header .head_top_9 .header_sitebar_7 .top_header_9 {
    display: block;
    transition: transform 0.3s ease-in-out;
}header .head_top_9 .header_sitebar_7 .top_header_9:hover {
    transform: translateY(-8px) rotate(0deg);
}header .head_top_9 .header_sitebar_7 svg {
    width: 80px;
    height: auto;
}header .head_top_9 .nav_master_8 {
    display: flex;
    list-style: none;
    position: relative;
    margin: 0;
    gap: 1rem;
    padding: 0;
}header .head_top_9 .nav_master_8::before {
    height: calc(100% + 20px);
    opacity: 0;
    content: "";
    top: -10px;
    background: linear-gradient(45deg, transparent 0%, rgb(208,202,191,0.5) 100%);
    width: calc(100% + 40px);
    border-radius: 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: -1;
    position: absolute;
    left: -20px;
}header .head_top_9 .top_class_2 {
    position: relative;
    transition: transform 0.3s ease;
}header .head_top_9 .top_class_2 a {
    padding: 0.5rem 1rem;
    color: #ffffff;
    position: relative;
    display: block;
    transition: color 0.3s ease;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    font-family: Arial, sans-serif;
}header .head_top_9 .top_class_2 a::before {
    content: "";
    transform-origin: right;
    position: absolute;
    transform: scaleX(0) rotate(-2deg);
    bottom: 0;
    background: rgb(173,166,152);
    width: 100%;
    left: 0;
    transition: transform 0.3s ease;
    height: 2px;
}header .head_top_9 .top_class_2 a:hover {
    color: rgb(173,166,152);
}header .head_top_9 .top_class_2 a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

@media (max-width: 992px) {header .head_top_9 {
    transform: skewX(0);
    width: 100vw;
    box-sizing: border-box;
    flex-direction: column;
    padding: 1rem;
    margin-left: calc(-50vw + 50%);
}header .head_top_9 .header_sitebar_7 {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .head_top_9 .nav_master_8 {
    flex-wrap: wrap;
    justify-content: center;
    transform: skewX(0);
    width: 100%;
}header .head_top_9 .nav_master_8::before {
    transform: skewX(0);
}header .head_top_9 .nav_master_8:hover::before {
    transform: skewX(0);
}header .head_top_9 .top_class_2 {
    margin: 0.25rem;
}header .head_top_9 .top_class_2:nth-child(odd),
  header .head_top_9 .top_class_2:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .head_top_9 {
    padding: 0.75rem;
}header .head_top_9 .nav_master_8 {
    align-items: center;
    flex-direction: column;
}header .head_top_9 .top_class_2 {
    width: 100%;
    text-align: center;
}header .head_top_9 .header_sitebar_7 svg {
    width: 100px;
}}.course_fit_for_3 {
    background: rgb(233,230,225);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.course_fit_for_3::before {
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(208,202,191,0.5) 0,
        rgb(208,202,191,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    opacity: 0.05;
    position: absolute;
}.course_fit_for_3 .study_training_5 {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
}.course_fit_for_3 h3 {
    font-weight: 700;
    padding-bottom: 20px;
    color: #000000;
    margin-bottom: 80px;
    font-family: Arial, sans-serif;
    position: relative;
    text-align: center;
    font-size: 36px;
}.course_fit_for_3 h3::after {
    bottom: 0;
    height: 5px;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(208,202,191), rgb(173,166,152));
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}.course_fit_for_3 ul {
    gap: 60px 30px;
    display: flex;
    margin: 0;
    list-style: none;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
}.course_fit_for_3 ul li {
    background: #ffffff;
    z-index: 1;
    font-size: 16px;
    transform: perspective(1000px) rotateX(5deg);
    transition: all 0.4s ease;
    min-height: 100px;
    position: relative;
    padding: 25px 25px 25px 80px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    color: #000000;
    max-width: 350px;
    font-family: Arial, sans-serif;
    flex: 0 0 calc(33.333% - 20px);
}.course_fit_for_3 ul li::before,
.course_fit_for_3 ul li::after {
    content: "";
    background: #ffffff;
    transition: all 0.4s ease;
    position: absolute;
}.course_fit_for_3 ul li::before {
    bottom: 5px;
    z-index: -1;
    border: 1px solid rgb(173,166,152,0.5);
    transform: translateZ(-10px);
    left: 5px;
    top: 5px;
    right: 5px;
}.course_fit_for_3 ul li::after {
    transform: translateZ(-20px);
    z-index: -2;
    left: 15px;
    bottom: 0;
    opacity: 0.3;
    top: 15px;
    background: rgb(208,202,191,0.5);
    right: 15px;
}.course_fit_for_3 ul li:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.course_fit_for_3 ul li:hover::before {
    transform: translateZ(-15px);
}.course_fit_for_3 ul li:hover::after {
    transform: translateZ(-30px);
}.course_fit_for_3 ul li svg {
    height: 40px;
    position: absolute;
    transition: all 0.4s ease;
    transform: translateY(-50%);
    z-index: 2;
    left: 25px;
    top: 50%;
    width: 40px;
}.course_fit_for_3 ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.course_fit_for_3 ul li svg path {
    fill: rgb(208,202,191);
    transition: fill 0.4s ease;
}.course_fit_for_3 ul li:hover svg path {
    fill: rgb(173,166,152);
}.course_fit_for_3 ul li:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.course_fit_for_3 ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}.course_fit_for_3 ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(5deg) rotateY(2deg);
}.course_fit_for_3 ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.course_fit_for_3 ul li:nth-child(3n+2):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.course_fit_for_3 ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

@media (max-width: 992px) {.course_fit_for_3 {
    padding: 100px 0;
}.course_fit_for_3 h3 {
    margin-bottom: 60px;
    font-size: calc(36px * 0.9);
}.course_fit_for_3 ul {
    gap: 40px 25px;
}.course_fit_for_3 ul li {
    padding: 20px 20px 20px 70px;
    flex: 0 0 calc(50% - 20px);
}.course_fit_for_3 ul li svg {
    height: 35px;
    left: 20px;
    width: 35px;
}
}

@media (max-width: 768px) {.course_fit_for_3 {
    padding: 80px 0;
}.course_fit_for_3 h3 {
    margin-bottom: 50px;
    font-size: calc(36px * 0.8);
}.course_fit_for_3 ul {
    gap: 30px;
}.course_fit_for_3 ul li {
    max-width: 450px;
    flex: 0 0 100%;
}.course_fit_for_3 ul li,
    .course_fit_for_3 ul li:nth-child(3n+1),
    .course_fit_for_3 ul li:nth-child(3n+2),
    .course_fit_for_3 ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(3deg);
}.course_fit_for_3 ul li:hover,
    .course_fit_for_3 ul li:nth-child(3n+1):hover,
    .course_fit_for_3 ul li:nth-child(3n+2):hover,
    .course_fit_for_3 ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-8px);
}
}

@media (max-width: 480px) {.course_fit_for_3 {
    padding: 60px 0;
}.course_fit_for_3 .study_training_5 {
    padding: 0 20px;
}.course_fit_for_3 h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.7);
}.course_fit_for_3 ul {
    gap: 25px;
}.course_fit_for_3 ul li {
    padding: 18px 15px 18px 65px;
}.course_fit_for_3 ul li svg {
    left: 18px;
    height: 30px;
    width: 30px;
}.course_fit_for_3 ul li,
    .course_fit_for_3 ul li:nth-child(3n+1),
    .course_fit_for_3 ul li:nth-child(3n+2),
    .course_fit_for_3 ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.course_fit_for_3 ul li:hover,
    .course_fit_for_3 ul li:nth-child(3n+1):hover,
    .course_fit_for_3 ul li:nth-child(3n+2):hover,
    .course_fit_for_3 ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}
}