* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-paddingstyle {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: auto;
}.mentor_netstyle {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.nav_mainbarstyle {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1240px;
    max-width: 100%;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    padding: 2px;
    scroll-behavior: auto;
    width: 1rem;
    background: linear-gradient(304deg, #ffffff 61%, rgb(124,124,171) 85%, rgb(124,124,171,0.5) 59%, rgb(170,169,193) 89%, rgb(170,169,193,0.5) 23%, rgb(212,211,217) 69%);
}::-webkit-scrollbar-track {
    border-radius: 0%;
    border: 1px groove rgb(124,124,171,0.5);
    box-shadow: inset -1px 3px 2px -2px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-thumb {
    border: 2px solid rgb(170,169,193,0.5);
    box-shadow: -1px 4px 12px 3px rgba(0, 0, 0, 0.6);
    background: rgb(255, 255, 255, 0.5);
    border-radius: 19%;
}::-webkit-scrollbar-thumb:hover {
    transform: translateX(2px);
    background: rgb(124,124,171);
}::-webkit-scrollbar-corner {
    background: rgb(212,211,217);
    border-radius: 4px;
}* {
    scrollbar-width: auto;
    scrollbar-color: rgb(170,169,193,0.5) rgb(170,169,193);
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 3px;
}::-webkit-scrollbar-thumb {
    background: rgb(170,169,193);
}
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    background-color: #ffffff;
    position: fixed;
    border-bottom: 2px solid rgb(212,211,217);
    transition: all 0.3s ease;
    width: 100%;
    z-index: 1000;
    left: 0;
    top: 0;
}header:before {
    position: absolute;
    background: linear-gradient(90deg, rgb(170,169,193), rgb(124,124,171), rgb(170,169,193));
    left: 0;
    background-size: 200% 100%;
    animation: gradientMove 6s infinite linear;
    height: 4px;
    content: '';
    top: 0;
    width: 100%;
}header .nav_leadstyle {
    padding: 0;
    width: 100%;
}header .container {
    position: relative;
    max-width: 1200px;
    padding: 20px;
    margin: 0 auto;
}header .first_lessonstyle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}header .top_skillstyle {
    gap: 35px;
    align-items: center;
    display: flex;
}header .nav_expertstyle {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
    padding: 5px 0;
    position: relative;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: 600;
}header .nav_expertstyle:before {
    transition: transform 0.3s ease;
    transform: translateY(-50%) scale(0);
    height: 6px;
    width: 6px;
    left: -15px;
    background-color: rgb(170,169,193);
    border-radius: 10px;
    content: '';
    position: absolute;
    top: 50%;
}header .nav_expertstyle:after {
    position: absolute;
    left: 0;
    content: '';
    bottom: 0;
    transform-origin: center;
    transition: transform 0.3s ease;
    width: 100%;
    transform: scaleX(0);
    background-color: rgb(170,169,193);
    height: 2px;
}header .nav_expertstyle:hover {
    color: rgb(170,169,193);
}header .nav_expertstyle:hover:before {
    transform: translateY(-50%) scale(1);
}header .nav_expertstyle:hover:after {
    transform: scaleX(1);
}header .top_sitewrapstyle {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}header .top_sitewrapstyle:before {
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    opacity: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    border-radius: 10px;
    mask-composite: exclude;
    top: 0;
    position: absolute;
    border: 2px solid transparent;
    left: 0;
    -webkit-mask-composite: xor;
    height: 100%;
    background: linear-gradient(to right, rgb(170,169,193), rgb(124,124,171)) border-box;
    content: '';
}header .top_sitewrapstyle:hover:before {
    opacity: 1;
}header .top_sitewrapstyle svg {
    transition: transform 0.3s ease;
    width: auto;
    height: 42px;
}header .top_sitewrapstyle:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .top_skillstyle {
    gap: 20px;
}header .nav_expertstyle:before {
    left: -10px;
}header .top_sitewrapstyle svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .top_skillstyle {
    z-index: 1001;
    gap: 0;
    flex-direction: column;
    border-bottom: 3px solid rgb(170,169,193);
    transition: max-height 0.4s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
}header .menu.active {
    max-height: 400px;
}header .nav_expertstyle {
    padding: 12px 20px;
    border-bottom: 1px solid rgb(212,211,217);
    width: 100%;
}header .nav_expertstyle:last-child {
    border-bottom: none;
}header .nav_expertstyle:before {
    left: 5px;
}header .first_lessonstyle {
    padding: 5px 0;
}header .top_sitewrapstyle {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .top_sitewrapstyle svg {
    height: 32px;
}}.title_sectionstyle {
    justify-content: center;
    display: flex;
    overflow: hidden;
    align-items: center;
    background: linear-gradient(145deg, rgb(212,211,217) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    min-height: 100vh;
}.title_sectionstyle::before {
    content: "";
    bottom: 0;
    background: 
    radial-gradient(circle at 10% 20%, rgba(rgb(170,169,193,0.5), 0.03) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(rgb(124,124,171,0.5), 0.05) 0%, transparent 50%);
    right: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
}.title_sectionstyle::after {
    height: 200%;
    background: repeating-linear-gradient(
    45deg,
    rgba(rgb(170,169,193,0.5), 0.01),
    rgba(rgb(170,169,193,0.5), 0.01) 2px,
    transparent 2px,
    transparent 10px
  );
    z-index: 1;
    content: "";
    position: absolute;
    animation: subtle-shift 60s linear infinite;
    left: -50%;
    top: -50%;
    width: 200%;
}.title_sectionstyle .edu_spacestyle {
    transform: perspective(1000px) rotateX(1deg);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    margin: 0 auto;
    width: 90%;
    position: relative;
    padding: 3rem 2rem;
    box-shadow: 
    15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.06),
    -5px -5px 20px rgba(#ffffff, 0.9),
    inset 1px 1px 0 rgba(#ffffff, 1),
    inset -1px -1px 0 rgba(rgb(170,169,193,0.5), 0.1);
    background: rgba(#ffffff, 0.95);
    z-index: 2;
    max-width: 1200px;
}.title_sectionstyle .edu_spacestyle:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
    20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
    -8px -8px 25px rgba(#ffffff, 0.95),
    inset 1px 1px 0 rgba(#ffffff, 1),
    inset -1px -1px 0 rgba(rgb(170,169,193,0.5), 0.15);
}.title_sectionstyle .edu_spacestyle > div {
    gap: 3.5rem;
    display: flex;
    flex-direction: column;
}.title_sectionstyle h3 {
    font-weight: 600;
    opacity: 0;
    line-height: 1.5;
    animation: fade-up 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.3s;
    max-width: 90%;
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(24px * 1.05);
    transform: translateY(15px);
    letter-spacing: 0.02em;
    padding-bottom: 1.5rem;
    color: rgb(170,169,193);
}.title_sectionstyle h3::before {
    transform: scaleX(0);
    height: 3px;
    animation: line-grow 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    position: absolute;
    background: linear-gradient(90deg, rgb(170,169,193) 0%, rgb(124,124,171) 100%);
    transform-origin: left;
    left: 0;
    bottom: 0;
    width: 60px;
    content: "";
}.title_sectionstyle .knowledge_labstyle {
    flex-direction: column;
    opacity: 0;
    gap: 2rem;
    transform: translateY(20px);
    position: relative;
    animation: fade-up 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
    display: flex;
}.title_sectionstyle h1 {
    line-height: 1.2;
    transform: scale(0.98);
    position: relative;
    font-size: calc(39px * 1.15);
    margin-bottom: 1rem;
    color: #000000;
    letter-spacing: -0.01em;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.title_sectionstyle .knowledge_labstyle:hover h1 {
    transform: scale(1);
}.title_sectionstyle .knowledge_labstyle > div {
    position: relative;
    box-shadow: 
    10px 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08),
    -5px -5px 15px rgba(#ffffff, 0.8),
    inset 1px 1px 2px rgba(#ffffff, 0.4);
    background-position: center center !important;
    padding: 3rem 2.5rem;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background-size: cover !important;
    overflow: hidden;
}.title_sectionstyle .knowledge_labstyle > div::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(
    135deg, 
    rgba(rgb(170,169,193,0.5), 0.85) 0%, 
    rgba(rgb(124,124,171,0.5), 0.85) 100%
  );
    width: 100%;
    z-index: 1;
}.title_sectionstyle .knowledge_labstyle > div::after {
    left: 0;
    position: absolute;
    z-index: 2;
    animation: shine 6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    content: "";
    background: 
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 50%, transparent 100%);
    height: 100%;
    width: 100%;
    top: 0;
    transform: translateX(-100%);
}.title_sectionstyle .knowledge_labstyle p {
    z-index: 3;
    position: relative;
    max-width: 90%;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    line-height: 1.6;
    font-weight: 400;
    font-size: calc(16px * 1.15);
    color: #ffffff;
}

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

@keyframes line-grow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  20%, 100% {
    transform: translateX(100%);
  }
}

@keyframes subtle-shift {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 768px) {.title_sectionstyle .edu_spacestyle {
    padding: 4rem 3rem;
}.title_sectionstyle h3 {
    max-width: 80%;
    font-size: calc(24px * 1.15);
}.title_sectionstyle h1 {
    font-size: calc(39px * 1.25);
}.title_sectionstyle .knowledge_labstyle > div {
    padding: 4rem 3rem;
}.title_sectionstyle .knowledge_labstyle p {
    font-size: calc(16px * 1.25);
    max-width: 80%;
}
}

@media screen and (min-width: 992px) {.title_sectionstyle .edu_spacestyle {
    padding: 5rem 4rem;
}.title_sectionstyle h3 {
    font-size: calc(24px * 1.2);
    max-width: 70%;
}.title_sectionstyle .edu_spacestyle > div {
    flex-direction: row;
    align-items: center;
    gap: 5rem;
}.title_sectionstyle .edu_spacestyle > div > div {
    flex: 1;
}.title_sectionstyle h1 {
    font-size: calc(39px * 1.35);
}.title_sectionstyle .knowledge_labstyle > div {
    padding: 5rem 4rem;
}.title_sectionstyle .knowledge_labstyle p {
    max-width: 80%;
    font-size: calc(16px * 1.3);
}
}

@media screen and (min-width: 1200px) {.title_sectionstyle .edu_spacestyle {
    padding: 6rem 5rem;
}.title_sectionstyle h3 {
    max-width: 65%;
    font-size: calc(24px * 1.25);
}.title_sectionstyle h1 {
    font-size: calc(39px * 1.45);
}.title_sectionstyle .knowledge_labstyle > div {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(0) translateY(0);
}.title_sectionstyle .knowledge_labstyle:hover > div {
    transform: translateX(5px) translateY(-5px);
}.title_sectionstyle .knowledge_labstyle p {
    font-size: calc(16px * 1.35);
    max-width: 70%;
}
}

@media (prefers-reduced-motion: reduce) {.title_sectionstyle *,
  .title_sectionstyle *::before,
  .title_sectionstyle *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
}}.our_backgroundstyle {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}.our_backgroundstyle::before {
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.75) 100%);
    top: 0;
}.our_backgroundstyle .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.our_backgroundstyle .text_drawerstyle {
    border-left: 4px solid rgb(170,169,193);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    padding: 40px;
    background: linear-gradient(135deg, 
        rgba(rgb(170,169,193), 0.1) 0%,
        rgba(rgb(124,124,171), 0.15) 100%);
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(8px);
}.our_backgroundstyle .text_drawerstyle:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_backgroundstyle .text_drawerstyle::before {
    right: -10px;
    content: '';
    width: 70px;
    position: absolute;
    height: 70px;
    top: -10px;
    border-top: 2px solid rgb(124,124,171);
    border-right: 2px solid rgb(124,124,171);
    opacity: 0.8;
}.our_backgroundstyle .text_drawerstyle::after {
    width: 70px;
    border-left: 2px solid rgb(124,124,171);
    bottom: -10px;
    border-bottom: 2px solid rgb(124,124,171);
    position: absolute;
    content: '';
    height: 70px;
    opacity: 0.8;
    left: -10px;
}.our_backgroundstyle h5 {
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    margin: 0 0 20px;
}.our_backgroundstyle h5::after {
    height: 2px;
    left: 0;
    position: absolute;
    width: 60%;
    background: linear-gradient(90deg, rgb(170,169,193), transparent);
    bottom: 0;
    content: '';
}.our_backgroundstyle p {
    color: #ffffff;
    font-size: calc(17px * 1.1);
    margin: 0 0 20px;
    font-weight: 400;
}.our_backgroundstyle p b {
    opacity: 0;
    position: relative;
    font-weight: 700;
    color: rgb(124,124,171);
    transform: translateX(-15px);
    display: block;
    animation: slideIn 0.8s forwards 0.3s;
    font-size: calc(17px * 1.4);
    margin-bottom: 10px;
    padding-left: 15px;
}.our_backgroundstyle p b::before {
    top: 50%;
    height: 8px;
    background-color: rgb(170,169,193);
    width: 8px;
    content: '';
    left: 0;
    transform: translateY(-50%);
    position: absolute;
}.our_backgroundstyle ol {
    counter-reset: item;
    margin: 0;
    padding: 0;
    list-style: none;
}.our_backgroundstyle ol li {
    hyphens: auto;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    column-count: 1;
    text-align: justify;
    padding: 0 0 0 15px;
    font-size: 17px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    animation: fadeIn 1s forwards;
    line-height: 1.8;
    column-gap: 40px;
}.our_backgroundstyle ol li::first-letter {
    color: rgb(170,169,193);
    font-weight: 700;
    font-size: 1.4em;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 768px) {.our_backgroundstyle {
    padding: 150px 0;
}.our_backgroundstyle .text_drawerstyle {
    max-width: 90%;
    margin: 0 auto;
    padding: 60px;
}.our_backgroundstyle ol li {
    padding: 0 0 0 25px;
    column-count: 2;
}
}

@media (min-width: 992px) {.our_backgroundstyle .text_drawerstyle {
    max-width: 80%;
}.our_backgroundstyle h5 {
    font-size: calc(18px * 1.2);
}.our_backgroundstyle p b {
    font-size: calc(17px * 1.6);
}.our_backgroundstyle ol li {
    column-count: 3;
    column-gap: 60px;
}
}

@media (max-width: 767px) {.our_backgroundstyle {
    padding: 80px 0;
}.our_backgroundstyle .text_drawerstyle {
    padding: 30px 20px;
    transform: perspective(1000px) rotateY(0);
}.our_backgroundstyle h5 {
    font-size: calc(18px * 0.9);
}.our_backgroundstyle p b {
    font-size: calc(17px * 1.2);
}.our_backgroundstyle .text_drawerstyle::before,
    .our_backgroundstyle .text_drawerstyle::after {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 480px) {.our_backgroundstyle {
    padding: 60px 0;
}.our_backgroundstyle .text_drawerstyle {
    padding: 25px 15px;
}.our_backgroundstyle ol li {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}
}

@media (hover: hover) {.our_backgroundstyle .text_drawerstyle:hover::before,
    .our_backgroundstyle .text_drawerstyle:hover::after {
    transition: all 0.4s ease-out;
    height: 90px;
    width: 90px;
}
}

@media (prefers-reduced-motion: reduce) {.our_backgroundstyle .text_drawerstyle,
    .our_backgroundstyle p b,
    .our_backgroundstyle ol li {
    transform: none;
    transition: none;
    animation: none;
}}.course_instructorstyle {
    background: rgb(212,211,217);
    min-height: 700px;
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
}.course_instructorstyle::before {
    width: 100%;
    top: 0;
    animation: gridMove 20s linear infinite;
    background: 
        linear-gradient(0deg, transparent 49.5%, rgb(170,169,193,0.5) 49.5%, rgb(170,169,193,0.5) 50.5%, transparent 50.5%),
        linear-gradient(90deg, transparent 49.5%, rgb(170,169,193,0.5) 49.5%, rgb(170,169,193,0.5) 50.5%, transparent 50.5%);
    left: 0;
    background-size: 50px 50px;
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.15;
}.course_instructorstyle .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
}.course_instructorstyle .client_ratingsstyle {
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    perspective: 2000px;
    display: flex;
    height: 650px;
}.course_instructorstyle .profile_photostyle {
    box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.5);
    height: 400px;
    right: 0;
    border-radius: 10px;
    filter: contrast(1.1) brightness(1.05);
    transform: translateZ(100px) rotateY(-15deg);
    z-index: 3;
    position: absolute;
    width: 400px;
    top: -20px;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.course_instructorstyle .client_ratingsstyle:hover .profile_photostyle {
    transform: translateZ(120px) rotateY(-10deg) translateX(-20px);
}.course_instructorstyle .name {
    min-width: 300px;
    position: absolute;
    border-radius: 10px;
    padding: 1.5rem 2rem;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
    left: 0;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
    transform: translateZ(70px) rotateY(5deg);
    color: #ffffff;
    background: rgb(170,169,193);
    z-index: 4;
    top: 100px;
    font-size: 36px;
}.course_instructorstyle .client_ratingsstyle:hover .name {
    transform: translateZ(90px) rotateY(0deg) translateX(20px);
}.course_instructorstyle .client_ratingsstyle span:not(.name) {
    font-size: 23px;
    left: 40px;
    font-weight: 600;
    position: absolute;
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 3;
    transform: translateZ(50px) rotateY(5deg);
    padding: 1rem 1.5rem;
    top: 190px;
    color: #000000;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}.course_instructorstyle .client_ratingsstyle:hover span:not(.name) {
    transform: translateZ(70px) rotateY(0deg) translateX(30px);
}.course_instructorstyle .exp_flexstyle {
    border-top: 4px solid rgb(124,124,171);
    right: 0;
    border-bottom: 4px solid rgb(170,169,193);
    padding: 3rem;
    transform: translateZ(30px);
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    line-height: 1.8;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    color: #000000;
    z-index: 2;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    font-size: 16px;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
}.course_instructorstyle .client_ratingsstyle:hover .exp_flexstyle {
    transform: translateZ(40px) translateY(-10px);
}.course_instructorstyle .exp_flexstyle::before {
    left: 0;
    position: absolute;
    mix-blend-mode: overlay;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(124,124,171,0.5) 49.5%, rgb(124,124,171,0.5) 50.5%, transparent 50.5%);
    background-size: 20px 20px;
    width: 100%;
    opacity: 0.1;
    height: 100%;
    content: "";
}.course_instructorstyle .container::after {
    background: 
        radial-gradient(circle at 80% 20%, rgb(170,169,193,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(124,124,171,0.5) 0%, transparent 50%);
    position: absolute;
    animation: colorPulse 10s ease-in-out infinite alternate;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    z-index: -1;
    filter: blur(100px);
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes colorPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.course_instructorstyle .client_ratingsstyle {
    height: auto;
    flex-direction: column;
    padding: 20px 0;
}.course_instructorstyle .profile_photostyle {
    position: relative;
    height: 300px;
    border-radius: 20px;
    right: auto;
    top: auto;
    width: 300px;
    margin: 0 auto 30px;
    transform: none;
}.course_instructorstyle .client_ratingsstyle:hover .profile_photostyle {
    transform: translateY(-10px);
}.course_instructorstyle .name {
    width: 90%;
    top: auto;
    transform: none;
    text-align: center;
    margin: 0 auto 30px;
    left: auto;
    position: relative;
}.course_instructorstyle .client_ratingsstyle:hover .name {
    transform: translateY(-5px);
}.course_instructorstyle .client_ratingsstyle span:not(.name) {
    text-align: center;
    margin: 0 auto 45px;
    position: relative;
    display: block;
    left: auto;
    top: auto;
    width: max-content;
    transform: none;
}.course_instructorstyle .client_ratingsstyle:hover span:not(.name) {
    transform: translateY(-5px);
}.course_instructorstyle .exp_flexstyle {
    transform: none;
    bottom: auto;
    position: relative;
}.course_instructorstyle .client_ratingsstyle:hover .exp_flexstyle {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.course_instructorstyle {
    padding: 4rem 0;
}.course_instructorstyle .profile_photostyle {
    width: 220px;
    height: 220px;
    margin-bottom: 35px;
}.course_instructorstyle .name {
    min-width: auto;
    margin-bottom: 25px;
    font-size: 23px;
    width: 100%;
    padding: 1rem 1.5rem;
}.course_instructorstyle .client_ratingsstyle span:not(.name) {
    font-size: 16px;
    margin-bottom: 35px;
    padding: 0.5rem 1rem;
}.course_instructorstyle .exp_flexstyle {
    font-size: calc(16px * 0.9);
    padding: 2rem 1.5rem;
}}.cookie_popup_disclosurestyle {
    border-top: 2px solid rgb(170,169,193);
    position: fixed;
    background: rgb(212,211,217);
    bottom: 0;
    width: 100%;
    z-index: 90;
}.privacy_switchstyle {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}.cookie_popup_disclosurestyle h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#cookiePopupNoticestyle {
    display: none;
}#cookiePopupNoticestyle:checked ~ .cookie_popup_disclosurestyle {
    visibility: hidden;
    opacity: 0;
}.cookie_popup_disclosurestyle p {
    font-size: 18px;
}.cookie_noticestyle {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_noticestyle svg, .cookie_noticestyle svg path, .cookie_noticestyle img {
    width: 100px;
    fill: rgb(170,169,193);
    height: 100px;
}.gdpr_bannerstyle {
    text-decoration: none;
    border-bottom: 2px solid rgb(170,169,193);
    cursor: pointer;
    min-width: 120px;
    line-height: 35px;
    white-space: nowrap;
    font-size: 24px;
    margin-left: 10px;
    text-align: center;
    color: rgb(170,169,193);
    flex-shrink: 0;
}.cookie_popup_disclosurestyle p a {
    color: rgb(170,169,193);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_popup_disclosurestyle {
    padding: 20px;
}}

.wrapper-paddingstyle .cookie_popup_disclosurestyle {
    border: none;
    padding: 40px 0;
    background: rgb(124,124,171);
    box-shadow: rgb(124,124,171,0.5) 0px 0px 40px 39px;
}.wrapper-paddingstyle .gdpr_bannerstyle {
    font-size: 20px;
    background: rgb(170,169,193);
    padding: 10px;
    font-weight: 400;
    margin-left: 30px;
    border: none;
    color: #ffffff;
}.wrapper-paddingstyle .cookie_eductrlstyle h5, .wrapper-paddingstyle .cookie_eductrlstyle p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.cookie_noticestyle {
    display: none;
}.privacy_switchstyle {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_popup_disclosurestyle h5 {
    text-align: center;
}.cookie_popup_disclosurestyle p {
    text-align: center;
}.cookie_eductrlstyle {
    margin-bottom: 20px;
}body .wrapper-paddingstyle .gdpr_bannerstyle {
    margin-left: 0;
    margin-bottom: 10px;
}}.attempt_nowstyle {
    padding: 140px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(110deg, rgb(170,169,193) 0%, rgb(124,124,171) 100%);
    z-index: 1;
}.attempt_nowstyle::before {
    content: '';
    opacity: 0.5;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(
            135deg,
            transparent 25%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 50%,
            transparent 75%,
            rgba(255, 255, 255, 0.05) 75%
        );
    position: absolute;
    top: 0;
    z-index: -1;
    animation: patternMove 15s linear infinite;
    background-size: 30px 30px;
    left: 0;
}.attempt_nowstyle::after {
    top: -50%;
    z-index: -1;
    height: 200%;
    width: 200%;
    content: '';
    animation: rotateConic 30s linear infinite;
    position: absolute;
    left: -50%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
}.attempt_nowstyle .pedagogy_infostyle {
    flex-direction: column;
    justify-content: center;
    padding: 0;
    align-items: center;
    display: flex;
    z-index: 2;
    max-width: 900px;
    position: relative;
    margin: 0 auto;
}.attempt_nowstyle .pedagogy_infostyle::before {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    width: 140%;
    z-index: -1;
    content: '';
    left: -20%;
    height: 100%;
    transform: skewX(-15deg);
    position: absolute;
    top: 0;
}.attempt_nowstyle .pedagogy_infostyle::after {
    width: 100px;
    z-index: -1;
    border-radius: 50%;
    filter: blur(20px);
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    position: absolute;
    top: -30px;
    height: 100px;
    content: '';
    animation: floatBubble 10s ease-in-out infinite alternate;
    right: -30px;
}.attempt_nowstyle h3 {
    font-family: Arial, sans-serif;
    perspective: 1000px;
    font-weight: 700;
    transform-style: preserve-3d;
    letter-spacing: 2px;
    font-size: 31px;
    padding: 0 20px;
    margin: 60px 0;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.5s ease;
    transform: rotateX(5deg);
    text-align: center;
    position: relative;
}.attempt_nowstyle h3::before {
    left: 10%;
    top: -30px;
    content: '';
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    position: absolute;
    height: 1px;
    width: 80%;
}.attempt_nowstyle h3::after {
    left: 20%;
    width: 60%;
    content: '';
    height: 1px;
    bottom: -30px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    position: absolute;
}.attempt_nowstyle h3:hover {
    transform: rotateX(0deg);
}.attempt_nowstyle .get_answersstyle {
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    transform-origin: bottom center;
    transform: perspective(1000px) rotateX(10deg);
    position: relative;
    font-size: 16px;
    padding: 20px 50px;
    text-decoration: none;
    letter-spacing: 2px;
    margin-bottom: 60px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.4s ease;
    color: rgb(170,169,193);
    font-family: Arial, sans-serif;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    z-index: 1;
}.attempt_nowstyle .get_answersstyle::before {
    opacity: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        145deg,
        rgb(170,169,193) 0%,
        rgb(124,124,171) 100%
    );
    z-index: -1;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
}.attempt_nowstyle .get_answersstyle::after {
    height: 20px;
    top: 0;
    content: '';
    width: 100%;
    left: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
    z-index: -1;
    position: absolute;
}.attempt_nowstyle .get_answersstyle:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    color: #ffffff;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.attempt_nowstyle .get_answersstyle:hover::before {
    opacity: 1;
}

@media screen and (max-width: 992px) {.attempt_nowstyle {
    padding: 120px 0;
}.attempt_nowstyle .pedagogy_infostyle::before {
    width: 130%;
    left: -15%;
}.attempt_nowstyle h3 {
    margin: 50px 0;
    font-size: calc(31px * 0.9);
}.attempt_nowstyle .get_answersstyle {
    margin-bottom: 50px;
    padding: 18px 45px;
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 768px) {.attempt_nowstyle {
    padding: 100px 0;
}.attempt_nowstyle .pedagogy_infostyle::before {
    width: 120%;
    transform: skewX(-10deg);
    left: -10%;
}.attempt_nowstyle h3 {
    transform: none;
    font-size: calc(31px * 0.8);
    margin: 40px 0;
}.attempt_nowstyle h3::before {
    top: -25px;
}.attempt_nowstyle h3::after {
    bottom: -25px;
}.attempt_nowstyle .get_answersstyle {
    font-size: calc(16px * 0.9);
    margin-bottom: 40px;
    transform: none;
    padding: 15px 40px;
}.attempt_nowstyle .get_answersstyle:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.attempt_nowstyle {
    padding: 80px 0;
}.attempt_nowstyle .pedagogy_infostyle::before {
    left: -5%;
    transform: skewX(-5deg);
    width: 110%;
}.attempt_nowstyle h3 {
    margin: 35px 0;
    letter-spacing: 1px;
    font-size: calc(31px * 0.7);
}.attempt_nowstyle h3::before {
    top: -20px;
}.attempt_nowstyle h3::after {
    bottom: -20px;
}.attempt_nowstyle .get_answersstyle {
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-size: calc(16px * 0.85);
    padding: 12px 35px;
}}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
}.reach_out_infostyle {
    background: linear-gradient(135deg, rgb(212,211,217) 0%, #ffffff 100%);
    position: relative;
    perspective: 800px;
    padding: 5rem 0;
    overflow: hidden;
}.reach_out_infostyle::before {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    pointer-events: none;
    opacity: 0.15;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(124,124,171,0.5) 0px,
        rgb(124,124,171,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    z-index: 1;
    content: "";
}.reach_out_infostyle::after {
    right: -50px;
    position: absolute;
    bottom: -50px;
    animation: pulse 8s infinite alternate ease-in-out;
    content: "";
    z-index: 0;
    background: rgb(170,169,193,0.5);
    filter: blur(70px);
    width: 200px;
    height: 200px;
}.reach_out_infostyle .container {
    padding: 0 15px;
    z-index: 2;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.reach_out_infostyle .edu_askusstyle {
    transform-style: preserve-3d;
    position: relative;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    border-left: 4px solid rgb(170,169,193);
    padding: 3rem;
    transform: translateZ(0) rotateX(1deg);
}.reach_out_infostyle .edu_askusstyle:hover {
    transform: translateZ(20px) rotateX(0deg);
}.reach_out_infostyle h3 {
    padding-bottom: 12px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 36px;
}.reach_out_infostyle h3::after {
    content: "";
    height: 3px;
    left: 0;
    background: rgb(170,169,193);
    width: 60px;
    transform-origin: left;
    transition: transform 0.4s ease;
    bottom: 0;
    transform: scaleX(1);
    position: absolute;
}.reach_out_infostyle .edu_askusstyle:hover h3::after {
    transform: scaleX(1.5);
}.reach_out_infostyle p {
    color: #000000;
    font-size: 12px;
    margin-bottom: 1.5rem;
    max-width: 90%;
    line-height: 1.7;
}.reach_out_infostyle h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    align-items: center;
    display: flex;
    font-size: 20px;
    gap: 10px;
    text-transform: capitalize;
    color: #000000;
}.reach_out_infostyle svg {
    height: 22px;
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 22px;
}.reach_out_infostyle svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,169,193);
}.reach_out_infostyle .edu_querystyle {
    margin: 2rem 0 0;
    flex-direction: column;
    padding: 0;
    display: flex;
    gap: 15px;
    list-style: none;
}.reach_out_infostyle .get_answersstyle {
    color: #000000;
    align-items: center;
    transition: all 0.3s ease;
    gap: 10px;
    background: linear-gradient(to right, #ffffff, rgb(212,211,217));
    border-radius: 10px;
    font-size: 12px;
    transform: translateX(0);
    text-decoration: none;
    display: flex;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
    padding: 10px 15px;
}.reach_out_infostyle .get_answersstyle:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(170,169,193);
}.reach_out_infostyle .get_answersstyle:hover svg {
    transform: translateY(-3px) scale(1.1);
}.reach_out_infostyle .get_answersstyle:hover svg path {
    fill: rgb(124,124,171);
}.reach_out_infostyle .edu_askusstyle > div {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.4s ease, opacity 0.4s ease;
    margin-bottom: 1.5rem;
}.reach_out_infostyle .edu_askusstyle > div:nth-child(2) {
    transition-delay: 0.1s;
}.reach_out_infostyle .edu_askusstyle > div:nth-child(3) {
    transition-delay: 0.2s;
}.reach_out_infostyle .edu_askusstyle > div:nth-child(4) {
    transition-delay: 0.3s;
}

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

@media (min-width: 768px) {.reach_out_infostyle .edu_askusstyle {
    padding: 4rem;
    transform: translateZ(0) rotateX(2deg);
}.reach_out_infostyle .edu_querystyle {
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: row;
}.reach_out_infostyle .get_answersstyle {
    min-width: 200px;
}
}

@media (max-width: 767px) {.reach_out_infostyle {
    padding: 3rem 0;
}.reach_out_infostyle .edu_askusstyle {
    padding: 2rem;
    transform: none;
}.reach_out_infostyle h3 {
    font-size: calc(36px * 0.85);
}.reach_out_infostyle p {
    max-width: 100%;
}.reach_out_infostyle svg {
    width: 20px;
    height: 20px;
}
}

@media (max-width: 480px) {.reach_out_infostyle {
    padding: 2rem 0;
}.reach_out_infostyle .edu_askusstyle {
    padding: 1.5rem;
}.reach_out_infostyle h3 {
    font-size: calc(36px * 0.75);
}.reach_out_infostyle p {
    font-size: calc(12px * 0.95);
}.reach_out_infostyle .get_answersstyle {
    padding: 8px 12px;
}}.data_summarystyle {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,211,217) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 120px 0;
}.data_summarystyle::before {
    content: "";
    background: radial-gradient(ellipse at center, rgba(rgb(170,169,193,0.5), 0.03) 0%, rgba(rgb(170,169,193,0.5), 0) 70%);
    top: -50%;
    z-index: 0;
    left: -20%;
    width: 150%;
    transform: rotate(-15deg);
    position: absolute;
    height: 200%;
}.data_summarystyle h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    z-index: 1;
    color: #000000;
    letter-spacing: -0.5px;
    font-size: 36px;
}.data_summarystyle h3::after {
    left: 50%;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(170,169,193) 0%, rgb(124,124,171) 100%);
    position: absolute;
    bottom: -15px;
    width: 80px;
    transform: translateX(-50%);
}.data_summarystyle .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.data_summarystyle ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    padding: 0;
    margin: 0;
    display: grid;
}.data_summarystyle .statistics_highlightsstyle {
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.04),
               -6px -6px 12px rgba(255, 255, 255, 0.8),
               inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    text-align: center;
    transform: translateY(0);
    display: flex;
    position: relative;
    overflow: hidden;
    height: 100%;
    flex-direction: column;
    padding: 30px 25px;
    background: #ffffff;
    justify-content: center;
}.data_summarystyle .statistics_highlightsstyle::before {
    top: 0;
    transform-origin: left;
    height: 5px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(170,169,193) 0%, rgb(124,124,171) 100%);
    transform: scaleX(0);
    content: "";
    width: 100%;
    transition: transform 0.5s ease;
}.data_summarystyle .statistics_highlightsstyle:hover {
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.06),
               -8px -8px 16px rgba(255, 255, 255, 0.9),
               inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    transform: translateY(-5px);
}.data_summarystyle .statistics_highlightsstyle:hover::before {
    transform: scaleX(1);
}.data_summarystyle .statistics_highlightsstyle span {
    margin-bottom: 15px;
    color: #000000;
    transition: color 0.3s ease;
    display: block;
    font-size: calc(15px * 1.1);
    z-index: 1;
    position: relative;
    font-weight: 600;
}.data_summarystyle .statistics_highlightsstyle p {
    color: rgb(170,169,193);
    transition: all 0.4s ease;
    z-index: 1;
    line-height: 1.2;
    margin: 0;
    position: relative;
    font-weight: 700;
    font-size: calc(44px * 1.1);
}.data_summarystyle .statistics_highlightsstyle:hover p {
    transform: scale(1.1);
    color: transparent;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, rgb(170,169,193) 0%, rgb(124,124,171) 100%);
}.data_summarystyle .statistics_highlightsstyle::after {
    position: absolute;
    height: 150px;
    z-index: 0;
    left: 50%;
    width: 150px;
    content: "";
    background: radial-gradient(circle, rgba(rgb(170,169,193,0.5), 0.08) 0%, rgba(rgb(170,169,193,0.5), 0) 70%);
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 50%;
}.data_summarystyle .statistics_highlightsstyle:hover::after {
    transform: translate(-50%, -50%) scale(1.5);
}

@media (max-width: 992px) {.data_summarystyle {
    padding: 90px 0;
}.data_summarystyle h3 {
    font-size: calc(36px * 0.9);
}.data_summarystyle ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.data_summarystyle {
    padding: 70px 0;
}.data_summarystyle h3 {
    font-size: calc(36px * 0.85);
    margin-bottom: 40px;
}.data_summarystyle ul {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.data_summarystyle .statistics_highlightsstyle {
    padding: 25px 20px;
}.data_summarystyle .statistics_highlightsstyle span {
    font-size: 15px;
}.data_summarystyle .statistics_highlightsstyle p {
    font-size: 44px;
}
}

@media (max-width: 576px) {.data_summarystyle {
    padding: 60px 0;
}.data_summarystyle h3 {
    margin-bottom: 35px;
    font-size: calc(36px * 0.8);
}.data_summarystyle ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.data_summarystyle .statistics_highlightsstyle {
    padding: 20px 15px;
}.data_summarystyle .statistics_highlightsstyle span {
    margin-bottom: 10px;
    font-size: calc(15px * 0.95);
}.data_summarystyle .statistics_highlightsstyle p {
    font-size: calc(44px * 0.9);
}
}

@media (hover: none) {.data_summarystyle .statistics_highlightsstyle:hover {
    transform: translateY(0);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.04),
                   -6px -6px 12px rgba(255, 255, 255, 0.8),
                   inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}.data_summarystyle .statistics_highlightsstyle::before {
    transform-origin: left;
    transform: scaleX(1);
}.data_summarystyle .statistics_highlightsstyle p {
    background: linear-gradient(135deg, rgb(170,169,193) 0%, rgb(124,124,171) 100%);
    background-clip: text !important;
    color: transparent;
    -webkit-background-clip: text !important;
}.data_summarystyle .statistics_highlightsstyle::after {
    transform: translate(-50%, -50%) scale(1);
}}.course_overviewstyle {
    position: relative;
    overflow: hidden;
    background-color: rgb(212,211,217);
    padding: 120px 0;
}.course_overviewstyle::before {
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0;
    top: 0;
    width: 100%;
    background-size: 60px 60px;
    left: 0;
    z-index: 1;
}.course_overviewstyle::after {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    background: radial-gradient(circle at center, rgb(170,169,193,0.5) 0%, transparent 70%);
    z-index: 2;
    top: 0;
    opacity: 0.15;
}.course_overviewstyle .learn_businessstyle {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}.course_overviewstyle .text_drawerstyle {
    position: relative;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    width: 100%;
    border-radius: 29px;
    background: rgba(255, 255, 255, 0.02);
    padding: 40px;
    z-index: 4;
}.course_overviewstyle .text_drawerstyle::before {
    content: "";
    border: 1px solid transparent;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(170,169,193,0.5), transparent 70%, rgb(124,124,171,0.5)) border-box;
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    width: 100%;
    z-index: -1;
    opacity: 0.3;
    height: 100%;
    left: 0;
    border-radius: 29px;
}.course_overviewstyle .text_drawerstyle h2 {
    padding-bottom: 20px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 29px;
    position: relative;
    text-align: center;
}.course_overviewstyle .text_drawerstyle h2::after {
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(170,169,193), rgb(124,124,171));
    transform: translateX(-50%);
    content: "";
    position: absolute;
    left: 50%;
    border-radius: 10px;
    width: 60px;
}.course_overviewstyle .text_drawerstyle .description {
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-size: 18px;
}.course_overviewstyle .text_drawerstyle .description:last-child {
    margin-bottom: 0;
}.course_overviewstyle .profile_photostyle {
    height: 500px;
    border-radius: 29px;
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    margin-top: 60px;
}.course_overviewstyle .profile_photostyle::before {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.3;
    z-index: 1;
    background: linear-gradient(135deg, rgb(170,169,193,0.5) 0%, transparent 50%);
    left: 0;
    content: "";
}.course_overviewstyle .profile_photostyle::after {
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(45deg, transparent 50%, rgb(124,124,171,0.5) 100%);
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    opacity: 0.3;
}.course_overviewstyle .learn_businessstyle::before,
.course_overviewstyle .learn_businessstyle::after {
    opacity: 0.5;
    content: "";
    z-index: 1;
    background-color: rgb(170,169,193,0.5);
    top: 50%;
    height: 1px;
    position: absolute;
    width: 200px;
}.course_overviewstyle .learn_businessstyle::before {
    left: -100px;
    transform: rotate(45deg);
}.course_overviewstyle .learn_businessstyle::after {
    right: -100px;
    transform: rotate(-45deg);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {.course_overviewstyle .learn_businessstyle {
    align-items: center;
    display: grid;
    grid-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
}.course_overviewstyle .text_drawerstyle {
    margin-bottom: 60px;
    grid-row: 1;
    max-width: 100%;
    grid-column: 1 / 3;
}.course_overviewstyle .text_drawerstyle .description:first-of-type {
    grid-row: 2;
    padding-right: 30px;
    text-align: right;
    grid-column: 1;
}.course_overviewstyle .text_drawerstyle .description:last-child {
    grid-column: 2;
    grid-row: 2;
    text-align: left;
    padding-left: 30px;
}.course_overviewstyle .profile_photostyle {
    grid-column: 1 / 3;
    margin-top: 60px;
    max-width: 100%;
    grid-row: 3;
    height: 500px;
}.course_overviewstyle .learn_businessstyle {
    position: relative;
}.course_overviewstyle .learn_businessstyle::after {
    transform: translateX(-50%);
    background: linear-gradient(to bottom, transparent, rgb(170,169,193,0.5) 30%, rgb(170,169,193,0.5) 70%, transparent);
    width: 1px;
    height: 100%;
    left: 50%;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
}
}

@media (min-width: 1200px) {.course_overviewstyle .learn_businessstyle {
    flex-direction: column;
    display: flex;
    align-items: center;
}.course_overviewstyle .text_drawerstyle {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    margin-bottom: 0;
}.course_overviewstyle .text_drawerstyle h2 {
    width: 100%;
}.course_overviewstyle .text_drawerstyle .description {
    width: calc(50% - 30px);
    position: relative;
    text-align: left;
    padding: 0 15px;
}.course_overviewstyle .text_drawerstyle .description:first-of-type::after {
    top: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(170,169,193,0.5), transparent);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
}.course_overviewstyle .profile_photostyle {
    height: 450px;
    margin-top: 60px;
    max-width: 80%;
    border-radius: calc(29px * 2);
}.course_overviewstyle .learn_businessstyle::after {
    display: none;
}
}

@media (max-width: 991px) {.course_overviewstyle {
    padding: 80px 0;
}.course_overviewstyle .text_drawerstyle {
    padding: 30px;
}.course_overviewstyle .text_drawerstyle h2 {
    font-size: calc(29px * 0.9);
}.course_overviewstyle .profile_photostyle {
    height: 400px;
    margin-top: 40px;
}.course_overviewstyle .learn_businessstyle::before,
    .course_overviewstyle .learn_businessstyle::after {
    width: 150px;
}
}

@media (max-width: 768px) {.course_overviewstyle {
    padding: 60px 0;
}.course_overviewstyle .text_drawerstyle {
    padding: 25px 20px;
}.course_overviewstyle .text_drawerstyle h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.85);
    padding-bottom: 15px;
}.course_overviewstyle .text_drawerstyle h2::after {
    width: 50px;
    height: 2px;
}.course_overviewstyle .text_drawerstyle .description {
    font-size: calc(18px * 0.95);
}.course_overviewstyle .profile_photostyle {
    margin-top: 30px;
    height: 350px;
}.course_overviewstyle .learn_businessstyle::before,
    .course_overviewstyle .learn_businessstyle::after {
    display: none;
}
}

@media (max-width: 576px) {.course_overviewstyle {
    padding: 50px 0;
}.course_overviewstyle .text_drawerstyle {
    padding: 20px 15px;
}.course_overviewstyle .text_drawerstyle h2 {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: calc(29px * 0.8);
}.course_overviewstyle .text_drawerstyle h2::after {
    width: 40px;
}.course_overviewstyle .text_drawerstyle .description {
    line-height: 1.7;
    font-size: calc(18px * 0.9);
}.course_overviewstyle .profile_photostyle {
    height: 250px;
    margin-top: 25px;
}}.privacy_cheststyle {
    padding: 2rem;
    font-family: Arial, sans-serif;
    margin: 2rem;
    background-color: rgb(212,211,217);
    position: relative;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    color: #000000;
    border: 2px solid rgba(0, 0, 0, 0.5);
}.privacy_cheststyle::before {
    pointer-events: none;
    border: 1px dashed rgb(170,169,193);
    bottom: -10px;
    top: -10px;
    content: '';
    left: -10px;
    position: absolute;
    right: -10px;
    border-radius: 13px;
}.privacy_cheststyle::after {
    content: '';
    height: 50px;
    right: 10px;
    background-color: rgb(170,169,193,0.5);
    top: 10px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    width: 50px;
}.privacy_cheststyle h1 {
    position: relative;
    color: rgb(170,169,193);
    margin-bottom: 1.5rem;
    font-size: 47px;
    border-left: 5px solid rgb(170,169,193);
    font-weight: 700;
    padding-left: 1rem;
}.privacy_cheststyle h2 {
    border-left: 4px solid rgb(124,124,171);
    font-weight: 600;
    margin-top: 2rem;
    position: relative;
    margin-bottom: 1rem;
    font-size: 35px;
    color: rgb(124,124,171);
    padding-left: 1rem;
}.privacy_cheststyle h3, .privacy_cheststyle h4, .privacy_cheststyle h5, .privacy_cheststyle h6 {
    margin: 1rem 0;
    font-size: 19px;
}.privacy_cheststyle ul,
.privacy_cheststyle ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
    list-style-position: inside;
}.privacy_cheststyle ul {
    list-style-type: square;
}.privacy_cheststyle ol {
    list-style-type: decimal;
}.privacy_cheststyle li {
    font-size: 16px;
    margin-bottom: 0.5rem;
    position: relative;
    line-height: 1.6;
}.privacy_cheststyle li::before {
    top: 0.5rem;
    height: 0.5rem;
    left: -1.5rem;
    border-radius: 50%;
    background-color: rgb(170,169,193);
    width: 0.5rem;
    content: '';
    position: absolute;
}.privacy_cheststyle p {
    border-left: 4px solid rgba(0, 0, 0, 0.5);
    padding-left: 1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 16px;
}.privacy_cheststyle span {
    padding: 0.2rem 0.4rem;
    font-weight: 700;
    border-radius: 10px;
    background-color: rgb(170,169,193,0.5);
    color: rgb(124,124,171);
}.privacy_cheststyle > div {
    border-radius: 10px;
    padding: 1rem;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_cheststyle > div::before {
    position: absolute;
    content: '';
    right: -5px;
    top: -5px;
    border-radius: 10px;
    pointer-events: none;
    bottom: -5px;
    border: 1px dotted rgb(170,169,193);
    left: -5px;
}
@media only screen and (max-width: 800px) {.privacy_cheststyle {
    margin: 1rem auto;
    padding: 1rem;
}.privacy_cheststyle h1 {
    font-size: calc(19px - 0.5rem);
    padding-left: 0.5rem;
    border-left-width: 3px;
}.privacy_cheststyle h1::before {
    height: 5px;
    top: -5px;
    width: 5px;
}.privacy_cheststyle h2 {
    padding-left: 0.5rem;
    border-left-width: 3px;
    font-size: calc(19px - 0.5rem);
}.privacy_cheststyle h2::before {
    width: 4px;
    top: -4px;
    height: 4px;
}.privacy_cheststyle p,
    .privacy_cheststyle li {
    font-size: calc(16px - 0.2rem);
}.privacy_cheststyle > div {
    padding: 0.5rem;
}.privacy_cheststyle > div::before {
    bottom: -2px;
    right: -2px;
    left: -2px;
    top: -2px;
}}.thxFieldstyle {
    overflow: hidden;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(170,169,193,0.5) 0%, rgb(212,211,217) 100%);
    position: relative;
}.thxFieldstyle::before {
    content: "";
    top: 0;
    height: 100%;
    opacity: 0.7;
    animation: pulse 15s infinite alternate ease-in-out;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(124,124,171,0.5) 0%, transparent 60%);
    width: 100%;
    z-index: 1;
    left: 0;
}.thxFieldstyle::after {
    right: -50px;
    opacity: 0.2;
    bottom: -50px;
    content: "";
    z-index: 0;
    position: absolute;
    width: 300px;
    background: linear-gradient(225deg, rgb(170,169,193) 0%, transparent 70%);
    height: 300px;
    filter: blur(40px);
}.thxFieldstyle .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.thxFieldstyle .pedagogy_infostyle {
    flex-direction: column;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    display: flex;
    padding: 60px 40px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-2deg);
}.thxFieldstyle .pedagogy_infostyle::before {
    left: 0;
    transform: scaleY(1.02);
    background: linear-gradient(to bottom, rgb(170,169,193), rgb(124,124,171));
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    width: 5px;
}.thxFieldstyle .pedagogy_infostyle::after {
    height: 80px;
    content: "";
    transform: rotate(15deg);
    z-index: -1;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: 40px;
    top: -15px;
    width: 80px;
    background: rgb(124,124,171,0.5);
    animation: float 8s infinite ease-in-out;
}.thxFieldstyle .pedagogy_infostyle:hover {
    transform: perspective(1000px) rotateY(0deg);
}.thxFieldstyle h5 {
    position: relative;
    font-size: 18px;
    color: #000000;
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.4;
}.thxFieldstyle h5::after {
    bottom: 0;
    content: "";
    width: 80px;
    height: 3px;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(170,169,193), rgb(124,124,171));
}.thxFieldstyle .pedagogy_infostyle:hover h5::after {
    width: 120px;
}.thxFieldstyle p {
    z-index: 2;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 0;
    position: relative;
    transition: color 0.3s ease;
    font-size: 14px;
}.thxFieldstyle a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 5px 0;
    overflow: hidden;
}.thxFieldstyle a::before {
    left: 0;
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, rgb(170,169,193,0.5), transparent);
    content: "";
    transform-origin: left;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: 0;
    height: 1px;
}.thxFieldstyle a:hover::before {
    transform: scaleX(1);
}.thxFieldstyle a:hover p {
    color: rgb(170,169,193);
}

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

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

@media (min-width: 768px) {.thxFieldstyle {
    padding: 140px 0 100px;
}.thxFieldstyle .pedagogy_infostyle {
    margin: 0 auto;
    max-width: 900px;
    padding: 80px 60px;
}.thxFieldstyle h5 {
    padding-bottom: 25px;
    margin-bottom: 40px;
    font-size: calc(18px * 1.2);
}.thxFieldstyle p {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
}.thxFieldstyle .pedagogy_infostyle::after {
    right: 60px;
    height: 100px;
    width: 100px;
}
}

@media (min-width: 992px) {.thxFieldstyle {
    padding: 160px 0 120px;
}.thxFieldstyle .pedagogy_infostyle {
    padding: 100px 80px;
    margin: 0 auto;
    max-width: 1000px;
    transform: perspective(1200px) rotateY(-3deg);
}.thxFieldstyle .pedagogy_infostyle::before {
    width: 8px;
}.thxFieldstyle h5 {
    max-width: 80%;
    font-size: calc(18px * 1.3);
}.thxFieldstyle p {
    max-width: 90%;
}.thxFieldstyle .pedagogy_infostyle::after {
    top: -20px;
    height: 120px;
    right: 80px;
    width: 120px;
}
}

@media (max-width: 767px) {.thxFieldstyle {
    padding: 80px 0 60px;
}.thxFieldstyle .pedagogy_infostyle {
    transform: perspective(800px) rotateY(-1deg);
    padding: 40px 25px;
}.thxFieldstyle h5 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.thxFieldstyle p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.thxFieldstyle .pedagogy_infostyle::before {
    width: 3px;
}.thxFieldstyle .pedagogy_infostyle::after {
    right: 20px;
    top: -10px;
    height: 60px;
    width: 60px;
}
}

@media (max-width: 480px) {.thxFieldstyle {
    padding: 60px 0 40px;
}.thxFieldstyle .pedagogy_infostyle {
    padding: 30px 20px;
    transform: none;
}.thxFieldstyle h5 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: calc(18px * 0.85);
}.thxFieldstyle .pedagogy_infostyle::after {
    display: none;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    background-size: 300% 300%;
    content: "";
    left: 0;
    top: 0;
    animation: gradientFlow 20s ease infinite;
    opacity: 0.75;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(170,169,193,0.5) 35%, rgb(124,124,171,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
}footer::after {
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(170,169,193,0.5) 25%, rgb(170,169,193,0.5) 26%, transparent 27%, transparent 74%, rgb(124,124,171,0.5) 75%, rgb(124,124,171,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(170,169,193,0.5) 25%, rgb(170,169,193,0.5) 26%, transparent 27%, transparent 74%, rgb(124,124,171,0.5) 75%, rgb(124,124,171,0.5) 76%, transparent 77%, transparent);
    left: 0;
    opacity: 0.15;
    background-size: 50px 50px;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    position: absolute;
    bottom: 0;
}.mentor_netstyle {
    color: #ffffff;
    padding: 4rem 0 2.5rem;
    position: relative;
}.mentor_netstyle::before {
    background: linear-gradient(90deg, transparent, rgb(170,169,193), rgb(124,124,171), transparent);
    content: "";
    box-shadow: 0 0 20px rgb(170,169,193,0.5);
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    opacity: 0.8;
}.mentor_netstyle .container {
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    display: flex;
}.mentor_netstyle .company_holder {
    transition: all 0.4s ease;
    padding: 2rem;
    border-radius: 26px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    backdrop-filter: blur(8px);
    flex: 1 1 350px;
    overflow: hidden;
}.mentor_netstyle .company_holder::before {
    background: linear-gradient(90deg, transparent, rgb(170,169,193), transparent);
    transform: translateY(-1px);
    content: "";
    position: absolute;
    left: -50%;
    height: 1px;
    width: 200%;
    top: 0;
}.mentor_netstyle .company_holder::after {
    left: 0;
    content: "";
    position: absolute;
    transform: translateY(1px);
    width: 100%;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(124,124,171), transparent);
}.mentor_netstyle .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(170,169,193,0.5);
    transform: translateY(-5px);
}.mentor_netstyle .company_holder h3 {
    margin: 0 0 1.5rem;
    text-shadow: 0 0 15px rgb(170,169,193,0.5);
    color: #ffffff;
    font-size: 36px;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
}.mentor_netstyle .company_holder h3::after {
    left: 0;
    box-shadow: 0 0 10px rgb(170,169,193);
    background: linear-gradient(90deg, rgb(170,169,193), rgb(124,124,171));
    position: absolute;
    content: "";
    height: 3px;
    bottom: -8px;
    border-radius: 10px;
    transition: width 0.3s ease-out;
    width: 50px;
}.mentor_netstyle .company_holder:hover h3::after {
    width: 100%;
}.mentor_netstyle .lang_learnstyle {
    font-size: 17px;
    color: #ffffff;
    opacity: 0.85;
    max-width: 100%;
    line-height: 1.6;
    text-shadow: 0 0 10px #000000;
}.mentor_netstyle .grade_helpstyle {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.mentor_netstyle .head_mainbarstyle {
    flex-wrap: wrap;
    display: flex;
    gap: 2.5rem;
}.mentor_netstyle .top_skillstyle {
    flex: 1 1 calc(50% - 1.25rem);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(8px);
    min-width: 250px;
    transition: all 0.4s ease;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    border-radius: 26px;
    padding: 2rem;
    position: relative;
}.mentor_netstyle .top_skillstyle::before {
    background: linear-gradient(90deg, transparent, rgb(124,124,171), transparent);
    transform: translateY(-1px);
    height: 1px;
    position: absolute;
    content: "";
    width: 200%;
    top: 0;
    left: -50%;
}.mentor_netstyle .top_skillstyle::after {
    width: 100%;
    height: 1px;
    transform: translateY(1px);
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(170,169,193), transparent);
    bottom: 0;
}.mentor_netstyle .top_skillstyle:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(124,124,171,0.5);
    transform: translateY(-5px);
}.mentor_netstyle .top_skillstyle h5 {
    font-size: 22px;
    margin: 0 0 1.5rem;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    position: relative;
    letter-spacing: 0.5px;
    text-shadow: 0 0 15px rgb(124,124,171,0.5);
}.mentor_netstyle .top_skillstyle h5::after {
    width: 40px;
    content: "";
    background: linear-gradient(90deg, rgb(124,124,171), rgb(170,169,193));
    border-radius: 10px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: width 0.3s ease-out;
    box-shadow: 0 0 10px rgb(124,124,171);
}.mentor_netstyle .top_skillstyle:hover h5::after {
    width: 100%;
}.mentor_netstyle .top_skillstyle .head_mainbarstyle {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.mentor_netstyle .top_skillstyle .head_mainbarstyle a {
    text-shadow: 0 0 5px #000000;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
    opacity: 0.8;
    display: block;
    z-index: 1;
    position: relative;
    font-size: 17px;
}.mentor_netstyle .top_skillstyle .head_mainbarstyle a::before {
    transition: all 0.3s ease;
    height: 100%;
    z-index: -1;
    left: 0;
    content: "";
    border-radius: 10px;
    opacity: 0.5;
    width: 3px;
    position: absolute;
    background: linear-gradient(180deg, rgb(170,169,193), rgb(124,124,171));
    top: 0;
}.mentor_netstyle .top_skillstyle .head_mainbarstyle a::after {
    height: 100%;
    width: 0;
    top: 0;
    transition: all 0.3s ease;
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    z-index: -1;
    content: "";
    opacity: 0;
}.mentor_netstyle .top_skillstyle .head_mainbarstyle a:hover {
    color: #ffffff;
    opacity: 1;
    text-shadow: 0 0 10px rgb(124,124,171,0.5);
    padding-left: 1.5rem;
}.mentor_netstyle .top_skillstyle .head_mainbarstyle a:hover::before {
    width: 5px;
    opacity: 1;
    box-shadow: 0 0 10px rgb(170,169,193);
}.mentor_netstyle .top_skillstyle .head_mainbarstyle a:hover::after {
    opacity: 0.2;
    width: 100%;
}.data_vizstyle {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2rem 0;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
}.data_vizstyle::before {
    content: "";
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(170,169,193), rgb(124,124,171), transparent);
    opacity: 0.5;
    top: 0;
    width: 100%;
    position: absolute;
}.data_vizstyle .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.data_vizstyle .training_zonestyle {
    position: relative;
    opacity: 0.7;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px #000000;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
}.data_vizstyle .training_zonestyle:hover {
    text-shadow: 0 0 8px rgb(124,124,171,0.5);
    opacity: 1;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.mentor_netstyle .container {
    gap: 2rem;
}.mentor_netstyle .company_holder {
    flex: 1 1 320px;
}.mentor_netstyle .grade_helpstyle {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}

@media (max-width: 992px) {.mentor_netstyle {
    padding: 3.5rem 0 2rem;
}.mentor_netstyle .container {
    gap: 2rem;
    flex-direction: column;
}.mentor_netstyle .company_holder,
    .mentor_netstyle .grade_helpstyle {
    min-width: 100%;
    flex: 1 1 100%;
}.mentor_netstyle .top_skillstyle {
    min-width: 220px;
    flex: 0 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.mentor_netstyle {
    padding: 3rem 0 1.5rem;
}.mentor_netstyle .company_holder,
    .mentor_netstyle .top_skillstyle {
    padding: 1.5rem;
}.mentor_netstyle .head_mainbarstyle {
    gap: 1.5rem;
}.mentor_netstyle .company_holder h3 {
    font-size: calc(36px - 2px);
}.mentor_netstyle .top_skillstyle h5 {
    font-size: calc(22px - 1px);
}.mentor_netstyle .company_holder:hover,
    .mentor_netstyle .top_skillstyle:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.mentor_netstyle {
    padding: 2.5rem 0 1rem;
}.mentor_netstyle .head_mainbarstyle {
    gap: 1rem;
}.mentor_netstyle .top_skillstyle {
    flex: 1 1 100%;
    min-width: 100%;
}.mentor_netstyle .top_skillstyle .head_mainbarstyle a {
    padding: 0.4rem 0.8rem;
}.mentor_netstyle .top_skillstyle .head_mainbarstyle a:hover {
    padding-left: 1.2rem;
}.data_vizstyle {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.mentor_netstyle .company_holder:hover,
    .mentor_netstyle .top_skillstyle:hover {
    transform: translateY(-2px);
}}.contact_panelstyle {
    background: rgb(212,211,217);
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}.contact_panelstyle::before {
    background-size: 40px 40px;
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(170,169,193), 0.05) 49%, rgba(rgb(170,169,193), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(124,124,171), 0.05) 49%, rgba(rgb(124,124,171), 0.05) 51%, transparent 52%);
    position: absolute;
}.contact_panelstyle .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.contact_panelstyle h2 {
    border-bottom: 3px solid rgb(170,169,193);
    margin-bottom: 50px;
    display: inline-block;
    color: #000000;
    font-size: 37px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
}.contact_panelstyle .contact_querystyle {
    position: relative;
    border-radius: 26px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    display: flex;
    overflow: hidden;
    background: #ffffff;
}.contact_panelstyle .profile_photostyle {
    min-height: 550px;
    flex: 0 0 45%;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    position: relative;
}.contact_panelstyle .help_querystyle {
    padding: 60px;
    flex: 0 0 55%;
    position: relative;
    background: #ffffff;
}.contact_panelstyle .help_querystyle::before {
    z-index: -1;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    background-size: 30px 30px;
    opacity: 0.1;
    background-position: 0 0, 15px 15px;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    left: 0;
    width: 100%;
}.contact_panelstyle #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.contact_panelstyle h3 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    color: rgb(170,169,193);
    margin-bottom: 30px;
}.contact_panelstyle input[type="text"] {
    width: 100%;
    border-radius: 0 10px 10px 0;
    transition: all 0.3s ease;
    background: rgb(212,211,217);
    border-left: 3px solid rgb(170,169,193);
    border: none;
    color: #000000;
    font-size: 15px;
    padding: 15px 20px;
}.contact_panelstyle input[type="text"]:focus {
    border-left-color: rgb(124,124,171);
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
}.contact_panelstyle input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.contact_panelstyle .reach_reachstyle {
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
    gap: 12px;
}.contact_panelstyle .reach_reachstyle input[type="checkbox"] {
    transition: all 0.3s ease;
    appearance: none;
    background: rgb(212,211,217);
    cursor: pointer;
    height: 22px;
    border-radius: 4px;
    width: 22px;
    position: relative;
    margin-top: 3px;
    border: 2px solid rgb(212,211,217);
}.contact_panelstyle .reach_reachstyle input[type="checkbox"]:checked {
    background: rgb(170,169,193);
    border-color: rgb(170,169,193);
}.contact_panelstyle .reach_reachstyle input[type="checkbox"]:checked::after {
    height: 10px;
    border-right: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 40%;
    left: 50%;
    content: "";
    border-bottom: 2px solid #ffffff;
    width: 5px;
}.contact_panelstyle .reach_reachstyle label {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
}.contact_panelstyle .reach_reachstyle a {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(170,169,193);
}.contact_panelstyle .reach_reachstyle a:hover {
    color: rgb(124,124,171);
}.contact_panelstyle .reach_reachstyle a::after {
    bottom: -2px;
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    width: 100%;
    background: rgb(170,169,193);
    content: "";
    height: 1px;
}.contact_panelstyle .reach_reachstyle a:hover::after {
    background: rgb(124,124,171);
    height: 2px;
}.contact_panelstyle .query_requeststyle {
    padding: 15px 35px;
    position: relative;
    align-self: flex-start;
    margin-top: 15px;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    background: rgb(170,169,193);
    transition: all 0.3s ease;
    font-size: 15px;
    overflow: hidden;
    border: none;
}.contact_panelstyle .query_requeststyle::after {
    content: "";
    border-radius: 50%;
    width: 0;
    transition: all 0.6s ease;
    top: 50%;
    left: 50%;
    position: absolute;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%);
}.contact_panelstyle .query_requeststyle:hover {
    background: rgb(124,124,171);
}.contact_panelstyle .query_requeststyle:hover::after {
    width: 300%;
    height: 300%;
}.contact_panelstyle svg {
    height: 20px;
    transition: all 0.3s ease;
    fill: rgb(170,169,193);
    width: 20px;
}.contact_panelstyle svg path {
    fill: rgb(170,169,193);
    transition: all 0.3s ease;
}.contact_panelstyle svg:hover {
    fill: rgb(124,124,171);
}.contact_panelstyle svg:hover path {
    fill: rgb(124,124,171);
}

@media (max-width: 992px) {.contact_panelstyle {
    padding: 70px 0;
}.contact_panelstyle .contact_querystyle {
    flex-direction: column;
}.contact_panelstyle .profile_photostyle {
    flex: 0 0 auto;
    min-height: 300px;
}.contact_panelstyle .help_querystyle {
    flex: 0 0 auto;
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact_panelstyle {
    padding: 60px 0;
}.contact_panelstyle h2 {
    margin-bottom: 40px;
    font-size: calc(37px - 4px);
}.contact_panelstyle .help_querystyle {
    padding: 35px 25px 45px;
}.contact_panelstyle #contact {
    gap: 20px;
}.contact_panelstyle .profile_photostyle {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_panelstyle {
    padding: 50px 0;
}.contact_panelstyle .container {
    padding: 0 15px;
}.contact_panelstyle h2 {
    font-size: calc(37px - 6px);
    margin-bottom: 30px;
}.contact_panelstyle .help_querystyle {
    padding: 30px 20px 40px;
}.contact_panelstyle .query_requeststyle {
    width: 100%;
}.contact_panelstyle .profile_photostyle {
    min-height: 200px;
}}.client_commentsstyle {
    position: relative;
    overflow: hidden;
    padding: 7rem 2rem;
    background: linear-gradient(135deg, rgb(212,211,217) 0%, #ffffff 100%);
}.client_commentsstyle::before {
    background-size: 60px 60px;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0.07;
    z-index: 0;
    width: 100%;
    background: 
        linear-gradient(45deg, rgb(170,169,193,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(170,169,193,0.5) 25%, transparent 25%);
    top: 0;
}.client_commentsstyle .pedagogy_infostyle {
    max-width: 1000px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.client_commentsstyle h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 4rem;
    text-align: center;
    color: #000000;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
}.client_commentsstyle h4::before {
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    height: 3px;
    position: absolute;
    background: rgb(170,169,193);
    left: 50%;
    width: 80px;
}.client_commentsstyle h4::after {
    bottom: -22px;
    left: 50%;
    width: 40px;
    content: "";
    height: 3px;
    background: rgb(124,124,171);
    transform: translateX(-50%);
    position: absolute;
}.client_commentsstyle .review_voicesstyle {
    padding-left: 50px;
    display: flex;
    position: relative;
    flex-direction: column;
}.client_commentsstyle .review_voicesstyle::before {
    content: "";
    top: 0;
    left: 24px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(170,169,193), rgb(124,124,171));
    z-index: 1;
    width: 2px;
}.client_commentsstyle .review_voicesstyle::after {
    height: 10px;
    border-radius: 50%;
    z-index: 2;
    bottom: 0;
    background: rgb(124,124,171);
    position: absolute;
    left: 20px;
    content: "";
    width: 10px;
}.client_commentsstyle .client_ratingsstyle {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: translateX(0);
    background: #ffffff;
    border-radius: 26px;
    margin-bottom: 4rem;
    padding: 2rem;
    width: 100%;
    transition: all 0.4s ease;
}.client_commentsstyle .client_ratingsstyle:last-child {
    margin-bottom: 0;
}.client_commentsstyle .client_ratingsstyle::before {
    width: 16px;
    height: 16px;
    top: 20px;
    left: -65px;
    z-index: 2;
    box-shadow: 0 0 0 3px rgb(170,169,193,0.5);
    background: rgb(170,169,193);
    position: absolute;
    border-radius: 50%;
    content: "";
    border: 3px solid #ffffff;
    transition: all 0.3s ease;
}.client_commentsstyle .client_ratingsstyle::after {
    left: -15px;
    width: 20px;
    position: absolute;
    z-index: 1;
    content: "";
    top: 24px;
    height: 2px;
    background: rgb(170,169,193,0.5);
}.client_commentsstyle .client_ratingsstyle:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.client_commentsstyle .client_ratingsstyle:hover::before {
    transform: scale(1.2);
    background: rgb(124,124,171);
}.client_commentsstyle .client_ratingsstyle:nth-child(even) {
    align-self: flex-end;
    background: linear-gradient(135deg, #ffffff 0%, rgb(212,211,217) 100%);
    border-left: 3px solid rgb(170,169,193);
}.client_commentsstyle .client_ratingsstyle:nth-child(odd) {
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(212,211,217) 0%, #ffffff 100%);
    border-right: 3px solid rgb(124,124,171);
}.client_commentsstyle .client_ratingsstyle .profile_photostyle {
    margin-right: 20px;
    border-radius: 50%;
    float: left;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    width: 70px;
    height: 70px;
}.client_commentsstyle .client_ratingsstyle:hover .profile_photostyle {
    transform: scale(1.05);
    border-color: rgb(170,169,193,0.5);
}.client_commentsstyle .client_ratingsstyle:nth-child(even) .profile_photostyle {
    margin-right: 0;
    float: right;
    margin-left: 20px;
}.client_commentsstyle .client_ratingsstyle span {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 19px;
    padding-top: 10px;
    display: block;
    color: #000000;
}.client_commentsstyle .client_ratingsstyle:nth-child(even) span {
    text-align: right;
}.client_commentsstyle .client_ratingsstyle p {
    color: #000000;
    line-height: 1.6;
    margin-top: 1rem;
    clear: both;
    font-size: 14px;
}.client_commentsstyle .client_ratingsstyle:nth-child(even) p {
    text-align: right;
}

@media (max-width: 992px) {.client_commentsstyle {
    padding: 5rem 1.5rem;
}.client_commentsstyle h4 {
    font-size: calc(28px * 0.9);
}.client_commentsstyle .client_ratingsstyle {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.client_commentsstyle {
    padding: 4rem 1rem;
}.client_commentsstyle .review_voicesstyle {
    padding-left: 30px;
}.client_commentsstyle .review_voicesstyle::before {
    left: 14px;
}.client_commentsstyle .review_voicesstyle::after {
    left: 10px;
}.client_commentsstyle .client_ratingsstyle::before {
    height: 14px;
    width: 14px;
    left: -45px;
}.client_commentsstyle h4 {
    font-size: calc(28px * 0.8);
    margin-bottom: 3rem;
}.client_commentsstyle .client_ratingsstyle:nth-child(even),
    .client_commentsstyle .client_ratingsstyle:nth-child(odd) {
    width: 100%;
    align-self: auto;
}.client_commentsstyle .client_ratingsstyle .profile_photostyle {
    float: none;
    margin: 0 auto 1rem;
}.client_commentsstyle .client_ratingsstyle:nth-child(even) .profile_photostyle {
    margin: 0 auto 1rem;
    float: none;
}.client_commentsstyle .client_ratingsstyle span,
    .client_commentsstyle .client_ratingsstyle:nth-child(even) span {
    text-align: center;
    padding-top: 0;
}.client_commentsstyle .client_ratingsstyle p,
    .client_commentsstyle .client_ratingsstyle:nth-child(even) p {
    text-align: center;
}}.audience_profilestyle {
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.audience_profilestyle::before {
    left: 50%;
    width: 6px;
    background-color: rgb(170,169,193,0.5);
    content: '';
    transform: translateX(-50%);
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
}.audience_profilestyle .pedagogy_infostyle {
    padding: 0 30px;
    text-align: center;
    margin: 0 auto;
    z-index: 10;
    max-width: 1000px;
    position: relative;
}.audience_profilestyle h3 {
    border-radius: 50px;
    padding: 0 30px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    font-size: 35px;
    margin-bottom: 80px;
    background-color: #f9f9f9;
    position: relative;
    border: 3px solid rgb(170,169,193,0.5);
    display: inline-block;
}.audience_profilestyle ul {
    list-style: none;
    gap: 50px;
    display: flex;
    position: relative;
    align-items: center;
    margin: 0;
    flex-direction: column;
    padding: 0;
}.audience_profilestyle ul li {
    display: flex;
    align-items: center;
    border-radius: 20px;
    text-align: left;
    gap: 20px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 2;
    max-width: 500px;
    padding: 30px;
    background-color: #ffffff;
    width: 100%;
    transition: all 0.4s ease;
}.audience_profilestyle ul li::before {
    width: 50px;
    border-radius: 50%;
    height: 50px;
    z-index: 5;
    transform: translateX(-50%);
    transition: all 0.4s ease;
    border: 6px solid rgb(170,169,193,0.5);
    position: absolute;
    content: '';
    top: -25px;
    left: 50%;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.audience_profilestyle ul li:nth-child(even) {
    text-align: right;
    flex-direction: row-reverse;
}.audience_profilestyle ul li:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}.audience_profilestyle ul li:hover::before {
    background-color: rgb(170,169,193,0.5);
    border-color: #ffffff;
}.audience_profilestyle ul li svg {
    padding: 12px;
    transition: all 0.4s ease;
    background-color: rgb(170,169,193,0.5);
    width: 60px;
    flex-shrink: 0;
    height: 60px;
    border-radius: 50%;
}.audience_profilestyle ul li:hover svg {
    transform: rotate(360deg);
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.audience_profilestyle ul li svg path {
    fill: #ffffff;
    transition: fill 0.4s ease;
}.audience_profilestyle ul li:hover svg path {
    fill: rgb(170,169,193);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.audience_profilestyle ul li {
    opacity: 0;
    animation: fadeInFromTop 0.6s ease forwards;
}.audience_profilestyle ul li:nth-child(1) {
    animation-delay: 0.1s;
}.audience_profilestyle ul li:nth-child(2) {
    animation-delay: 0.3s;
}.audience_profilestyle ul li:nth-child(3) {
    animation-delay: 0.5s;
}.audience_profilestyle ul li:nth-child(4) {
    animation-delay: 0.7s;
}.audience_profilestyle ul li:nth-child(5) {
    animation-delay: 0.9s;
}.audience_profilestyle ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.audience_profilestyle {
    padding: 90px 0;
}.audience_profilestyle h3 {
    margin-bottom: 60px;
}.audience_profilestyle ul {
    gap: 60px;
}.audience_profilestyle ul li {
    padding: 25px;
}.audience_profilestyle ul li svg {
    width: 50px;
    padding: 10px;
    height: 50px;
}
}

@media (max-width: 768px) {.audience_profilestyle ul li,
    .audience_profilestyle ul li:nth-child(even) {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.audience_profilestyle ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.audience_profilestyle {
    padding: 70px 0;
}.audience_profilestyle h3 {
    margin-bottom: 50px;
    padding: 0 20px;
    font-size: calc(35px * 0.85);
}.audience_profilestyle ul {
    gap: 50px;
}.audience_profilestyle ul li {
    padding: 20px;
}.audience_profilestyle ul li::before {
    top: -25px;
    height: 40px;
    width: 40px;
}.audience_profilestyle ul li svg {
    height: 45px;
    width: 45px;
    padding: 8px;
}
}

@media (prefers-reduced-motion: reduce) {.audience_profilestyle ul li {
    opacity: 1;
    animation: none;
}.audience_profilestyle ul li:hover {
    transform: none;
}.audience_profilestyle ul li:hover svg {
    transform: none;
}
}