﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}.forum-link {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    scroll-behavior: auto;
    height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    min-height: 100%;
    scroll-snap-type: none;
}.main-head {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1262px;
    margin: auto;
    max-width: 100%;
}.wrapper-structure {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}::-webkit-scrollbar {
    width: 9px;
}::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgb(255, 255, 255, 0.5);
    box-shadow: inset -1px 1px 5px 6px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-track:active {
    background: rgb(161,179,166,0.5);
}::-webkit-scrollbar-thumb {
    box-shadow: -4px -1px 6px 0px rgba(0, 0, 0, 0.8);
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-corner {
    background: rgb(161,179,166,0.5);
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.client-comments {
    position: relative;
    padding: 7rem 0;
    background: rgb(234,239,237);
    overflow: hidden;
}.client-comments::before {
    top: 0;
    background-size: 100px 100px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
    animation: moveBackground 15s linear infinite;
    content: "";
    opacity: 0.2;
    background: linear-gradient(
        45deg,
        transparent 48%,
        rgb(161,179,166,0.5) 49%,
        rgb(161,179,166,0.5) 51%,
        transparent 52%
    );
}@keyframes moveBackground {
    0% { background-position: 0 0; }
    100% { background-position: 100px 100px; }
}

.client-comments::after {
    top: -50%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    z-index: 0;
    width: 70%;
    height: 200%;
    right: -20%;
    opacity: 0.1;
    transform: rotate(30deg);
    position: absolute;
    background: rgb(198,212,202,0.5);
    content: "";
}.client-comments .container {
    z-index: 1;
    position: relative;
}.client-comments h2 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    color: #000000;
    font-weight: 700;
    font-size: 28px;
    position: relative;
    display: inline-block;
    padding: 1rem 3rem 1rem 0;
    transform: skewX(-5deg);
    margin-bottom: 5rem;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgb(161,179,166,0.5) 100%
    );
}.client-comments .feedback-panel {
    gap: 3rem;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}.client-comments .student-feedback {
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    align-items: center;
    position: relative;
    padding: 2.5rem;
    background: #ffffff;
    display: flex;
    z-index: 1;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    flex-direction: column;
}.client-comments .student-feedback::before {
    transform: translateY(10px) translateX(10px);
    content: "";
    z-index: -1;
    position: absolute;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    background: linear-gradient(
        135deg,
        rgb(198,212,202,0.5),
        rgb(161,179,166,0.5)
    );
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    transition: all 0.5s ease;
}.client-comments .student-feedback:nth-child(even)::before {
    background: linear-gradient(
        135deg,
        rgb(161,179,166,0.5),
        rgb(198,212,202,0.5)
    );
    transform: translateY(10px) translateX(-10px);
}.client-comments .student-feedback:hover::before {
    transform: translateY(15px) translateX(15px);
}.client-comments .student-feedback:nth-child(even):hover::before {
    transform: translateY(15px) translateX(-15px);
}.client-comments .student-feedback:nth-child(odd) {
    clip-path: polygon(
        15% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 15%
    );
}.client-comments .student-feedback:nth-child(odd)::before {
    clip-path: polygon(
        15% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 15%
    );
}.client-comments .student-feedback:nth-child(3n) {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}.client-comments .student-feedback:nth-child(3n)::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}.client-comments .student-feedback:nth-child(3n+1) {
    clip-path: polygon(
        0% 0%, 
        85% 0%, 
        100% 15%, 
        100% 100%, 
        0% 100%
    );
}.client-comments .student-feedback:nth-child(3n+1)::before {
    clip-path: polygon(
        0% 0%, 
        85% 0%, 
        100% 15%, 
        100% 100%, 
        0% 100%
    );
}.client-comments .student-feedback::after {
    width: 50px;
    top: -15px;
    height: 50px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(198,212,202);
    transition: all 0.5s ease;
    opacity: 0;
    transform: rotate(45deg);
    position: absolute;
    right: -15px;
    content: "";
    z-index: -2;
}.client-comments .student-feedback:nth-child(odd)::after {
    top: -15px;
    background: rgb(161,179,166);
    left: -15px;
}.client-comments .student-feedback:hover::after {
    transform: rotate(225deg);
    opacity: 1;
}.client-comments .student-feedback img {
    width: 80px;
    object-fit: cover;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    border-radius: 0;
    transition: all 0.5s ease;
    height: 80px;
    margin-bottom: 1.5rem;
}.client-comments .student-feedback:hover img {
    transform: rotate(45deg);
    clip-path: polygon(0 0, 50% 0, 100% 50%, 100% 100%, 50% 100%, 0 50%);
}.client-comments .student-feedback p {
    color: #000000;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-align: center;
}.client-comments .student-feedback p::after {
    position: absolute;
    transition: all 0.5s ease;
    background: rgb(198,212,202);
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    bottom: -5px;
    width: 0;
    content: "";
}.client-comments .student-feedback:hover p::after {
    width: 50px;
}.client-comments .student-feedback .description {
    transform: translateY(0);
    font-weight: 400;
    position: relative;
    text-align: center;
    margin-top: 1rem;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    transition: all 0.3s ease;
}.client-comments .student-feedback:hover .description {
    transform: translateY(-5px);
}@keyframes pulse {
    0%, 100% { 
        box-shadow: 0 0 0 0 rgb(198,212,202,0.5);
    }
    50% { 
        box-shadow: 0 0 0 10px transparent;
    }
}

.client-comments .student-feedback:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.client-comments .student-feedback:nth-child(4n+1) {
    animation: shiftLeft 10s infinite alternate;
}.client-comments .student-feedback:nth-child(4n+2) {
    animation: shiftRight 12s infinite alternate;
}.client-comments .student-feedback:nth-child(4n+3) {
    animation: shiftDown 15s infinite alternate;
}

@keyframes shiftLeft {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-5px); }
}

@keyframes shiftRight {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(5px); }
}

@keyframes shiftDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

@media (max-width: 992px) {.client-comments .feedback-panel {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.client-comments {
    padding: 5rem 0;
}.client-comments h2 {
    padding: 0;
    transform: none;
    font-size: calc(28px * 0.9);
    background: none;
    clip-path: none;
    margin-bottom: 3rem;
}.client-comments .feedback-panel {
    grid-template-columns: 1fr;
    gap: 3rem;
}.client-comments .student-feedback,
    .client-comments .student-feedback:nth-child(odd),
    .client-comments .student-feedback:nth-child(3n),
    .client-comments .student-feedback:nth-child(3n+1) {
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
}.client-comments .student-feedback::before,
    .client-comments .student-feedback:nth-child(odd)::before,
    .client-comments .student-feedback:nth-child(3n)::before,
    .client-comments .student-feedback:nth-child(3n+1)::before {
    transform: translateY(5px) translateX(5px);
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
}.client-comments .student-feedback:hover::before {
    transform: translateY(8px) translateX(8px);
}.client-comments .student-feedback:nth-child(even):hover::before {
    transform: translateY(8px) translateX(-8px);
}.client-comments .student-feedback,
    .client-comments .student-feedback:nth-child(4n+1),
    .client-comments .student-feedback:nth-child(4n+2),
    .client-comments .student-feedback:nth-child(4n+3) {
    animation: none;
}}.contact-information {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,239,237) 0%, rgba(0, 0, 0, 0.03) 100%);
}.contact-information::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(198,212,202), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(161,179,166), 0.05) 0%, transparent 30%);
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
}.contact-information::after {
    animation: gridMove 20s linear infinite;
    opacity: 0.6;
    background-image: 
        linear-gradient(90deg, rgba(rgb(198,212,202), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(198,212,202), 0.03) 1px, transparent 1px);
    content: "";
    height: 100%;
    background-size: 20px 20px;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.contact-information .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.contact-information h2 {
    text-align: center;
    font-size: 31px;
    display: inline-block;
    color: #000000;
    transform: translateX(-50%);
    font-weight: 700;
    left: 50%;
    margin-bottom: 50px;
    position: relative;
}.contact-information h2::after {
    left: 15%;
    content: "";
    height: 3px;
    width: 70%;
    background: linear-gradient(90deg, transparent, rgb(198,212,202), transparent);
    position: absolute;
    bottom: -15px;
}.contact-information .connect-box {
    background: #ffffff;
    display: flex;
    transform: translateY(0);
    position: relative;
    border-radius: 28px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(198,212,202), 0.05);
    overflow: hidden;
}.contact-information .connect-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(198,212,202), 0.1);
}.contact-information .connect-box::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    content: "";
    background: linear-gradient(to bottom, rgb(198,212,202), rgb(161,179,166));
}.contact-information .img-wrap {
    overflow: hidden;
    width: 45%;
    position: relative;
}.contact-information .img-wrap::after {
    position: absolute;
    height: 100%;
    left: 0;
    mix-blend-mode: overlay;
    width: 100%;
    background: linear-gradient(135deg, 
                rgba(rgb(198,212,202), 0.3) 0%, 
                rgba(rgb(161,179,166), 0.3) 100%);
    top: 0;
    content: "";
}.contact-information .img-wrap::before {
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.2);
    content: "";
    top: -100px;
    position: absolute;
    height: 150px;
    animation: shine 6s infinite;
    left: -100px;
    width: 150%;
    z-index: 2;
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.contact-information .support-panel {
    padding: 50px 40px;
    position: relative;
    width: 55%;
}.contact-information .support-panel::before {
    border-radius: 50%;
    top: -50px;
    height: 200px;
    right: -50px;
    position: absolute;
    content: "";
    z-index: 0;
    background: radial-gradient(circle, rgba(rgb(198,212,202), 0.05) 0%, transparent 70%);
    width: 200px;
}.contact-information form {
    position: relative;
    z-index: 2;
}.contact-information form h3 {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}.contact-information form h3::after {
    width: 40px;
    background: rgb(198,212,202);
    height: 2px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
}.contact-information form input[type="text"] {
    width: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    background: rgba(#ffffff, 0.8);
    border: 1px solid rgba(#000000, 0.1);
    padding: 15px 20px;
    transition: all 0.3s ease;
    font-size: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}.contact-information form input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    border-color: rgb(198,212,202);
    box-shadow: 0 0 0 3px rgba(rgb(198,212,202), 0.1);
}.contact-information form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact-information form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.contact-information .query-card {
    margin-bottom: 30px;
    position: relative;
    align-items: flex-start;
    display: flex;
}.contact-information .query-card input[type="checkbox"] {
    width: 0;
    opacity: 0;
    position: absolute;
    height: 0;
    cursor: pointer;
}.contact-information .query-card label {
    padding-left: 35px;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    color: #000000;
    line-height: 1.4;
    user-select: none;
}.contact-information .query-card label::before {
    top: 0;
    border: 1px solid rgba(#000000, 0.2);
    left: 0;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    background: rgba(#ffffff, 0.8);
    border-radius: 10px;
    height: 22px;
    width: 22px;
}.contact-information .query-card input[type="checkbox"]:checked + label::before {
    background: rgb(198,212,202);
    border-color: rgb(198,212,202);
}.contact-information .query-card input[type="checkbox"]:checked + label::after {
    top: 4px;
    left: 8px;
    width: 6px;
    border-width: 0 2px 2px 0;
    height: 12px;
    border: solid #ffffff;
    position: absolute;
    content: "";
    transform: rotate(45deg);
}.contact-information .query-card label a {
    text-decoration: none;
    color: rgb(198,212,202);
    position: relative;
    transition: all 0.3s ease;
}.contact-information .query-card label a::after {
    position: absolute;
    transform: scaleX(0);
    height: 1px;
    transform-origin: left;
    width: 100%;
    content: "";
    bottom: -2px;
    transition: transform 0.3s ease;
    background: rgb(198,212,202);
    left: 0;
}.contact-information .query-card label a:hover {
    color: rgb(161,179,166);
}.contact-information .query-card label a:hover::after {
    background: rgb(161,179,166);
    transform: scaleX(1);
}.contact-information .query-box {
    padding: 15px 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    background: linear-gradient(90deg, rgb(198,212,202), rgb(161,179,166));
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1;
    font-size: 15px;
}.contact-information .query-box::before {
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(161,179,166), rgb(198,212,202));
    top: 0;
    height: 100%;
    left: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
}.contact-information .query-box:hover::before {
    opacity: 1;
}.contact-information .query-box:active {
    transform: translateY(2px);
}.contact-information svg {
    fill: rgb(198,212,202);
    height: 20px;
    width: 20px;
    margin-right: 10px;
    transition: fill 0.3s ease;
}.contact-information svg path {
    transition: fill 0.3s ease;
    fill: rgb(198,212,202);
}.contact-information svg:hover,
.contact-information svg:hover path {
    fill: rgb(161,179,166);
}.contact-information form input {
    background: rgb(234,239,237);
}
@media (max-width: 1024px) {.contact-information {
    padding: 60px 0;
}.contact-information .container {
    padding: 0 15px;
}.contact-information h2 {
    margin-bottom: 40px;
}.contact-information .support-panel {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.contact-information {
    padding: 50px 0;
}.contact-information h2 {
    margin-bottom: 30px;
}.contact-information .connect-box {
    flex-direction: column;
}.contact-information .img-wrap {
    height: 250px;
    width: 100%;
}.contact-information .support-panel {
    width: 100%;
    padding: 30px 25px;
}.contact-information form h3 {
    margin-bottom: 25px;
}.contact-information form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-information .query-card {
    margin-bottom: 25px;
}.contact-information .query-box {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contact-information {
    padding: 40px 0;
}.contact-information h2 {
    font-size: calc(31px * 0.85);
    margin-bottom: 25px;
}.contact-information .img-wrap {
    height: 200px;
}.contact-information .support-panel {
    padding: 25px 20px;
}.contact-information form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 20px;
}.contact-information form input[type="text"] {
    margin-bottom: 12px;
    padding: 10px 12px;
}.contact-information .query-card {
    margin-bottom: 20px;
}.contact-information .query-card label {
    font-size: calc(15px * 0.9);
    padding-left: 30px;
}.contact-information .query-card label::before {
    height: 18px;
    width: 18px;
}.contact-information .query-card input[type="checkbox"]:checked + label::after {
    left: 6px;
    height: 10px;
    top: 3px;
    width: 5px;
}.contact-information .query-box {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.contact-information::after,
    .contact-information .img-wrap::before {
    animation: none;
}.contact-information .connect-box:hover {
    transform: none;
}}.opening-page {
    padding: 6rem 2rem;
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgb(234,239,237);
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}.opening-page > div {
    width: 100%;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.opening-page .skill-track {
    transform: translateX(-5%);
    margin-bottom: 2.5rem;
    animation: slideInLeft 0.8s ease-out forwards;
    position: relative;
    opacity: 0;
}.opening-page .course-open {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 43px;
    font-weight: 700;
    color: rgb(198,212,202);
    line-height: 1.2;
}.opening-page .course-open::after {
    content: "";
    height: 4px;
    position: absolute;
    transform-origin: left;
    width: 80px;
    background: linear-gradient(90deg, rgb(198,212,202) 0%, rgb(161,179,166) 100%);
    transform: scaleX(0);
    bottom: -10px;
    animation: expandLine 1s ease-out 0.8s forwards;
    left: 0;
}.opening-page .edu-space {
    animation: fadeUp 0.8s ease-out 0.3s forwards;
    transform: translateY(20px);
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 3rem;
}.opening-page .edu-space::before {
    bottom: 0;
    background: linear-gradient(135deg, 
    rgb(198,212,202,0.5) 0%, 
    rgba(0, 0, 0, 0.5) 100%);
    right: 0;
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
}.opening-page .edu-space > div {
    z-index: 2;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
}.opening-page .edu-space p {
    opacity: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: calc(13px * 1.2);
    animation: fadeUp 0.8s ease-out 0.6s forwards;
    transform: translateY(15px);
    margin-bottom: 2rem;
    line-height: 1.6;
}.opening-page .edu-space h3 {
    font-size: 22px;
    font-weight: 600;
    animation: fadeUp 0.8s ease-out 0.9s forwards;
    line-height: 1.5;
    padding-left: 1rem;
    border-left: 3px solid rgb(161,179,166);
    margin-top: 2rem;
    background: linear-gradient(90deg, 
    rgba(255, 255, 255, 0.15) 0%, 
    rgba(255, 255, 255, 0) 100%);
    padding: 1rem;
    transform: translateY(15px);
    opacity: 0;
    color: #ffffff;
}@keyframes fadeUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

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

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

.opening-page .edu-space:hover {
    transition: transform 0.4s ease;
    transform: translateY(-5px);
}

@media (min-width: 992px) {.opening-page {
    padding: 8rem 4rem;
}.opening-page > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 4rem;
}.opening-page .skill-track {
    transform: translateY(0);
    margin-bottom: 0;
}.opening-page .course-open {
    font-size: calc(43px * 1.2);
}.opening-page .edu-space {
    height: 100%;
    align-items: center;
    padding: 4rem;
    display: flex;
}.opening-page .edu-space::after {
    height: 100px;
    opacity: 0.7;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    right: -20px;
    background: rgb(161,179,166);
    top: -20px;
    width: 100px;
    position: absolute;
}
}

@media (max-width: 991px) {.opening-page {
    padding: 5rem 2rem;
}.opening-page .course-open {
    font-size: calc(43px * 0.9);
}.opening-page .edu-space {
    padding: 2.5rem;
}.opening-page .edu-space p {
    font-size: 13px;
}.opening-page .edu-space h3 {
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 768px) {.opening-page {
    padding: 4rem 1.5rem;
}.opening-page .course-open {
    font-size: calc(43px * 0.8);
}.opening-page .edu-space {
    padding: 2rem;
}.opening-page .edu-space h3 {
    font-size: calc(22px * 0.8);
    padding-left: 0.75rem;
}
}

@media (max-width: 576px) {.opening-page {
    padding: 3rem 1rem;
}.opening-page .skill-track {
    margin-bottom: 1.5rem;
}.opening-page .course-open {
    font-size: calc(43px * 0.7);
}.opening-page .edu-space {
    padding: 1.5rem;
}.opening-page .edu-space p {
    font-size: calc(13px * 0.9);
    margin-bottom: 1.5rem;
}.opening-page .edu-space h3 {
    font-size: calc(22px * 0.7);
    padding: 0.75rem;
    border-left: 2px solid rgb(161,179,166);
}}.offer-selection {
    background: linear-gradient(135deg, rgb(234,239,237) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
}.offer-selection::before {
    position: absolute;
    transform: rotate(-15deg);
    opacity: 0.1;
    content: "";
    border-radius: 10px;
    right: -5%;
    z-index: 0;
    height: 70%;
    background: linear-gradient(120deg, rgb(198,212,202,0.5) 20%, rgb(161,179,166,0.5) 80%);
    top: -10%;
    width: 40%;
}.offer-selection::after {
    height: 50%;
    width: 35%;
    left: -3%;
    border-radius: 10px;
    z-index: 0;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(161,179,166,0.5) 30%, rgb(198,212,202,0.5) 70%);
    transform: rotate(10deg);
    opacity: 0.08;
    bottom: -5%;
}.offer-selection .container {
    position: relative;
    max-width: 1400px;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
}.offer-selection .payment-pricing {
    display: flex;
    flex-direction: column;
}.offer-selection .annual-fee {
    order: 1;
    margin-bottom: 3.5rem;
    position: relative;
    text-align: center;
}.offer-selection .annual-fee h2 {
    position: relative;
    display: inline-block;
    font-size: 29px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.offer-selection .annual-fee h2::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(198,212,202), transparent);
    width: 70%;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    bottom: -0.75rem;
    height: 3px;
}.offer-selection .basic-cost {
    margin: 0 auto;
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
    max-width: 800px;
}.offer-selection .fee-chart {
    order: 2;
    width: 100%;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.offer-selection .rate-packages {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    background: #ffffff;
    color: #000000;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    display: block;
}.offer-selection .rate-packages:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.offer-selection .rate-packages::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(198,212,202), rgb(161,179,166));
    transform: translateY(-5px);
    content: "";
    width: 100%;
    height: 5px;
    transition: transform 0.3s ease;
    top: 0;
    left: 0;
}.offer-selection .rate-packages:hover::before {
    transform: translateY(0);
}.offer-selection .learn-deals {
    display: flex;
    height: 100%;
    flex-direction: column;
    box-sizing: border-box;
}.offer-selection .skill-pricing {
    padding: 2rem 1.75rem;
    position: relative;
    flex-direction: column;
    display: flex;
    flex: 1;
}.offer-selection .skill-pricing h3 {
    font-size: calc(22px * 1.1);
    position: relative;
    display: inline-block;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 700;
}.offer-selection .skill-pricing .deal-grid {
    position: relative;
    color: rgb(198,212,202);
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.3);
}.offer-selection .skill-pricing .deal-grid::after {
    bottom: -0.75rem;
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
    background: rgb(198,212,202,0.5);
    width: 40px;
}.offer-selection .skill-pricing p {
    overflow-wrap: break-word;
    margin-bottom: 1.5rem;
    flex-grow: 1;
    color: #000000;
    line-height: 1.65;
    word-wrap: break-word;
    word-break: break-word;
    font-size: 18px;
}.offer-selection .img-wrap {
    position: relative;
    transition: transform 0.5s ease;
    overflow: hidden;
    height: 180px;
    width: 100%;
}.offer-selection .img-wrap::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
}.offer-selection .rate-packages:hover .img-wrap {
    transform: scale(1.05);
}.offer-selection .rate-packages:nth-child(odd) .skill-pricing::before {
    background: rgb(198,212,202,0.5);
    position: absolute;
    opacity: 0.1;
    right: 1rem;
    top: 1rem;
    content: "";
    z-index: -1;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
}.offer-selection .rate-packages:nth-child(even) .skill-pricing::before {
    left: 1rem;
    border-radius: 50%;
    opacity: 0.1;
    bottom: 1rem;
    background: rgb(161,179,166,0.5);
    height: 2.5rem;
    position: absolute;
    content: "";
    width: 2.5rem;
    z-index: -1;
}

@media (min-width: 992px) {.offer-selection .payment-pricing {
    flex-direction: row;
}.offer-selection .annual-fee {
    display: flex;
    order: 2;
    margin-bottom: 0;
    flex-direction: column;
    text-align: left;
    flex: 0 0 30%;
    padding-left: 3rem;
    justify-content: center;
}.offer-selection .annual-fee h2 {
    margin-bottom: 2rem;
    text-align: left;
}.offer-selection .annual-fee h2::after {
    transform: none;
    width: 40%;
    left: 0;
}.offer-selection .basic-cost {
    text-align: left;
    margin: 0;
}.offer-selection .fee-chart {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (max-width: 991px) {.offer-selection {
    padding: 5rem 0;
}.offer-selection .rate-packages {
    margin-bottom: 1.5rem;
}.offer-selection .annual-fee {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.offer-selection {
    padding: 4rem 0;
}.offer-selection .annual-fee h2 {
    font-size: calc(29px * 0.9);
}.offer-selection .skill-pricing h3 {
    font-size: 22px;
}.offer-selection .skill-pricing .deal-grid {
    font-size: calc(22px * 1.15);
}.offer-selection .img-wrap {
    height: 160px;
}
}

@media (max-width: 575px) {.offer-selection {
    padding: 3rem 0;
}.offer-selection .container {
    padding: 0 1.5rem;
}.offer-selection .fee-chart {
    gap: 1.5rem;
}.offer-selection .skill-pricing {
    padding: 1.5rem;
}.offer-selection .img-wrap {
    height: 140px;
}
}

@media (hover: none) {.offer-selection .rate-packages:hover {
    transform: none;
}.offer-selection .rate-packages:hover .img-wrap {
    transform: none;
}}.gratWrapper {
    background: linear-gradient(135deg, rgb(234,239,237) 0%, rgb(161,179,166,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
}.gratWrapper::before {
    position: absolute;
    pointer-events: none;
    left: 0;
    background: radial-gradient(circle at 75% 25%, rgb(198,212,202,0.5) 0%, transparent 50%);
    top: 0;
    z-index: 1;
    height: 100%;
    content: "";
    width: 100%;
}.gratWrapper::after {
    opacity: 0.15;
    width: 15rem;
    right: -5rem;
    transform: rotate(-15deg);
    z-index: 0;
    height: 15rem;
    position: absolute;
    background: linear-gradient(225deg, rgb(161,179,166) 0%, transparent 70%);
    bottom: -5rem;
    content: "";
}.gratWrapper .container {
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 2;
}.gratWrapper .knowledge-guides {
    display: flex;
    transform: translateX(-20px);
    gap: 2.5rem;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    flex-direction: column;
    opacity: 0;
}.gratWrapper .knowledge-guides > div:first-child {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
}.gratWrapper .knowledge-guides > div:first-child::before {
    top: 50%;
    background: rgb(198,212,202);
    width: 0.5rem;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    left: -2rem;
    height: 50%;
}.gratWrapper .knowledge-guides > div:last-child {
    transform: translateY(15px);
    padding: 2.5rem;
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    backdrop-filter: blur(10px);
    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);
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
}.gratWrapper .knowledge-guides > div:last-child::after {
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 4px;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(198,212,202), rgb(161,179,166));
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    content: "";
}.gratWrapper h5 {
    transform: translateY(0);
    transition: transform 0.4s ease;
    position: relative;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    padding-left: 1rem;
    line-height: 1.4;
    color: #000000;
}.gratWrapper p {
    color: #000000;
    position: relative;
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}.gratWrapper a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.gratWrapper a:hover {
    transform: translateY(-5px);
}.gratWrapper a:hover p {
    color: rgb(198,212,202);
}.gratWrapper a:focus {
    box-shadow: 0 0 0 3px rgb(198,212,202,0.5);
    outline: none;
}

@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) {.gratWrapper {
    padding: 6rem 0;
}.gratWrapper .knowledge-guides {
    gap: 3.5rem;
}.gratWrapper .knowledge-guides > div:first-child::before {
    height: 70%;
    width: 0.6rem;
}.gratWrapper h5 {
    padding-left: 1.5rem;
    font-size: calc(24px * 1.2);
}.gratWrapper .knowledge-guides > div:last-child {
    margin-left: 3rem;
    padding: 3rem;
    max-width: 90%;
}
}

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

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

@media (max-width: 767px) {.gratWrapper {
    padding: 3rem 0;
}.gratWrapper .knowledge-guides > div:first-child::before {
    width: 0.4rem;
    left: -1rem;
}.gratWrapper h5 {
    font-size: calc(24px * 0.9);
    padding-left: 0.75rem;
}.gratWrapper .knowledge-guides > div:last-child {
    padding: 1.75rem;
}}.receive-updates {
    --perspective-depth: 1000px;
    --newsletter-background: #000000;
    color: var(--newsletter-text-color);
    --newsletter-text-color: #ffffff;
    --newsletter-accent: rgb(198,212,202);
    --animation-time: 0.5s;
    --newsletter-shadow: rgba(0, 0, 0, 0.25);
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--newsletter-background), rgba(20, 30, 60, 0.95));
    perspective: var(--perspective-depth);
    --input-focus-scale: 1.02;
    padding: 6rem 0;
}.receive-updates::before {
    left: 0;
    top: 0;
    content: "";
    transform: translateZ(-50px);
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 15px,
        transparent 15px,
        transparent 30px
    );
    width: 100%;
    z-index: 0;
    position: absolute;
    height: 100%;
}.receive-updates::after {
    transform: rotate(-15deg);
    top: -50%;
    height: 200%;
    pointer-events: none;
    width: 70%;
    right: -20%;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(198,212,202,0.5), 0.15),
        transparent 70%
    );
    position: absolute;
    z-index: 1;
    content: "";
}.receive-updates .container {
    margin: 0 auto;
    transform-style: preserve-3d;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.receive-updates .knowledge-guides {
    display: flex;
    align-items: flex-start;
    transform: translateZ(0);
    animation: float 7s ease-in-out infinite;
    gap: 2.5rem;
    flex-direction: column;
}.receive-updates h4 {
    text-shadow: 0 4px 12px var(--newsletter-shadow);
    transform: translateZ(30px);
    margin: 0;
    font-weight: 600;
    color: var(--newsletter-text-color);
    line-height: 1.3;
    position: relative;
    font-size: min(2.2rem, 5vw);
    max-width: 800px;
}.receive-updates h4::after {
    transform: scaleX(0.8);
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    bottom: -15px;
    background: var(--newsletter-accent);
    width: 80px;
    transition: transform var(--animation-time) cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left;
}.receive-updates .knowledge-guides:hover h4::after {
    transform: scaleX(1);
}.receive-updates .input_holder {
    transform: translateZ(50px);
    position: relative;
    width: 100%;
    filter: drop-shadow(0 10px 20px var(--newsletter-shadow));
    display: flex;
    gap: 1rem;
}.receive-updates .input_holder span {
    display: flex;
    transform-style: preserve-3d;
    position: relative;
}.receive-updates .input_holder span:first-child {
    min-width: 0;
    flex: 1;
}.receive-updates .input_holder input {
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    outline: none;
    transition: all var(--animation-time) cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 1rem;
    color: #000000;
    padding: 1.2rem 1.5rem;
    border-radius: 4px;
    width: 100%;
}.receive-updates .input_holder input[type="email"] {
    border-left: 3px solid var(--newsletter-accent);
}.receive-updates .input_holder input[type="email"]:focus {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    transform: scale(var(--input-focus-scale)) translateZ(20px);
}.receive-updates .input_holder input[type="email"]::placeholder {
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
    transition: opacity 0.3s;
}.receive-updates .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.receive-updates .input_holder input[type="submit"] {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all var(--animation-time) cubic-bezier(0.34, 1.56, 0.64, 1);
    background: var(--newsletter-accent);
    overflow: hidden;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    color: #ffffff;
    font-weight: 600;
    border-radius: 4px;
}.receive-updates .input_holder input[type="submit"]:hover {
    transform: scale(1.05) translateZ(20px);
    box-shadow: 0 10px 25px rgba(rgb(198,212,202,0.5), 0.4);
}.receive-updates .input_holder input[type="submit"]:active {
    transform: scale(0.98) translateZ(5px);
}.receive-updates .input_holder input[type="submit"]::before {
    top: -50%;
    height: 200%;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 200%;
    transform: scale(0);
    position: absolute;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    left: -50%;
    content: "";
}.receive-updates .input_holder input[type="submit"]:hover::before {
    transform: scale(1);
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
}

@media (min-width: 768px) {.receive-updates .knowledge-guides {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 3rem;
}.receive-updates h4 {
    max-width: 60%;
}.receive-updates .input_holder {
    max-width: 50%;
}
}

@media (max-width: 767px) {.receive-updates {
    padding: 4rem 0;
}.receive-updates .knowledge-guides {
    align-items: center;
    text-align: center;
}.receive-updates h4 {
    font-size: clamp(1.5rem, 5vw, 2rem);
}.receive-updates h4::after {
    transform: translateX(-50%) scaleX(0.8);
    left: 50%;
}.receive-updates .knowledge-guides:hover h4::after {
    transform: translateX(-50%) scaleX(1);
}.receive-updates .input_holder {
    width: 100%;
    flex-direction: column;
}.receive-updates .input_holder span {
    width: 100%;
}
}

@media (max-width: 480px) {.receive-updates {
    padding: 3rem 0;
}.receive-updates h4 {
    font-size: 1.3rem;
}.receive-updates .input_holder input {
    padding: 1rem;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(198,212,202);
}header .top_plank .prime-studypro div svg, header .top_plank .prime-studypro div svg path {
    fill: #ffffff;
}header .top_plank .prime-studypro div span {
    color: #ffffff;
}header .top_plank .prime-studypro {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    font-size: 16px;
    padding: 15px 0 10px 0;
    line-height: 21px;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .prime-studypro div {
    justify-content: flex-start;
    margin-right: 24px;
    display: flex;
    align-items: center;
}header .top_plank .prime-studypro div img, header .top_plank .prime-studypro div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.company-info {
    background: rgb(234,239,237);
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}.company-info::before {
    top: -50px;
    width: 300px;
    height: 300px;
    animation: float 15s ease-in-out infinite alternate;
    opacity: 0.3;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 70%;
    content: "";
    right: -50px;
    background: linear-gradient(135deg, rgb(198,212,202,0.5), rgb(161,179,166,0.5));
    z-index: 0;
    filter: blur(15px);
}.company-info::after {
    width: 250px;
    content: "";
    z-index: 0;
    position: absolute;
    animation: float 18s ease-in-out infinite alternate-reverse;
    filter: blur(20px);
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    opacity: 0.2;
    left: -50px;
    bottom: -100px;
    height: 250px;
    background: linear-gradient(225deg, rgb(161,179,166,0.5), rgb(198,212,202,0.5));
}.company-info .container {
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.company-info h1 {
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    text-align: left;
    transform: translateZ(0);
    color: #000000;
    font-weight: 700;
    font-size: 45px;
    position: relative;
}.company-info h1::after {
    width: 80px;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(198,212,202), rgb(161,179,166));
    height: 4px;
    content: "";
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
}.company-info h1:hover::after {
    width: 120px;
}.company-info .knowledge-hub {
    position: relative;
}.company-info .knowledge-hub ul {
    margin: 0;
    padding: 0;
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    display: grid;
}.company-info .method-ped {
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateZ(0);
    box-shadow: 9px 9px 16px rgba(0,0,0,0.05), 
                -9px -9px 16px rgba(255,255,255,0.8), 
                inset 3px 3px 7px rgba(0,0,0,0.05),
                inset -3px -3px 7px rgba(255,255,255,0.7);
    padding: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
}.company-info .method-ped:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 12px 12px 20px rgba(0,0,0,0.07), 
                -12px -12px 20px rgba(255,255,255,0.9), 
                inset 2px 2px 5px rgba(0,0,0,0.03),
                inset -2px -2px 5px rgba(255,255,255,0.5);
}.company-info .method-ped::before {
    width: 5px;
    content: "";
    background: linear-gradient(to bottom, rgb(198,212,202), rgb(161,179,166));
    left: 0;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    position: absolute;
    top: 0;
}.company-info .method-ped:hover::before {
    height: 100%;
}.company-info .method-ped h4 {
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 10px;
    margin-top: 0;
    font-size: 24px;
}.company-info .method-ped:hover h4 {
    transform: translateX(5px);
    color: rgb(198,212,202);
}.company-info .method-ped div {
    font-family: Arial, sans-serif;
    font-size: 18px;
    overflow-y: auto;
    transition: color 0.3s ease;
    padding-left: 10px;
    line-height: 1.7;
    color: #000000;
    max-height: 250px;
    padding-right: 10px;
    position: relative;
}.company-info .method-ped div::-webkit-scrollbar {
    width: 5px;
}.company-info .method-ped div::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.03);
    border-radius: 1px;
}.company-info .method-ped div::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(198,212,202,0.5), rgb(161,179,166,0.5));
    border-radius: 1px;
}.company-info .method-ped:hover div {
    color: #000000;
}

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

@media (max-width: 992px) {.company-info {
    padding: 60px 0;
}.company-info h1 {
    text-align: center;
}.company-info h1::after {
    left: 50%;
    transform: translateX(-50%);
}.company-info .knowledge-hub ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {.company-info {
    padding: 40px 0;
}.company-info .method-ped {
    padding: 25px 20px;
}.company-info .method-ped div {
    max-height: 200px;
}
}

@media (max-width: 480px) {.company-info h1 {
    margin-bottom: 30px;
    font-size: calc(45px * 0.85);
}.company-info .method-ped {
    padding: 20px 15px;
}.company-info .method-ped h4 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}.company-info .method-ped div {
    font-size: calc(18px * 0.95);
    max-height: 180px;
}}footer {
    position: relative;
    width: 100%;
}footer .forum-link {
    position: relative;
    color: #ffffff;
    background-color: #2c3e50;
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
}footer .forum-link::before {
    background-size: 60px 60px;
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0.1;
    height: 100%;
    left: 0;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    top: 0;
}footer .fellow-prog {
    z-index: 1;
    position: relative;
}footer .ask-support {
    margin: -70px auto 60px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}footer .info_item {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100px;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    display: flex;
    background-color: #ffffff;
    overflow: hidden;
    padding: 0 20px;
    align-items: center;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    width: 6px;
    content: "";
    height: 50%;
    top: 25%;
    position: absolute;
    left: 0;
    background-color: rgb(198,212,202);
    transition: height 0.3s ease, top 0.3s ease;
}footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}footer .info_item:hover::before {
    top: 0;
    height: 100%;
}footer .info_item svg {
    z-index: 1;
    position: relative;
    width: 22px;
    margin-right: 15px;
    height: 22px;
    flex-shrink: 0;
    fill: rgb(198,212,202);
}footer .info_item p,
footer .info_item a {
    font-size: 17px;
    color: #2c3e50;
    position: relative;
    z-index: 1;
    text-decoration: none;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    color: rgb(198,212,202);
}footer .text_main_holder {
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr;
}footer .top-bar, footer .subscribe_holder {
    padding: 30px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 13px;
    position: relative;
}footer .top-bar:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .nav-core {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}footer .top-bar svg {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
}footer .class-guide {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .nav-core h5 {
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
    grid-column: 1 / -1;
    font-weight: 600;
    padding-bottom: 10px;
    color: #ffffff;
}footer .nav-core h5::after {
    content: "";
    left: 0;
    width: 50px;
    background-color: rgb(198,212,202);
    bottom: 0;
    height: 2px;
    position: absolute;
}footer .nav-site {
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 13px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .nav-site:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .nav-site a {
    font-size: 17px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 0;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}footer .nav-site a:last-child {
    border-bottom: none;
}footer .nav-site a::before {
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "→";
    position: absolute;
    transform: translateX(-10px);
}footer .nav-site a:hover {
    padding-left: 5px;
    color: #ffffff;
}footer .nav-site a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    font-size: 18px;
}footer .subscribe_holder h5::after {
    background-color: rgb(198,212,202);
    width: 50px;
    height: 2px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    padding: 15px;
    border-radius: 10px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 17px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
    border-color: rgb(198,212,202);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .join-now {
    background-color: rgb(198,212,202);
    font-weight: 600;
    padding: 15px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    font-size: 20px;
}footer .join-now:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(161,179,166);
}footer .trust-badge {
    position: relative;
    text-align: center;
    margin-top: 50px;
}footer .faq-block {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.05);
    display: inline-block;
    padding: 8px 20px;
    font-size: 13px;
    border-radius: 30px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .join-now {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .nav-core {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .forum-link {
    padding: 70px 0 30px;
}footer .ask-support {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .top-bar, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav-core h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .trust-badge {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .forum-link {
    padding: 50px 0 20px;
}footer .nav-site {
    padding: 15px;
}footer .nav-core h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .input_holder input[type="email"],
    footer .join-now {
    padding: 12px;
}}.leadership-profile {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(234,239,237) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.leadership-profile::before {
    position: absolute;
    filter: blur(120px);
    background: rgb(198,212,202,0.5);
    content: "";
    height: 400px;
    width: 400px;
    top: -100px;
    z-index: 0;
    right: -100px;
}.leadership-profile::after {
    content: "";
    left: -50px;
    background: rgb(161,179,166,0.5);
    z-index: 0;
    position: absolute;
    height: 300px;
    bottom: -50px;
    width: 300px;
    filter: blur(100px);
}.leadership-profile .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.leadership-profile .student-feedback {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
    display: grid;
    transform: perspective(1000px) rotateY(2deg);
    gap: 30px;
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    grid-template-columns: 1fr;
    padding: 40px;
}.leadership-profile .student-feedback:hover {
    transform: perspective(1000px) rotateY(0deg);
}.leadership-profile .student-feedback > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}.leadership-profile .student-feedback .img-wrap {
    height: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}.leadership-profile .student-feedback:hover .img-wrap {
    transform: translateZ(20px) scale(1.05);
}.leadership-profile .student-feedback .img-wrap::before {
    z-index: 1;
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(198,212,202,0.5) 100%
  );
    inset: 0;
    content: "";
    position: absolute;
}.leadership-profile .student-feedback > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}.leadership-profile .student-feedback .name {
    position: relative;
    font-size: calc(22px * 1.1);
    display: inline-block;
    font-weight: 700;
    color: rgb(198,212,202);
    margin-bottom: 10px;
}.leadership-profile .student-feedback .name::after {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    bottom: -8px;
    background: rgb(161,179,166);
    left: 50%;
    height: 2px;
}.leadership-profile .student-feedback > div:nth-child(2) > div {
    font-size: calc(18px * 0.95);
    margin-top: 15px;
    font-style: italic;
    color: #000000;
    font-weight: 600;
}.leadership-profile .student-feedback > div:nth-child(3) {
    position: relative;
}.leadership-profile .student-feedback .emp-container {
    position: relative;
    margin: 0;
    transform: translateZ(5px);
    font-size: 18px;
    line-height: 1.7;
    padding: 20px 0;
    color: #000000;
}.leadership-profile .student-feedback .emp-container::before,
.leadership-profile .student-feedback .emp-container::after {
    position: absolute;
    line-height: 1;
    font-family: Georgia, serif;
    content: "";
    color: rgb(198,212,202,0.5);
    font-size: 80px;
}.leadership-profile .student-feedback .emp-container::before {
    left: -15px;
    top: -20px;
}.leadership-profile .student-feedback .emp-container::after {
    bottom: -60px;
    right: -15px;
    content: "";
}

@media (min-width: 768px) {.leadership-profile .student-feedback {
    grid-template-rows: auto 1fr;
    gap: 30px 40px;
    padding: 50px;
    grid-template-columns: 220px 1fr;
}.leadership-profile .student-feedback > div:first-child {
    grid-row: span 2;
}.leadership-profile .student-feedback > div:nth-child(2) {
    text-align: left;
    align-self: end;
}.leadership-profile .student-feedback .name::after {
    left: 0;
    transform: none;
}.leadership-profile .student-feedback .emp-container {
    border-left: 3px solid rgb(161,179,166,0.5);
    padding: 10px 0 10px 30px;
}
}

@media (min-width: 992px) {.leadership-profile {
    padding: 140px 0;
}.leadership-profile .student-feedback {
    padding: 60px;
    grid-template-columns: 260px 1fr;
    gap: 40px 60px;
}.leadership-profile .student-feedback .img-wrap {
    height: 220px;
    width: 220px;
}.leadership-profile .student-feedback .name {
    font-size: calc(22px * 1.2);
}.leadership-profile .student-feedback .emp-container {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.leadership-profile {
    padding: 80px 0;
}.leadership-profile .student-feedback {
    padding: 30px 25px;
}.leadership-profile .student-feedback .img-wrap {
    height: 150px;
    width: 150px;
}.leadership-profile .student-feedback .emp-container {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.leadership-profile .student-feedback .emp-container::before,
  .leadership-profile .student-feedback .emp-container::after {
    font-size: 60px;
}
}

@media (max-width: 480px) {.leadership-profile {
    padding: 60px 0;
}.leadership-profile .student-feedback {
    gap: 20px;
    padding: 25px 20px;
}.leadership-profile .student-feedback .img-wrap {
    height: 120px;
    width: 120px;
}.leadership-profile .student-feedback .name {
    font-size: 22px;
}.leadership-profile .student-feedback > div:nth-child(2) > div {
    font-size: calc(18px * 0.9);
}}.cookie-message-window {
    z-index: 90;
    bottom: 0;
    width: 100%;
    position: fixed;
    border-top: 2px solid rgb(198,212,202);
    background: rgb(234,239,237);
}#cookie-popupwindow {
    display: none;
}#cookie-popupwindow:checked ~ .cookie-message-window {
    opacity: 0;
    visibility: hidden;
}.track-alert {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}.cookie-message-window h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie-message-window p {
    font-size: 18px;
}.privacy-ack {
    margin-right: 10px;
    flex-shrink: 0;
}.privacy-ack svg, .privacy-ack svg path, .privacy-ack img {
    fill: rgb(198,212,202);
    height: 100px;
    width: 100px;
}.cookie-reset {
    border-bottom: 2px solid rgb(198,212,202);
    white-space: nowrap;
    min-width: 120px;
    flex-shrink: 0;
    line-height: 35px;
    margin-left: 10px;
    color: rgb(198,212,202);
    cursor: pointer;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
}.cookie-message-window p a {
    color: rgb(198,212,202);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie-message-window {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.privacy-ack {
    display: none;
}.track-alert {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie-message-window h5 {
    text-align: center;
}.cookie-message-window p {
    text-align: center;
}.edu-accept {
    margin-bottom: 20px;
}body .wrapper-structure .cookie-reset {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-structure .cookie-message-window {
    box-shadow: rgb(161,179,166,0.5) 0px 0px 10px 10px;
    background: rgb(198,212,202);
}.wrapper-structure .track-alert {
    justify-content: space-between;
    padding: 40px 0;
}.wrapper-structure .cookie-reset {
    margin-left: 30px;
    background: #ffffff;
    font-size: 20px;
    color: rgb(198,212,202);
    border: none;
    padding: 10px;
}.wrapper-structure .edu-accept {
    text-align: left;
    color: #ffffff;
}.wrapper-structure .edu-accept h5 {
    font-weight: 700;
}.wrapper-structure .edu-accept h5, .wrapper-structure .edu-accept p {
    color: #ffffff;
}.wrapper-structure .cookie-message-window p a {
    text-decoration: underline;
    color: rgb(161,179,166);
}.privacy-hutch {
    background: linear-gradient(145deg, rgb(234,239,237), #ffffff);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}.privacy-hutch::before {
    pointer-events: none;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 10% 90%, rgb(161,179,166,0.5), transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(198,212,202,0.5), transparent 45%);
    width: 100%;
    content: "";
    z-index: 0;
}.privacy-hutch .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1140px;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards;
    position: relative;
}.privacy-hutch h1 {
    display: inline-block;
    opacity: 0;
    font-size: 45px;
    font-weight: 700;
    color: #000000;
    animation: slideUp 0.7s ease-out forwards 0.2s;
    margin-bottom: 2rem;
    transform: translateY(10px);
    position: relative;
}.privacy-hutch h1::after {
    transform-origin: left;
    content: "";
    position: absolute;
    background: rgb(198,212,202);
    transform: scaleX(0);
    left: 0;
    bottom: -0.5rem;
    width: 3.5rem;
    animation: expandLine 0.7s ease-out forwards 0.7s;
    height: 3px;
}.privacy-hutch h2 {
    color: #000000;
    position: relative;
    animation: slideUp 0.7s ease-out forwards 0.3s;
    font-size: 31px;
    font-weight: 600;
    opacity: 0;
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
    transform: translateY(10px);
}.privacy-hutch h2::before {
    content: "";
    height: 85%;
    border-radius: 2px;
    left: 0;
    top: 0.25rem;
    background: rgb(161,179,166);
    width: 4px;
    position: absolute;
}.privacy-hutch h3 {
    color: #000000;
    animation: slideUp 0.7s ease-out forwards 0.4s;
    padding-left: 0.8rem;
    font-size: calc(31px * 0.85);
    transform: translateY(10px);
    opacity: 0;
    font-weight: 600;
    margin: 2.2rem 0 1.2rem;
    position: relative;
}.privacy-hutch h3::before {
    background: rgb(161,179,166);
    top: 0.25rem;
    height: 80%;
    border-radius: 1.5px;
    opacity: 0.8;
    content: "";
    position: absolute;
    width: 3px;
    left: 0;
}.privacy-hutch h4 {
    transform: translateY(10px);
    animation: slideUp 0.7s ease-out forwards 0.5s;
    color: #000000;
    position: relative;
    padding-left: 0.7rem;
    font-size: calc(31px * 0.75);
    opacity: 0;
    font-weight: 600;
    margin: 2rem 0 1rem;
}.privacy-hutch h4::before {
    content: "";
    height: 75%;
    opacity: 0.7;
    width: 2px;
    border-radius: 1px;
    position: absolute;
    background: rgb(161,179,166);
    top: 0.25rem;
    left: 0;
}.privacy-hutch p {
    font-size: 15px;
    transform: translateY(10px);
    margin-bottom: 1.5rem;
    max-width: 90ch;
    color: #000000;
    opacity: 0;
    line-height: 1.75;
    animation: slideUp 0.7s ease-out forwards 0.4s;
}.privacy-hutch ul {
    padding-left: 2rem;
    margin-bottom: 2rem;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards 0.6s;
    max-width: 85ch;
}.privacy-hutch li {
    line-height: 1.75;
    position: relative;
    padding-left: 0.5rem;
    font-size: 15px;
    margin-bottom: 1rem;
    color: #000000;
}.privacy-hutch li::marker {
    color: rgb(198,212,202);
    font-size: 1.2em;
}.privacy-hutch span {
    line-height: 1.75;
    padding-left: 1rem;
    transform: translateY(10px);
    font-size: 15px;
    display: block;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: slideUp 0.7s ease-out forwards 0.5s;
    color: #000000;
    border-left: 1px solid rgb(161,179,166,0.5);
}.privacy-hutch strong {
    position: relative;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}

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

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

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

@media (min-width: 768px) {.privacy-hutch {
    padding: 6rem 3rem;
}.privacy-hutch .container {
    padding: 0 2rem;
}.privacy-hutch h1 {
    font-size: calc(45px * 1.1);
    margin-bottom: 3rem;
}.privacy-hutch h1::after {
    width: 4.5rem;
}.privacy-hutch h2 {
    font-size: calc(31px * 1.05);
    margin: 3rem 0 1.8rem;
    padding-left: 1.2rem;
}.privacy-hutch h2::before {
    width: 5px;
}.privacy-hutch p, 
    .privacy-hutch li,
    .privacy-hutch span {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 992px) {.privacy-hutch {
    background: linear-gradient(165deg, rgb(234,239,237), #ffffff);
    padding: 7rem 4rem;
}.privacy-hutch .container {
    padding: 0 3rem;
}.privacy-hutch h1 {
    font-size: calc(45px * 1.2);
    margin-bottom: 3.5rem;
}.privacy-hutch h1::after {
    height: 4px;
    width: 5rem;
}.privacy-hutch p {
    margin-bottom: 2rem;
}.privacy-hutch h2::before {
    background: linear-gradient(to bottom, rgb(198,212,202), rgb(161,179,166));
}.privacy-hutch li {
    margin-bottom: 1.2rem;
}.privacy-hutch span {
    border-left: 2px solid rgb(161,179,166,0.5);
    padding-left: 1.5rem;
}
}

@media (min-width: 1200px) {.privacy-hutch {
    padding: 8rem 5rem;
}.privacy-hutch::before {
    background: 
            radial-gradient(circle at 5% 95%, rgb(161,179,166,0.5), transparent 40%),
            radial-gradient(circle at 95% 5%, rgb(198,212,202,0.5), transparent 45%);
}.privacy-hutch .container {
    padding: 0 4rem;
}.privacy-hutch h1 {
    font-size: calc(45px * 1.3);
}.privacy-hutch h1::after {
    height: 5px;
    bottom: -0.7rem;
    width: 5.5rem;
}.privacy-hutch ul {
    padding-left: 2.5rem;
}
}

@media (hover: hover) {.privacy-hutch li:hover::marker {
    color: rgb(161,179,166);
}.privacy-hutch strong:hover {
    transition: color 0.3s ease;
    color: rgb(198,212,202);
}
}

@media (max-width: 767px) {.privacy-hutch {
    padding: 3rem 1.5rem;
}.privacy-hutch h1 {
    font-size: calc(45px * 0.9);
    margin-bottom: 1.8rem;
}.privacy-hutch h2 {
    margin: 2rem 0 1.2rem;
    font-size: calc(31px * 0.95);
}.privacy-hutch p, 
    .privacy-hutch li,
    .privacy-hutch span {
    line-height: 1.7;
    font-size: calc(15px * 0.98);
}.privacy-hutch ul {
    padding-left: 1.5rem;
}
}

@media (prefers-reduced-motion: reduce) {.privacy-hutch .container,
    .privacy-hutch h1,
    .privacy-hutch h2,
    .privacy-hutch h3,
    .privacy-hutch h4,
    .privacy-hutch p,
    .privacy-hutch ul,
    .privacy-hutch span {
    opacity: 1;
    animation: none;
    transform: none;
}.privacy-hutch h1::after {
    animation: none;
    transform: scaleX(1);
}}header {
    width: 100%;
    z-index: 99;
    position: relative;
    background: rgb(234,239,237);
    overflow: visible;
}header::before {
    position: absolute;
    opacity: 0.15;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(90deg, rgb(198,212,202,0.5) 0%, transparent 50%, rgb(198,212,202,0.5) 100%);
}header .nav-info {
    padding: 20px;
    gap: 15px;
    position: relative;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}header .nav-info::after {
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(198,212,202,0.5), transparent);
    height: 1px;
    left: 0;
    top: 50%;
    position: absolute;
}header .nav-info .top-bar {
    padding: 5px 20px 15px;
    position: relative;
    z-index: 10;
    justify-self: center;
}header .nav-info .top-bar::before,
header .nav-info .top-bar::after {
    height: 90%;
    position: absolute;
    width: 90%;
    border-radius: 16px;
    content: "";
}header .nav-info .top-bar::before {
    transition: transform 0.3s ease;
    border-left: 2px solid rgb(198,212,202);
    transform-origin: top left;
    left: -5px;
    transform: scale(0);
    border-top: 2px solid rgb(198,212,202);
    top: -5px;
}header .nav-info .top-bar::after {
    transform: scale(0);
    bottom: -5px;
    right: -5px;
    transition: transform 0.3s ease;
    border-bottom: 2px solid rgb(161,179,166);
    transform-origin: bottom right;
    border-right: 2px solid rgb(161,179,166);
}header .nav-info .top-bar:hover::before,
header .nav-info .top-bar:hover::after {
    transform: scale(1);
}header .nav-info .top-bar .head-page {
    display: block;
    transition: transform 0.3s ease;
}header .nav-info .top-bar .head-page svg {
    width: auto;
    height: 60px;
}header .nav-info .nav-core {
    margin: 0;
    flex-wrap: wrap;
    background: linear-gradient(180deg, transparent, rgb(161,179,166) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    padding: 20px 0 10px;
    list-style: none;
    position: relative;
    display: flex;
    justify-content: center;
}header .nav-info .nav-core::before,
header .nav-info .nav-core::after {
    height: 70%;
    width: 2px;
    position: absolute;
    background: rgb(198,212,202,0.5);
    content: "";
    top: 15%;
}header .nav-info .nav-core::before {
    left: 0;
}header .nav-info .nav-core::after {
    right: 0;
}header .nav-info .nav-core .top-section {
    padding: 0 15px;
    position: relative;
    margin: 0;
    transition: transform 0.3s ease;
}header .nav-info .nav-core .top-section:not(:last-child)::after {
    background: rgb(161,179,166,0.5);
    position: absolute;
    top: 20%;
    right: 0;
    width: 1px;
    height: 60%;
    content: "";
}header .nav-info .nav-core .top-section:hover {
    transform: translateY(-3px);
}header .nav-info .nav-core .top-section a {
    text-align: center;
    text-decoration: none;
    display: block;
    color: #000000;
    position: relative;
    padding: 10px 5px;
    transition: color 0.3s ease;
    font-size: 15px;
    font-family: Arial, sans-serif;
    font-weight: 600;
}header .nav-info .nav-core .top-section a:hover {
    color: rgb(198,212,202);
}header .nav-info .nav-core .top-section a::before {
    left: 0;
    background: rgb(161,179,166);
    transform: scaleX(0);
    bottom: 5px;
    position: absolute;
    height: 2px;
    width: 100%;
    transition: transform 0.3s ease;
    content: "";
}header .nav-info .nav-core .top-section a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .nav-info {
    padding: 15px 30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}header .nav-info .nav-core {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .nav-info {
    gap: 10px;
    padding: 15px;
    grid-template-rows: auto auto;
}header .nav-info .top-bar {
    padding: 5px 10px;
}header .nav-info .top-bar .head-page svg {
    height: 45px;
}header .nav-info .nav-core {
    padding: 15px 0 10px;
}header .nav-info .nav-core .top-section {
    padding: 0 10px;
}header .nav-info .nav-core .top-section a {
    padding: 8px 3px;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header .nav-info .nav-core {
    justify-content: center;
    flex-wrap: wrap;
}header .nav-info .nav-core .top-section {
    margin: 3px 0;
}header .nav-info .nav-core .top-section:not(:last-child)::after {
    display: none;
}}.program-offerings {
    padding: 120px 0;
    overflow: hidden;
    background-color: rgb(161,179,166);
    position: relative;
}.program-offerings::before {
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    background: 
        radial-gradient(ellipse at bottom right, rgb(198,212,202,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(161,179,166,0.5) 0%, transparent 60%);
    top: 0;
    width: 100%;
    left: 0;
}.program-offerings::after {
    height: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    background-size: 50px 50px;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
}.program-offerings .container {
    z-index: 2;
    position: relative;
}.program-offerings .new-skills {
    display: flex;
    gap: 60px;
    flex-direction: column;
    position: relative;
}.program-offerings .text-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    display: grid;
    order: 2;
    position: relative;
}.program-offerings .text-block h2 {
    font-size: 44px;
    font-weight: 700;
    padding-bottom: 20px;
    grid-column: 1 / -1;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
    position: relative;
}.program-offerings .text-block h2::after {
    position: absolute;
    border-radius: 10px;
    transform: translateX(-50%);
    width: 100px;
    background: linear-gradient(90deg, rgb(198,212,202), rgb(161,179,166));
    bottom: 0;
    left: 50%;
    content: "";
    height: 3px;
}.program-offerings .text-block .description {
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    margin: 0;
    backdrop-filter: blur(10px);
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    line-height: 1.8;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 30px;
}.program-offerings .text-block .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.program-offerings .text-block .description::before {
    position: absolute;
    background: rgb(198,212,202);
    height: 4px;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
}.program-offerings .text-block .description:last-of-type::before {
    background: rgb(161,179,166);
}.program-offerings .text-block .description::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    pointer-events: none;
}.program-offerings .img-wrap {
    overflow: hidden;
    height: 400px;
    border-radius: 30px;
    position: relative;
    order: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.program-offerings .img-wrap::before {
    inset: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
    position: absolute;
    z-index: 1;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float-tech {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(15px) rotate(-5deg);
    }
}

@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (min-width: 992px) {.program-offerings .new-skills {
    gap: 80px;
}.program-offerings .img-wrap {
    height: 500px;
}
}

@media (max-width: 991px) {.program-offerings {
    padding: 80px 0;
}
}

@media (max-width: 767px) {.program-offerings {
    padding: 60px 0;
}.program-offerings .text-block {
    grid-template-columns: 1fr;
}.program-offerings .text-block h2 {
    font-size: calc(44px * 0.9);
}.program-offerings .img-wrap {
    height: 350px;
}
}

@media (max-width: 480px) {.program-offerings {
    padding: 40px 0;
}.program-offerings .new-skills {
    gap: 40px;
}.program-offerings .text-block h2 {
    padding-bottom: 15px;
    font-size: calc(44px * 0.8);
}.program-offerings .text-block h2::after {
    width: 80px;
}.program-offerings .text-block .description {
    padding: 20px;
}.program-offerings .img-wrap {
    height: 250px;
}

}