﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.warp-container-COGjY {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}::-webkit-scrollbar {
    scroll-behavior: auto;
    width: thin;
}::-webkit-scrollbar-track {
    box-shadow: inset 3px 4px 8px -2px rgba(0, 0, 0, 0.2);
    background: rgb(255, 255, 255, 0.5);
    border-radius: 13px;
}::-webkit-scrollbar-thumb {
    border: 2px groove rgb(177,172,154);
    background: rgb(142,157,98,0.5);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
    transform: translateX(2px);
    box-shadow: -3px -5px 0px 3px rgba(0, 0, 0, 0.2);
}::-webkit-scrollbar-thumb:active {
    transform: translateY(1px);
    box-shadow: inset 3px 2px 14px 4px rgba(0, 0, 0, 0.5);
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-corner {
    border-radius: 5px;
    background: rgb(230,228,224);
    border: 1px dashed rgb(142,157,98,0.5);
}* {
    scrollbar-color: rgb(142,157,98,0.5) #ffffff;
    scrollbar-width: auto;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    width: 30px;
    height: 30px;
}.main-sitewrap-KbGCk {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1113px;
    max-width: 100%;
}html,body {
    min-height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}header,footer {
    width: 100%;
}.footer-milestones-YdarS {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.get-in-touch-wSkcF {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,228,224) 0%, rgba(16, 22, 47, 0.95) 100%);
    position: relative;
}.get-in-touch-wSkcF::before {
    top: 0;
    animation: gridMove 20s linear infinite;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    background-size: 20px 20px, 20px 20px;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(177,172,154), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(142,157,98), 0.04) 50%, transparent 100%);
    left: 0;
}.get-in-touch-wSkcF::after {
    z-index: 0;
    opacity: 0.6;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(177,172,154), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(142,157,98), 0.15) 0%, 
        transparent 50%
    );
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.get-in-touch-wSkcF .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.get-in-touch-wSkcF h2 {
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    font-size: 29px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    text-align: center;
}.get-in-touch-wSkcF h2::after {
    position: absolute;
    content: "";
    bottom: -15px;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(90deg, rgb(177,172,154), rgb(142,157,98));
    border-radius: 1.5px;
}.get-in-touch-wSkcF .reach-box-oguYs {
    margin-top: 60px;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    position: relative;
}.get-in-touch-wSkcF .reach-box-oguYs::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: -8px;
    border-radius: 14px;
    height: 100%;
    border: 1px solid rgba(rgb(177,172,154), 0.2);
    width: 100%;
    left: -8px;
}.get-in-touch-wSkcF .reach-box-oguYs::after {
    bottom: -8px;
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    right: -8px;
    border: 1px solid rgba(rgb(142,157,98), 0.2);
    border-radius: 14px;
}.get-in-touch-wSkcF .image-header-aTcvA {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
    min-height: 550px;
}.get-in-touch-wSkcF .image-header-aTcvA::before {
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    position: absolute;
}.get-in-touch-wSkcF .image-header-aTcvA::after {
    width: 60px;
    position: absolute;
    z-index: 2;
    right: 20px;
    height: 60px;
    content: "";
    border-right: 2px solid rgba(rgb(177,172,154), 0.6);
    top: 20px;
    border-top: 2px solid rgba(rgb(177,172,154), 0.6);
}.get-in-touch-wSkcF .support-links-iAoQN {
    border-radius: 14px;
    backdrop-filter: blur(10px);
    padding: 50px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
}.get-in-touch-wSkcF .support-links-iAoQN::before {
    bottom: 20px;
    border-bottom: 2px solid rgba(rgb(142,157,98), 0.6);
    border-left: 2px solid rgba(rgb(142,157,98), 0.6);
    position: absolute;
    left: 20px;
    content: "";
    height: 60px;
    width: 60px;
}.get-in-touch-wSkcF form {
    width: 100%;
}.get-in-touch-wSkcF form h3 {
    padding-left: 20px;
    position: relative;
    margin-bottom: 30px;
    font-size: 21px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
}.get-in-touch-wSkcF form h3::before {
    border-radius: 10px;
    height: 100%;
    top: 0;
    background: rgb(177,172,154);
    position: absolute;
    width: 3px;
    content: "";
    left: 0;
}.get-in-touch-wSkcF form input[type="text"] {
    transition: all 0.3s ease;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px 25px;
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}.get-in-touch-wSkcF form input[type="text"]:focus {
    border-color: rgb(177,172,154);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 15px rgba(rgb(177,172,154), 0.2);
    outline: none;
}.get-in-touch-wSkcF form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.get-in-touch-wSkcF .message-widget-XEkFG {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.get-in-touch-wSkcF .message-widget-XEkFG input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.get-in-touch-wSkcF .message-widget-XEkFG label {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    font-size: 15px;
}.get-in-touch-wSkcF .message-widget-XEkFG label::before {
    top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: "";
    position: absolute;
    width: 22px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    left: 0;
    transition: all 0.3s ease;
    height: 22px;
}.get-in-touch-wSkcF .message-widget-XEkFG input[type="checkbox"]:checked + label::before {
    border-color: rgb(177,172,154);
    background: rgb(177,172,154);
}.get-in-touch-wSkcF .message-widget-XEkFG input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    height: 10px;
    width: 6px;
    border-right: 2px solid #ffffff;
    left: 8px;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    top: 6px;
}.get-in-touch-wSkcF .message-widget-XEkFG label a {
    color: rgb(177,172,154);
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}.get-in-touch-wSkcF .message-widget-XEkFG label a:hover {
    color: rgb(142,157,98);
}.get-in-touch-wSkcF form .inquiry-inquiry-WdSGn {
    background: linear-gradient(45deg, rgb(177,172,154), rgb(142,157,98));
    padding: 16px 40px;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.4s ease;
    border: none;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
    border-radius: 10px;
}.get-in-touch-wSkcF form .inquiry-inquiry-WdSGn::before {
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, rgb(142,157,98), rgb(177,172,154));
    z-index: -1;
    transition: all 0.4s ease;
    content: "";
    height: 100%;
    left: -100%;
    width: 100%;
}.get-in-touch-wSkcF form .inquiry-inquiry-WdSGn:hover::before {
    left: 0;
}.get-in-touch-wSkcF form .inquiry-inquiry-WdSGn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.get-in-touch-wSkcF svg {
    height: 22px;
    fill: rgb(177,172,154);
    width: 22px;
}.get-in-touch-wSkcF svg path {
    transition: fill 0.3s ease;
    fill: rgb(177,172,154);
}

@media screen and (max-width: 991px) {.get-in-touch-wSkcF {
    padding: 90px 0;
}.get-in-touch-wSkcF .reach-box-oguYs {
    grid-template-columns: 1fr;
    gap: 40px;
}.get-in-touch-wSkcF .image-header-aTcvA {
    min-height: 400px;
}.get-in-touch-wSkcF .support-links-iAoQN {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.get-in-touch-wSkcF {
    padding: 70px 0;
}.get-in-touch-wSkcF h2 {
    font-size: calc(29px * 0.9);
}.get-in-touch-wSkcF .image-header-aTcvA {
    min-height: 350px;
}.get-in-touch-wSkcF .image-header-aTcvA::after,
    .get-in-touch-wSkcF .support-links-iAoQN::before {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.get-in-touch-wSkcF {
    padding: 50px 0;
}.get-in-touch-wSkcF h2 {
    font-size: calc(29px * 0.8);
}.get-in-touch-wSkcF .reach-box-oguYs {
    margin-top: 40px;
}.get-in-touch-wSkcF .image-header-aTcvA {
    min-height: 250px;
}.get-in-touch-wSkcF .support-links-iAoQN {
    padding: 30px 20px;
}.get-in-touch-wSkcF form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.get-in-touch-wSkcF form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.get-in-touch-wSkcF form .inquiry-inquiry-WdSGn {
    width: 100%;
    padding: 15px 20px;
}}.course-structure-dACHa {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(230,228,224) 0%, rgba(0, 0, 0, 0.5) 100%);
}.course-structure-dACHa::before {
    z-index: 1;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 20% 50%, rgb(177,172,154,0.5) 0%, transparent 50%);
}.course-structure-dACHa::after {
    animation: pulse 8s infinite alternate;
    position: absolute;
    border-radius: 50%;
    height: 200px;
    z-index: 1;
    right: -50px;
    content: "";
    background: radial-gradient(circle, rgb(142,157,98,0.5) 0%, transparent 70%);
    top: -50px;
    width: 200px;
}.course-structure-dACHa .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.course-structure-dACHa .learn-spot-oigKU {
    transition: all 0.3s ease;
    justify-content: space-between;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 40px;
    gap: 40px;
    align-items: center;
    border: 1px solid rgb(177,172,154,0.5);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
}.course-structure-dACHa .learn-spot-oigKU::before {
    position: absolute;
    left: -100%;
    animation: shine 5s infinite;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
}.course-structure-dACHa .class-track-lJMCN {
    padding-right: 20px;
    flex: 1;
    position: relative;
}.course-structure-dACHa .class-track-lJMCN::before {
    left: -30px;
    border-radius: 50%;
    animation: rotate 25s linear infinite;
    z-index: -1;
    position: absolute;
    height: 60px;
    content: "";
    width: 60px;
    top: -30px;
    border: 2px solid rgb(177,172,154,0.5);
}.course-structure-dACHa .class-track-lJMCN::after {
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    content: "";
    height: 40px;
    right: 50px;
    border: 1px solid rgb(142,157,98,0.5);
    width: 40px;
    bottom: -20px;
    animation: float 8s ease-in-out infinite;
}.course-structure-dACHa .header-sitebar-kyhqQ {
    width: 60px;
    max-width: 180px;
    transition: transform 0.3s ease;
    align-items: center;
    background: linear-gradient(145deg, #ffffff 0%, rgb(230,228,224) 100%);
    margin-bottom: 20px;
    position: relative;
    height: 60px;
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
}.course-structure-dACHa .header-sitebar-kyhqQ:hover {
    transform: translateY(-5px) translateZ(0);
}.course-structure-dACHa .header-sitebar-kyhqQ svg {
    max-height: 100%;
    width: 40px;
    max-width: 100%;
    height: 40px;
    fill: rgb(177,172,154);
    transition: fill 0.3s ease;
}.course-structure-dACHa .header-sitebar-kyhqQ svg path {
    fill: rgb(177,172,154);
    transition: fill 0.3s ease;
}.course-structure-dACHa .header-sitebar-kyhqQ:hover svg,
.course-structure-dACHa .header-sitebar-kyhqQ:hover svg path {
    fill: rgb(142,157,98);
}.course-structure-dACHa h3 {
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 37px;
    position: relative;
    margin-bottom: 25px;
    color: rgb(177,172,154);
}.course-structure-dACHa h3::after {
    background: linear-gradient(to right, rgb(177,172,154), rgb(142,157,98));
    position: absolute;
    height: 3px;
    border-radius: 10px;
    content: "";
    width: 80px;
    left: 0;
    bottom: 0;
}.course-structure-dACHa p {
    margin-bottom: 30px;
    line-height: 1.7;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    font-family: Arial, sans-serif;
    position: relative;
}.course-structure-dACHa .image-header-aTcvA {
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.5s ease;
    min-height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    flex: 1;
    position: relative;
    border-radius: 30px;
}.course-structure-dACHa .image-header-aTcvA::before {
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    z-index: 2;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    height: 100%;
}.course-structure-dACHa .image-header-aTcvA::after {
    z-index: 3;
    animation: shine-effect 6s infinite;
    position: absolute;
    transform: rotate(25deg);
    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%;
    width: 200%;
    top: -50%;
    content: "";
    height: 200%;
}.course-structure-dACHa .learn-spot-oigKU:hover .image-header-aTcvA {
    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-structure-dACHa {
    padding: 60px 0;
}.course-structure-dACHa .learn-spot-oigKU {
    padding: 30px;
    gap: 30px;
    flex-direction: column;
}.course-structure-dACHa .class-track-lJMCN {
    padding-right: 0;
    width: 100%;
}.course-structure-dACHa .image-header-aTcvA {
    min-height: 350px;
    width: 100%;
    transform: perspective(1000px) rotateY(0);
}.course-structure-dACHa h3 {
    font-size: calc(37px - 4px);
}
}

@media screen and (max-width: 767px) {.course-structure-dACHa {
    padding: 50px 0;
}.course-structure-dACHa .learn-spot-oigKU {
    padding: 25px;
}.course-structure-dACHa .header-sitebar-kyhqQ {
    max-width: 150px;
    height: 50px;
}.course-structure-dACHa h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(37px - 6px);
}.course-structure-dACHa h3::after {
    width: 60px;
    height: 2px;
}.course-structure-dACHa p {
    margin-bottom: 20px;
    font-size: calc(14px - 1px);
}.course-structure-dACHa .image-header-aTcvA {
    min-height: 300px;
}
}

@media screen and (max-width: 576px) {.course-structure-dACHa {
    padding: 40px 0;
}.course-structure-dACHa .learn-spot-oigKU {
    padding: 20px;
    gap: 20px;
}.course-structure-dACHa .header-sitebar-kyhqQ {
    max-width: 120px;
    height: 40px;
    margin-bottom: 15px;
}.course-structure-dACHa h3 {
    font-size: calc(37px - 8px);
}.course-structure-dACHa .image-header-aTcvA {
    min-height: 250px;
}}.give-it-a-try-miIAn {
    z-index: 1;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(177,172,154) 0%, rgb(142,157,98) 100%);
    overflow: hidden;
}.give-it-a-try-miIAn::before {
    position: absolute;
    height: 100%;
    background-image: 
        linear-gradient(0deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent);
    background-size: 50px 50px;
    content: '';
    z-index: -1;
    opacity: 0.05;
    top: 0;
    width: 100%;
    left: 0;
}.give-it-a-try-miIAn::after {
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    opacity: 0.1;
    background: 
        radial-gradient(circle at 20% 30%, #ffffff 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, #ffffff 0%, transparent 50%);
    filter: blur(60px);
    position: absolute;
    animation: pulseGlow 10s ease-in-out infinite alternate;
}.give-it-a-try-miIAn .learn-spot-oigKU {
    background: rgba(255, 255, 255, 0.05);
    margin: 0 auto;
    max-width: 1000px;
    flex-direction: column;
    display: flex;
    z-index: 2;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    border-radius: 11px;
    justify-content: center;
    padding: 60px 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
}.give-it-a-try-miIAn .learn-spot-oigKU::before {
    width: 100%;
    box-shadow: 0 0 10px #ffffff;
    animation: scanLine 4s ease-in-out infinite;
    top: 0;
    left: -100%;
    height: 2px;
    position: absolute;
    z-index: 1;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%, 
        #ffffff 50%, 
        transparent 100%);
}.give-it-a-try-miIAn .learn-spot-oigKU::after {
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
}.give-it-a-try-miIAn h3 {
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-size: 31px;
    position: relative;
}.give-it-a-try-miIAn h3::before {
    color: #ffffff;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
    text-shadow: 2px 0 rgb(142,157,98);
    content: attr(data-text);
    animation: glitchTop 3s infinite linear alternate;
    background: transparent;
    opacity: 0.8;
    left: 2px;
    top: 0;
}.give-it-a-try-miIAn h3::after {
    opacity: 0.8;
    content: attr(data-text);
    position: absolute;
    top: 0;
    background: transparent;
    left: -2px;
    animation: glitchBottom 2.7s infinite linear alternate;
    color: #ffffff;
    clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
    text-shadow: -2px 0 rgb(177,172,154);
}.give-it-a-try-miIAn .edu-guide-CfLhu {
    text-decoration: none;
    font-size: 15px;
    padding: 16px 45px;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    background: #ffffff;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2);
    letter-spacing: 2px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    color: rgb(177,172,154);
}.give-it-a-try-miIAn .edu-guide-CfLhu::before {
    height: 100%;
    transition: opacity 0.4s ease;
    z-index: -1;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(
        45deg,
        rgb(177,172,154) 0%,
        rgb(142,157,98) 100%
    );
    opacity: 0;
    left: 0;
}.give-it-a-try-miIAn .edu-guide-CfLhu::after {
    transform: skewX(-20deg);
    position: absolute;
    left: -100px;
    width: 8px;
    z-index: 2;
    top: 0;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
    transition: all 0.7s ease;
    height: 100%;
}.give-it-a-try-miIAn .edu-guide-CfLhu:hover {
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(255, 255, 255, 0.4);
    color: #ffffff;
    transform: translateY(-5px);
}.give-it-a-try-miIAn .edu-guide-CfLhu:hover::before {
    opacity: 1;
}.give-it-a-try-miIAn .edu-guide-CfLhu:hover::after {
    left: 200%;
    transition-duration: 1s;
}

@media screen and (max-width: 992px) {.give-it-a-try-miIAn {
    padding: 100px 0;
}.give-it-a-try-miIAn .learn-spot-oigKU {
    padding: 50px 30px;
    max-width: 90%;
}.give-it-a-try-miIAn h3 {
    margin-bottom: 45px;
    font-size: calc(31px * 0.9);
}.give-it-a-try-miIAn .edu-guide-CfLhu {
    padding: 14px 40px;
    font-size: calc(15px * 0.95);
}
}

@media screen and (max-width: 768px) {.give-it-a-try-miIAn {
    padding: 80px 0;
}.give-it-a-try-miIAn .learn-spot-oigKU {
    padding: 40px 25px;
}.give-it-a-try-miIAn h3 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: calc(31px * 0.8);
}.give-it-a-try-miIAn .edu-guide-CfLhu {
    font-size: calc(15px * 0.9);
    padding: 12px 35px;
    letter-spacing: 1.5px;
}
}

@media screen and (max-width: 576px) {.give-it-a-try-miIAn {
    padding: 60px 0;
}.give-it-a-try-miIAn .learn-spot-oigKU {
    padding: 30px 20px;
}.give-it-a-try-miIAn h3 {
    margin-bottom: 35px;
    font-size: calc(31px * 0.7);
    letter-spacing: 1.5px;
}.give-it-a-try-miIAn .edu-guide-CfLhu {
    font-size: calc(15px * 0.85);
    padding: 10px 30px;
    letter-spacing: 1px;
}}

@keyframes pulseGlow {
    0% {
        opacity: 0.05;
        filter: blur(60px);
    }
    50% {
        opacity: 0.1;
        filter: blur(80px);
    }
    100% {
        opacity: 0.05;
        filter: blur(60px);
    }
}

@keyframes scanLine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}

@keyframes glitchTop {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 15%, 100% 15%, 100% 40%, 0 40%);
        transform: translate(-5px, 2px);
    }
    20% {
        clip-path: polygon(0 10%, 100% 10%, 100% 30%, 0 30%);
        transform: translate(5px, -2px);
    }
    30% {
        clip-path: polygon(0 5%, 100% 5%, 100% 25%, 0 25%);
        transform: translate(-3px, 1px);
    }
    40% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
}

@keyframes glitchBottom {
    0% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 60%, 100% 60%, 100% 95%, 0 95%);
        transform: translate(5px, 2px);
    }
    20% {
        clip-path: polygon(0 65%, 100% 65%, 100% 90%, 0 90%);
        transform: translate(-5px, -2px);
    }
    30% {
        clip-path: polygon(0 70%, 100% 70%, 100% 85%, 0 85%);
        transform: translate(3px, 1px);
    }
    40% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
}header {
    z-index: 99;
    background: rgb(230,228,224);
    width: 100%;
    position: relative;
    overflow: visible;
}header::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 30% 30%, rgb(177,172,154,0.5) 0%, transparent 70%);
    opacity: 0.2;
}header .nav-start-LncCQ {
    justify-content: space-between;
    padding: 25px 30px;
    align-items: center;
    display: flex;
    position: relative;
}header .nav-start-LncCQ::before {
    position: absolute;
    filter: blur(5px);
    left: 10%;
    width: 30%;
    top: -10px;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(177,172,154), transparent);
}header .nav-start-LncCQ::after {
    height: 5px;
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(142,157,98));
    content: "";
    width: 30%;
    filter: blur(5px);
    right: 10%;
    position: absolute;
}header .nav-start-LncCQ .header-sitebar-kyhqQ {
    padding: 5px;
    z-index: 2;
    position: relative;
}header .nav-start-LncCQ .header-sitebar-kyhqQ::before {
    content: "";
    left: -5px;
    filter: blur(15px);
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    width: calc(100% + 10px);
    z-index: -1;
    background: linear-gradient(135deg, rgb(177,172,154), rgb(142,157,98));
    top: -5px;
    height: calc(100% + 10px);
}header .nav-start-LncCQ .header-sitebar-kyhqQ:hover::before {
    opacity: 0.7;
}header .nav-start-LncCQ .header-sitebar-kyhqQ .header-main-ZhtRN {
    position: relative;
    display: block;
    transition: transform 0.3s ease;
}header .nav-start-LncCQ .header-sitebar-kyhqQ:hover .header-main-ZhtRN {
    transform: scale(1.05);
}header .nav-start-LncCQ .header-sitebar-kyhqQ .header-main-ZhtRN svg {
    height: 45px;
    width: auto;
}header .nav-start-LncCQ .head-teach-dLvil {
    border-radius: 28px;
    display: flex;
    position: relative;
    padding: 10px;
    margin: 0;
    list-style: none;
}header .nav-start-LncCQ .head-teach-dLvil::before {
    position: absolute;
    border-radius: 28px;
    height: 100%;
    content: "";
    width: 100%;
    backdrop-filter: blur(5px);
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    left: 0;
    opacity: 0.1;
    top: 0;
}header .nav-start-LncCQ .head-teach-dLvil .top-skill-bDwHY {
    position: relative;
    margin: 0 3px;
}header .nav-start-LncCQ .head-teach-dLvil .top-skill-bDwHY a {
    font-size: 17px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    display: block;
    padding: 8px 15px;
    border-radius: 10px;
    color: #000000;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
}header .nav-start-LncCQ .head-teach-dLvil .top-skill-bDwHY a::before {
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(177,172,154), rgb(142,157,98));
    z-index: -1;
    height: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
}header .nav-start-LncCQ .head-teach-dLvil .top-skill-bDwHY a::after {
    left: 50%;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    content: "";
    z-index: -1;
    opacity: 0;
    width: 150%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 150%;
    position: absolute;
    top: 50%;
}header .nav-start-LncCQ .head-teach-dLvil .top-skill-bDwHY:hover a::before {
    opacity: 1;
}header .nav-start-LncCQ .head-teach-dLvil .top-skill-bDwHY:hover a {
    color: #ffffff;
}header .nav-start-LncCQ .head-teach-dLvil .top-skill-bDwHY:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}header .nav-start-LncCQ .head-teach-dLvil .top-skill-bDwHY:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(177,172,154), rgb(142,157,98));
}header .nav-start-LncCQ .head-teach-dLvil .top-skill-bDwHY:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(177,172,154), rgb(142,157,98));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(177,172,154), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(177,172,154), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(177,172,154), 0);
    }
}

@media (max-width: 992px) {header .nav-start-LncCQ {
    flex-direction: column;
    padding: 20px 15px;
}header .nav-start-LncCQ .header-sitebar-kyhqQ {
    margin-bottom: 15px;
}header .nav-start-LncCQ .head-teach-dLvil {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .nav-start-LncCQ .head-teach-dLvil .top-skill-bDwHY {
    margin: 3px;
}header .nav-start-LncCQ .head-teach-dLvil .top-skill-bDwHY a {
    padding: 6px 12px;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header .nav-start-LncCQ {
    padding: 15px 10px;
}header .nav-start-LncCQ .header-sitebar-kyhqQ .header-main-ZhtRN svg {
    height: 40px;
}header .nav-start-LncCQ .head-teach-dLvil {
    padding: 5px;
}header .nav-start-LncCQ .head-teach-dLvil .top-skill-bDwHY a {
    padding: 5px 10px;
    font-size: calc(17px - 2px);
}}.about-this-HZmrM {
    overflow: hidden;
    padding: 160px 0;
    background-color: rgb(230,228,224);
    position: relative;
    isolation: isolate;
}.about-this-HZmrM::before {
    inset: 0;
    z-index: -2;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 10% 10%, rgb(177,172,154,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(142,157,98,0.5) 0%, transparent 40%),
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 15deg,
            rgba(0, 0, 0, 0.5) 15.5deg,
            transparent 16deg
        );
    animation: rotateCircles 60s linear infinite;
    background-size: auto, auto, 80px 80px;
    opacity: 0.15;
}@keyframes rotateCircles {
    0% {
        background-position: 0% 0%, 100% 100%, 0 0;
        opacity: 0.15;
    }
    50% {
        background-position: 5% 5%, 95% 95%, 0 0;
        opacity: 0.17;
    }
    100% {
        background-position: 0% 0%, 100% 100%, 0 0;
        opacity: 0.15;
    }
}

.about-this-HZmrM::after {
    background-size: 50px 50px;
    z-index: -1;
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.03;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 76%, transparent 77%);
}.about-this-HZmrM .container {
    padding: 0 30px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.about-this-HZmrM .container::before {
    top: -300px;
    width: 600px;
    z-index: -1;
    content: "";
    position: absolute;
    border-radius: 50%;
    background: 
        conic-gradient(from 0deg, 
            transparent 0deg, 
            transparent 55deg, 
            rgba(0, 0, 0, 0.02) 60deg, 
            transparent 65deg,
            transparent 115deg, 
            rgba(0, 0, 0, 0.02) 120deg,
            transparent 125deg,
            transparent 175deg,
            rgba(0, 0, 0, 0.02) 180deg,
            transparent 185deg,
            transparent 235deg,
            rgba(0, 0, 0, 0.02) 240deg,
            transparent 245deg,
            transparent 295deg,
            rgba(0, 0, 0, 0.02) 300deg,
            transparent 305deg
        );
    height: 600px;
    animation: slowRotate 40s linear infinite;
    left: -300px;
    opacity: 0.6;
}.about-this-HZmrM .container::after {
    right: -200px;
    content: "";
    width: 400px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.5;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.01) 0%, transparent 70%);
    bottom: -200px;
    position: absolute;
    height: 400px;
}@keyframes slowRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.about-this-HZmrM .learn-spot-oigKU {
    grid-template-rows: auto 1fr;
    grid-template-areas: 
        "logo title"
        "photo text";
    grid-template-columns: minmax(300px, 1fr) minmax(400px, 2fr);
    gap: 25px;
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
    backdrop-filter: blur(8px);
    border-radius: 18px;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    display: grid;
}.about-this-HZmrM .learn-spot-oigKU::before {
    background-size: 10px 10px;
    position: absolute;
    opacity: 0.3;
    animation: patternShift 20s linear infinite;
    content: "";
    inset: 0;
    background: 
        linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.02) 75%);
    z-index: -1;
}@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.about-this-HZmrM .learn-spot-oigKU::after {
    inset: 0;
    position: absolute;
    z-index: -1;
    content: "";
    opacity: 0.05;
    background: linear-gradient(135deg, rgb(177,172,154,0.5) 0%, transparent 100%);
}.about-this-HZmrM .edu-ethos-jnFmG {
    padding: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    grid-area: logo;
    position: relative;
}.about-this-HZmrM .edu-ethos-jnFmG::before {
    inset: 10px;
    z-index: -1;
    border: 1px dashed rgb(177,172,154,0.5);
    content: "";
    border-radius: 10px;
    position: absolute;
    opacity: 0.2;
}.about-this-HZmrM .edu-ethos-jnFmG::after {
    background: 
        linear-gradient(45deg, transparent 48.5%, rgb(177,172,154,0.5) 49%, rgb(177,172,154,0.5) 51%, transparent 51.5%),
        linear-gradient(135deg, transparent 48.5%, rgb(177,172,154,0.5) 49%, rgb(177,172,154,0.5) 51%, transparent 51.5%);
    background-size: 30px 30px;
    top: 0;
    z-index: -1;
    height: 100%;
    opacity: 0.05;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
}.about-this-HZmrM .edu-ethos-jnFmG svg {
    margin-bottom: 15px;
    position: relative;
    width: 70px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 70px;
}.about-this-HZmrM .edu-ethos-jnFmG svg::before {
    opacity: 0;
    border-radius: 50%;
    inset: -5px;
    border: 1px solid rgb(177,172,154,0.5);
    position: absolute;
    transform: scale(0.8);
    transition: all 0.3s ease;
    content: "";
}.about-this-HZmrM .edu-ethos-jnFmG svg path {
    transition: fill 0.3s ease;
    fill: rgb(177,172,154);
}.about-this-HZmrM h2 {
    grid-area: title;
    margin: 0;
    align-items: center;
    font-weight: 700;
    color: #000000;
    padding: 30px;
    position: relative;
    font-size: 34px;
    display: flex;
}.about-this-HZmrM h2::before {
    position: absolute;
    background: 
        linear-gradient(to right, rgb(177,172,154,0.5) 0%, transparent 5%),
        linear-gradient(to bottom, rgb(177,172,154,0.5) 0%, transparent 5%);
    content: "";
    pointer-events: none;
    z-index: -1;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.15;
    left: 0;
}.about-this-HZmrM h2::after {
    width: 60px;
    background: linear-gradient(to right, rgb(177,172,154), rgb(142,157,98));
    height: 3px;
    left: 30px;
    position: absolute;
    transition: width 0.3s ease, transform 0.3s ease;
    bottom: 20px;
    content: "";
    border-radius: 3px;
}.about-this-HZmrM h2:hover::after {
    width: 100px;
    transform: translateX(10px);
}.about-this-HZmrM .learn-space-dcLJN {
    perspective: 1000px;
    position: relative;
    padding: 30px;
    z-index: 2;
    grid-area: photo;
}.about-this-HZmrM .learn-space-dcLJN::before {
    opacity: 0.1;
    border-radius: 18px;
    z-index: -1;
    content: "";
    inset: 10px;
    box-shadow: inset 0 0 0 1px rgb(177,172,154,0.5);
    position: absolute;
}.about-this-HZmrM .learn-space-dcLJN::after {
    pointer-events: none;
    inset: 0;
    content: "";
    opacity: 0.05;
    z-index: -1;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(177,172,154,0.5) 0%, transparent 60%);
}.about-this-HZmrM .learn-space-dcLJN .image-header-aTcvA {
    width: 100%;
    transform: rotateY(3deg) rotateX(2deg);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 18px;
    overflow: hidden;
    transform-style: preserve-3d;
    height: 320px;
    position: relative;
}.about-this-HZmrM .learn-space-dcLJN .image-header-aTcvA::before {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    inset: 0;
    position: absolute;
    content: "";
}.about-this-HZmrM .learn-space-dcLJN .image-header-aTcvA::after {
    animation: lightSweep 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
    width: 300%;
    position: absolute;
    top: -100%;
    height: 300%;
    content: "";
    transform: rotate(30deg);
    z-index: 2;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.08), 
        transparent
    );
    left: -100%;
}@keyframes lightSweep {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(100%);
    }
}

.about-this-HZmrM .learn-space-dcLJN:hover .image-header-aTcvA {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: rotateY(0deg) rotateX(0deg) translateY(-10px);
}.about-this-HZmrM .learn-expert-oiyGd {
    margin-top: -40px;
    color: #ffffff;
    margin-right: 20px;
    z-index: 3;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: translateY(0);
    background: rgb(177,172,154);
    margin-left: 20px;
    padding: 20px 25px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 10px;
}.about-this-HZmrM .learn-expert-oiyGd::before {
    width: 4px;
    background: rgb(142,157,98);
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.8;
    border-radius: 10px 0 0 10px;
    content: "";
    top: 0;
}.about-this-HZmrM .learn-expert-oiyGd::after {
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    pointer-events: none;
    position: absolute;
    content: "";
}.about-this-HZmrM .learn-space-dcLJN:hover .learn-expert-oiyGd {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.about-this-HZmrM .path-impact-oubih {
    padding-bottom: 8px;
    margin: 0 0 8px 0;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}.about-this-HZmrM .learn-space-dcLJN:hover .path-impact-oubih::after {
    width: 50px;
}.about-this-HZmrM .learning-program-sVXvo {
    font-size: 15px;
    margin: 0;
    opacity: 0.9;
}.about-this-HZmrM .text-capsule-bTIRQ {
    grid-area: text;
    padding: 30px;
    z-index: 2;
    position: relative;
}.about-this-HZmrM .text-capsule-bTIRQ::before {
    transition: opacity 0.3s ease;
    z-index: -1;
    content: "";
    border-radius: 18px;
    inset: 10px;
    position: absolute;
    box-shadow: inset 0 0 0 1px rgb(142,157,98,0.5);
    opacity: 0.1;
}.about-this-HZmrM .text-capsule-bTIRQ:hover::before {
    opacity: 0.2;
}.about-this-HZmrM .text-capsule-bTIRQ::after {
    position: absolute;
    pointer-events: none;
    inset: 0;
    content: "";
    opacity: 0.05;
    background: 
        radial-gradient(circle at 70% 30%, rgb(142,157,98,0.5) 0%, transparent 60%);
    z-index: -1;
}.about-this-HZmrM p {
    line-height: 1.8;
    margin: 0;
    padding: 0 0 0 20px;
    color: #000000;
    font-size: 15px;
    position: relative;
}.about-this-HZmrM p::before {
    left: 0;
    width: 3px;
    content: "";
    opacity: 0.6;
    height: 100%;
    position: absolute;
    border-radius: 3px;
    top: 0;
    background: linear-gradient(to bottom, rgb(177,172,154,0.5), rgb(142,157,98,0.5));
}

@media (max-width: 992px) {.about-this-HZmrM {
    padding: 100px 0;
}.about-this-HZmrM .learn-spot-oigKU {
    grid-template-columns: 1fr;
    grid-template-areas: 
            "title title"
            "logo logo"
            "photo photo"
            "text text";
}.about-this-HZmrM .edu-ethos-jnFmG {
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding: 25px;
}.about-this-HZmrM .edu-ethos-jnFmG svg {
    margin-bottom: 0;
    margin-right: 15px;
}.about-this-HZmrM h2 {
    padding: 25px;
    justify-content: center;
    text-align: center;
}.about-this-HZmrM h2::after {
    transform: translateX(-50%);
    left: 50%;
}.about-this-HZmrM h2:hover::after {
    width: 80px;
    transform: translateX(-40px);
}.about-this-HZmrM .learn-space-dcLJN,
    .about-this-HZmrM .text-capsule-bTIRQ {
    padding: 25px;
}.about-this-HZmrM .learn-space-dcLJN .image-header-aTcvA {
    height: 280px;
}
}

@media (max-width: 768px) {.about-this-HZmrM {
    padding: 80px 0;
}.about-this-HZmrM .learn-space-dcLJN .image-header-aTcvA {
    height: 240px;
}.about-this-HZmrM .learn-expert-oiyGd {
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px 20px;
}.about-this-HZmrM h2 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 480px) {.about-this-HZmrM {
    padding: 60px 0;
}.about-this-HZmrM .container {
    padding: 0 20px;
}.about-this-HZmrM .edu-ethos-jnFmG,
    .about-this-HZmrM h2,
    .about-this-HZmrM .learn-space-dcLJN,
    .about-this-HZmrM .text-capsule-bTIRQ {
    padding: 20px;
}.about-this-HZmrM .learn-space-dcLJN .image-header-aTcvA {
    height: 200px;
}.about-this-HZmrM h2 {
    font-size: calc(34px * 0.8);
}.about-this-HZmrM .edu-ethos-jnFmG {
    flex-direction: column;
}.about-this-HZmrM .edu-ethos-jnFmG svg {
    margin-right: 0;
    margin-bottom: 10px;
}}.secure-shell-FKIhB {
    width: 100%;
    grid-template-columns: 1fr;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255, 0.5);
    grid-gap: 30px;
    background: linear-gradient(135deg, rgb(142,157,98) 25%, rgb(177,172,154) 75%);
    display: grid;
    height: auto;
    padding: 60px;
}.secure-shell-FKIhB h1 {
    font-family: Arial, sans-serif;
    text-align: center;
    border-radius: 10px;
    background: rgb(177,172,154);
    margin-top: 0;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 44px;
    grid-column: span 2;
}.secure-shell-FKIhB h2 {
    padding: 10px;
    margin-top: 0;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-align: left;
    padding-bottom: 5px;
    font-size: 34px;
    background: rgb(142,157,98);
    border-bottom: 2px solid #ffffff;
}.secure-shell-FKIhB h3, .secure-shell-FKIhB h4, .secure-shell-FKIhB h5, .secure-shell-FKIhB h6 {
    padding: 10px;
    margin-top: 15px;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    border-left: 4px solid rgb(177,172,154);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    text-align: left;
}.secure-shell-FKIhB ul, .secure-shell-FKIhB ol {
    border-radius: 10px;
    line-height: 1.8;
    padding: 10px;
    list-style: none;
    color: #ffffff;
    padding-left: 20px;
    margin: 15px 0;
    list-style-position: inside;
    font-family: Arial, sans-serif;
    font-size: 12px;
}.secure-shell-FKIhB li {
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
}.secure-shell-FKIhB li::before {
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 0 2px #ffffff;
    left: -10px;
    top: 50%;
    width: 6px;
    content: "";
    background-color: rgb(142,157,98);
    position: absolute;
    height: 6px;
}.secure-shell-FKIhB section {
    background: rgb(230,228,224);
    color: #000000;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding: 20px;
    display: grid;
    border-radius: 10px;
}

@media only screen and (max-width: 800px) {.secure-shell-FKIhB {
    grid-template-columns: 1fr;
    padding: 30px;
}.secure-shell-FKIhB h1 {
    font-size: calc(18px - 8px);
}.secure-shell-FKIhB h2 {
    font-size: calc(18px - 6px);
}.secure-shell-FKIhB h3, .secure-shell-FKIhB h4, .secure-shell-FKIhB h5, .secure-shell-FKIhB h6 {
    font-size: calc(18px - 4px);
}.secure-shell-FKIhB ul, .secure-shell-FKIhB ol {
    font-size: calc(12px - 2px);
    padding-left: 15px;
}.secure-shell-FKIhB section {
    grid-template-columns: 1fr;
}}.price-option-bEMWd {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(230,228,224) 0%, rgb(177,172,154,0.5) 100%);
}.price-option-bEMWd::before {
    background: radial-gradient(circle at 30% 70%, rgb(142,157,98,0.5) 0%, transparent 60%);
    content: "";
    top: 0;
    z-index: 0;
    pointer-events: none;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
}.price-option-bEMWd .container {
    max-width: 1320px;
    z-index: 1;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}.price-option-bEMWd .tuition-plans-nLtlS {
    flex-direction: column-reverse;
    display: flex;
    gap: 60px;
    position: relative;
}.price-option-bEMWd .learn-packs-qeWNL {
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    padding: 30px;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    max-width: 100%;
    border-left: 3px solid rgb(177,172,154);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.price-option-bEMWd .learn-packs-qeWNL:hover {
    transform: perspective(1000px) rotateX(2deg);
}.price-option-bEMWd .learn-packs-qeWNL h2 {
    line-height: 1.3;
    background-clip: text !important;
    letter-spacing: -0.02em;
    -webkit-background-clip: text !important;
    transform: translateZ(0);
    font-weight: 700;
    color: transparent;
    font-size: 38px;
    background: linear-gradient(90deg, rgb(177,172,154), rgb(142,157,98));
    margin-bottom: 20px;
}.price-option-bEMWd .learn-packs-qeWNL .learn-sub-JVPAF {
    margin-bottom: 0;
    max-width: 700px;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    overflow-wrap: break-word;
    word-break: break-word;
}.price-option-bEMWd .skill-plans-eNPUv {
    gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}.price-option-bEMWd .rate-packages-wleNL {
    text-decoration: none;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 4px;
    transform: translateY(0);
    position: relative;
    overflow: hidden;
}.price-option-bEMWd .rate-packages-wleNL:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    z-index: 5;
}.price-option-bEMWd .package-price-YvXDB {
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
    height: 100%;
    position: relative;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
}.price-option-bEMWd .package-price-YvXDB::before {
    background: linear-gradient(90deg, rgb(177,172,154), rgb(142,157,98));
    transform: scaleX(0.8);
    position: absolute;
    content: "";
    width: 100%;
    transform-origin: left;
    left: 0;
    top: 0;
    transition: transform 0.4s ease-out;
    height: 5px;
}.price-option-bEMWd .rate-packages-wleNL:hover .package-price-YvXDB::before {
    transform: scaleX(1);
}.price-option-bEMWd .training-sub-VNcxm {
    z-index: 1;
    flex: 1;
    position: relative;
    flex-direction: column;
    padding: 30px;
    display: flex;
}.price-option-bEMWd .training-sub-VNcxm h3 {
    text-overflow: ellipsis;
    font-size: calc(19px + 2px);
    white-space: nowrap;
    position: relative;
    color: #000000;
    overflow: hidden;
    transform-origin: left;
    transition: transform 0.3s ease;
    margin-bottom: 15px;
    font-weight: 700;
}.price-option-bEMWd .rate-packages-wleNL:hover .training-sub-VNcxm h3 {
    color: rgb(177,172,154);
    transform: translateX(5px) scale(1.03);
}.price-option-bEMWd .study-costs-YWaqz {
    color: rgb(142,157,98);
    margin-bottom: 20px;
    font-size: calc(19px + 4px);
    font-weight: 700;
    position: relative;
    display: inline-block;
}.price-option-bEMWd .study-costs-YWaqz::after {
    height: 3px;
    position: absolute;
    transform: scaleX(0.5);
    bottom: -5px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgb(177,172,154);
    transform-origin: left;
    content: "";
    left: 0;
    width: 50px;
}.price-option-bEMWd .rate-packages-wleNL:hover .study-costs-YWaqz::after {
    transform: scaleX(1);
}.price-option-bEMWd .training-sub-VNcxm p {
    flex: 1;
    font-size: 14px;
    -webkit-line-clamp: 5;
    overflow-wrap: break-word;
    overflow: hidden;
    color: #000000;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    display: -webkit-box;
    line-height: 1.6;
    word-break: break-word;
}.price-option-bEMWd .image-header-aTcvA {
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
    position: relative;
}.price-option-bEMWd .image-header-aTcvA::after {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    top: 0;
    height: 100%;
    pointer-events: none;
    left: 0;
    width: 100%;
}.price-option-bEMWd .rate-packages-wleNL:hover .image-header-aTcvA {
    transform: scale(1.05);
}

@media (min-width: 768px) {.price-option-bEMWd .skill-plans-eNPUv {
    grid-template-columns: repeat(2, 1fr);
}.price-option-bEMWd .learn-packs-qeWNL {
    padding: 40px;
}.price-option-bEMWd .training-sub-VNcxm {
    padding: 30px 35px;
}.price-option-bEMWd .image-header-aTcvA {
    height: 240px;
}
}

@media (min-width: 992px) {.price-option-bEMWd .tuition-plans-nLtlS {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
}.price-option-bEMWd .learn-packs-qeWNL {
    flex-direction: column;
    justify-content: center;
    padding: 50px 40px;
    width: 30%;
    display: flex;
}.price-option-bEMWd .skill-plans-eNPUv {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.price-option-bEMWd .training-sub-VNcxm {
    padding: 30px;
}.price-option-bEMWd .training-sub-VNcxm p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.price-option-bEMWd {
    padding: 120px 0;
}.price-option-bEMWd .skill-plans-eNPUv {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price-option-bEMWd .learn-packs-qeWNL h2 {
    font-size: calc(38px + 4px);
}.price-option-bEMWd .training-sub-VNcxm h3 {
    font-size: calc(19px + 4px);
}.price-option-bEMWd .study-costs-YWaqz {
    font-size: calc(19px + 8px);
}.price-option-bEMWd .image-header-aTcvA {
    height: 280px;
}
}

@media (min-width: 1400px) {.price-option-bEMWd .skill-plans-eNPUv {
    grid-template-columns: repeat(2, 1fr);
}.price-option-bEMWd .training-sub-VNcxm p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.price-option-bEMWd .rate-packages-wleNL {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.price-option-bEMWd .rate-packages-wleNL:hover {
    transform: translateY(-10px) scale(1.02);
}}.data-exploration-YgFIu {
    position: relative;
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
}.data-exploration-YgFIu::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    opacity: 0.9;
    position: absolute;
    background: linear-gradient(135deg, rgb(177,172,154) 0%, rgb(142,157,98) 100%);
}.data-exploration-YgFIu::after {
    position: absolute;
    z-index: 2;
    height: 100%;
    background-size: 20px 20px;
    content: "";
    width: 100%;
    animation: movePattern 30s linear infinite;
    background: radial-gradient(
        circle at 10px 10px,
        rgba(255, 255, 255, 0.1) 0,
        rgba(255, 255, 255, 0.1) 2px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    top: 0;
}@keyframes movePattern {
    0% { background-position: 0 0; }
    100% { background-position: 100px 100px; }
}

.data-exploration-YgFIu .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 5;
}.data-exploration-YgFIu .statistics-growth-ELFIu {
    gap: 40px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 2fr;
}.data-exploration-YgFIu .statistics-expertise-uapKE {
    grid-column: 1;
    margin: 0;
    display: flex;
    width: 120px;
    background: #000000;
    justify-content: center;
    height: 120px;
    align-items: center;
    transform: rotate(-5deg);
    grid-row: 1;
    box-shadow: 0 0 0 2px rgb(177,172,154), 
                0 0 0 8px #000000, 
                0 0 30px -5px rgb(177,172,154,0.5);
    border-radius: 10px;
}.data-exploration-YgFIu .statistics-expertise-uapKE svg {
    fill: rgb(177,172,154);
    height: 60px;
    width: 60px;
}.data-exploration-YgFIu .statistics-expertise-uapKE svg path {
    fill: rgb(177,172,154);
}.data-exploration-YgFIu .mentor-statistics-ImeXf {
    grid-column: 2;
    align-items: center;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    font-size: 40px;
    text-align: left;
    padding-left: 0;
    grid-row: 1;
    display: flex;
    margin: 0;
}.data-exploration-YgFIu .mentor-statistics-ImeXf::before {
    left: -20px;
    content: "";
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 10px;
    background: rgb(177,172,154);
    width: 4px;
}.data-exploration-YgFIu .knowledge-boosters-bpYPF {
    margin: 20px 0 50px;
    border-left: 4px solid rgb(142,157,98);
    font-size: calc(12px * 1.1);
    border-radius: 20px;
    grid-row: 2;
    padding: 20px;
    line-height: 1.7;
    grid-column: 1 / -1;
    background: rgba(255, 255, 255, 0.05);
    text-align: left;
}.data-exploration-YgFIu .success-statistics-zdNaW {
    flex-wrap: wrap;
    position: relative;
    justify-content: flex-start;
    grid-column: 1 / -1;
    grid-row: 3;
    display: flex;
    gap: 30px;
}.data-exploration-YgFIu .success-statistics-zdNaW::before {
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, 
                rgb(177,172,154) 0%, 
                transparent 100%);
    height: 1px;
    top: -30px;
    width: 100%;
}.data-exploration-YgFIu .statistics-advantages-RUaZH {
    padding: 0;
    text-align: left;
    transition: all 0.3s ease;
    align-items: flex-start;
    flex-direction: column;
    flex: 0 0 calc(25% - 30px);
    position: relative;
    display: flex;
}.data-exploration-YgFIu .statistics-advantages-RUaZH:hover {
    transform: translateX(10px);
}.data-exploration-YgFIu .statistics-grow-MIkbd {
    justify-content: center;
    background: #000000;
    transform: rotate(-3deg);
    order: 1;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 0 0 15px 0;
    box-shadow: 0 0 0 2px rgb(142,157,98,0.5);
    border-radius: 10px;
    display: flex;
}.data-exploration-YgFIu .statistics-grow-MIkbd svg {
    width: 25px;
    fill: rgb(142,157,98);
    height: 25px;
}.data-exploration-YgFIu .statistics-grow-MIkbd svg path {
    fill: rgb(142,157,98);
}.data-exploration-YgFIu .statistics-advantages-RUaZH span {
    order: 2;
    font-weight: 700;
    margin: 0 0 5px 0;
    font-size: calc(31px * 1.5);
    color: #ffffff;
    position: relative;
    display: inline-block;
    line-height: 1;
}.data-exploration-YgFIu .statistics-advantages-RUaZH span::after {
    background: rgb(177,172,154);
    border-radius: 10px;
    width: 30px;
    left: 0;
    bottom: -10px;
    content: "";
    height: 3px;
    position: absolute;
}.data-exploration-YgFIu .statistics-advantages-RUaZH p {
    order: 3;
    line-height: 1.4;
    margin: 15px 0 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

@media screen and (max-width: 1024px) {.data-exploration-YgFIu .statistics-advantages-RUaZH {
    flex: 0 0 calc(33.33% - 30px);
}
}

@media screen and (max-width: 992px) {.data-exploration-YgFIu {
    padding: 90px 0;
}.data-exploration-YgFIu .statistics-growth-ELFIu {
    grid-template-columns: 1fr;
    gap: 30px;
}.data-exploration-YgFIu .statistics-expertise-uapKE {
    width: 100px;
    grid-column: 1;
    height: 100px;
    margin: 0 auto 20px;
    grid-row: 1;
}.data-exploration-YgFIu .mentor-statistics-ImeXf {
    text-align: center;
    justify-content: center;
    grid-column: 1;
    font-size: calc(40px * 0.9);
    grid-row: 2;
}.data-exploration-YgFIu .mentor-statistics-ImeXf::before {
    transform: none;
    width: 80px;
    left: 0;
    top: auto;
    height: 3px;
    bottom: -10px;
}.data-exploration-YgFIu .knowledge-boosters-bpYPF {
    border-left: none;
    grid-row: 3;
    text-align: center;
    border-top: 4px solid rgb(142,157,98);
}.data-exploration-YgFIu .statistics-advantages-RUaZH {
    flex: 0 0 calc(50% - 30px);
}
}

@media screen and (max-width: 768px) {.data-exploration-YgFIu {
    padding: 70px 0;
}.data-exploration-YgFIu .statistics-expertise-uapKE {
    width: 80px;
    height: 80px;
}.data-exploration-YgFIu .statistics-expertise-uapKE svg {
    height: 40px;
    width: 40px;
}.data-exploration-YgFIu .mentor-statistics-ImeXf {
    font-size: calc(40px * 0.8);
}.data-exploration-YgFIu .knowledge-boosters-bpYPF {
    margin: 10px 0 40px;
    font-size: 12px;
    padding: 15px;
}.data-exploration-YgFIu .success-statistics-zdNaW {
    justify-content: center;
}
}

@media screen and (max-width: 576px) {.data-exploration-YgFIu {
    padding: 60px 0;
}.data-exploration-YgFIu .statistics-growth-ELFIu {
    gap: 20px;
}.data-exploration-YgFIu .statistics-expertise-uapKE {
    width: 70px;
    height: 70px;
}.data-exploration-YgFIu .statistics-expertise-uapKE svg {
    width: 35px;
    height: 35px;
}.data-exploration-YgFIu .mentor-statistics-ImeXf {
    font-size: calc(40px * 0.7);
}.data-exploration-YgFIu .knowledge-boosters-bpYPF {
    margin: 10px 0 30px;
    font-size: calc(12px * 0.9);
}.data-exploration-YgFIu .statistics-advantages-RUaZH {
    align-items: center;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 20px;
}.data-exploration-YgFIu .statistics-advantages-RUaZH span::after {
    left: 50%;
    transform: translateX(-50%);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    background: linear-gradient(145deg, rgb(230,228,224) 0%, rgb(177,172,154,0.5) 100%);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.9;
    content: "";
    position: absolute;
    z-index: -2;
}footer::after {
    left: 0;
    bottom: 0;
    z-index: -1;
    top: 0;
    opacity: 0.1;
    content: "";
    position: absolute;
    background-image: 
        repeating-linear-gradient(0deg, rgb(177,172,154,0.5), rgb(177,172,154,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(177,172,154,0.5), rgb(177,172,154,0.5) 1px, transparent 1px, transparent 20px);
    right: 0;
}.footer-milestones-YdarS {
    padding: 4rem 0 2rem;
    color: #000000;
    position: relative;
}.footer-milestones-YdarS::after {
    left: 0;
    width: 100%;
    top: 0;
    height: 6px;
    position: absolute;
    background: linear-gradient(90deg, rgb(177,172,154), rgb(142,157,98));
    content: "";
}.footer-milestones-YdarS .container {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}.footer-milestones-YdarS .company_holder {
    border-radius: 28px;
    padding: 2rem 2.5rem;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
    position: relative;
}.footer-milestones-YdarS .company_holder::before {
    width: 100%;
    height: 5px;
    border-top-right-radius: 28px;
    position: absolute;
    content: "";
    left: 0;
    border-top-left-radius: 28px;
    top: 0;
    background: rgb(177,172,154);
}.footer-milestones-YdarS .company_holder h3 {
    position: relative;
    margin: 0 0 1.5rem;
    font-weight: 700;
    font-size: 31px;
    color: rgb(177,172,154);
    letter-spacing: 0.5px;
}.footer-milestones-YdarS .company_holder h3::after {
    content: "";
    left: 0;
    position: absolute;
    background: rgb(142,157,98);
    bottom: -0.5rem;
    width: 80px;
    height: 3px;
}.footer-milestones-YdarS .fellow-prog-SXABK {
    background: rgb(230,228,224);
    border-radius: 10px;
    border-left: 3px solid rgb(142,157,98);
    color: #000000;
    padding: 1.5rem;
    line-height: 1.7;
    position: relative;
    font-size: 15px;
}.footer-milestones-YdarS .insta-feed-ZxjPB {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.footer-milestones-YdarS .nav-sitewrap-IfdDl {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}.footer-milestones-YdarS .head-teach-dLvil {
    overflow: hidden;
    position: relative;
    min-width: 200px;
    border-radius: 28px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(50% - 1.25rem);
    background: #ffffff;
}.footer-milestones-YdarS .head-teach-dLvil h5 {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    background: rgb(142,157,98);
    color: #ffffff;
    padding: 1rem 1.5rem;
}.footer-milestones-YdarS .head-teach-dLvil .nav-sitewrap-IfdDl {
    gap: 0;
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
}.footer-milestones-YdarS .head-teach-dLvil .nav-sitewrap-IfdDl a {
    display: flex;
    transition: all 0.3s ease;
    color: #000000;
    position: relative;
    font-size: 15px;
    text-decoration: none;
    align-items: center;
    padding: 0.8rem 1.5rem;
}.footer-milestones-YdarS .head-teach-dLvil .nav-sitewrap-IfdDl a::before {
    position: absolute;
    content: "";
    height: 100%;
    transition: all 0.3s ease;
    top: 0;
    z-index: -1;
    width: 0;
    background: rgb(230,228,224);
    left: 0;
}.footer-milestones-YdarS .head-teach-dLvil .nav-sitewrap-IfdDl a::after {
    top: 50%;
    position: absolute;
    left: 1.5rem;
    height: 5px;
    background: rgb(142,157,98);
    content: "";
    opacity: 0;
    width: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: translateY(-50%);
}.footer-milestones-YdarS .head-teach-dLvil .nav-sitewrap-IfdDl a:hover {
    padding-left: 2.2rem;
    color: rgb(177,172,154);
}.footer-milestones-YdarS .head-teach-dLvil .nav-sitewrap-IfdDl a:hover::before {
    width: 100%;
}.footer-milestones-YdarS .head-teach-dLvil .nav-sitewrap-IfdDl a:hover::after {
    opacity: 1;
}.hackathon-APTDq {
    position: relative;
    margin-top: 3rem;
    background: rgb(230,228,224);
    padding: 2rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.hackathon-APTDq::before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(177,172,154,0.5), transparent);
    height: 1px;
    right: 10%;
    left: 10%;
    content: "";
}.hackathon-APTDq .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.hackathon-APTDq .abuse-ctrl-xKVTN {
    font-size: 16px;
    border-radius: 50px;
    background: #ffffff;
    text-align: center;
    color: #000000;
    padding: 0.8rem 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-weight: 400;
}

@media (max-width: 1200px) {.footer-milestones-YdarS .container {
    gap: 2rem;
}.footer-milestones-YdarS .company_holder {
    flex: 1 1 360px;
}.footer-milestones-YdarS .insta-feed-ZxjPB {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.footer-milestones-YdarS .nav-sitewrap-IfdDl {
    gap: 2rem;
}
}

@media (max-width: 992px) {.footer-milestones-YdarS {
    padding: 3.5rem 0 2rem;
}.footer-milestones-YdarS .container {
    flex-direction: column;
    gap: 2.5rem;
}.footer-milestones-YdarS .company_holder,
    .footer-milestones-YdarS .insta-feed-ZxjPB {
    flex: 1 1 100%;
    min-width: 100%;
}.footer-milestones-YdarS .head-teach-dLvil {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.footer-milestones-YdarS {
    padding: 3rem 0 1.5rem;
}.footer-milestones-YdarS .nav-sitewrap-IfdDl {
    gap: 1.5rem;
}.footer-milestones-YdarS .company_holder {
    padding: 2rem;
}.footer-milestones-YdarS .company_holder h3 {
    font-size: calc(31px - 2px);
}.hackathon-APTDq {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.footer-milestones-YdarS {
    padding: 2.5rem 0 1rem;
}.footer-milestones-YdarS .container {
    gap: 1.5rem;
}.footer-milestones-YdarS .head-teach-dLvil {
    min-width: 100%;
    flex: 1 1 100%;
}.footer-milestones-YdarS .nav-sitewrap-IfdDl {
    gap: 1rem;
}.footer-milestones-YdarS .company_holder {
    padding: 1.5rem;
}.footer-milestones-YdarS .fellow-prog-SXABK {
    padding: 1.2rem;
}.hackathon-APTDq {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.footer-milestones-YdarS .company_holder h3::after {
    width: 50px;
}.footer-milestones-YdarS .head-teach-dLvil .nav-sitewrap-IfdDl a:hover {
    padding-left: 2rem;
}.hackathon-APTDq .abuse-ctrl-xKVTN {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.welcome-page-BKFfV {
    font-family: Arial, sans-serif;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}.welcome-page-BKFfV .main-front-oyPgY {
    height: 100vh;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    position: relative;
}.welcome-page-BKFfV .main-front-oyPgY::before {
    width: 100%;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.4) 50%, 
    rgba(0, 0, 0, 0.7) 100%);
    top: 0;
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
}.welcome-page-BKFfV .pedagogy-info-MgAiL {
    width: 90%;
    transform: perspective(1000px) rotateX(2deg);
    clip-path: polygon(
    0 0,
    100% 0,
    98% 96%,
    2% 100%
  );
    max-width: 1200px;
    position: relative;
    padding: 4rem;
    backdrop-filter: blur(10px);
    background: linear-gradient(
    170deg,
    rgb(177,172,154,0.5) 0%,
    rgba(35, 35, 55, 0.9) 100%
  );
    z-index: 2;
    transform-style: preserve-3d;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.3);
}.welcome-page-BKFfV .pedagogy-info-MgAiL > div {
    transform-style: preserve-3d;
    opacity: 0;
    animation: fadeIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
    transform: translateZ(20px);
}.welcome-page-BKFfV .pedagogy-info-MgAiL > div:nth-child(1) {
    animation-delay: 0.3s;
}.welcome-page-BKFfV .pedagogy-info-MgAiL > div:nth-child(2) {
    animation-delay: 0.5s;
}.welcome-page-BKFfV .pedagogy-info-MgAiL > div:nth-child(3) {
    animation-delay: 0.7s;
}.welcome-page-BKFfV p {
    font-size: calc(15px * 1.2);
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    animation: slideRight 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 400;
    transform: translateX(-20px);
}.welcome-page-BKFfV p::before {
    width: 20px;
    position: absolute;
    height: 2px;
    transform-origin: left;
    top: 50%;
    animation: scaleIn 0.6s ease forwards 1.2s;
    content: "";
    background: rgb(142,157,98);
    left: -30px;
    transform: scaleX(0);
}.welcome-page-BKFfV .title_style_header {
    letter-spacing: 2px;
    line-height: 1.2;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    transform: translateY(20px);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    font-size: calc(45px * 1.2);
    margin-bottom: 2rem;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.6);
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
}.welcome-page-BKFfV h3 {
    padding-left: 20px;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    transform: translateY(20px);
    position: relative;
    color: #ffffff;
    opacity: 0.95;
    font-size: calc(19px * 1.1);
    max-width: 90%;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    line-height: 1.5;
    font-weight: 600;
}.welcome-page-BKFfV h3::before {
    transform: scaleY(0);
    top: 0;
    height: 100%;
    transform-origin: top;
    content: "";
    width: 4px;
    animation: scaleIn 0.6s ease forwards 1.4s;
    left: 0;
    background: rgb(142,157,98);
    position: absolute;
}@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

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

.welcome-page-BKFfV .main-front-oyPgY:hover .pedagogy-info-MgAiL {
    transform: perspective(1000px) rotateX(4deg);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 992px) {.welcome-page-BKFfV .pedagogy-info-MgAiL {
    transform: perspective(800px) rotateX(1deg);
    padding: 3rem;
    width: 95%;
}.welcome-page-BKFfV .title_style_header {
    font-size: calc(45px * 1.1);
}.welcome-page-BKFfV h3 {
    max-width: 100%;
    font-size: 19px;
}
}

@media (max-width: 768px) {.welcome-page-BKFfV .pedagogy-info-MgAiL {
    clip-path: polygon(
      0 0,
      100% 0,
      99% 98%,
      1% 100%
    );
    transform: perspective(600px) rotateX(0.5deg);
    padding: 2.5rem;
}.welcome-page-BKFfV .title_style_header {
    margin-bottom: 1.5rem;
    font-size: 45px;
}.welcome-page-BKFfV p {
    font-size: 15px;
}.welcome-page-BKFfV h3 {
    padding-left: 15px;
    font-size: calc(22px * 1.1);
}.welcome-page-BKFfV h3::before {
    width: 3px;
}
}

@media (max-width: 576px) {.welcome-page-BKFfV .pedagogy-info-MgAiL {
    width: 96%;
    padding: 2rem 1.5rem;
    clip-path: polygon(
      0 0,
      100% 0,
      100% 98%,
      0 100%
    );
    transform: none;
}.welcome-page-BKFfV .title_style_header {
    font-size: calc(31px * 0.9);
    letter-spacing: 1px;
}.welcome-page-BKFfV p {
    font-size: calc(15px * 0.95);
    margin-bottom: 1rem;
}.welcome-page-BKFfV h3 {
    padding-left: 12px;
    font-size: 22px;
}.welcome-page-BKFfV h3::before {
    width: 2px;
}.welcome-page-BKFfV p::before {
    left: -20px;
    width: 15px;
}}.consentNotificationBox-DURSW {
    position: fixed;
    background: rgb(230,228,224);
    z-index: 90;
    border-top: 2px solid rgb(177,172,154);
    width: 100%;
    bottom: 0;
}.cookie-verify-wRFpI {
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
    align-items: center;
}.consentNotificationBox-DURSW h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#cookie-popup-modal-tbjKl {
    display: none;
}#cookie-popup-modal-tbjKl:checked ~ .consentNotificationBox-DURSW {
    visibility: hidden;
    opacity: 0;
}.consentNotificationBox-DURSW p {
    font-size: 18px;
}.cookie-apply-oLPaI {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie-apply-oLPaI svg, .cookie-apply-oLPaI svg path, .cookie-apply-oLPaI img {
    width: 100px;
    fill: rgb(177,172,154);
    height: 100px;
}.cookie-check-uIzUL {
    cursor: pointer;
    color: rgb(177,172,154);
    white-space: nowrap;
    text-decoration: none;
    margin-left: 10px;
    flex-shrink: 0;
    font-size: 24px;
    min-width: 120px;
    line-height: 35px;
    border-bottom: 2px solid rgb(177,172,154);
    text-align: center;
}.consentNotificationBox-DURSW p a {
    text-decoration: none;
    color: rgb(177,172,154);
}
@media only screen and (max-width: 1200px) {.consentNotificationBox-DURSW {
    padding: 20px;
}}

.warp-container-COGjY .consentNotificationBox-DURSW {
    box-shadow: rgb(142,157,98,0.5) 0px 0px 40px 39px;
    background: rgb(142,157,98);
    border: none;
    padding: 40px 0;
}.warp-container-COGjY .cookie-check-uIzUL {
    margin-left: 30px;
    background: rgb(177,172,154);
    color: #ffffff;
    border: none;
    font-size: 20px;
    padding: 10px;
    font-weight: 400;
}.warp-container-COGjY .cookie-layer-aoJyp h5, .warp-container-COGjY .cookie-layer-aoJyp p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.cookie-apply-oLPaI {
    display: none;
}.cookie-verify-wRFpI {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.consentNotificationBox-DURSW h5 {
    text-align: center;
}.consentNotificationBox-DURSW p {
    text-align: center;
}.cookie-layer-aoJyp {
    margin-bottom: 20px;
}body .warp-container-COGjY .cookie-check-uIzUL {
    margin-left: 0;
    margin-bottom: 10px;
}}.reach-us-NAJPZ {
    perspective: 1000px;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(230,228,224) 0%, #ffffff 100%);
    position: relative;
    font-family: Arial, sans-serif;
}.reach-us-NAJPZ::before {
    opacity: 0.05;
    left: 0;
    position: absolute;
    z-index: 0;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgb(142,157,98,0.5) 0px,
            transparent 2px,
            transparent 10px,
            rgb(142,157,98,0.5) 12px
        );
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    transform: translateZ(-10px);
}.reach-us-NAJPZ::after {
    position: absolute;
    height: 10px;
    bottom: -5px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    z-index: 1;
    left: 0;
    background: linear-gradient(90deg, rgb(177,172,154), rgb(142,157,98));
    width: 100%;
    content: "";
}.reach-us-NAJPZ h1 {
    color: #000000;
    text-align: left;
    transform: translateZ(5px);
    font-size: 48px;
    position: relative;
    letter-spacing: 0.02em;
    font-weight: 700;
    z-index: 2;
    margin-bottom: 2.5rem;
}.reach-us-NAJPZ h1::after {
    content: "";
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left;
    transform: scaleX(1);
    height: 4px;
    position: absolute;
    width: 80px;
    left: 0;
    background: rgb(177,172,154);
    bottom: -10px;
}.reach-us-NAJPZ h1:hover::after {
    transform: scaleX(1.5);
}.reach-us-NAJPZ .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    max-width: 1200px;
}.reach-us-NAJPZ .edu-form-PZcDM {
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
    transform-style: preserve-3d;
}.reach-us-NAJPZ .edu-form-PZcDM > div {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.95);
    transform: translateZ(10px);
    position: relative;
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.reach-us-NAJPZ .edu-form-PZcDM > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) translateY(-5px);
}.reach-us-NAJPZ .edu-form-PZcDM > div::before {
    width: 4px;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.8;
    background: linear-gradient(to bottom, rgb(177,172,154), rgb(142,157,98));
    position: absolute;
}.reach-us-NAJPZ .edu-form-PZcDM > div > div {
    letter-spacing: 0.01em;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
}.reach-us-NAJPZ h6 {
    letter-spacing: 0.05em;
    color: #000000;
    margin-bottom: 0.75rem;
    font-size: 22px;
    text-transform: uppercase;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-weight: 600;
}.reach-us-NAJPZ span {
    color: #000000;
    padding-bottom: 0.5rem;
    margin-left: 1.8rem;
    font-size: calc(13px * 1.05);
    border-bottom: 1px dashed rgb(142,157,98,0.5);
    display: block;
}.reach-us-NAJPZ .connect-section-OyeDV {
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
}.reach-us-NAJPZ .connect-section-OyeDV > div {
    transition: transform 0.3s ease;
}.reach-us-NAJPZ .connect-section-OyeDV > div:hover {
    transform: translateX(5px);
}.reach-us-NAJPZ .edu-guide-CfLhu {
    position: relative;
    font-size: calc(13px * 1.05);
    color: #000000;
    overflow: hidden;
    text-decoration: none;
    font-weight: 600;
    gap: 0.5rem;
    align-items: center;
    transition: color 0.3s ease;
    display: flex;
}.reach-us-NAJPZ .edu-guide-CfLhu::after {
    bottom: -2px;
    width: 100%;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: "";
    transform: scaleX(0);
    background: rgb(177,172,154);
    transform-origin: right;
    height: 2px;
    position: absolute;
}.reach-us-NAJPZ .edu-guide-CfLhu:hover {
    color: rgb(177,172,154);
}.reach-us-NAJPZ .edu-guide-CfLhu:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.reach-us-NAJPZ svg {
    height: 20px;
    width: 20px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.reach-us-NAJPZ .edu-guide-CfLhu:hover svg {
    transform: scale(1.15) rotate(5deg);
}.reach-us-NAJPZ svg path {
    transition: fill 0.3s ease;
    fill: rgb(177,172,154);
}.reach-us-NAJPZ .edu-guide-CfLhu:hover svg path {
    fill: rgb(142,157,98);
}

@media (min-width: 768px) {.reach-us-NAJPZ {
    padding: 6rem 3rem;
}.reach-us-NAJPZ .edu-form-PZcDM {
    grid-template-columns: repeat(2, 1fr);
}.reach-us-NAJPZ h1 {
    font-size: calc(48px * 1.1);
    margin-bottom: 3rem;
}.reach-us-NAJPZ h1::after {
    width: 100px;
}
}

@media (min-width: 992px) {.reach-us-NAJPZ {
    padding: 7rem 4rem;
}.reach-us-NAJPZ .edu-form-PZcDM {
    grid-template-columns: 2fr 1fr 1fr;
}.reach-us-NAJPZ .edu-form-PZcDM > div {
    padding: 2.5rem;
}.reach-us-NAJPZ h1 {
    font-size: calc(48px * 1.2);
}.reach-us-NAJPZ h6 {
    font-size: calc(22px * 1.05);
}
}

@media (max-width: 767px) {.reach-us-NAJPZ {
    padding: 4rem 1.5rem;
}.reach-us-NAJPZ h1 {
    margin-bottom: 2rem;
    font-size: calc(48px * 0.9);
}.reach-us-NAJPZ .edu-form-PZcDM > div {
    padding: 1.5rem;
}.reach-us-NAJPZ span {
    margin-left: 1.5rem;
}.reach-us-NAJPZ .connect-section-OyeDV {
    gap: 1rem;
}
}

@media (max-width: 480px) {.reach-us-NAJPZ {
    padding: 3rem 1rem;
}.reach-us-NAJPZ h1 {
    font-size: calc(48px * 0.8);
}.reach-us-NAJPZ .edu-form-PZcDM > div {
    padding: 1.25rem;
}.reach-us-NAJPZ h6 {
    font-size: calc(22px * 0.95);
}.reach-us-NAJPZ span {
    margin-left: 1.2rem;
    font-size: 13px;
}.reach-us-NAJPZ .edu-guide-CfLhu {
    font-size: 13px;
}.reach-us-NAJPZ svg {
    height: 18px;
    width: 18px;
}}.leadership-profile-eatPx {
    position: relative;
    padding: 120px 0;
    background: rgb(230,228,224);
    overflow: hidden;
}.leadership-profile-eatPx::before {
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(177,172,154,0.5) 0,
        rgb(177,172,154,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    opacity: 0.05;
}.leadership-profile-eatPx .container {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.leadership-profile-eatPx .feedback-corner-CoTuZ {
    margin: 0 auto;
    position: relative;
    gap: 50px;
    grid-template-columns: 350px 1fr;
    background: #ffffff;
    border-radius: 23px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    max-width: 1000px;
    overflow: hidden;
    display: grid;
}.leadership-profile-eatPx .image-header-aTcvA {
    width: 100%;
    position: relative;
    height: 100%;
    min-height: 400px;
    overflow: hidden;
    border-radius: 0;
}.leadership-profile-eatPx .image-header-aTcvA::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 50%;
    position: absolute;
    content: "";
    width: 100%;
}.leadership-profile-eatPx .image-header-aTcvA::after {
    top: 0;
    width: 100%;
    background: rgb(177,172,154);
    height: 100%;
    left: 0;
    content: "";
    opacity: 0.15;
    transition: opacity 0.4s ease;
    position: absolute;
}.leadership-profile-eatPx .image-header-aTcvA:hover::after {
    opacity: 0;
}.leadership-profile-eatPx .name {
    margin: 0;
    font-weight: 700;
    left: 30px;
    z-index: 2;
    padding-bottom: 0;
    transition: transform 0.3s ease;
    bottom: 60px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 18px;
    position: absolute;
}.leadership-profile-eatPx .feedback-corner-CoTuZ span:not(.name) {
    transition: transform 0.3s ease;
    z-index: 2;
    font-size: 18px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 400;
    opacity: 0.85;
    left: 30px;
    margin: 0;
    bottom: 30px;
    position: absolute;
}.leadership-profile-eatPx .image-header-aTcvA:hover ~ .name,
.leadership-profile-eatPx .image-header-aTcvA:hover ~ span:not(.name) {
    transform: translateX(5px);
}.leadership-profile-eatPx .job-wrap-HzZAm {
    font-size: 18px;
    justify-content: center;
    color: #000000;
    display: flex;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-weight: 400;
    position: relative;
    margin: 0;
    flex-direction: column;
    padding: 50px 40px;
}.leadership-profile-eatPx .job-wrap-HzZAm::before {
    opacity: 0.2;
    content: "";
    left: 40px;
    width: 40px;
    height: 30px;
    top: 40px;
    position: absolute;
    background: linear-gradient(to right bottom, 
        rgb(177,172,154) 0%, 
        rgb(177,172,154) 50%, 
        transparent 50%, 
        transparent 100%);
}.leadership-profile-eatPx .job-wrap-HzZAm::after {
    height: 30px;
    bottom: 40px;
    background: linear-gradient(to left top, 
        rgb(142,157,98) 0%, 
        rgb(142,157,98) 50%, 
        transparent 50%, 
        transparent 100%);
    opacity: 0.2;
    right: 40px;
    content: "";
    width: 40px;
    position: absolute;
}

@media (max-width: 992px) {.leadership-profile-eatPx {
    padding: 100px 0;
}.leadership-profile-eatPx .feedback-corner-CoTuZ {
    gap: 40px;
    grid-template-columns: 300px 1fr;
}.leadership-profile-eatPx .image-header-aTcvA {
    min-height: 350px;
}.leadership-profile-eatPx .job-wrap-HzZAm {
    padding: 40px 30px;
}.leadership-profile-eatPx .job-wrap-HzZAm::before {
    height: 24px;
    width: 30px;
    left: 30px;
    top: 30px;
}.leadership-profile-eatPx .job-wrap-HzZAm::after {
    width: 30px;
    right: 30px;
    height: 24px;
    bottom: 30px;
}
}

@media (max-width: 768px) {.leadership-profile-eatPx {
    padding: 80px 0;
}.leadership-profile-eatPx .container {
    padding: 0 20px;
}.leadership-profile-eatPx .feedback-corner-CoTuZ {
    grid-template-columns: 1fr;
    gap: 0;
}.leadership-profile-eatPx .image-header-aTcvA {
    min-height: 300px;
    height: 300px;
}.leadership-profile-eatPx .job-wrap-HzZAm {
    padding: 35px 25px;
}.leadership-profile-eatPx .name {
    left: 25px;
    bottom: 50px;
    font-size: calc(18px * 0.9);
}.leadership-profile-eatPx .feedback-corner-CoTuZ span:not(.name) {
    left: 25px;
    font-size: calc(18px * 0.95);
    bottom: 25px;
}.leadership-profile-eatPx .job-wrap-HzZAm::before {
    top: 25px;
    height: 20px;
    left: 25px;
    width: 24px;
}.leadership-profile-eatPx .job-wrap-HzZAm::after {
    right: 25px;
    height: 20px;
    width: 24px;
    bottom: 25px;
}
}

@media (max-width: 480px) {.leadership-profile-eatPx {
    padding: 60px 0;
}.leadership-profile-eatPx .image-header-aTcvA {
    height: 250px;
    min-height: 250px;
}.leadership-profile-eatPx .job-wrap-HzZAm {
    font-size: calc(18px * 0.9);
    padding: 30px 20px;
}.leadership-profile-eatPx .name {
    font-size: calc(18px * 0.85);
    bottom: 45px;
    left: 20px;
}.leadership-profile-eatPx .feedback-corner-CoTuZ span:not(.name) {
    bottom: 20px;
    left: 20px;
    font-size: calc(18px * 0.9);
}.leadership-profile-eatPx .job-wrap-HzZAm::before,
    .leadership-profile-eatPx .job-wrap-HzZAm::after {
    height: 16px;
    width: 20px;
}}.training-results-TXspv {
    background: linear-gradient(135deg, rgb(230,228,224) 0%, rgba(255, 255, 255, 0.95) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.training-results-TXspv::before {
    left: 0;
    right: 0;
    z-index: 1;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(177,172,154) 0%, rgb(142,157,98) 100%);
    position: absolute;
    top: 0;
}.training-results-TXspv::after {
    opacity: 0.1;
    z-index: 0;
    right: -100px;
    position: absolute;
    width: 300px;
    height: 300px;
    content: "";
    border: 2px solid rgb(177,172,154,0.5);
    transform: rotate(45deg);
    bottom: -100px;
}.training-results-TXspv .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    display: grid;
    margin: 0 auto;
}.training-results-TXspv .image-header-aTcvA {
    transform: translateY(-10px);
    width: 100%;
    object-fit: cover;
    height: 100%;
    box-shadow: 15px 15px 0 rgb(177,172,154,0.5);
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.6s ease;
}.training-results-TXspv .image-header-aTcvA:hover {
    box-shadow: 20px 20px 0 rgb(177,172,154,0.5);
    transform: translateY(-15px) translateX(5px);
}.training-results-TXspv .learn-spot-oigKU {
    display: flex;
    justify-content: center;
    flex-direction: column;
}.training-results-TXspv .text-capsule-bTIRQ {
    padding-left: 20px;
    position: relative;
}.training-results-TXspv .text-capsule-bTIRQ::before {
    bottom: 10px;
    content: "";
    top: 10px;
    transform-origin: center;
    position: absolute;
    width: 4px;
    transition: transform 0.4s ease;
    background: linear-gradient(to bottom, rgb(177,172,154), rgb(142,157,98));
    transform: scaleY(0.7);
    left: 0;
}.training-results-TXspv .text-capsule-bTIRQ:hover::before {
    transform: scaleY(1);
}.training-results-TXspv h1 {
    position: relative;
    margin-bottom: 30px;
    font-size: 39px;
    overflow: hidden;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
}.training-results-TXspv h1::after {
    background: rgb(142,157,98);
    left: 0;
    position: absolute;
    transition: width 0.5s ease;
    bottom: -8px;
    width: 80px;
    content: "";
    height: 3px;
}.training-results-TXspv .text-capsule-bTIRQ:hover h1::after {
    width: 120px;
}.training-results-TXspv ul {
    gap: 18px;
    margin: 0;
    padding: 0;
    display: grid;
    list-style: none;
}.training-results-TXspv li {
    padding-left: 40px;
    position: relative;
    transition: transform 0.3s ease;
}.training-results-TXspv li:hover {
    transform: translateX(5px);
}.training-results-TXspv li p {
    color: #000000;
    display: flex;
    align-items: center;
    font-size: calc(12px * 1.05);
    margin: 0;
    font-weight: 400;
    line-height: 1.6;
}.training-results-TXspv li svg {
    height: 28px;
    left: 0;
    width: 28px;
    position: absolute;
    transition: transform 0.3s ease;
    top: 50%;
    transform: translateY(-50%);
}.training-results-TXspv li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.training-results-TXspv li svg path {
    transition: fill 0.3s ease;
    fill: rgb(177,172,154);
}.training-results-TXspv li:hover svg path {
    fill: rgb(142,157,98);
}

@media (max-width: 992px) {.training-results-TXspv {
    padding: 80px 0;
}.training-results-TXspv .container {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 30px;
}.training-results-TXspv .image-header-aTcvA {
    width: 100%;
    box-shadow: 10px 10px 0 rgb(177,172,154,0.5);
    max-height: 400px;
}.training-results-TXspv h1 {
    margin-bottom: 25px;
    font-size: calc(39px * 0.9);
}
}

@media (max-width: 768px) {.training-results-TXspv {
    padding: 60px 0;
}.training-results-TXspv .image-header-aTcvA {
    max-height: 300px;
}.training-results-TXspv h1 {
    font-size: calc(39px * 0.8);
    margin-bottom: 20px;
}.training-results-TXspv ul {
    gap: 15px;
}.training-results-TXspv li p {
    font-size: 12px;
}
}

@media (max-width: 576px) {.training-results-TXspv {
    padding: 40px 0;
}.training-results-TXspv .image-header-aTcvA {
    max-height: 250px;
    box-shadow: 8px 8px 0 rgb(177,172,154,0.5);
}.training-results-TXspv .text-capsule-bTIRQ {
    padding-left: 15px;
}.training-results-TXspv .text-capsule-bTIRQ::before {
    width: 3px;
}.training-results-TXspv h1 {
    font-size: calc(39px * 0.7);
    margin-bottom: 18px;
}.training-results-TXspv h1::after {
    height: 2px;
    width: 60px;
}.training-results-TXspv li {
    padding-left: 34px;
}.training-results-TXspv li svg {
    height: 24px;
    width: 24px;
}.training-results-TXspv li p {
    font-size: calc(12px * 0.95);
    line-height: 1.5;
}}.gratDiv-iuGew {
    position: relative;
    background: linear-gradient(135deg, rgb(230,228,224) 0%, rgba(255,255,255,0.95) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
}.gratDiv-iuGew::before {
    content: "";
    filter: blur(40px);
    position: absolute;
    background: linear-gradient(45deg, rgb(177,172,154,0.5) 0%, rgb(142,157,98) 100%);
    width: 60%;
    opacity: 0.4;
    z-index: 0;
    animation: float 12s ease-in-out infinite;
    right: -20%;
    transform: rotate(-15deg);
    top: -20%;
    height: 70%;
}.gratDiv-iuGew::after {
    animation: float 15s ease-in-out infinite reverse;
    position: absolute;
    background: linear-gradient(-45deg, rgb(142,157,98,0.5) 0%, rgb(177,172,154) 100%);
    filter: blur(30px);
    left: -10%;
    content: "";
    width: 50%;
    z-index: 0;
    bottom: -10%;
    opacity: 0.3;
    transform: rotate(15deg);
    height: 60%;
}.gratDiv-iuGew .container {
    max-width: 1200px;
    flex-direction: column;
    display: flex;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    animation: fadeIn 0.8s ease-out forwards;
    align-items: center;
}.gratDiv-iuGew h2 {
    position: relative;
    font-weight: 700;
    opacity: 0;
    transform: translateY(20px);
    letter-spacing: -0.02em;
    max-width: 90%;
    animation: slideUp 0.7s ease-out 0.2s forwards;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 3rem;
    color: #000000;
    font-size: clamp(1.75rem, 4vw, 30px);
    font-family: Arial, sans-serif;
}.gratDiv-iuGew h2::before {
    background: linear-gradient(90deg, rgb(177,172,154) 0%, rgb(142,157,98) 100%);
    content: "";
    transform: translateX(-50%);
    bottom: -16px;
    height: 4px;
    border-radius: 2px;
    left: 50%;
    width: 80px;
    position: absolute;
}.gratDiv-iuGew .learn-spot-oigKU {
    width: 100%;
    padding: 3rem;
    border-left: 4px solid rgb(177,172,154);
    opacity: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.96) 100%);
    border-radius: 25px;
    animation: slideUp 0.8s ease-out 0.4s forwards;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06), 0 8px 16px rgba(0,0,0,0.04);
    max-width: 880px;
    backdrop-filter: blur(8px);
    transform: translateY(30px);
    position: relative;
}.gratDiv-iuGew .learn-spot-oigKU::before {
    border: 1px dashed rgba(0,0,0,0.07);
    position: absolute;
    bottom: 15px;
    right: 15px;
    content: "";
    pointer-events: none;
    top: 15px;
    z-index: 0;
    left: 15px;
    border-radius: calc(25px - 15px);
}.gratDiv-iuGew ul {
    padding: 0;
    position: relative;
    list-style: none;
    z-index: 1;
    margin: 0;
}.gratDiv-iuGew li {
    padding-left: 2rem;
    position: relative;
}.gratDiv-iuGew li::before {
    left: 0;
    position: absolute;
    background: rgb(177,172,154);
    border-radius: 50%;
    top: 8px;
    width: 8px;
    content: "";
    height: 8px;
    box-shadow: 0 0 0 4px rgb(177,172,154,0.5);
    animation: pulse 3s ease-in-out infinite;
}.gratDiv-iuGew span {
    font-size: clamp(1rem, 2vw, 1.1rem);
    position: relative;
    display: block;
    z-index: 2;
    line-height: 1.7;
    font-weight: 400;
    color: #000000;
    font-family: Arial, sans-serif;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(177,172,154,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}

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

@media screen and (max-width: 767px) {.gratDiv-iuGew {
    padding: 3rem 1.25rem;
}.gratDiv-iuGew h2 {
    margin-bottom: 2rem;
    max-width: 100%;
}.gratDiv-iuGew .learn-spot-oigKU {
    border-left-width: 3px;
    padding: 2rem 1.5rem;
}.gratDiv-iuGew li {
    padding-left: 1.5rem;
}.gratDiv-iuGew li::before {
    top: 6px;
    width: 6px;
    height: 6px;
}.gratDiv-iuGew h2::before {
    width: 60px;
    bottom: -12px;
    height: 3px;
}
}

@media screen and (max-width: 480px) {.gratDiv-iuGew {
    padding: 2.5rem 1rem;
}.gratDiv-iuGew h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}.gratDiv-iuGew .learn-spot-oigKU {
    padding: 1.5rem 1.25rem;
}.gratDiv-iuGew span {
    font-size: 0.95rem;
}
}