﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.grid-container {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    width: 1156px;
    max-width: 100%;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: auto;
}svg {
    width: 30px;
    height: 30px;
}.quiz_links {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.top_start {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.panelTrackingNotice {
    z-index: 90;
    position: fixed;
    border-top: 2px solid rgb(162,146,191);
    background: rgb(190,208,189);
    width: 100%;
    bottom: 0;
}.cookie_list {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}.panelTrackingNotice h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.panelTrackingNotice p {
    font-size: 18px;
}.cookie_panel {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_panel svg, .cookie_panel svg path, .cookie_panel img {
    height: 100px;
    fill: rgb(162,146,191);
    width: 100px;
}.data_approve {
    font-size: 24px;
    border-bottom: 2px solid rgb(162,146,191);
    line-height: 35px;
    text-decoration: none;
    color: rgb(162,146,191);
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    min-width: 120px;
    flex-shrink: 0;
    margin-left: 10px;
}.panelTrackingNotice p a {
    text-decoration: none;
    color: rgb(162,146,191);
}#cookieBannerPrompt {
    display: none;
}#cookieBannerPrompt:checked ~ .panelTrackingNotice {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.panelTrackingNotice {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_panel {
    display: none;
}.cookie_list {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.panelTrackingNotice h5 {
    text-align: center;
}.panelTrackingNotice p {
    text-align: center;
}.cookie_box {
    margin-bottom: 20px;
}body .grid-container .data_approve {
    margin-left: 0;
}}
.grid-container .cookie_list {
    justify-content: flex-end;
}.grid-container .data_approve {
    font-size: 20px;
    background: rgb(162,146,191);
    padding: 10px;
    margin-left: 30px;
    color: #ffffff;
}.grid-container .cookie_box {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.grid-container .data_approve {
    margin-bottom: 10px;
    margin-left: 0;
}}.our_story {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.our_story::before {
    height: 100%;
    width: 100%;
    backdrop-filter: blur(5px);
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
}.our_story::after {
    background: linear-gradient(135deg, 
        rgba(0,0,0,0.85) 0%, 
        rgba(20,20,40,0.7) 50%, 
        rgba(0,0,0,0.85) 100%);
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    content: "";
}.our_story .container {
    position: relative;
    max-width: 1200px;
    z-index: 5;
    perspective: 1000px;
    padding: 0 20px;
    margin: 0 auto;
}.our_story .news_item {
    transform-style: preserve-3d;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.3),
        0 5px 15px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    padding: 40px;
    position: relative;
}.our_story .news_item:hover {
    transform: translateZ(20px) rotateX(2deg);
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.4),
        0 10px 20px rgba(0,0,0,0.3),
        0 0 0 1px rgba(255,255,255,0.15);
}.our_story h1 {
    text-shadow: 0 4px 8px rgba(0,0,0,0.3);
    margin-bottom: 40px;
    font-weight: 700;
    transform: translateZ(30px);
    letter-spacing: 1px;
    font-size: 41px;
    color: #ffffff;
    position: relative;
}.our_story h1::after {
    width: 100px;
    left: 0;
    content: "";
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(162,146,191), rgb(172,111,174));
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    bottom: -10px;
    transform: scaleX(1);
}.our_story .news_item:hover h1::after {
    transform: scaleX(1.5);
}.our_story ul {
    list-style: none;
    padding: 0;
    transform: translateZ(10px);
    margin: 0;
}.our_story li {
    margin-bottom: 20px;
}.our_story li:last-child {
    margin-bottom: 0;
}.our_story h4 {
    font-size: calc(20px + 2px);
    margin-bottom: 15px;
    display: inline-block;
    transform: translateZ(20px);
    color: rgb(162,146,191);
    position: relative;
    font-weight: 600;
}.our_story h4::before {
    position: absolute;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    top: 50%;
    left: -15px;
    background: rgb(172,111,174);
    width: 8px;
}.our_story span {
    position: relative;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    column-count: 1;
    transform: translateZ(5px);
    line-height: 1.8;
    display: block;
    transition: all 0.5s ease;
    column-gap: 40px;
    font-size: 16px;
}.our_story .news_item::before {
    transform: rotate(45deg);
    top: -10px;
    content: "";
    position: absolute;
    z-index: -1;
    right: -10px;
    height: 100px;
    transition: all 0.5s ease;
    background: linear-gradient(135deg, rgb(162,146,191,0.5), transparent 70%);
    opacity: 0.7;
    width: 100px;
}.our_story .news_item:hover::before {
    transform: rotate(60deg) scale(1.2);
}

@media (min-width: 768px) {.our_story .news_item {
    padding: 60px;
}.our_story span {
    column-count: 2;
}.our_story h1 {
    font-size: calc(41px + 10px);
}
}

@media (min-width: 992px) {.our_story {
    padding: 150px 0;
}.our_story .news_item {
    margin-left: 50px;
    padding: 80px;
}.our_story span {
    column-count: 2;
}.our_story h1 {
    margin-left: -30px;
    transform: translateZ(40px);
}
}

@media (max-width: 767px) {.our_story {
    padding: 60px 0;
}.our_story .news_item {
    padding: 30px;
}.our_story h1 {
    font-size: calc(41px - 4px);
    margin-bottom: 30px;
}.our_story h4 {
    font-size: 20px;
}.our_story span {
    font-size: calc(16px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.our_story {
    padding: 40px 0;
}.our_story .news_item {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
    padding: 25px 20px;
}.our_story h1 {
    font-size: calc(41px - 8px);
    margin-bottom: 20px;
}.our_story h1::after {
    height: 3px;
    width: 70px;
}}

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

.our_story .news_item {
    animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.our_story h1 {
    animation-delay: 0.2s;
    animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.our_story h4 {
    animation-delay: 0.4s;
    animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.our_story span {
    animation-delay: 0.6s;
    animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.gratContent {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(162,146,191,0.5), rgb(172,111,174,0.5) 70%, rgb(255, 255, 255, 0.5));
    perspective: 1000px;
}.gratContent::before {
    opacity: 0.6;
    z-index: -1;
    content: "";
    background: 
    radial-gradient(circle at 20% 30%, rgb(162,146,191,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(172,111,174,0.5) 0%, transparent 40%);
    position: absolute;
    animation: pulse 15s infinite alternate;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}.gratContent::after {
    opacity: 0.2;
    content: "";
    right: -50%;
    position: absolute;
    filter: blur(100px);
    background: rgb(255, 255, 255, 0.5);
    height: 100%;
    transform: rotate(45deg);
    width: 100%;
    animation: glow 10s infinite alternate;
    top: -50%;
}.gratContent .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    transform-style: preserve-3d;
    margin: 0 auto;
}.gratContent h2 {
    position: relative;
    text-align: center;
    transform: translateZ(30px);
    animation: fadeSlideIn 0.8s ease-out both;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: #000000;
    font-size: clamp(1.5rem, 3vw, 32px);
    margin-bottom: 2.5rem;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.gratContent h2::after {
    content: "";
    position: absolute;
    height: 3px;
    left: 50%;
    transform: translateX(-50%) translateZ(20px);
    width: 100px;
    opacity: 0.8;
    background: linear-gradient(90deg, rgb(162,146,191), rgb(172,111,174));
    bottom: -0.5rem;
}.gratContent .learning_studio {
    transform: translateZ(20px) rotateX(2deg);
    background: linear-gradient(to right bottom, #ffffff, rgba(255, 255, 255, 0.85));
    position: relative;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 3px 10px rgba(0, 0, 0, 0.05),
    0 1px 5px rgba(0, 0, 0, 0.03);
    padding: 2.5rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    border-radius: 23px;
    animation: slideUpScale 1s ease-out 0.3s both;
}.gratContent .learning_studio::before {
    top: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, rgb(162,146,191,0.5) 0%, transparent 100%);
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.05;
}.gratContent .learning_studio:hover {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.06);
    transform: translateZ(25px) rotateX(0deg);
}.gratContent ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.gratContent li {
    animation: fadeSlideInDelayed 1.2s ease-out both;
    position: relative;
    padding-left: 0;
    margin-bottom: 0.5rem;
}.gratContent li::before {
    left: -5px;
    content: "";
    top: 0.7rem;
    height: 0;
    position: absolute;
    width: 0;
    transform: scale(0);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0;
    background: rgb(162,146,191);
    border-radius: 50%;
}.gratContent li:hover::before {
    opacity: 1;
    width: 8px;
    left: -20px;
    transform: scale(1);
    height: 8px;
}.gratContent span {
    font-size: clamp(1rem, 2vw, 14px);
    display: block;
    transform: translateZ(10px);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    letter-spacing: 0.01em;
    font-weight: 400;
    position: relative;
    color: #000000;
}

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

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

@keyframes slideUpScale {
  from {
    opacity: 0;
    transform: translateY(40px) translateZ(20px) scale(0.95) rotateX(5deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(20px) scale(1) rotateX(2deg);
  }
}

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

@keyframes glow {
  0%, 100% {
    opacity: 0.2;
    filter: blur(100px);
  }
  50% {
    opacity: 0.3;
    filter: blur(120px);
  }
}

@media (min-width: 768px) {.gratContent {
    padding: 6rem 0;
}.gratContent .learning_studio {
    transform: translateZ(20px) rotateX(3deg);
    margin: 0 auto;
    padding: 3rem;
    max-width: 85%;
}.gratContent h2 {
    margin-bottom: 3rem;
}.gratContent li::before {
    left: -10px;
}.gratContent li:hover::before {
    left: -25px;
}
}

@media (min-width: 992px) {.gratContent {
    padding: 7rem 0;
}.gratContent .container {
    flex-direction: column;
    display: flex;
    align-items: center;
}.gratContent h2 {
    transform: translateZ(40px);
    max-width: 80%;
}.gratContent .learning_studio {
    transform: translateZ(25px) rotateX(2deg);
    max-width: 75%;
    padding: 3.5rem 4rem;
}.gratContent .learning_studio:hover {
    transform: translateZ(35px) rotateX(0deg);
}.gratContent li {
    padding-left: 0.5rem;
}
}

@media (max-width: 767px) {.gratContent {
    padding: 4rem 0;
}.gratContent .learning_studio {
    transform: translateZ(10px) rotateX(1deg);
    padding: 1.5rem;
}.gratContent h2 {
    transform: translateZ(15px);
    margin-bottom: 2rem;
    font-size: clamp(1.2rem, 5vw, 1.8rem);
}.gratContent .learning_studio:hover {
    transform: translateZ(15px) rotateX(0deg);
}.gratContent span {
    font-size: 0.95rem;
}
}

@media (max-width: 480px) {.gratContent {
    padding: 3rem 0;
}.gratContent .container {
    padding: 0 1.5rem;
}.gratContent h2 {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}.gratContent .learning_studio {
    padding: 1.25rem;
}.gratContent span {
    line-height: 1.5;
    font-size: 0.9rem;
}}footer {
    z-index: 1;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
}footer::before {
    position: absolute;
    top: 0;
    animation: gradientShift 15s ease infinite;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(162,146,191,0.5) 50%, rgb(172,111,174,0.5) 100%);
    content: "";
    z-index: -1;
    backdrop-filter: blur(8px);
    width: 100%;
    height: 100%;
    left: 0;
}.quiz_links {
    padding: 4.5rem 0 2rem;
    position: relative;
}.quiz_links::before {
    right: 0;
    height: 1px;
    top: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(162,146,191) 25%, 
                #ffffff 50%, 
                rgb(172,111,174) 75%, 
                transparent 100%);
    position: absolute;
    content: "";
    left: 0;
    animation: shimmer 8s linear infinite;
}.quiz_links .container {
    position: relative;
    flex-wrap: wrap;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}.quiz_links .company_holder {
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    flex: 1 1 350px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(15px);
    padding: 1.5rem;
    margin-right: 2rem;
}.quiz_links .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(162,146,191,0.5);
}.quiz_links .company_holder h3 {
    font-size: calc(29px * 0.85);
    margin-bottom: 1.25rem;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #ffffff;
}.quiz_links .company_holder h3::after {
    transform: scaleX(0.3);
    position: absolute;
    transition: transform 0.5s ease;
    bottom: -8px;
    height: 2px;
    content: "";
    background: linear-gradient(to right, rgb(162,146,191), rgb(172,111,174));
    transform-origin: left;
    left: 0;
    width: 100%;
}.quiz_links .company_holder:hover h3::after {
    transform: scaleX(1);
}.quiz_links .assign_help {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-top: 1rem;
    font-size: 15px;
    max-width: 450px;
}.quiz_links .study_group {
    position: relative;
    flex: 1 1 450px;
}.quiz_links .header_mainbar {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}.quiz_links .study_group .header_mainbar {
    justify-content: flex-end;
}.quiz_links .nav_expert {
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    flex: 1 1 200px;
    position: relative;
    padding: 1.5rem;
    transition: all 0.3s ease;
}.quiz_links .nav_expert h5 {
    font-weight: 600;
    position: relative;
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-size: 21px;
    display: inline-block;
}.quiz_links .nav_expert h5::before {
    position: absolute;
    height: 2px;
    left: 0;
    bottom: -6px;
    width: 40px;
    transition: width 0.3s ease;
    content: "";
    background: rgb(162,146,191);
}.quiz_links .nav_expert:hover h5::before {
    width: 100%;
}.quiz_links .nav_expert .header_mainbar {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}.quiz_links .nav_expert a {
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    display: block;
    position: relative;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    transition: all 0.3s ease;
    text-decoration: none;
}.quiz_links .nav_expert a::before {
    z-index: -1;
    width: 0;
    transition: width 0.3s ease;
    bottom: 0;
    background: linear-gradient(to right, rgb(162,146,191), rgb(172,111,174));
    position: absolute;
    left: 0;
    content: "";
    height: 1px;
}.quiz_links .nav_expert a:hover {
    color: #ffffff;
    transform: translateX(5px);
}.quiz_links .nav_expert a:hover::before {
    width: 100%;
}.degree_path {
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    backdrop-filter: blur(15px);
    position: relative;
}.degree_path::before {
    height: 1px;
    content: "";
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(172,111,174) 25%, 
                #ffffff 50%, 
                rgb(162,146,191) 75%, 
                transparent 100%);
}.degree_path .container {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}.degree_path .footer_classes {
    text-align: center;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.7);
    padding: 0.5rem 1rem;
    backdrop-filter: blur(5px);
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    font-size: 16px;
    transition: all 0.3s ease;
}.degree_path .footer_classes:hover {
    color: #ffffff;
    box-shadow: 0 0 15px rgb(162,146,191,0.5);
    background: rgba(0, 0, 0, 0.2);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.quiz_links {
    padding: 3.5rem 0 2rem;
}.quiz_links .container {
    flex-direction: column;
}.quiz_links .company_holder {
    flex: 1 1 100%;
    margin-right: 0;
    margin-bottom: 2rem;
}.quiz_links .study_group {
    flex: 1 1 100%;
}.quiz_links .study_group .header_mainbar {
    justify-content: space-between;
}.quiz_links .nav_expert {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.quiz_links {
    padding: 3rem 0 1.5rem;
}.quiz_links::before {
    height: 2px;
}.quiz_links .company_holder {
    padding: 1.25rem;
}.quiz_links .nav_expert {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.quiz_links .study_group .header_mainbar {
    flex-direction: column;
}.degree_path {
    padding: 1.25rem 0;
}.degree_path::before {
    height: 2px;
}
}

@media (max-width: 576px) {.quiz_links {
    padding: 2.5rem 0 1rem;
}.quiz_links .company_holder h3 {
    font-size: calc(29px * 0.75);
}.quiz_links .assign_help {
    font-size: calc(15px * 0.9);
}.quiz_links .nav_expert h5 {
    font-size: calc(21px * 0.9);
}.quiz_links .nav_expert a {
    font-size: calc(15px * 0.9);
}.degree_path .footer_classes {
    padding: 0.4rem 0.8rem;
    font-size: calc(16px * 0.9);
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.quiz_links .header_mainbar a::after {
    content: "";
    position: absolute;
    width: 4px;
    background: rgb(162,146,191);
    top: 50%;
    height: 4px;
    border-radius: 50%;
    transition: transform 0.3s ease;
    transform: translateY(-50%) scale(0);
    left: -10px;
}.quiz_links .header_mainbar a:hover::after {
    transform: translateY(-50%) scale(1);
}.quiz_links .assign_help::before {
    left: -10px;
    position: absolute;
    top: -10px;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    width: 0;
    border: 1px solid transparent;
    content: "";
    height: 0;
}.quiz_links .assign_help::after {
    width: 0;
    border: 1px solid transparent;
    bottom: -10px;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    content: "";
    right: -10px;
    height: 0;
    position: absolute;
}.quiz_links .company_holder:hover .assign_help::before {
    height: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-top-color: rgb(162,146,191,0.5);
    width: calc(100% + 20px);
    border-right-color: rgb(162,146,191,0.5);
}.quiz_links .company_holder:hover .assign_help::after {
    border-left-color: rgb(172,111,174,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    height: calc(100% + 20px);
    border-bottom-color: rgb(172,111,174,0.5);
    width: calc(100% + 20px);
}.privacy_corner {
    position: relative;
    color: #000000;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    background-color: rgb(190,208,189);
    padding: 50px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}.privacy_corner::before, .privacy_corner::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    content: '';
}.privacy_corner::before {
    width: 150px;
    background: rgb(162,146,191);
    right: -50px;
    height: 150px;
    top: -50px;
}.privacy_corner::after {
    bottom: -30px;
    left: -30px;
    height: 100px;
    width: 100px;
    background: rgb(172,111,174);
}.privacy_corner h1 {
    z-index: 1;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 44px;
    position: relative;
    color: rgb(162,146,191);
    margin-bottom: 30px;
    border-bottom: 3px solid rgb(162,146,191);
}.privacy_corner h2 {
    position: relative;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 35px;
    color: rgb(172,111,174);
    z-index: 1;
}.privacy_corner h3,
.privacy_corner h4,
.privacy_corner h5,
.privacy_corner h6 {
    z-index: 1;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
    margin-top: 30px;
    color: rgb(162,146,191);
}.privacy_corner h3 {
    font-size: calc(23px - 0.2rem);
}.privacy_corner h4 {
    font-size: 23px;
}.privacy_corner h5 {
    font-size: calc(23px - 0.2rem);
}.privacy_corner h6 {
    font-size: 16px;
}.privacy_corner ul {
    margin-top: 15px;
    padding-left: 25px;
    list-style-type: disc;
    z-index: 1;
    position: relative;
}.privacy_corner ol {
    margin-top: 15px;
    position: relative;
    padding-left: 25px;
    z-index: 1;
    list-style-type: decimal;
}.privacy_corner li {
    padding-left: 10px;
    position: relative;
    z-index: 1;
    line-height: 1.7;
    margin-bottom: 15px;
    border-left: 3px solid rgb(172,111,174);
}.privacy_corner li::marker {
    color: rgb(162,146,191);
    font-weight: 600;
}.privacy_corner div {
    z-index: 1;
    margin-bottom: 25px;
    position: relative;
}.privacy_corner p {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    font-size: 14px;
}.privacy_corner span {
    font-weight: 600;
    color: rgb(162,146,191);
}
@media only screen and (max-width: 800px) {.privacy_corner {
    padding: 25px;
    border-radius: 10px;
}.privacy_corner h1 {
    font-size: calc(23px - 0.5rem);
}.privacy_corner h2 {
    font-size: calc(23px - 0.4rem);
}.privacy_corner p {
    font-size: calc(14px - 0.2rem);
}}
.privacy_corner::before {
    background-color: rgb(162,146,191);
    width: 60px;
    margin-bottom: 25px;
    content: '';
    height: 6px;
    display: block;
    border-radius: 10px;
}.privacy_corner ul li::marker,
.privacy_corner ol li::marker {
    color: rgb(172,111,174);
    font-weight: 700;
}.privacy_corner h2 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, rgb(162,146,191), rgb(172,111,174));
}.privacy_corner section {
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    padding-top: 25px;
    margin: 50px 0;
}.privacy_corner hr {
    border: none;
    margin: 40px 0;
    background: rgba(0, 0, 0, 0.5);
    height: 1px;
}.course_features {
    overflow: hidden;
    z-index: 1;
    display: flex;
    background-color: rgb(190,208,189);
    flex-direction: column;
    min-height: 100vh;
    justify-content: center;
    position: relative;
}.course_features::before {
    width: 100%;
    position: absolute;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(162,146,191,0.5) 100%);
    content: '';
    top: 0;
    height: 100%;
    left: 0;
}.course_features::after {
    animation: pulse 15s infinite alternate;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    background: radial-gradient(circle at 75% 25%, rgb(172,111,174,0.5) 0%, transparent 50%);
    width: 100%;
    pointer-events: none;
    z-index: 3;
}.course_features .career_progress {
    overflow: hidden;
    z-index: 1;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
}.course_features .skill_master {
    animation: carousel-slide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    height: 100%;
    display: flex;
    width: calc(100% * var(--slide-count, 5));
}.course_features .career_progress:hover .skill_master {
    animation-play-state: paused;
}.course_features .knowledge_plan {
    width: calc(100% / var(--slide-count, 5));
    height: 100%;
    position: relative;
    transition: transform 0.5s ease;
    overflow: hidden;
}.course_features .knowledge_plan::before {
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    z-index: 2;
    top: 0;
    width: 100%;
    opacity: 0.7;
}.course_features .knowledge_plan::after {
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(162,146,191,0.5),
        rgb(162,146,191,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    position: absolute;
    content: '';
    opacity: 0.05;
    z-index: 1;
    top: 0;
    mix-blend-mode: overlay;
    height: 100%;
}.course_features .knowledge_plan img {
    filter: saturate(1.2) contrast(1.1);
    transform: scale(1.05);
    height: 100%;
    width: 100%;
    transition: transform 8s ease;
    object-fit: cover;
}.course_features .knowledge_plan:hover img {
    transform: scale(1.15);
}.course_features .container {
    position: relative;
    padding: 2rem 0;
    z-index: 10;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    height: 100%;
}.course_features .learning_studio {
    transform: translateX(0);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 600px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    animation: float 6s ease-in-out infinite;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
    padding: 3rem;
    width: 100%;
}.course_features .lesson_map {
    position: relative;
}.course_features .lesson_map::before {
    left: -20px;
    border-top: 2px solid rgb(162,146,191);
    top: -20px;
    opacity: 0.8;
    border-left: 2px solid rgb(162,146,191);
    position: absolute;
    width: 40px;
    height: 40px;
    content: '';
}.course_features .lesson_map::after {
    content: '';
    bottom: -20px;
    position: absolute;
    border-bottom: 2px solid rgb(172,111,174);
    border-right: 2px solid rgb(172,111,174);
    opacity: 0.8;
    height: 40px;
    width: 40px;
    right: -20px;
}.course_features .lesson_map h3 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 33px;
}.course_features .lesson_map h3::after {
    background: linear-gradient(90deg, rgb(162,146,191) 0%, transparent 100%);
    height: 3px;
    content: '';
    bottom: -10px;
    width: 60%;
    position: absolute;
    left: 0;
}.course_features .lesson_map p {
    opacity: 0.8;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    font-size: 13px;
}.course_features .lesson_map .help_block {
    text-decoration: none;
    border-radius: 10px;
    padding: 1rem 2.5rem;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(162,146,191) 0%, rgb(172,111,174) 100%);
    position: relative;
    font-size: 20px;
    z-index: 1;
    color: #ffffff;
}.course_features .lesson_map .help_block::before {
    z-index: -1;
    top: 0;
    left: -100%;
    width: 100%;
    position: absolute;
    transition: all 0.4s ease;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.course_features .lesson_map .help_block:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}.course_features .lesson_map .help_block:hover::before {
    transition: all 0.4s ease;
    left: 100%;
}

@keyframes carousel-slide {
    0%, 2% {
        transform: translateX(0);
    }
    18%, 22% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
    }
    38%, 42% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
    }
    58%, 62% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
    }
    78%, 82% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
    }
    98%, 100% {
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 1200px) {.course_features .container {
    justify-content: center;
}.course_features .learning_studio {
    max-width: 80%;
}
}

@media screen and (max-width: 768px) {.course_features {
    min-height: auto;
    padding: 6rem 0;
}.course_features .career_progress {
    height: 100%;
    position: fixed;
}.course_features .learning_studio {
    padding: 2rem;
    max-width: 90%;
}.course_features .lesson_map h3 {
    font-size: calc(33px * 0.8);
}.course_features .lesson_map p {
    font-size: calc(13px * 0.9);
}.course_features .lesson_map .help_block {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.course_features {
    padding: 4rem 0;
}.course_features .learning_studio {
    padding: 1.5rem;
}.course_features .lesson_map h3 {
    font-size: calc(33px * 0.7);
}.course_features .lesson_map::before,
    .course_features .lesson_map::after {
    width: 30px;
    height: 30px;
}@keyframes carousel-slide {
        0%, 5% {
            transform: translateX(0);
        }
        20%, 25% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
        }
        40%, 45% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
        }
        60%, 65% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
        }
        80%, 85% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
        }
        95%, 100% {
            transform: translateX(0);
        }
    }
}

.course_features .skill_master {
    --slide-count: 5;
}

@supports (animation-timeline: scroll()) {.course_features .skill_master {
    animation-timeline: scroll();
    animation-range: 0 100vh;
}}.contact_box {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(190,208,189) 0%, #1a1e2e 100%);
}.contact_box::before {
    height: 100%;
    top: 0;
    content: "";
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(162,146,191), 0.05) 100%);
    position: absolute;
    left: 0;
    width: 100%;
}.contact_box::after {
    bottom: 0;
    position: absolute;
    z-index: 1;
    content: "";
    height: 100px;
    left: 0;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    width: 100%;
}.contact_box .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.contact_box h2 {
    text-align: center;
    margin-bottom: 70px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
}.contact_box h2::before {
    bottom: -20px;
    position: absolute;
    background: rgb(162,146,191);
    content: "";
    height: 2px;
    width: 30px;
    left: calc(50% - 50px);
}.contact_box h2::after {
    height: 2px;
    content: "";
    position: absolute;
    bottom: -20px;
    left: calc(50% - 10px);
    width: 70px;
    background: rgb(162,146,191);
}.contact_box .feedback_inquiry {
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: grid;
    background: rgba(0, 0, 0, 0.2);
    grid-template-columns: 6fr 4fr;
    backdrop-filter: blur(10px);
    border-radius: 29px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}.contact_box .image_frame_wrap {
    min-height: 100%;
    position: relative;
}.contact_box .image_frame_wrap::before {
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    width: 100%;
}.contact_box .image_frame_wrap::after {
    animation: scanLines 5s linear infinite;
    content: "";
    width: 100%;
    top: 0;
    z-index: 2;
    left: 0;
    position: absolute;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(162,146,191), 0.1) 10px, rgba(rgb(162,146,191), 0.1) 11px);
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact_box .feedback_form {
    padding: 50px;
    position: relative;
}.contact_box .feedback_form::before {
    position: absolute;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    content: "";
}.contact_box #contact {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.contact_box h3 {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 21px;
}.contact_box h3::after {
    position: absolute;
    left: 0;
    height: 2px;
    bottom: -10px;
    content: "";
    width: 50px;
    background: rgb(162,146,191);
}.contact_box input[type="text"] {
    font-size: 15px;
    transition: all 0.3s ease;
    width: 100%;
    color: #ffffff;
    padding: 16px 20px;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.contact_box input[type="text"]:focus {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgb(162,146,191);
    box-shadow: 0 0 15px rgba(rgb(162,146,191), 0.2);
    outline: none;
}.contact_box input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact_box .request_list {
    margin-top: 5px;
    align-items: flex-start;
    display: flex;
    gap: 12px;
}.contact_box .request_list input[type="checkbox"] {
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 24px;
    border-radius: 3px;
    appearance: none;
    margin-top: 2px;
    height: 24px;
    background: rgba(0, 0, 0, 0.2);
}.contact_box .request_list input[type="checkbox"]:checked {
    background: rgb(162,146,191);
    border-color: rgb(162,146,191);
}.contact_box .request_list input[type="checkbox"]:checked::after {
    height: 10px;
    content: "";
    position: absolute;
    border-width: 0 2px 2px 0;
    left: 9px;
    width: 6px;
    transform: rotate(45deg);
    top: 6px;
    border: solid #ffffff;
}.contact_box .request_list label {
    font-size: calc(15px - 2px);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}.contact_box .request_list a {
    text-decoration: none;
    position: relative;
    color: rgb(162,146,191);
    transition: all 0.3s ease;
}.contact_box .request_list a:hover {
    color: #ffffff;
}.contact_box .request_list a::after {
    transition: all 0.3s ease;
    position: absolute;
    bottom: -2px;
    content: "";
    background: rgb(162,146,191);
    width: 100%;
    left: 0;
    height: 1px;
}.contact_box .request_list a:hover::after {
    background: #ffffff;
}.contact_box .help_block {
    letter-spacing: 1px;
    background: rgb(162,146,191);
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 18px;
    overflow: hidden;
    border: none;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    align-self: flex-start;
    padding: 16px 35px;
    margin-top: 10px;
}.contact_box .help_block::before {
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    position: absolute;
    transition: all 0.5s ease;
    top: 0;
}.contact_box .help_block:hover {
    transform: translateY(-3px);
    background: rgb(172,111,174);
}.contact_box .help_block:hover::before {
    left: 100%;
}.contact_box svg {
    height: 22px;
    transition: all 0.3s ease;
    width: 22px;
    filter: drop-shadow(0 0 5px rgba(rgb(162,146,191), 0.5));
    fill: rgb(162,146,191);
}.contact_box svg path {
    transition: all 0.3s ease;
    fill: rgb(162,146,191);
}.contact_box svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.contact_box svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact_box {
    padding: 70px 0;
}.contact_box .feedback_inquiry {
    grid-template-columns: 1fr;
}.contact_box .image_frame_wrap {
    min-height: 300px;
}.contact_box .feedback_form {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact_box {
    padding: 50px 0;
}.contact_box h2 {
    font-size: calc(32px - 4px);
    margin-bottom: 50px;
}.contact_box .image_frame_wrap {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_box {
    padding: 40px 0;
}.contact_box .container {
    padding: 0 15px;
}.contact_box h2 {
    margin-bottom: 40px;
    font-size: calc(32px - 6px);
}.contact_box h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.contact_box h2::after {
    width: 50px;
}.contact_box .feedback_form {
    padding: 30px 20px 40px;
}.contact_box #contact {
    gap: 20px;
}.contact_box .help_block {
    width: 100%;
}.contact_box .image_frame_wrap {
    min-height: 200px;
}}.reach_out_info {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(190,208,189);
}.reach_out_info::before {
    background: linear-gradient(90deg, rgb(162,146,191,0.5) 0%, transparent 100%);
    opacity: 0.05;
    left: 0;
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 0;
    top: 0;
}.reach_out_info::after {
    height: 300px;
    bottom: -150px;
    content: "";
    width: 300px;
    right: -150px;
    background: rgb(162,146,191);
    opacity: 0.05;
    z-index: 0;
    position: absolute;
    border-radius: 50%;
}.reach_out_info .container {
    z-index: 1;
    position: relative;
}.reach_out_info .online_form {
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
    position: relative;
    justify-content: space-between;
}.reach_out_info .help_now {
    flex: 1 1 30%;
    transition: all 0.4s ease;
    z-index: 1;
    border-radius: 0;
    min-width: 300px;
    position: relative;
}.reach_out_info .help_now:first-child {
    border-left: 4px solid rgb(162,146,191);
    flex: 0 1 calc(50% - 15px);
    padding-left: 40px;
}.reach_out_info .help_now:nth-child(2) {
    max-height: 400px;
    overflow: hidden;
    flex: 0 1 calc(50% - 15px);
}.reach_out_info .help_now:nth-child(3) {
    flex: 0 1 100%;
    padding: 30px;
    background: rgb(162,146,191);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    border-radius: 25px;
}.reach_out_info .help_now h2 {
    color: rgb(162,146,191);
    margin-bottom: 35px;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -1px;
    position: relative;
}.reach_out_info .help_now h2::after {
    position: absolute;
    background: rgb(172,111,174);
    bottom: -15px;
    height: 4px;
    content: "";
    left: 0;
    width: 70px;
}.reach_out_info .message_request {
    font-weight: 600;
    color: rgb(172,111,174);
    margin-bottom: 20px;
    font-size: calc(22px * 1.1);
    position: relative;
    display: inline-block;
}.reach_out_info .ask_team {
    margin-bottom: 30px;
    color: #000000;
    line-height: 1.8;
    font-size: 18px;
    max-width: 90%;
}.reach_out_info .help_now > p {
    margin-bottom: 15px;
    font-size: 18px;
    color: #000000;
    padding-left: 30px;
    align-items: center;
    position: relative;
    display: flex;
}.reach_out_info .help_now > p svg {
    height: 20px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    top: 50%;
}.reach_out_info .help_now > p svg path {
    fill: rgb(162,146,191);
}.reach_out_info .help_now > p span {
    font-weight: 600;
    margin-left: 5px;
}.reach_out_info .contact_team {
    border-radius: 10px;
    background: #ffffff;
    margin-top: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
}.reach_out_info .contact_team h3 {
    font-size: 22px;
    color: rgb(162,146,191);
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
}.reach_out_info .contact_team h3::after {
    left: 0;
    position: absolute;
    background: rgb(172,111,174);
    bottom: 0;
    content: "";
    width: 40px;
    height: 3px;
}.reach_out_info .help_form {
    gap: 10px;
    flex-wrap: wrap;
    display: flex;
}.reach_out_info .help_form span {
    background: rgb(190,208,189);
    color: #000000;
    padding: 10px 15px;
    font-size: calc(18px * 0.9);
    border-radius: 10px;
    transition: all 0.3s ease;
}.reach_out_info .help_form span:hover {
    background: rgb(162,146,191,0.5);
    transform: translateY(-3px);
}.reach_out_info .help_now .image_frame_wrap {
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    height: 100%;
    width: 100%;
}.reach_out_info .help_now .image_frame_wrap::after {
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
}.reach_out_info .message_info {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    display: flex;
    width: 100%;
}.reach_out_info .message_info a {
    transition: all 0.3s ease;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    min-width: 200px;
    flex: 1 1 30%;
    text-decoration: none;
    align-items: center;
}.reach_out_info .message_info a:hover {
    transform: translateY(-5px);
}.reach_out_info .message_info svg {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    margin-right: 15px;
}.reach_out_info .message_info svg path {
    fill: #ffffff;
}.reach_out_info .message_info a .message_links {
    flex-direction: column;
    display: flex;
}.reach_out_info .message_info a span {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
    font-size: calc(18px * 0.8);
}.reach_out_info .message_info a p {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}

@media (max-width: 1200px) {.reach_out_info {
    padding: 80px 0;
}.reach_out_info .help_now:first-child {
    flex: 0 1 calc(50% - 15px);
}.reach_out_info .help_now:nth-child(2) {
    flex: 0 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.reach_out_info .help_now:first-child,
    .reach_out_info .help_now:nth-child(2) {
    flex: 0 1 100%;
}.reach_out_info .help_now:nth-child(2) {
    height: 300px;
    max-height: 300px;
    order: -1;
}.reach_out_info .help_now:first-child {
    margin-top: 30px;
}.reach_out_info .ask_team {
    max-width: 100%;
}
}

@media (max-width: 768px) {.reach_out_info {
    padding: 60px 0;
}.reach_out_info .help_now h2 {
    font-size: calc(44px * 0.9);
}.reach_out_info .help_now:first-child {
    padding-left: 25px;
}.reach_out_info .help_now:nth-child(3) {
    padding: 25px;
}.reach_out_info .message_info a {
    flex: 1 1 100%;
}
}

@media (max-width: 576px) {.reach_out_info {
    padding: 40px 0;
}.reach_out_info .help_now h2 {
    font-size: calc(44px * 0.8);
}.reach_out_info .contact_team {
    padding: 20px;
}.reach_out_info .help_form {
    flex-direction: column;
}.reach_out_info .help_form span {
    width: 100%;
}.reach_out_info .help_now:nth-child(2) {
    max-height: 200px;
}}header {
    background-color: rgb(190,208,189);
    z-index: 1000;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    padding: 1.2rem 0;
}header::before {
    position: absolute;
    left: 0;
    width: 100%;
    animation: gridMove 40s linear infinite;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(162,146,191,0.5) 49.5%, rgb(162,146,191,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(172,111,174,0.5) 49.5%, rgb(172,111,174,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    z-index: -1;
    top: 0;
    content: '';
    opacity: 0.15;
}header::after {
    z-index: 1;
    content: '';
    background: linear-gradient(90deg, 
        rgb(162,146,191) 0%, 
        rgb(172,111,174) 50%, 
        rgb(162,146,191) 100%);
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
}header .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}header .head_section {
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: relative;
}header .nav_expert {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px;
    backdrop-filter: blur(10px);
    border-radius: 13px;
    gap: 0.5rem;
    display: flex;
}header .top_learn {
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    text-decoration: none;
    padding: 0.7rem 1.2rem;
    font-size: 14px;
    font-weight: 400;
}header .top_learn::before {
    transform: scale(0.95);
    position: absolute;
    background: linear-gradient(45deg, rgb(162,146,191), rgb(172,111,174));
    content: '';
    left: -2px;
    top: -2px;
    right: -2px;
    border-radius: calc(10px + 2px);
    z-index: -1;
    bottom: -2px;
    opacity: 0;
    transition: all 0.3s ease;
}header .top_learn::after {
    position: absolute;
    bottom: 0;
    background: rgb(162,146,191);
    border-radius: 10px;
    top: 0;
    left: 0;
    z-index: -1;
    right: 0;
    content: '';
}header .top_learn:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}header .top_learn:hover::before {
    opacity: 1;
    transform: scale(1);
}header .head_learn {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    padding: 0.5rem 1rem;
    align-items: center;
    overflow: hidden;
    display: flex;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}header .head_learn::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    height: 100%;
    content: '';
    top: 0;
    left: -100%;
    transition: 0.5s;
    width: 100%;
    position: absolute;
}header .head_learn:hover::before {
    left: 100%;
}header .head_learn svg {
    z-index: 2;
    position: relative;
    height: auto;
    width: 160px;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .nav_expert {
    gap: 0.3rem;
}header .top_learn {
    padding: 0.6rem 0.8rem;
    font-size: calc(14px - 1px);
}header .head_learn svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .head_section {
    flex-direction: column;
}header .nav_expert {
    gap: 0.5rem;
    margin-top: 1rem;
    order: 2;
    width: 100%;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: center;
}header .top_learn {
    padding: 0.5rem 0.7rem;
    font-size: calc(14px - 2px);
}header .head_learn {
    order: 1;
    margin-bottom: 0.5rem;
}header .head_learn svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .nav_expert {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .nav_expert::-webkit-scrollbar {
    height: 3px;
}header .nav_expert::-webkit-scrollbar-thumb {
    background: rgb(162,146,191);
    border-radius: 10px;
}header .top_learn {
    white-space: nowrap;
}header .head_learn svg {
    width: 110px;
}}.academic_experience {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(190,208,189) 0%, rgb(162,146,191,0.5) 100%);
    padding: 5rem 0;
    position: relative;
}.academic_experience::before {
    width: 100%;
    top: 0;
    position: absolute;
    transform: scale(1.5) rotate(-5deg);
    content: "";
    left: 0;
    background: linear-gradient(45deg, transparent 45%, rgb(172,111,174,0.5) 45%, rgb(172,111,174,0.5) 55%, transparent 55%);
    height: 100%;
}.academic_experience .user_review {
    display: flex;
    transform: rotate(-2deg);
    gap: 2rem;
    z-index: 1;
    align-items: center;
    max-width: 1100px;
    position: relative;
    justify-content: center;
    margin: 0 auto;
    flex-direction: row;
}.academic_experience .image_frame_wrap {
    transform: perspective(1000px) rotateY(-15deg);
    width: 350px;
    height: 400px;
    box-shadow: 20px 20px 0 rgb(162,146,191,0.5);
    transition: all 0.5s ease;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    border-radius: 15px;
}.academic_experience .work_exp {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    max-width: 450px;
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    padding: 2.5rem;
    z-index: 2;
    transform: perspective(1000px) rotateY(5deg) translateX(-30px);
    transition: all 0.5s ease;
}.academic_experience .work_exp::before {
    border-radius: 15px;
    transform: rotate(3deg);
    width: 100%;
    z-index: -1;
    height: 100%;
    background: rgb(172,111,174,0.5);
    right: -15px;
    content: "";
    position: absolute;
    top: -15px;
}.academic_experience .name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 35px;
    color: rgb(162,146,191);
    transform: skewX(-5deg);
}.academic_experience .work_exp div:nth-child(2) {
    color: rgb(172,111,174);
    font-size: 23px;
    font-weight: 600;
    transform: skewX(-5deg);
    margin-bottom: 1.5rem;
}.academic_experience .exp_progress {
    font-size: 13px;
    position: relative;
    line-height: 1.6;
    font-style: italic;
    padding-left: 1.5rem;
    color: #000000;
}.academic_experience .exp_progress::before {
    width: 4px;
    height: 100%;
    border-radius: 10px;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(162,146,191), rgb(172,111,174));
}.academic_experience .user_review:hover .image_frame_wrap {
    box-shadow: 30px 30px 0 rgb(162,146,191,0.5);
    transform: perspective(1000px) rotateY(-5deg);
}.academic_experience .user_review:hover .work_exp {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

@media screen and (max-width: 991px) {.academic_experience .user_review {
    gap: 3rem;
    transform: rotate(0);
    flex-direction: column;
}.academic_experience .image_frame_wrap {
    height: 320px;
    transform: perspective(1000px) rotateY(0);
    width: 280px;
    margin: 0 auto;
}.academic_experience .work_exp {
    transform: translateY(-30px) perspective(1000px) rotateY(0);
}.academic_experience .user_review:hover .image_frame_wrap {
    transform: perspective(1000px) rotateY(0);
}.academic_experience .user_review:hover .work_exp {
    transform: translateY(-40px) perspective(1000px) rotateY(0);
}}.title_opener {
    min-height: 100vh;
    position: relative;
    background-image: linear-gradient(135deg, rgb(190,208,189) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
}.title_opener::before {
    width: 35%;
    content: "";
    filter: blur(80px);
    left: -5%;
    border-radius: 40% 60% 70% 30%;
    opacity: 0.15;
    height: 50%;
    z-index: 0;
    background: rgb(162,146,191,0.5);
    top: -10%;
    animation: float 15s infinite alternate ease-in-out;
    position: absolute;
}.title_opener::after {
    opacity: 0.15;
    height: 40%;
    right: -5%;
    content: "";
    filter: blur(60px);
    border-radius: 50% 40% 30% 60%;
    background: rgb(172,111,174,0.5);
    z-index: 0;
    bottom: -5%;
    position: absolute;
    width: 30%;
    animation: float 12s infinite alternate-reverse ease-in-out;
}.title_opener .learning_studio {
    min-height: 90vh;
    flex-direction: column;
    padding: 3rem 2rem;
    position: relative;
    max-width: 1400px;
    height: 100%;
    z-index: 1;
    margin: 0 auto;
    display: flex;
}.title_opener h1 {
    position: relative;
    line-height: 1.2;
    margin-bottom: 2rem;
    z-index: 2;
    font-size: 42px;
    transform: translateY(0);
    max-width: 90%;
    font-weight: 700;
    color: #000000;
}.title_opener h1::after {
    height: 6px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(162,146,191) 0%, rgb(172,111,174) 100%);
    transition: width 0.5s ease;
    border-radius: 3px;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    bottom: -0.75rem;
    width: 100px;
    position: absolute;
}.title_opener h1:hover::after {
    width: 150px;
}.title_opener .news_item {
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
    margin-bottom: 2rem;
}.title_opener .learning_primary {
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-radius: 12px;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    transform: translateZ(0);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    max-width: 600px;
    box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.05),
                -8px -8px 30px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.6),
                inset -1px -1px 1px rgba(0, 0, 0, 0.05);
}.title_opener .learning_primary:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.08),
                -10px -10px 35px rgba(255, 255, 255, 0.9),
                inset 1px 1px 1px rgba(255, 255, 255, 0.7),
                inset -1px -1px 1px rgba(0, 0, 0, 0.07);
}.title_opener .learning_primary p {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 2rem;
    font-size: calc(18px * 1.2);
    position: relative;
}.title_opener svg {
    width: 140px;
    height: 140px;
    margin: 1rem auto 2rem;
    transition: transform 0.5s ease, filter 0.5s ease;
    display: block;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
}.title_opener svg:hover {
    transform: scale(1.05) rotate(2deg);
    filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.15));
}.title_opener svg path {
    transition: fill 0.3s ease;
}.title_opener svg:hover path {
    fill: rgb(162,146,191);
}.title_opener svg text {
    transition: fill 0.3s ease;
}.title_opener svg:hover text {
    fill: rgb(172,111,174);
}.title_opener .help_block {
    padding: 1rem 2rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.1),
                -6px -6px 18px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    color: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    display: inline-block;
    background: linear-gradient(135deg, rgb(162,146,191) 0%, rgb(172,111,174) 100%);
    text-decoration: none;
    transform: translateZ(0);
    position: relative;
    font-size: 19px;
}.title_opener .help_block::before {
    transition: all 0.5s ease;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    left: -100%;
    pointer-events: none;
    content: "";
    width: 100%;
    position: absolute;
}.title_opener .help_block:hover {
    box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.15),
                -8px -8px 24px rgba(255, 255, 255, 0.9),
                inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px) translateZ(0);
}.title_opener .help_block:hover::before {
    left: 100%;
}.title_opener .help_block:active {
    transform: translateY(2px) translateZ(0);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1),
                -4px -4px 10px rgba(255, 255, 255, 0.8),
                inset 2px 2px 6px rgba(0, 0, 0, 0.1),
                inset -2px -2px 6px rgba(255, 255, 255, 0.5);
}.title_opener .image_frame_wrap {
    height: 350px;
    overflow: hidden;
    transform: translateZ(0) rotate(0deg);
    width: 100%;
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1),
                -10px -10px 30px rgba(255, 255, 255, 0.7),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
    transition: transform 0.7s ease, box-shadow 0.7s ease;
    margin-top: 2rem;
    border-radius: 16px;
}.title_opener .image_frame_wrap::after {
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    background: linear-gradient(135deg, rgba(94,170,168,0.2) 0%, rgba(255,255,255,0) 70%);
}.title_opener .image_frame_wrap:hover {
    transform: translateZ(0) rotate(1deg) scale(1.02);
    box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.15),
                -15px -15px 35px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.4);
}

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

@media (min-width: 768px) {.title_opener .learning_studio {
    justify-content: space-between;
    flex-direction: row;
    padding: 4rem;
    align-items: center;
    flex-wrap: wrap;
}.title_opener h1 {
    font-size: calc(42px * 1.2);
    max-width: 70%;
}.title_opener .news_item {
    width: 50%;
    margin-bottom: 0;
}.title_opener .image_frame_wrap {
    width: 45%;
    margin-top: 0;
    height: 450px;
}
}

@media (min-width: 992px) {.title_opener .learning_studio {
    padding: 5rem;
    min-height: 85vh;
}.title_opener h1 {
    font-size: calc(42px * 1.4);
    max-width: 60%;
}.title_opener .news_item {
    width: 45%;
}.title_opener .image_frame_wrap {
    height: 550px;
    width: 50%;
    transform: translateZ(0) translateX(0) rotate(0deg);
}.title_opener .image_frame_wrap:hover {
    transform: translateZ(0) translateX(-10px) rotate(1deg) scale(1.03);
}.title_opener svg {
    width: 160px;
    height: 160px;
}
}

@media (min-width: 1200px) {.title_opener .learning_studio {
    padding: 6rem;
}.title_opener h1 {
    max-width: 90%;
    font-size: calc(42px * 1.6);
}.title_opener .news_item {
    width: 40%;
}.title_opener .image_frame_wrap {
    width: 55%;
    height: 600px;
}.title_opener .learning_primary p {
    font-size: calc(18px * 1.3);
}.title_opener svg {
    width: 180px;
    height: 180px;
}
}

@media (max-width: 767px) {.title_opener h1 {
    font-size: calc(42px * 0.9);
}.title_opener .learning_primary {
    padding: 1.5rem;
}.title_opener .learning_primary p {
    font-size: 18px;
}.title_opener .help_block {
    padding: 0.8rem 1.5rem;
}.title_opener svg {
    height: 120px;
    width: 120px;
}}.future_students {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(190,208,189) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
}.future_students::before {
    top: 0;
    opacity: 0.6;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(162,146,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(172,111,174,0.5) 0%, transparent 40%);
    width: 100%;
    content: "";
    z-index: 0;
    height: 100%;
    left: 0;
    position: absolute;
}.future_students::after {
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    z-index: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    background-size: 120px 120px;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 25%),
        linear-gradient(-45deg, transparent 75%, #000000 25%);
    opacity: 0.03;
}.future_students .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}.future_students .learning_studio {
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 17px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
}.future_students .learning_studio:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: translateY(-10px);
}.future_students .learning_studio::before {
    top: -100px;
    filter: blur(30px);
    content: "";
    right: -100px;
    background: linear-gradient(45deg, rgb(162,146,191) 0%, rgb(172,111,174) 100%);
    animation: pulse-effect 8s infinite alternate ease-in-out;
    border-radius: 50%;
    position: absolute;
    opacity: 0.1;
    width: 200px;
    height: 200px;
}.future_students .learning_studio::after {
    background: linear-gradient(225deg, rgb(172,111,174) 0%, rgb(162,146,191) 100%);
    bottom: -75px;
    width: 150px;
    opacity: 0.1;
    content: "";
    height: 150px;
    animation: pulse-effect 8s infinite alternate-reverse ease-in-out;
    filter: blur(25px);
    left: -75px;
    position: absolute;
    border-radius: 50%;
}@keyframes pulse-effect {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

.future_students h4 {
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 34px;
    margin-bottom: 40px;
    text-align: center;
}.future_students h4::after {
    width: 80px;
    bottom: 0;
    border-radius: 10px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(162,146,191) 0%, rgb(172,111,174) 100%);
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
}.future_students div p {
    border-radius: 10px;
    font-size: calc(15px + 2px);
    margin-bottom: 25px;
    position: relative;
    padding: 15px 20px;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    border-left: 3px solid rgb(162,146,191);
    color: #ffffff;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.05);
}.future_students div p:last-child {
    margin-bottom: 0;
}.future_students div p:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}.future_students div p svg {
    width: 24px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    height: 24px;
    min-width: 24px;
    margin-right: 15px;
}.future_students div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}.future_students div p svg path {
    fill: rgb(162,146,191);
}.future_students div p::after {
    background: linear-gradient(90deg, rgb(162,146,191) 0%, transparent 100%);
    content: "";
    left: 0;
    height: 1px;
    transition: width 0.5s ease;
    width: 0;
    bottom: 0;
    position: absolute;
}.future_students div p:hover::after {
    width: 100%;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 991px) {.future_students {
    padding: 80px 0;
}.future_students .learning_studio {
    padding: 40px 30px;
}.future_students h4 {
    font-size: calc(34px - 2px);
    margin-bottom: 30px;
}.future_students div p {
    padding: 12px 15px;
    font-size: 15px;
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.future_students {
    padding: 60px 0;
}.future_students .learning_studio {
    padding: 30px 20px;
}.future_students h4 {
    margin-bottom: 25px;
    padding-bottom: 12px;
    font-size: calc(34px - 4px);
}.future_students h4::after {
    height: 3px;
    width: 60px;
}.future_students div p {
    padding: 10px 12px;
    font-size: calc(15px - 1px);
    margin-bottom: 15px;
}.future_students div p svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    min-width: 20px;
}.future_students::before,
    .future_students::after {
    opacity: 0.05;
}
}

@media (max-width: 479px) {.future_students {
    padding: 40px 0;
}.future_students .learning_studio {
    padding: 25px 15px;
}.future_students h4 {
    font-size: calc(34px - 6px);
}.future_students div p {
    font-size: calc(15px - 2px);
    padding: 8px 10px;
}.future_students div p svg {
    min-width: 18px;
    margin-right: 8px;
    height: 18px;
    width: 18px;
}}.statistical_data {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    isolation: isolate;
}.statistical_data::before {
    content: "";
    left: 0;
    opacity: 0.85;
    position: absolute;
    z-index: 1;
    background-color: #000000;
    width: 100%;
    top: 0;
    height: 100%;
}.statistical_data .container {
    z-index: 3;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.statistical_data .key_classes {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px;
    align-items: center;
}.statistical_data .class_gains {
    display: block;
    margin-bottom: 30px;
}.statistical_data .class_gains svg {
    height: 60px;
    width: 60px;
    fill: rgb(162,146,191);
    filter: drop-shadow(0 0 5px rgb(162,146,191,0.5));
}.statistical_data .class_gains svg path {
    fill: rgb(162,146,191);
}.statistical_data .program_statistics {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 700;
    font-size: 33px;
}.statistical_data .program_statistics::after {
    bottom: -10px;
    background: rgb(162,146,191);
    left: 0;
    content: "";
    height: 4px;
    width: 60px;
    position: absolute;
}.statistical_data .pro_upgrade {
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
    max-width: 90%;
    margin-bottom: 40px;
    font-size: 17px;
}.statistical_data .key_statistics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.statistical_data .mentor_statistics {
    display: flex;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
    padding: 30px;
    border-radius: 30px;
    position: relative;
    flex-direction: column;
    border-left: 4px solid rgb(162,146,191);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.statistical_data .mentor_statistics:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}.statistical_data .statistics_pro {
    display: flex;
    height: 40px;
    width: 40px;
    top: 20px;
    right: 20px;
    position: absolute;
    justify-content: center;
    align-items: center;
}.statistical_data .statistics_pro svg {
    height: 100%;
    width: 100%;
    fill: rgb(172,111,174);
}.statistical_data .statistics_pro svg path {
    fill: rgb(172,111,174);
}.statistical_data .mentor_statistics span {
    font-weight: 700;
    line-height: 1;
    font-size: 2.5rem;
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
}.statistical_data .mentor_statistics p {
    font-size: 17px;
    line-height: 1.4;
    color: #ffffff;
    opacity: 0.7;
}

@media screen and (max-width: 992px) {.statistical_data .key_classes {
    gap: 40px;
    grid-template-columns: 1fr;
}.statistical_data .program_statistics,
    .statistical_data .pro_upgrade {
    text-align: center;
    max-width: 100%;
}.statistical_data .class_gains {
    margin-left: auto;
    margin-right: auto;
}.statistical_data .program_statistics::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media screen and (max-width: 768px) {.statistical_data {
    padding: 60px 0;
}.statistical_data .key_statistics {
    grid-template-columns: 1fr;
    gap: 20px;
}.statistical_data .mentor_statistics {
    padding: 20px;
}.statistical_data .mentor_statistics span {
    font-size: 2rem;
}
}

@media screen and (min-width: 993px) {.statistical_data .key_classes > div:first-child {
    order: 2;
}.statistical_data .key_classes > div:last-child {
    order: 1;
}}

.statistical_data .mentor_statistics:nth-child(1) {
    border-left-color: rgb(162,146,191);
}.statistical_data .mentor_statistics:nth-child(2) {
    border-left-color: rgb(172,111,174);
}.statistical_data .mentor_statistics:nth-child(3) {
    border-left-color: rgb(162,146,191);
}.statistical_data .mentor_statistics:nth-child(4) {
    border-left-color: rgb(172,111,174);
}.statistical_data .mentor_statistics:nth-child(even) .statistics_pro svg,
.statistical_data .mentor_statistics:nth-child(even) .statistics_pro svg path {
    fill: rgb(162,146,191);
}.statistical_data .mentor_statistics:nth-child(odd) .statistics_pro svg,
.statistical_data .mentor_statistics:nth-child(odd) .statistics_pro svg path {
    fill: rgb(172,111,174);
}.statistical_data .mentor_statistics::after {
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, rgb(162,146,191,0.5), transparent);
    width: 100%;
    bottom: 0;
    content: "";
    left: 0;
}

@media screen and (max-width: 576px) {.statistical_data {
    padding: 40px 0;
}.statistical_data .key_classes {
    gap: 30px;
}.statistical_data .program_statistics {
    font-size: calc(33px * 0.85);
}.statistical_data .pro_upgrade {
    font-size: calc(17px * 0.95);
    margin-bottom: 30px;
}.statistical_data .mentor_statistics {
    padding: 20px 15px;
}.statistical_data .statistics_pro {
    right: 15px;
    height: 30px;
    width: 30px;
    top: 15px;
}.statistical_data .mentor_statistics span {
    font-size: 1.8rem;
}.statistical_data .mentor_statistics p {
    font-size: calc(17px * 0.9);
}}.training_structure {
    padding: 7rem 0;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(190,208,189) 0%, rgb(172,111,174,0.5) 100%);
}.training_structure::before {
    left: -5%;
    content: "";
    top: -5%;
    background: repeating-linear-gradient(
        45deg,
        rgb(162,146,191,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(162,146,191,0.5) 12px
    );
    transform: rotateX(45deg) rotateZ(-2deg);
    right: -5%;
    opacity: 0.05;
    animation: patternShift 20s infinite linear;
    pointer-events: none;
    bottom: -5%;
    z-index: 1;
    position: absolute;
}.training_structure::after {
    left: 0;
    opacity: 0.2;
    content: "";
    top: 0;
    height: 100%;
    background: radial-gradient(
        circle at 75% 25%,
        rgb(162,146,191,0.5) 0%,
        transparent 60%
    );
    width: 100%;
    z-index: 0;
    position: absolute;
}.training_structure .container.learning_studio {
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-left: 3px solid rgb(162,146,191);
    max-width: 1140px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
    transform-style: preserve-3d;
    margin: 0 auto;
}.training_structure .container.learning_studio:hover {
    transform: translateY(-5px) rotateX(2deg);
}.training_structure .container.learning_studio > div {
    position: relative;
    padding: 3.5rem;
    overflow: hidden;
}.training_structure .container.learning_studio > div::before {
    z-index: 1;
    left: 0;
    position: absolute;
    height: 5px;
    width: 100%;
    top: 0;
    background: linear-gradient(
        90deg,
        rgb(162,146,191) 0%,
        rgb(172,111,174) 100%
    );
    content: "";
}.training_structure h3 {
    font-weight: 700;
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 2rem;
    position: relative;
    color: #000000;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    transform: translateZ(10px);
    letter-spacing: -0.01em;
}.training_structure h3::after {
    position: absolute;
    width: 0;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 3px;
    left: 0;
    background: rgb(172,111,174);
    bottom: -10px;
}.training_structure .container.learning_studio:hover h3::after {
    width: 100%;
}.training_structure p {
    margin-bottom: 0;
    font-size: 16px;
    position: relative;
    line-height: 1.8;
    max-width: 90%;
    color: #000000;
    z-index: 2;
}.training_structure p span {
    display: inline-block;
    transform: translateY(20px);
    border-left: 2px solid rgb(162,146,191,0.5);
    animation: textFadeIn 1s ease-out forwards;
    padding-left: 1rem;
    position: relative;
    opacity: 0;
}

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

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

@media (min-width: 992px) {.training_structure .container.learning_studio > div {
    padding: 4.5rem;
}.training_structure h3 {
    margin-left: -20px;
    padding-left: 20px;
}.training_structure p {
    max-width: 80%;
    margin-left: 2rem;
    line-height: 1.9;
    font-size: calc(16px + 0.1rem);
}.training_structure p span {
    border-left-width: 3px;
    padding-left: 1.5rem;
}.training_structure .container.learning_studio {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
}.training_structure .container.learning_studio:hover {
    transform: translateY(-10px) rotateX(3deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 0 10px 25px rgba(0, 0, 0, 0.05);
}
}

@media (max-width: 991.98px) {.training_structure {
    padding: 5rem 0;
}.training_structure .container.learning_studio > div {
    padding: 3rem 2.5rem;
}.training_structure h3 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}.training_structure p {
    max-width: 100%;
}
}

@media (max-width: 767.98px) {.training_structure {
    padding: 4rem 0;
}.training_structure .container.learning_studio {
    margin: 0 15px;
}.training_structure .container.learning_studio > div {
    padding: 2.5rem 1.5rem;
}.training_structure h3 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
}.training_structure p span {
    padding-left: 0.75rem;
    border-left-width: 1px;
}
}

@media (max-width: 575.98px) {.training_structure {
    padding: 3rem 0;
}.training_structure .container.learning_studio > div {
    padding: 2rem 1.25rem;
}.training_structure h3 {
    font-size: 1.35rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}.training_structure p {
    font-size: calc(16px - 0.05rem);
    line-height: 1.7;
}
}

@media (hover: hover) {.training_structure .container.learning_studio {
    cursor: default;
}.training_structure .container.learning_studio::after {
    position: absolute;
    background: linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.03) 100%
        );
    transition: opacity 0.4s ease;
    opacity: 0;
    content: "";
    inset: 0;
}.training_structure .container.learning_studio:hover::after {
    opacity: 1;
}
}

@media (prefers-reduced-motion: reduce) {.training_structure .container.learning_studio:hover {
    transform: translateY(-5px);
}.training_structure::before {
    animation: none;
}.training_structure p span {
    animation: none;
    transform: none;
    opacity: 1;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(162,146,191);
}header .top_plank .top_expertise div svg, header .top_plank .top_expertise div svg path {
    fill: #ffffff;
}header .top_plank .top_expertise div span {
    color: #ffffff;
}header .top_plank .top_expertise {
    justify-content: flex-start;
    width: 100%;
    display: flex;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    align-items: center;
    line-height: 21px;
    font-size: 16px;
}header .top_plank .top_expertise div {
    justify-content: flex-start;
    display: flex;
    margin-right: 24px;
    align-items: center;
}header .top_plank .top_expertise div img, header .top_plank .top_expertise div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.client_comments {
    position: relative;
    background: rgb(190,208,189);
    padding: 7rem 0 8rem;
    overflow: hidden;
}.client_comments::before {
    content: "";
    width: 100%;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    left: 0;
    background-size: 100px 100px;
    height: 100%;
    opacity: 0.05;
    background-image: 
        linear-gradient(45deg, rgb(162,146,191,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(162,146,191,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(162,146,191,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(162,146,191,0.5) 75%);
    z-index: 0;
    position: absolute;
    top: 0;
}.client_comments::after {
    bottom: -50px;
    opacity: 0.6;
    content: "";
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    height: 200px;
    background: rgb(172,111,174,0.5);
    filter: blur(80px);
    width: 200px;
    right: -50px;
}.client_comments .container {
    z-index: 1;
    position: relative;
}.client_comments h2 {
    font-size: calc(34px * 1.3);
    margin-bottom: 5rem;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    transform: skewY(-3deg);
    position: relative;
}.client_comments h2::before,
.client_comments h2::after {
    position: absolute;
    height: 4px;
    content: "";
    background: rgb(162,146,191);
}.client_comments h2::before {
    animation: expandLine 1.5s ease-in-out infinite alternate;
    width: 60%;
    transform-origin: left;
    left: 0;
    bottom: -15px;
}.client_comments h2::after {
    animation: expandLine 2s ease-in-out infinite alternate 0.5s;
    left: 20px;
    transform-origin: left;
    bottom: -30px;
    opacity: 0.7;
    width: 30%;
}@keyframes expandLine {
    from {
        transform: scaleX(0.6);
    }
    to {
        transform: scaleX(1);
    }
}

.client_comments .testimonial_space {
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2.5rem;
}.client_comments .user_review {
    padding: 2rem;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1;
    background: #ffffff;
}.client_comments .user_review:nth-child(odd) {
    transform: rotate(-2deg);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 80%,
        80% 100%,
        0 100%
    );
}.client_comments .user_review:nth-child(even) {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        20% 100%,
        0 80%
    );
    transform: rotate(2deg);
}.client_comments .user_review:hover {
    transform: rotate(0) translateY(-10px);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        0 100%
    );
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.client_comments .user_review::before {
    content: "";
    inset: 0;
    z-index: -1;
    transform: none;
    background: #ffffff;
    position: absolute;
    transition: transform 0.3s ease;
}.client_comments .user_review:hover::before {
    transform: scale(1.02);
}.client_comments .user_review::after {
    transform: none;
    transition: transform 0.3s ease;
    inset: 0;
    position: absolute;
    content: "";
    z-index: -2;
    opacity: 0;
    background: linear-gradient(135deg, rgb(162,146,191), rgb(172,111,174));
}.client_comments .user_review:hover::after {
    transform: scale(1.03);
    opacity: 1;
}.client_comments .user_review:nth-child(4n+1) {
    grid-column: auto / span 1;
    grid-row: auto / span 1;
}.client_comments .user_review:nth-child(4n+2) {
    grid-row: auto / span 1;
    grid-column: auto / span 1;
    transform: translateY(40px) rotate(-2deg);
}.client_comments .user_review:nth-child(4n+2):hover {
    transform: translateY(30px) rotate(0);
}.client_comments .user_review:nth-child(4n+3) {
    transform: translateY(-30px) rotate(2deg);
    grid-row: auto / span 1;
    grid-column: auto / span 1;
}.client_comments .user_review:nth-child(4n+3):hover {
    transform: translateY(-40px) rotate(0);
}.client_comments .user_review:nth-child(4n+4) {
    grid-column: auto / span 1;
    transform: translateY(20px) rotate(-1deg);
    grid-row: auto / span 1;
}.client_comments .user_review:nth-child(4n+4):hover {
    transform: translateY(10px) rotate(0);
}.client_comments .user_review img {
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
    object-fit: cover;
    display: block;
    height: 90px;
    transition: all 0.3s ease;
    width: 90px;
    border: 3px solid #ffffff;
}.client_comments .user_review:nth-child(odd) img {
    transform: rotate(3deg);
    box-shadow: 4px 4px 0 rgb(162,146,191,0.5);
}.client_comments .user_review:nth-child(even) img {
    transform: rotate(-3deg);
    box-shadow: -4px 4px 0 rgb(172,111,174,0.5);
}.client_comments .user_review:hover img {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transform: rotate(0) scale(1.05);
}.client_comments .user_review p {
    transition: transform 0.3s ease;
    color: #000000;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    position: relative;
}.client_comments .user_review:hover p {
    transform: translateY(-5px);
}.client_comments .user_review .description {
    margin-top: 1rem;
    line-height: 1.6;
    transition: transform 0.3s ease 0.1s;
    font-weight: 400;
    position: relative;
    color: #000000;
}.client_comments .user_review:hover .description {
    transform: translateY(-5px);
}.client_comments .user_review .description::after {
    transition: width 0.3s ease;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(162,146,191,0.5);
    bottom: -10px;
    width: 20%;
}.client_comments .user_review:hover .description::after {
    width: 60%;
}.client_comments .user_review:nth-child(even) .description::after {
    right: 0;
    background: rgb(172,111,174,0.5);
    left: auto;
}

@media (max-width: 992px) {.client_comments {
    padding: 6rem 0 7rem;
}.client_comments h2 {
    margin-bottom: 4rem;
    font-size: calc(34px * 1.1);
}.client_comments .testimonial_space {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}.client_comments .user_review:nth-child(4n+2),
    .client_comments .user_review:nth-child(4n+3),
    .client_comments .user_review:nth-child(4n+4) {
    transform: rotate(0);
}.client_comments .user_review:nth-child(odd) {
    transform: rotate(-1deg);
}.client_comments .user_review:nth-child(even) {
    transform: rotate(1deg);
}
}

@media (max-width: 768px) {.client_comments {
    padding: 5rem 0 6rem;
}.client_comments h2 {
    margin-bottom: 3.5rem;
    transform: skewY(-2deg);
    font-size: 34px;
}.client_comments .testimonial_space {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
    gap: 2.5rem;
}.client_comments .user_review {
    padding: 1.5rem;
}.client_comments .user_review img {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 576px) {.client_comments {
    padding: 4rem 0 5rem;
}.client_comments .testimonial_space {
    max-width: 320px;
}.client_comments .user_review:nth-child(odd),
    .client_comments .user_review:nth-child(even) {
    transform: none;
    clip-path: none;
}.client_comments .user_review:hover {
    transform: translateY(-5px);
}}.plan_list_item {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(190,208,189) 0%, #ffffff 100%);
}.plan_list_item::before {
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(45deg, rgb(162,146,191,0.5) 0%, transparent 40%);
    width: 100%;
}.plan_list_item .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.plan_list_item .class_deals {
    flex-direction: column;
    display: flex;
}.plan_list_item .plan_rates {
    text-align: center;
    max-width: 800px;
    margin-right: auto;
    order: 1;
    margin-bottom: 3rem;
    margin-left: auto;
}.plan_list_item .plan_rates h2 {
    font-size: 34px;
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
}.plan_list_item .plan_rates h2::after {
    position: absolute;
    transform: translateX(-50%);
    content: "";
    background: rgb(162,146,191);
    height: 3px;
    left: 50%;
    bottom: -10px;
    width: 80px;
}.plan_list_item .rate_choices {
    font-size: 13px;
    margin: 0 auto;
    overflow-wrap: break-word;
    max-width: 600px;
    word-break: break-word;
    line-height: 1.6;
    color: #000000;
}.plan_list_item .monthly_plan {
    order: 2;
    gap: 2rem;
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.plan_list_item .cost_matrix {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    background: #ffffff;
    border-radius: 10px;
    height: 100%;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    display: block;
}.plan_list_item .cost_matrix:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.plan_list_item .payment_pricing {
    flex-direction: column;
    height: 100%;
    display: flex;
}.plan_list_item .rate_choice {
    padding: 2rem;
    flex-direction: column;
    overflow-wrap: break-word;
    flex-grow: 1;
    word-break: break-word;
    display: flex;
    z-index: 1;
    position: relative;
}.plan_list_item .rate_choice::before {
    width: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    opacity: 0.7;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
}.plan_list_item .rate_choice h3 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: calc(23px * 1.2);
    position: relative;
    padding-bottom: 0.5rem;
}.plan_list_item .rate_choice h3::after {
    height: 2px;
    content: "";
    background: rgb(172,111,174);
    left: 0;
    width: 40px;
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease;
}.plan_list_item .cost_matrix:hover .rate_choice h3::after {
    width: 80px;
}.plan_list_item .cost_schemes {
    font-size: calc(23px * 1.5);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: rgb(162,146,191);
    display: inline-block;
    position: relative;
}.plan_list_item .cost_schemes::before {
    left: 0;
    transition: width 0.3s ease;
    content: "";
    background: rgb(162,146,191);
    bottom: -5px;
    position: absolute;
    height: 2px;
    width: 0;
}.plan_list_item .cost_matrix:hover .cost_schemes::before {
    width: 100%;
}.plan_list_item .rate_choice p {
    font-size: 13px;
    color: #000000;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-top: auto;
    word-break: break-word;
}.plan_list_item .image_frame_wrap {
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
    height: 200px;
}.plan_list_item .image_frame_wrap::after {
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
}.plan_list_item .cost_matrix:hover .image_frame_wrap {
    transform: scale(1.05);
}.plan_list_item .cost_matrix:nth-child(odd) .payment_pricing {
    flex-direction: column-reverse;
}.plan_list_item .cost_matrix:nth-child(3n+1) {
    border-top: 3px solid rgb(162,146,191);
}.plan_list_item .cost_matrix:nth-child(3n+2) {
    border-top: 3px solid rgb(172,111,174);
}.plan_list_item .cost_matrix:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.plan_list_item .class_deals {
    gap: 4rem;
    flex-direction: row;
    align-items: center;
}.plan_list_item .plan_rates {
    flex: 0 0 30%;
    margin-bottom: 0;
    order: 2;
    text-align: left;
}.plan_list_item .plan_rates h2 {
    text-align: left;
}.plan_list_item .plan_rates h2::after {
    left: 0;
    transform: none;
}.plan_list_item .rate_choices {
    margin: 0;
    text-align: left;
}.plan_list_item .monthly_plan {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
    flex: 0 0 65%;
}
}

@media (min-width: 992px) {.plan_list_item .monthly_plan {
    grid-template-columns: repeat(2, 1fr);
}.plan_list_item .cost_matrix:nth-child(4n+1) {
    transform: translateY(20px);
}.plan_list_item .cost_matrix:nth-child(4n+3) {
    transform: translateY(-20px);
}.plan_list_item .cost_matrix:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.plan_list_item {
    padding: 4rem 0;
}.plan_list_item .rate_choice {
    padding: 1.5rem;
}.plan_list_item .rate_choice h3 {
    font-size: 23px;
}.plan_list_item .cost_schemes {
    font-size: 23px;
}.plan_list_item .rate_choice p {
    max-height: 150px;
    line-height: 1.5;
    font-size: calc(13px * 0.9);
    overflow-y: auto;
}.plan_list_item .image_frame_wrap {
    height: 150px;
}
}

@media (max-width: 480px) {.plan_list_item .monthly_plan {
    grid-template-columns: 1fr;
}.plan_list_item .plan_rates h2 {
    font-size: calc(34px * 0.8);
}.plan_list_item .rate_choices {
    font-size: calc(13px * 0.9);
}.plan_list_item .rate_choice p {
    max-height: 120px;
}
}