* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1110px;
}.top_wrapB {
    flex: 1 0 auto;
}.achieve_ctaE {
    flex: 0 0 auto;
}.panel-containerb {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_program_detailsu {
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(153,204,185,0.5), 0.05), rgba(rgb(104,171,154,0.5), 0.1));
    padding: 120px 0 80px;
    overflow: hidden;
}.course_program_detailsu::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(153,204,185,0.5), 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(rgb(104,171,154,0.5), 0.12) 0%, transparent 45%);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    z-index: 0;
}.course_program_detailsu::after {
    top: -10%;
    width: 45%;
    content: "";
    transform: rotate(-15deg) skew(15deg);
    position: absolute;
    background: linear-gradient(225deg, rgba(rgb(153,204,185,0.5), 0.08), transparent);
    height: 45%;
    right: -5%;
    z-index: 0;
}.course_program_detailsu .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.course_program_detailsu h2 {
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 33px;
    line-height: 1.3;
    color: #000000;
    position: relative;
    transform: translateX(-5%);
    max-width: 85%;
}.course_program_detailsu h2::after {
    content: "";
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(153,204,185), rgb(104,171,154));
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    width: 80px;
    left: 0;
    bottom: -15px;
    transform: scaleX(1);
}.course_program_detailsu h2:hover::after {
    transform: scaleX(1.5);
}.course_program_detailsu .education_guidee {
    position: relative;
    grid-gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}.course_program_detailsu .pic_thumbnailc {
    box-shadow: 
        -15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
        5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.1);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    height: 400px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    border-radius: 0;
}.course_program_detailsu .pic_thumbnailc::before {
    background: linear-gradient(
        135deg,
        rgba(rgb(153,204,185,0.5), 0.1),
        rgba(rgb(104,171,154,0.5), 0.15)
    );
    z-index: 1;
    mix-blend-mode: overlay;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}.course_program_detailsu .pic_thumbnailc::after {
    z-index: 2;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(255, 255, 255, 0.5), 0.1) 0%,
        transparent 70%
    );
    height: 200%;
    position: absolute;
    left: -50%;
    transition: opacity 1.2s ease;
    top: -50%;
    width: 200%;
    opacity: 0;
    pointer-events: none;
    mix-blend-mode: overlay;
    content: "";
}.course_program_detailsu .pic_thumbnailc:hover {
    box-shadow: 
        -20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
        10px -10px 30px rgba(rgb(255, 255, 255, 0.5), 0.05);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.course_program_detailsu .pic_thumbnailc:hover::after {
    opacity: 1;
}.course_program_detailsu .content_holderK {
    padding: 20px 0 0;
    position: relative;
}.course_program_detailsu .description {
    margin-bottom: 25px;
    opacity: 1;
    transform: translateY(0);
    position: relative;
    color: #000000;
    max-height: 350px;
    overflow-y: auto;
    line-height: 1.75;
    font-size: 12px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    padding-right: 15px;
}.course_program_detailsu .description::-webkit-scrollbar {
    width: 4px;
}.course_program_detailsu .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.course_program_detailsu .description::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(153,204,185), rgb(104,171,154));
}.course_program_detailsu .description:first-of-type {
    position: relative;
    z-index: 1;
}.course_program_detailsu .description:first-of-type::first-letter {
    color: rgb(153,204,185);
    margin-right: 1px;
    font-size: 1.5em;
    font-weight: 700;
}.course_program_detailsu .description:last-of-type {
    position: relative;
    border-left: 1px solid rgba(rgb(153,204,185,0.5), 0.2);
    padding-left: 20px;
}.course_program_detailsu .description:last-of-type::before {
    left: -5px;
    position: absolute;
    height: 10px;
    top: 0;
    border-radius: 50%;
    content: "";
    background: rgb(153,204,185);
    width: 10px;
}

@media (min-width: 768px) {.course_program_detailsu {
    padding: 150px 0 100px;
}.course_program_detailsu h2 {
    margin-bottom: 60px;
    font-size: calc(33px * 1.2);
    max-width: 80%;
}.course_program_detailsu .education_guidee {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
}.course_program_detailsu .pic_thumbnailc {
    transform: perspective(1500px) rotateY(-5deg) rotateX(3deg) translateX(-20px);
    height: 500px;
}.course_program_detailsu .pic_thumbnailc:hover {
    transform: perspective(1500px) rotateY(-2deg) rotateX(1deg) translateX(0);
}.course_program_detailsu .content_holderK {
    padding: 0 0 0 20px;
}.course_program_detailsu .description {
    max-height: 300px;
}
}

@media (min-width: 992px) {.course_program_detailsu .container {
    padding: 0 40px;
}.course_program_detailsu h2 {
    max-width: 70%;
    font-size: calc(33px * 1.4);
    transform: translateX(-8%);
}.course_program_detailsu h2::after {
    width: 120px;
    height: 4px;
}.course_program_detailsu .education_guidee {
    grid-gap: 80px;
}.course_program_detailsu .pic_thumbnailc {
    transform: perspective(2000px) rotateY(-7deg) rotateX(3deg) translateX(-30px);
    height: 550px;
}.course_program_detailsu .pic_thumbnailc:hover {
    transform: perspective(2000px) rotateY(-3deg) rotateX(1deg) translateX(-10px);
}.course_program_detailsu .content_holderK {
    padding: 0 0 0 40px;
}.course_program_detailsu .description {
    line-height: 1.8;
    max-height: 400px;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 1200px) {.course_program_detailsu {
    padding: 180px 0 120px;
}.course_program_detailsu h2 {
    font-size: calc(33px * 1.5);
    max-width: 60%;
}.course_program_detailsu .education_guidee {
    grid-gap: 100px;
}.course_program_detailsu .pic_thumbnailc {
    height: 600px;
}.course_program_detailsu .description {
    max-height: 450px;
    font-size: calc(12px * 1.1);
}
}

@media (max-width: 767px) {.course_program_detailsu {
    padding: 80px 0 60px;
}.course_program_detailsu h2 {
    font-size: calc(33px * 0.9);
    max-width: 100%;
    margin-bottom: 40px;
    transform: translateX(0);
}.course_program_detailsu .pic_thumbnailc {
    height: 300px;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
}.course_program_detailsu .content_holderK {
    padding: 20px 0 0;
}.course_program_detailsu .description {
    font-size: calc(12px * 0.95);
    max-height: 250px;
    line-height: 1.6;
}}.secure_fortificationT {
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(200,230,217) 0%, rgb(153,204,185,0.5) 100%);
    position: relative;
}.secure_fortificationT::before {
    top: 0;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(rgb(153,204,185,0.5), 0.03) 20px,
    rgba(rgb(153,204,185,0.5), 0.03) 40px
  );
    left: 0;
    content: "";
    height: 100%;
    z-index: 0;
    width: 100%;
    position: absolute;
}.secure_fortificationT::after {
    opacity: 0.1;
    top: -50%;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle, rgb(104,171,154,0.5) 0%, transparent 70%);
    content: "";
    right: -50%;
}.secure_fortificationT .container {
    max-width: 1200px;
    margin: 0 auto;
    animation: fadeIn 0.8s ease-out forwards;
    z-index: 1;
    position: relative;
}.secure_fortificationT h1 {
    padding-bottom: 1rem;
    position: relative;
    animation: slideInLeft 0.6s ease-out 0.2s forwards;
    margin-bottom: 2rem;
    font-size: 40px;
    color: rgb(153,204,185);
    letter-spacing: -0.02em;
    font-weight: 700;
    font-family: Arial, sans-serif;
    transform: translateX(-5px);
    opacity: 0;
}.secure_fortificationT h1::after {
    left: 0;
    transform: scaleX(0);
    position: absolute;
    height: 4px;
    bottom: 0;
    animation: expandWidth 0.6s ease-out 0.8s forwards;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(153,204,185) 0%, rgb(104,171,154) 100%);
    transform-origin: left;
}.secure_fortificationT h2 {
    animation: slideInUp 0.5s ease-out 0.4s forwards;
    position: relative;
    margin: 2.5rem 0 1.5rem;
    font-weight: 600;
    color: rgb(104,171,154);
    font-family: Arial, sans-serif;
    font-size: 34px;
    padding-left: 20px;
    opacity: 0;
    transform: translateY(10px);
}.secure_fortificationT h2::before {
    width: 4px;
    height: calc(100% - 16px);
    content: "";
    position: absolute;
    top: 8px;
    border-radius: 2px;
    background: rgb(104,171,154);
    left: 0;
}.secure_fortificationT h3 {
    font-family: Arial, sans-serif;
    margin: 2rem 0 1rem;
    color: rgb(104,171,154);
    transform: translateY(10px);
    font-weight: 600;
    opacity: 0;
    font-size: calc(34px * 0.85);
    animation: slideInUp 0.5s ease-out 0.5s forwards;
    position: relative;
    padding-left: 15px;
}.secure_fortificationT h3::before {
    left: 0;
    position: absolute;
    top: 8px;
    border-radius: 2px;
    height: calc(100% - 16px);
    width: 3px;
    background: rgb(104,171,154,0.5);
    content: "";
}.secure_fortificationT h4 {
    margin: 1.5rem 0 1rem;
    position: relative;
    opacity: 0;
    font-size: calc(34px * 0.7);
    transform: translateY(8px);
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    animation: slideInUp 0.5s ease-out 0.6s forwards;
    padding-left: 12px;
}.secure_fortificationT h4::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    left: 0;
    position: absolute;
    border-radius: 1px;
    height: calc(100% - 16px);
    top: 8px;
    width: 2px;
}.secure_fortificationT p {
    opacity: 0;
    line-height: 1.7;
    animation: fadeSlideUp 0.7s ease-out 0.6s forwards;
    font-family: Arial, sans-serif;
    color: #000000;
    transform: translateY(8px);
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 17px;
}.secure_fortificationT p strong {
    font-weight: 600;
    position: relative;
    color: #000000;
}.secure_fortificationT p strong::after {
    left: 0;
    background: rgb(104,171,154,0.5);
    height: 1px;
    bottom: -2px;
    position: absolute;
    content: "";
    width: 100%;
}.secure_fortificationT ul {
    animation: fadeSlideIn 0.7s ease-out 0.8s forwards;
    padding: 0.5rem 0 0.5rem 1.5rem;
    list-style-type: none;
    position: relative;
    margin: 0 0 2rem 0;
    transform: translateX(10px);
    opacity: 0;
    border-left: 3px solid rgb(153,204,185,0.5);
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
}.secure_fortificationT ul::before {
    content: "";
    background: linear-gradient(90deg, rgb(104,171,154,0.5) 0%, transparent 10%);
    opacity: 0.1;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
}.secure_fortificationT li {
    transform: translateY(8px);
    color: #000000;
    opacity: 0;
    font-size: 17px;
    padding: 0.8rem 0 0.8rem 1.8rem;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    animation: listItemAppear 0.4s ease-out forwards;
    animation-delay: calc(0.9s + (0.1s * var(--li-index, 0)));
    position: relative;
}.secure_fortificationT li:nth-child(1) {
    --li-index: 1;
}.secure_fortificationT li:nth-child(2) {
    --li-index: 2;
}.secure_fortificationT li:nth-child(3) {
    --li-index: 3;
}.secure_fortificationT li::before {
    box-shadow: 0 0 0 3px rgb(153,204,185,0.5);
    top: 1.2rem;
    position: absolute;
    left: 0;
    height: 8px;
    background: rgb(153,204,185);
    transform: rotate(45deg);
    border-radius: 2px;
    content: "";
    width: 8px;
}.secure_fortificationT span {
    margin-bottom: 1.5rem;
    animation: fadeSlideUp 0.7s ease-out 1s forwards;
    border-left: 1px dashed rgb(104,171,154,0.5);
    padding-left: 1rem;
    transform: translateY(10px);
    position: relative;
    font-size: 17px;
    display: block;
    color: #000000;
    line-height: 1.7;
    opacity: 0;
    font-family: Arial, sans-serif;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {.secure_fortificationT {
    padding: 5rem 3rem;
}.secure_fortificationT h1 {
    margin-bottom: 3rem;
    font-size: calc(40px * 1.1);
}.secure_fortificationT h1::after {
    width: 120px;
    height: 5px;
}.secure_fortificationT h2 {
    padding-left: 25px;
    font-size: calc(34px * 1.05);
}.secure_fortificationT h2::before {
    width: 6px;
}.secure_fortificationT .container {
    padding: 0 2rem;
}.secure_fortificationT p,
  .secure_fortificationT span,
  .secure_fortificationT li {
    line-height: 1.75;
    font-size: calc(17px * 1.05);
}.secure_fortificationT ul {
    margin-bottom: 2.5rem;
    padding: 1rem 2rem 1rem 2.5rem;
}
}

@media (min-width: 992px) {.secure_fortificationT {
    padding: 6rem 4rem;
}.secure_fortificationT h1 {
    font-size: calc(40px * 1.2);
    margin-bottom: 3.5rem;
}.secure_fortificationT h1::after {
    width: 150px;
}.secure_fortificationT .container {
    max-width: 1400px;
    padding: 0 4rem;
}.secure_fortificationT ul {
    padding: 1.5rem 2.5rem 1.5rem 3rem;
    margin: 0 0 3rem 2rem;
}.secure_fortificationT h2 {
    margin: 3.5rem 0 2rem;
}.secure_fortificationT p,
  .secure_fortificationT span {
    margin-bottom: 2rem;
}
}

@media (max-width: 767px) {.secure_fortificationT {
    padding: 3rem 1.5rem;
}.secure_fortificationT h1 {
    padding-bottom: 0.8rem;
    font-size: calc(40px * 0.9);
}.secure_fortificationT h2 {
    font-size: calc(34px * 0.9);
    padding-left: 15px;
}.secure_fortificationT h3 {
    font-size: calc(34px * 0.75);
    padding-left: 12px;
}.secure_fortificationT h4 {
    padding-left: 10px;
    font-size: calc(34px * 0.65);
}.secure_fortificationT p, 
  .secure_fortificationT span,
  .secure_fortificationT li {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}.secure_fortificationT ul {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0.5rem 0.5rem 1.2rem;
}.secure_fortificationT li {
    padding: 0.6rem 0 0.6rem 1.5rem;
}}.our_storyt {
    perspective: 1000px;
    position: relative;
    background: linear-gradient(145deg, rgb(200,230,217), #f0f4f8);
    padding: 120px 0 80px;
    overflow: hidden;
}.our_storyt::before {
    height: 70%;
    filter: blur(40px);
    content: "";
    opacity: 0.7;
    top: -10%;
    transform: rotate(-15deg) skewX(5deg);
    right: -5%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgb(153,204,185,0.5), rgb(104,171,154,0.5));
    width: 40%;
}.our_storyt::after {
    z-index: 1;
    position: absolute;
    width: 50%;
    bottom: -10%;
    opacity: 0.5;
    content: "";
    background: linear-gradient(225deg, rgb(104,171,154,0.5), rgb(153,204,185,0.5));
    height: 60%;
    left: -5%;
    filter: blur(60px);
    transform: rotate(10deg) skewX(-5deg);
}.our_storyt .container {
    padding: 0 20px;
    transform-style: preserve-3d;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.our_storyt h1 {
    font-weight: 700;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    transform: translateZ(30px);
    color: #000000;
    font-size: 43px;
    margin-bottom: 50px;
    letter-spacing: 1px;
    position: relative;
}.our_storyt h1::after {
    content: "";
    transform: translateZ(40px);
    position: absolute;
    left: 0;
    height: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    background: linear-gradient(90deg, rgb(153,204,185), rgb(104,171,154));
    bottom: -15px;
    width: 80px;
}.our_storyt .success_metricC {
    position: relative;
    transform-style: preserve-3d;
}.our_storyt .success_metricC ul {
    display: grid;
    transform-style: preserve-3d;
    padding: 0;
    list-style-type: none;
    margin: 0;
    gap: 50px;
    grid-template-columns: 1fr;
}.our_storyt .learn_guideD {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    border-radius: 10px;
    padding: 40px;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateZ(10px) rotateX(2deg);
}.our_storyt .learn_guideD:hover {
    transform: translateZ(25px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0,0,0,0.12), 0 10px 25px rgba(0,0,0,0.08);
}.our_storyt .learn_guideD::before {
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    width: 6px;
    transform: translateZ(5px);
    position: absolute;
    background: linear-gradient(180deg, rgb(153,204,185), rgb(104,171,154));
}.our_storyt .learn_guideD h4 {
    color: rgb(153,204,185);
    font-size: calc(23px + 2px);
    position: relative;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 15px;
}.our_storyt .learn_guideD h4::after {
    height: 3px;
    position: absolute;
    content: "";
    bottom: 0;
    background: rgb(104,171,154);
    left: 0;
    width: 40px;
}.our_storyt .learn_guideD div {
    margin: 0;
    font-weight: 400;
    color: #000000;
    position: relative;
    line-height: 1.7;
    overflow-y: auto;
    max-height: 300px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    padding-right: 10px;
}.our_storyt .learn_guideD div::-webkit-scrollbar {
    width: 6px;
}.our_storyt .learn_guideD div::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 10px;
}.our_storyt .learn_guideD div::-webkit-scrollbar-thumb {
    background: linear-gradient(rgb(153,204,185,0.5), rgb(104,171,154));
    border-radius: 10px;
}

@media (min-width: 768px) {.our_storyt {
    padding: 150px 0 100px;
}.our_storyt h1 {
    margin-bottom: 70px;
    font-size: calc(43px + 10px);
}.our_storyt h1::after {
    height: 5px;
    width: 120px;
}.our_storyt .success_metricC ul {
    gap: 60px;
    grid-template-columns: repeat(2, 1fr);
}.our_storyt .learn_guideD {
    padding: 50px;
    backdrop-filter: blur(5px);
    transform: translateZ(20px) rotateX(2deg) rotateY(-1deg);
}.our_storyt .learn_guideD:hover {
    transform: translateZ(40px) rotateX(0deg) rotateY(0deg);
}.our_storyt .learn_guideD:nth-child(even) {
    transform: translateZ(20px) rotateX(2deg) rotateY(1deg);
}.our_storyt .learn_guideD:nth-child(even):hover {
    transform: translateZ(40px) rotateX(0deg) rotateY(0deg);
}.our_storyt .learn_guideD::before {
    width: 8px;
}.our_storyt .learn_guideD div {
    max-height: 350px;
}.our_storyt .learn_guideD:first-child {
    transform: translateZ(20px) translateX(20px) rotateX(2deg) rotateY(-1deg);
}.our_storyt .learn_guideD:first-child:hover {
    transform: translateZ(40px) translateX(20px) rotateX(0deg) rotateY(0deg);
}.our_storyt .learn_guideD:last-child {
    transform: translateZ(20px) translateX(-20px) rotateX(2deg) rotateY(1deg);
}.our_storyt .learn_guideD:last-child:hover {
    transform: translateZ(40px) translateX(-20px) rotateX(0deg) rotateY(0deg);
}
}

@media (min-width: 1024px) {.our_storyt {
    padding: 180px 0 120px;
}.our_storyt::before {
    width: 50%;
    height: 80%;
}.our_storyt::after {
    height: 70%;
    width: 60%;
}.our_storyt h1 {
    font-size: calc(43px + 16px);
    transform: translateZ(50px);
    margin-bottom: 90px;
}.our_storyt h1::after {
    transform: translateZ(60px);
    height: 6px;
    width: 150px;
}.our_storyt .success_metricC ul {
    gap: 80px;
}.our_storyt .learn_guideD {
    padding: 60px;
    transform: translateZ(30px) rotateX(3deg) rotateY(-2deg);
}.our_storyt .learn_guideD:hover {
    transform: translateZ(60px) rotateX(0deg) rotateY(0deg);
}.our_storyt .learn_guideD:nth-child(even) {
    transform: translateZ(30px) rotateX(3deg) rotateY(2deg);
}.our_storyt .learn_guideD:nth-child(even):hover {
    transform: translateZ(60px) rotateX(0deg) rotateY(0deg);
}.our_storyt .learn_guideD::before {
    width: 10px;
}.our_storyt .learn_guideD h4 {
    font-size: calc(23px + 4px);
    margin-bottom: 30px;
}.our_storyt .learn_guideD h4::after {
    width: 50px;
    height: 4px;
}.our_storyt .learn_guideD div {
    font-size: calc(15px + 1px);
    line-height: 1.8;
    max-height: 400px;
}.our_storyt .learn_guideD:first-child {
    transform: translateZ(30px) translateX(40px) rotateX(3deg) rotateY(-2deg);
}.our_storyt .learn_guideD:first-child:hover {
    transform: translateZ(60px) translateX(40px) rotateX(0deg) rotateY(0deg);
}.our_storyt .learn_guideD:last-child {
    transform: translateZ(30px) translateX(-40px) rotateX(3deg) rotateY(2deg);
}.our_storyt .learn_guideD:last-child:hover {
    transform: translateZ(60px) translateX(-40px) rotateX(0deg) rotateY(0deg);
}
}

@media (max-width: 767px) {.our_storyt {
    padding: 80px 0 60px;
}.our_storyt h1 {
    font-size: calc(43px - 2px);
    margin-bottom: 40px;
}.our_storyt .learn_guideD {
    padding: 30px;
    margin-bottom: 30px;
}.our_storyt .learn_guideD h4 {
    margin-bottom: 15px;
    font-size: 23px;
    padding-bottom: 10px;
}.our_storyt .learn_guideD div {
    max-height: 250px;
    line-height: 1.6;
    font-size: calc(15px - 1px);
}}.title_boardE {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(153,204,185,0.5) 0%, rgba(94,170,168,0.15) 50%, rgb(104,171,154,0.5) 100%);
}.title_boardE::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(94,170,168,0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(94,170,168,0.15) 0%, transparent 40%);
    width: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
}.title_boardE .virtual_classesZ {
    padding: 2rem;
    max-width: 1400px;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    margin: 0 auto;
    height: 100%;
    gap: 2rem;
}.title_boardE h1 {
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-size: 38px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    animation: titleFade 1.2s ease-out forwards;
    color: #000000;
    font-weight: 700;
    position: relative;
    text-shadow: 0 2px 10px rgba(94,170,168,0.1);
}.title_boardE h1::after {
    content: "";
    transform: scaleX(0);
    width: 80px;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 4px;
    animation: lineExpand 1s 0.4s ease-out forwards;
    transform-origin: left;
    background: rgb(153,204,185);
}.title_boardE .content_holderK {
    flex-direction: column;
    position: relative;
    gap: 2rem;
    display: flex;
}.title_boardE .fast_studyproN {
    animation: fadeUp 0.8s 0.6s ease-out forwards;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    box-shadow: 0 15px 30px rgba(94,170,168,0.15), 
                0 5px 15px rgba(0,0,0,0.05);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(153,204,185);
    padding: 2rem;
}.title_boardE .fast_studyproN p {
    color: #000000;
    font-size: calc(14px * 1.2);
    position: relative;
    margin-bottom: 2rem;
    line-height: 1.6;
}.title_boardE .fast_studyproN p::before {
    width: 40px;
    background: rgb(104,171,154);
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    height: 2px;
}.title_boardE svg {
    height: 120px;
    transition: transform 0.5s ease;
    transform: rotate(-5deg);
    width: 120px;
    filter: drop-shadow(0 5px 15px rgba(94,170,168,0.25));
    margin: 0 auto 2rem;
    display: block;
}.title_boardE svg:hover {
    transform: rotate(0deg) scale(1.05);
}.title_boardE svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}.title_boardE svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.title_boardE svg:hover path {
    fill: rgba(94,170,168,0.85);
}.title_boardE svg:hover text {
    fill: #000000;
}.title_boardE .inquiry_messageF {
    text-decoration: none;
    font-size: 16px;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, rgb(153,204,185) 0%, rgb(94,170,168) 100%);
    box-shadow: 0 5px 15px rgba(94,170,168,0.3);
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-top: 1rem;
    transform: translateZ(0);
}.title_boardE .inquiry_messageF::before {
    transition: left 0.7s ease;
    content: "";
    left: -100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}.title_boardE .inquiry_messageF:hover {
    box-shadow: 0 8px 20px rgba(94,170,168,0.4);
    transform: translateY(-3px);
}.title_boardE .inquiry_messageF:hover::before {
    left: 100%;
}.title_boardE .pic_thumbnailc {
    opacity: 0;
    width: 100%;
    animation: fadeUp 0.8s 0.8s ease-out forwards;
    height: 300px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transform: translateY(20px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}.title_boardE .pic_thumbnailc::before {
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    background: linear-gradient(to bottom, rgba(94,170,168,0.3), transparent);
    z-index: 1;
}

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

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

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

@media (min-width: 768px) {.title_boardE .virtual_classesZ {
    gap: 3rem;
    padding: 4rem 2rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.title_boardE h1 {
    font-size: calc(38px * 1.2);
    grid-column: 1 / -1;
    margin-bottom: 2rem;
}.title_boardE .fast_studyproN {
    padding: 2.5rem;
}.title_boardE .pic_thumbnailc {
    height: 450px;
    margin-top: 0;
}.title_boardE svg {
    margin: 0 0 1rem 1rem;
    height: 150px;
    width: 150px;
    float: right;
}
}

@media (min-width: 992px) {.title_boardE .virtual_classesZ {
    gap: 4rem;
    padding: 5rem 3rem;
}.title_boardE h1 {
    font-size: calc(38px * 1.4);
}.title_boardE .fast_studyproN {
    padding: 3rem;
}.title_boardE .pic_thumbnailc {
    height: 550px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.title_boardE .pic_thumbnailc:hover {
    transform: scale(1.03);
}.title_boardE svg {
    width: 180px;
    height: 180px;
}
}

@media (min-width: 1200px) {.title_boardE .virtual_classesZ {
    padding: 6rem 4rem;
    gap: 6rem;
}.title_boardE h1 {
    font-size: calc(38px * 1.6);
}.title_boardE .fast_studyproN {
    padding: 3.5rem;
}.title_boardE .pic_thumbnailc {
    height: 600px;
}
}

@media (max-width: 767px) {.title_boardE .virtual_classesZ {
    padding: 3rem 1.5rem;
}.title_boardE h1 {
    font-size: calc(38px * 0.9);
}.title_boardE .fast_studyproN p {
    font-size: 14px;
}.title_boardE .inquiry_messageF {
    text-align: center;
    width: 100%;
}}.sign_upI {
    padding: 5rem 3rem;
    isolation: isolate;
    overflow: hidden;
    position: relative;
    background-color: rgb(200,230,217);
}.sign_upI::before {
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(153,204,185,0.5) 49%, rgb(153,204,185,0.5) 51%, transparent 52%) 0 0 / 2rem 2rem,
        linear-gradient(-45deg, transparent 48%, rgb(104,171,154,0.5) 49%, rgb(104,171,154,0.5) 51%, transparent 52%) 1rem 1rem / 2rem 2rem;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
}.sign_upI::after {
    height: 70%;
    animation: shift 10s infinite alternate;
    background: linear-gradient(135deg, transparent, rgb(153,204,185,0.5));
    position: absolute;
    z-index: -1;
    width: 40%;
    content: "";
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}.sign_upI .virtual_classesZ {
    gap: 0;
    position: relative;
    grid-template-columns: 2fr 3fr;
    display: grid;
}.sign_upI .virtual_classesZ::before {
    transform: translateY(-50%) rotate(-5deg);
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(153,204,185,0.5), transparent);
    opacity: 0.5;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
}.sign_upI p {
    margin: 0;
    justify-content: center;
    flex-direction: column;
    padding-right: 2rem;
    letter-spacing: 1px;
    line-height: 1.6;
    font-weight: 300;
    position: relative;
    grid-column: 1 / 2;
    font-family: Arial, sans-serif;
    font-size: calc(22px * 1.2);
    transform-origin: left center;
    color: #000000;
    display: flex;
}.sign_upI p::after {
    background: linear-gradient(to bottom, transparent, rgb(153,204,185,0.5), transparent);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
}.sign_upI .input_holder {
    position: relative;
    display: flex;
    align-items: center;
    grid-column: 2 / 3;
    margin-left: 2rem;
}.sign_upI .join_blockl {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background-color: #ffffff;
    padding: 1.2rem 1.5rem;
    font-size: 17px;
    border-radius: 10px 0 0 10px;
    color: #000000;
    border: 1px solid transparent;
    flex: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.sign_upI .join_blockl:focus {
    outline: none;
    border-color: rgb(153,204,185,0.5);
}.sign_upI .join_blockl::placeholder {
    transition: all 0.3s ease;
    opacity: 0.7;
    color: #000000;
}.sign_upI .join_blockl:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0.3;
}.sign_upI .sub_supportF {
    font-weight: 400;
    border: none;
    font-family: Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    z-index: 1;
    cursor: pointer;
    padding: 1.2rem 2rem;
    position: relative;
    color: #ffffff;
    background-color: rgb(153,204,185);
    overflow: hidden;
    border-radius: 0 10px 10px 0;
}.sign_upI .sub_supportF::before {
    height: 100%;
    left: 0;
    transition: transform 0.3s ease;
    position: absolute;
    transform: translateX(-100%);
    background-color: rgb(104,171,154);
    top: 0;
    width: 100%;
    z-index: -1;
    content: "";
}.sign_upI .sub_supportF:hover::before {
    transform: translateX(0);
}.sign_upI .sub_supportF:hover {
    letter-spacing: 2px;
}

@keyframes shift {
    0% {
        opacity: 0.5;
        transform: translateX(0);
    }
    100% {
        opacity: 0.7;
        transform: translateX(-20px);
    }
}

@media (max-width: 768px) {.sign_upI {
    padding: 3rem 1.5rem;
}.sign_upI .virtual_classesZ {
    grid-template-columns: 1fr;
    gap: 2rem;
}.sign_upI p {
    grid-column: 1 / 2;
    text-align: center;
    padding-right: 0;
    padding-bottom: 1.5rem;
}.sign_upI p::after {
    height: 1px;
    width: 50%;
    right: auto;
    bottom: 0;
    transform: translateX(-50%);
    top: auto;
    background: linear-gradient(to right, transparent, rgb(153,204,185,0.5), transparent);
    left: 50%;
}.sign_upI .input_holder {
    grid-column: 1 / 2;
    margin-left: 0;
    flex-direction: column;
}.sign_upI .join_blockl {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 10px;
}.sign_upI .sub_supportF {
    border-radius: 10px;
    width: 100%;
}}.cookie_warning_windowE {
    left: 50%;
    transform: translateX(-50%);
    font-family: Arial, sans-serif;
    border-radius: 23px;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    bottom: 20px;
    position: fixed;
    overflow: hidden;
    z-index: 1050;
    background: #ffffff;
    width: 90%;
}.learn_agreeh {
    flex-direction: column;
    display: flex;
    padding: 20px;
    align-items: center;
}.web_cookiesB {
    margin-bottom: 20px;
}.web_cookiesB svg, .web_cookiesB svg path, .web_cookiesB img {
    fill: rgb(153,204,185);
    height: 60px;
    width: 60px;
}.cookie_warning_windowE h5 {
    font-size: 21px;
    color: rgb(153,204,185);
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
}.cookie_warning_windowE p {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
}.online_tracking8 {
    width: calc(50% - 10px);
    display: inline-block;
    font-size: 18px;
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #ffffff;
    transition: background 0.3s ease-in-out;
    padding: 10px 20px;
    border-radius: 10px;
    background: rgb(153,204,185);
    text-align: center;
}.online_tracking8:hover {
    background: rgb(104,171,154);
}.cookie_button.user_default3 {
    background: rgb(104,171,154);
}.cookie_button.user_default3:hover {
    background: rgb(104,171,154,0.5);
}.cookie_warning_windowE p a {
    color: rgb(153,204,185);
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}.cookie_warning_windowE p a:hover {
    color: rgb(104,171,154);
}#cookie_announcementz {
    display: none;
}#cookie_announcementz:checked ~ .cookie_warning_windowE {
    opacity: 0;
    visibility: hidden;
}footer {
    position: relative;
}footer::before {
    position: absolute;
    opacity: 0.95;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(125deg, #000000 0%, rgb(104,171,154) 100%);
    right: 0;
    bottom: 0;
    content: '';
}.achieve_ctaE {
    z-index: 2;
    color: #ffffff;
    padding: 60px 0;
    font-family: Arial, sans-serif;
    position: relative;
}.achieve_ctaE .container {
    flex-wrap: wrap;
    display: flex;
}.achieve_ctaE .company_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    flex: 0 0 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    padding: 25px;
    margin-bottom: 40px;
    border-radius: 11px;
}.achieve_ctaE .company_holder h3 {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}.achieve_ctaE .workshop_ctak {
    color: #ffffff;
    max-width: 80%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    font-size: 17px;
    border-radius: 10px;
    line-height: 1.7;
    text-align: center;
}.achieve_ctaE .review_block9 {
    flex: 0 0 100%;
    margin-top: 20px;
}.achieve_ctaE .page_topu {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center;
}.achieve_ctaE .head_primei {
    max-width: calc(50% - 30px);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.05);
    flex: 0 0 calc(50% - 30px);
    padding: 20px;
    transition: all 0.3s ease;
}.achieve_ctaE .head_primei:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}.achieve_ctaE .head_primei h5 {
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}.achieve_ctaE .head_primei .page_topu {
    gap: 12px;
    margin-top: 0;
    flex-direction: column;
    display: flex;
}.achieve_ctaE .head_primei .page_topu a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    text-decoration: none;
    font-size: 17px;
    padding: 8px 12px;
    transition: all 0.3s ease;
    text-align: center;
}.achieve_ctaE .head_primei .page_topu a:hover {
    transform: translateY(-2px);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}.faculty_infoY {
    z-index: 2;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 40px;
    position: relative;
}.faculty_infoY::before {
    position: absolute;
    right: 20%;
    content: '';
    opacity: 0.2;
    left: 20%;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}.faculty_infoY .container {
    display: flex;
    justify-content: center;
}.faculty_infoY .data_vizO {
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 15px;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.achieve_ctaE .page_topu {
    justify-content: space-between;
}.achieve_ctaE .company_holder {
    flex: 0 0 30%;
    text-align: left;
}.achieve_ctaE .review_block9 {
    flex: 0 0 65%;
}.achieve_ctaE .container {
    justify-content: space-between;
    align-items: flex-start;
}.achieve_ctaE .workshop_ctak {
    text-align: left;
    margin: 0;
    max-width: 100%;
}
}

@media (max-width: 767px) {.achieve_ctaE .head_primei {
    margin-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
}.achieve_ctaE .company_holder {
    padding: 20px 15px;
}.achieve_ctaE .workshop_ctak {
    max-width: 100%;
    padding: 15px;
}
}

@media (max-width: 576px) {.achieve_ctaE {
    padding: 40px 0;
}.achieve_ctaE .company_holder h3 {
    font-size: calc(28px * 0.8);
}.achieve_ctaE .head_primei h5 {
    font-size: calc(24px * 0.9);
}.achieve_ctaE .head_primei .page_topu a {
    font-size: calc(17px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    height: 100%;
    content: '';
    background-size: 20px 20px;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}.mentorship_profiler {
    padding: 6rem 0;
    background-color: rgb(200,230,217);
    position: relative;
    overflow: hidden;
}.mentorship_profiler::before {
    position: absolute;
    filter: blur(25px);
    background: linear-gradient(135deg, rgb(153,204,185,0.5), rgb(104,171,154,0.5));
    right: -10%;
    opacity: 0.15;
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
    width: 45%;
    content: "";
    z-index: 1;
    top: -5%;
}.mentorship_profiler::after {
    content: "";
    background: linear-gradient(225deg, rgb(104,171,154,0.5), rgb(153,204,185,0.5));
    left: -5%;
    transform: rotate(10deg) skewX(-10deg);
    width: 35%;
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    bottom: -10%;
    filter: blur(20px);
    height: 60%;
}.mentorship_profiler .container {
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
}.mentorship_profiler .learn_ratingsv {
    transform: perspective(1000px) rotateY(1deg) rotateX(1deg);
    display: grid;
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    padding: 3rem;
    position: relative;
    gap: 2.5rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.08);
    backdrop-filter: blur(10px);
}.mentorship_profiler .learn_ratingsv:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.12);
}.mentorship_profiler .learn_ratingsv > div:first-child {
    position: relative;
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
}.mentorship_profiler .learn_ratingsv .pic_thumbnailc {
    padding-bottom: 100%;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
    width: 100%;
    transform: translateZ(20px);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 
        0 10px 30px -10px rgba(0,0,0,0.15),
        0 1px 3px rgba(0,0,0,0.1);
}.mentorship_profiler .learn_ratingsv .pic_thumbnailc::before {
    content: "";
    height: 100%;
    opacity: 0.7;
    top: 0;
    width: 100%;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgb(104,171,154,0.5) 100%
    );
    z-index: 1;
    left: 0;
    position: absolute;
}.mentorship_profiler .learn_ratingsv .pic_thumbnailc::after {
    content: "";
    top: 0;
    opacity: 0.4;
    left: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(
        45deg,
        rgb(153,204,185,0.5) 0%,
        transparent 50%
    );
    height: 100%;
    width: 100%;
}.mentorship_profiler .learn_ratingsv:hover .pic_thumbnailc {
    transform: translateZ(30px) scale(1.02);
    box-shadow: 
        0 15px 35px -10px rgba(0,0,0,0.2),
        0 1px 5px rgba(0,0,0,0.1);
}.mentorship_profiler .learn_ratingsv > div:nth-child(2) {
    text-align: center;
    position: relative;
}.mentorship_profiler .learn_ratingsv .name {
    margin-bottom: 0.5rem;
    font-size: calc(24px * 1.1);
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 700;
}.mentorship_profiler .learn_ratingsv .name::after {
    background: linear-gradient(90deg, rgb(104,171,154), rgb(153,204,185));
    height: 3px;
    transform: translateX(-50%);
    width: 35%;
    border-radius: 10px;
    left: 50%;
    bottom: -5px;
    position: absolute;
    content: "";
}.mentorship_profiler .learn_ratingsv > div:nth-child(2) > div {
    font-weight: 600;
    margin-top: 0.8rem;
    color: rgb(104,171,154);
    font-size: calc(15px * 0.95);
    letter-spacing: 0.5px;
}.mentorship_profiler .learn_ratingsv > div:nth-child(3) {
    position: relative;
}.mentorship_profiler .learn_ratingsv .career_exploreR {
    color: #000000;
    font-size: 15px;
    border-left: 3px solid rgb(153,204,185,0.5);
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    line-height: 1.7;
    position: relative;
    margin: 0;
}.mentorship_profiler .learn_ratingsv .career_exploreR::before {
    position: absolute;
    opacity: 0.2;
    color: rgb(153,204,185,0.5);
    top: -20px;
    font-size: 5rem;
    font-family: serif;
    content: "";
    left: -10px;
    z-index: -1;
}

@media (min-width: 768px) {.mentorship_profiler .learn_ratingsv {
    gap: 2rem 3.5rem;
    grid-template-areas: 
            "photo info"
            "photo quote";
    grid-template-rows: auto 1fr;
    padding: 3.5rem;
    grid-template-columns: 280px 1fr;
}.mentorship_profiler .learn_ratingsv > div:first-child {
    grid-area: photo;
    margin: 0;
}.mentorship_profiler .learn_ratingsv > div:nth-child(2) {
    grid-area: info;
    align-self: flex-end;
    text-align: left;
}.mentorship_profiler .learn_ratingsv > div:nth-child(3) {
    align-self: flex-start;
    grid-area: quote;
}.mentorship_profiler .learn_ratingsv .name::after {
    width: 50px;
    transform: none;
    left: 0;
}.mentorship_profiler .learn_ratingsv .pic_thumbnailc {
    border-radius: 8px;
}
}

@media (min-width: 992px) {.mentorship_profiler {
    padding: 8rem 0;
}.mentorship_profiler .learn_ratingsv {
    gap: 2.5rem 4rem;
    grid-template-columns: 320px 1fr;
    padding: 4rem;
}.mentorship_profiler .learn_ratingsv .name {
    font-size: calc(24px * 1.2);
}.mentorship_profiler .learn_ratingsv > div:nth-child(2) > div {
    font-size: 15px;
}.mentorship_profiler .learn_ratingsv .career_exploreR {
    font-size: calc(15px * 1.05);
    padding: 0.5rem 1rem 0.5rem 2rem;
}
}

@media (max-width: 576px) {.mentorship_profiler {
    padding: 4rem 0;
}.mentorship_profiler .learn_ratingsv {
    gap: 1.5rem;
    padding: 2rem;
}.mentorship_profiler .learn_ratingsv .pic_thumbnailc {
    max-width: 220px;
}.mentorship_profiler .learn_ratingsv .name {
    font-size: 24px;
}.mentorship_profiler .learn_ratingsv > div:nth-child(2) > div {
    font-size: calc(15px * 0.9);
}.mentorship_profiler .learn_ratingsv .career_exploreR {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
    padding: 0.5rem 0 0.5rem 1rem;
}}.ty_sidebarj {
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(200,230,217) 0%, rgb(153,204,185,0.5) 100%);
}.ty_sidebarj::before {
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(153,204,185,0.5) 0,
        rgb(153,204,185,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    content: "";
    opacity: 0.05;
    z-index: 1;
    left: 0;
    height: 100%;
}.ty_sidebarj::after {
    right: -5%;
    top: -10%;
    opacity: 0.1;
    z-index: 0;
    animation: pulse 10s infinite alternate ease-in-out;
    width: 300px;
    border-radius: 50%;
    position: absolute;
    filter: blur(100px);
    background: rgb(104,171,154);
    content: "";
    height: 300px;
}.ty_sidebarj .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.ty_sidebarj h2 {
    animation-delay: 0.3s;
    max-width: 90%;
    transform: translateX(-10px);
    font-size: 29px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    margin-bottom: 2.5rem;
    line-height: 1.3;
    animation: slideInTitle 0.8s forwards ease-out;
    font-weight: 700;
    color: rgb(153,204,185);
    opacity: 0;
    position: relative;
}.ty_sidebarj h2::after {
    content: "";
    height: 3px;
    left: 0;
    transform: scaleX(0);
    background: rgb(104,171,154);
    animation-delay: 1s;
    bottom: -15px;
    transform-origin: left;
    position: absolute;
    width: 80px;
    animation: expandLine 1s forwards ease-out;
}.ty_sidebarj .virtual_classesZ {
    animation: fadeUpIn 1s forwards ease-out;
    animation-delay: 0.5s;
    opacity: 0;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    transform: translateY(20px);
}.ty_sidebarj .virtual_classesZ::before {
    top: 20px;
    border: 1px solid rgb(153,204,185,0.5);
    left: 20px;
    right: 20px;
    position: absolute;
    opacity: 0.1;
    content: "";
    pointer-events: none;
    bottom: 20px;
}.ty_sidebarj ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}.ty_sidebarj li {
    padding-left: 2rem;
    position: relative;
}.ty_sidebarj li::before {
    content: "";
    background: rgb(104,171,154);
    position: absolute;
    opacity: 0;
    animation-delay: 1.2s;
    top: 0.5rem;
    transform: rotate(45deg);
    animation: fadeIn 0.5s forwards ease-out;
    height: 8px;
    width: 8px;
    left: 0;
}.ty_sidebarj li span {
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateY(10px);
    display: block;
    animation-delay: 0.8s;
    font-size: calc(14px * 1.05);
    animation: fadeUpIn 0.8s forwards ease-out;
    margin-bottom: 1rem;
    line-height: 1.7;
    opacity: 0;
}.ty_sidebarj li span::after {
    width: 100%;
    background: linear-gradient(90deg, rgb(153,204,185,0.5) 0%, transparent 100%);
    content: "";
    left: 0;
    opacity: 0.2;
    position: absolute;
    bottom: -15px;
    height: 1px;
}

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

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

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

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

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

@media (max-width: 992px) {.ty_sidebarj {
    padding: 3rem 0;
}.ty_sidebarj h2 {
    font-size: calc(29px * 0.9);
    max-width: 100%;
}.ty_sidebarj .virtual_classesZ {
    padding: 2rem;
}
}

@media (max-width: 768px) {.ty_sidebarj h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
}.ty_sidebarj .virtual_classesZ {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.ty_sidebarj li span {
    font-size: 14px;
}.ty_sidebarj::after {
    height: 200px;
    right: -10%;
    top: -5%;
    width: 200px;
}
}

@media (max-width: 576px) {.ty_sidebarj {
    padding: 2.5rem 0;
}.ty_sidebarj .container {
    padding: 0 1.5rem;
}.ty_sidebarj h2 {
    font-size: calc(29px * 0.7);
}.ty_sidebarj h2::after {
    width: 60px;
    height: 2px;
}.ty_sidebarj .virtual_classesZ {
    padding: 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
}.ty_sidebarj li {
    padding-left: 1.5rem;
}.ty_sidebarj li::before {
    width: 6px;
    height: 6px;
}.ty_sidebarj li span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}header {
    z-index: 1000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    top: 0;
    background: rgb(200,230,217);
    position: fixed;
    left: 0;
    width: 100%;
}header:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    content: '';
    left: 0;
    background: linear-gradient(90deg, 
        rgb(153,204,185) 0%, 
        rgb(104,171,154) 50%, 
        rgb(153,204,185) 100%
    );
}header:after {
    background-size: 20px 20px;
    width: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.01);
    left: 0;
    background: 
        linear-gradient(135deg, rgb(200,230,217) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(200,230,217) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(200,230,217) 25%, transparent 25%),
        linear-gradient(45deg, rgb(200,230,217) 25%, transparent 25%);
    bottom: 0;
    position: absolute;
    content: '';
    height: 100%;
    opacity: 0.4;
}header .main_masterN {
    overflow: hidden;
    position: relative;
}header .main_masterN:before {
    bottom: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(153,204,185,0.5),
        transparent
    );
    height: 1px;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px 25px;
    position: relative;
}header .container:before {
    background: rgb(153,204,185);
    top: 50%;
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.7;
    left: 10px;
    content: '';
    height: 8px;
    position: absolute;
}header .container:after {
    top: 50%;
    content: '';
    opacity: 0.7;
    transform: translateY(-50%) rotate(45deg);
    right: 10px;
    position: absolute;
    height: 8px;
    background: rgb(104,171,154);
    width: 8px;
}header .head_sitebar5 {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}header .head_sitebar5:before {
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    content: '';
    position: absolute;
    height: 1px;
    opacity: 0.2;
    width: 100%;
}header .head_primei {
    align-items: center;
    position: relative;
    gap: 30px;
    display: flex;
}header .head_primei:before {
    background: rgb(153,204,185);
    content: '';
    width: 100%;
    left: 0;
    bottom: -8px;
    position: absolute;
    transform-origin: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 2px;
    transform: scaleX(0.9);
    opacity: 0;
}header .head_primei:hover:before {
    opacity: 0.3;
    transform: scaleX(1);
}header .main_lead0 {
    color: #000000;
    letter-spacing: 0.5px;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 8px 2px;
}header .main_lead0:before {
    width: 100%;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transform: translateX(-101%);
    left: 0;
    background: rgb(153,204,185);
    bottom: 0;
    height: 2px;
    content: '';
    position: absolute;
}header .main_lead0:after {
    left: 50%;
    position: absolute;
    width: 8px;
    transition: all 0.3s ease;
    top: 100%;
    background: rgb(153,204,185);
    transform: translate(-50%, -50%) rotate(45deg);
    content: '';
    opacity: 0;
    height: 8px;
}header .main_lead0:hover {
    color: rgb(153,204,185);
}header .main_lead0:hover:before {
    transform: translateX(0);
}header .main_lead0:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}header .nav_mentorD {
    padding: 5px 12px;
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    position: relative;
}header .nav_mentorD:before {
    top: 0;
    background: linear-gradient(rgb(200,230,217), rgb(200,230,217)) padding-box,
                linear-gradient(135deg, rgb(153,204,185), rgb(104,171,154)) border-box;
    opacity: 0;
    left: 0;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    border: 2px solid transparent;
}header .nav_mentorD:after {
    transform: scale(0);
    height: 10px;
    width: 10px;
    opacity: 0;
    content: '';
    top: -5px;
    position: absolute;
    left: -5px;
    border-radius: 50%;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgb(153,204,185), rgb(104,171,154));
}header .nav_mentorD:hover:before {
    opacity: 1;
}header .nav_mentorD:hover:after {
    transform: scale(1);
    opacity: 1;
}header .nav_mentorD svg {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 42px;
    width: auto;
}header .nav_mentorD:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .head_primei {
    gap: 20px;
}header .nav_mentorD svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .head_primei {
    width: 80%;
    max-width: 320px;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    gap: 5px;
    flex-direction: column;
    background: rgb(200,230,217);
    right: -100%;
    padding: 75px 30px 30px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 1001;
}header .head_primei:before {
    width: 80%;
    top: 60px;
    height: 1px;
    left: 10%;
    bottom: auto;
}header .menu.active {
    right: 0;
}header .main_lead0 {
    width: 100%;
    padding: 14px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}header .main_lead0:last-child {
    border-bottom: none;
}header .main_lead0:after {
    top: 50%;
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
}header .main_lead0:hover:after {
    opacity: 1;
    left: 5px;
    top: 50%;
}header .nav_mentorD {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .nav_mentorD svg {
    height: 35px;
}}.contact_informationF {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.contact_informationF::before {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
}.contact_informationF::after {
    background: radial-gradient(circle at 20% 50%, rgb(153,204,185,0.5) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgb(104,171,154,0.5) 0%, transparent 40%);
    top: 0;
    z-index: 2;
    height: 100%;
    left: 0;
    content: '';
    width: 100%;
    animation: gradientShift 15s infinite alternate;
    position: absolute;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contact_informationF .container {
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.contact_informationF .feedback_maph {
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    display: flex;
    backdrop-filter: blur(10px);
    border-radius: 28px;
}.contact_informationF .help_reacha {
    position: relative;
    flex: 1;
    background: linear-gradient(135deg, rgb(153,204,185,0.5) 0%, rgb(104,171,154,0.5) 100%);
    padding: 50px 40px;
}.contact_informationF .help_reacha::before {
    z-index: -1;
    position: absolute;
    animation: patternMove 20s linear infinite;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    width: 200%;
    content: '';
    height: 200%;
    top: -50%;
    left: -50%;
}@keyframes patternMove {
    0% {
        transform: rotate(0) translate(0, 0);
    }
    100% {
        transform: rotate(360deg) translate(0, 0);
    }
}

.contact_informationF .help_reacha h3 {
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 33px;
    position: relative;
    color: #ffffff;
    margin-bottom: 40px;
}.contact_informationF .help_reacha h3::after {
    bottom: 0;
    border-radius: 10px;
    height: 3px;
    position: absolute;
    content: '';
    width: 60px;
    left: 0;
    background: #ffffff;
}.contact_informationF .help_reacha div {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    border-left: 3px solid rgb(104,171,154);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 15px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}.contact_informationF .help_reacha div:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.contact_informationF .help_reacha svg {
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.contact_informationF .help_reacha svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_informationF .help_reacha div:hover svg path {
    fill: rgb(104,171,154);
}.contact_informationF .help_reacha span {
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
}.contact_informationF .help_reacha a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}.contact_informationF .help_reacha a:hover {
    text-decoration: underline;
    color: rgb(104,171,154);
}.contact_informationF .request_mapV {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    padding: 50px 40px;
    flex: 1.2;
    overflow: hidden;
}.contact_informationF .request_mapV::before {
    height: 100px;
    right: 0;
    top: 0;
    width: 100px;
    position: absolute;
    background: rgb(153,204,185,0.5);
    content: '';
    border-radius: 0 0 0 100%;
}.contact_informationF .request_mapV::after {
    background: rgb(104,171,154,0.5);
    border-radius: 0 100% 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 100px;
    width: 100px;
}.contact_informationF form {
    position: relative;
    z-index: 1;
}.contact_informationF form h3 {
    padding-bottom: 15px;
    font-size: 33px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
}.contact_informationF form h3::after {
    left: 50%;
    width: 60px;
    background: rgb(153,204,185);
    height: 3px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    content: '';
    transform: translateX(-50%);
}.contact_informationF form input[type="text"],
.contact_informationF form input[type="email"] {
    border-radius: 10px;
    font-size: 15px;
    width: 100%;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    transition: all 0.3s ease;
    color: #000000;
    margin-bottom: 20px;
    border: none;
    background: rgba(240, 240, 240, 0.8);
}.contact_informationF form input[type="text"]:focus,
.contact_informationF form input[type="email"]:focus {
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 0 0 2px rgb(153,204,185,0.5);
    background: #fff;
}.contact_informationF form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_informationF .feedback_queryk {
    position: relative;
    display: flex;
    margin: 25px 0;
    align-items: flex-start;
}.contact_informationF .feedback_queryk input[type="checkbox"] {
    cursor: pointer;
    border: 2px solid rgb(153,204,185);
    border-radius: 10px;
    flex-shrink: 0;
    width: 20px;
    background: rgba(240, 240, 240, 0.8);
    appearance: none;
    -webkit-appearance: none;
    height: 20px;
    position: relative;
    margin-right: 10px;
}.contact_informationF .feedback_queryk input[type="checkbox"]:checked {
    background: rgb(153,204,185);
}.contact_informationF .feedback_queryk input[type="checkbox"]:checked::after {
    border: solid #ffffff;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    height: 10px;
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
}.contact_informationF .feedback_queryk label {
    line-height: 1.4;
    color: #000000;
    cursor: pointer;
    font-size: 15px;
}.contact_informationF .feedback_queryk a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(153,204,185);
    font-weight: 600;
}.contact_informationF .feedback_queryk a:hover {
    color: rgb(104,171,154);
    text-decoration: underline;
}.contact_informationF .inquiry_messageF {
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    border: none;
    z-index: 1;
    background: linear-gradient(135deg, rgb(153,204,185) 0%, rgb(104,171,154) 100%);
    border-radius: 10px;
    position: relative;
    font-size: 17px;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}.contact_informationF .inquiry_messageF::before {
    z-index: -1;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    position: absolute;
    transition: all 0.5s ease;
    content: '';
    height: 100%;
    top: 0;
}.contact_informationF .inquiry_messageF:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}.contact_informationF .inquiry_messageF:hover::before {
    left: 100%;
    animation: shine 1.5s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@media (max-width: 991px) {.contact_informationF {
    padding: 80px 0;
}.contact_informationF .feedback_maph {
    flex-direction: column;
}.contact_informationF .help_reacha,
    .contact_informationF .request_mapV {
    width: 100%;
}.contact_informationF .help_reacha {
    padding: 40px 30px;
}.contact_informationF .help_reacha h3,
    .contact_informationF form h3 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 767px) {.contact_informationF {
    padding: 60px 0;
}.contact_informationF .help_reacha,
    .contact_informationF .request_mapV {
    padding: 30px 20px;
}.contact_informationF .help_reacha h3,
    .contact_informationF form h3 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.8);
}.contact_informationF .help_reacha div {
    padding: 12px;
    margin-bottom: 15px;
}.contact_informationF form input[type="text"],
    .contact_informationF form input[type="email"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_informationF .feedback_queryk {
    margin: 20px 0;
}.contact_informationF .inquiry_messageF {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contact_informationF {
    padding: 40px 0;
}.contact_informationF .help_reacha,
    .contact_informationF .request_mapV {
    padding: 25px 15px;
}.contact_informationF .help_reacha h3,
    .contact_informationF form h3 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.7);
}.contact_informationF .help_reacha div {
    align-items: flex-start;
    flex-direction: column;
}.contact_informationF .help_reacha svg {
    margin-bottom: 10px;
    margin-right: 0;
}.contact_informationF .help_reacha div:hover {
    transform: translateX(0);
}.contact_informationF .feedback_queryk {
    flex-direction: column;
}.contact_informationF .feedback_queryk input[type="checkbox"] {
    margin-bottom: 10px;
}}.price_offeringi {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background-color: rgb(200,230,217);
}.price_offeringi::before {
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(153,204,185,0.5) 0%, transparent 70%);
    z-index: 1;
    top: 0;
    pointer-events: none;
    width: 100%;
    position: absolute;
    content: "";
}.price_offeringi::after {
    opacity: 0.15;
    position: absolute;
    content: "";
    pointer-events: none;
    bottom: -5rem;
    background: linear-gradient(225deg, rgb(104,171,154) 0%, transparent 80%);
    transform: rotate(-15deg);
    width: 20rem;
    right: -5rem;
    height: 20rem;
    z-index: 1;
}.price_offeringi .container {
    max-width: 1400px;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}.price_offeringi .rate_plansD {
    display: grid;
    position: relative;
    gap: 3rem;
    grid-template-columns: 1fr;
}.price_offeringi .study_priceR {
    position: relative;
    transform: translateZ(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-left: 4px solid rgb(153,204,185);
    padding: 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.price_offeringi .study_priceR::before {
    width: 40px;
    content: "";
    left: -20px;
    position: absolute;
    z-index: -1;
    top: 20px;
    background-color: rgb(153,204,185);
    transform: rotate(45deg);
    height: 40px;
}.price_offeringi .study_priceR h2 {
    position: relative;
    font-size: 31px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #000000;
    transform: perspective(800px) translateZ(30px);
}.price_offeringi .study_priceR h2::after {
    left: 0;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(153,204,185), rgb(104,171,154));
    bottom: -10px;
    height: 3px;
    position: absolute;
}.price_offeringi .study_priceR .fee_plansg {
    max-width: 80%;
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
}.price_offeringi .value_pricingZ {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    display: grid;
}.price_offeringi .package_pricingv {
    position: relative;
    transition: all 0.4s ease;
    color: inherit;
    text-decoration: none;
    display: block;
    transform-style: preserve-3d;
}.price_offeringi .package_pricingv:hover {
    transform: translateY(-10px);
}.price_offeringi .discount_grid2 {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    border-radius: 10px;
    display: flex;
    transform: translateZ(0);
    height: 100%;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    flex-direction: column;
}.price_offeringi .package_pricingv:hover .discount_grid2 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(153,204,185,0.5);
    transform: translateZ(20px);
}.price_offeringi .package_pricingv:nth-child(odd) .discount_grid2 {
    transform: rotate(-1deg);
}.price_offeringi .package_pricingv:nth-child(even) .discount_grid2 {
    transform: rotate(1deg);
}.price_offeringi .package_pricingv:hover .discount_grid2 {
    transform: rotate(0) translateZ(20px);
}.price_offeringi .class_ratesF {
    flex-direction: column;
    word-break: break-word;
    z-index: 2;
    position: relative;
    padding: 2rem;
    overflow-wrap: break-word;
    flex: 1;
    display: flex;
}.price_offeringi .class_ratesF::before {
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    content: "";
    position: absolute;
}.price_offeringi .class_ratesF h3 {
    transition: transform 0.3s ease;
    transform: translateZ(10px);
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    font-size: calc(22px * 1.2);
    font-weight: 600;
}.price_offeringi .package_pricingv:hover .class_ratesF h3 {
    transform: translateZ(25px);
}.price_offeringi .class_ratesF h3::after {
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    background: rgb(153,204,185);
    height: 3px;
    bottom: -8px;
    width: 40px;
}.price_offeringi .package_pricingv:hover .class_ratesF h3::after {
    width: 60px;
}.price_offeringi .premium_costM {
    margin: 0.5rem 0 1.5rem;
    display: block;
    position: relative;
    font-size: calc(22px * 1.8);
    transform: translateZ(15px);
    color: rgb(153,204,185);
    font-weight: 700;
}.price_offeringi .premium_costM::before {
    width: 80px;
    background: linear-gradient(90deg, rgb(153,204,185,0.5), transparent);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -8px;
}.price_offeringi .class_ratesF p {
    color: #000000;
    font-size: 17px;
    overflow-wrap: break-word;
    flex: 1;
    margin-top: 1rem;
    word-break: break-word;
    line-height: 1.6;
}.price_offeringi .pic_thumbnailc {
    height: 200px;
    transform: translateZ(0);
    width: 100%;
    transition: transform 0.5s ease;
    overflow: hidden;
    position: relative;
}.price_offeringi .package_pricingv:hover .pic_thumbnailc {
    transform: scale(1.05) translateZ(0);
}.price_offeringi .pic_thumbnailc::after {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    height: 50%;
    left: 0;
}.price_offeringi .pic_thumbnailc::before {
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.15;
    transition: opacity 0.3s ease;
    top: 0;
    background: rgb(153,204,185);
    position: absolute;
    content: "";
    left: 0;
}.price_offeringi .package_pricingv:hover .pic_thumbnailc::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.price_offeringi .rate_plansD {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.price_offeringi .study_priceR {
    padding: 3rem;
}.price_offeringi .value_pricingZ {
    grid-column: 1;
    grid-row: 1;
}.price_offeringi .study_priceR {
    align-self: start;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    grid-column: 2;
    position: sticky;
    grid-row: 1;
    top: 2rem;
}.price_offeringi .study_priceR:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.price_offeringi .value_pricingZ {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.price_offeringi .class_ratesF {
    min-height: 300px;
}
}

@media (max-width: 991px) {.price_offeringi {
    padding: 4rem 0;
}.price_offeringi .study_priceR {
    order: -1;
}.price_offeringi .study_priceR h2 {
    font-size: calc(31px * 0.9);
}.price_offeringi .study_priceR .fee_plansg {
    max-width: 100%;
}
}

@media (max-width: 767px) {.price_offeringi {
    padding: 3rem 0;
}.price_offeringi .container {
    padding: 0 1.5rem;
}.price_offeringi .value_pricingZ {
    grid-template-columns: 1fr;
}.price_offeringi .study_priceR h2 {
    font-size: calc(31px * 0.8);
}.price_offeringi .class_ratesF {
    padding: 1.5rem;
}.price_offeringi .premium_costM {
    font-size: calc(22px * 1.5);
}.price_offeringi .pic_thumbnailc {
    height: 180px;
}
}

@media (max-width: 480px) {.price_offeringi .class_ratesF p {
    font-size: calc(17px * 0.9);
}.price_offeringi .class_ratesF h3 {
    font-size: 22px;
}.price_offeringi .premium_costM {
    font-size: calc(22px * 1.3);
}.price_offeringi .pic_thumbnailc {
    height: 160px;
}
}