* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.top-learning-69152 {
    flex: 1 0 auto;
}.wrapper-bundle-45039 {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    height: 11px;
    width: 4px;
}::-webkit-scrollbar-track {
    background: radial-gradient(ellipse at center, rgb(125,176,186) 48%, rgb(125,176,186,0.5) 74%, rgb(233,241,241) 33%);
    margin: 4px 0;
    border-radius: 16.8em;
    box-shadow: inset -1px 2px 8px 5px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-thumb {
    animation: shift_scrollbar 3.8s ease-out infinite;
    background: rgb(255, 255, 255, 0.5);
    border-radius: 3%;
    box-shadow: 3px 0px 3px 7px rgba(0, 0, 0, 0.5);
    transition: background 3.5s linear;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(233,241,241);
    box-shadow: -2px -2px 13px 4px rgba(0, 0, 0, 0.3);
    border-color: #ffffff;
}* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(186,210,213,0.5);
    scrollbar-width: none;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1212px;
    margin: auto;
    max-width: 100%;
}.study-bottom-97214 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our-story-61032 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.our-story-61032::before {
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    content: "";
    backdrop-filter: blur(3px) saturate(120%);
}.our-story-61032::after {
    border: 2px solid rgb(125,176,186);
    border-radius: 10px;
    z-index: 2;
    content: "";
    transform: rotate(-15deg);
    width: 150px;
    top: -30px;
    right: -30px;
    height: 150px;
    position: absolute;
    opacity: 0.5;
    animation: float 20s infinite ease-in-out;
}.our-story-61032 .container {
    max-width: 1200px;
    padding: 0 30px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
}.our-story-61032 .text-drawer-61082 {
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.95),
        rgba(255, 255, 255, 0.92)
    );
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 60px 50px;
    margin-left: auto;
    position: relative;
    backdrop-filter: blur(8px);
    max-width: 85%;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    border-left: 4px solid rgb(186,210,213);
    transform: perspective(1000px) rotateY(-3deg);
}.our-story-61032 .text-drawer-61082:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-story-61032 .text-drawer-61082::before {
    position: absolute;
    height: 70px;
    left: -15px;
    top: -15px;
    border-left: 3px solid rgb(186,210,213);
    border-top: 3px solid rgb(186,210,213);
    z-index: -1;
    width: 70px;
    content: "";
}.our-story-61032 .text-drawer-61082::after {
    content: "";
    height: 70px;
    border-right: 3px solid rgb(125,176,186);
    position: absolute;
    z-index: -1;
    border-bottom: 3px solid rgb(125,176,186);
    width: 70px;
    bottom: -15px;
    right: -15px;
}.our-story-61032 h5 {
    position: relative;
    letter-spacing: 3px;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    color: rgb(186,210,213);
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
}.our-story-61032 h5::after {
    content: "";
    height: 2px;
    background: rgb(186,210,213);
    position: absolute;
    transition: width 0.4s ease;
    bottom: 0;
    width: 60%;
    left: 0;
}.our-story-61032 h5:hover::after {
    width: 100%;
}.our-story-61032 p {
    font-weight: 400;
    font-size: calc(15px * 1.4);
    margin-bottom: 30px;
    line-height: 1.7;
    color: #000000;
}.our-story-61032 p b {
    font-weight: 700;
    padding: 0 10px;
    font-size: calc(15px * 1.8);
    margin-bottom: 6px;
    color: #000000;
    transform: translateX(-10px);
    display: inline-block;
    background: linear-gradient(120deg, transparent 0%, transparent 40%, rgba(rgb(125,176,186,0.5), 0.3) 40%, rgba(rgb(125,176,186,0.5), 0.3) 60%, transparent 60%, transparent 100%);
    position: relative;
}.our-story-61032 ol {
    list-style-type: none;
    padding-left: 0;
    counter-reset: item;
}.our-story-61032 ol li {
    hyphens: auto;
    line-height: 1.8;
    color: #000000;
    text-align: justify;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    font-size: 15px;
    column-gap: 40px;
    column-count: 1;
}.our-story-61032 ol li::before {
    left: 0;
    top: 12px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    content: "";
    width: 6px;
    background-color: rgb(125,176,186);
}

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

@media (min-width: 992px) {.our-story-61032 .text-drawer-61082 {
    max-width: 80%;
    padding: 80px 70px;
}.our-story-61032 ol li {
    padding-left: 30px;
    column-count: 2;
}.our-story-61032 ol li::before {
    width: 8px;
    height: 8px;
}
}

@media (max-width: 991px) {.our-story-61032 {
    padding: 90px 0;
}.our-story-61032 .text-drawer-61082 {
    padding: 50px 40px;
    max-width: 90%;
    transform: perspective(1000px) rotateY(-2deg);
}.our-story-61032 h5 {
    font-size: calc(18px * 0.9);
}.our-story-61032 p b {
    font-size: calc(15px * 1.6);
}
}

@media (max-width: 767px) {.our-story-61032 {
    padding: 70px 0;
}.our-story-61032 .text-drawer-61082 {
    transform: none;
    margin: 0;
    padding: 40px 30px;
    max-width: 100%;
}.our-story-61032::after {
    width: 80px;
    right: -15px;
    top: -15px;
    height: 80px;
}.our-story-61032 h5 {
    font-size: calc(18px * 0.8);
    letter-spacing: 2px;
}.our-story-61032 p {
    margin-bottom: 20px;
    font-size: 15px;
}.our-story-61032 p b {
    font-size: calc(15px * 1.4);
}.our-story-61032 ol li {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.our-story-61032 .text-drawer-61082::before,
    .our-story-61032 .text-drawer-61082::after {
    width: 50px;
    height: 50px;
}
}

@media (max-width: 480px) {.our-story-61032 {
    padding: 50px 0;
}.our-story-61032 .text-drawer-61082 {
    padding: 30px 20px;
}.our-story-61032 h5 {
    letter-spacing: 1px;
    font-size: calc(18px * 0.7);
}.our-story-61032 p b {
    font-size: calc(15px * 1.2);
}.our-story-61032 ol li {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}.our-story-61032 .text-drawer-61082::before,
    .our-story-61032 .text-drawer-61082::after {
    display: none;
}}.modalCookieSettings-39742 {
    border-top: 3px solid rgb(186,210,213);
    width: 100%;
    z-index: 90;
    position: fixed;
    background: rgb(125,176,186);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    padding: 15px 20px;
    bottom: 0;
}.cookie-ack-48065 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}.data-approve-04258 {
    margin-right: 20px;
    flex-shrink: 0;
}.data-approve-04258 svg {
    height: 50px;
    fill: rgb(186,210,213);
    width: 50px;
}.track-bar-26041 {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}.modalCookieSettings-39742 h5 {
    font-weight: 700;
    color: #ffffff;
    font-size: 19px;
    margin-bottom: 10px;
}.modalCookieSettings-39742 p {
    line-height: 1.5;
    color: #000000;
    font-size: 16px;
}.cookie-confirm-01492 {
    border-radius: 10px;
    padding: 10px 20px;
    border: 2px solid rgb(186,210,213);
    margin-left: 10px;
    background: rgb(186,210,213);
    transition: none;
    flex-shrink: 0;
    cursor: pointer;
    min-width: 150px;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
}.cookie-confirm-01492:hover {
    border-color: rgb(186,210,213,0.5);
    background: rgb(186,210,213,0.5);
}.modalCookieSettings-39742 p a {
    color: rgb(186,210,213);
    text-decoration: none;
    border-bottom: 2px solid rgb(186,210,213);
}.modalCookieSettings-39742 p a:hover {
    border-bottom-color: rgb(125,176,186);
    color: rgb(125,176,186);
}
@media only screen and (max-width: 1200px) {.modalCookieSettings-39742 {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.data-approve-04258 {
    display: none;
}.cookie-ack-48065 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.modalCookieSettings-39742 h5, .modalCookieSettings-39742 p {
    text-align: center;
}.track-bar-26041 {
    margin-bottom: 15px;
}.cookie-confirm-01492 {
    margin-top: 10px;
    margin-left: 0;
}}
#usageNoticeDialog-46839 {
    display: none;
}#usageNoticeDialog-46839:checked ~ .modalCookieSettings-39742 {
    visibility: hidden;
    opacity: 0;
}.title-welcome-15083 {
    min-height: 100vh;
    align-items: center;
    display: flex;
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(145deg, rgb(233,241,241) 0%, rgba(94, 170, 168, 0.05) 50%, rgb(233,241,241) 100%);
    overflow: hidden;
    width: 100%;
}.title-welcome-15083 .online-mastery-30158 {
    max-width: 1300px;
    position: relative;
    padding: 0 2rem;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    z-index: 1;
    display: grid;
    width: 100%;
    margin: 0 auto;
}.title-welcome-15083 .text-drawer-61082 {
    animation: float 6s ease-in-out infinite;
    transform: translateY(0);
    flex-direction: column;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    border-left: 4px solid rgb(186,210,213);
}.title-welcome-15083 .text-drawer-61082::before {
    width: 70px;
    left: -20px;
    border-top: 3px solid rgb(186,210,213);
    z-index: -1;
    position: absolute;
    top: -20px;
    content: "";
    height: 70px;
    opacity: 0.7;
    border-left: 3px solid rgb(186,210,213);
}.title-welcome-15083 .text-drawer-61082::after {
    position: absolute;
    border-bottom: 3px solid rgb(186,210,213);
    content: "";
    height: 70px;
    z-index: -1;
    bottom: -20px;
    right: -20px;
    opacity: 0.7;
    width: 70px;
    border-right: 3px solid rgb(186,210,213);
}.title-welcome-15083 h1 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    transform: translateZ(0);
    line-height: 1.3;
    font-size: calc(28px * 1.2);
    transition: transform 0.3s ease-out;
}.title-welcome-15083 h1::after {
    bottom: -10px;
    left: 0;
    height: 4px;
    transform-origin: left;
    content: "";
    width: 60px;
    transform: scaleX(1);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(186,210,213), transparent);
}.title-welcome-15083 .learning-lead-02345 {
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
}.title-welcome-15083 .learning-lead-02345 p {
    line-height: 1.7;
    position: relative;
    color: #000000;
    max-width: 95%;
    font-size: calc(14px * 1.1);
    margin: 1.5rem 0;
}.title-welcome-15083 svg {
    transform: rotate(-5deg);
    height: 80px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-bottom: 1rem;
    filter: drop-shadow(0px 5px 15px rgba(94, 170, 168, 0.2));
    width: 80px;
}.title-welcome-15083 svg:hover {
    transform: rotate(0deg) scale(1.05);
}.title-welcome-15083 svg path {
    fill: rgb(186,210,213);
    transition: fill 0.3s ease;
}.title-welcome-15083 svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.title-welcome-15083 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1rem;
    display: flex;
}.title-welcome-15083 .inquiry-panel-43789 {
    display: inline-block;
    padding: 1rem 2rem;
    color: #ffffff;
    transform: translateY(0);
    cursor: pointer;
    background: linear-gradient(135deg, rgb(186,210,213) 0%, rgba(94, 170, 168, 0.9) 100%);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.2);
    font-size: 16px;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    border: none;
    position: relative;
}.title-welcome-15083 .inquiry-panel-43789::before {
    position: absolute;
    top: 0;
    content: "";
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    width: 100%;
}.title-welcome-15083 .inquiry-panel-43789:hover {
    box-shadow: 0 15px 25px rgba(94, 170, 168, 0.3);
    transform: translateY(-5px);
}.title-welcome-15083 .inquiry-panel-43789:hover::before {
    left: 100%;
}.title-welcome-15083 .profile-photo-30516 {
    min-height: 450px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    height: 100%;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    transition: transform 0.5s ease;
    overflow: hidden;
}.title-welcome-15083 .profile-photo-30516::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 50%);
    position: absolute;
    z-index: 1;
    opacity: 0.7;
    left: 0;
}.title-welcome-15083 .profile-photo-30516:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) scale(1.01);
}.title-welcome-15083 .profile-photo-30516:hover::before {
    opacity: 0.4;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 992px) {.title-welcome-15083 .online-mastery-30158 {
    grid-template-columns: 1fr;
}.title-welcome-15083 h1 {
    font-size: calc(28px * 1.1);
}.title-welcome-15083 .profile-photo-30516 {
    transform: perspective(1000px) rotateY(0) translateZ(0);
    min-height: 400px;
    order: -1;
}.title-welcome-15083 .text-drawer-61082 {
    transform: translateY(0);
    animation: none;
}
}

@media (max-width: 768px) {.title-welcome-15083 {
    padding: 3rem 0;
}.title-welcome-15083 .online-mastery-30158 {
    gap: 2rem;
    padding: 0 1.5rem;
}.title-welcome-15083 h1 {
    margin-bottom: 1rem;
    font-size: 28px;
}.title-welcome-15083 .learning-lead-02345 p {
    margin: 1rem 0;
    font-size: 14px;
}.title-welcome-15083 svg {
    width: 60px;
    height: 60px;
}.title-welcome-15083 .profile-photo-30516 {
    min-height: 300px;
}.title-welcome-15083 .text-drawer-61082::before,
    .title-welcome-15083 .text-drawer-61082::after {
    height: 50px;
    width: 50px;
}
}

@media (max-width: 576px) {.title-welcome-15083 {
    padding: 2rem 0;
}.title-welcome-15083 .online-mastery-30158 {
    gap: 1.5rem;
    padding: 0 1rem;
}.title-welcome-15083 .text-drawer-61082 {
    padding: 1.5rem 1rem;
}.title-welcome-15083 h1 {
    font-size: calc(28px * 0.9);
}.title-welcome-15083 .inquiry-panel-43789 {
    padding: 0.8rem 1.5rem;
}.title-welcome-15083 .profile-photo-30516 {
    min-height: 250px;
}.title-welcome-15083 svg {
    height: 50px;
    width: 50px;
}}.analysis-summary-71392 {
    background: linear-gradient(135deg, rgb(233,241,241) 0%, rgb(125,176,186,0.5) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.analysis-summary-71392::before {
    background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 15px,
    rgba(255, 255, 255, 0.03) 15px,
    rgba(255, 255, 255, 0.03) 30px
  );
    left: 0;
    position: absolute;
    content: "";
    z-index: 0;
    top: 0;
    height: 100%;
    width: 100%;
}.analysis-summary-71392::after {
    content: "";
    background: linear-gradient(
    -45deg,
    rgb(186,210,213,0.5) 0%,
    transparent 70%
  );
    width: 60%;
    position: absolute;
    transform: rotate(15deg);
    top: -50%;
    z-index: 1;
    right: -20%;
    height: 200%;
}.analysis-summary-71392 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 1.5rem;
}.analysis-summary-71392 ul {
    list-style: none;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    margin-bottom: 4rem;
    padding: 0;
    margin: 0;
}.analysis-summary-71392 .program-statistics-72541 {
    backface-visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.analysis-summary-71392 .program-statistics-72541:hover {
    z-index: 3;
    transform: translateY(-8px) scale(1.02);
}.analysis-summary-71392 .program-statistics-72541 div {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    text-align: center;
    transform: perspective(1000px) rotateX(2deg);
    padding: 2.5rem 1.5rem;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
              0 5px 15px rgba(0, 0, 0, 0.05),
              0 1px 0 rgba(255, 255, 255, 0.1) inset;
    display: flex;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
}.analysis-summary-71392 .program-statistics-72541 div::before {
    z-index: 1;
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(186,210,213) 0%, rgb(125,176,186) 100%);
    top: 0;
    right: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
    left: 0;
    height: 4px;
    content: "";
}.analysis-summary-71392 .program-statistics-72541:hover div::before {
    transform: scaleX(1);
}.analysis-summary-71392 .program-statistics-72541 div::after {
    bottom: -2px;
    position: absolute;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.05), transparent);
    width: 80%;
    left: 10%;
}.analysis-summary-71392 .program-statistics-72541 p {
    line-height: 1;
    margin: 0 0 0.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    transform: translateY(0);
    position: relative;
    font-size: calc(35px * 1.2);
    color: rgb(186,210,213);
}.analysis-summary-71392 .program-statistics-72541:hover p {
    transform: translateY(-5px);
}.analysis-summary-71392 .program-statistics-72541 p::after {
    left: 50%;
    height: 2px;
    transition: width 0.4s ease;
    background: rgb(125,176,186,0.5);
    transform: translateX(-50%);
    position: absolute;
    content: "";
    bottom: -10px;
    width: 40px;
}.analysis-summary-71392 .program-statistics-72541:hover p::after {
    width: 60px;
}.analysis-summary-71392 .program-statistics-72541 span {
    margin-top: 1rem;
    transform: translateY(0);
    color: #000000;
    transition: all 0.5s ease;
    font-size: 17px;
    font-weight: 400;
    display: block;
}.analysis-summary-71392 .program-statistics-72541:hover span {
    transform: translateY(5px);
}.analysis-summary-71392 h4 {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 24px;
    margin: 2rem 0 0;
    padding-bottom: 1rem;
}.analysis-summary-71392 h4::before {
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 50%;
    background: rgb(186,210,213);
    transform: translateX(-50%);
    position: absolute;
    content: "";
}

@media (min-width: 992px) {.analysis-summary-71392 {
    padding: 8rem 0;
}.analysis-summary-71392 ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 3rem;
}.analysis-summary-71392 .program-statistics-72541 div {
    padding: 3rem 1.5rem;
}.analysis-summary-71392 .program-statistics-72541 p {
    font-size: calc(44px * 0.9);
}.analysis-summary-71392 h4 {
    font-size: calc(24px * 1.2);
    margin-top: 3rem;
}
}

@media (max-width: 768px) {.analysis-summary-71392 {
    padding: 4rem 0;
}.analysis-summary-71392 ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2rem;
}.analysis-summary-71392 .program-statistics-72541 div {
    padding: 2rem 1rem;
}.analysis-summary-71392 h4 {
    font-size: 17px;
}
}

@media (max-width: 576px) {.analysis-summary-71392 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.analysis-summary-71392 .program-statistics-72541 div {
    transform: perspective(1000px) rotateX(0deg);
}.analysis-summary-71392::after {
    opacity: 0.5;
}.analysis-summary-71392 .program-statistics-72541 p {
    font-size: calc(35px * 1.1);
}
}

@media (prefers-reduced-motion: reduce) {.analysis-summary-71392 .program-statistics-72541,
  .analysis-summary-71392 .program-statistics-72541 div,
  .analysis-summary-71392 .program-statistics-72541 p,
  .analysis-summary-71392 .program-statistics-72541 span,
  .analysis-summary-71392 .program-statistics-72541 div::before {
    transition: none;
    transform: none !important;
}.analysis-summary-71392 .program-statistics-72541:hover {
    transform: none;
}}header {
    background: linear-gradient(120deg, rgb(186,210,213) 0%, rgb(125,176,186) 100%);
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    padding: 0;
    overflow: visible;
    z-index: 100;
    margin-top: 0;
}header::before {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    left: 2px;
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    content: '';
    z-index: -1;
}header .header-primary-14063 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.2rem 3rem;
    justify-content: space-between;
    z-index: 5;
}header .nav-block-69307 {
    margin-right: 2rem;
    position: relative;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
}header .nav-block-69307::before {
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    border: 1px dashed rgba(255, 255, 255, 0.3);
    bottom: 3px;
    right: 3px;
    position: absolute;
    content: '';
    z-index: -1;
    top: 3px;
    left: 3px;
}header .nav-block-69307:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}header .header-pagewrap-64210 {
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    display: block;
}header .header-pagewrap-64210 img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .header-pro-72493 {
    padding: 0;
    margin: 0;
    z-index: 2;
    position: relative;
    list-style: none;
    display: flex;
}header .header-main-07918 {
    margin: 0 0.5rem;
    position: relative;
}header .header-main-07918 a {
    transition: all 0.3s ease;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    position: relative;
    padding: 0 1.2rem;
    border: 1px solid transparent;
    font-size: 14px;
    text-decoration: none;
    height: 40px;
    font-weight: 600;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}header .header-main-07918 a::before {
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.7s ease;
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
}header .header-main-07918 a:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}header .header-main-07918 a:hover::before {
    left: 100%;
}header .header-main-07918::after {
    transform: translateX(-50%);
    left: 50%;
    height: 2px;
    content: '';
    background: #ffffff;
    width: 0;
    bottom: -5px;
    transition: width 0.3s ease;
    position: absolute;
}header .header-main-07918:hover::after {
    width: 80%;
}header .header-primary-14063::before {
    content: '';
    border-right: none;
    width: 40px;
    opacity: 0.5;
    position: absolute;
    top: 10px;
    right: 10px;
    border-bottom: none;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}header .header-primary-14063::after {
    content: '';
    opacity: 0.5;
    height: 40px;
    left: 10px;
    bottom: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    width: 40px;
    border-left: none;
    border-top: none;
}header .top-learning-69152 {
    background: rgb(233,241,241);
    position: relative;
    margin-top: -15px;
    z-index: 1;
    padding-top: 2rem;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    width: 8px;
    animation: pulse 2s infinite;
    position: absolute;
    box-shadow: 0 0 10px #ffffff;
    height: 8px;
    background: #ffffff;
    right: 15px;
    content: '';
    top: 15px;
    border-radius: 50%;
}

@media (min-width: 1400px) {header .header-primary-14063 {
    max-width: 1320px;
    margin: 0 auto;
}header .header-main-07918 {
    margin: 0 0.7rem;
}header .header-main-07918 a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .header-primary-14063 {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav-block-69307 {
    margin-right: 0;
    margin-bottom: 0;
}header .header-pro-72493 {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .header-main-07918 a {
    padding: 0 1rem;
    font-size: calc(14px - 1px);
    height: 35px;
}header .header-primary-14063::before,
    header .header-primary-14063::after {
    display: none;
}.top-learning-69152 {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
}header .header-primary-14063 {
    padding: 0.8rem 1.5rem;
}header .nav-block-69307 {
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
    padding: 0.5rem 0.8rem;
}header .header-pagewrap-64210 img {
    max-height: 35px;
}header .header-pro-72493 {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    overflow-x: auto;
    margin-top: 0.8rem;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
}header .header-pro-72493::-webkit-scrollbar {
    height: 3px;
}header .header-pro-72493::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .header-main-07918 {
    margin: 0 0.25rem;
    flex: 0 0 auto;
}header .header-main-07918 a {
    font-size: calc(14px - 2px);
    padding: 0 0.8rem;
    white-space: nowrap;
    height: 32px;
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
}header .header-main-07918::after {
    display: none;
}header::after {
    top: 10px;
    width: 5px;
    right: 10px;
    height: 5px;
}.top-learning-69152 {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .header-primary-14063 {
    padding: 0.7rem 1.2rem;
}header .nav-block-69307 {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .header-main-07918 a {
    font-size: calc(14px - 3px);
    height: 30px;
    padding: 0 0.6rem;
}}.our-info-38952 {
    position: relative;
    overflow: hidden;
    background: rgb(233,241,241);
    padding: 80px 0;
}.our-info-38952::before {
    width: 40%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: rgb(186,210,213,0.5);
    z-index: 1;
    content: '';
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}.our-info-38952 .container {
    z-index: 2;
    position: relative;
}.our-info-38952 .help-question-84370 {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 50px;
    border-radius: 13px;
    background: #ffffff;
    transition: transform 0.3s ease;
}.our-info-38952 .help-question-84370::after {
    background: rgb(186,210,213);
    width: 5px;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    height: 100px;
    border-top-left-radius: 13px;
}.our-info-38952 .help-question-84370 h2 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 30px;
    color: #000000;
    position: relative;
}.our-info-38952 .help-question-84370 p {
    margin-bottom: 25px;
    font-size: 14px;
    align-items: center;
    color: #000000;
    line-height: 1.6;
    display: flex;
}.our-info-38952 .help-question-84370 p svg {
    width: 18px;
    margin-right: 10px;
    fill: rgb(186,210,213);
    height: 18px;
}.our-info-38952 .help-question-84370 p svg path {
    fill: rgb(186,210,213);
}.our-info-38952 .contact-help-23970 {
    gap: 20px;
    display: flex;
    margin-top: 35px;
    flex-wrap: wrap;
}.our-info-38952 .message-form-07561 {
    border-radius: 50%;
    justify-content: center;
    width: 55px;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    position: relative;
    background: rgb(233,241,241);
    text-decoration: none;
    height: 55px;
}.our-info-38952 .message-form-07561::before {
    width: 100%;
    z-index: 0;
    background: rgb(186,210,213);
    opacity: 0;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 0;
    height: 100%;
    transition: all 0.3s ease;
    transform: scale(0.8);
    content: '';
}.our-info-38952 .message-form-07561:hover::before {
    transform: scale(1);
    opacity: 1;
}.our-info-38952 .message-form-07561 svg {
    transition: all 0.3s ease;
    fill: rgb(186,210,213);
    position: relative;
    width: 22px;
    z-index: 1;
    height: 22px;
}.our-info-38952 .message-form-07561 svg path {
    transition: all 0.3s ease;
    fill: rgb(186,210,213);
}.our-info-38952 .message-form-07561:hover svg {
    fill: #ffffff;
}.our-info-38952 .message-form-07561:hover svg path {
    fill: #ffffff;
}

@media (max-width: 1024px) {.our-info-38952 {
    padding: 60px 0;
}.our-info-38952 .help-question-84370 {
    padding: 40px 30px;
}.our-info-38952 .help-question-84370 h2 {
    font-size: calc(30px - 2px);
}
}

@media (max-width: 768px) {.our-info-38952 {
    padding: 50px 0;
}.our-info-38952::before {
    width: 50%;
}.our-info-38952 .help-question-84370 {
    padding: 35px 25px;
}.our-info-38952 .help-question-84370 h2 {
    font-size: calc(30px - 4px);
}.our-info-38952 .contact-help-23970 {
    justify-content: center;
}
}

@media (max-width: 480px) {.our-info-38952 {
    padding: 40px 0;
}.our-info-38952::before {
    width: 70%;
}.our-info-38952 .help-question-84370 {
    padding: 30px 20px;
}.our-info-38952 .help-question-84370 h2 {
    font-size: calc(30px - 5px);
}.our-info-38952 .help-question-84370 p {
    font-size: calc(14px - 1px);
}.our-info-38952 .message-form-07561 {
    height: 50px;
    width: 50px;
}.our-info-38952 .message-form-07561 svg {
    width: 20px;
    height: 20px;
}}.client-testimonials-97462 {
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(125,176,186,0.5), rgb(233,241,241));
}.client-testimonials-97462::before {
    background-image: radial-gradient(circle at 20% 30%, rgb(186,210,213,0.5) 0%, transparent 70%);
    opacity: 0.4;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
}.client-testimonials-97462::after {
    border: 2px solid rgb(186,210,213,0.5);
    z-index: 1;
    height: 300px;
    right: -50px;
    content: "";
    opacity: 0.2;
    width: 300px;
    position: absolute;
    transform: rotate(15deg);
    bottom: -50px;
}.client-testimonials-97462 .container.online-mastery-30158 {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.client-testimonials-97462 h2 {
    transform-origin: left center;
    transform: perspective(1000px) rotateX(0deg) rotateY(-1deg);
    position: relative;
    color: #000000;
    font-weight: 700;
    padding-left: 20px;
    font-size: 35px;
    margin-bottom: 60px;
    text-align: left;
}.client-testimonials-97462 h2::before {
    background: linear-gradient(to bottom, rgb(186,210,213), rgb(125,176,186));
    transform: translateY(-50%);
    width: 8px;
    top: 50%;
    left: 0;
    position: absolute;
    content: "";
    height: 80%;
}.client-testimonials-97462 .testimonial-sharing-96541 {
    display: grid;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.client-testimonials-97462 .success-testimonials-78596 {
    overflow: hidden;
    height: 100%;
    padding: 30px;
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 20px 40px rgba(83, 83, 83, 0.04);
    border-left: 4px solid rgb(186,210,213);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.5s ease;
    background: linear-gradient(145deg, #ffffff, #f8f9fd);
}.client-testimonials-97462 .success-testimonials-78596:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 30px 60px rgba(83, 83, 83, 0.05);
    transform: translateY(-10px) scale(1.01);
}.client-testimonials-97462 .success-testimonials-78596:hover::after {
    transform: translate(-50%, -50%) scale(1.5);
}.client-testimonials-97462 .success-testimonials-78596::after {
    width: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.8;
    left: 0;
    transition: transform 1.5s ease-out;
    content: "";
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 10% 10%, #ffffff 0%, transparent 70%);
}.client-testimonials-97462 .success-testimonials-78596 > div {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}.client-testimonials-97462 .success-testimonials-78596 img {
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    height: 60px;
    transition: transform 0.3s ease;
    width: 60px;
    border: 3px solid #ffffff;
}.client-testimonials-97462 .success-testimonials-78596:hover img {
    transform: scale(1.1) rotate(5deg);
}.client-testimonials-97462 .success-testimonials-78596 h4 {
    font-weight: 600;
    margin-left: 20px;
    position: relative;
    font-size: 20px;
    color: #000000;
}.client-testimonials-97462 .success-testimonials-78596 h4::after {
    height: 2px;
    content: "";
    bottom: -8px;
    width: 0;
    background: linear-gradient(to right, rgb(186,210,213), transparent);
    left: 0;
    position: absolute;
    transition: width 0.4s ease-out;
}.client-testimonials-97462 .success-testimonials-78596:hover h4::after {
    width: 100%;
}.client-testimonials-97462 .description {
    line-height: 1.7;
    font-size: 13px;
    z-index: 2;
    position: relative;
    font-weight: 400;
    margin: 0;
    color: #000000;
    font-family: Arial, sans-serif;
}.client-testimonials-97462 .description::before {
    opacity: 0.2;
    top: -20px;
    z-index: -1;
    color: rgb(125,176,186,0.5);
    font-family: Georgia, serif;
    position: absolute;
    left: -10px;
    line-height: 1;
    font-size: 80px;
    content: "";
}.client-testimonials-97462 a {
    padding: 15px 32px;
    font-size: 14px;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(186,210,213), rgb(125,176,186));
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    font-weight: 600;
}.client-testimonials-97462 a::before {
    transition: left 0.7s ease;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    position: absolute;
    left: -100%;
}.client-testimonials-97462 a:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.client-testimonials-97462 a:hover::before {
    left: 100%;
}

@media (max-width: 1024px) {.client-testimonials-97462 {
    padding: 80px 0 60px;
}.client-testimonials-97462 h2 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.client-testimonials-97462 .testimonial-sharing-96541 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.client-testimonials-97462 {
    padding: 60px 0 40px;
}.client-testimonials-97462::after {
    height: 200px;
    width: 200px;
}.client-testimonials-97462 h2 {
    font-size: calc(35px * 0.8);
    padding-left: 0;
    margin-bottom: 30px;
    text-align: center;
    transform: none;
}.client-testimonials-97462 h2::before {
    top: -20px;
    transform: translateX(-50%);
    left: 50%;
    height: 5px;
    width: 60px;
}.client-testimonials-97462 .testimonial-sharing-96541 {
    gap: 20px;
    grid-template-columns: 1fr;
}.client-testimonials-97462 .success-testimonials-78596 {
    padding: 25px;
}.client-testimonials-97462 a {
    padding: 12px 28px;
    margin-top: 30px;
}
}

@media (max-width: 480px) {.client-testimonials-97462 {
    padding: 50px 0 30px;
}.client-testimonials-97462 h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 25px;
}.client-testimonials-97462 .success-testimonials-78596 {
    padding: 20px;
}.client-testimonials-97462 .success-testimonials-78596 > div {
    margin-bottom: 15px;
}.client-testimonials-97462 .success-testimonials-78596 img {
    height: 50px;
    width: 50px;
}.client-testimonials-97462 .description {
    font-size: calc(13px * 0.95);
}.client-testimonials-97462 a {
    padding: 12px 20px;
    width: 100%;
}}.confidential-zone-24835 {
    display: flex;
    color: #ffffff;
    background: rgb(125,176,186);
    width: 100%;
    box-shadow: 0 0 10px rgb(186,210,213,0.5), inset 0 0 15px rgba(0, 0, 0, 0.5);
    height: auto;
    gap: 25px;
    border: 2px solid rgb(186,210,213);
    flex-direction: column;
    padding: 40px;
}.confidential-zone-24835 h1 {
    font-family: Arial, sans-serif;
    margin: 0;
    text-transform: uppercase;
    color: rgb(186,210,213);
    letter-spacing: 2px;
    border-bottom: 2px solid rgb(125,176,186);
    font-size: 45px;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
}.confidential-zone-24835 h2 {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    border-left: 4px solid rgb(186,210,213);
    text-align: left;
    color: rgb(125,176,186);
    margin: 0;
    font-size: 37px;
    padding-left: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}.confidential-zone-24835 h3, .confidential-zone-24835 h4, .confidential-zone-24835 h5 {
    color: #ffffff;
    font-size: 20px;
}.confidential-zone-24835 ul {
    padding-left: 20px;
    margin: 0;
    list-style-type: disc;
}.confidential-zone-24835 li {
    margin-bottom: 10px;
    background: rgb(125,176,186,0.5);
    border: 1px solid rgb(186,210,213);
    padding: 10px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    border-radius: 10px;
    font-size: 12px;
}.confidential-zone-24835 div {
    border: 1px solid rgb(125,176,186);
    font-family: Arial, sans-serif;
    border-radius: 21px;
    background: rgb(186,210,213,0.5);
    padding: 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
}.confidential-zone-24835 p, .confidential-zone-24835 span {
    font-size: 12px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 800px) {.confidential-zone-24835 {
    padding: 20px;
}.confidential-zone-24835 h1 {
    margin-bottom: 15px;
    font-size: calc(20px - 4px);
}.confidential-zone-24835 h2 {
    font-size: calc(20px - 2px);
    margin-bottom: 10px;
}.confidential-zone-24835 ul {
    padding-left: 15px;
}.confidential-zone-24835 li {
    padding: 8px;
    margin-bottom: 8px;
}.confidential-zone-24835 div {
    padding: 15px;
}}.gratZone-65374 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,241,241) 0%, rgb(125,176,186,0.5) 100%);
    position: relative;
    padding: 4rem 0;
}.gratZone-65374::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    background: radial-gradient(circle at 75% 25%, rgb(186,210,213,0.5) 0%, transparent 50%);
    content: "";
    z-index: 1;
    position: absolute;
}.gratZone-65374::after {
    background: linear-gradient(225deg, rgb(125,176,186) 0%, transparent 70%);
    opacity: 0.15;
    content: "";
    position: absolute;
    z-index: 0;
    height: 15rem;
    width: 15rem;
    bottom: -5rem;
    right: -5rem;
    transform: rotate(-15deg);
}.gratZone-65374 .container {
    padding: 0 1.5rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.gratZone-65374 .online-mastery-30158 {
    transform: translateX(-20px);
    display: flex;
    gap: 2.5rem;
    position: relative;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    flex-direction: column;
    opacity: 0;
}.gratZone-65374 .online-mastery-30158 > div:first-child {
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
}.gratZone-65374 .online-mastery-30158 > div:first-child::before {
    background: rgb(186,210,213);
    width: 0.5rem;
    content: "";
    position: absolute;
    height: 50%;
    left: -2rem;
    transform: translateY(-50%);
    top: 50%;
}.gratZone-65374 .online-mastery-30158 > div:last-child {
    padding: 2.5rem;
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    transform: translateY(15px);
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    backdrop-filter: blur(10px);
}.gratZone-65374 .online-mastery-30158 > div:last-child::after {
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    background: linear-gradient(90deg, rgb(186,210,213), rgb(125,176,186));
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    bottom: 0;
    position: absolute;
    height: 4px;
    width: 100%;
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
}.gratZone-65374 h5 {
    line-height: 1.4;
    padding-left: 1rem;
    transition: transform 0.4s ease;
    color: #000000;
    margin: 0;
    font-weight: 700;
    position: relative;
    transform: translateY(0);
    font-size: 24px;
}.gratZone-65374 p {
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.8;
    color: #000000;
    margin: 0;
    font-size: 13px;
}.gratZone-65374 a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.gratZone-65374 a:hover {
    transform: translateY(-5px);
}.gratZone-65374 a:hover p {
    color: rgb(186,210,213);
}.gratZone-65374 a:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(186,210,213,0.5);
}

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

@keyframes fade-up {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.gratZone-65374 {
    padding: 6rem 0;
}.gratZone-65374 .online-mastery-30158 {
    gap: 3.5rem;
}.gratZone-65374 .online-mastery-30158 > div:first-child::before {
    width: 0.6rem;
    height: 70%;
}.gratZone-65374 h5 {
    padding-left: 1.5rem;
    font-size: calc(24px * 1.2);
}.gratZone-65374 .online-mastery-30158 > div:last-child {
    margin-left: 3rem;
    max-width: 90%;
    padding: 3rem;
}
}

@media (min-width: 992px) {.gratZone-65374 {
    padding: 8rem 0;
}.gratZone-65374 .container {
    padding: 0 2rem;
}.gratZone-65374 .online-mastery-30158 {
    gap: 4rem;
}.gratZone-65374 .online-mastery-30158 > div:first-child {
    padding-left: 2rem;
}.gratZone-65374 .online-mastery-30158 > div:first-child::before {
    width: 0.7rem;
    left: 0;
}.gratZone-65374 h5 {
    padding-left: 2rem;
    font-size: calc(24px * 1.4);
}.gratZone-65374 .online-mastery-30158 > div:last-child {
    margin-left: 6rem;
    max-width: 80%;
    padding: 4rem;
}.gratZone-65374 p {
    line-height: 1.9;
    font-size: calc(13px * 1.1);
}
}

@media (min-width: 1200px) {.gratZone-65374 .online-mastery-30158 > div:last-child {
    margin-left: 8rem;
    padding: 4.5rem;
    max-width: 75%;
}.gratZone-65374 h5 {
    font-size: calc(24px * 1.5);
}
}

@media (max-width: 767px) {.gratZone-65374 {
    padding: 3rem 0;
}.gratZone-65374 .online-mastery-30158 > div:first-child::before {
    width: 0.4rem;
    left: -1rem;
}.gratZone-65374 h5 {
    padding-left: 0.75rem;
    font-size: calc(24px * 0.9);
}.gratZone-65374 .online-mastery-30158 > div:last-child {
    padding: 1.75rem;
}}footer {
    perspective: 1000px;
    position: relative;
    z-index: 1;
}footer::before {
    bottom: 0;
    content: "";
    opacity: 0.9;
    right: 0;
    top: 0;
    z-index: -2;
    background: linear-gradient(135deg, rgb(125,176,186,0.5) 0%, rgb(186,210,213,0.5) 100%);
    position: absolute;
    left: 0;
}footer::after {
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    bottom: 0;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    z-index: -1;
    right: 0;
}.study-bottom-97214 {
    position: relative;
    padding: 5rem 0 2.5rem;
    color: #ffffff;
}.study-bottom-97214::before {
    left: 0;
    height: 20px;
    content: "";
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
        90deg,
        rgb(186,210,213) 0px,
        rgb(186,210,213) 40px,
        rgb(125,176,186) 40px,
        rgb(125,176,186) 80px
    );
    position: absolute;
}.study-bottom-97214 .container {
    position: relative;
    justify-content: space-between;
    gap: 4rem;
    flex-wrap: wrap;
    display: flex;
}.study-bottom-97214 .company_holder {
    border-radius: 0;
    transition: all 0.4s ease;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    transform-style: preserve-3d;
    flex: 1 1 380px;
    transform: rotateX(5deg);
    border-bottom: 6px solid rgb(186,210,213);
    padding: 2rem;
    background: rgb(186,210,213,0.5);
}.study-bottom-97214 .company_holder:hover {
    transform: rotateX(0deg);
}.study-bottom-97214 .company_holder h3 {
    transform: translateZ(20px);
    position: relative;
    letter-spacing: 1px;
    font-size: 30px;
    margin: 0 0 1.5rem;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
}.study-bottom-97214 .company_holder h3::before {
    left: -10px;
    height: 30px;
    top: -10px;
    border-top: 3px solid #ffffff;
    width: 30px;
    content: "";
    position: absolute;
    border-left: 3px solid #ffffff;
}.study-bottom-97214 .company_holder h3::after {
    right: -10px;
    bottom: -10px;
    content: "";
    border-bottom: 3px solid #ffffff;
    height: 30px;
    width: 30px;
    position: absolute;
    border-right: 3px solid #ffffff;
}.study-bottom-97214 .green-edu-06517 {
    font-size: 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transform: translateZ(10px);
    padding: 1.5rem;
    line-height: 1.6;
}.study-bottom-97214 .patent-info-87305 {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}.study-bottom-97214 .site-header-19680 {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}.study-bottom-97214 .header-pro-72493 {
    transform: rotateX(-5deg);
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.study-bottom-97214 .header-pro-72493:hover {
    transform: rotateX(0deg);
}.study-bottom-97214 .header-pro-72493 h5 {
    transform: translateZ(15px);
    font-size: 22px;
    display: inline-block;
    color: #ffffff;
    background: rgb(125,176,186,0.5);
    position: relative;
    min-width: 200px;
    font-weight: 600;
    margin: 0 0 1.5rem;
    padding: 1rem 1.5rem;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}.study-bottom-97214 .header-pro-72493 h5::after {
    background: rgb(125,176,186);
    position: absolute;
    right: 0;
    bottom: -5px;
    height: 5px;
    left: 0;
    content: "";
}.study-bottom-97214 .header-pro-72493 .site-header-19680 {
    padding: 1rem;
    gap: 1rem;
    border-radius: 10px;
    display: flex;
    transform: translateZ(5px);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.1);
}.study-bottom-97214 .header-pro-72493 .site-header-19680 a {
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 16px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    overflow: hidden;
    display: block;
    padding: 0.7rem 1rem;
    transform: translateZ(10px);
    position: relative;
}.study-bottom-97214 .header-pro-72493 .site-header-19680 a::before {
    left: -100%;
    transition: all 0.5s ease;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
}.study-bottom-97214 .header-pro-72493 .site-header-19680 a:hover {
    background: rgb(125,176,186,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}.study-bottom-97214 .header-pro-72493 .site-header-19680 a:hover::before {
    left: 100%;
}.training-zone-70658 {
    background: rgb(125,176,186,0.5);
    perspective: 1000px;
    margin-top: 3rem;
    position: relative;
    padding: 2rem 0;
    transform-style: preserve-3d;
}.training-zone-70658::before {
    transform-origin: bottom;
    position: absolute;
    top: -20px;
    content: "";
    height: 20px;
    transform: rotateX(45deg);
    left: 0;
    background: rgb(125,176,186);
    width: 100%;
}.training-zone-70658 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.training-zone-70658 .webinar-arch-61052 {
    padding: 0.8rem 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transform: translateZ(5px);
    font-size: 15px;
}

@media (max-width: 1200px) {.study-bottom-97214 .container {
    gap: 3rem;
}.study-bottom-97214 .company_holder {
    flex: 1 1 350px;
}.study-bottom-97214 .patent-info-87305 {
    min-width: 350px;
    flex: 1 1 calc(100% - 430px);
}.study-bottom-97214 .site-header-19680 {
    gap: 2rem;
}
}

@media (max-width: 992px) {.study-bottom-97214 {
    padding: 4rem 0 2rem;
}.study-bottom-97214 .container {
    gap: 3rem;
    flex-direction: column;
}.study-bottom-97214 .company_holder,
    .study-bottom-97214 .patent-info-87305 {
    flex: 1 1 100%;
    min-width: 100%;
}.study-bottom-97214 .header-pro-72493 {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.study-bottom-97214 .company_holder,
    .study-bottom-97214 .header-pro-72493 {
    transform: none;
}
}

@media (max-width: 768px) {.study-bottom-97214 {
    padding: 3.5rem 0 1.5rem;
}.study-bottom-97214 .site-header-19680 {
    gap: 1.5rem;
}.study-bottom-97214 .company_holder h3 {
    font-size: calc(30px - 2px);
}.study-bottom-97214 .company_holder h3::before,
    .study-bottom-97214 .company_holder h3::after {
    width: 20px;
    height: 20px;
}.training-zone-70658 {
    margin-top: 2rem;
}.training-zone-70658::before {
    height: 15px;
    top: -15px;
}
}

@media (max-width: 576px) {.study-bottom-97214 {
    padding: 3rem 0 1rem;
}.study-bottom-97214 .header-pro-72493 {
    min-width: 100%;
    flex: 1 1 100%;
}.study-bottom-97214 .site-header-19680 {
    gap: 0.7rem;
}.study-bottom-97214 .header-pro-72493 .site-header-19680 a {
    padding: 0.6rem 0.8rem;
}.training-zone-70658 {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.training-zone-70658::before {
    display: none;
}
}

@media (max-width: 420px) {.study-bottom-97214::before {
    height: 10px;
}.study-bottom-97214 .company_holder h3::before,
    .study-bottom-97214 .company_holder h3::after {
    display: none;
}.study-bottom-97214 .header-pro-72493 h5 {
    min-width: auto;
    width: 100%;
}.training-zone-70658 .webinar-arch-61052 {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.contact-section-45062 {
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(233,241,241) 50%);
    padding: 100px 0;
    overflow: hidden;
}.contact-section-45062::before {
    background-size: 60px 60px;
    position: absolute;
    z-index: 0;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    left: 0;
}.contact-section-45062 .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.contact-section-45062 h2 {
    text-align: center;
    font-weight: 700;
    position: relative;
    font-size: 31px;
    margin-bottom: 60px;
    color: rgb(186,210,213);
}.contact-section-45062 h2::after {
    content: "";
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    width: 60px;
    background: rgb(186,210,213);
    height: 3px;
    position: absolute;
}.contact-section-45062 .connect-panel-39684 {
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}.contact-section-45062 .connect-panel-39684::before {
    background: linear-gradient(90deg, rgb(186,210,213), rgb(125,176,186));
    content: "";
    left: 0;
    height: 5px;
    position: absolute;
    width: 100%;
    top: 0;
}.contact-section-45062 .profile-photo-30516 {
    flex: 0 0 50%;
    min-height: 550px;
    transition: all 0.5s ease;
    position: relative;
}.contact-section-45062 .profile-photo-30516::after {
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(186,210,213,0.5), transparent);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}.contact-section-45062 .feedback-support-48561 {
    flex: 0 0 50%;
    padding: 60px 50px;
    background: #ffffff;
    position: relative;
}.contact-section-45062 .feedback-support-48561::before {
    background: rgb(233,241,241);
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 10px;
    left: 0;
}.contact-section-45062 #contact {
    gap: 30px;
    flex-direction: column;
    display: flex;
}.contact-section-45062 h3 {
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}.contact-section-45062 h3::after {
    left: 0;
    height: 2px;
    position: absolute;
    content: "";
    bottom: 0;
    background: rgb(186,210,213,0.5);
    width: 100%;
}.contact-section-45062 input[type="text"] {
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 18px 20px;
    background: #ffffff;
    font-size: 14px;
    border: 2px solid rgb(233,241,241);
    color: #000000;
}.contact-section-45062 input[type="text"]:focus {
    border-color: rgb(186,210,213);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
}.contact-section-45062 input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact-section-45062 .request-form-30127 {
    align-items: flex-start;
    gap: 12px;
    margin-top: 10px;
    display: flex;
}.contact-section-45062 .request-form-30127 input[type="checkbox"] {
    width: 24px;
    margin-top: 2px;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    appearance: none;
    position: relative;
    height: 24px;
    border: 2px solid rgb(233,241,241);
}.contact-section-45062 .request-form-30127 input[type="checkbox"]:checked {
    background: rgb(186,210,213);
    border-color: rgb(186,210,213);
}.contact-section-45062 .request-form-30127 input[type="checkbox"]:checked::after {
    border-right: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    width: 6px;
    top: 5px;
    content: "";
    height: 10px;
    left: 8px;
    border-bottom: 2px solid #ffffff;
}.contact-section-45062 .request-form-30127 label {
    line-height: 1.5;
    color: #000000;
    font-size: 14px;
}.contact-section-45062 .request-form-30127 a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(186,210,213);
    transition: all 0.3s ease;
}.contact-section-45062 .request-form-30127 a:hover {
    color: rgb(125,176,186);
}.contact-section-45062 .inquiry-panel-43789 {
    box-shadow: 0 8px 20px rgb(186,210,213,0.5);
    padding: 16px 40px;
    margin-top: 20px;
    align-self: flex-start;
    font-weight: 600;
    background: rgb(186,210,213);
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 17px;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}.contact-section-45062 .inquiry-panel-43789::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: -100%;
    height: 100%;
    position: absolute;
    content: "";
    transition: all 0.6s ease;
    top: 0;
    width: 100%;
}.contact-section-45062 .inquiry-panel-43789:hover {
    box-shadow: 0 10px 25px rgb(125,176,186,0.5);
    background: rgb(125,176,186);
    transform: translateY(-3px);
}.contact-section-45062 .inquiry-panel-43789:hover::before {
    left: 100%;
}.contact-section-45062 svg {
    width: 22px;
    height: 22px;
    fill: rgb(186,210,213);
    transition: all 0.3s ease;
}.contact-section-45062 svg path {
    transition: all 0.3s ease;
    fill: rgb(186,210,213);
}.contact-section-45062 svg:hover {
    fill: rgb(125,176,186);
    transform: translateY(-2px);
}.contact-section-45062 svg:hover path {
    fill: rgb(125,176,186);
}

@media (max-width: 1200px) {.contact-section-45062 {
    background: #ffffff;
}
}

@media (max-width: 992px) {.contact-section-45062 {
    padding: 80px 0;
}.contact-section-45062 .connect-panel-39684 {
    flex-direction: column-reverse;
}.contact-section-45062 .profile-photo-30516 {
    min-height: 350px;
    flex: 0 0 auto;
}.contact-section-45062 .feedback-support-48561 {
    padding: 50px 40px;
    flex: 0 0 auto;
}.contact-section-45062 .feedback-support-48561::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
}
}

@media (max-width: 768px) {.contact-section-45062 {
    padding: 60px 0;
}.contact-section-45062 h2 {
    font-size: calc(31px - 4px);
    margin-bottom: 40px;
}.contact-section-45062 .feedback-support-48561 {
    padding: 40px 30px;
}.contact-section-45062 #contact {
    gap: 25px;
}.contact-section-45062 .profile-photo-30516 {
    min-height: 300px;
}
}

@media (max-width: 576px) {.contact-section-45062 {
    padding: 50px 0;
}.contact-section-45062 .container {
    padding: 0 15px;
}.contact-section-45062 h2 {
    font-size: calc(31px - 6px);
    margin-bottom: 30px;
}.contact-section-45062 .feedback-support-48561 {
    padding: 35px 25px;
}.contact-section-45062 #contact {
    gap: 20px;
}.contact-section-45062 input[type="text"] {
    padding: 15px;
}.contact-section-45062 .inquiry-panel-43789 {
    width: 100%;
    padding: 15px 25px;
}.contact-section-45062 .profile-photo-30516 {
    min-height: 250px;
}}.developer-experience-51629 {
    position: relative;
    padding: 140px 0;
    background: linear-gradient(135deg, #000000 0%, rgb(233,241,241) 100%);
    overflow: hidden;
}.developer-experience-51629::before {
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    background: 
    radial-gradient(circle at 25% 25%, rgb(186,210,213,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(125,176,186,0.5) 0%, transparent 40%);
    mix-blend-mode: screen;
    height: 100%;
    animation: morphBackground 15s infinite alternate ease-in-out;
}.developer-experience-51629 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.developer-experience-51629 .success-testimonials-78596 {
    display: grid;
    grid-template-rows: auto auto 1fr;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    gap: 20px 40px;
    grid-template-columns: 35% 1fr;
    position: relative;
}.developer-experience-51629 .profile-photo-30516 {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(186,210,213,0.5);
    height: 420px;
    z-index: 3;
    border-radius: 19px;
    transform: perspective(1000px) rotateY(-8deg);
    grid-area: photo;
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
}.developer-experience-51629 .profile-photo-30516::before {
    position: absolute;
    inset: 0;
    mix-blend-mode: multiply;
    border-radius: 19px;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
}.developer-experience-51629 .success-testimonials-78596:hover .profile-photo-30516 {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.developer-experience-51629 .name {
    padding-left: 20px;
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0;
    transform-origin: left center;
    grid-area: name;
    font-size: 38px;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    align-self: end;
}.developer-experience-51629 .name::after {
    content: "";
    transition: transform 0.5s ease;
    transform: scaleX(0.6);
    background: rgb(186,210,213);
    bottom: -8px;
    left: 20px;
    position: absolute;
    height: 4px;
    width: 60px;
    transform-origin: left;
}.developer-experience-51629 .success-testimonials-78596:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.developer-experience-51629 .success-testimonials-78596:hover .name::after {
    transform: scaleX(1);
}.developer-experience-51629 .success-testimonials-78596 > span:not(.name) {
    color: rgb(125,176,186);
    text-transform: uppercase;
    padding-left: 20px;
    font-size: 21px;
    transform: perspective(1000px) rotateY(5deg);
    font-weight: 600;
    margin-top: 5px;
    letter-spacing: 1px;
    grid-area: job;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left center;
}.developer-experience-51629 .success-testimonials-78596:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.developer-experience-51629 .experience-53201 {
    font-weight: 300;
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    position: relative;
    line-height: 1.7;
    margin: 30px 0 0;
    padding: 35px;
    border-left: 4px solid rgb(186,210,213);
    font-size: 14px;
    transform: translateY(0);
    border-radius: 19px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    z-index: 2;
    grid-area: quote;
}.developer-experience-51629 .experience-53201::before {
    opacity: 0.7;
    content: "";
    position: absolute;
    font-size: calc(43px * 2);
    color: rgb(186,210,213);
    top: -15px;
    left: 25px;
}.developer-experience-51629 .success-testimonials-78596:hover .experience-53201 {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.developer-experience-51629 {
    padding: 80px 0;
}.developer-experience-51629 .success-testimonials-78596 {
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "profile-photo-30516"
      "name"
      "job-wrap-25486"
      "experience-53201";
    gap: 15px;
    grid-template-columns: 1fr;
}.developer-experience-51629 .profile-photo-30516 {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    max-width: 320px;
    height: 320px;
    margin: 0 auto;
    transform: none;
}.developer-experience-51629 .name,
  .developer-experience-51629 .success-testimonials-78596 > span:not(.name) {
    transform: none;
    text-align: center;
    padding-left: 0;
}.developer-experience-51629 .name::after {
    transform: translateX(-50%) scaleX(0.6);
    left: 50%;
}.developer-experience-51629 .success-testimonials-78596:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.developer-experience-51629 .experience-53201 {
    margin-top: 20px;
}.developer-experience-51629 .success-testimonials-78596:hover .profile-photo-30516,
  .developer-experience-51629 .success-testimonials-78596:hover .name,
  .developer-experience-51629 .success-testimonials-78596:hover > span:not(.name),
  .developer-experience-51629 .success-testimonials-78596:hover .experience-53201 {
    transform: none;
}
}

@media (max-width: 576px) {.developer-experience-51629 {
    padding: 60px 0;
}.developer-experience-51629 .profile-photo-30516 {
    height: 250px;
    max-width: 250px;
}.developer-experience-51629 .name {
    font-size: 19px;
}.developer-experience-51629 .experience-53201 {
    font-size: calc(14px * 0.95);
    padding: 25px 20px;
}}.pricing-offer-67093 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 120px 0 100px;
}.pricing-offer-67093::before {
    top: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(125,176,186,0.5), rgba(0, 0, 0, 0.5) 80%);
    left: 0;
}.pricing-offer-67093::after {
    left: -50%;
    z-index: -1;
    content: "";
    pointer-events: none;
    top: -50%;
    width: 200%;
    animation: rotateBackground 180s linear infinite;
    height: 200%;
    background: radial-gradient(circle at center, transparent 45%, rgba(255, 255, 255, 0.03) 50%, transparent 55%);
    position: absolute;
}.pricing-offer-67093 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.pricing-options-73892 {
    position: relative;
}.pricing-offer-67093 h2 {
    transform: perspective(1000px) translateZ(20px);
    margin-bottom: 25px;
    position: relative;
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-weight: 700;
}.pricing-offer-67093 h2::after {
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(186,210,213), transparent);
    left: 50%;
    content: "";
    bottom: -10px;
    position: absolute;
    width: 80px;
}.pricing-offer-67093 .premium-cost-23615 {
    line-height: 1.6;
    color: #ffffff;
    max-width: 800px;
    transform: perspective(1000px) translateZ(10px);
    margin: 0 auto 60px;
    text-align: center;
    font-size: 15px;
    opacity: 0.9;
}.pricing-offer-67093 .value-plan-86957 {
    perspective: 1000px;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
}.pricing-offer-67093 .value-plan-86957 li {
    transform-style: preserve-3d;
    transition: transform 0.5s ease-out;
}.pricing-offer-67093 .pricing-schemes-79502 {
    height: 100%;
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}.pricing-offer-67093 .learn-sub-91253 {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    border-radius: 16px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2),
              -10px -10px 30px rgba(255, 255, 255, 0.05),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    padding: 30px;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    overflow: hidden;
    position: relative;
    height: 100%;
    transform-style: preserve-3d;
    backdrop-filter: blur(8px);
}.pricing-offer-67093 .learn-sub-91253::before {
    content: "";
    width: 80px;
    position: absolute;
    transition: transform 0.5s ease-out;
    opacity: 0.1;
    right: -40px;
    background: rgb(186,210,213);
    top: -40px;
    height: 80px;
    border-radius: 50%;
}.pricing-offer-67093 .learn-sub-91253::after {
    background: linear-gradient(90deg, rgb(186,210,213), transparent);
    transform: scaleX(0.7);
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    transition: transform 0.5s ease-out;
    transform-origin: left;
    bottom: 0;
    content: "";
}.pricing-offer-67093 .package-rates-45128 {
    z-index: 2;
    transform: translateZ(20px);
    position: relative;
}.pricing-offer-67093 .pricing-schemes-79502 h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: calc(20px + 2px);
    display: inline-block;
    position: relative;
    margin: 0 0 20px;
}.pricing-offer-67093 .pricing-schemes-79502 h4::after {
    content: "";
    height: 2px;
    bottom: -8px;
    position: absolute;
    background: rgb(186,210,213);
    width: 40px;
    transition: width 0.3s ease;
    left: 0;
}.pricing-offer-67093 .pricing-schemes-79502 p {
    scrollbar-color: rgb(186,210,213) transparent;
    scrollbar-width: thin;
    max-height: 240px;
    font-size: calc(15px - 1px);
    line-height: 1.6;
    margin-bottom: 25px;
    opacity: 0.8;
    color: #ffffff;
    overflow-y: auto;
    padding-right: 10px;
}.pricing-offer-67093 .pricing-schemes-79502 p::-webkit-scrollbar {
    width: 4px;
}.pricing-offer-67093 .pricing-schemes-79502 p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}.pricing-offer-67093 .pricing-schemes-79502 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(186,210,213);
}.pricing-offer-67093 .price-choices-42085 {
    font-size: calc(20px + 6px);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: right;
    color: #ffffff;
    margin-top: 20px;
    display: block;
    position: relative;
    font-weight: 700;
}.pricing-offer-67093 .price-choices-42085::before {
    content: "";
    height: 2px;
    transition: transform 0.3s ease;
    right: 0;
    transform: scaleX(0);
    width: 60px;
    bottom: -10px;
    background: rgb(186,210,213);
    transform-origin: right;
    position: absolute;
}.pricing-offer-67093 .pricing-schemes-79502:hover .learn-sub-91253 {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.25),
              -15px -15px 40px rgba(255, 255, 255, 0.07),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px) translateZ(0);
}.pricing-offer-67093 .pricing-schemes-79502:hover .learn-sub-91253::before {
    opacity: 0.05;
    transform: scale(3);
}.pricing-offer-67093 .pricing-schemes-79502:hover .learn-sub-91253::after {
    transform: scaleX(1);
}.pricing-offer-67093 .pricing-schemes-79502:hover h4::after {
    width: 100%;
}.pricing-offer-67093 .pricing-schemes-79502:hover .price-choices-42085::before {
    transform: scaleX(1);
}

@keyframes rotateBackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 1200px) {.pricing-offer-67093 .value-plan-86957 {
    grid-template-columns: repeat(4, 1fr);
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {.pricing-offer-67093 .value-plan-86957 {
    grid-template-columns: repeat(3, 1fr);
}.pricing-offer-67093 {
    padding: 100px 0 80px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.pricing-offer-67093 .value-plan-86957 {
    grid-template-columns: repeat(2, 1fr);
}.pricing-offer-67093 {
    padding: 80px 0 60px;
}.pricing-offer-67093 .premium-cost-23615 {
    margin-bottom: 50px;
}
}

@media screen and (max-width: 767px) {.pricing-offer-67093 .value-plan-86957 {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing-offer-67093 {
    padding: 60px 0 40px;
}.pricing-offer-67093 h2 {
    font-size: calc(32px - 4px);
}.pricing-offer-67093 .premium-cost-23615 {
    font-size: calc(15px - 1px);
    margin-bottom: 40px;
}.pricing-offer-67093 .learn-sub-91253 {
    padding: 25px 20px;
}
}

@media (hover: none) {.pricing-offer-67093 .learn-sub-91253 {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2),
                -8px -8px 20px rgba(255, 255, 255, 0.05);
}.pricing-offer-67093 .pricing-schemes-79502:active .learn-sub-91253 {
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion: reduce) {.pricing-offer-67093::after {
    animation: none;
}.pricing-offer-67093 .pricing-schemes-79502:hover .learn-sub-91253 {
    transform: none;
}.pricing-offer-67093 .pricing-schemes-79502:hover .learn-sub-91253::before {
    transform: none;
}}.program-structure-71603 {
    background: linear-gradient(135deg, rgb(233,241,241) 0%, rgba(245, 245, 247, 0.9) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.program-structure-71603::before {
    background-image: repeating-linear-gradient(
    45deg,
    rgba(rgb(186,210,213,0.5), 0.03) 0px,
    rgba(rgb(186,210,213,0.5), 0.03) 2px,
    transparent 2px,
    transparent 8px
  );
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 0;
    top: 0;
}.program-structure-71603 .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.program-structure-71603 .education-route-69713 {
    transform: translateY(20px);
    gap: 40px;
    opacity: 0;
    grid-template-columns: 1fr;
    display: grid;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.program-structure-71603 .profile-photo-30516 {
    height: 380px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-2deg);
}.program-structure-71603 .profile-photo-30516::after {
    position: absolute;
    content: "";
    inset: 0;
    backdrop-filter: brightness(1.05);
    background: linear-gradient(
    to right,
    rgba(rgb(186,210,213,0.5), 0.2),
    transparent 40%
  );
}.program-structure-71603 .profile-photo-30516:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.program-structure-71603 .text-drawer-61082 {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 40px;
    background: #ffffff;
    transform: translateY(0);
    position: relative;
}.program-structure-71603 .text-drawer-61082::before {
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    background: rgb(186,210,213);
    position: absolute;
    transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    height: 0;
    width: 6px;
}.program-structure-71603 .text-drawer-61082:hover::before {
    height: 100%;
}.program-structure-71603 .text-drawer-61082 h3 {
    color: #000000;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(125,176,186,0.5);
    padding-bottom: 12px;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: calc(20px * 1.1);
    line-height: 1.3;
    transform: translateX(0);
}.program-structure-71603 .text-drawer-61082:hover h3 {
    transform: translateX(15px);
    color: rgb(186,210,213);
}.program-structure-71603 .text-drawer-61082 div {
    position: relative;
    overflow: hidden;
}.program-structure-71603 .description {
    overflow-y: auto;
    font-size: 18px;
    max-height: 300px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 15px;
    scroll-behavior: smooth;
    padding-right: 15px;
}.program-structure-71603 .description::-webkit-scrollbar {
    width: 4px;
}.program-structure-71603 .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.program-structure-71603 .description::-webkit-scrollbar-thumb {
    background: rgb(125,176,186);
    border-radius: 10px;
}.program-structure-71603 .text-drawer-61082 span.description {
    display: none;
}

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

@media (min-width: 768px) {.program-structure-71603 {
    padding: 120px 0;
}.program-structure-71603 .education-route-69713 {
    gap: 60px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.program-structure-71603 .profile-photo-30516 {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    height: 480px;
}.program-structure-71603 .text-drawer-61082 {
    padding: 50px 60px 50px 50px;
    backdrop-filter: blur(5px);
    margin-left: -40px;
}.program-structure-71603 .text-drawer-61082 h3 {
    margin-bottom: 30px;
    font-size: 20px;
}.program-structure-71603 .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program-structure-71603 .education-route-69713 {
    gap: 0;
}.program-structure-71603 .profile-photo-30516 {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    height: 580px;
    z-index: 2;
}.program-structure-71603 .text-drawer-61082 {
    padding: 60px 70px 60px 100px;
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.08);
    margin-left: -80px;
}.program-structure-71603 .text-drawer-61082 h3 {
    font-size: calc(20px * 1.15);
}.program-structure-71603 .description {
    max-height: 380px;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.program-structure-71603 {
    padding: 70px 0;
}.program-structure-71603 .profile-photo-30516 {
    height: 280px;
    width: calc(100% + 30px);
    margin: 0 -15px;
}.program-structure-71603 .text-drawer-61082 {
    padding: 30px 25px;
}.program-structure-71603 .text-drawer-61082 h3 {
    font-size: calc(21px * 1.1);
    margin-bottom: 20px;
}.program-structure-71603 .description {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
    max-height: 250px;
}
}