* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.first_expertW {
    flex: 1 0 auto;
}.viewport-containerq {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.mentor_ctat {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    width: 1128px;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.client_feedbackG {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(179,203,198) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0 80px;
}.client_feedbackG::before {
    transform: rotate(-15deg) skew(15deg);
    width: 250px;
    top: -50px;
    height: 250px;
    content: "";
    background: rgb(142,166,161,0.5);
    right: -50px;
    z-index: 1;
    position: absolute;
}.client_feedbackG::after {
    bottom: -80px;
    width: 200px;
    left: -50px;
    position: absolute;
    z-index: 1;
    height: 200px;
    content: "";
    background: rgb(106,128,123,0.5);
    transform: rotate(25deg) skew(-15deg);
}.client_feedbackG .container.fast_guide2 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.client_feedbackG h2 {
    transition: transform 0.5s ease-out;
    text-align: center;
    color: #000000;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    transform: perspective(1000px) translateZ(0px);
    font-size: 37px;
}.client_feedbackG h2::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(142,166,161), rgb(106,128,123));
    height: 4px;
    content: "";
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
}.client_feedbackG h2:hover {
    transform: perspective(1000px) translateZ(15px);
}.client_feedbackG .edu_reviewsA {
    padding: 0;
    display: grid;
    gap: 30px;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}.client_feedbackG .testimonials_hubx {
    padding: 30px;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    border-left: 3px solid transparent;
    transform: translateY(0);
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}.client_feedbackG .testimonials_hubx::before {
    color: rgb(106,128,123,0.5);
    font-size: 100px;
    line-height: 1;
    content: "";
    position: absolute;
    opacity: 0.15;
    right: 20px;
    font-family: serif;
    top: 10px;
    z-index: 0;
}.client_feedbackG .testimonials_hubx::after {
    background: linear-gradient(90deg, rgb(142,166,161), rgb(106,128,123));
    width: 0;
    height: 3px;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    transition: width 0.3s ease-in-out;
}.client_feedbackG .testimonials_hubx:hover {
    transform: translateY(-10px);
    border-left: 3px solid rgb(142,166,161);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.client_feedbackG .testimonials_hubx:hover::after {
    width: 100%;
}.client_feedbackG .testimonials_hubx div {
    align-items: center;
    z-index: 1;
    margin-bottom: 15px;
    position: relative;
    display: flex;
}.client_feedbackG .testimonials_hubx img {
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    object-fit: cover;
    width: 60px;
    margin-right: 15px;
    height: 60px;
    border: 2px solid #ffffff;
}.client_feedbackG .testimonials_hubx:hover img {
    transform: scale(1.1);
}.client_feedbackG .testimonials_hubx h4 {
    margin: 0;
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: 22px;
}.client_feedbackG .testimonials_hubx h4::after {
    bottom: -5px;
    background: rgb(142,166,161);
    height: 2px;
    position: absolute;
    width: 0;
    content: "";
    transition: width 0.3s ease;
    left: 0;
}.client_feedbackG .testimonials_hubx:hover h4::after {
    width: 100%;
}.client_feedbackG .description {
    font-style: italic;
    font-size: 14px;
    margin: 0;
    z-index: 1;
    line-height: 1.6;
    color: #000000;
    position: relative;
}.client_feedbackG .testimonials_hubx:nth-child(odd) {
    transform: perspective(800px) rotateY(-2deg);
}.client_feedbackG .testimonials_hubx:nth-child(even) {
    transform: perspective(800px) rotateY(2deg);
}.client_feedbackG .testimonials_hubx:nth-child(odd):hover {
    transform: perspective(800px) rotateY(0) translateY(-10px);
}.client_feedbackG .testimonials_hubx:nth-child(even):hover {
    transform: perspective(800px) rotateY(0) translateY(-10px);
}.client_feedbackG a {
    font-weight: 600;
    padding: 15px 40px;
    color: #ffffff;
    margin-left: auto;
    display: block;
    transition: all 0.3s ease;
    font-size: 15px;
    margin-top: 50px;
    max-width: 250px;
    text-align: center;
    background: linear-gradient(135deg, rgb(142,166,161) 0%, rgb(106,128,123) 100%);
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 13px;
    overflow: hidden;
    margin-right: auto;
}.client_feedbackG a::before {
    width: 100%;
    left: -100%;
    transition: left 0.7s ease;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    height: 100%;
}.client_feedbackG a:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.client_feedbackG a:hover::before {
    left: 100%;
}

@media (max-width: 1200px) {.client_feedbackG {
    padding: 100px 0 60px;
}.client_feedbackG .edu_reviewsA {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.client_feedbackG {
    padding: 80px 0 50px;
}.client_feedbackG h2 {
    margin-bottom: 50px;
}.client_feedbackG .edu_reviewsA {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.client_feedbackG .testimonials_hubx {
    padding: 25px;
}
}

@media (max-width: 768px) {.client_feedbackG {
    padding: 60px 0 40px;
}.client_feedbackG h2 {
    font-size: calc(37px * 0.85);
    margin-bottom: 40px;
}.client_feedbackG .edu_reviewsA {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.client_feedbackG .testimonials_hubx {
    transform: perspective(800px) rotateY(0) !important;
}.client_feedbackG .testimonials_hubx:hover {
    transform: translateY(-5px) !important;
}
}

@media (max-width: 576px) {.client_feedbackG {
    padding: 50px 0 30px;
}.client_feedbackG h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.75);
}.client_feedbackG .testimonials_hubx {
    padding: 20px;
}.client_feedbackG .testimonials_hubx img {
    width: 50px;
    height: 50px;
}.client_feedbackG a {
    padding: 12px 30px;
    font-size: calc(15px * 0.9);
}
}

@media (prefers-reduced-motion) {.client_feedbackG .testimonials_hubx,
    .client_feedbackG h2,
    .client_feedbackG a,
    .client_feedbackG .testimonials_hubx img {
    transition: none;
}.client_feedbackG .testimonials_hubx:hover {
    transform: none;
}.client_feedbackG h2:hover {
    transform: none;
}.client_feedbackG a:hover {
    transform: none;
}.client_feedbackG .testimonials_hubx:hover img {
    transform: none;
}}.title_welcomeB {
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgb(142,166,161,0.5), rgb(106,128,123,0.5));
}.title_welcomeB::before {
    width: 100%;
    z-index: 1;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    top: 0;
    height: 100%;
    position: absolute;
    background-size: 40px 40px;
    content: "";
    background-image: 
    linear-gradient(45deg, rgb(142,166,161,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(142,166,161,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(142,166,161,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(142,166,161,0.5) 75%);
    opacity: 0.05;
    left: 0;
}.title_welcomeB > div {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
}.title_welcomeB .knowledge_learnk {
    animation: fadeSlideDown 1s forwards 0.2s ease-out;
    opacity: 0;
    margin-bottom: 3rem;
    position: relative;
    transform: translateY(-20px);
}.title_welcomeB .learning_primaryT {
    margin: 0;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    color: #000000;
    line-height: 1.2;
    display: inline-block;
    font-size: 40px;
}.title_welcomeB .learning_primaryT::after {
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    width: 0;
    background: linear-gradient(to right, rgb(142,166,161), rgb(106,128,123));
    animation: lineGrow 1.5s forwards 0.5s ease-in-out;
    height: 4px;
}.title_welcomeB .learn_frontI {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    animation: fadeSlideUp 1s forwards 0.4s ease-out;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    padding: 3rem;
    overflow: hidden;
    border-radius: 17px;
}.title_welcomeB .learn_frontI::before {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    backdrop-filter: blur(5px);
    content: "";
    left: 0;
}.title_welcomeB .learn_frontI > div {
    position: relative;
    color: #ffffff;
    z-index: 2;
}.title_welcomeB .learn_frontI p {
    animation: fadeSlideRight 1s forwards 0.6s ease-out;
    font-weight: 400;
    position: relative;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0;
    padding-left: 1.5rem;
    transform: translateX(-20px);
    font-size: calc(12px * 1.2);
}.title_welcomeB .learn_frontI p::before {
    position: absolute;
    width: 4px;
    animation: lineGrowVertical 1.2s forwards 0.8s ease-in-out;
    top: 0.5rem;
    background: linear-gradient(to bottom, rgb(142,166,161), rgb(106,128,123));
    content: "";
    height: 0;
    left: 0;
}.title_welcomeB .learn_frontI h3 {
    margin: 0;
    transform: translateY(20px);
    font-size: 22px;
    padding-top: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    animation: fadeSlideUp 1s forwards 0.8s ease-out;
    border-top: 1px solid rgb(255, 255, 255, 0.5);
    opacity: 0;
}@keyframes fadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@keyframes fadeSlideRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes lineGrow {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes lineGrowVertical {
  from {
    height: 0;
  }
  to {
    height: 85%;
  }
}

.title_welcomeB {
    cursor: default;
}.title_welcomeB .learning_primaryT:hover {
    text-shadow: 0 0 15px rgb(142,166,161,0.5);
    transition: text-shadow 0.3s ease;
}.title_welcomeB .learn_frontI {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.title_welcomeB .learn_frontI:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.01);
}

@media (max-width: 992px) {.title_welcomeB {
    padding: 3rem 1.5rem;
}.title_welcomeB .learning_primaryT {
    font-size: calc(40px * 0.9);
}.title_welcomeB .learn_frontI {
    padding: 2.5rem;
}.title_welcomeB .learn_frontI p {
    font-size: calc(12px * 1.1);
}.title_welcomeB .learn_frontI h3 {
    font-size: calc(22px * 0.95);
}
}

@media (max-width: 768px) {.title_welcomeB {
    min-height: 80vh;
    padding: 2.5rem 1rem;
}.title_welcomeB .knowledge_learnk {
    margin-bottom: 2rem;
}.title_welcomeB .learning_primaryT {
    font-size: calc(40px * 0.8);
}.title_welcomeB .learn_frontI {
    padding: 2rem;
}.title_welcomeB .learn_frontI p {
    font-size: 12px;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}.title_welcomeB .learn_frontI h3 {
    padding-top: 1rem;
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 576px) {.title_welcomeB {
    padding: 2rem 0.8rem;
    min-height: 70vh;
}.title_welcomeB .knowledge_learnk {
    margin-bottom: 1.5rem;
}.title_welcomeB .learning_primaryT {
    font-size: calc(40px * 0.7);
}.title_welcomeB .learn_frontI {
    padding: 1.5rem;
}.title_welcomeB .learn_frontI p {
    margin-bottom: 1.2rem;
    padding-left: 0.8rem;
    font-size: calc(12px * 0.9);
}.title_welcomeB .learn_frontI h3 {
    font-size: calc(22px * 0.8);
}}.course_overvieww {
    overflow: hidden;
    position: relative;
    background-color: rgb(179,203,198);
    padding: 100px 0;
}.course_overvieww::before {
    width: 100%;
    z-index: 1;
    opacity: 0.1;
    top: 0;
    content: "";
    left: 0;
    background: repeating-linear-gradient(
    45deg,
    rgb(142,166,161,0.5) 0,
    rgb(142,166,161,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    position: absolute;
    height: 100%;
}.course_overvieww::after {
    width: 100%;
    z-index: 1;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    content: "";
    background: radial-gradient(
    circle at 80% 20%,
    rgb(106,128,123,0.5) 0%,
    transparent 60%
  );
}.course_overvieww .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.course_overvieww .fast_guide2 {
    position: relative;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.course_overvieww .fast_guide2::before {
    width: 200px;
    left: -120px;
    content: "";
    position: absolute;
    height: 200px;
    animation: rotate 30s linear infinite;
    top: -80px;
    border: 1px solid rgb(142,166,161,0.5);
    border-radius: 50%;
    z-index: -1;
}.course_overvieww .fast_guide2::after {
    animation: rotate 40s linear infinite reverse;
    bottom: -100px;
    right: -50px;
    height: 300px;
    border: 2px solid rgb(106,128,123,0.5);
    content: "";
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    width: 300px;
}.course_overvieww .learn_businessv {
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
    display: flex;
    position: relative;
    border-left: 3px solid rgb(142,166,161);
    border-radius: 27px;
    padding: 40px;
    transform: translateZ(0);
}.course_overvieww .learn_businessv::before {
    position: absolute;
    border-right: 2px solid rgb(106,128,123,0.5);
    border-top: 2px solid rgb(106,128,123,0.5);
    z-index: 1;
    width: 60px;
    right: 20px;
    top: 20px;
    height: 60px;
    content: "";
}.course_overvieww .learn_businessv::after {
    border-left: 2px solid rgb(142,166,161,0.5);
    position: absolute;
    left: 20px;
    width: 60px;
    z-index: 1;
    bottom: 20px;
    border-bottom: 2px solid rgb(142,166,161,0.5);
    height: 60px;
    content: "";
}.course_overvieww .header_startJ {
    position: relative;
    margin-bottom: 30px;
}.course_overvieww .header_startJ::before {
    left: -20px;
    top: 50%;
    width: 10px;
    background-color: rgb(142,166,161);
    content: "";
    height: 10px;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
}.course_overvieww .header_startJ svg {
    max-height: 70px;
    height: 60px;
    transition: filter 0.4s ease;
    width: 60px;
}.course_overvieww .header_startJ:hover svg {
    filter: drop-shadow(0 0 8px rgb(142,166,161,0.5));
}.course_overvieww .header_startJ svg path {
    transition: fill 0.3s ease;
    fill: rgb(142,166,161);
}.course_overvieww .header_startJ:hover svg path {
    fill: rgb(106,128,123);
}.course_overvieww h3 {
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
    position: relative;
}.course_overvieww h3::after {
    position: absolute;
    content: "";
    background: linear-gradient(
    to right,
    rgb(142,166,161) 0%,
    rgb(106,128,123) 100%
  );
    left: 0;
    border-radius: 10px;
    height: 3px;
    bottom: 0;
    width: 80px;
}.course_overvieww p {
    font-size: 12px;
    line-height: 1.8;
    position: relative;
    margin-bottom: 0;
    color: #000000;
}.course_overvieww .thumbnailG {
    height: 500px;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    border-radius: 27px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    min-height: 500px;
}.course_overvieww .thumbnailG::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: linear-gradient(
    to bottom right,
    rgb(142,166,161,0.5) 0%,
    transparent 30%,
    transparent 70%,
    rgb(106,128,123,0.5) 100%
  );
    height: 100%;
    width: 100%;
    content: "";
}.course_overvieww .thumbnailG::after {
    z-index: 3;
    border-radius: 27px;
    position: absolute;
    inset: 0;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
}.course_overvieww .thumbnailG:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0.4;
    transform: scale(0.98);
  }
}

@media (max-width: 1199px) {.course_overvieww .fast_guide2 {
    gap: 40px;
}.course_overvieww .learn_businessv {
    padding: 30px;
}.course_overvieww .thumbnailG {
    min-height: 450px;
}
}

@media (max-width: 991px) {.course_overvieww {
    padding: 70px 0;
}.course_overvieww .fast_guide2 {
    grid-template-columns: 1fr;
    gap: 40px;
}.course_overvieww .learn_businessv {
    order: 2;
}.course_overvieww .thumbnailG {
    min-height: 400px;
    order: 1;
    transform: perspective(1000px) rotateY(0deg);
}.course_overvieww .fast_guide2::before,
  .course_overvieww .fast_guide2::after {
    display: none;
}
}

@media (max-width: 767px) {.course_overvieww {
    padding: 50px 0;
}.course_overvieww .learn_businessv {
    padding: 25px;
}.course_overvieww h3 {
    font-size: calc(30px * 0.9);
    padding-bottom: 15px;
    margin-bottom: 15px;
}.course_overvieww .header_startJ {
    margin-bottom: 20px;
}.course_overvieww .header_startJ svg {
    max-height: 60px;
}.course_overvieww .thumbnailG {
    min-height: 350px;
}.course_overvieww .learn_businessv::before,
  .course_overvieww .learn_businessv::after {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 576px) {.course_overvieww {
    padding: 40px 0;
}.course_overvieww .learn_businessv {
    padding: 20px;
}.course_overvieww h3 {
    font-size: calc(30px * 0.8);
}.course_overvieww p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.course_overvieww .header_startJ {
    margin-bottom: 15px;
}.course_overvieww .header_startJ svg {
    max-height: 50px;
}.course_overvieww .thumbnailG {
    min-height: 300px;
}.course_overvieww .learn_businessv::before,
  .course_overvieww .learn_businessv::after {
    height: 30px;
    width: 30px;
}
}

@media (min-width: 1400px) {.course_overvieww .container {
    max-width: 1320px;
}.course_overvieww .thumbnailG {
    min-height: 550px;
}}.learning_outcomesL {
    position: relative;
    padding: 10rem 0;
    overflow: hidden;
    background: rgb(179,203,198);
}.learning_outcomesL::before {
    z-index: 1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(142,166,161,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(106,128,123,0.5) 0%, transparent 40%);
    left: 0;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
}.learning_outcomesL .fast_guide2 {
    z-index: 5;
    position: relative;
    flex-direction: column;
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
}.learning_outcomesL h2 {
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 2.5rem;
    width: 60%;
    font-size: calc(31px * 1.5);
    position: relative;
    margin-left: 2rem;
    color: #000000;
}.learning_outcomesL h2::after {
    position: absolute;
    bottom: -15px;
    background: rgb(142,166,161);
    height: 6px;
    width: 120px;
    content: '';
    border-radius: 10px;
    left: 0;
}.learning_outcomesL .thumbnailG {
    z-index: 2;
    position: absolute;
    top: 10%;
    height: 80%;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    border-radius: 10px 0 0 10px;
    box-shadow: -30px 30px 60px rgba(0, 0, 0, 0.15);
    width: 45%;
    right: 0;
}.learning_outcomesL .thumbnailG::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    z-index: 1;
    background: linear-gradient(90deg, rgb(142,166,161,0.5) 0%, transparent 100%);
}.learning_outcomesL .content_boxn {
    position: relative;
    padding-left: 2rem;
    width: 65%;
    z-index: 3;
}.learning_outcomesL .text_main_holder {
    gap: 2.5rem;
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.learning_outcomesL .text_main_holder > div {
    padding: 2rem 2.5rem;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    align-items: flex-start;
    display: flex;
    position: relative;
    border-radius: 10px;
    background: #ffffff;
}.learning_outcomesL .text_main_holder > div::before {
    background: linear-gradient(90deg, rgb(142,166,161) 0%, transparent 100%);
    width: 0;
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    height: 100%;
    transition: width 0.4s ease;
    opacity: 0.1;
    border-radius: 10px;
    content: '';
}.learning_outcomesL .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.learning_outcomesL .text_main_holder > div:hover::before {
    width: 100%;
}.learning_outcomesL .text_main_holder svg {
    flex-shrink: 0;
    height: 3rem;
    z-index: 2;
    width: 3rem;
    position: relative;
    transition: transform 0.3s ease;
    margin-right: 1.5rem;
}.learning_outcomesL .text_main_holder > div:hover svg {
    transform: rotate(10deg) scale(1.1);
}.learning_outcomesL .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(142,166,161);
}.learning_outcomesL .text_main_holder > div:hover svg path {
    fill: rgb(106,128,123);
}.learning_outcomesL .text_main_holder p {
    line-height: 1.6;
    z-index: 2;
    color: #000000;
    margin: 0;
    font-size: 13px;
    position: relative;
}

@media (max-width: 1200px) {.learning_outcomesL h2 {
    width: 70%;
    font-size: calc(31px * 1.3);
}.learning_outcomesL .content_boxn {
    width: 70%;
}.learning_outcomesL .thumbnailG {
    width: 40%;
}
}

@media (max-width: 992px) {.learning_outcomesL {
    padding: 8rem 0;
}.learning_outcomesL h2 {
    width: 80%;
    font-size: calc(31px * 1.2);
}.learning_outcomesL .content_boxn {
    width: 80%;
    padding-left: 2rem;
    padding-right: 2rem;
}.learning_outcomesL .text_main_holder {
    grid-template-columns: 1fr;
    gap: 2rem;
}.learning_outcomesL .thumbnailG {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (max-width: 768px) {.learning_outcomesL {
    padding: 7rem 0 20rem;
}.learning_outcomesL .fast_guide2 {
    display: flex;
    flex-direction: column;
}.learning_outcomesL h2 {
    font-size: 31px;
    margin-right: 2rem;
    margin-left: 2rem;
    width: auto;
}.learning_outcomesL .content_boxn {
    padding: 0 2rem;
    width: auto;
}.learning_outcomesL .thumbnailG {
    height: 300px;
    border-radius: 10px;
    margin: 2rem auto 0;
    position: relative;
    width: 90%;
    top: auto;
    right: auto;
    clip-path: none;
}.learning_outcomesL .text_main_holder > div {
    padding: 1.8rem 2rem;
}
}

@media (max-width: 576px) {.learning_outcomesL {
    padding: 5rem 0 18rem;
}.learning_outcomesL h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}.learning_outcomesL .content_boxn {
    padding: 0 1.5rem;
}.learning_outcomesL .text_main_holder > div {
    padding: 1.5rem;
}.learning_outcomesL .text_main_holder svg {
    width: 2.5rem;
    margin-right: 1rem;
    height: 2.5rem;
}.learning_outcomesL .thumbnailG {
    height: 250px;
}}.contact_form_sectionm {
    background: rgb(179,203,198);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.contact_form_sectionm::before {
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(142,166,161,0.5) 0,
        rgb(142,166,161,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.07;
    content: "";
    position: absolute;
}.contact_form_sectionm::after {
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background-size: 30px 30px;
    height: 100%;
    width: 100%;
    opacity: 0.07;
    background-image: 
        linear-gradient(rgb(106,128,123,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(106,128,123,0.5) 1px, transparent 1px);
}.contact_form_sectionm .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}.contact_form_sectionm h2 {
    position: relative;
    left: 50%;
    display: inline-block;
    padding-bottom: 20px;
    font-weight: 700;
    transform: translateX(-50%);
    margin-bottom: 20px;
    font-size: 31px;
    text-align: center;
    color: #000000;
}.contact_form_sectionm h2::before {
    height: 4px;
    left: calc(50% - 40px);
    width: 80px;
    bottom: 0;
    position: absolute;
    content: "";
    background: rgb(142,166,161);
}.contact_form_sectionm h2::after {
    left: calc(50% - 15px);
    height: 4px;
    bottom: 0;
    width: 30px;
    content: "";
    position: absolute;
    background: rgb(106,128,123);
}.contact_form_sectionm .support_panele {
    position: relative;
    margin-top: 50px;
    background: #ffffff;
    display: flex;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}.contact_form_sectionm .thumbnailG {
    min-height: 550px;
    position: relative;
    flex: 0 0 45%;
}.contact_form_sectionm .thumbnailG::before {
    content: "";
    z-index: 1;
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg, 
        rgba(rgb(142,166,161), 0.4), 
        rgba(rgb(106,128,123), 0.4)
    );
}.contact_form_sectionm .reach_message7 {
    flex: 0 0 55%;
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 60px;
    justify-content: center;
}.contact_form_sectionm .reach_message7::before {
    position: absolute;
    content: "";
    top: -75px;
    width: 150px;
    z-index: 0;
    border-radius: 50%;
    height: 150px;
    border: 30px solid rgb(142,166,161,0.5);
    right: -75px;
}.contact_form_sectionm .reach_message7::after {
    bottom: -50px;
    width: 100px;
    border-radius: 0;
    transform: rotate(45deg);
    position: absolute;
    height: 100px;
    content: "";
    left: -50px;
    background: rgb(106,128,123,0.5);
    z-index: 0;
}.contact_form_sectionm form {
    z-index: 2;
    position: relative;
}.contact_form_sectionm form h3 {
    margin-bottom: 40px;
    display: inline-block;
    color: #000000;
    font-size: 18px;
    position: relative;
    font-weight: 600;
}.contact_form_sectionm form h3::after {
    background: rgb(142,166,161);
    position: absolute;
    height: 2px;
    width: 50%;
    content: "";
    bottom: -15px;
    left: 0;
}.contact_form_sectionm form input[type="text"] {
    margin-bottom: 25px;
    transition: all 0.3s ease;
    background: transparent;
    border: none;
    padding: 20px 25px;
    font-size: 16px;
    border-bottom: 2px solid rgb(179,203,198);
    width: 100%;
    color: #000000;
}.contact_form_sectionm form input[type="text"]:focus {
    border-bottom-color: rgb(142,166,161);
    outline: none;
}.contact_form_sectionm form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact_form_sectionm form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.contact_form_sectionm .inquiry_card5 {
    margin-bottom: 40px;
    position: relative;
}.contact_form_sectionm .inquiry_card5 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_form_sectionm .inquiry_card5 label {
    color: #000000;
    line-height: 1.5;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}.contact_form_sectionm .inquiry_card5 label::before {
    border: 2px solid rgb(179,203,198);
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    height: 22px;
    content: "";
    background: transparent;
    top: 0;
    width: 22px;
}.contact_form_sectionm .inquiry_card5 input[type="checkbox"]:checked + label::before {
    border-color: rgb(142,166,161);
    background: rgb(142,166,161);
}.contact_form_sectionm .inquiry_card5 input[type="checkbox"]:checked + label::after {
    left: 8px;
    border-width: 0 2px 2px 0;
    height: 12px;
    top: 4px;
    width: 6px;
    border: solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    content: "";
}.contact_form_sectionm .inquiry_card5 label a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(142,166,161);
}.contact_form_sectionm .inquiry_card5 label a::after {
    left: 0;
    transform: scaleX(1);
    transition: transform 0.3s ease;
    width: 100%;
    bottom: -1px;
    transform-origin: left;
    position: absolute;
    height: 1px;
    background: rgb(142,166,161);
    content: "";
}.contact_form_sectionm .inquiry_card5 label a:hover {
    color: rgb(106,128,123);
}.contact_form_sectionm .inquiry_card5 label a:hover::after {
    transform: scaleX(0);
    background: rgb(106,128,123);
}.contact_form_sectionm .query_infow {
    font-weight: 600;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: none;
    z-index: 1;
    cursor: pointer;
    width: auto;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 20px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    padding: 18px 40px;
    background: rgb(142,166,161);
}.contact_form_sectionm .query_infow::before {
    content: "";
    transform: skewX(-25deg);
    position: absolute;
    width: 0;
    z-index: -1;
    left: -10px;
    transition: width 0.5s ease;
    height: 100%;
    top: 0;
    background: rgb(106,128,123);
}.contact_form_sectionm .query_infow:hover::before {
    width: 150%;
}.contact_form_sectionm svg {
    height: 24px;
    stroke-width: 2;
    width: 24px;
    transition: all 0.3s ease;
    stroke: rgb(142,166,161);
    fill: none;
}.contact_form_sectionm svg path {
    transition: all 0.3s ease;
    stroke: rgb(142,166,161);
    fill: none;
}.contact_form_sectionm svg:hover,
.contact_form_sectionm svg:hover path {
    stroke: rgb(106,128,123);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.contact_form_sectionm {
    padding: 80px 0;
}.contact_form_sectionm .thumbnailG {
    min-height: 500px;
}.contact_form_sectionm .reach_message7 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_form_sectionm {
    padding: 60px 0;
}.contact_form_sectionm .support_panele {
    flex-direction: column;
}.contact_form_sectionm .thumbnailG {
    min-height: 300px;
    width: 100%;
}.contact_form_sectionm .reach_message7 {
    padding: 40px 30px;
    width: 100%;
}.contact_form_sectionm form h3 {
    margin-bottom: 30px;
}.contact_form_sectionm form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_form_sectionm .inquiry_card5 {
    margin-bottom: 30px;
}.contact_form_sectionm .query_infow {
    padding: 15px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.contact_form_sectionm {
    padding: 50px 0;
}.contact_form_sectionm h2 {
    font-size: calc(31px * 0.85);
}.contact_form_sectionm .support_panele {
    margin-top: 30px;
}.contact_form_sectionm .thumbnailG {
    min-height: 200px;
}.contact_form_sectionm .reach_message7 {
    padding: 30px 20px;
}.contact_form_sectionm form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.contact_form_sectionm form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_form_sectionm .inquiry_card5 {
    margin-bottom: 25px;
}.contact_form_sectionm .inquiry_card5 label {
    font-size: calc(14px * 0.9);
}.contact_form_sectionm .query_infow {
    padding: 12px 25px;
}}header .top_plank {
    background: rgb(142,166,161);
    color:  #ffffff;
}header .top_plank .best_knowledgeh div svg, header .top_plank .best_knowledgeh div svg path {
    fill: #ffffff;
}header .top_plank .best_knowledgeh div span {
    color: #ffffff;
}header .top_plank .best_knowledgeh {
    font-size: 14px;
    width: 100%;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    align-items: center;
    line-height: 21px;
    flex-wrap: wrap;
    display: flex;
}header .top_plank .best_knowledgeh div {
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}header .top_plank .best_knowledgeh div img, header .top_plank .best_knowledgeh div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.pricing_columnL {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    color: #ffffff;
}.pricing_columnL::before {
    width: 100%;
    content: "";
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(13, 27, 77, 0.85), rgba(20, 33, 61, 0.92));
    position: absolute;
}.pricing_columnL .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.cost_breakdownm {
    position: relative;
}.cost_breakdownm::before {
    top: -50px;
    background: radial-gradient(circle, rgb(142,166,161,0.5) 5%, transparent 70%);
    height: 200px;
    right: -50px;
    content: "";
    animation: pulseGlow 8s infinite alternate;
    width: 200px;
    position: absolute;
    filter: blur(15px);
}.cost_breakdownm::after {
    animation: pulseGlow 10s infinite alternate-reverse;
    background: radial-gradient(ellipse, rgb(106,128,123,0.5) 5%, transparent 70%);
    content: "";
    filter: blur(20px);
    position: absolute;
    height: 300px;
    left: -80px;
    width: 300px;
    bottom: -80px;
}.pricing_columnL h2 {
    background: linear-gradient(to right, #ffffff, rgb(106,128,123));
    -webkit-background-clip: text !important;
    text-align: center;
    background-clip: text !important;
    font-size: 33px;
    transition: transform 0.5s ease;
    font-weight: 700;
    color: transparent;
    transform: perspective(1000px) translateZ(10px);
    margin-bottom: 20px;
}.pricing_columnL .sub_options0 {
    margin: 0 auto 50px;
    line-height: 1.6;
    max-width: 800px;
    font-size: calc(16px * 1.1);
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
    transform: perspective(1000px) translateZ(5px);
}.pricing_columnL .offer_boxn {
    margin: 0;
    display: grid;
    padding: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
}.pricing_columnL .offer_boxn li {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-style: preserve-3d;
}.pricing_columnL .offer_boxn li:hover {
    transform: translateY(-15px) rotateY(5deg);
    z-index: 5;
}.pricing_columnL .learn_offersh {
    backdrop-filter: blur(10px);
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
              0 5px 15px rgba(0, 0, 0, 0.1), 
              inset 0 1px 1px rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: block;
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
}.pricing_columnL .learn_offersh::before {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease;
    background: radial-gradient(circle at 30% 30%, rgb(142,166,161,0.5), transparent 70%);
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
}.pricing_columnL .learn_offersh:hover::before {
    opacity: 0.2;
}.pricing_columnL .learn_offersh::after {
    opacity: 0;
    top: -50%;
    left: -50%;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: rotate(45deg);
    content: "";
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 200%;
    z-index: 1;
    position: absolute;
    height: 200%;
}.pricing_columnL .learn_offersh:hover::after {
    top: 100%;
    opacity: 0.3;
    left: 100%;
}.pricing_columnL .price_panel8 {
    z-index: 2;
    display: flex;
    position: relative;
    min-height: 400px;
    padding: 30px;
    height: 100%;
    flex-direction: column;
    box-sizing: border-box;
}.pricing_columnL .cert_fees0 {
    flex-direction: column;
    display: flex;
    flex: 1;
}.pricing_columnL .learn_offersh h4 {
    font-weight: 600;
    transition: transform 0.3s ease;
    color: rgb(142,166,161);
    font-size: calc(20px * 1.1);
    margin: 0 0 20px;
    padding-bottom: 15px;
    position: relative;
}.pricing_columnL .learn_offersh:hover h4 {
    transform: translateX(5px);
}.pricing_columnL .learn_offersh h4::after {
    height: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgb(142,166,161), rgb(106,128,123));
    width: 60px;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
}.pricing_columnL .learn_offersh:hover h4::after {
    width: 100px;
}.pricing_columnL .learn_offersh p {
    overflow-y: auto;
    overflow-wrap: break-word;
    flex: 1;
    scrollbar-color: rgb(142,166,161) rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    font-size: 16px;
    margin: 0 0 25px;
    max-height: 250px;
    scrollbar-width: thin;
    word-break: normal;
    color: #ffffff;
}.pricing_columnL .learn_offersh p::-webkit-scrollbar {
    width: 6px;
}.pricing_columnL .learn_offersh p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.pricing_columnL .learn_offersh p::-webkit-scrollbar-thumb {
    background-color: rgb(142,166,161);
    border-radius: 10px;
}.pricing_columnL .plan_ratesT {
    position: relative;
    background: linear-gradient(135deg, rgb(142,166,161), rgb(106,128,123));
    border-radius: 10px;
    transform: translateZ(20px);
    overflow: hidden;
    font-weight: 700;
    padding: 10px 20px;
    transition: all 0.3s ease;
    font-size: calc(20px * 1.3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: inline-block;
    align-self: flex-start;
    color: #ffffff;
    margin-top: auto;
}.pricing_columnL .plan_ratesT::before {
    transition: left 0.6s ease;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    top: 0;
    height: 100%;
    position: absolute;
}.pricing_columnL .learn_offersh:hover .plan_ratesT::before {
    left: 100%;
}

@keyframes pulseGlow {
  0% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}

@media (max-width: 1200px) {.pricing_columnL {
    padding: 80px 0;
}.pricing_columnL .offer_boxn {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}

@media (max-width: 992px) {.pricing_columnL h2 {
    font-size: calc(33px * 0.9);
}.pricing_columnL .sub_options0 {
    font-size: 16px;
    margin-bottom: 40px;
}.pricing_columnL .price_panel8 {
    padding: 25px;
    min-height: 350px;
}
}

@media (max-width: 768px) {.pricing_columnL {
    padding: 60px 0;
}.pricing_columnL .offer_boxn {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing_columnL .learn_offersh h4 {
    font-size: 20px;
}.pricing_columnL .plan_ratesT {
    font-size: calc(20px * 1.1);
}.pricing_columnL .offer_boxn li:hover {
    transform: translateY(-10px) rotateY(3deg);
}
}

@media (max-width: 576px) {.pricing_columnL {
    padding: 50px 0;
}.pricing_columnL h2 {
    font-size: calc(33px * 0.8);
}.pricing_columnL .sub_options0 {
    margin-bottom: 30px;
    font-size: calc(16px * 0.9);
}.pricing_columnL .offer_boxn {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 400px;
}.pricing_columnL .price_panel8 {
    padding: 20px;
    min-height: 300px;
}.pricing_columnL .learn_offersh p {
    max-height: 180px;
    font-size: calc(16px * 0.9);
}.pricing_columnL .plan_ratesT {
    padding: 8px 15px;
}}header .nav_section1 {
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
    width: 100%;
    z-index: 99;
    background: linear-gradient(120deg, rgb(142,166,161) 0%, rgb(106,128,123,0.5) 100%);
    box-sizing: border-box;
    overflow: visible;
    position: relative;
    display: flex;
}header .nav_section1::before {
    position: absolute;
    left: 0;
    z-index: -1;
    background: radial-gradient(circle at 70% 30%, rgb(106,128,123,0.5) 0%, transparent 60%);
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
}header .nav_section1 .header_startJ {
    transition: all 0.4s ease;
    z-index: 2;
    margin-left: calc((100vw - 100%) / 2);
    position: relative;
    transform: translateY(-5px);
}header .nav_section1 .header_startJ:hover {
    transform: translateY(0) scale(1.05);
}header .nav_section1 .header_startJ .site_start9 {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
}header .nav_section1 .header_startJ .site_start9::before {
    z-index: -1;
    left: -20px;
    height: calc(100% + 20px);
    background: rgba(0, 0, 0, 0.5);
    width: calc(100% + 40px);
    top: -10px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    content: "";
    position: absolute;
}header .nav_section1 .header_startJ .site_start9 svg {
    width: auto;
    height: 2.8rem;
    filter: drop-shadow(0 0 8px #ffffff);
}header .nav_section1 .nav_teachE {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    justify-content: flex-end;
    list-style: none;
    padding-right: calc((100vw - 100%) / 2);
    padding: 0;
    background: linear-gradient(90deg, transparent, rgb(142,166,161,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    margin: 0;
    position: relative;
    display: flex;
    width: 80vw;
}header .nav_section1 .nav_teachE::before {
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    height: 100%;
    top: 0;
    content: "";
}header .nav_section1 .nav_teachE .site_headt {
    margin: 0;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}header .nav_section1 .nav_teachE .site_headt a {
    transition: all 0.3s ease;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    transform-origin: center;
    padding: 1.2rem 1.5rem;
    text-decoration: none;
    display: block;
    font-weight: 600;
}header .nav_section1 .nav_teachE .site_headt a::after {
    left: 1.5rem;
    transition: width 0.3s ease;
    content: "";
    bottom: 0.8rem;
    width: 0;
    height: 2px;
    background: rgb(106,128,123);
    position: absolute;
}header .nav_section1 .nav_teachE .site_headt a:hover {
    color: rgb(106,128,123);
    transform: translateZ(10px);
}header .nav_section1 .nav_teachE .site_headt a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .nav_section1 {
    padding: 1rem 0;
    flex-direction: column;
    align-items: center;
}header .nav_section1 .header_startJ {
    margin-bottom: 1rem;
    margin-left: 0;
}header .nav_section1 .nav_teachE {
    flex-wrap: wrap;
    padding-right: 0;
    justify-content: center;
    background: rgb(142,166,161,0.5);
    width: 100%;
    clip-path: none;
}header .nav_section1 .nav_teachE .site_headt a {
    padding: 0.8rem 1rem;
}header .nav_section1 .nav_teachE .site_headt a::after {
    left: 1rem;
    bottom: 0.4rem;
}header .nav_section1 .nav_teachE .site_headt a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .nav_section1 .nav_teachE {
    padding: 0.5rem 0;
}header .nav_section1 .nav_teachE .site_headt {
    width: 50%;
}header .nav_section1 .nav_teachE .site_headt a {
    text-align: center;
    font-size: calc(16px - 2px);
    padding: 0.6rem 0.8rem;
}header .nav_section1 .nav_teachE .site_headt a::after {
    display: none;
}}.who_we_arel {
    overflow: hidden;
    background: rgb(179,203,198);
    padding: 120px 0;
    position: relative;
    z-index: 1;
}.who_we_arel::before {
    content: "";
    left: 0;
    z-index: -1;
    top: 0;
    background: radial-gradient(ellipse at bottom right, rgb(142,166,161,0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
    opacity: 0.2;
    height: 100%;
}.who_we_arel::after {
    top: 0;
    height: 100%;
    background-size: 60px 60px;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%, transparent 50%, 
                        rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 75%, transparent 75%, transparent);
    opacity: 0.03;
    content: "";
    z-index: -2;
    left: 0;
    position: absolute;
    width: 100%;
    animation: backgroundMove 15s linear infinite;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.who_we_arel .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}.who_we_arel .fast_guide2 {
    grid-template-areas: 
        "logo"
        "first_expertW"
        "director";
    grid-template-columns: 1fr;
    position: relative;
    grid-template-rows: auto auto auto;
    gap: 40px;
    display: grid;
}.who_we_arel .study_expertsc {
    justify-content: center;
    display: flex;
    color: rgb(142,166,161);
    position: relative;
    margin-bottom: 10px;
    align-items: center;
    font-size: calc(20px * 1.3);
    gap: 15px;
    font-weight: 700;
    grid-area: logo;
}.who_we_arel .study_expertsc svg {
    width: 60px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    fill: rgb(142,166,161);
    height: 60px;
}.who_we_arel .study_expertsc svg path {
    fill: rgb(142,166,161);
}.who_we_arel .content_boxn {
    position: relative;
    text-align: center;
    grid-area: content;
    padding: 0 10%;
}.who_we_arel .content_boxn h2 {
    font-size: 38px;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}.who_we_arel .content_boxn h2::before,
.who_we_arel .content_boxn h2::after {
    width: 40px;
    height: 2px;
    top: 50%;
    content: "";
    background: rgb(106,128,123);
    position: absolute;
}.who_we_arel .content_boxn h2::before {
    right: calc(100% + 20px);
}.who_we_arel .content_boxn h2::after {
    left: calc(100% + 20px);
}.who_we_arel .content_boxn p {
    color: #000000;
    font-size: 17px;
    position: relative;
    margin-bottom: 0;
    line-height: 1.8;
}.who_we_arel .approach_eduU {
    grid-area: director;
    grid-row:1;
    position: relative;
    padding-top: 40px;
    justify-content: center;
    display: flex;
    margin-top: 20px;
}.who_we_arel .thumbnailG {
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    width: 180px;
    height: 180px;
    border-radius: 10px;
    box-shadow: 15px 15px 0 rgb(142,166,161,0.5);
}.who_we_arel .thumbnailG:hover {
    transform: translate(-5px, -5px);
    box-shadow: 20px 20px 0 rgb(142,166,161,0.5);
}.who_we_arel .achieve_goalsU {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 30px;
    justify-content: center;
}.who_we_arel .achieve_goalsU::before {
    position: absolute;
    width: 30px;
    content: "";
    top: 50%;
    left: 0;
    height: 1px;
    background: rgb(142,166,161);
    transform: translateY(-50%);
}.who_we_arel .knowledge_guidesw {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #000000;
}.who_we_arel .learn_cornerG {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    color: rgb(142,166,161);
}

@media (min-width: 768px) {.who_we_arel .fast_guide2 {
    grid-template-areas:
            "logo logo"
            "content content"
            "director director";
    grid-template-columns: 1fr 1fr;
}
}

@media (min-width: 992px) {.who_we_arel .fast_guide2 {
    gap: 30px;
    grid-template-areas:
            "logo content content"
            "director content content";
    grid-template-columns: 1fr 1fr;
}.who_we_arel .study_expertsc {
    justify-content: flex-start;
}.who_we_arel .content_boxn {
    text-align: left;
    padding: 0 0 0 30px;
}.who_we_arel .content_boxn h2::before,
    .who_we_arel .content_boxn h2::after {
    display: none;
}.who_we_arel .approach_eduU {
    padding-top: 0;
    margin-top: 50px;
}

}

@media (min-width: 1200px) {.who_we_arel .fast_guide2 {
    grid-template-columns: 0.8fr 2fr;
    grid-template-areas:
            "logo . content"
            "director . content";
    gap: 40px;
}.who_we_arel .content_boxn {
    padding: 0 0 0 50px;
    position: relative;
}.who_we_arel .content_boxn::before {
    width: 1px;
    top: 10%;
    height: 80%;
    left: 0;
    background: linear-gradient(to bottom, rgb(142,166,161), transparent);
    content: "";
    position: absolute;
}
}

@media (max-width: 767px) {.who_we_arel {
    padding: 80px 0;
}.who_we_arel .content_boxn h2::before,
    .who_we_arel .content_boxn h2::after {
    width: 25px;
}.who_we_arel .thumbnailG {
    height: 140px;
    box-shadow: 10px 10px 0 rgb(142,166,161,0.5);
    width: 140px;
}.who_we_arel .achieve_goalsU {
    padding-left: 20px;
}.who_we_arel .achieve_goalsU::before {
    width: 20px;
}
}

@media (max-width: 575px) {.who_we_arel {
    padding: 60px 0;
}.who_we_arel .study_expertsc {
    font-size: 20px;
}.who_we_arel .study_expertsc svg {
    height: 50px;
    width: 50px;
}.who_we_arel .content_boxn h2 {
    font-size: calc(38px * 0.9);
}.who_we_arel .content_boxn h2::before,
    .who_we_arel .content_boxn h2::after {
    width: 20px;
}.who_we_arel .approach_eduU {
    align-items: center;
    flex-direction: column;
}.who_we_arel .achieve_goalsU {
    padding-top: 20px;
    padding-left: 0;
    text-align: center;
}.who_we_arel .achieve_goalsU::before {
    width: 30px;
    transform: translateX(-50%);
    top: 10px;
    left: 50%;
    height: 1px;
}}.secure_habitat0 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(179,203,198), rgba(0, 0, 0, 0.5));
    padding: 5rem 1.5rem;
}.secure_habitat0::before {
    pointer-events: none;
    opacity: 0.15;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(106,128,123,0.5) 0%, transparent 60%);
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    z-index: 0;
    height: 100%;
}.secure_habitat0::after {
    pointer-events: none;
    background: radial-gradient(circle, rgb(142,166,161,0.5) 0%, transparent 70%);
    z-index: 0;
    height: 250px;
    animation: pulse 15s infinite alternate ease-in-out;
    width: 250px;
    content: "";
    bottom: -50px;
    position: absolute;
    right: -50px;
    opacity: 0.12;
}.secure_habitat0 .container {
    backdrop-filter: blur(5px);
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    background: linear-gradient(to bottom right, 
                rgba(255, 255, 255, 0.1), 
                rgba(255, 255, 255, 0.03));
    border-left: 3px solid rgb(142,166,161);
    position: relative;
    transform: translateZ(0);
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.secure_habitat0 h1 {
    animation: slideInRight 0.7s forwards 0.2s ease-out;
    color: rgb(142,166,161);
    opacity: 0;
    font-weight: 700;
    position: relative;
    transform: translateX(-10px);
    display: inline-block;
    font-size: 46px;
    margin-bottom: 2rem;
}.secure_habitat0 h1::after {
    content: "";
    transform-origin: left;
    width: 70px;
    left: 0;
    transform: scaleX(0);
    animation: expandWidth 0.6s forwards 0.9s ease-in-out;
    position: absolute;
    bottom: -8px;
    height: 3px;
    background: rgb(142,166,161);
}.secure_habitat0 h2 {
    font-size: 32px;
    animation: slideInUp 0.5s forwards 0.4s ease-out;
    color: rgb(106,128,123);
    transform: translateY(10px);
    position: relative;
    opacity: 0;
    margin: 3rem 0 1.5rem;
    padding-left: 20px;
    font-weight: 600;
}.secure_habitat0 h2::before {
    width: 10px;
    top: 50%;
    content: "";
    left: 0;
    height: 10px;
    background: rgb(106,128,123);
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
}.secure_habitat0 h3 {
    font-weight: 600;
    animation: slideInUp 0.5s forwards 0.5s ease-out;
    position: relative;
    margin: 2.5rem 0 1.25rem;
    font-size: calc(32px * 0.85);
    color: #000000;
    transform: translateY(8px);
    padding-left: 18px;
    opacity: 0;
}.secure_habitat0 h3::before {
    background: #000000;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: 0;
    position: absolute;
    height: 8px;
    content: "";
    width: 8px;
}.secure_habitat0 h4 {
    transform: translateY(6px);
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.75);
    opacity: 0;
    font-weight: 600;
    color: #000000;
    position: relative;
    padding-left: 16px;
    animation: slideInUp 0.5s forwards 0.6s ease-out;
}.secure_habitat0 h4::before {
    height: 6px;
    position: absolute;
    top: 50%;
    width: 6px;
    transform: translateY(-50%) rotate(45deg);
    background: #000000;
    content: "";
    left: 0;
}.secure_habitat0 p {
    line-height: 1.7;
    max-width: 100%;
    font-size: 12px;
    animation: fadeIn 0.7s forwards 0.7s ease-out;
    position: relative;
    transform: translateY(15px);
    opacity: 0;
    color: #000000;
    margin-bottom: 1.5rem;
}.secure_habitat0 strong {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
}.secure_habitat0 strong::after {
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    background: rgb(142,166,161,0.5);
}.secure_habitat0 ul {
    position: relative;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
    list-style: none;
}.secure_habitat0 ul::before {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(106,128,123,0.5), transparent);
    width: 2px;
    content: "";
}.secure_habitat0 li {
    opacity: 0;
    font-size: 12px;
    margin-bottom: 1rem;
    line-height: 1.7;
    padding-left: 1rem;
    transform: translateX(10px);
    color: #000000;
    animation: slideInRight 0.5s forwards ease-out;
    position: relative;
}.secure_habitat0 li:nth-child(1) {
    animation-delay: 0.8s;
}.secure_habitat0 li:nth-child(2) {
    animation-delay: 0.9s;
}.secure_habitat0 li:nth-child(3) {
    animation-delay: 1s;
}.secure_habitat0 li::before {
    height: 8px;
    width: 8px;
    position: absolute;
    content: "";
    border-radius: 50%;
    animation-delay: calc(0.8s + var(--order) * 0.1s);
    left: -4px;
    animation: popIn 0.3s forwards ease-out;
    background: rgb(106,128,123);
    transform: scale(0);
    top: 10px;
}.secure_habitat0 li:nth-child(1)::before {
    --order: 1;
}.secure_habitat0 li:nth-child(2)::before {
    --order: 2;
}.secure_habitat0 li:nth-child(3)::before {
    --order: 3;
}.secure_habitat0 span {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    border-left: 1px solid rgb(106,128,123,0.5);
    opacity: 0.9;
    line-height: 1.7;
    display: block;
    transform: translateY(10px);
    opacity: 0;
    font-size: 12px;
    color: #000000;
    animation: fadeIn 0.6s forwards 0.8s ease-out;
}

@keyframes slideInRight {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

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

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.12;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {.secure_habitat0 {
    padding: 3rem 1rem;
}.secure_habitat0 .container {
    padding: 1.5rem;
}.secure_habitat0 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(46px * 0.85);
}.secure_habitat0 h2 {
    font-size: calc(32px * 0.9);
    margin: 2.25rem 0 1.25rem;
}.secure_habitat0 h3 {
    font-size: calc(32px * 0.75);
    margin: 2rem 0 1rem;
}.secure_habitat0 h4 {
    margin: 1.75rem 0 0.75rem;
    font-size: calc(32px * 0.65);
}.secure_habitat0 p, 
    .secure_habitat0 li,
    .secure_habitat0 span {
    font-size: calc(12px * 0.95);
}.secure_habitat0 ul {
    padding-left: 1rem;
}.secure_habitat0 li {
    padding-left: 0.75rem;
}
}

@media (max-width: 480px) {.secure_habitat0 {
    padding: 2.5rem 0.75rem;
}.secure_habitat0 .container {
    padding: 1.25rem;
}.secure_habitat0 h1 {
    margin-bottom: 1.25rem;
    font-size: calc(46px * 0.75);
}.secure_habitat0 h1::after {
    height: 2px;
    width: 50px;
}.secure_habitat0 h2 {
    font-size: calc(32px * 0.8);
    padding-left: 15px;
    margin: 2rem 0 1rem;
}.secure_habitat0 h2::before {
    height: 8px;
    width: 8px;
}.secure_habitat0 h3, 
    .secure_habitat0 h4 {
    padding-left: 12px;
}.secure_habitat0 h3::before,
    .secure_habitat0 h4::before {
    height: 6px;
    width: 6px;
}.secure_habitat0 p, 
    .secure_habitat0 li,
    .secure_habitat0 span {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.secure_habitat0 ul::before {
    width: 1px;
}.secure_habitat0 li::before {
    width: 6px;
    top: 8px;
    left: -3px;
    height: 6px;
}}.info_detailsm {
    position: relative;
    padding: 120px 0;
    background: rgb(106,128,123,0.5);
    overflow: hidden;
}.info_detailsm::before {
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    filter: blur(60px);
    background: 
        radial-gradient(circle at 20% 30%, rgb(142,166,161,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(106,128,123,0.5) 0%, transparent 40%);
}.info_detailsm::after {
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px);
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
}.info_detailsm .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}.info_detailsm .start_chato {
    overflow: visible;
    display: flex;
    position: relative;
    flex-direction: column;
}.info_detailsm .talk_supportF {
    font-size: 43px;
    letter-spacing: 3px;
    text-shadow: 
        0 0 5px rgb(142,166,161),
        0 0 10px rgb(142,166,161),
        0 0 20px rgb(142,166,161);
    align-items: center;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 60px 0;
    font-weight: 700;
    text-align: left;
    display: flex;
}.info_detailsm .talk_supportF svg {
    height: 35px;
    stroke-width: 2;
    stroke-linejoin: round;
    stroke: #ffffff;
    margin-right: 15px;
    stroke-linecap: round;
    filter: drop-shadow(0 0 5px rgb(142,166,161)) 
           drop-shadow(0 0 10px rgb(142,166,161));
    width: 35px;
    fill: none;
}.info_detailsm .content-wrapper {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 17px;
    box-shadow: 
        0 0 20px rgb(142,166,161,0.5),
        0 0 40px rgba(0, 0, 0, 0.5),
        inset 0 0 2px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    background: rgba(17, 55, 85, 0.7);
    position: relative;
}.info_detailsm .content-wrapper::before {
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(142,166,161), transparent);
}.info_detailsm .content-wrapper::after {
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(106,128,123), transparent);
    bottom: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
}.info_detailsm .thumbnailG {
    top: 0;
    object-fit: cover;
    height: 100%;
    filter: grayscale(70%) contrast(120%) brightness(80%);
    mix-blend-mode: luminosity;
    right: 0;
    position: absolute;
    width: 60%;
    opacity: 0.7;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 20% 100%);
}.info_detailsm .thumbnailG::after {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(to right, rgba(10, 10, 20, 0.9), transparent);
    width: 100%;
    top: 0;
}.info_detailsm .submit_requeste {
    z-index: 3;
    width: 60%;
    position: relative;
    padding: 40px;
}.info_detailsm .submit_requeste p {
    margin: 0 0 20px 0;
    border-radius: 10px;
    color: #ffffff;
    border-left: 2px solid rgb(142,166,161);
    display: flex;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 
        0 0 10px rgba(0, 0, 0, 0.2),
        inset 0 0 1px rgba(255, 255, 255, 0.1);
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    font-size: 14px;
    padding: 15px 25px 15px 50px;
}.info_detailsm .submit_requeste p:hover {
    box-shadow: 
        0 0 15px rgba(0, 0, 0, 0.3),
        0 0 5px rgb(142,166,161,0.5),
        inset 0 0 2px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.info_detailsm .submit_requeste p svg {
    transition: all 0.3s ease;
    transform: translateY(-50%);
    top: 50%;
    height: 20px;
    position: absolute;
    filter: drop-shadow(0 0 3px rgb(142,166,161));
    fill: rgb(142,166,161);
    width: 20px;
    left: 15px;
}.info_detailsm .submit_requeste p:hover svg {
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 0 5px rgb(142,166,161));
}.info_detailsm .submit_requeste p:nth-child(even) {
    border-left: 2px solid rgb(106,128,123);
}.info_detailsm .submit_requeste p:nth-child(even) svg {
    filter: drop-shadow(0 0 3px rgb(106,128,123));
    stroke: rgb(106,128,123);
}.info_detailsm .submit_requeste p:nth-child(even):hover svg {
    filter: drop-shadow(0 0 5px rgb(106,128,123));
}.info_detailsm .submit_requeste p span {
    margin-left: 10px;
    opacity: 0.9;
}.info_detailsm .submit_requeste p a {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}.info_detailsm .submit_requeste p a::before {
    content: "";
    transition: transform 0.3s ease;
    width: 100%;
    position: absolute;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    bottom: -2px;
    height: 1px;
    background: rgb(142,166,161);
    box-shadow: 0 0 5px rgb(142,166,161);
}.info_detailsm .submit_requeste p a:hover {
    text-shadow: 0 0 8px rgb(142,166,161,0.5);
    color: rgb(142,166,161);
}.info_detailsm .submit_requeste p a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.info_detailsm .submit_requeste p:nth-child(even) a::before {
    box-shadow: 0 0 5px rgb(106,128,123);
    background: rgb(106,128,123);
}.info_detailsm .submit_requeste p:nth-child(even) a:hover {
    text-shadow: 0 0 8px rgb(106,128,123,0.5);
    color: rgb(106,128,123);
}.info_detailsm .talk_answerT {
    position: relative;
    border-top: 2px solid rgb(142,166,161);
    width: 60%;
    padding: 30px;
    box-shadow: 
        0 0 20px rgba(0, 0, 0, 0.3),
        inset 0 0 2px rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.05);
}.info_detailsm .get_assistancej {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(142,166,161,0.5);
    font-size: 24px;
    padding-bottom: 15px;
    margin: 0 0 20px 0;
    display: flex;
}.info_detailsm .get_assistancej svg {
    filter: drop-shadow(0 0 5px rgb(142,166,161,0.5));
    stroke-width: 2;
    height: 22px;
    fill: none;
    stroke: rgb(142,166,161);
    width: 22px;
    margin-right: 12px;
    stroke-linecap: round;
    stroke-linejoin: round;
}.info_detailsm .learn_formT {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 15px;
    display: grid;
}.info_detailsm .contact_questionh {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}.info_detailsm .contact_questionh:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
    border-color: rgb(142,166,161,0.5);
}.info_detailsm .contact_questionh svg {
    fill: none;
    stroke-linejoin: round;
    stroke-width: 2;
    opacity: 0.7;
    width: 14px;
    stroke-linecap: round;
    filter: drop-shadow(0 0 2px rgb(142,166,161,0.5));
    margin-right: 8px;
    stroke: rgb(142,166,161);
    height: 14px;
    transition: all 0.3s ease;
}.info_detailsm .contact_questionh:hover svg {
    transform: rotate(30deg);
    opacity: 1;
    filter: drop-shadow(0 0 5px rgb(142,166,161));
}.info_detailsm .submit_requeste p {
    opacity: 1;
}
@media (max-width: 1023px) {.info_detailsm .thumbnailG {
    height: 300px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    width: 100%;
}.info_detailsm .submit_requeste,
    .info_detailsm .talk_answerT {
    width: 100%;
}.info_detailsm .content-wrapper {
    display: flex;
    flex-direction: column;
}.info_detailsm .submit_requeste {
    order: 2;
    padding: 30px;
}.info_detailsm .talk_answerT {
    order: 3;
    border-radius: 0 0 17px 17px;
    border-top: none;
    margin-top: 0;
}.info_detailsm .talk_supportF svg {
    height: 30px;
    width: 30px;
}
}
@media (max-width: 767px) {.info_detailsm {
    padding: 80px 0;
}.info_detailsm .talk_supportF {
    margin-bottom: 40px;
    font-size: calc(38px + 4px);
}.info_detailsm .talk_supportF svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}.info_detailsm .thumbnailG {
    height: 250px;
}.info_detailsm .submit_requeste {
    padding: 25px;
}.info_detailsm .submit_requeste p {
    padding: 12px 20px 12px 45px;
}.info_detailsm .submit_requeste p svg {
    width: 18px;
    left: 12px;
    height: 18px;
}.info_detailsm .talk_answerT {
    padding: 25px;
}.info_detailsm .get_assistancej svg {
    width: 18px;
    margin-right: 10px;
    height: 18px;
}.info_detailsm .learn_formT {
    grid-template-columns: repeat(2, 1fr);
}.info_detailsm .contact_questionh svg {
    height: 12px;
    width: 12px;
    margin-right: 6px;
}}
.info_detailsm .content-wrapper {
    position: relative;
}.thanks_areap {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(179,203,198) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
    padding: 5rem 2rem;
}.thanks_areap::before {
    width: 60%;
    opacity: 0.4;
    animation: float 12s ease-in-out infinite;
    background: linear-gradient(45deg, rgb(142,166,161,0.5) 0%, rgb(106,128,123) 100%);
    height: 70%;
    z-index: 0;
    filter: blur(40px);
    right: -20%;
    content: "";
    transform: rotate(-15deg);
    position: absolute;
    top: -20%;
}.thanks_areap::after {
    filter: blur(30px);
    width: 50%;
    background: linear-gradient(-45deg, rgb(106,128,123,0.5) 0%, rgb(142,166,161) 100%);
    position: absolute;
    height: 60%;
    content: "";
    bottom: -10%;
    transform: rotate(15deg);
    z-index: 0;
    left: -10%;
    opacity: 0.3;
    animation: float 15s ease-in-out infinite reverse;
}.thanks_areap .container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    animation: fadeIn 0.8s ease-out forwards;
    position: relative;
    flex-direction: column;
    z-index: 2;
    margin: 0 auto;
}.thanks_areap h2 {
    line-height: 1.3;
    position: relative;
    opacity: 0;
    font-weight: 700;
    max-width: 90%;
    text-align: center;
    letter-spacing: -0.02em;
    font-family: Arial, sans-serif;
    color: #000000;
    animation: slideUp 0.7s ease-out 0.2s forwards;
    font-size: clamp(1.75rem, 4vw, 28px);
    transform: translateY(20px);
    margin-bottom: 3rem;
}.thanks_areap h2::before {
    background: linear-gradient(90deg, rgb(142,166,161) 0%, rgb(106,128,123) 100%);
    position: absolute;
    width: 80px;
    left: 50%;
    border-radius: 2px;
    bottom: -16px;
    height: 4px;
    content: "";
    transform: translateX(-50%);
}.thanks_areap .fast_guide2 {
    transform: translateY(30px);
    border-left: 4px solid rgb(142,166,161);
    background: linear-gradient(120deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.96) 100%);
    backdrop-filter: blur(8px);
    position: relative;
    padding: 3rem;
    border-radius: 13px;
    animation: slideUp 0.8s ease-out 0.4s forwards;
    width: 100%;
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06), 0 8px 16px rgba(0,0,0,0.04);
    max-width: 880px;
}.thanks_areap .fast_guide2::before {
    z-index: 0;
    pointer-events: none;
    bottom: 15px;
    top: 15px;
    content: "";
    border: 1px dashed rgba(0,0,0,0.07);
    left: 15px;
    right: 15px;
    position: absolute;
    border-radius: calc(13px - 15px);
}.thanks_areap ul {
    position: relative;
    padding: 0;
    z-index: 1;
    list-style: none;
    margin: 0;
}.thanks_areap li {
    padding-left: 2rem;
    position: relative;
}.thanks_areap li::before {
    height: 8px;
    width: 8px;
    top: 8px;
    animation: pulse 3s ease-in-out infinite;
    background: rgb(142,166,161);
    border-radius: 50%;
    content: "";
    left: 0;
    box-shadow: 0 0 0 4px rgb(142,166,161,0.5);
    position: absolute;
}.thanks_areap span {
    font-weight: 400;
    color: #000000;
    font-size: clamp(1rem, 2vw, 1.1rem);
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 2;
    line-height: 1.7;
    display: block;
}

@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(142,166,161,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) {.thanks_areap {
    padding: 3rem 1.25rem;
}.thanks_areap h2 {
    max-width: 100%;
    margin-bottom: 2rem;
}.thanks_areap .fast_guide2 {
    padding: 2rem 1.5rem;
    border-left-width: 3px;
}.thanks_areap li {
    padding-left: 1.5rem;
}.thanks_areap li::before {
    height: 6px;
    width: 6px;
    top: 6px;
}.thanks_areap h2::before {
    height: 3px;
    width: 60px;
    bottom: -12px;
}
}

@media screen and (max-width: 480px) {.thanks_areap {
    padding: 2.5rem 1rem;
}.thanks_areap h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}.thanks_areap .fast_guide2 {
    padding: 1.5rem 1.25rem;
}.thanks_areap span {
    font-size: 0.95rem;
}}.teacher_profilel {
    background: linear-gradient(150deg, rgb(179,203,198) 0%, rgb(106,128,123,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.teacher_profilel::before {
    opacity: 0.07;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    background-size: 40px 40px;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(142,166,161,0.5) 49.5%, rgb(142,166,161,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(142,166,161,0.5) 49.5%, rgb(142,166,161,0.5) 50.5%, transparent 50.5%);
    height: 100%;
}.teacher_profilel::after {
    position: absolute;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(142,166,161,0.5) 40px,
            rgb(142,166,161,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(142,166,161,0.5) 60px,
            rgb(142,166,161,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(142,166,161,0.5) 80px,
            rgb(142,166,161,0.5) 81px
        );
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.04;
    content: "";
}.teacher_profilel .container {
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.teacher_profilel .testimonials_hubx {
    padding: 50px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
    gap: 40px;
    border-radius: 0;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    display: grid;
}.teacher_profilel .testimonials_hubx::before {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    height: 6px;
    background: linear-gradient(
        90deg,
        rgb(142,166,161) 0%,
        rgb(106,128,123) 100%
    );
}.teacher_profilel .testimonials_hubx::after {
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(142,166,161,0.5) 0%,
        transparent 20%,
        rgb(142,166,161,0.5) 40%,
        transparent 60%,
        rgb(106,128,123,0.5) 80%,
        transparent 100%
    );
    top: 6px;
    height: 1px;
    animation: scanner 4s linear infinite;
    left: 0;
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.teacher_profilel .thumbnailG {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    transition: all 0.5s ease;
    border-radius: 0;
    min-height: 360px;
}.teacher_profilel .thumbnailG::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    content: "";
}.teacher_profilel .thumbnailG::after {
    z-index: 2;
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    position: absolute;
    height: 100%;
}.teacher_profilel .name {
    padding-left: 16px;
    font-size: 33px;
    line-height: 1.2;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 12px;
    border-left: 4px solid rgb(142,166,161);
}.teacher_profilel .name::before {
    position: absolute;
    background: rgb(106,128,123);
    width: 4px;
    top: 0;
    left: -4px;
    transition: height 0.5s ease;
    content: "";
    height: 0;
}.teacher_profilel .testimonials_hubx:hover .name::before {
    height: 100%;
}.teacher_profilel .testimonials_hubx span:not(.name) {
    display: inline-block;
    border-radius: 3px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    background: rgb(179,203,198);
    color: rgba(0, 0, 0, 0.5);
    padding: 6px 12px;
    position: relative;
}.teacher_profilel .testimonials_hubx span:not(.name)::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(142,166,161);
}.teacher_profilel .testimonials_hubx:hover span:not(.name)::after {
    width: 100%;
}.teacher_profilel .exp_milestonesF {
    background: linear-gradient(
        to right,
        rgb(179,203,198) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 0;
    color: #000000;
    padding: 25px 30px;
    border-radius: 10px;
    border-left: 1px solid rgb(142,166,161);
    font-size: 15px;
    line-height: 1.8;
}.teacher_profilel .exp_milestonesF::before {
    position: absolute;
    height: 12px;
    width: 12px;
    content: "";
    left: 12px;
    border-left: 2px solid rgb(142,166,161);
    top: 15px;
    opacity: 0.6;
    border-top: 2px solid rgb(142,166,161);
}.teacher_profilel .exp_milestonesF::after {
    height: 12px;
    bottom: 15px;
    border-right: 2px solid rgb(106,128,123);
    position: absolute;
    width: 12px;
    right: 12px;
    opacity: 0.6;
    content: "";
    border-bottom: 2px solid rgb(106,128,123);
}.teacher_profilel .testimonials_hubx:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateY(-10px);
}.teacher_profilel .testimonials_hubx:hover .thumbnailG {
    transform: scale(1.03);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {.teacher_profilel {
    padding: 90px 0;
}.teacher_profilel .testimonials_hubx {
    padding: 40px 30px;
    gap: 30px;
}.teacher_profilel .thumbnailG {
    min-height: 320px;
}.teacher_profilel .exp_milestonesF {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.teacher_profilel {
    padding: 70px 0;
}.teacher_profilel .testimonials_hubx {
    gap: 25px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: 35px 25px;
}.teacher_profilel .thumbnailG {
    min-height: 280px;
}.teacher_profilel .name {
    font-size: calc(33px * 0.9);
}.teacher_profilel .testimonials_hubx span:not(.name) {
    font-size: calc(20px * 0.95);
    margin-bottom: 20px;
}.teacher_profilel .exp_milestonesF {
    padding: 18px 22px;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 575px) {.teacher_profilel {
    padding: 50px 0;
}.teacher_profilel .testimonials_hubx {
    gap: 20px;
    padding: 30px 20px;
}.teacher_profilel .thumbnailG {
    min-height: 220px;
}.teacher_profilel .name {
    font-size: calc(33px * 0.8);
    padding-left: 12px;
}.teacher_profilel .testimonials_hubx span:not(.name) {
    padding: 4px 10px;
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}.teacher_profilel .exp_milestonesF {
    font-size: calc(15px * 0.9);
    padding: 15px 18px;
}}.mentor_ctat {
    position: relative;
    background-attachment: fixed;
    color: #ffffff;
    z-index: 1;
    padding: 6rem 0 3rem;
}.mentor_ctat::before {
    top: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(142,166,161,0.5) 100%);
    z-index: -1;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
}.mentor_ctat::after {
    content: "";
    pointer-events: none;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.mentor_ctat .container {
    flex-direction: column;
    display: flex;
    position: relative;
}.mentor_ctat .company_holder {
    padding-bottom: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}.mentor_ctat .company_holder::before,
.mentor_ctat .company_holder::after {
    bottom: -1px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(106,128,123), transparent);
    animation: slide 3s infinite alternate;
    content: "";
    width: 20%;
    position: absolute;
}.mentor_ctat .company_holder::before {
    left: 0;
    animation-delay: 0s;
}.mentor_ctat .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.mentor_ctat .company_holder h3 {
    position: relative;
    font-size: calc(34px * 1.3);
    display: inline-block;
    margin-bottom: 1rem;
    font-weight: 700;
}.mentor_ctat .company_holder h3::after {
    left: 50%;
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    content: "";
    bottom: -10px;
    width: 60px;
    background: rgb(106,128,123);
}.mentor_ctat .collab_netM {
    color: #ffffff;
    font-size: 15px;
    max-width: 600px;
    margin: 1.5rem auto 0;
    line-height: 1.7;
    opacity: 0.8;
}.mentor_ctat .qna_boardc {
    display: flex;
    justify-content: center;
}.mentor_ctat .site_headeru {
    display: flex;
    position: relative;
    gap: 6rem;
}.mentor_ctat .site_headeru::before {
    background: rgb(142,166,161);
    width: 1px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    top: -30px;
    position: absolute;
    height: 20px;
}.mentor_ctat .nav_teachE {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.05);
    padding: 1rem 1.5rem;
    backdrop-filter: blur(10px);
}.mentor_ctat .nav_teachE:hover {
    background: rgba(rgb(142,166,161,0.5), 0.1);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.mentor_ctat .nav_teachE h5 {
    text-transform: uppercase;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    padding-bottom: 0.8rem;
    text-align: center;
    margin-bottom: 1.5rem;
    letter-spacing: 1.5px;
    font-size: 17px;
    font-weight: 600;
    color: rgb(106,128,123);
}.mentor_ctat .nav_teachE .site_headeru {
    flex-direction: column;
    gap: 0.8rem;
    position: static;
    display: flex;
}.mentor_ctat .nav_teachE .site_headeru a {
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-size: 15px;
    opacity: 0.75;
    padding: 0.4rem 0;
    transition: all 0.3s ease;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}.mentor_ctat .nav_teachE .site_headeru a::before {
    height: 1px;
    transition: transform 0.4s ease;
    transform-origin: center;
    content: "";
    bottom: 0;
    z-index: -1;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(142,166,161), transparent);
    transform: scaleX(0);
    width: 100%;
}.mentor_ctat .nav_teachE .site_headeru a:hover {
    color: rgb(106,128,123);
    opacity: 1;
}.mentor_ctat .nav_teachE .site_headeru a:hover::before {
    transform: scaleX(1);
}.whatsapp_grpI {
    margin-top: 4rem;
    overflow: hidden;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1.2rem 0;
}.whatsapp_grpI::before {
    background-size: 4px 4px;
    background-image: linear-gradient(45deg, rgba(rgb(142,166,161,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(142,166,161,0.5), 0.05) 50%, rgba(rgb(142,166,161,0.5), 0.05) 75%, transparent 75%, transparent);
    top: 0;
    content: "";
    animation: bgMove 20s linear infinite;
    opacity: 0.3;
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.whatsapp_grpI .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.whatsapp_grpI .trophy_caseV {
    color: #ffffff;
    font-size: 12px;
    opacity: 0.8;
    letter-spacing: 0.5px;
    position: relative;
    text-align: center;
}.whatsapp_grpI .trophy_caseV::before,
.whatsapp_grpI .trophy_caseV::after {
    content: "•";
    margin: 0 0.6rem;
    color: rgb(142,166,161);
}

@media screen and (max-width: 992px) {.mentor_ctat {
    padding: 4rem 0 2rem;
}.mentor_ctat .company_holder {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}.mentor_ctat .company_holder h3 {
    font-size: 34px;
}.mentor_ctat .site_headeru {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.mentor_ctat .qna_boardc {
    align-items: center;
    flex-direction: column;
}.mentor_ctat .site_headeru {
    gap: 2rem;
    width: 100%;
    max-width: 450px;
    flex-direction: column;
}.mentor_ctat .nav_teachE {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.mentor_ctat {
    padding: 3rem 0 1.5rem;
}.mentor_ctat .company_holder h3 {
    font-size: calc(34px * 0.9);
}.mentor_ctat .collab_netM {
    font-size: calc(15px * 0.9);
}.mentor_ctat .nav_teachE {
    padding: 1rem;
}.mentor_ctat .nav_teachE h5 {
    font-size: calc(17px * 0.9);
}.whatsapp_grpI {
    padding: 1rem 0;
    margin-top: 2rem;
}.whatsapp_grpI .trophy_caseV {
    font-size: calc(12px * 0.9);
}.whatsapp_grpI .trophy_caseV::before,
    .whatsapp_grpI .trophy_caseV::after {
    display: none;
}
}