* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.site_prime {
    flex: 1 0 auto;
}.study_bottom {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    margin: auto;
    width: 1155px;
    max-width: 100%;
}.wrapper-section {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.cookie_warning_panel {
    z-index: 90;
    font-family: Arial, sans-serif;
    bottom: 0;
    padding: 20px 0;
    background: rgb(85,85,180);
    animation: slideUp 0.5s forwards;
    width: 100%;
    border-top: 3px solid rgb(85,85,180);
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.cookie_alerts {
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}.cookie_warning_panel h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}.cookie_warning_panel p {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
}.cookie_updates {
    align-items: center;
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(159,140,202));
    margin-right: 15px;
    justify-content: center;
    display: flex;
}.cookie_updates svg {
    fill: rgb(159,140,202);
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
}.cookie_updates:hover svg {
    transform: scale(1.1);
}.cookie_rules {
    cursor: pointer;
    margin-left: 10px;
    border-radius: 16px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    white-space: nowrap;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    line-height: 40px;
    min-width: 140px;
    background: linear-gradient(90deg, rgb(159,140,202), rgb(85,85,180));
    box-shadow: 0 0 15px rgb(159,140,202);
    font-size: 15px;
}.cookie_rules:hover {
    box-shadow: 0 0 20px rgb(85,85,180);
}.cookie_button.consent_box:hover {
    box-shadow: 0 0 15px rgb(85,85,180);
}.cookie_warning_panel p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(159,140,202);
}.cookie_warning_panel p a:hover {
    color: rgb(85,85,180);
}#cookieWarningWindow {
    display: none;
}#cookieWarningWindow:checked ~ .cookie_warning_panel {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_warning_panel {
    padding: 15px 0;
}.cookie_alerts {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie_updates {
    display: none;
}.cookie_alerts {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie_warning_panel h5 {
    font-size: 21px;
    margin-bottom: 5px;
}.data_approval {
    margin-bottom: 15px;
}.cookie_rules {
    margin: 10px 0;
    min-width: 100%;
}}
.course_beneficiaries {
    background-color: rgb(202,192,221);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.course_beneficiaries::before {
    z-index: 1;
    opacity: 0.2;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, #ffffff 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(85,85,180,0.5) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgb(159,140,202,0.5) 0%, transparent 40%);
    left: 0;
}.course_beneficiaries::after {
    width: 100%;
    content: '';
    z-index: 1;
    opacity: 0.1;
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    top: 0;
}.course_beneficiaries .achieve_goals {
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.course_beneficiaries h3 {
    margin-bottom: 4rem;
    text-align: center;
    position: relative;
    color: rgb(159,140,202);
    font-weight: 300;
    font-size: 44px;
    letter-spacing: 2px;
}.course_beneficiaries h3::after {
    bottom: -15px;
    height: 3px;
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 50px;
    content: '';
    left: 50%;
    opacity: 0.8;
    background: linear-gradient(90deg, transparent, rgb(159,140,202), transparent);
}.course_beneficiaries ul {
    gap: 2.5rem;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.course_beneficiaries li {
    padding: 2.5rem 2rem;
    backdrop-filter: blur(10px);
    display: flex;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: center;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.02);
}.course_beneficiaries li::before {
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    background: 
        radial-gradient(circle at 90% 10%, rgb(159,140,202,0.5) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgb(85,85,180,0.5) 0%, transparent 30%);
    height: 100%;
    transition: opacity 0.5s ease;
    top: 0;
    z-index: -1;
    opacity: 0.1;
}.course_beneficiaries li::after {
    z-index: -1;
    position: absolute;
    opacity: 0;
    transform: scale(0.8);
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, transparent 60%);
    left: -50%;
    height: 200%;
    top: -50%;
    width: 200%;
    transition: all 0.5s ease;
    content: '';
}.course_beneficiaries li:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: rgb(159,140,202,0.5);
}.course_beneficiaries li:hover::before {
    opacity: 0.2;
}.course_beneficiaries li:hover::after {
    opacity: 0.1;
    transform: scale(1);
}.course_beneficiaries li svg {
    fill: rgb(85,85,180);
    margin-bottom: 1.5rem;
    width: 70px;
    height: 70px;
    filter: drop-shadow(0 3px 6px rgb(85,85,180,0.5));
    animation: float 8s ease-in-out infinite;
    transition: all 0.5s ease;
}.course_beneficiaries li:hover svg {
    fill: rgb(159,140,202);
    filter: drop-shadow(0 8px 15px rgb(159,140,202,0.5));
    transform: translateY(-5px);
}.course_beneficiaries li svg path {
    transition: all 0.5s ease;
}.course_beneficiaries li:hover svg path {
    fill: rgb(159,140,202);
}.course_beneficiaries li {
    font-size: calc(12px * 1.1);
    line-height: 1.7;
    margin-top: 1rem;
    font-weight: 300;
    color: #000000;
}.course_beneficiaries li:nth-child(1) {
    animation-delay: 0s;
}.course_beneficiaries li:nth-child(2) {
    animation-delay: 0.3s;
}.course_beneficiaries li:nth-child(3) {
    animation-delay: 0.6s;
}.course_beneficiaries li:nth-child(4) {
    animation-delay: 0.9s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.course_beneficiaries {
    padding: 5rem 0;
}.course_beneficiaries h3 {
    font-size: calc(44px * 0.8);
    margin-bottom: 3rem;
}.course_beneficiaries ul {
    gap: 2rem;
}.course_beneficiaries li {
    padding: 2rem 1.5rem;
}.course_beneficiaries li svg {
    margin-bottom: 1.2rem;
    height: 60px;
    width: 60px;
}
}

@media (max-width: 767px) {.course_beneficiaries {
    padding: 4rem 0;
}.course_beneficiaries h3 {
    margin-bottom: 2.5rem;
    font-size: calc(44px * 0.7);
    letter-spacing: 1px;
}.course_beneficiaries ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.course_beneficiaries li {
    padding: 1.8rem 1.2rem;
}.course_beneficiaries li svg {
    height: 50px;
    margin-bottom: 1rem;
    width: 50px;
}}.course_highlights {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(202,192,221) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 80px 0;
}.course_highlights::before {
    background: radial-gradient(circle at 20% 50%, rgb(159,140,202,0.5) 0%, transparent 50%);
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
}.course_highlights::after {
    background: radial-gradient(circle, rgb(85,85,180,0.5) 0%, transparent 70%);
    right: -50px;
    border-radius: 50%;
    content: "";
    z-index: 1;
    top: -50px;
    animation: pulse 8s infinite alternate;
    position: absolute;
    height: 200px;
    width: 200px;
}.course_highlights .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
}.course_highlights .achieve_goals {
    border-radius: 13px;
    display: flex;
    gap: 40px;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    border: 1px solid rgb(159,140,202,0.5);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    align-items: center;
    backdrop-filter: blur(5px);
    padding: 40px;
}.course_highlights .achieve_goals::before {
    width: 100%;
    height: 100%;
    left: -100%;
    content: "";
    top: 0;
    animation: shine 5s infinite;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}.course_highlights .training {
    position: relative;
    padding-right: 20px;
    flex: 1;
}.course_highlights .training::before {
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    content: "";
    border: 2px solid rgb(159,140,202,0.5);
    left: -30px;
    animation: rotate 25s linear infinite;
}.course_highlights .training::after {
    border: 1px solid rgb(85,85,180,0.5);
    bottom: -20px;
    z-index: -1;
    border-radius: 10px;
    position: absolute;
    animation: float 8s ease-in-out infinite;
    width: 40px;
    height: 40px;
    content: "";
    right: 50px;
}.course_highlights .head_sitewrap {
    border-radius: 10px;
    padding: 10px 15px;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(202,192,221) 100%);
    transition: transform 0.3s ease;
    height: 60px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    align-items: center;
    max-width: 180px;
    width: 60px;
    display: flex;
    transform: translateZ(0);
    margin-bottom: 20px;
}.course_highlights .head_sitewrap:hover {
    transform: translateY(-5px) translateZ(0);
}.course_highlights .head_sitewrap svg {
    max-height: 100%;
    height: 40px;
    width: 40px;
    transition: fill 0.3s ease;
    fill: rgb(159,140,202);
    max-width: 100%;
}.course_highlights .head_sitewrap svg path {
    fill: rgb(159,140,202);
    transition: fill 0.3s ease;
}.course_highlights .head_sitewrap:hover svg,
.course_highlights .head_sitewrap:hover svg path {
    fill: rgb(85,85,180);
}.course_highlights h3 {
    color: rgb(159,140,202);
    font-weight: 700;
    font-size: 29px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
}.course_highlights h3::after {
    content: "";
    height: 3px;
    background: linear-gradient(to right, rgb(159,140,202), rgb(85,85,180));
    position: absolute;
    left: 0;
    width: 80px;
    bottom: 0;
    border-radius: 10px;
}.course_highlights p {
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 400;
    line-height: 1.7;
    font-size: 13px;
    font-family: Arial, sans-serif;
}.course_highlights .photo_show {
    border-radius: 13px;
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.5s ease;
    overflow: hidden;
    min-height: 400px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    flex: 1;
}.course_highlights .photo_show::before {
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    z-index: 2;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}.course_highlights .photo_show::after {
    top: -50%;
    position: absolute;
    content: "";
    animation: shine-effect 6s infinite;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    left: -50%;
    z-index: 3;
    transform: rotate(25deg);
    height: 200%;
    width: 200%;
}.course_highlights .achieve_goals:hover .photo_show {
    transform: perspective(1000px) rotateY(0deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%, 100% {
    transform: rotate(25deg) translateX(100%);
  }
}

@media screen and (max-width: 991px) {.course_highlights {
    padding: 60px 0;
}.course_highlights .achieve_goals {
    flex-direction: column;
    gap: 30px;
    padding: 30px;
}.course_highlights .training {
    padding-right: 0;
    width: 100%;
}.course_highlights .photo_show {
    min-height: 350px;
    width: 100%;
    transform: perspective(1000px) rotateY(0);
}.course_highlights h3 {
    font-size: calc(29px - 4px);
}
}

@media screen and (max-width: 767px) {.course_highlights {
    padding: 50px 0;
}.course_highlights .achieve_goals {
    padding: 25px;
}.course_highlights .head_sitewrap {
    max-width: 150px;
    height: 50px;
}.course_highlights h3 {
    padding-bottom: 10px;
    font-size: calc(29px - 6px);
    margin-bottom: 15px;
}.course_highlights h3::after {
    height: 2px;
    width: 60px;
}.course_highlights p {
    margin-bottom: 20px;
    font-size: calc(13px - 1px);
}.course_highlights .photo_show {
    min-height: 300px;
}
}

@media screen and (max-width: 576px) {.course_highlights {
    padding: 40px 0;
}.course_highlights .achieve_goals {
    padding: 20px;
    gap: 20px;
}.course_highlights .head_sitewrap {
    height: 40px;
    margin-bottom: 15px;
    max-width: 120px;
}.course_highlights h3 {
    font-size: calc(29px - 8px);
}.course_highlights .photo_show {
    min-height: 250px;
}}.tyFrame {
    background: linear-gradient(135deg, rgb(202,192,221) 0%, rgb(159,140,202,0.5) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.tyFrame::before {
    z-index: 1;
    background: linear-gradient(210deg, rgb(85,85,180) 0%, rgb(159,140,202) 100%);
    height: 70%;
    top: -10%;
    opacity: 0.05;
    width: 45%;
    position: absolute;
    right: -5%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 75%);
    content: "";
    transform: rotate(15deg) skewX(-15deg);
}.tyFrame::after {
    content: "";
    height: 60%;
    z-index: 1;
    opacity: 0.07;
    bottom: -10%;
    width: 35%;
    background: linear-gradient(45deg, rgb(159,140,202) 0%, rgb(85,85,180) 100%);
    transform: rotate(-10deg) skewX(15deg);
    left: -5%;
    position: absolute;
    clip-path: polygon(15% 0, 85% 25%, 100% 75%, 0 100%);
}.tyFrame .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.tyFrame .achieve_goals {
    grid-template-columns: 1fr;
    display: grid;
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    transform-style: preserve-3d;
    position: relative;
}.tyFrame .achieve_goals > div:first-child {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    transform: translateZ(20px);
    padding: 3rem;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: relative;
}.tyFrame .achieve_goals > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}.tyFrame .achieve_goals > div:first-child::before {
    top: 0;
    width: 5px;
    left: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(159,140,202), rgb(85,85,180));
    position: absolute;
}.tyFrame .achieve_goals > div:last-child {
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.4s ease;
    transform: translateZ(10px);
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 100%);
}.tyFrame .achieve_goals > div:last-child:hover {
    transform: translateZ(25px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 25px rgba(0, 0, 0, 0.05);
}.tyFrame h5 {
    color: #000000;
    margin: 0;
    position: relative;
    font-size: calc(23px * 1.1);
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.01em;
}.tyFrame h5::after {
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(159,140,202), transparent);
    display: block;
    width: 70px;
    margin-top: 1rem;
}.tyFrame a {
    display: block;
    transition: transform 0.3s ease;
    position: relative;
    text-decoration: none;
}.tyFrame a:hover {
    transform: translateX(5px);
}.tyFrame p {
    font-size: 12px;
    position: relative;
    line-height: 1.8;
    color: #000000;
    margin: 0;
}.tyFrame p::first-line {
    color: rgb(159,140,202);
    font-weight: 600;
}

@media (min-width: 768px) {.tyFrame {
    padding: 8rem 0;
}.tyFrame .achieve_goals {
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
}.tyFrame .achieve_goals > div:first-child {
    padding: 4rem;
}.tyFrame .achieve_goals > div:last-child {
    margin-top: 2rem;
    padding: 4rem;
}.tyFrame h5 {
    font-size: calc(23px * 1.2);
}.tyFrame p {
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 992px) {.tyFrame .achieve_goals {
    gap: 5rem;
    grid-template-columns: 1fr 1.5fr;
}.tyFrame .achieve_goals > div:first-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.tyFrame .achieve_goals > div:first-child::after {
    right: -1.5rem;
    width: 3px;
    top: 2rem;
    position: absolute;
    background: rgb(85,85,180);
    content: "";
    transform: rotate(15deg);
    height: 40px;
}.tyFrame .achieve_goals > div:last-child {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.tyFrame h5 {
    font-size: calc(23px * 1.3);
}.tyFrame h5::after {
    width: 100px;
}
}

@media (max-width: 767px) {.tyFrame {
    padding: 4rem 0;
}.tyFrame .achieve_goals > div:first-child,
    .tyFrame .achieve_goals > div:last-child {
    padding: 2rem;
}.tyFrame h5 {
    font-size: 23px;
}.tyFrame p {
    font-size: calc(12px * 0.95);
}
}

@media (hover: hover) {.tyFrame .achieve_goals > div:first-child:hover::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 100%);
}.tyFrame .achieve_goals > div:last-child:hover::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(135deg, rgba(var(--secondary-color-rgb), 0.03) 0%, transparent 100%);
}}.access_now {
    background: linear-gradient(180deg, rgb(159,140,202) 0%, rgb(85,85,180) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    z-index: 1;
}.access_now::before {
    animation: gridMove 20s linear infinite;
    left: 0;
    content: '';
    opacity: 0.05;
    height: 100%;
    background-image: 
        linear-gradient(0deg, #ffffff 1px, transparent 1px),
        linear-gradient(90deg, #ffffff 1px, transparent 1px);
    transform-origin: center top;
    transform: perspective(500px) rotateX(60deg);
    position: absolute;
    top: 0;
    z-index: -1;
    background-size: 30px 30px;
    width: 100%;
}.access_now::after {
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    background-size: 100% 30px, 30px 100%;
    top: 0;
    opacity: 0.05;
    z-index: -1;
    content: '';
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    animation: gridGlow 8s ease-in-out infinite alternate;
}.access_now .achieve_goals {
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    flex-direction: column;
    max-width: 1000px;
    z-index: 2;
    align-items: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    justify-content: center;
    padding: 50px;
    margin: 0 auto;
    position: relative;
}.access_now .achieve_goals::before {
    height: 100%;
    top: 0;
    content: '';
    background: 
        linear-gradient(135deg, transparent 45%, #ffffff 50%, transparent 55%),
        linear-gradient(45deg, transparent 45%, #ffffff 50%, transparent 55%);
    opacity: 0.05;
    animation: patternShift 15s linear infinite;
    z-index: -1;
    left: 0;
    background-size: 30px 30px;
    width: 100%;
    position: absolute;
}.access_now .achieve_goals::after {
    top: -50%;
    position: absolute;
    left: -50%;
    width: 200%;
    content: '';
    animation: pulseRadial 10s ease-in-out infinite;
    opacity: 0.1;
    z-index: -1;
    height: 200%;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
}.access_now h3 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}.access_now h3::before {
    left: 50%;
    top: -80px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: orbitRotate 10s linear infinite;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateX(-50%);
    height: 60px;
    position: absolute;
    width: 60px;
    content: '';
    z-index: -1;
}.access_now h3::after {
    width: 100px;
    content: '';
    height: 1px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    bottom: -20px;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.5), 
        transparent);
    left: 50%;
}.access_now .contact_query {
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    display: inline-block;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    position: relative;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 16px 45px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    color: rgb(159,140,202);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
}.access_now .contact_query::before {
    transition: opacity 0.4s ease;
    background-size: 10px 10px;
    opacity: 0;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
    content: '';
    left: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
}.access_now .contact_query::after {
    position: absolute;
    transition: all 0.6s ease;
    top: -50%;
    width: 20px;
    content: '';
    height: 200%;
    left: -100px;
    transform: rotate(35deg);
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    z-index: 1;
}.access_now .contact_query:hover {
    transform: translateY(-5px);
    background: linear-gradient(45deg, rgb(159,140,202), rgb(85,85,180));
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
    color: #ffffff;
}.access_now .contact_query:hover::before {
    opacity: 0.5;
}.access_now .contact_query:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.access_now {
    padding: 100px 0;
}.access_now .achieve_goals {
    padding: 40px;
    max-width: 90%;
}.access_now h3 {
    margin-bottom: 50px;
    font-size: calc(32px * 0.9);
}.access_now h3::before {
    top: -70px;
    width: 50px;
    height: 50px;
}.access_now h3::after {
    width: 80px;
}.access_now .contact_query {
    font-size: calc(16px * 0.95);
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.access_now {
    padding: 80px 0;
}.access_now .achieve_goals {
    padding: 30px;
}.access_now h3 {
    font-size: calc(32px * 0.8);
    letter-spacing: 2px;
    margin-bottom: 45px;
}.access_now h3::before {
    top: -60px;
    width: 40px;
    height: 40px;
}.access_now h3::after {
    bottom: -15px;
    width: 70px;
}.access_now .contact_query {
    font-size: calc(16px * 0.9);
    letter-spacing: 1.5px;
    padding: 12px 35px;
}
}

@media screen and (max-width: 576px) {.access_now {
    padding: 60px 0;
}.access_now .achieve_goals {
    padding: 25px 20px;
}.access_now h3 {
    letter-spacing: 1.5px;
    margin-bottom: 40px;
    font-size: calc(32px * 0.7);
}.access_now h3::before {
    top: -50px;
    width: 30px;
    height: 30px;
}.access_now h3::after {
    bottom: -12px;
    width: 60px;
}.access_now .contact_query {
    letter-spacing: 1px;
    padding: 10px 30px;
    font-size: calc(16px * 0.85);
}}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 30px;
    }
}

@keyframes gridGlow {
    0% {
        opacity: 0.03;
        filter: blur(3px);
    }
    50% {
        opacity: 0.05;
        filter: blur(5px);
    }
    100% {
        opacity: 0.03;
        filter: blur(3px);
    }
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}.primary_page {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(85,85,180,0.5) 0%, rgb(202,192,221) 80%);
    width: 100%;
    position: relative;
    min-height: 100vh;
    align-items: center;
    perspective: 1000px;
    justify-content: center;
    display: flex;
}.primary_page::before {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    animation: gradient-shift 15s infinite alternate ease-in-out;
    content: "";
    top: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(159,140,202,0.5) 100%);
    transform-origin: center;
    z-index: 0;
}.primary_page .achieve_goals {
    gap: 3rem;
    width: 90%;
    z-index: 1;
    grid-template-columns: 1fr 1fr;
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
    display: grid;
    padding: 3rem 0;
}.primary_page h1 {
    letter-spacing: -0.02em;
    font-weight: 700;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    font-size: calc(40px * 1.2);
    position: relative;
    grid-column: 1 / -1;
    margin-bottom: 1.5rem;
    color: #000000;
    transform: translateZ(30px);
    line-height: 1.2;
}.primary_page h1::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg, rgb(159,140,202) 0%, rgb(85,85,180) 100%);
    transform: skewX(-15deg);
    width: 30%;
    content: "";
    height: 4px;
}.primary_page .text_zone {
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.07);
    transform: translateZ(20px) rotateY(5deg);
    z-index: 2;
    border-left: 4px solid rgb(159,140,202);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    padding: 2.5rem;
}.primary_page .text_zone:hover {
    transform: translateZ(25px) rotateY(0);
}.primary_page .learn_begin {
    z-index: 2;
    position: relative;
}.primary_page .learn_begin p {
    color: #000000;
    font-weight: 400;
    margin-bottom: 2rem;
    position: relative;
    line-height: 1.6;
    font-size: calc(16px * 1.1);
}.primary_page .learn_begin p::before {
    color: rgb(159,140,202);
    content: "";
    font-size: 4rem;
    left: -10px;
    position: absolute;
    top: -20px;
    opacity: 0.1;
}.primary_page svg {
    height: 100px;
    margin: 1.5rem 0;
    width: 100px;
    transition: transform 0.5s ease;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
}.primary_page svg:hover {
    transform: scale(1.05) rotate(2deg);
}.primary_page svg path {
    transition: fill 0.3s ease;
}.primary_page svg:hover path {
    fill: rgb(159,140,202);
}.primary_page svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
    font-weight: 700;
}.primary_page svg:hover text {
    fill: #000000;
}.primary_page .support_block {
    padding: 1rem 2rem;
    display: inline-block;
    transform: translateZ(5px);
    position: relative;
    background: linear-gradient(135deg, rgb(159,140,202) 0%, rgb(85,85,180) 100%);
    color: #ffffff;
    z-index: 1;
    font-size: 19px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.primary_page .support_block::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    content: "";
    z-index: -1;
    left: -100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: left 0.6s ease;
}.primary_page .support_block:hover {
    transform: translateZ(10px) translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.primary_page .support_block:hover::before {
    left: 100%;
}.primary_page .photo_show {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    z-index: 1;
    position: relative;
    min-height: 400px;
    transform: translateZ(15px) rotateY(-5deg);
    box-shadow: -20px 20px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.primary_page .photo_show:hover {
    transform: translateZ(20px) rotateY(0);
}.primary_page .photo_show::after {
    z-index: 1;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(159,140,202,0.5) 0%, transparent 50%);
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
}

@keyframes gradient-shift {
    0% {
        opacity: 0.1;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.05) rotate(1deg);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) rotate(0deg);
    }
}

@media (max-width: 992px) {.primary_page .achieve_goals {
    gap: 2rem;
    grid-template-columns: 1fr;
}.primary_page h1 {
    font-size: calc(40px * 1.1);
    text-align: center;
}.primary_page h1::after {
    left: 50%;
    transform: translateX(-50%) skewX(-15deg);
    width: 40%;
}.primary_page .text_zone {
    transform: translateZ(15px) rotateY(0);
    padding: 2rem;
}.primary_page .photo_show {
    clip-path: polygon(3% 0, 97% 0, 100% 100%, 0% 100%);
    min-height: 350px;
    transform: translateZ(10px) rotateY(0);
}
}

@media (max-width: 768px) {.primary_page {
    padding: 4rem 0;
    min-height: auto;
}.primary_page .achieve_goals {
    width: 85%;
    transform-style: flat;
    gap: 1.5rem;
}.primary_page h1 {
    font-size: 40px;
}.primary_page h1::after {
    width: 50%;
    height: 3px;
}.primary_page .text_zone {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.07);
    padding: 1.5rem;
    transform: none;
}.primary_page .learn_begin p {
    font-size: 16px;
}.primary_page svg {
    height: 80px;
    margin: 1rem 0;
    width: 80px;
}.primary_page .support_block {
    display: block;
    text-align: center;
    padding: 0.8rem 1.5rem;
}.primary_page .photo_show {
    transform: none;
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (max-width: 576px) {.primary_page {
    padding: 3rem 0;
}.primary_page .achieve_goals {
    width: 90%;
    gap: 1rem;
}.primary_page h1 {
    font-size: calc(40px * 0.9);
}.primary_page .text_zone {
    padding: 1.25rem;
}.primary_page .learn_begin p {
    margin-bottom: 1.5rem;
}.primary_page svg {
    width: 70px;
    height: 70px;
}.primary_page .photo_show {
    min-height: 250px;
}}.study_bottom {
    color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 5rem 0 3rem;
    background-position: center center;
}.study_bottom::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    position: absolute;
    content: "";
    left: 0;
}.study_bottom::after {
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.5;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}.study_bottom .container {
    display: flex;
    position: relative;
    flex-direction: column;
}.study_bottom .container::before {
    content: "";
    top: -80px;
    height: 80px;
    width: 100%;
    background: linear-gradient(0deg, rgb(159,140,202) 0%, transparent 100%);
    position: absolute;
    opacity: 0.3;
    left: 0;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
}.study_bottom .company_holder {
    background: rgba(0, 0, 0, 0.4);
    margin-bottom: 4rem;
    backdrop-filter: blur(5px);
    padding: 2rem;
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    position: relative;
    border-radius: 10px;
    border: 1px solid rgba(rgb(159,140,202), 0.3);
}.study_bottom .company_holder::before {
    opacity: 0.5;
    height: calc(100% + 10px);
    z-index: -1;
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    background: linear-gradient(45deg, rgb(159,140,202), transparent 70%);
    position: absolute;
    content: "";
    filter: blur(5px);
    width: calc(100% + 10px);
    left: -5px;
    top: -5px;
}.study_bottom .company_holder h3 {
    text-shadow: 0 0 10px rgb(159,140,202), 0 0 20px rgb(159,140,202), 0 0 30px rgb(159,140,202);
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(34px * 1.2);
}.study_bottom .company_holder h3::before {
    position: absolute;
    color: rgb(159,140,202);
    content: attr(data-text);
    filter: blur(1px);
    z-index: -1;
    left: 2px;
    top: 2px;
    opacity: 0.7;
}.study_bottom .assign_help {
    line-height: 1.6;
    font-size: 13px;
    margin-top: 1.5rem;
    border-left: 2px solid rgb(159,140,202);
    opacity: 0.8;
    color: #ffffff;
    padding-left: 1rem;
}.study_bottom .discount_cta {
    position: relative;
    display: flex;
    justify-content: space-between;
}.study_bottom .discount_cta::before {
    width: 100%;
    content: "";
    top: -20px;
    background: linear-gradient(90deg, transparent, rgb(159,140,202), transparent);
    left: 0;
    height: 1px;
    position: absolute;
}.study_bottom .main_master {
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
    display: flex;
}.study_bottom .head_study {
    padding: 1.5rem;
    flex: 1;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
    border-left: 2px solid rgb(159,140,202);
    border-bottom: 2px solid rgb(159,140,202);
    transition: all 0.3s ease;
    position: relative;
}.study_bottom .head_study:hover {
    transform: translateY(-5px);
    background: rgba(rgb(159,140,202,0.5), 0.1);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
}.study_bottom .head_study h5 {
    position: relative;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    color: rgb(85,85,180);
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 600;
}.study_bottom .head_study h5::after {
    background: rgb(159,140,202);
    content: "";
    height: 2px;
    width: 40px;
    box-shadow: 0 0 10px rgb(159,140,202);
    left: 0;
    position: absolute;
    bottom: -8px;
}.study_bottom .head_study .main_master {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}.study_bottom .head_study .main_master a {
    padding: 0.5rem 0 0.5rem 1.5rem;
    font-size: 13px;
    opacity: 0.7;
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}.study_bottom .head_study .main_master a::before {
    color: rgb(159,140,202);
    left: 0;
    font-size: 0.8em;
    position: absolute;
    transition: all 0.3s ease;
    content: "//";
}.study_bottom .head_study .main_master a:hover {
    color: rgb(159,140,202);
    opacity: 1;
    text-shadow: 0 0 5px rgb(159,140,202);
}.study_bottom .head_study .main_master a:hover::before {
    color: rgb(85,85,180);
}.skill_test {
    background: rgba(0, 0, 0, 0.6);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 1.5rem 0;
    margin-top: 3rem;
    position: relative;
}.skill_test::before {
    background-image: 
        linear-gradient(90deg, transparent, rgb(159,140,202), transparent);
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    height: 1px;
    content: "";
}.skill_test .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.skill_test .reward_sys {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.7;
    letter-spacing: 1px;
    color: #ffffff;
}.skill_test .reward_sys::before,
.skill_test .reward_sys::after {
    color: rgb(159,140,202);
    margin: 0 10px;
    content: "//";
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(159,140,202), 0 0 20px rgb(159,140,202);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.study_bottom .discount_cta {
    flex-direction: column;
}.study_bottom .main_master {
    flex-direction: column;
}.study_bottom .head_study {
    width: 100%;
    margin-bottom: 1rem;
}.skill_test {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.study_bottom {
    padding: 4rem 0 2rem;
}.study_bottom .company_holder {
    margin-bottom: 3rem;
    padding: 1.5rem;
}.study_bottom .company_holder h3 {
    font-size: 34px;
}.study_bottom .head_study h5 {
    font-size: calc(18px * 0.9);
}.skill_test {
    padding: 1.2rem 0;
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}
}

@media screen and (max-width: 576px) {.study_bottom {
    padding: 3rem 0 2rem;
}.study_bottom .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.study_bottom .company_holder h3 {
    font-size: calc(34px * 0.85);
    letter-spacing: 1px;
}.study_bottom .assign_help {
    font-size: calc(13px * 0.9);
}.study_bottom .head_study {
    padding: 1rem;
}.study_bottom .head_study .main_master a {
    font-size: calc(13px * 0.9);
}.skill_test {
    padding: 1rem 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}.skill_test .reward_sys::before,
    .skill_test .reward_sys::after {
    display: none;
}}.plan {
    position: relative;
    padding: 120px 0;
    isolation: isolate;
    overflow: hidden;
}.plan::before {
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(159,140,202,0.5), rgba(0, 0, 0, 0.5) 70%);
    width: 100%;
    content: "";
}.plan::after {
    height: 100%;
    pointer-events: none;
    background: linear-gradient(225deg, rgb(85,85,180,0.5) 10%, transparent 65%);
    z-index: -1;
    content: "";
    right: 0;
    width: 45%;
    position: absolute;
    top: 0;
}.plan .container {
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
    padding: 0 15px;
}.plan .learn_sub {
    position: relative;
    align-items: center;
    flex-direction: column;
    display: flex;
}.plan h2 {
    color: #ffffff;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}.plan h2::after {
    display: block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    width: 80px;
    margin: 16px auto 0;
    transform: translateY(2px);
    height: 4px;
    content: "";
    background: rgb(159,140,202);
}.plan .bundle_offer {
    max-width: 700px;
    opacity: 0.9;
    line-height: 1.6;
    letter-spacing: 0.3px;
    font-size: calc(15px + 2px);
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 0 auto 50px;
    font-weight: 400;
    text-align: center;
}.plan .pro_fees {
    padding: 0;
    display: grid;
    margin: 0;
    gap: 30px;
    list-style: none;
    position: relative;
    z-index: 2;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
}.plan .pro_fees li {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.plan .pro_fees li:hover {
    transform: translateY(-8px);
}.plan .trial_rates {
    width: 100%;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    text-decoration: none;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    display: flex;
    overflow: hidden;
    border-radius: 12px;
}.plan .trial_rates:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}.plan .price_panel {
    z-index: 1;
    display: flex;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    flex-grow: 1;
    box-sizing: border-box;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}.plan .price_panel::before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(145deg, rgba(rgb(159,140,202), 0.03), rgba(rgb(85,85,180), 0.05));
    content: "";
    height: 100%;
}.plan .price_panel::after {
    position: absolute;
    opacity: 0.1;
    background: linear-gradient(225deg, rgb(159,140,202,0.5) 10%, transparent 70%);
    top: 0;
    content: "";
    z-index: -1;
    height: 180px;
    border-radius: 0 0 0 180px;
    right: 0;
    transition: all 0.5s ease;
    transform: translate(50%, -50%);
    width: 180px;
}.plan .trial_rates:hover .price_panel::after {
    opacity: 0.2;
    transform: translate(40%, -40%) scale(1.1);
}.plan .learn_rates {
    display: flex;
    flex-direction: column;
    z-index: 2;
    flex-grow: 1;
    padding: 35px 25px;
    position: relative;
}.plan .learn_rates::before {
    content: "";
    width: 100%;
    background: linear-gradient(to top, rgba(rgb(159,140,202), 0.03), transparent);
    height: 40%;
    z-index: -1;
    left: 0;
    bottom: 0;
    position: absolute;
}.plan .learn_rates h4 {
    font-size: calc(18px + 2px);
    margin: 0 0 20px;
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
}.plan .learn_rates h4::after {
    left: 0;
    width: 40px;
    height: 3px;
    background: rgb(159,140,202);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    border-radius: 2px;
    bottom: -8px;
    content: "";
}.plan .learn_rates p {
    hyphens: auto;
    margin: 0 0 30px;
    line-height: 1.6;
    overflow-wrap: break-word;
    flex-grow: 1;
    font-size: 15px;
    color: #000000;
    word-break: break-word;
}.plan .learning_pricing {
    font-size: calc(18px + 6px);
    margin-top: auto;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    color: rgb(159,140,202);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    padding: 10px 20px;
    font-weight: 700;
    align-self: flex-start;
}.plan .trial_rates:hover .learning_pricing {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    transform: scale(1.05);
}

@media (max-width: 1200px) {.plan {
    padding: 100px 0;
}.plan .pro_fees {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.plan h2 {
    font-size: calc(28px - 2px);
}.plan .bundle_offer {
    font-size: 15px;
    margin-bottom: 40px;
}
}

@media (max-width: 992px) {.plan {
    padding: 80px 0;
}.plan .pro_fees {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.plan .learn_rates {
    padding: 30px 20px;
}.plan .learning_pricing {
    font-size: calc(18px + 2px);
    padding: 8px 16px;
}
}

@media (max-width: 768px) {.plan {
    padding: 60px 0;
}.plan .pro_fees {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.plan h2 {
    font-size: calc(28px - 4px);
}.plan .learn_rates h4 {
    font-size: 18px;
}.plan .learn_rates p {
    font-size: calc(15px - 1px);
}
}

@media (max-width: 576px) {.plan {
    padding: 50px 0;
}.plan h2 {
    font-size: calc(28px - 6px);
}.plan .bundle_offer {
    margin-bottom: 30px;
    font-size: calc(15px - 1px);
}.plan .learn_rates {
    padding: 25px 18px;
}.plan .learning_pricing {
    padding: 6px 12px;
    font-size: 18px;
}}.secure_cache {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(202,192,221) 0%, rgba(250, 250, 255, 0.95) 100%);
}.secure_cache::before {
    opacity: 0.15;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at 10% 30%, rgb(85,85,180,0.5) 0%, transparent 60%);
    left: 0;
    z-index: 0;
}.secure_cache::after {
    z-index: 0;
    position: absolute;
    right: -10px;
    height: 40%;
    background: linear-gradient(45deg, transparent 40%, rgb(159,140,202,0.5) 100%);
    transform: skewY(-5deg);
    bottom: -10px;
    opacity: 0.1;
    width: 50%;
    content: "";
}.secure_cache .container {
    margin: 0 auto;
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
    z-index: 1;
    max-width: 1200px;
}.secure_cache h1 {
    margin-bottom: 2.5rem;
    font-size: 47px;
    letter-spacing: -0.02em;
    font-weight: 700;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid rgb(85,85,180,0.5);
    position: relative;
    display: inline-block;
    transform: translateZ(10px);
    color: rgb(159,140,202);
}.secure_cache h1::after {
    animation: lineGrow 1.5s ease-out forwards;
    transform-origin: left;
    position: absolute;
    bottom: -3px;
    height: 3px;
    width: 60%;
    left: 0;
    background: rgb(159,140,202);
    content: "";
}.secure_cache h2 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 1.25rem;
    margin-top: 3rem;
    font-size: 38px;
    position: relative;
    padding-left: 1.5rem;
    transform: translateZ(5px);
}.secure_cache h2::before {
    width: 0.75rem;
    background: rgb(85,85,180);
    transform: translateY(-50%) rotate(45deg);
    height: 0.75rem;
    left: 0;
    position: absolute;
    content: "";
    top: 50%;
}.secure_cache h3 {
    position: relative;
    font-size: calc(38px * 0.85);
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    color: #000000;
    padding-left: 1.25rem;
    font-weight: 600;
}.secure_cache h3::before {
    background: rgb(85,85,180,0.5);
    position: absolute;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
}.secure_cache h4 {
    font-weight: 600;
    margin-top: 2rem;
    font-size: calc(38px * 0.7);
    color: #000000;
    position: relative;
    padding-left: 1rem;
    margin-bottom: 1rem;
}.secure_cache h4::before {
    top: 50%;
    position: absolute;
    content: "";
    background: rgb(85,85,180,0.5);
    left: 0;
    height: 0.5rem;
    transform: translateY(-50%) rotate(45deg);
    width: 0.5rem;
    opacity: 0.7;
}.secure_cache p {
    transform: translateZ(0);
    line-height: 1.7;
    max-width: 90ch;
    font-size: 16px;
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
    padding-right: 1rem;
}.secure_cache p strong {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
}.secure_cache p strong::after {
    width: 100%;
    transform-origin: left;
    bottom: -2px;
    background: rgb(85,85,180,0.5);
    transform: scaleX(0.9);
    height: 2px;
    left: 0;
    position: absolute;
    content: "";
}.secure_cache ul {
    list-style: none;
    margin: 1.5rem 0 2.5rem 1.5rem;
    position: relative;
    padding: 0;
}.secure_cache ul::before {
    content: "";
    width: 2px;
    background: linear-gradient(to bottom, rgb(85,85,180,0.5), transparent);
    height: 100%;
    top: 0;
    left: -1rem;
    position: absolute;
}.secure_cache li {
    transform: translateZ(0);
    transition: transform 0.3s ease;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
    font-size: 16px;
}.secure_cache li::before {
    content: "";
    top: 0.6em;
    transform: rotate(45deg);
    border: 2px solid rgb(85,85,180);
    position: absolute;
    border-radius: 10px;
    width: 0.5rem;
    left: 0;
    height: 0.5rem;
}.secure_cache li:hover {
    transform: translateX(5px) translateZ(0);
}.secure_cache span {
    padding: 1.25rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    display: block;
    background: rgba(255,255,255,0.7);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    color: #000000;
    font-size: 16px;
    transform: translateZ(0);
    border-left: 3px solid rgb(85,85,180);
}.secure_cache span:hover {
    transform: translateY(-3px) translateZ(0);
    background: rgba(255,255,255,0.9);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

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

@media (min-width: 768px) {.secure_cache {
    padding: 6rem 3rem;
}.secure_cache .container {
    padding: 0 2rem;
}.secure_cache h1 {
    margin-bottom: 3rem;
    font-size: calc(47px * 1.1);
}.secure_cache h2 {
    font-size: calc(38px * 1.05);
    margin-top: 4rem;
}.secure_cache ul {
    margin-left: 2.5rem;
}
}

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

@media (max-width: 767px) {.secure_cache {
    padding: 4rem 1.5rem;
}.secure_cache h1 {
    margin-bottom: 2rem;
    font-size: calc(47px * 0.9);
}.secure_cache h2 {
    font-size: calc(38px * 0.9);
    margin-top: 2.5rem;
    padding-left: 1.25rem;
}.secure_cache h3, .secure_cache h4 {
    padding-left: 1rem;
}.secure_cache p, .secure_cache li, .secure_cache span {
    font-size: calc(16px * 0.95);
}.secure_cache ul {
    margin-left: 0.5rem;
}.secure_cache li {
    padding-left: 1.25rem;
}.secure_cache span {
    padding: 1rem;
}}.our_info {
    background: rgb(202,192,221);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}.our_info::before {
    border-radius: 50%;
    content: "";
    width: 300px;
    height: 300px;
    z-index: 0;
    filter: blur(60px);
    position: absolute;
    right: -100px;
    background: linear-gradient(45deg, rgb(159,140,202,0.5), transparent);
    top: -100px;
}.our_info .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.our_info .get_contactcard {
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.1),
              -12px -12px 24px rgba(255, 255, 255, 0.6);
    background: rgb(202,192,221);
    transition: all 0.4s ease;
    padding: 50px;
    position: relative;
    border-radius: 10px;
}.our_info .get_contactcard:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.12),
              -15px -15px 30px rgba(255, 255, 255, 0.7);
}.our_info h2 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: #000000;
    font-size: 35px;
    position: relative;
    font-weight: 700;
}.our_info h2::after {
    content: "";
    height: 4px;
    border-radius: 2px;
    width: 60px;
    left: 0;
    background: linear-gradient(90deg, rgb(159,140,202), transparent);
    bottom: 0;
    position: absolute;
}.our_info p {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 1.7;
    color: #000000;
}.our_info .get_support {
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
    margin-top: 40px;
}.our_info .contact_query {
    transition: all 0.3s ease;
    align-items: center;
    border-radius: 10px;
    color: #000000;
    padding: 15px 25px;
    position: relative;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1),
              -5px -5px 10px rgba(255, 255, 255, 0.7);
    font-size: 13px;
    background: rgb(202,192,221);
}.our_info .contact_query:hover {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.12),
              -8px -8px 16px rgba(255, 255, 255, 0.8);
    transform: translateY(-3px);
}.our_info .contact_query:active {
    transform: translateY(0);
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.1),
              inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}.our_info .contact_query svg {
    width: 22px;
    transition: transform 0.3s ease;
    height: 22px;
}.our_info .contact_query:hover svg {
    transform: scale(1.1) rotate(5deg);
}.our_info .contact_query svg path {
    fill: rgb(159,140,202);
    transition: fill 0.3s ease;
}.our_info .contact_query:hover svg path {
    fill: rgb(85,85,180);
}.our_info p svg {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
}.our_info p svg path {
    fill: rgb(159,140,202);
    transition: fill 0.3s ease;
}.our_info p:nth-last-child(2) {
    border-radius: 10px;
    width: fit-content;
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.05),
              inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    align-items: center;
    padding: 12px 20px;
    background: rgb(202,192,221);
    display: flex;
}.our_info p:nth-last-child(2):hover svg path {
    fill: rgb(85,85,180);
}.our_info .get_contactcard::before {
    top: -30px;
    background: rgb(159,140,202,0.5);
    z-index: -1;
    left: -30px;
    position: absolute;
    filter: blur(30px);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    opacity: 0.4;
    content: "";
}.our_info .get_contactcard::after {
    border-radius: 50%;
    width: 80px;
    content: "";
    position: absolute;
    filter: blur(25px);
    background: rgb(85,85,180,0.5);
    height: 80px;
    bottom: -20px;
    right: -20px;
    opacity: 0.4;
    z-index: -1;
}@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.our_info .contact_query:nth-child(1) {
    animation: float 5s ease-in-out infinite;
}.our_info .contact_query:nth-child(2) {
    animation-delay: 0.5s;
    animation: float 5s ease-in-out infinite;
}.our_info .contact_query:nth-child(3) {
    animation: float 5s ease-in-out infinite;
    animation-delay: 1s;
}

@media (max-width: 991px) {.our_info {
    padding: 60px 0;
}.our_info .get_contactcard {
    padding: 40px 30px;
}.our_info .get_support {
    gap: 15px;
}.our_info .contact_query {
    padding: 12px 20px;
}
}

@media (max-width: 767px) {.our_info {
    padding: 50px 0;
}.our_info .get_contactcard {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1),
                -8px -8px 16px rgba(255, 255, 255, 0.6);
    padding: 30px 20px;
}.our_info h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.9);
}.our_info p {
    font-size: calc(13px * 0.95);
    margin-bottom: 20px;
}.our_info .get_support {
    gap: 15px;
    margin-top: 30px;
    flex-direction: column;
}.our_info .contact_query {
    padding: 12px 20px;
    width: 100%;
}.our_info .contact_query svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.our_info .get_contactcard::before,
  .our_info .get_contactcard::after {
    display: none;
}.our_info .contact_query:nth-child(n) {
    animation: none;
}}.company_info {
    overflow: hidden;
    padding: 8rem 0;
    background: linear-gradient(135deg, rgb(202,192,221) 0%, #ffffff 100%);
    position: relative;
}.company_info::before {
    content: "";
    z-index: 0;
    right: -5%;
    background: linear-gradient(45deg, rgb(159,140,202,0.5) 0%, rgb(85,85,180,0.5) 100%);
    width: 25rem;
    transform: rotate(15deg);
    height: 25rem;
    opacity: 0.1;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    top: -5%;
    position: absolute;
}.company_info::after {
    position: absolute;
    height: 20rem;
    transform: rotate(-10deg);
    content: "";
    left: -5%;
    background: linear-gradient(225deg, rgb(85,85,180,0.5) 0%, rgb(159,140,202,0.5) 100%);
    width: 20rem;
    opacity: 0.1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    bottom: -5%;
    z-index: 0;
}.company_info .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1300px;
    margin: 0 auto;
    z-index: 1;
}.company_info h1 {
    font-size: 44px;
    margin-bottom: 3rem;
    font-weight: 700;
    color: #000000;
    animation: slideInTitle 0.8s 0.2s forwards ease-out;
    transform: translateX(-1rem);
    text-align: left;
    opacity: 0;
    position: relative;
}.company_info h1::after {
    left: 0;
    animation: expandLine 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    width: 6rem;
    position: absolute;
    content: "";
    bottom: -0.8rem;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(159,140,202) 0%, rgb(85,85,180) 100%);
    height: 0.3rem;
}.company_info .guide_bios {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: #ffffff;
    border-radius: 29px;
    position: relative;
    transform: translateY(20px);
    animation: fadeInUp 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}.company_info .guide_bios::before {
    left: 0;
    width: 100%;
    position: absolute;
    height: 5px;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(159,140,202) 0%, rgb(85,85,180) 100%);
}.company_info .guide_bios ul {
    flex-direction: column;
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
}.company_info .vision_mission {
    padding: 2.5rem;
    overflow: hidden;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.company_info .vision_mission:last-child {
    border-bottom: none;
}.company_info .vision_mission:hover {
    background: rgba(rgb(159,140,202,0.5), 0.02);
    transform: translateX(10px);
}.company_info .vision_mission::before {
    transform: scaleY(0);
    position: absolute;
    background: linear-gradient(180deg, rgb(159,140,202) 0%, rgb(85,85,180) 100%);
    height: 100%;
    width: 4px;
    top: 0;
    transform-origin: top;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    content: "";
}.company_info .vision_mission:hover::before {
    transform: scaleY(1);
}.company_info .vision_mission h4 {
    font-weight: 600;
    color: rgb(159,140,202);
    margin-top: 0;
    display: inline-block;
    position: relative;
    font-size: calc(20px + 0.1rem);
    margin-bottom: 1.5rem;
}.company_info .vision_mission h4::after {
    bottom: -0.5rem;
    width: 3rem;
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
    transform: scaleX(0.5);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    background: rgb(85,85,180);
}.company_info .vision_mission:hover h4::after {
    transform: scaleX(1);
}.company_info .vision_mission div {
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    text-align: justify;
    color: #000000;
    padding-right: 1rem;
    overflow-y: auto;
    max-height: 15rem;
}.company_info .vision_mission div::-webkit-scrollbar {
    width: 5px;
}.company_info .vision_mission div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.company_info .vision_mission div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(85,85,180,0.5);
}

@keyframes slideInTitle {
    0% {
        opacity: 0;
        transform: translateX(-1rem);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

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

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

@media screen and (min-width: 768px) {.company_info .guide_bios ul {
    flex-direction: row;
}.company_info .vision_mission {
    flex: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: none;
}.company_info .vision_mission:last-child {
    border-right: none;
}.company_info .vision_mission:hover {
    transform: translateY(-10px);
}.company_info .vision_mission::before {
    height: 4px;
    transform: scaleX(0);
    width: 100%;
    transform-origin: left;
}.company_info .vision_mission:hover::before {
    transform: scaleX(1);
}
}

@media screen and (max-width: 767px) {.company_info {
    padding: 4rem 0;
}.company_info h1 {
    font-size: calc(44px - 0.5rem);
    margin-bottom: 2rem;
}.company_info .vision_mission {
    padding: 1.8rem;
}.company_info::before, 
    .company_info::after {
    width: 15rem;
    height: 15rem;
}
}

@media screen and (max-width: 480px) {.company_info h1 {
    font-size: calc(44px - 0.8rem);
    margin-bottom: 1.5rem;
}.company_info .vision_mission {
    padding: 1.5rem;
}.company_info .vision_mission div {
    max-height: 12rem;
}.company_info::before, 
    .company_info::after {
    width: 10rem;
    height: 10rem;
}}header {
    z-index: 100;
    background: linear-gradient(135deg, rgb(159,140,202,0.5) 0%, rgb(202,192,221) 100%);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 0;
    overflow: visible;
    margin-top: 0;
}header::before {
    content: '';
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
}header::after {
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(159,140,202,0.5), 
        transparent
    );
    height: 10px;
    content: '';
    opacity: 0.6;
}header .header_edu {
    display: flex;
    padding: 1.3rem 3rem;
    align-items: center;
    z-index: 5;
    justify-content: space-between;
    position: relative;
}header .head_sitewrap {
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.6s ease;
    overflow: hidden;
    margin-right: 2rem;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    padding: 1rem;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    flex: 0 0 auto;
}header .head_sitewrap:hover {
    transform: translateY(-5px);
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
}header .nav_pagewrap {
    transition: all 0.4s ease;
    position: relative;
    display: block;
}header .nav_pagewrap img {
    max-height: 38px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}header .head_study {
    padding: 0;
    z-index: 2;
    list-style: none;
    margin: 0;
    position: relative;
    display: flex;
}header .head_study::before {
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    transition: all 0.6s ease;
    opacity: 0.1;
    height: 110%;
    left: -5%;
    position: absolute;
    content: '';
    width: 110%;
    background: linear-gradient(135deg, rgb(159,140,202,0.5) 0%, transparent 100%);
    top: -5%;
    z-index: -1;
}header .head_study:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}header .head_core {
    position: relative;
    margin: 0 0.5rem;
}header .head_core a {
    font-weight: 600;
    overflow: hidden;
    text-decoration: none;
    color: #000000;
    z-index: 1;
    font-size: 17px;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all 0.4s ease;
    padding: 0.8rem 1.3rem;
}header .head_core a::before {
    background: linear-gradient(135deg, rgb(159,140,202,0.5) 0%, rgb(85,85,180,0.5) 100%);
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    transform: scale(1.1);
    transition: opacity 0.4s ease;
    opacity: 0;
    content: '';
    border-radius: inherit;
}header .head_core a:hover {
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}header .head_core a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .head_core::after {
    position: absolute;
    opacity: 0.7;
    transform: translateX(-50%) scale(0);
    background: rgb(159,140,202);
    left: 50%;
    bottom: -8px;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    transition: transform 0.4s ease;
    content: '';
}header .head_core:hover::after {
    transform: translateX(-50%) scale(1);
}header .header_edu::before {
    background: radial-gradient(circle, rgb(159,140,202,0.5) 0%, transparent 70%);
    border-radius: 50%;
    height: 200px;
    position: absolute;
    content: '';
    filter: blur(30px);
    right: -100px;
    opacity: 0.1;
    top: -100px;
    width: 200px;
}header .header_edu::after {
    opacity: 0.1;
    left: -75px;
    content: '';
    height: 150px;
    bottom: -75px;
    position: absolute;
    filter: blur(30px);
    background: radial-gradient(circle, rgb(85,85,180,0.5) 0%, transparent 70%);
    width: 150px;
    border-radius: 50%;
}.site_prime {
    padding-top: 2rem;
    z-index: 1;
    background: rgb(202,192,221);
    position: relative;
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .header_edu {
    margin: 0 auto;
    max-width: 1320px;
}header .head_core {
    margin: 0 0.7rem;
}header .head_core a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .header_edu {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head_sitewrap {
    margin-bottom: 0;
    margin-right: 0;
    padding: 0.7rem;
}header .head_study {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .head_core a {
    padding: 0.6rem 1rem;
    font-size: calc(17px - 1px);
}header .head_study::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .header_edu {
    padding: 0.8rem 1.5rem;
}header .head_sitewrap {
    padding: 0.6rem;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    max-width: 140px;
}header .nav_pagewrap img {
    max-height: 35px;
}header .head_study {
    scrollbar-width: thin;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}header .head_study::-webkit-scrollbar {
    height: 3px;
}header .head_study::-webkit-scrollbar-thumb {
    background: rgb(159,140,202,0.5);
    border-radius: 10px;
}header .head_core {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .head_core a {
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    font-size: calc(17px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
}header .head_core::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .header_edu {
    padding: 0.7rem 1.2rem;
}header .head_sitewrap {
    max-width: 120px;
    padding: 0.5rem;
}header .head_core a {
    padding: 0.4rem 0.6rem;
    font-size: calc(17px - 3px);
}}.customer_comments {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(202,192,221) 0%, rgb(159,140,202,0.5) 100%);
}.customer_comments::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(159,140,202,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(85,85,180,0.5) 0%, transparent 40%);
    left: 0;
    opacity: 0.15;
    top: 0;
    content: "";
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
}.customer_comments::after {
    position: absolute;
    top: -50px;
    z-index: 0;
    height: 200px;
    filter: blur(80px);
    content: "";
    width: 200px;
    background: rgb(159,140,202,0.5);
    right: -50px;
}.customer_comments .container {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.customer_comments h2 {
    transform: perspective(1000px) rotateX(2deg);
    font-size: 30px;
    color: #000000;
    margin-bottom: 3rem;
    text-align: center;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
}.customer_comments h2::after {
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(90deg, rgb(159,140,202) 0%, rgb(85,85,180) 100%);
    height: 4px;
    position: absolute;
    content: "";
}.customer_comments .achieve_goals {
    position: relative;
    padding: 1rem 0;
}.customer_comments .reviews_block {
    perspective: 1000px;
    transform-style: preserve-3d;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}.customer_comments .opinion_corner {
    min-height: 220px;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.02), 
                0 20px 25px -5px rgba(0, 0, 0, 0.05);
    display: flex;
    padding: 2rem;
    overflow: hidden;
    border-left: 4px solid rgb(159,140,202);
    border-radius: 2px;
    transform: translateZ(0);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.customer_comments .opinion_corner::before {
    font-family: Georgia, serif;
    color: rgb(85,85,180,0.5);
    position: absolute;
    line-height: 1;
    top: -15px;
    z-index: 0;
    opacity: 0.15;
    font-size: 120px;
    right: 15px;
    content: "";
}.customer_comments .opinion_corner:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px) translateZ(20px);
}.customer_comments .opinion_corner h3 {
    position: relative;
    color: #000000;
    transition: transform 0.3s ease;
    z-index: 2;
    font-size: 19px;
    margin-bottom: 0.5rem;
    font-weight: 600;
}.customer_comments .opinion_corner:hover h3 {
    color: rgb(159,140,202);
    transform: translateX(5px);
}.customer_comments .opinion_corner .description {
    position: relative;
    margin-bottom: 1.5rem;
    flex-grow: 1;
    z-index: 2;
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
}.customer_comments .opinion_corner div {
    transition: transform 0.3s ease;
    border-radius: 50%;
    z-index: 2;
    overflow: hidden;
    border: 3px solid rgb(202,192,221);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: auto;
    width: 60px;
    height: 60px;
}.customer_comments .opinion_corner:hover div {
    transform: scale(1.1);
    border-color: rgb(159,140,202,0.5);
}.customer_comments .opinion_corner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease;
}.customer_comments .opinion_corner:hover img {
    transform: scale(1.1);
}.customer_comments .opinion_corner:nth-child(3n+1) {
    border-left-color: rgb(159,140,202);
}.customer_comments .opinion_corner:nth-child(3n+2) {
    border-left-color: rgb(85,85,180);
}.customer_comments .opinion_corner:nth-child(3n+3) {
    border-left-color: rgba(0, 0, 0, 0.5);
}.customer_comments .opinion_corner:nth-child(odd)::after {
    width: 30%;
    bottom: 0;
    position: absolute;
    height: 30%;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(159,140,202,0.5), 0.1) 50%);
    z-index: 0;
    content: "";
    right: 0;
}

@media (min-width: 768px) {.customer_comments {
    padding: 6rem 0;
}.customer_comments h2 {
    font-size: calc(30px * 1.1);
    margin-bottom: 4rem;
}.customer_comments .reviews_block {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}.customer_comments .opinion_corner {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.customer_comments {
    padding: 3rem 0;
}.customer_comments h2 {
    transform: none;
    font-size: calc(30px * 0.9);
}.customer_comments .reviews_block {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.customer_comments .opinion_corner::before {
    font-size: 80px;
}.customer_comments .opinion_corner:hover {
    transform: translateY(-5px);
}
}

@media (min-width: 1200px) {.customer_comments .reviews_block {
    grid-template-columns: repeat(4, 1fr);
}.customer_comments .opinion_corner {
    min-height: 250px;
}
}

@media (prefers-reduced-motion: reduce) {.customer_comments .opinion_corner,
    .customer_comments .opinion_corner h3,
    .customer_comments .opinion_corner div,
    .customer_comments .opinion_corner img {
    transition: none;
}.customer_comments .opinion_corner:hover {
    transform: none;
}.customer_comments .opinion_corner:hover h3 {
    transform: none;
}.customer_comments .opinion_corner:hover div {
    transform: none;
}.customer_comments .opinion_corner:hover img {
    transform: none;
}}.metrics_summary {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background-color: #000000;
    z-index: 1;
}.metrics_summary::before {
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    z-index: -2;
    width: 100%;
    background: radial-gradient(ellipse at bottom right, rgb(85,85,180,0.5) 0%, transparent 70%);
}.metrics_summary::after {
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    left: 0;
    width: 100%;
    background: radial-gradient(ellipse at top left, rgb(159,140,202,0.5) 0%, transparent 70%);
    top: 0;
}.metrics_summary .container {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(10px);
    border-radius: 28px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 30px;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.metrics_summary h2 {
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    font-size: 40px;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    display: inline-block;
}.metrics_summary h2::after {
    content: "";
    bottom: -20px;
    transform: translateX(-50%);
    border-radius: 10px;
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, rgb(159,140,202), rgb(85,85,180));
    position: absolute;
    left: 50%;
}.metrics_summary ul {
    margin: 0;
    position: relative;
    gap: 30px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}.metrics_summary ul::before {
    left: 0;
    width: 100%;
    top: -30px;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(159,140,202,0.5), transparent);
    position: absolute;
}.metrics_summary .statistics_classes {
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-height: 170px;
    background: rgba(0, 0, 0, 0.2);
    gap: 20px;
    overflow: hidden;
    border-radius: 28px;
    grid-template-columns: 80px 1fr;
    display: grid;
    padding: 30px;
}.metrics_summary .statistics_classes::before {
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(159,140,202), rgb(85,85,180));
    height: 100%;
    left: 0;
    border-radius: 10px;
    content: "";
    top: 0;
}.metrics_summary .statistics_classes::after {
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgba(rgb(159,140,202,0.5), 0.1) 0%, transparent 100%);
    content: "";
    top: 0;
    width: 100%;
}.metrics_summary .statistics_classes:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background: rgba(rgb(159,140,202,0.5), 0.1);
}.metrics_summary .statistics_classes p {
    position: relative;
    grid-row: 1 / span 2;
    color: #ffffff;
    margin: 0;
    font-size: 3rem;
    grid-column: 1;
    font-weight: 700;
    place-self: center;
    line-height: 1;
}.metrics_summary .statistics_classes p::after {
    height: 2px;
    transition: transform 0.4s ease;
    position: absolute;
    bottom: -15px;
    width: 100%;
    background: rgb(159,140,202,0.5);
    left: 0;
    content: "";
    transform-origin: center;
    transform: scaleX(0);
}.metrics_summary .statistics_classes:hover p::after {
    transform: scaleX(1);
}.metrics_summary .statistics_classes span {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    grid-column: 2;
    align-self: center;
    line-height: 1.5;
    font-size: 17px;
}.metrics_summary svg {
    position: absolute;
    transition: all 0.4s ease;
    height: 40px;
    width: 40px;
    bottom: 20px;
    right: 20px;
    fill: rgb(159,140,202);
    opacity: 0.3;
}.metrics_summary svg path {
    fill: rgb(159,140,202);
}.metrics_summary .statistics_classes:hover svg {
    opacity: 0.6;
    transform: rotate(15deg) scale(1.2);
}.metrics_summary ul:has(.statistics_classes:only-child) {
    max-width: 600px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.metrics_summary ul:has(.statistics_classes:only-child) .statistics_classes {
    grid-template-columns: 120px 1fr;
    padding: 40px;
}.metrics_summary ul:has(.statistics_classes:only-child) .statistics_classes p {
    font-size: 4rem;
}.metrics_summary ul:has(.statistics_classes:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.metrics_summary ul:has(.statistics_classes:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.metrics_summary ul:has(.statistics_classes:nth-child(4):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.metrics_summary ul:has(.statistics_classes:nth-child(4):last-child) .statistics_classes {
    padding: 30px 20px;
    grid-template-columns: 1fr;
    text-align: center;
}.metrics_summary ul:has(.statistics_classes:nth-child(4):last-child) .statistics_classes p {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 15px;
}.metrics_summary ul:has(.statistics_classes:nth-child(4):last-child) .statistics_classes span {
    grid-column: 1;
    grid-row: 2;
}.metrics_summary ul:has(.statistics_classes:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(5, 1fr);
}.metrics_summary ul:has(.statistics_classes:nth-child(5):nth-last-child(-n+1)) .statistics_classes {
    grid-template-columns: 1fr;
    padding: 30px 15px;
    text-align: center;
}.metrics_summary ul:has(.statistics_classes:nth-child(5):nth-last-child(-n+1)) .statistics_classes p {
    grid-column: 1;
    margin-bottom: 15px;
    grid-row: 1;
    font-size: 2.5rem;
}.metrics_summary ul:has(.statistics_classes:nth-child(5):nth-last-child(-n+1)) .statistics_classes span {
    grid-column: 1;
    grid-row: 2;
}.metrics_summary ul:has(.statistics_classes:nth-child(n+6):nth-child(-n+10)) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

@media screen and (min-width: 1441px) {.metrics_summary {
    padding: 150px 0;
}.metrics_summary .container {
    padding: 50px;
}.metrics_summary h2 {
    font-size: calc(40px * 1.2);
}
}

@media screen and (max-width: 1200px) {.metrics_summary {
    padding: 100px 0;
}.metrics_summary ul:has(.statistics_classes:nth-child(4):last-child), 
    .metrics_summary ul:has(.statistics_classes:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.metrics_summary .statistics_classes p {
    font-size: 2.5rem;
}
}

@media screen and (max-width: 991px) {.metrics_summary {
    padding: 80px 0;
}.metrics_summary h2 {
    font-size: calc(40px * 0.9);
    margin-bottom: 50px;
}.metrics_summary ul {
    gap: 20px;
}.metrics_summary ul:has(.statistics_classes:nth-child(3):last-child), 
    .metrics_summary ul:has(.statistics_classes:nth-child(4):last-child), 
    .metrics_summary ul:has(.statistics_classes:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}.metrics_summary .statistics_classes {
    padding: 25px;
    grid-template-columns: 60px 1fr;
    min-height: 150px;
}.metrics_summary .statistics_classes p {
    font-size: 2.2rem;
}.metrics_summary svg {
    height: 35px;
    bottom: 15px;
    right: 15px;
    width: 35px;
}
}

@media screen and (max-width: 767px) {.metrics_summary {
    padding: 70px 0;
}.metrics_summary .container {
    padding: 25px;
}.metrics_summary h2 {
    font-size: calc(40px * 0.8);
    margin-bottom: 40px;
}.metrics_summary ul {
    gap: 20px;
    flex-direction: column;
    display: flex;
}.metrics_summary .statistics_classes {
    grid-template-columns: 60px 1fr;
    min-height: auto;
}.metrics_summary .statistics_classes p {
    font-size: 2.2rem;
}.metrics_summary ul:has(.statistics_classes:only-child) .statistics_classes p {
    font-size: 3rem;
}.metrics_summary ul:has(.statistics_classes:nth-child(4):last-child) .statistics_classes,
    .metrics_summary ul:has(.statistics_classes:nth-child(5):nth-last-child(-n+1)) .statistics_classes {
    grid-template-columns: 60px 1fr;
    text-align: left;
}.metrics_summary ul:has(.statistics_classes:nth-child(4):last-child) .statistics_classes p,
    .metrics_summary ul:has(.statistics_classes:nth-child(5):nth-last-child(-n+1)) .statistics_classes p {
    grid-row: 1 / span 2;
    margin-bottom: 0;
    grid-column: 1;
}.metrics_summary ul:has(.statistics_classes:nth-child(4):last-child) .statistics_classes span,
    .metrics_summary ul:has(.statistics_classes:nth-child(5):nth-last-child(-n+1)) .statistics_classes span {
    grid-column: 2;
    grid-row: 1;
}
}

@media screen and (max-width: 480px) {.metrics_summary {
    padding: 60px 0;
}.metrics_summary .container {
    padding: 20px;
}.metrics_summary h2 {
    font-size: calc(40px * 0.7);
    margin-bottom: 35px;
}.metrics_summary h2::after {
    width: 60px;
    bottom: -15px;
    height: 3px;
}.metrics_summary ul {
    gap: 15px;
}.metrics_summary .statistics_classes {
    padding: 20px;
}.metrics_summary .statistics_classes p {
    font-size: 2rem;
}.metrics_summary .statistics_classes span {
    font-size: calc(17px * 0.9);
}.metrics_summary svg {
    right: 10px;
    width: 30px;
    bottom: 10px;
    height: 30px;
}.metrics_summary ul:has(.statistics_classes:only-child) .statistics_classes {
    padding: 25px;
    grid-template-columns: 80px 1fr;
}.metrics_summary ul:has(.statistics_classes:only-child) .statistics_classes p {
    font-size: 2.5rem;
}}.leadership_experience {
    background: linear-gradient(135deg, rgb(202,192,221) 0%, rgb(159,140,202,0.5) 35%, rgb(85,85,180,0.5) 100%);
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
}.leadership_experience::before {
    z-index: 0;
    left: -10%;
    opacity: 0.2;
    position: absolute;
    top: -50%;
    content: "";
    height: 200%;
    animation: rotate 20s linear infinite;
    width: 200%;
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(159,140,202,0.5) 120deg, transparent 180deg, rgb(85,85,180,0.5) 260deg, transparent 360deg);
}@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.leadership_experience .container {
    z-index: 1;
    max-width: 1200px;
    perspective: 1000px;
    margin: 0 auto;
    position: relative;
}.leadership_experience .opinion_corner {
    grid-template-areas:
    "photo quote"
    "name quote";
    border-radius: 10px;
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(220px, 1fr) 2fr;
    grid-template-rows: auto auto;
    transform-style: preserve-3d;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(159,140,202,0.5);
    transform: rotateX(5deg) rotateY(-2deg);
    padding: 2.5rem;
    background: #ffffff;
}.leadership_experience .opinion_corner:hover {
    transform: rotateX(0) rotateY(0);
}.leadership_experience .photo_show {
    grid-area: photo;
    aspect-ratio: 1/1;
    width: 100%;
    border-radius: 10px;
    transform: translateZ(20px);
    transition: transform 0.3s ease;
    box-shadow: 
    -5px 5px 0 rgb(85,85,180),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
}.leadership_experience .opinion_corner:hover .photo_show {
    transform: translateZ(30px) scale(1.05);
}.leadership_experience .name {
    padding-left: 1rem;
    position: relative;
    font-size: 20px;
    transform: translateZ(10px);
    color: rgb(159,140,202);
    font-weight: 700;
    margin-bottom: 0.5rem;
    grid-area: name;
    display: block;
}.leadership_experience .name + span {
    grid-area: name;
    margin-top: 2rem;
    transform: translateZ(5px);
    padding-left: 1rem;
    font-weight: 600;
    color: #000000;
    letter-spacing: 1px;
    opacity: 0.8;
    align-self: end;
    font-size: 14px;
    text-transform: uppercase;
}.leadership_experience .experiencep_wrap {
    padding: 2rem;
    transform: translateZ(15px);
    font-size: calc(14px * 1.1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    grid-area: quote;
    line-height: 1.7;
    position: relative;
    transition: transform 0.3s ease;
    color: #000000;
    border-radius: 10px;
    background: linear-gradient(to right, #ffffff, rgb(202,192,221));
}.leadership_experience .experiencep_wrap::before {
    width: 100%;
    background: linear-gradient(45deg, rgb(159,140,202,0.5) 0%, transparent 40%, transparent 60%, rgb(85,85,180,0.5) 100%);
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.3;
    left: 0;
    border-radius: 10px;
    height: 100%;
    mix-blend-mode: overlay;
}.leadership_experience .opinion_corner:hover .experiencep_wrap {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.leadership_experience .opinion_corner {
    transform: none;
    grid-template-columns: 1fr;
    grid-template-areas:
      "photo_show"
      "name"
      "experiencep_wrap";
    grid-template-rows: auto auto auto;
}.leadership_experience .photo_show {
    max-width: 200px;
    margin: 0 auto;
}.leadership_experience .name,
  .leadership_experience .name + span {
    text-align: center;
    padding-left: 0;
}.leadership_experience .name + span {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.leadership_experience {
    padding: 4rem 1rem;
}.leadership_experience .opinion_corner {
    padding: 1.5rem;
}.leadership_experience .experiencep_wrap {
    padding: 1.5rem;
}}.contact_section {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(202,192,221);
}.contact_section::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(159,140,202,0.5) 0,
        rgb(159,140,202,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.07;
    content: "";
}.contact_section::after {
    opacity: 0.07;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    background-image: 
        linear-gradient(rgb(85,85,180,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(85,85,180,0.5) 1px, transparent 1px);
    background-size: 30px 30px;
    top: 0;
}.contact_section .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
}.contact_section h2 {
    transform: translateX(-50%);
    font-weight: 700;
    left: 50%;
    color: #000000;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 33px;
    display: inline-block;
}.contact_section h2::before {
    bottom: 0;
    position: absolute;
    height: 4px;
    content: "";
    left: calc(50% - 40px);
    background: rgb(159,140,202);
    width: 80px;
}.contact_section h2::after {
    background: rgb(85,85,180);
    left: calc(50% - 15px);
    content: "";
    width: 30px;
    position: absolute;
    height: 4px;
    bottom: 0;
}.contact_section .contact_inquiry {
    display: flex;
    margin-top: 50px;
    border-radius: 0;
    background: #ffffff;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.contact_section .photo_show {
    position: relative;
    min-height: 550px;
    flex: 0 0 45%;
}.contact_section .photo_show::before {
    inset: 0;
    content: "";
    background: linear-gradient(
        135deg, 
        rgba(rgb(159,140,202), 0.4), 
        rgba(rgb(85,85,180), 0.4)
    );
    z-index: 1;
    position: absolute;
}.contact_section .reach_box {
    display: flex;
    padding: 60px;
    flex-direction: column;
    flex: 0 0 55%;
    justify-content: center;
    position: relative;
}.contact_section .reach_box::before {
    border: 30px solid rgb(159,140,202,0.5);
    z-index: 0;
    position: absolute;
    content: "";
    width: 150px;
    right: -75px;
    height: 150px;
    top: -75px;
    border-radius: 50%;
}.contact_section .reach_box::after {
    z-index: 0;
    width: 100px;
    content: "";
    bottom: -50px;
    left: -50px;
    transform: rotate(45deg);
    background: rgb(85,85,180,0.5);
    border-radius: 0;
    height: 100px;
    position: absolute;
}.contact_section form {
    position: relative;
    z-index: 2;
}.contact_section form h3 {
    display: inline-block;
    font-weight: 600;
    position: relative;
    font-size: 21px;
    color: #000000;
    margin-bottom: 40px;
}.contact_section form h3::after {
    left: 0;
    background: rgb(159,140,202);
    height: 2px;
    position: absolute;
    width: 50%;
    content: "";
    bottom: -15px;
}.contact_section form input[type="text"] {
    border: none;
    font-size: 12px;
    padding: 20px 25px;
    width: 100%;
    margin-bottom: 25px;
    background: transparent;
    transition: all 0.3s ease;
    color: #000000;
    border-bottom: 2px solid rgb(202,192,221);
}.contact_section form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(159,140,202);
}.contact_section form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact_section form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.contact_section .inquiry_reach {
    margin-bottom: 40px;
    position: relative;
}.contact_section .inquiry_reach input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_section .inquiry_reach label {
    position: relative;
    line-height: 1.5;
    font-size: 15px;
    padding-left: 35px;
    color: #000000;
    cursor: pointer;
}.contact_section .inquiry_reach label::before {
    transition: all 0.3s ease;
    background: transparent;
    width: 22px;
    height: 22px;
    top: 0;
    position: absolute;
    content: "";
    border: 2px solid rgb(202,192,221);
    left: 0;
}.contact_section .inquiry_reach input[type="checkbox"]:checked + label::before {
    background: rgb(159,140,202);
    border-color: rgb(159,140,202);
}.contact_section .inquiry_reach input[type="checkbox"]:checked + label::after {
    content: "";
    width: 6px;
    left: 8px;
    position: absolute;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    transform: rotate(45deg);
    top: 4px;
    height: 12px;
}.contact_section .inquiry_reach label a {
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(159,140,202);
}.contact_section .inquiry_reach label a::after {
    bottom: -1px;
    content: "";
    position: absolute;
    left: 0;
    transform: scaleX(1);
    height: 1px;
    transform-origin: left;
    background: rgb(159,140,202);
    width: 100%;
    transition: transform 0.3s ease;
}.contact_section .inquiry_reach label a:hover {
    color: rgb(85,85,180);
}.contact_section .inquiry_reach label a:hover::after {
    transform: scaleX(0);
    background: rgb(85,85,180);
}.contact_section .support_block {
    border: none;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    display: inline-block;
    transition: all 0.3s ease;
    z-index: 1;
    font-size: 17px;
    position: relative;
    cursor: pointer;
    background: rgb(159,140,202);
    width: auto;
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
    padding: 18px 40px;
}.contact_section .support_block::before {
    content: "";
    left: -10px;
    position: absolute;
    top: 0;
    background: rgb(85,85,180);
    width: 0;
    transition: width 0.5s ease;
    z-index: -1;
    transform: skewX(-25deg);
    height: 100%;
}.contact_section .support_block:hover::before {
    width: 150%;
}.contact_section svg {
    stroke-width: 2;
    transition: all 0.3s ease;
    width: 24px;
    stroke: rgb(159,140,202);
    fill: none;
    height: 24px;
}.contact_section svg path {
    transition: all 0.3s ease;
    fill: none;
    stroke: rgb(159,140,202);
}.contact_section svg:hover,
.contact_section svg:hover path {
    stroke: rgb(85,85,180);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.contact_section {
    padding: 80px 0;
}.contact_section .photo_show {
    min-height: 500px;
}.contact_section .reach_box {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_section {
    padding: 60px 0;
}.contact_section .contact_inquiry {
    flex-direction: column;
}.contact_section .photo_show {
    width: 100%;
    min-height: 300px;
}.contact_section .reach_box {
    width: 100%;
    padding: 40px 30px;
}.contact_section form h3 {
    margin-bottom: 30px;
}.contact_section form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_section .inquiry_reach {
    margin-bottom: 30px;
}.contact_section .support_block {
    padding: 15px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.contact_section {
    padding: 50px 0;
}.contact_section h2 {
    font-size: calc(33px * 0.85);
}.contact_section .contact_inquiry {
    margin-top: 30px;
}.contact_section .photo_show {
    min-height: 200px;
}.contact_section .reach_box {
    padding: 30px 20px;
}.contact_section form h3 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.contact_section form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_section .inquiry_reach {
    margin-bottom: 25px;
}.contact_section .inquiry_reach label {
    font-size: calc(15px * 0.9);
}.contact_section .support_block {
    padding: 12px 25px;
}
}