* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-skeleton-86 {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}.quiz-links-10 {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: auto;
}.container {
    max-width: 100%;
    width: 1262px;
    margin: auto;
}.header-guide-58 {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}
@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-info-69 {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 50%, rgb(191,208,191,0.5) 100%);
    overflow: hidden;
    padding: 80px 0;
}.course-program-info-69::before {
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgb(191,208,191,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(152,173,152,0.5) 0%, transparent 40%);
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}.course-program-info-69::after {
    background: 
        linear-gradient(45deg, transparent 48%, rgb(191,208,191,0.5) 49%, rgb(191,208,191,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(152,173,152,0.5) 49%, rgb(152,173,152,0.5) 51%, transparent 52%) 10px 0 / 20px 20px;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    animation: backgroundShift 30s linear infinite;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 10px 0;
    }
    100% {
        background-position: 500px 500px, 510px 500px;
    }
}

.course-program-info-69 .container {
    z-index: 2;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.course-program-info-69 .expert-learning-14 {
    overflow: hidden;
    gap: 40px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 0 1px rgb(191,208,191,0.5),
                inset 0 0 20px rgb(191,208,191,0.5);
    background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.05) 0%, 
                rgba(255, 255, 255, 0.02) 100%);
    grid-template-columns: 1fr 1fr;
    transition: all 0.5s ease;
    display: grid;
    border-radius: 13px;
    backdrop-filter: blur(5px);
    position: relative;
}.course-program-info-69 .expert-learning-14::before {
    content: '';
    background: radial-gradient(circle, rgb(191,208,191) 0%, transparent 70%);
    animation: pulseLight 8s ease-in-out infinite;
    right: -100px;
    position: absolute;
    border-radius: 50%;
    height: 200px;
    filter: blur(20px);
    top: -100px;
    width: 200px;
    opacity: 0.2;
}.course-program-info-69 .expert-learning-14::after {
    border-radius: 50%;
    animation: pulseLight 8s ease-in-out infinite 4s;
    opacity: 0.2;
    height: 200px;
    bottom: -100px;
    background: radial-gradient(circle, rgb(152,173,152) 0%, transparent 70%);
    left: -100px;
    position: absolute;
    filter: blur(20px);
    content: '';
    width: 200px;
}@keyframes pulseLight {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.course-program-info-69 .knowledge-track-70 {
    position: relative;
    display: flex;
    z-index: 3;
    justify-content: center;
    padding-right: 20px;
    flex-direction: column;
}.course-program-info-69 .main-master-60 {
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    transition: transform 0.5s ease;
    margin-bottom: 25px;
    display: inline-block;
}.course-program-info-69 .main-master-60:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course-program-info-69 .main-master-60 svg {
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 5px 15px rgb(191,208,191,0.5));
}.course-program-info-69 .main-master-60 svg path {
    fill: rgb(191,208,191);
    transition: fill 0.3s ease;
}.course-program-info-69 .main-master-60:hover svg path {
    fill: rgb(152,173,152);
}.course-program-info-69 h3 {
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 32px;
    backface-visibility: hidden;
}.course-program-info-69 h3::after {
    border-radius: 10px;
    height: 3px;
    position: absolute;
    content: '';
    animation: lineExpand 4s ease-in-out infinite;
    background: linear-gradient(90deg, rgb(191,208,191) 0%, rgb(152,173,152) 100%);
    width: 60px;
    left: 0;
    bottom: 0;
}@keyframes lineExpand {
    0% {
        width: 60px;
        opacity: 1;
    }
    50% {
        width: 100px;
        opacity: 0.8;
    }
    100% {
        width: 60px;
        opacity: 1;
    }
}

.course-program-info-69 p {
    line-height: 1.7;
    position: relative;
    font-weight: 400;
    margin-bottom: 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 18px;
    z-index: 2;
}.course-program-info-69 .photo-card-10 {
    overflow: hidden;
    border-radius: calc(13px * 1.5);
    transform: perspective(1000px) rotateY(-5deg);
    height: 350px;
    transition: all 0.5s ease;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(191,208,191,0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
}.course-program-info-69 .photo-card-10:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgb(191,208,191),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
}.course-program-info-69 .photo-card-10::before {
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    content: '';
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
}.course-program-info-69 .photo-card-10::after {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 0 0 / 30px 30px,
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 15px 0 / 30px 30px;
    content: '';
    opacity: 0.5;
    z-index: 2;
    animation: scanlines 10s linear infinite;
    width: 100%;
}

@keyframes scanlines {
    0% {
        background-position: 0 0, 15px 0;
    }
    100% {
        background-position: 300px 300px, 315px 300px;
    }
}


@media (max-width: 991px) {.course-program-info-69 {
    padding: 60px 0;
}.course-program-info-69 .expert-learning-14 {
    padding: 30px;
    gap: 30px;
    grid-template-columns: 1fr;
}.course-program-info-69 .knowledge-track-70 {
    padding-right: 0;
    text-align: center;
}.course-program-info-69 h3::after {
    transform: translateX(-50%);
    left: 50%;
}.course-program-info-69 .photo-card-10 {
    min-height: 300px;
}
}

@media (max-width: 767px) {.course-program-info-69 {
    padding: 40px 0;
}.course-program-info-69 .expert-learning-14 {
    padding: 25px;
    gap: 25px;
}.course-program-info-69 h3 {
    margin-bottom: 20px;
    font-size: calc(32px * 0.85);
}.course-program-info-69 p {
    font-size: calc(18px * 0.95);
}.course-program-info-69 .photo-card-10 {
    min-height: 250px;
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
}
}

@media (max-width: 576px) {.course-program-info-69 {
    padding: 30px 0;
}.course-program-info-69 .expert-learning-14 {
    gap: 20px;
    padding: 20px;
}.course-program-info-69 .main-master-60 {
    margin-bottom: 15px;
}.course-program-info-69 h3 {
    margin-bottom: 15px;
    font-size: calc(32px * 0.7);
    padding-bottom: 10px;
}.course-program-info-69 p {
    font-size: calc(18px * 0.9);
}.course-program-info-69 .photo-card-10 {
    min-height: 200px;
}}
.future-attendees-60 {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(225,233,225) 0%, #ffffff 100%);
    padding: 100px 0;
    position: relative;
}.future-attendees-60::before {
    right: 0;
    opacity: 0.3;
    z-index: 1;
    content: "";
    background-size: 20px 20px;
    position: absolute;
    background-position: 0 0;
    bottom: 0;
    background-image: radial-gradient(rgb(191,208,191,0.5) 20%, transparent 20%);
    width: 60%;
    height: 60%;
}.future-attendees-60 .container {
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.future-attendees-60 .expert-learning-14 {
    position: relative;
}.future-attendees-60 h4 {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    color: rgb(191,208,191);
    font-size: 38px;
}.future-attendees-60 h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}.future-attendees-60 h4::after {
    left: 50%;
    bottom: -15px;
    content: "";
    position: absolute;
    border-radius: 5px;
    background: linear-gradient(90deg, rgb(191,208,191), rgb(152,173,152));
    height: 5px;
    transform: translateX(-50%);
    width: 100px;
}.future-attendees-60 div > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0 20px;
}.future-attendees-60 p {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    padding: 40px 30px;
    text-align: center;
    z-index: 1;
    align-items: center;
    background: #ffffff;
    height: 200px;
    display: flex;
    font-size: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin: 0;
    transition: all 0.3s ease;
    color: #000000;
    position: relative;
}.future-attendees-60 p:nth-child(even) {
    transform: translateY(100px);
}.future-attendees-60 p::before {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 0;
    transition: opacity 0.3s ease;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, #ffffff, rgb(225,233,225));
    height: 100%;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}.future-attendees-60 p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    color: #000000;
}.future-attendees-60 p:hover::before {
    opacity: 1;
}.future-attendees-60 p svg {
    transform: translateX(-50%);
    top: 30px;
    transition: all 0.3s ease;
    left: 50%;
    position: absolute;
    height: 32px;
    width: 32px;
}.future-attendees-60 p svg path {
    fill: rgb(191,208,191);
    transition: fill 0.3s ease;
}.future-attendees-60 p span {
    display: block;
    margin-top: 50px;
    width: 100%;
}.future-attendees-60 p:hover svg {
    transform: translateX(-50%) scale(1.2);
}.future-attendees-60 p:hover svg path {
    fill: rgb(152,173,152);
}@keyframes hexSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.future-attendees-60::after {
    width: 200px;
    top: 10%;
    content: "";
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    animation: hexSpin 30s linear infinite;
    height: 200px;
    left: 5%;
    border: 2px dashed rgb(152,173,152,0.5);
}@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.future-attendees-60 .expert-learning-14 > div p {
    animation: fadeScale 0.5s ease forwards;
    opacity: 0;
}.future-attendees-60 .expert-learning-14 > div p:nth-child(1) {
    animation-delay: 0.1s;
}.future-attendees-60 .expert-learning-14 > div p:nth-child(2) {
    animation-delay: 0.2s;
}.future-attendees-60 .expert-learning-14 > div p:nth-child(3) {
    animation-delay: 0.3s;
}.future-attendees-60 .expert-learning-14 > div p:nth-child(4) {
    animation-delay: 0.4s;
}.future-attendees-60 .expert-learning-14 > div p:nth-child(5) {
    animation-delay: 0.5s;
}.future-attendees-60 .expert-learning-14 > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.future-attendees-60 {
    padding: 80px 0;
}.future-attendees-60 h4 {
    margin-bottom: 70px;
    font-size: calc(38px * 0.85);
}.future-attendees-60 div > div {
    padding: 0;
    gap: 100px 20px;
    grid-template-columns: repeat(2, 1fr);
}.future-attendees-60 p {
    height: 180px;
    padding: 35px 25px;
}.future-attendees-60 p:nth-child(3n+2) {
    transform: translateY(0);
}.future-attendees-60 p:nth-child(even) {
    transform: translateY(90px);
}.future-attendees-60 p svg {
    top: 25px;
}.future-attendees-60 p span {
    margin-top: 45px;
}.future-attendees-60::after {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 768px) {.future-attendees-60 {
    padding: 70px 0;
}.future-attendees-60 h4 {
    margin-bottom: 60px;
    font-size: calc(38px * 0.7);
}.future-attendees-60 h4::after {
    bottom: -12px;
    width: 80px;
}.future-attendees-60 div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.future-attendees-60 p {
    height: auto;
    border-radius: 13px;
    padding: 20px;
    aspect-ratio: 1.73 / 1;
    clip-path: none;
}.future-attendees-60 p::before {
    border-radius: 13px;
    clip-path: none;
}.future-attendees-60 p:nth-child(even) {
    transform: translateY(0);
}.future-attendees-60 p svg {
    position: static;
    margin-right: 15px;
    width: 28px;
    transform: none;
    height: 28px;
}.future-attendees-60 p span {
    display: inline;
    margin-top: 0;
}.future-attendees-60 p:hover {
    transform: translateY(0) scale(1.03);
}.future-attendees-60 p:hover svg {
    transform: scale(1.2);
}.future-attendees-60::after {
    display: none;
}
}

@media (max-width: 576px) {.future-attendees-60 {
    padding: 60px 0;
}.future-attendees-60 h4 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.6);
}.future-attendees-60 h4::after {
    width: 60px;
    height: 4px;
    bottom: -10px;
}.future-attendees-60 p {
    padding: 15px;
    font-size: calc(16px * 0.9);
}.future-attendees-60 p svg {
    height: 24px;
    margin-right: 10px;
    width: 24px;
}}.title-greeting-68 {
    overflow: hidden;
    justify-content: center;
    position: relative;
    padding: 4rem 2rem;
    min-height: 100vh;
    align-items: center;
    background: linear-gradient(135deg, rgb(225,233,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
}.title-greeting-68::before {
    background: 
    radial-gradient(circle at 10% 20%, rgb(191,208,191,0.5) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgb(152,173,152,0.5) 0%, transparent 50%);
    content: "";
    width: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: 1;
    left: 0;
    height: 100%;
    opacity: 0.15;
    top: 0;
    position: absolute;
}.title-greeting-68::after {
    background: rgb(191,208,191);
    z-index: 0;
    top: -50%;
    content: "";
    right: -50%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    position: absolute;
    transform: rotate(-35deg);
    opacity: 0.05;
    width: 100%;
}.title-greeting-68 .learn-base-51 {
    max-width: 1200px;
    animation: slideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    grid-template-columns: 1fr;
    gap: 3rem;
    width: 100%;
    opacity: 1;
    z-index: 2;
    position: relative;
    display: grid;
    transform: translateY(0);
}.title-greeting-68 .learn-base-51 > div:first-child {
    border-left: 4px solid rgb(191,208,191);
    position: relative;
    padding: 2rem;
    background: linear-gradient(135deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 6px 10px rgba(0, 0, 0, 0.05);
    transform: translateX(-5px);
}.title-greeting-68 .learn-base-51 > div:first-child::before {
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    background: #ffffff;
    z-index: -1;
    opacity: 0.5;
    position: absolute;
    height: 100%;
}.title-greeting-68 h3 {
    font-size: calc(21px * 0.95);
    font-weight: 600;
    position: relative;
    line-height: 1.4;
    color: #000000;
    margin: 0;
}.title-greeting-68 h3::after {
    transform-origin: left;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: rgb(191,208,191);
    content: "";
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    width: 60px;
}.title-greeting-68 .student-journey-92 {
    overflow: hidden;
    padding: 3rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15), 0 10px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    border-radius: 10px;
}.title-greeting-68 .student-journey-92::before {
    width: 100%;
    mix-blend-mode: overlay;
    background: linear-gradient(to right, rgb(191,208,191,0.5), transparent);
    top: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.1;
    height: 100%;
    left: 0;
    content: "";
}.title-greeting-68 .student-journey-92:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2), 0 12px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.title-greeting-68 h1 {
    transform: translateY(0);
    position: relative;
    color: #ffffff;
    animation: fadeIn 1s ease-out forwards;
    font-weight: 700;
    line-height: 1.2;
    font-size: 39px;
    margin: 0 0 2rem 0;
}.title-greeting-68 h1::before {
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 4px;
    background: rgb(152,173,152);
    transform-origin: left;
    content: "";
    width: 80px;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
}.title-greeting-68 .student-journey-92 > div {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    margin-top: 2rem;
    overflow: hidden;
    position: relative;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateX(0deg);
}.title-greeting-68 .student-journey-92 > div:hover {
    transform: perspective(1000px) rotateX(5deg);
}.title-greeting-68 .student-journey-92 > div::before {
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
    left: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
}.title-greeting-68 .student-journey-92 > div::after {
    content: "";
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    animation: shimmer 3s infinite;
    top: 0;
}.title-greeting-68 p {
    font-size: calc(12px * 1.1);
    z-index: 2;
    position: relative;
    padding: 2.5rem 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
    color: #ffffff;
}

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

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

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.15;
  }
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@media (min-width: 768px) {.title-greeting-68 .learn-base-51 {
    grid-template-columns: 1fr 1.5fr;
    gap: 2rem;
}.title-greeting-68 .learn-base-51 > div:first-child {
    margin-top: 3rem;
    transform: translateY(2rem);
}.title-greeting-68 h3 {
    font-size: 21px;
}.title-greeting-68 h1 {
    font-size: calc(39px * 1.1);
}.title-greeting-68 p {
    font-size: calc(12px * 1.2);
}
}

@media (min-width: 1024px) {.title-greeting-68 {
    padding: 5rem;
}.title-greeting-68 .learn-base-51 {
    gap: 4rem;
    grid-template-columns: 1fr 1.75fr;
}.title-greeting-68 .learn-base-51 > div:first-child {
    margin-top: 2rem;
    padding: 3rem;
}.title-greeting-68 h3 {
    font-size: calc(21px * 1.1);
}.title-greeting-68 h1 {
    font-size: calc(39px * 1.2);
    max-width: 90%;
}.title-greeting-68 .student-journey-92 {
    padding: 4rem;
}
}

@media (max-width: 767px) {.title-greeting-68 {
    padding: 3rem 1.5rem;
}.title-greeting-68 h1 {
    font-size: calc(39px * 0.85);
}.title-greeting-68 .student-journey-92 {
    padding: 2rem;
}.title-greeting-68 p {
    font-size: 12px;
    padding: 1.5rem;
}.title-greeting-68 h3 {
    font-size: calc(21px * 0.85);
}
}

@media (max-width: 480px) {.title-greeting-68 {
    padding: 2rem 1rem;
}.title-greeting-68 h1 {
    font-size: calc(39px * 0.75);
}.title-greeting-68 .student-journey-92 {
    padding: 1.5rem;
}.title-greeting-68 p {
    padding: 1.25rem;
    font-size: calc(12px * 0.9);
}}.learning-outcomes-52 {
    overflow: hidden;
    background: rgb(225,233,225);
    position: relative;
    padding: 8rem 0;
}.learning-outcomes-52::before {
    height: 140%;
    width: 60%;
    right: -10%;
    z-index: 1;
    transform: rotate(-20deg);
    top: -20%;
    background: rgb(191,208,191,0.5);
    position: absolute;
    content: '';
}.learning-outcomes-52::after {
    width: 60%;
    height: 140%;
    z-index: 1;
    background: rgb(152,173,152,0.5);
    left: -10%;
    content: '';
    opacity: 0.4;
    transform: rotate(-20deg);
    bottom: -20%;
    position: absolute;
}.learning-outcomes-52 .expert-learning-14 {
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    grid-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    z-index: 2;
    display: grid;
}.learning-outcomes-52 .photo-card-10 {
    grid-row: 1;
    border-radius: 16px;
    animation: float 6s ease-in-out infinite;
    transform: translateY(30px);
    overflow: hidden;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 500px;
    grid-column: 1 / span 7;
}.learning-outcomes-52 .photo-card-10::after {
    left: 0;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(191,208,191,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(152,173,152,0.5) 100%
    );
    height: 100%;
    content: '';
    width: 100%;
    top: 0;
}.learning-outcomes-52 .info-panel-57 {
    align-self: center;
    padding: 3rem;
    grid-column: 6 / span 7;
    border-radius: 16px;
    grid-row: 1;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    z-index: 3;
}.learning-outcomes-52 h2 {
    border-left: 5px solid rgb(191,208,191);
    font-weight: 700;
    margin-bottom: 2.5rem;
    font-size: 38px;
    padding-left: 1.5rem;
    position: relative;
    color: #000000;
}.learning-outcomes-52 .text_main_holder {
    gap: 2rem;
    display: grid;
}.learning-outcomes-52 .text_main_holder > div {
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
}.learning-outcomes-52 .text_main_holder > div::before {
    width: 2rem;
    transition: transform 0.3s ease;
    height: 1px;
    background: rgb(191,208,191);
    transform: scaleX(0);
    position: absolute;
    transform-origin: right;
    top: 1.2rem;
    content: '';
    left: -3rem;
}.learning-outcomes-52 .text_main_holder > div:hover::before {
    transform: scaleX(1);
}.learning-outcomes-52 .text_main_holder > div:hover {
    transform: translateX(5px);
}.learning-outcomes-52 .text_main_holder svg {
    transition: all 0.3s ease;
    margin-right: 1.5rem;
    border-radius: 16px;
    flex-shrink: 0;
    width: 2.5rem;
    padding: 0.6rem;
    height: 2.5rem;
    background: rgb(191,208,191,0.5);
}.learning-outcomes-52 .text_main_holder > div:hover svg {
    background: rgb(191,208,191);
    transform: scale(1.1);
}.learning-outcomes-52 .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.learning-outcomes-52 .text_main_holder > div:hover svg path {
    fill: #ffffff;
}.learning-outcomes-52 .text_main_holder p {
    line-height: 1.6;
    padding-top: 0.3rem;
    margin: 0;
    color: #000000;
    font-size: 16px;
}

@keyframes float {
    0% {
        transform: translateY(30px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(30px);
    }
}

@media (max-width: 1100px) {.learning-outcomes-52 .photo-card-10 {
    grid-column: 1 / span 5;
}.learning-outcomes-52 .info-panel-57 {
    grid-column: 4 / span 9;
}
}

@media (max-width: 992px) {.learning-outcomes-52 .expert-learning-14 {
    grid-template-columns: 1fr;
    grid-gap: 0;
}.learning-outcomes-52 .photo-card-10 {
    grid-column: 1;
    grid-row: 1;
    height: 400px;
    margin-bottom: -50px;
}.learning-outcomes-52 .info-panel-57 {
    grid-row: 2;
    width: auto;
    margin: 0 2rem;
    grid-column: 1;
}
}

@media (max-width: 768px) {.learning-outcomes-52 {
    padding: 6rem 0;
}.learning-outcomes-52 .photo-card-10 {
    animation: none;
    transform: translateY(0);
    margin-bottom: -30px;
    height: 350px;
}.learning-outcomes-52 .info-panel-57 {
    padding: 2rem;
}.learning-outcomes-52 h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2rem;
}
}

@media (max-width: 576px) {.learning-outcomes-52 {
    padding: 5rem 0;
}.learning-outcomes-52 .expert-learning-14 {
    padding: 0 1rem;
}.learning-outcomes-52 .photo-card-10 {
    height: 250px;
    margin-bottom: -20px;
}.learning-outcomes-52 .info-panel-57 {
    margin: 0 1rem;
    padding: 1.5rem;
}.learning-outcomes-52 .text_main_holder > div {
    align-items: center;
}.learning-outcomes-52 .text_main_holder > div::before {
    display: none;
}.learning-outcomes-52 .text_main_holder svg {
    margin-right: 1rem;
    width: 2rem;
    height: 2rem;
}.learning-outcomes-52 .text_main_holder p {
    font-size: calc(16px * 0.9);
}}header {
    position: relative;
    width: 100%;
    overflow: visible;
    background: linear-gradient(to bottom, rgb(225,233,225), rgba(0, 0, 0, 0.5));
    z-index: 99;
}header::before {
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    left: 0;
    height: 100%;
    opacity: 0.1;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
}header .main-pagewrap-65 {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    align-items: center;
}header .main-pagewrap-65::before {
    bottom: 0;
    position: absolute;
    content: "";
    left: 10%;
    background: linear-gradient(to right, transparent, rgb(191,208,191), transparent);
    height: 1px;
    width: 80%;
}header .main-pagewrap-65 .main-master-60 {
    position: relative;
    margin-right: 40px;
    z-index: 2;
}header .main-pagewrap-65 .main-master-60 .site-nav-93 {
    display: block;
    padding: 5px;
    position: relative;
}header .main-pagewrap-65 .main-master-60 .site-nav-93::before {
    content: "";
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    bottom: -5px;
    border-radius: 10px;
    z-index: -1;
    top: -5px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: -5px;
    transform: scale(0.9);
    right: -5px;
}header .main-pagewrap-65 .main-master-60 .site-nav-93:hover::before {
    transform: scale(1);
    opacity: 0.1;
}header .main-pagewrap-65 .main-master-60 .site-nav-93 svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 45px;
    width: auto;
}header .main-pagewrap-65 .top-learn-51 {
    list-style: none;
    perspective: 1000px;
    padding: 0;
    display: flex;
    margin: 0;
}header .main-pagewrap-65 .top-learn-51 .top-sitebar-74 {
    transform-style: preserve-3d;
    margin: 0;
    position: relative;
}header .main-pagewrap-65 .top-learn-51 .top-sitebar-74 a {
    font-weight: 600;
    transform-style: preserve-3d;
    font-size: 18px;
    transition: color 0.3s ease, transform 0.3s ease;
    padding: 12px 20px;
    letter-spacing: 0.5px;
    position: relative;
    color: #000000;
    background: linear-gradient(to bottom, transparent, transparent);
    font-family: Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}header .main-pagewrap-65 .top-learn-51 .top-sitebar-74 a::before,
header .main-pagewrap-65 .top-learn-51 .top-sitebar-74 a::after {
    transition: all 0.3s ease;
    top: 0;
    height: 100%;
    pointer-events: none;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
}header .main-pagewrap-65 .top-learn-51 .top-sitebar-74 a::before {
    background: linear-gradient(to bottom, rgb(191,208,191,0.5), transparent);
    transform: translateZ(-1px) rotateX(10deg);
    transform-origin: top center;
    opacity: 0;
}header .main-pagewrap-65 .top-learn-51 .top-sitebar-74 a::after {
    transform: translateZ(-2px) rotateX(-10deg);
    transform-origin: bottom center;
    background: linear-gradient(to top, rgb(152,173,152,0.5), transparent);
    opacity: 0;
}header .main-pagewrap-65 .top-learn-51 .top-sitebar-74:hover a {
    color: rgb(191,208,191);
    transform: translateZ(10px);
}header .main-pagewrap-65 .top-learn-51 .top-sitebar-74:hover a::before,
header .main-pagewrap-65 .top-learn-51 .top-sitebar-74:hover a::after {
    opacity: 0.1;
}header .main-pagewrap-65 .top-learn-51 .top-sitebar-74:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .main-pagewrap-65 .top-learn-51 .top-sitebar-74:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .main-pagewrap-65 {
    padding: 15px;
    flex-direction: column;
}header .main-pagewrap-65 .main-master-60 {
    margin: 0 0 15px 0;
}header .main-pagewrap-65 .top-learn-51 {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    perspective: none;
}header .main-pagewrap-65 .top-learn-51 .top-sitebar-74 a {
    padding: 10px 15px;
    transform-style: flat;
    font-size: calc(18px - 1px);
}header .main-pagewrap-65 .top-learn-51 .top-sitebar-74:hover a {
    transform: none;
}header .main-pagewrap-65 .top-learn-51 .top-sitebar-74 a::before,
    header .main-pagewrap-65 .top-learn-51 .top-sitebar-74 a::after {
    display: none;
}
}

@media (max-width: 767px) {header .main-pagewrap-65 .top-learn-51 .top-sitebar-74 a {
    padding: 8px 12px;
    font-size: calc(18px - 2px);
}}.teaching-experience-89 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(225,233,225) 0%, rgb(152,173,152,0.5) 100%);
}.teaching-experience-89::before {
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    width: 100%;
    height: 100%;
    background-size: 40px 40px;
    position: absolute;
    z-index: 1;
    content: "";
    opacity: 0.05;
    top: 0;
    background-image: 
        linear-gradient(45deg, rgb(152,173,152,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(152,173,152,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(152,173,152,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(152,173,152,0.5) 75%);
    left: 0;
}.teaching-experience-89::after {
    width: 200px;
    right: -50px;
    height: 200px;
    position: absolute;
    content: "";
    animation: glow 8s infinite alternate ease-in-out;
    top: -50px;
    z-index: 0;
    background: rgb(191,208,191,0.5);
    filter: blur(80px);
}.teaching-experience-89 .container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
}.teaching-experience-89 .feedback-showcase-09 {
    background: #ffffff;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(5px);
    padding: 40px;
}.teaching-experience-89 .feedback-showcase-09:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.teaching-experience-89 .feedback-showcase-09 > div:nth-child(1) {
    position: relative;
    order: 1;
}.teaching-experience-89 .feedback-showcase-09 > div:nth-child(2) {
    order: 2;
}.teaching-experience-89 .feedback-showcase-09 > div:nth-child(3) {
    order: 3;
}.teaching-experience-89 .photo-card-10 {
    transition: transform 0.5s ease;
    width: 100%;
    height: 300px;
    position: relative;
    transform: translateZ(0);
    overflow: hidden;
}.teaching-experience-89 .photo-card-10::before {
    opacity: 0.7;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, transparent 60%, rgb(191,208,191,0.5) 100%);
    top: 0;
    z-index: 1;
    transition: opacity 0.5s ease;
    height: 100%;
}.teaching-experience-89 .feedback-showcase-09:hover .photo-card-10 {
    transform: scale(1.03);
}.teaching-experience-89 .feedback-showcase-09:hover .photo-card-10::before {
    opacity: 0.9;
}.teaching-experience-89 .name {
    margin: 0 0 10px 0;
    font-size: 19px;
    color: rgb(191,208,191);
    font-weight: 700;
    position: relative;
    transform: translateY(0);
    display: inline-block;
    transition: transform 0.3s ease;
}.teaching-experience-89 .name::after {
    content: "";
    position: absolute;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    background: rgb(191,208,191);
    bottom: -5px;
    left: 0;
    width: 0;
}.teaching-experience-89 .feedback-showcase-09:hover .name::after {
    width: 100%;
}.teaching-experience-89 .feedback-showcase-09 > div:nth-child(2) > div {
    letter-spacing: 0.5px;
    opacity: 0.85;
    margin-bottom: 15px;
    color: #000000;
    font-size: calc(18px - 2px);
    font-weight: 600;
}.teaching-experience-89 .work-background-58 {
    border-left: 3px solid rgb(152,173,152,0.5);
    line-height: 1.8;
    padding-left: 20px;
    font-size: 18px;
    position: relative;
    color: #000000;
    margin: 0;
}.teaching-experience-89 .work-background-58::before {
    font-family: Georgia, serif;
    opacity: 0.2;
    font-size: 80px;
    content: "";
    left: -15px;
    position: absolute;
    z-index: -1;
    top: -30px;
    color: rgb(152,173,152,0.5);
}

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

@media (min-width: 768px) {.teaching-experience-89 .feedback-showcase-09 {
    grid-template-rows: auto 1fr;
    gap: 30px 40px;
    grid-template-columns: 280px 1fr;
}.teaching-experience-89 .feedback-showcase-09 > div:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}.teaching-experience-89 .feedback-showcase-09 > div:nth-child(2) {
    align-self: end;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}.teaching-experience-89 .feedback-showcase-09 > div:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}.teaching-experience-89 .photo-card-10 {
    height: 100%;
    min-height: 400px;
}
}

@media (min-width: 992px) {.teaching-experience-89 {
    padding: 140px 0;
}.teaching-experience-89 .feedback-showcase-09 {
    padding: 60px;
    gap: 40px 60px;
}.teaching-experience-89 .photo-card-10::after {
    left: 20px;
    top: 20px;
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 20px;
    transition: transform 0.5s ease;
    right: 20px;
    transform: scale(0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
}.teaching-experience-89 .feedback-showcase-09:hover .photo-card-10::after {
    transform: scale(1);
}.teaching-experience-89 .name {
    font-size: calc(19px + 2px);
}.teaching-experience-89 .work-background-58 {
    padding-left: 30px;
    font-size: calc(18px + 1px);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.teaching-experience-89 {
    padding: 80px 0;
}.teaching-experience-89 .feedback-showcase-09 {
    padding: 30px;
}.teaching-experience-89 .photo-card-10 {
    height: 240px;
}.teaching-experience-89 .name {
    font-size: calc(19px - 1px);
}.teaching-experience-89 .work-background-58 {
    line-height: 1.7;
    font-size: calc(18px - 1px);
}}.contact-form-box-20 {
    background: rgb(225,233,225);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.contact-form-box-20::before {
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.4;
    background: linear-gradient(180deg, rgb(152,173,152,0.5) 0%, transparent 100%);
    height: 100%;
    position: absolute;
}.contact-form-box-20::after {
    width: 100%;
    position: absolute;
    height: 200px;
    left: 0;
    background: linear-gradient(0deg, rgb(225,233,225) 0%, transparent 100%);
    z-index: 2;
    bottom: 0;
    content: "";
}.contact-form-box-20 .photo-card-10 {
    height: 100%;
    width: 100%;
    top: 0;
    filter: grayscale(100%) contrast(120%);
    left: 0;
    position: absolute;
    opacity: 0.12;
    z-index: 0;
}.contact-form-box-20 .container {
    position: relative;
    max-width: 1200px;
    z-index: 5;
    padding: 0 20px;
    margin: 0 auto;
}.contact-form-box-20 h3 {
    position: relative;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #000000;
    font-size: 37px;
}.feedback-map-28 {
    display: flex;
    gap: 0;
    z-index: 10;
    position: relative;
}.feedback-map-28 .inquiry-inquiry-91 {
    flex: 0 0 58%;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 60px;
    position: relative;
}.feedback-map-28 .inquiry-inquiry-91 h3 {
    font-size: 21px;
    text-transform: none;
    margin-bottom: 40px;
    color: #000000;
    text-align: left;
    font-weight: 600;
}.feedback-map-28 .inquiry-inquiry-91 h3::before,
.feedback-map-28 .inquiry-inquiry-91 h3::after {
    content: none;
}.feedback-map-28 .inquiry-inquiry-91 form {
    flex-direction: column;
    display: flex;
}.feedback-map-28 .inquiry-inquiry-91 input[type="text"],
.feedback-map-28 .inquiry-inquiry-91 textarea {
    font-size: 14px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    background: rgba(245, 245, 245, 0.5);
    margin-bottom: 25px;
    transition: all 0.3s ease;
    padding: 16px 20px;
    width: 100%;
    border: none;
}.feedback-map-28 .inquiry-inquiry-91 input[type="text"]:focus,
.feedback-map-28 .inquiry-inquiry-91 textarea:focus {
    outline: none;
    background: rgba(245, 245, 245, 0.8);
    border-bottom-color: rgb(191,208,191);
}.feedback-map-28 .inquiry-inquiry-91 textarea {
    min-height: 150px;
    resize: vertical;
}.feedback-map-28 .inquiry-inquiry-91 .contact-feedback-72 {
    position: relative;
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.feedback-map-28 .inquiry-inquiry-91 .contact-feedback-72 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.feedback-map-28 .inquiry-inquiry-91 .contact-feedback-72 label {
    line-height: 1.5;
    color: #000000;
    font-size: calc(14px - 2px);
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}.feedback-map-28 .inquiry-inquiry-91 .contact-feedback-72 label::before {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    content: "";
    top: 2px;
    width: 22px;
    height: 22px;
    background: rgba(245, 245, 245, 0.5);
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
}.feedback-map-28 .inquiry-inquiry-91 .contact-feedback-72 input[type="checkbox"]:checked + label::before {
    background: rgb(191,208,191);
    border-bottom-color: rgb(191,208,191);
}.feedback-map-28 .inquiry-inquiry-91 .contact-feedback-72 input[type="checkbox"]:checked + label::after {
    left: 8px;
    width: 6px;
    position: absolute;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    content: "";
    height: 12px;
    top: 4px;
    border: solid #ffffff;
}.feedback-map-28 .inquiry-inquiry-91 .contact-feedback-72 a {
    color: rgb(191,208,191);
    font-weight: 600;
    transition: all 0.3s ease;
    border-bottom: 1px dashed rgb(191,208,191);
    text-decoration: none;
}.feedback-map-28 .inquiry-inquiry-91 .contact-feedback-72 a:hover {
    color: rgb(152,173,152);
    border-bottom-color: rgb(152,173,152);
}.feedback-map-28 .inquiry-inquiry-91 .query-card-71 {
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 35px;
    border-bottom: 2px solid rgb(191,208,191);
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    background: transparent;
    color: #000000;
    font-size: 20px;
    position: relative;
    align-self: flex-start;
    transition: all 0.3s ease;
    border: none;
}.feedback-map-28 .inquiry-inquiry-91 .query-card-71::before {
    z-index: -1;
    position: absolute;
    transition: all 0.3s ease;
    background: rgb(191,208,191);
    width: 100%;
    content: "";
    height: 2px;
    bottom: -2px;
    left: 0;
}.feedback-map-28 .inquiry-inquiry-91 .query-card-71:hover {
    color: #ffffff;
}.feedback-map-28 .inquiry-inquiry-91 .query-card-71:hover::before {
    height: 100%;
}.feedback-map-28 .help-links-62 {
    flex: 0 0 42%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    color: #ffffff;
    margin-left: -40px;
    padding: 60px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.feedback-map-28 .help-links-62::before {
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    top: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
}.feedback-map-28 .help-links-62 h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 15px;
    position: relative;
    font-size: 21px;
    margin-bottom: 40px;
}.feedback-map-28 .help-links-62 .request-map-07 {
    list-style: none;
    margin: 0;
    padding: 0;
}.feedback-map-28 .help-links-62 .request-map-07 li {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 30px;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1;
}.feedback-map-28 .help-links-62 .request-map-07 li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}.feedback-map-28 .help-links-62 .request-map-07 li svg {
    width: 24px;
    flex-shrink: 0;
    margin-right: 20px;
    height: 24px;
}.feedback-map-28 .help-links-62 .request-map-07 li svg path {
    fill: rgb(191,208,191);
    transition: all 0.3s ease;
}.feedback-map-28 .help-links-62 .request-map-07 li:hover svg path {
    fill: #ffffff;
}.feedback-map-28 .help-links-62 .request-map-07 li span {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}.feedback-map-28 .help-links-62 .request-map-07 li a {
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    text-decoration: none;
}.feedback-map-28 .help-links-62 .request-map-07 li a:hover {
    color: rgb(191,208,191);
}

@media screen and (max-width: 992px) {.contact-form-box-20 {
    padding: 80px 0;
}.feedback-map-28 {
    flex-direction: column;
}.feedback-map-28 .inquiry-inquiry-91 {
    clip-path: none;
    width: 100%;
}.feedback-map-28 .help-links-62 {
    clip-path: none;
    margin-left: 0;
    width: 100%;
}
}

@media screen and (max-width: 768px) {.contact-form-box-20 {
    padding: 60px 0;
}.contact-form-box-20 h3 {
    font-size: calc(37px - 4px);
}.feedback-map-28 .inquiry-inquiry-91,
    .feedback-map-28 .help-links-62 {
    padding: 40px 30px;
}.feedback-map-28 .inquiry-inquiry-91 .query-card-71 {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.contact-form-box-20 {
    padding: 40px 0;
}.feedback-map-28 .inquiry-inquiry-91,
    .feedback-map-28 .help-links-62 {
    padding: 30px 20px;
}.feedback-map-28 .inquiry-inquiry-91 h3,
    .feedback-map-28 .help-links-62 h4 {
    font-size: calc(21px - 2px);
}}.our-mission-06 {
    background: linear-gradient(135deg, rgb(225,233,225) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 8rem 0;
}.our-mission-06::before {
    transform: rotate(15deg);
    position: absolute;
    opacity: 0.1;
    top: -5%;
    content: "";
    width: 25rem;
    height: 25rem;
    background: linear-gradient(45deg, rgb(191,208,191,0.5) 0%, rgb(152,173,152,0.5) 100%);
    right: -5%;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    z-index: 0;
}.our-mission-06::after {
    background: linear-gradient(225deg, rgb(152,173,152,0.5) 0%, rgb(191,208,191,0.5) 100%);
    width: 20rem;
    z-index: 0;
    opacity: 0.1;
    height: 20rem;
    position: absolute;
    bottom: -5%;
    transform: rotate(-10deg);
    left: -5%;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    content: "";
}.our-mission-06 .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 2rem;
    position: relative;
    max-width: 1300px;
}.our-mission-06 h1 {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 3rem;
    transform: translateX(-1rem);
    text-align: left;
    color: #000000;
    animation: slideInTitle 0.8s 0.2s forwards ease-out;
}.our-mission-06 h1::after {
    left: 0;
    position: absolute;
    content: "";
    width: 6rem;
    background: linear-gradient(90deg, rgb(191,208,191) 0%, rgb(152,173,152) 100%);
    transform-origin: left;
    animation: expandLine 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 0.3rem;
    bottom: -0.8rem;
    transform: scaleX(0);
}.our-mission-06 .approach-edu-07 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(20px);
    animation: fadeInUp 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    opacity: 0;
}.our-mission-06 .approach-edu-07::before {
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(191,208,191) 0%, rgb(152,173,152) 100%);
    width: 100%;
    content: "";
    height: 5px;
    position: absolute;
}.our-mission-06 .approach-edu-07 ul {
    padding: 0;
    flex-direction: column;
    list-style: none;
    display: flex;
    margin: 0;
}.our-mission-06 .founder-bio-53 {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
}.our-mission-06 .founder-bio-53:last-child {
    border-bottom: none;
}.our-mission-06 .founder-bio-53:hover {
    transform: translateX(10px);
    background: rgba(rgb(191,208,191,0.5), 0.02);
}.our-mission-06 .founder-bio-53::before {
    height: 100%;
    transform-origin: top;
    top: 0;
    transform: scaleY(0);
    background: linear-gradient(180deg, rgb(191,208,191) 0%, rgb(152,173,152) 100%);
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
    width: 4px;
}.our-mission-06 .founder-bio-53:hover::before {
    transform: scaleY(1);
}.our-mission-06 .founder-bio-53 h4 {
    font-size: calc(20px + 0.1rem);
    font-weight: 600;
    color: rgb(191,208,191);
    display: inline-block;
    margin-bottom: 1.5rem;
    margin-top: 0;
    position: relative;
}.our-mission-06 .founder-bio-53 h4::after {
    content: "";
    width: 3rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    height: 2px;
    background: rgb(152,173,152);
    bottom: -0.5rem;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0.5);
}.our-mission-06 .founder-bio-53:hover h4::after {
    transform: scaleX(1);
}.our-mission-06 .founder-bio-53 div {
    color: #000000;
    font-size: 15px;
    overflow-y: auto;
    max-height: 15rem;
    text-align: justify;
    line-height: 1.8;
    padding-right: 1rem;
    margin: 0;
}.our-mission-06 .founder-bio-53 div::-webkit-scrollbar {
    width: 5px;
}.our-mission-06 .founder-bio-53 div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.our-mission-06 .founder-bio-53 div::-webkit-scrollbar-thumb {
    background: rgb(152,173,152,0.5);
    border-radius: 10px;
}

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

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

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

@media screen and (min-width: 768px) {.our-mission-06 .approach-edu-07 ul {
    flex-direction: row;
}.our-mission-06 .founder-bio-53 {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: none;
    flex: 1;
}.our-mission-06 .founder-bio-53:last-child {
    border-right: none;
}.our-mission-06 .founder-bio-53:hover {
    transform: translateY(-10px);
}.our-mission-06 .founder-bio-53::before {
    width: 100%;
    transform: scaleX(0);
    height: 4px;
    transform-origin: left;
}.our-mission-06 .founder-bio-53:hover::before {
    transform: scaleX(1);
}
}

@media screen and (max-width: 767px) {.our-mission-06 {
    padding: 4rem 0;
}.our-mission-06 h1 {
    margin-bottom: 2rem;
    font-size: calc(48px - 0.5rem);
}.our-mission-06 .founder-bio-53 {
    padding: 1.8rem;
}.our-mission-06::before, 
    .our-mission-06::after {
    height: 15rem;
    width: 15rem;
}
}

@media screen and (max-width: 480px) {.our-mission-06 h1 {
    font-size: calc(48px - 0.8rem);
    margin-bottom: 1.5rem;
}.our-mission-06 .founder-bio-53 {
    padding: 1.5rem;
}.our-mission-06 .founder-bio-53 div {
    max-height: 12rem;
}.our-mission-06::before, 
    .our-mission-06::after {
    width: 10rem;
    height: 10rem;
}}.pricing-matrix-85 {
    background: linear-gradient(145deg, rgb(225,233,225), #ffffff);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.pricing-matrix-85::before {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
}.pricing-matrix-85 .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    max-width: 1320px;
}.pricing-matrix-85 .basic-rates-25 {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.pricing-matrix-85 .pricing-fees-53 {
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    text-align: center;
    animation: fadeInUp 0.8s forwards 0.2s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    padding: 2rem;
    transform: translateY(20px);
    order: 1;
    opacity: 0;
}.pricing-matrix-85 .pricing-fees-53 h2 {
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    color: rgb(191,208,191);
    font-size: 37px;
    display: inline-block;
}.pricing-matrix-85 .pricing-fees-53 h2::after {
    height: 3px;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(191,208,191), transparent);
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
    width: 60%;
}.pricing-matrix-85 .pricing-fees-53 .cert-fees-78 {
    color: #000000;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    max-width: 80%;
    margin: 0 auto;
}.pricing-matrix-85 .value-pricing-15 {
    gap: 2rem;
    display: grid;
    order: 2;
    grid-template-columns: 1fr;
}.pricing-matrix-85 .study-offers-12 {
    will-change: transform, opacity;
    display: block;
    transform: translateY(30px);
    opacity: 0;
    animation-delay: calc(0.1s * var(--i, 1));
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    animation: fadeInUp 0.8s forwards;
}.pricing-matrix-85 .study-offers-12:nth-child(1) {
    --i: 1;
}.pricing-matrix-85 .study-offers-12:nth-child(2) {
    --i: 2;
}.pricing-matrix-85 .study-offers-12:nth-child(3) {
    --i: 3;
}.pricing-matrix-85 .study-offers-12:nth-child(4) {
    --i: 4;
}.pricing-matrix-85 .study-offers-12:hover {
    transform: translateY(-5px) scale(1.02);
}.pricing-matrix-85 .price-view-10 {
    overflow: hidden;
    flex-direction: column;
    transition: all 0.4s ease;
    display: flex;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    position: relative;
    height: 100%;
}.pricing-matrix-85 .study-offers-12:hover .price-view-10 {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.pricing-matrix-85 .pay-options-24 {
    flex-direction: column;
    padding: 2.5rem 2rem;
    z-index: 1;
    display: flex;
    flex-grow: 1;
    position: relative;
}.pricing-matrix-85 .pay-options-24::before {
    opacity: 0;
    height: 120px;
    content: "";
    transition: opacity 0.4s ease, transform 0.4s ease;
    width: 120px;
    right: 0;
    position: absolute;
    transform: translate(30px, -30px);
    background: linear-gradient(135deg, transparent 50%, rgb(191,208,191,0.5) 50%);
    z-index: -1;
    top: 0;
}.pricing-matrix-85 .study-offers-12:hover .pay-options-24::before {
    transform: translate(0, 0);
    opacity: 0.7;
}.pricing-matrix-85 .study-offers-12 h3 {
    font-size: calc(18px + 0.2rem);
    font-weight: 700;
    position: relative;
    transition: color 0.3s ease;
    margin-bottom: 1rem;
    color: #000000;
}.pricing-matrix-85 .study-offers-12:hover h3 {
    color: rgb(191,208,191);
}.pricing-matrix-85 .discount-price-82 {
    position: relative;
    font-size: calc(20px + 0.8rem);
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: rgb(191,208,191);
    display: inline-block;
}.pricing-matrix-85 .discount-price-82::before {
    width: 40px;
    transition: width 0.3s ease;
    height: 3px;
    background: rgb(152,173,152);
    bottom: -5px;
    position: absolute;
    left: 0;
    content: "";
}.pricing-matrix-85 .study-offers-12:hover .discount-price-82::before {
    width: 80px;
}.pricing-matrix-85 .study-offers-12 p {
    line-height: 1.6;
    -ms-word-break: break-all;
    overflow-wrap: break-word;
    margin-bottom: 0;
    word-break: break-word;
    font-size: 17px;
    word-wrap: break-word;
    color: #000000;
}.pricing-matrix-85 .photo-card-10 {
    overflow: hidden;
    position: relative;
    height: 200px;
    transition: transform 0.5s ease;
}.pricing-matrix-85 .photo-card-10::after {
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    inset: 0;
}.pricing-matrix-85 .study-offers-12:hover .photo-card-10 {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing-matrix-85 .value-pricing-15 {
    grid-template-columns: repeat(2, 1fr);
}.pricing-matrix-85 .pricing-fees-53 {
    padding: 3rem;
}.pricing-matrix-85 .pay-options-24 {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.pricing-matrix-85 .basic-rates-25 {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.pricing-matrix-85 .pricing-fees-53 {
    display: flex;
    order: 2;
    padding: 4rem 3rem;
    height: 100%;
    text-align: left;
    justify-content: center;
    flex-direction: column;
}.pricing-matrix-85 .pricing-fees-53 h2::after {
    left: 0;
    width: 100px;
    transform: none;
    background: linear-gradient(90deg, rgb(191,208,191), transparent);
}.pricing-matrix-85 .pricing-fees-53 .cert-fees-78 {
    margin: 0;
    max-width: 100%;
}.pricing-matrix-85 .value-pricing-15 {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.pricing-matrix-85 .value-pricing-15 {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing-matrix-85 .pay-options-24 {
    padding: 3rem 2.5rem;
}.pricing-matrix-85 .pricing-fees-53 h2 {
    font-size: calc(37px + 0.3rem);
}
}

@media (max-width: 767px) {.pricing-matrix-85 {
    padding: 4rem 0;
}.pricing-matrix-85 .pricing-fees-53 h2 {
    font-size: calc(37px - 0.2rem);
}.pricing-matrix-85 .pricing-fees-53 .cert-fees-78 {
    max-width: 100%;
    font-size: calc(17px - 0.1rem);
}.pricing-matrix-85 .study-offers-12 h3 {
    font-size: 18px;
}.pricing-matrix-85 .discount-price-82 {
    font-size: calc(20px + 0.5rem);
}.pricing-matrix-85 .photo-card-10 {
    height: 160px;
}}.privacy-hold-61 {
    background: linear-gradient(135deg, #f9f9f9, #f1f1f1);
    overflow: hidden;
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    position: relative;
}.privacy-hold-61::before {
    z-index: 0;
    top: 0;
    content: "";
    position: absolute;
    pointer-events: none;
    left: 0;
    height: 100%;
    background: linear-gradient(to right, rgb(191,208,191,0.5) 0%, transparent 10%);
    width: 100%;
}.privacy-hold-61::after {
    height: 100%;
    top: 0;
    width: 40%;
    background: linear-gradient(to bottom, rgb(152,173,152,0.5) 0%, transparent 50%);
    content: "";
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 0;
}.privacy-hold-61 .container {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 2rem;
    position: relative;
    transition: transform 0.5s ease-out;
    background-color: #ffffff;
    transform-origin: left center;
    margin: 0 auto;
    z-index: 1;
    transform: perspective(1000px) rotateY(0.5deg);
    max-width: 1140px;
}.privacy-hold-61 .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.privacy-hold-61 h1 {
    font-size: 43px;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateX(-5px);
    padding-bottom: 0.75rem;
    animation: slideInTitle 0.8s 0.2s forwards;
}.privacy-hold-61 h1::after {
    bottom: 0;
    height: 3px;
    left: 0;
    background: linear-gradient(to right, rgb(191,208,191), rgb(152,173,152));
    position: absolute;
    width: 0;
    content: "";
    animation: expandUnderline 1.2s 0.8s forwards;
}.privacy-hold-61 h2 {
    margin: 2.5rem 0 1rem;
    transform: translateY(10px);
    font-size: 33px;
    opacity: 0;
    animation: slideInUp 0.6s 0.4s forwards;
    position: relative;
    color: #000000;
    font-weight: 600;
    padding-left: 1rem;
}.privacy-hold-61 h2::before {
    height: 100%;
    content: "";
    width: 4px;
    position: absolute;
    transform-origin: top;
    top: 0;
    background-color: rgb(191,208,191);
    left: 0;
    transform: scaleY(0);
    animation: scaleVertical 0.4s 0.8s forwards;
}.privacy-hold-61 h3 {
    animation: slideInUp 0.6s 0.5s forwards;
    color: #000000;
    position: relative;
    opacity: 0;
    font-weight: 600;
    margin: 2rem 0 1rem;
    padding-left: 1.5rem;
    font-size: calc(33px * 0.85);
    transform: translateY(8px);
}.privacy-hold-61 h3::before {
    top: 50%;
    content: "";
    position: absolute;
    height: 10px;
    left: 0;
    background-color: rgb(152,173,152);
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
}.privacy-hold-61 h4 {
    padding-left: 1.75rem;
    font-weight: 400;
    opacity: 0;
    animation: slideInUp 0.6s 0.6s forwards;
    position: relative;
    font-size: calc(33px * 0.75);
    color: #000000;
    margin: 1.5rem 0 0.75rem;
    transform: translateY(5px);
}.privacy-hold-61 h4::before {
    border: 2px solid rgb(191,208,191);
    left: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 6px;
    content: "";
    height: 6px;
}.privacy-hold-61 p {
    color: #000000;
    position: relative;
    opacity: 0;
    line-height: 1.7;
    transform: translateY(10px);
    animation: slideInUp 0.6s 0.5s forwards;
    margin-bottom: 1.5rem;
    font-size: 17px;
}.privacy-hold-61 p strong {
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #000000;
}.privacy-hold-61 p strong::after {
    height: 1px;
    left: 0;
    bottom: -2px;
    content: "";
    background-color: rgb(191,208,191,0.5);
    position: absolute;
    width: 100%;
}.privacy-hold-61 ul {
    opacity: 0;
    transform: translateX(10px);
    position: relative;
    padding-left: 1.5rem;
    animation: slideInRight 0.7s 0.7s forwards;
    margin: 1.5rem 0 2rem 1rem;
}.privacy-hold-61 ul::before {
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(191,208,191), transparent);
    position: absolute;
    width: 1px;
    height: 100%;
}.privacy-hold-61 li {
    color: #000000;
    font-size: 17px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 0.75rem;
    padding-left: 0.25rem;
}.privacy-hold-61 li::before {
    background-color: rgb(191,208,191);
    width: 6px;
    height: 6px;
    top: 0.7rem;
    animation: scaleIn 0.3s 1s forwards;
    position: absolute;
    content: "";
    left: -1.5rem;
    border-radius: 50%;
    transform: scale(0);
}.privacy-hold-61 span {
    margin: 0.75rem 0 1.5rem;
    line-height: 1.7;
    border-left: 2px solid rgb(152,173,152,0.5);
    font-size: 17px;
    opacity: 0;
    color: #000000;
    display: block;
    padding-left: 1rem;
    transform: translateY(10px);
    animation: slideInUp 0.6s 0.6s forwards;
}

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

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

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

@keyframes expandUnderline {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@keyframes scaleVertical {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.privacy-hold-61 {
    padding: 3rem 1rem;
}.privacy-hold-61 .container {
    transform: perspective(1000px) rotateY(0.2deg);
    padding: 1.5rem;
}.privacy-hold-61 h1 {
    font-size: calc(43px * 0.9);
}.privacy-hold-61 h2 {
    margin: 2rem 0 1rem;
    font-size: calc(33px * 0.9);
}.privacy-hold-61 h3 {
    font-size: calc(33px * 0.8);
}.privacy-hold-61 h4 {
    font-size: calc(33px * 0.7);
}
}

@media (max-width: 767px) {.privacy-hold-61 {
    padding: 2rem 0.75rem;
}.privacy-hold-61 .container {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04), 0 3px 10px rgba(0, 0, 0, 0.02);
    transform: none;
    padding: 1.25rem;
}.privacy-hold-61 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.8);
}.privacy-hold-61 h2 {
    margin: 1.75rem 0 0.75rem;
    font-size: calc(33px * 0.8);
}.privacy-hold-61 h3 {
    margin: 1.5rem 0 0.75rem;
    font-size: calc(33px * 0.75);
}.privacy-hold-61 h4 {
    font-size: calc(33px * 0.65);
    margin: 1.25rem 0 0.5rem;
}.privacy-hold-61 p, .privacy-hold-61 li, .privacy-hold-61 span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}.privacy-hold-61 ul {
    margin: 1rem 0 1.5rem 0.5rem;
}
}

@media (max-width: 575px) {.privacy-hold-61 {
    padding: 1.5rem 0.5rem;
}.privacy-hold-61 .container {
    padding: 1rem;
}.privacy-hold-61 h1 {
    margin-bottom: 1.25rem;
    font-size: calc(43px * 0.7);
}.privacy-hold-61 h2 {
    font-size: calc(33px * 0.7);
    padding-left: 0.75rem;
}.privacy-hold-61 h2::before {
    width: 3px;
}.privacy-hold-61 h3 {
    font-size: calc(33px * 0.65);
    padding-left: 1.25rem;
}.privacy-hold-61 h3::before {
    height: 8px;
    width: 8px;
}.privacy-hold-61 h4 {
    padding-left: 1.5rem;
    font-size: calc(33px * 0.6);
}.privacy-hold-61 p, .privacy-hold-61 li, .privacy-hold-61 span {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}.privacy-hold-61 span {
    padding-left: 0.75rem;
}}#bannerCookieNotice-49 {
    display: none;
}#bannerCookieNotice-49:checked ~ .cookie-banner-dialog-61 {
    visibility: hidden;
    opacity: 0;
}.cookie-banner-dialog-61 {
    width: 100%;
    bottom: 0;
    border-top: 3px solid rgb(191,208,191);
    z-index: 90;
    font-family: Arial, sans-serif;
    padding: 20px 0;
    background: rgb(152,173,152);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    position: fixed;
}.edu-settings-38 {
    border-radius: 11px;
    border: 2px dashed rgb(191,208,191);
    padding: 20px 5%;
    justify-content: space-between;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    gap: 20px;
}.cookie-banner-dialog-61 h5 {
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    color: rgb(191,208,191);
}.cookie-banner-dialog-61 p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    color: #ffffff;
}.user-tracker-12 {
    border-radius: 11px;
    padding: 10px;
    margin-right: 20px;
    align-items: center;
    flex-shrink: 0;
    background: rgb(191,208,191,0.5);
    justify-content: center;
    display: flex;
}.user-tracker-12 svg {
    width: 60px;
    height: 60px;
    fill: rgb(191,208,191);
}.cookie-list-63 {
    border-radius: 10px;
    border: 2px solid rgb(191,208,191);
    color: #000000;
    padding: 10px 20px;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 10px;
    min-width: 140px;
    line-height: 40px;
    background: rgb(191,208,191);
}.cookie-list-63:hover {
    background-color: rgb(152,173,152);
    box-shadow: 0 0 10px rgb(152,173,152);
}.cookie_button.cookie-overview-32 {
    border: 2px solid rgb(152,173,152);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie-overview-32:hover {
    box-shadow: 0 0 10px rgb(152,173,152);
}.cookie-banner-dialog-61 p a {
    color: rgb(191,208,191);
    text-decoration: none;
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(191,208,191);
}.cookie-banner-dialog-61 p a:hover {
    color: rgb(152,173,152);
}
@media only screen and (max-width: 1200px) {.cookie-banner-dialog-61 {
    padding: 15px 0;
}.edu-settings-38 {
    padding: 15px 5%;
}.user-tracker-12 {
    display: none;
}.edu-settings-38 {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookie-banner-dialog-61 h5 {
    font-size: 20px;
    margin-bottom: 10px;
}.track-bar-48 {
    margin-bottom: 15px;
}.cookie-list-63 {
    min-width: 100%;
    margin: 10px 0;
}}
.statistical-data-26 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff;
    padding: 120px 0;
}.statistical-data-26::before {
    z-index: -1;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgb(152,173,152,0.5) 100%);
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
}.statistical-data-26::after {
    top: 0;
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    opacity: 0.2;
    left: 0;
    background-image: 
        radial-gradient(circle at 20px 20px, rgb(191,208,191,0.5) 0, rgba(0, 0, 0, 0) 50px),
        radial-gradient(circle at 80% 80%, rgb(152,173,152,0.5) 0, rgba(0, 0, 0, 0) 100px);
}.statistical-data-26 .container {
    z-index: 1;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.statistical-data-26 h2 {
    font-size: 47px;
    position: relative;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 700;
    background: linear-gradient(90deg, rgb(191,208,191), #000000, rgb(152,173,152));
    -webkit-text-fill-color: transparent;
    color: #000000;
    text-fill-color: transparent;
}.statistical-data-26 h2::after {
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(191,208,191), rgb(152,173,152));
    height: 3px;
    bottom: -20px;
    width: 60px;
    position: absolute;
    left: 50%;
}.statistical-data-26 ul {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding: 0;
    gap: 20px;
    margin: 0;
}.statistical-data-26 .extra-pro-31 {
    position: relative;
    text-align: center;
    flex-direction: column;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.5);
}.statistical-data-26 .extra-pro-31::before {
    background: rgba(255, 255, 255, 0.8);
    inset: 2px;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    z-index: -1;
    content: "";
    position: absolute;
}.statistical-data-26 .extra-pro-31:hover {
    transform: translateY(-10px);
    z-index: 10;
    background: rgba(rgb(191,208,191,0.5), 0.3);
}.statistical-data-26 .extra-pro-31 p {
    font-size: 2.5rem;
    line-height: 1;
    position: relative;
    color: #000000;
    margin: 0 0 10px;
    font-weight: 700;
}.statistical-data-26 .extra-pro-31 span {
    font-size: calc(18px * 0.85);
    position: relative;
    max-width: 100%;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.7);
}.statistical-data-26 svg {
    position: absolute;
    transition: all 0.3s ease;
    right: 10px;
    top: 10px;
    opacity: 0.4;
    fill: rgb(191,208,191);
    height: 24px;
    width: 24px;
}.statistical-data-26 svg path {
    fill: rgb(191,208,191);
}.statistical-data-26 .extra-pro-31:hover svg {
    opacity: 0.8;
    transform: rotate(15deg) scale(1.2);
}.statistical-data-26 ul:has(.extra-pro-31:only-child) {
    justify-content: center;
    display: flex;
}.statistical-data-26 ul:has(.extra-pro-31:only-child) .extra-pro-31 {
    width: 250px;
    margin: 0 auto;
    height: 250px;
}.statistical-data-26 ul:has(.extra-pro-31:only-child) .extra-pro-31 p {
    font-size: 3.5rem;
}.statistical-data-26 ul:has(.extra-pro-31:only-child) .extra-pro-31 span {
    font-size: 18px;
}.statistical-data-26 ul:has(.extra-pro-31:nth-child(2):last-child) {
    margin: 0 auto;
    max-width: 600px;
    grid-template-columns: repeat(2, 1fr);
}.statistical-data-26 ul:has(.extra-pro-31:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.statistical-data-26 ul:has(.extra-pro-31:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.statistical-data-26 ul:has(.extra-pro-31:nth-child(5):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.statistical-data-26 ul:has(.extra-pro-31:nth-child(5):last-child) .extra-pro-31:nth-child(5) {
    grid-column: 2;
}.statistical-data-26 ul:has(.extra-pro-31:nth-child(6):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.statistical-data-26 ul:has(.extra-pro-31:nth-child(7):last-child),
.statistical-data-26 ul:has(.extra-pro-31:nth-child(8):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.statistical-data-26 ul:has(.extra-pro-31:nth-child(9):last-child),
.statistical-data-26 ul:has(.extra-pro-31:nth-child(10):last-child) {
    grid-template-columns: repeat(5, 1fr);
}

@media screen and (min-width: 1441px) {.statistical-data-26 {
    padding: 150px 0;
}.statistical-data-26 h2 {
    margin-bottom: 100px;
    font-size: calc(47px * 1.2);
}.statistical-data-26 .extra-pro-31 p {
    font-size: 3rem;
}
}

@media screen and (max-width: 1200px) {.statistical-data-26 {
    padding: 100px 0;
}.statistical-data-26 ul:has(.extra-pro-31:nth-child(7):last-child),
    .statistical-data-26 ul:has(.extra-pro-31:nth-child(8):last-child),
    .statistical-data-26 ul:has(.extra-pro-31:nth-child(9):last-child),
    .statistical-data-26 ul:has(.extra-pro-31:nth-child(10):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.statistical-data-26 .extra-pro-31 p {
    font-size: 2.2rem;
}
}

@media screen and (max-width: 991px) {.statistical-data-26 {
    padding: 80px 0;
}.statistical-data-26 h2 {
    font-size: calc(47px * 0.9);
    margin-bottom: 60px;
}.statistical-data-26 ul {
    grid-template-columns: repeat(2, 1fr);
}.statistical-data-26 ul:has(.extra-pro-31:nth-child(3):last-child),
    .statistical-data-26 ul:has(.extra-pro-31:nth-child(4):last-child),
    .statistical-data-26 ul:has(.extra-pro-31:nth-child(5):last-child),
    .statistical-data-26 ul:has(.extra-pro-31:nth-child(6):last-child),
    .statistical-data-26 ul:has(.extra-pro-31:nth-child(7):last-child),
    .statistical-data-26 ul:has(.extra-pro-31:nth-child(8):last-child),
    .statistical-data-26 ul:has(.extra-pro-31:nth-child(9):last-child),
    .statistical-data-26 ul:has(.extra-pro-31:nth-child(10):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.statistical-data-26 ul:has(.extra-pro-31:nth-child(5):last-child) .extra-pro-31:nth-child(5) {
    grid-column: auto;
}.statistical-data-26 .extra-pro-31 {
    padding: 20px;
}.statistical-data-26 .extra-pro-31 p {
    font-size: 2rem;
}
}

@media screen and (max-width: 767px) {.statistical-data-26 {
    padding: 70px 0;
}.statistical-data-26 h2 {
    font-size: calc(47px * 0.8);
    margin-bottom: 50px;
}.statistical-data-26 ul:has(.extra-pro-31:nth-child(n+1):nth-child(-n+10)) {
    max-width: 300px;
    gap: 30px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.statistical-data-26 .extra-pro-31 {
    aspect-ratio: 1/1;
    min-height: 150px;
}.statistical-data-26 ul:has(.extra-pro-31:only-child) .extra-pro-31 {
    width: 200px;
    height: 200px;
}
}

@media screen and (max-width: 480px) {.statistical-data-26 {
    padding: 60px 0;
}.statistical-data-26 h2 {
    font-size: calc(47px * 0.7);
    margin-bottom: 40px;
}.statistical-data-26 h2::after {
    width: 40px;
    bottom: -15px;
}.statistical-data-26 ul {
    gap: 25px;
}.statistical-data-26 .extra-pro-31 {
    min-height: 130px;
}.statistical-data-26 .extra-pro-31 p {
    font-size: 1.8rem;
}.statistical-data-26 .extra-pro-31 span {
    font-size: calc(18px * 0.8);
}.statistical-data-26 ul:has(.extra-pro-31:only-child) .extra-pro-31 {
    height: 180px;
    width: 180px;
}.statistical-data-26 ul:has(.extra-pro-31:only-child) .extra-pro-31 p {
    font-size: 2.8rem;
}.statistical-data-26 svg {
    height: 20px;
    width: 20px;
}}footer {
    position: relative;
    width: 100%;
}.quiz-links-10 {
    overflow: hidden;
    position: relative;
    padding: 0 0 30px;
    font-family: Arial, sans-serif;
}footer .gdpr-block-18 {
    z-index: 1;
    position: relative;
}footer .reach-section-19 {
    padding: 40px 20px;
    background-color: rgb(152,173,152);
    position: relative;
    color: #ffffff;
    flex-wrap: wrap;
    margin-bottom: 70px;
    justify-content: center;
    gap: 20px;
    display: flex;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}footer .reach-section-19::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
}footer .info_item {
    align-items: center;
    padding: 10px 20px;
    max-width: 300px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    flex: 1 1 200px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    flex-shrink: 0;
    height: 22px;
    width: 22px;
    margin-right: 15px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    margin-top: -30px;
}footer .text_main_holder::before {
    left: 0;
    background-color: #ffffff;
    height: 100%;
    position: absolute;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    content: "";
    width: 100%;
    z-index: -1;
    top: 0;
}footer .main-master-60 {
    padding-top: 60px;
    text-align: center;
}footer .main-master-60 svg {
    width: auto;
    margin-bottom: 15px;
    height: 45px;
}footer .grade-help-79 {
    color: #000000;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 350px;
    text-align: center;
    font-size: 14px;
}footer .top-learn-51 {
    background-color: rgb(225,233,225);
    margin: 0 20px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    padding: 30px;
    position: relative;
}footer .top-learn-51 h5 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 25px;
    font-size: 18px;
    display: inline-block;
    position: relative;
}footer .top-learn-51 h5::after {
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(191,208,191), transparent);
    height: 2px;
    content: "";
    bottom: -8px;
    width: 100%;
}footer .head-core-98 {
    flex-direction: column;
    gap: 10px 30px;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 25px;
}footer .head-core-98 a {
    padding: 8px 0;
    transition: all 0.3s ease;
    color: #000000;
    flex: 1 0 calc(50% - 30px);
    font-size: 15px;
    text-decoration: none;
    position: relative;
}footer .head-core-98 a::after {
    position: absolute;
    transition: width 0.3s ease;
    bottom: 0;
    width: 0;
    content: "";
    height: 1px;
    background-color: rgb(191,208,191);
    left: 0;
}footer .head-core-98 a:hover {
    color: rgb(191,208,191);
    padding-left: 5px;
}footer .head-core-98 a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    padding: 30px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    color: #ffffff;
    background-color: rgb(191,208,191);
    position: relative;
    margin: 0 20px;
}footer .subscribe_holder::before {
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    width: 100%;
    left: 0;
    height: 100%;
    pointer-events: none;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 25px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    position: relative;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    padding: 15px;
    font-size: 15px;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}footer .join-panel-08 {
    background-color: #000000;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    padding: 15px;
    border: none;
    font-size: 14px;
    transition: all 0.3s ease;
    color: #ffffff;
}footer .join-panel-08:hover {
    background-color: rgb(152,173,152);
}footer .module-end-04 {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin-top: 60px;
    padding-top: 20px;
}footer .cert-block-84 {
    text-align: center;
    color: #000000;
    font-size: 14px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .join-panel-08 {
    white-space: nowrap;
}footer .main-master-60 {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .reach-section-19 {
    padding: 30px 15px 50px;
}footer .top-learn-51, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .module-end-04 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .reach-section-19 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .top-learn-51 h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .head-core-98 a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .join-panel-08 {
    padding: 12px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(191,208,191);
}header .top_plank .peak-track-96 div svg, header .top_plank .peak-track-96 div svg path {
    fill: #ffffff;
}header .top_plank .peak-track-96 div span {
    color: #ffffff;
}header .top_plank .peak-track-96 {
    line-height: 21px;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    align-items: center;
    width: 100%;
}header .top_plank .peak-track-96 div {
    align-items: center;
    display: flex;
    margin-right: 24px;
    justify-content: flex-start;
}header .top_plank .peak-track-96 div img, header .top_plank .peak-track-96 div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.thanksBox-58 {
    position: relative;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(191,208,191,0.5), rgb(152,173,152,0.5));
    align-items: center;
    display: flex;
    overflow: hidden;
    justify-content: center;
    min-height: 70vh;
}.thanksBox-58::before {
    content: "";
    background: radial-gradient(circle at 30% 70%, rgb(191,208,191,0.5) 0%, transparent 60%);
    animation: pulse 15s ease-in-out infinite alternate;
    width: 100%;
    transform-origin: center;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
}.thanksBox-58::after {
    width: 50%;
    height: 50%;
    animation: float 20s ease-in-out infinite;
    z-index: 0;
    background: radial-gradient(circle, rgb(152,173,152,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    right: -5%;
    bottom: -5%;
}.thanksBox-58 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
}.thanksBox-58 .expert-learning-14 {
    position: relative;
    transform: translateZ(0);
    display: grid;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    padding: 3.5rem;
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
    gap: 2.5rem;
}.thanksBox-58 .expert-learning-14:hover {
    transform: translateZ(30px) scale(1.02);
}.thanksBox-58 .expert-learning-14 > div:first-child {
    position: relative;
    border-left: 4px solid rgb(191,208,191);
    padding-left: 2.5rem;
}.thanksBox-58 .expert-learning-14 > div:first-child::before {
    background: rgb(191,208,191);
    position: absolute;
    content: "";
    top: 50%;
    box-shadow: 0 0 20px rgba(rgb(191,208,191), 0.5);
    left: -15px;
    animation: pulse 3s infinite alternate;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    transform: translateY(-50%);
}.thanksBox-58 h5 {
    transition: transform 0.4s ease-out;
    font-size: calc(23px * 1.2);
    line-height: 1.4;
    color: #000000;
    margin: 0;
    font-weight: 700;
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0;
    transform: translateX(0);
}.thanksBox-58 .expert-learning-14 > div:nth-child(2) {
    transition: transform 0.3s ease;
    position: relative;
    animation: fadeIn 0.8s 0.4s ease-out forwards;
    opacity: 0;
}.thanksBox-58 .expert-learning-14 > div:nth-child(2)::before {
    background: linear-gradient(90deg, rgb(191,208,191), transparent);
    content: "";
    left: 0;
    position: absolute;
    width: 70%;
    top: -10px;
    height: 1px;
}.thanksBox-58 a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s ease-out;
    transform: translateY(0);
}.thanksBox-58 a:hover {
    transform: translateY(-5px);
}.thanksBox-58 p {
    font-size: 18px;
    position: relative;
    line-height: 1.8;
    margin: 0;
    color: #000000;
    hyphens: auto;
    padding: 1rem 0;
}.thanksBox-58 p::after {
    content: "";
    position: absolute;
    transform: scaleX(0);
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(152,173,152));
    height: 2px;
    transform-origin: right;
    width: 35%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    right: 0;
}.thanksBox-58 a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

@keyframes float {
    0% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-30px) rotate(5deg); }
    100% { transform: translateY(0) rotate(0); }
}

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

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

@media (min-width: 768px) {.thanksBox-58 {
    padding: 8rem 3rem;
}.thanksBox-58 .expert-learning-14 {
    grid-template-columns: 1fr 1fr;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
    gap: 3.5rem;
    padding: 4rem;
}.thanksBox-58 h5 {
    font-size: calc(23px * 1.4);
}.thanksBox-58 .expert-learning-14 > div:first-child::after {
    right: -3.5rem;
    height: 80%;
    transform: translateY(-50%);
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(191,208,191,0.5), transparent);
    content: "";
    top: 50%;
}.thanksBox-58 .expert-learning-14 > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.thanksBox-58 .expert-learning-14 {
    gap: 5rem;
    padding: 5rem;
}.thanksBox-58 h5 {
    font-size: calc(23px * 1.5);
}.thanksBox-58 .expert-learning-14 > div:first-child {
    border-left-width: 5px;
    padding-left: 3rem;
}.thanksBox-58 p {
    font-size: calc(18px * 1.1);
}.thanksBox-58 .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.thanksBox-58 {
    padding: 4rem 1.5rem;
}.thanksBox-58 .expert-learning-14 {
    padding: 2.5rem 2rem;
}.thanksBox-58 h5 {
    font-size: 23px;
}.thanksBox-58 p {
    font-size: calc(18px * 0.95);
}
}

@media (hover: hover) {.thanksBox-58 .expert-learning-14:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.thanksBox-58 .expert-learning-14,
    .thanksBox-58 a,
    .thanksBox-58 h5,
    .thanksBox-58::before,
    .thanksBox-58::after {
    animation: none;
    transition: none;
}.thanksBox-58 .expert-learning-14 > div:first-child::before {
    animation: none;
}.thanksBox-58 .expert-learning-14 > div:nth-child(2) {
    opacity: 1;
}.thanksBox-58 h5 {
    opacity: 1;
}
}