* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    scroll-behavior: auto;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.tutor-match {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.segment-wrapper {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}.head-pagebar {
    flex: 1 0 auto;
}.container {
    width: 1174px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    width: 10px;
    scroll-behavior: smooth;
    padding: 1px;
}::-webkit-scrollbar-track {
    border-radius: 16%;
    border: 1px dashed #ffffff;
    box-shadow: inset -4px -2px 0px 2px rgba(0, 0, 0, 0.6);
    background: rgb(212,226,213);
}::-webkit-scrollbar-thumb {
    border: 3px ridge rgb(177,135,177,0.5);
    border-radius: 11.9vw;
    box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.2);
    background: repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, rgb(177,135,177) 10px, rgb(177,135,177) 18px);
}::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    border-color: rgb(203,170,171);
}::-webkit-scrollbar-corner {
    border-radius: 3px;
    background: rgb(177,135,177);
}* {
    scrollbar-color: #ffffff rgb(255, 255, 255, 0.5);
    scrollbar-width: none;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thxPanel {
    padding: 7rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(177,135,177,0.5) 0%, rgb(203,170,171,0.5) 40%, rgb(212,226,213) 100%);
    perspective: 1000px;
    position: relative;
}.thxPanel::before {
    animation: rotateGradient 30s infinite linear;
    top: -50%;
    height: 200%;
    left: -50%;
    content: "";
    position: absolute;
    background: radial-gradient(circle at center, rgb(203,170,171,0.5) 0%, transparent 70%);
    width: 200%;
    opacity: 0.2;
}.thxPanel::after {
    pointer-events: none;
    inset: 0;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(177,135,177,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(177,135,177,0.5) 0%, transparent 6%),
        radial-gradient(circle at 40% 80%, rgb(203,170,171,0.5) 0%, transparent 5%),
        radial-gradient(circle at 65% 25%, rgb(203,170,171,0.5) 0%, transparent 7%);
    position: absolute;
}.thxPanel .container {
    z-index: 2;
    transform-style: preserve-3d;
    position: relative;
}.thxPanel .pro-classes {
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    transform: translateZ(0);
    display: flex;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 3rem;
    gap: 2.5rem;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    flex-direction: column;
}.thxPanel .pro-classes::before {
    width: 100%;
    left: -100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    animation: shimmer 4s infinite;
    content: "";
    pointer-events: none;
    top: 0;
    position: absolute;
}.thxPanel .pro-classes:hover {
    transform: translateZ(20px) scale(1.01);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 10px 25px rgba(0, 0, 0, 0.08);
}.thxPanel .pro-classes > div:first-child {
    animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.2s;
    opacity: 0;
    position: relative;
    transform: translateX(-2rem);
}.thxPanel .pro-classes > div:last-child {
    position: relative;
    transform: translateY(2rem);
    animation: slideInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
    opacity: 0;
}.thxPanel h5 {
    color: rgb(203,170,171);
    position: relative;
    padding-bottom: 1rem;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
    font-size: calc(18px * 1.1);
    display: inline-block;
    font-weight: 700;
}.thxPanel h5::after {
    height: 3px;
    content: "";
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    left: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(90deg, rgb(203,170,171) 0%, rgb(177,135,177) 100%);
    position: absolute;
}.thxPanel p {
    font-size: 14px;
    z-index: 1;
    margin: 0;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    color: #000000;
    line-height: 1.7;
}.thxPanel a {
    backdrop-filter: blur(5px);
    display: block;
    background: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    padding: 1.5rem;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}.thxPanel a::before {
    content: "";
    z-index: -1;
    transition: opacity 0.4s ease;
    opacity: 0;
    inset: 0;
    background: linear-gradient(135deg, rgb(203,170,171,0.5) 0%, transparent 100%);
    position: absolute;
}.thxPanel a:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.thxPanel a:hover::before {
    opacity: 0.15;
}.thxPanel a:hover p {
    color: #000000;
    transform: translateY(-3px);
}.thxPanel a::after {
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    content: "";
    bottom: 0;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(177,135,177) 0%, rgb(203,170,171) 100%);
}.thxPanel a:hover::after {
    transform: scaleX(1);
}

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

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

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

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

@keyframes rotateGradient {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.thxPanel {
    padding: 5rem 0;
}.thxPanel .pro-classes {
    padding: 2.5rem;
    gap: 2rem;
}.thxPanel h5 {
    font-size: 18px;
}.thxPanel p {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 767px) {.thxPanel {
    padding: 4rem 0;
}.thxPanel .pro-classes {
    padding: 2rem;
    gap: 1.5rem;
}.thxPanel h5 {
    font-size: calc(18px * 0.9);
}.thxPanel h5::after {
    height: 2px;
}.thxPanel a {
    padding: 1.2rem;
}
}

@media (max-width: 575px) {.thxPanel {
    padding: 3rem 0;
}.thxPanel .pro-classes {
    gap: 1.2rem;
    padding: 1.5rem;
}.thxPanel h5 {
    font-size: calc(18px * 0.85);
    padding-bottom: 0.75rem;
}.thxPanel p {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}.thxPanel a {
    padding: 1rem;
}.thxPanel a:hover {
    transform: translateY(-3px);
}
}

@media (hover: none) {.thxPanel .pro-classes:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                   0 0 0 1px rgba(255, 255, 255, 0.1),
                   0 5px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.thxPanel a:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}.thxPanel a:hover p {
    transform: none;
}}.privacy-shelter {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 2rem;
    background-color: rgb(212,226,213);
}.privacy-shelter:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    background-color: rgb(203,170,171,0.5);
}.privacy-shelter h1, .privacy-shelter h2 {
    color: rgb(203,170,171);
    margin-bottom: 1rem;
}.privacy-shelter h1 {
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    border-bottom: 2px solid rgb(203,170,171);
    font-size: 41px;
}.privacy-shelter h2 {
    font-size: 30px;
    padding-bottom: 0.25rem;
    font-weight: 600;
    border-bottom: 1px solid rgb(177,135,177);
}.privacy-shelter h3, .privacy-shelter h4, .privacy-shelter h5, .privacy-shelter h6 {
    margin: 10px 0;
}.privacy-shelter ul {
    margin: 1rem 0;
    list-style-type: none;
    padding-left: 0;
}.privacy-shelter ul li {
    font-size: 18px;
    font-weight: 400;
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    position: relative;
}.privacy-shelter ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    font-size: 1.5rem;
    top: 0;
    color: rgb(203,170,171);
}.privacy-shelter p, .privacy-shelter span {
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
}.privacy-shelter div {
    margin-bottom: 1rem;
}.privacy-shelter section {
    margin-bottom: 2rem;
}
@media only screen and (max-width: 800px) {.privacy-shelter {
    border-radius: 10px;
    padding: 1rem;
}.privacy-shelter h1 {
    font-size: calc(22px * 0.8);
}.privacy-shelter h2 {
    font-size: calc(22px * 0.8);
}.privacy-shelter ul li {
    padding-left: 1rem;
}.privacy-shelter ul li::before {
    font-size: 1.2rem;
}}.stay-connected {
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(203,170,171,0.5) 0%, rgb(177,135,177) 100%);
}.stay-connected::before {
    z-index: 1;
    background: rgb(177,135,177,0.5);
    width: 120%;
    top: -10%;
    transform: rotate(-15deg);
    left: -10%;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
    height: 70%;
    content: "";
    position: absolute;
}.stay-connected .pro-classes {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.stay-connected .reach-info {
    max-width: 90%;
    flex-direction: column;
    display: flex;
    transform: translateX(10%);
}.stay-connected h3 {
    font-family: Arial, sans-serif;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 38px;
    margin-bottom: 2rem;
    font-weight: 700;
    transform: skewX(-5deg);
}.stay-connected .input_holder {
    display: flex;
    transform: perspective(800px) rotateY(-5deg);
    align-items: stretch;
    border-radius: 14px;
    max-width: 90%;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    flex-direction: row;
    overflow: hidden;
}.stay-connected input[type="email"] {
    color: #000000;
    border: none;
    flex-grow: 1;
    background: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 13px;
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
}.stay-connected input[type="email"]:focus {
    background: rgb(212,226,213);
    outline: none;
    box-shadow: inset 0 0 0 3px rgb(203,170,171,0.5);
}.stay-connected .sub-settings {
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border: none;
    background: linear-gradient(to right, rgb(203,170,171), rgb(177,135,177));
    padding: 1rem 2.5rem;
}.stay-connected .sub-settings:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(203,170,171,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.stay-connected .sub-settings:active {
    animation: pulse 1s forwards;
    transform: translateY(2px);
}

@media (max-width: 768px) {.stay-connected {
    padding: 3rem 1rem;
}.stay-connected .reach-info {
    transform: translateX(0);
    max-width: 100%;
}.stay-connected h3 {
    text-align: left;
    font-size: calc(21px + 0.2rem);
}.stay-connected .input_holder {
    flex-direction: column;
    transform: perspective(0) rotateY(0);
    max-width: 100%;
}.stay-connected input[type="email"] {
    padding: 1rem;
    border-radius: 10px 10px 0 0;
    width: 100%;
}.stay-connected .sub-settings {
    padding: 1rem;
    border-radius: 0 0 10px 10px;
    width: 100%;
}}.support {
    overflow: hidden;
    background: #ffffff;
    padding: 100px 0;
    position: relative;
}.support::before {
    height: 100%;
    content: '';
    z-index: 1;
    top: 0;
    filter: blur(50px);
    width: 100%;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, rgb(203,170,171,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(177,135,177,0.5) 0%, transparent 30%);
}.support .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.support .quick-help {
    background: transparent;
    overflow: visible;
    flex-direction: column;
    position: relative;
    border-radius: 21px;
    display: flex;
}.support .quick-request {
    z-index: 10;
    text-align: center;
    position: relative;
    padding: 15px 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 35px;
    background: rgb(203,170,171);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin: 0 0 50px;
    border-radius: 10px;
    justify-content: center;
    font-weight: 700;
}.support .quick-request svg {
    margin-right: 12px;
    height: 28px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linejoin: round;
    width: 28px;
    stroke-linecap: round;
    fill: none;
    animation: gentleRotate 8s infinite linear;
}@keyframes gentleRotate {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(5deg);
    }
    75% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.support .quick-request span {
    display: inline-block;
    color: transparent;
    background: linear-gradient(90deg, rgb(203,170,171), rgb(177,135,177));
    padding: 0 10px;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}.support .quick-request::before {
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: -1;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    content: '';
    filter: blur(50px);
    opacity: 0.4;
    background: rgb(203,170,171,0.5);
}.support .quick-request::after {
    content: '';
    bottom: -10px;
    border-top: 10px solid rgb(203,170,171);
    left: 50%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    height: 0;
    transform: translateX(-50%);
    width: 0;
}.support .img-grid-wrapper {
    top: 0;
    height: 100%;
    overflow: hidden;
    left: 15px;
    border-radius: 10px;
    position: absolute;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    right: 15px;
}.support .img-grid-wrapper::before {
    content: '';
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
}.support .img-grid-wrapper::after {
    content: '';
    height: 60px;
    width: 60px;
    border-radius: 50%;
    animation: pulse 3s infinite;
    border: 3px solid #ffffff;
    z-index: 2;
    position: absolute;
    left: 30px;
    opacity: 0.8;
    bottom: 30px;
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.6;
    }
}
@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.support .get-contactwidget {
    background: #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    transform: translateZ(0);
    border-radius: 10px;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 40px;
}.support .get-contactwidget:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}.support .get-contactwidget::before {
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(203,170,171), rgb(177,135,177));
    top: 0;
    width: 100%;
    border-radius: 10px 10px 0 0;
}.support .get-contactwidget p {
    position: relative;
    padding-left: 42px;
    margin: 0 0 22px;
    align-items: center;
    font-size: 15px;
    display: flex;
    color: #000000;
}.support .get-contactwidget p:last-child {
    margin-bottom: 0;
}.support .get-contactwidget p svg {
    fill: #000000;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    height: 24px;
    box-sizing: content-box;
    background: rgb(212,226,213);
    border-radius: 50%;
    transition: all 0.3s ease;
    padding: 4px;
    left: 0;
    width: 24px;
}.support .get-contactwidget p:hover svg {
    background: rgb(203,170,171);
    stroke: rgb(177,135,177);
    transform: translateY(-50%) scale(1.2);
}.support .get-contactwidget p svg path {
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    animation: drawSvgPath 1.5s forwards ease-out;
}.support .get-contactwidget p:nth-child(1) svg path {
    animation-delay: 0.1s;
}.support .get-contactwidget p:nth-child(2) svg path {
    animation-delay: 0.2s;
}.support .get-contactwidget p:nth-child(3) svg path {
    animation-delay: 0.3s;
}.support .get-contactwidget p:nth-child(4) svg path {
    animation-delay: 0.4s;
}.support .get-contactwidget p:nth-child(5) svg path {
    animation-delay: 0.5s;
}@keyframes drawSvgPath {
    to {
        stroke-dashoffset: 0;
    }
}
.support .get-contactwidget p span {
    position: relative;
    z-index: 1;
}.support .get-contactwidget p a {
    text-decoration: none;
    color: rgb(203,170,171);
    font-weight: 600;
    transition: color 0.3s ease;
}.support .get-contactwidget p a:hover {
    color: rgb(177,135,177);
}.support .message-info {
    overflow: hidden;
    position: relative;
    background: rgb(212,226,213);
    padding: 40px;
    border-radius: 10px;
}.support .message-info::before {
    width: 100%;
    content: '';
    top: 0;
    position: absolute;
    z-index: 1;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(203,170,171,0.5) 49%, rgb(203,170,171,0.5) 51%, transparent 52%) 0 0/30px 30px,
        linear-gradient(-45deg, transparent 48%, rgb(177,135,177,0.5) 49%, rgb(177,135,177,0.5) 51%, transparent 52%) 0 0/30px 30px;
    left: 0;
    height: 100%;
    opacity: 0.1;
}.support .course-info {
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    display: flex;
    z-index: 2;
    font-size: 20px;
    color: #000000;
    margin: 0 0 30px;
    font-weight: 600;
}.support .course-info svg {
    width: 22px;
    height: 22px;
    stroke-linecap: round;
    margin-right: 10px;
    stroke: rgb(203,170,171);
    stroke-width: 2;
    fill: none;
    stroke-linejoin: round;
}.support .course-info svg circle {
    animation: clockwise 10s linear infinite;
    transform-origin: center;
}@keyframes clockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.support .course-info::after {
    width: 40px;
    content: '';
    left: 50%;
    position: absolute;
    height: 2px;
    transform: translateX(-50%);
    bottom: -10px;
    background: rgb(203,170,171);
}.support .contact-now {
    position: relative;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    z-index: 2;
}.support .contact-card {
    align-items: center;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 15px 15px 15px 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    font-size: calc(15px - 1px);
    border-radius: 10px;
    color: #000000;
    background: #ffffff;
    text-align: left;
    display: flex;
}.support .contact-card svg {
    width: 16px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    stroke: rgb(203,170,171);
    transition: all 0.3s ease;
    height: 16px;
    fill: none;
    left: 12px;
    stroke-linecap: round;
    opacity: 0.8;
    stroke-width: 2;
    stroke-linejoin: round;
}.support .contact-card:hover {
    color: #000000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.support .contact-card:hover svg {
    opacity: 1;
    stroke: rgb(177,135,177);
    transform: translateY(-50%) rotate(15deg);
}.support .contact-card::before {
    transition: transform 0.3s ease;
    position: absolute;
    transform-origin: left;
    background: linear-gradient(to right, rgb(203,170,171), rgb(177,135,177));
    content: '';
    width: 100%;
    top: 0;
    height: 3px;
    left: 0;
    transform: scaleX(0);
}.support .contact-card:hover::before {
    transform: scaleX(1);
}.support .contact-card:nth-child(odd)::after {
    right: -5px;
    width: 10px;
    content: '';
    bottom: -5px;
    border-radius: 50%;
    background: rgb(203,170,171,0.5);
    height: 10px;
    position: absolute;
}
@media (min-width: 992px) {.support .quick-help {
    padding: 50px 0;
}.support .get-contactwidget p svg {
    height: 26px;
    width: 26px;
}.support .course-info svg {
    margin-right: 12px;
    width: 24px;
    height: 24px;
}.support .contact-card svg {
    height: 18px;
    width: 18px;
}
}
@media (min-width: 768px) and (max-width: 991px) {.support {
    padding: 80px 0;
}.support .quick-request {
    margin-bottom: 40px;
}.support .quick-request svg {
    height: 24px;
    margin-right: 10px;
    width: 24px;
}.support .get-contactwidget,
    .support .message-info {
    padding: 30px;
}.support .get-contactwidget p svg {
    width: 22px;
    height: 22px;
}.support .course-info svg {
    height: 20px;
    width: 20px;
}.support .contact-now {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 767px) {.support {
    padding: 60px 0;
}.support .quick-request {
    font-size: calc(35px - 4px);
    margin-bottom: 30px;
}.support .quick-request svg {
    height: 20px;
    margin-right: 8px;
    width: 20px;
}.support .get-contactwidget,
    .support .message-info {
    padding: 25px;
}.support .get-contactwidget p {
    padding-left: 30px;
}.support .get-contactwidget p svg {
    height: 20px;
    width: 20px;
}.support .course-info svg {
    margin-right: 8px;
    width: 18px;
    height: 18px;
}.support .contact-now {
    gap: 15px;
    grid-template-columns: 1fr;
}.support .contact-card {
    padding: 12px 12px 12px 35px;
}.support .contact-card svg {
    width: 14px;
    left: 10px;
    height: 14px;
}}.give-it-a-try {
    position: relative;
    padding: 130px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(177,135,177,0.5) 0%, rgb(212,226,213) 100%);
}.give-it-a-try::before {
    position: absolute;
    content: '';
    background: 
        linear-gradient(45deg, rgb(212,226,213) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(212,226,213) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(212,226,213) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(212,226,213) 75%);
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    opacity: 0.03;
    height: 100%;
    width: 100%;
    background-size: 20px 20px;
    top: 0;
    z-index: 1;
    left: 0;
}.give-it-a-try .pro-classes {
    position: relative;
    z-index: 10;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.give-it-a-try .container p {
    font-weight: 700;
    padding: 50px;
    font-size: 34px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    background: #ffffff;
    color: #000000;
    z-index: 5;
    line-height: 1.4;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateZ(0);
    position: relative;
    border-radius: 18px;
    margin: 0;
}.give-it-a-try .inquiry-grid {
    border-radius: 18px;
    z-index: 5;
    font-size: 15px;
    color: #ffffff;
    display: flex;
    text-decoration: none;
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateZ(0);
    padding: 50px;
    position: relative;
    overflow: hidden;
    justify-content: center;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    align-items: center;
    background: rgb(203,170,171);
    transition: all 0.5s ease;
    font-weight: 600;
}.give-it-a-try .inquiry-grid::before {
    z-index: -1;
    left: -50%;
    background: radial-gradient(circle, rgb(177,135,177) 0%, transparent 60%);
    content: '';
    width: 200%;
    height: 200%;
    opacity: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    top: -50%;
}.give-it-a-try .container p:hover,
.give-it-a-try .inquiry-grid:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(30px);
}.give-it-a-try .inquiry-grid:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}.give-it-a-try .inquiry-grid:hover::before {
    animation: pulse-bg 3s infinite;
    opacity: 0.3;
}.give-it-a-try::after {
    right: -50px;
    height: 300px;
    opacity: 0.3;
    filter: blur(80px);
    border-radius: 50%;
    bottom: -50px;
    background: linear-gradient(
        45deg,
        rgb(203,170,171,0.5),
        rgb(177,135,177,0.5)
    );
    width: 300px;
    content: '';
    position: absolute;
    z-index: 1;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.give-it-a-try {
    padding: 90px 0;
}.give-it-a-try .container p {
    font-size: calc(23px * 1.2);
    padding: 40px;
}.give-it-a-try .inquiry-grid {
    padding: 40px;
}
}

@media (max-width: 767px) {.give-it-a-try {
    padding: 70px 0;
}.give-it-a-try .pro-classes {
    grid-template-columns: 1fr;
}.give-it-a-try .container p {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
    font-size: 23px;
    padding: 30px;
}.give-it-a-try .inquiry-grid {
    padding: 25px;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
}.give-it-a-try .container p:hover,
    .give-it-a-try .inquiry-grid:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}
}

@media (max-width: 480px) {.give-it-a-try {
    padding: 50px 0;
}.give-it-a-try .container p {
    padding: 25px 20px;
    font-size: calc(17px * 1.2);
}.give-it-a-try .inquiry-grid {
    font-size: calc(15px * 0.9);
    padding: 20px;
}}.our-background {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}.our-background::before {
    content: "";
    height: 100%;
    opacity: 0.15;
    z-index: 1;
    left: 0;
    position: absolute;
    background-size: 40px 40px;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(0deg, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, transparent 51%, transparent 100%),
        linear-gradient(90deg, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, transparent 51%, transparent 100%);
}.our-background::after {
    width: 400px;
    content: "";
    border-radius: 50%;
    position: absolute;
    animation: float 20s infinite alternate linear;
    opacity: 0.25;
    z-index: 1;
    right: -100px;
    height: 400px;
    background: linear-gradient(135deg, rgb(203,170,171) 0%, transparent 80%);
    filter: blur(80px);
    top: -100px;
}@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-50px, 50px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.our-background .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.our-background h2 {
    position: relative;
    letter-spacing: 2px;
    text-shadow: 0 0 20px rgb(203,170,171,0.5);
    font-size: 47px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
}.our-background h2::after {
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(203,170,171), transparent);
    bottom: -20px;
    position: absolute;
    content: "";
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}.our-background .smart-study {
    display: flex;
    flex-direction: column;
    gap: 40px;
}.our-background .class-space {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 50px;
    border-radius: 16px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}.our-background .class-space:nth-child(1) {
    transform: translateX(-40px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
}.our-background .class-space:nth-child(2) {
    transform: translateX(40px);
    background: linear-gradient(135deg, rgba(rgb(177,135,177), 0.2) 0%, rgba(rgb(177,135,177), 0.05) 100%);
}.our-background .class-space::before {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%),
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
    background-size: 60px 60px;
    content: "";
}.our-background .class-space:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
}.our-background .class-space:nth-child(1):hover {
    transform: translateY(-10px) translateX(-40px);
}.our-background .class-space:nth-child(2):hover {
    transform: translateY(-10px) translateX(40px);
}.our-background .class-space h3 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    margin-left: 15px;
    font-size: 21px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}.our-background .class-space h3::before {
    width: 6px;
    background: rgb(203,170,171);
    left: -15px;
    border-radius: 50%;
    top: 8px;
    height: 6px;
    box-shadow: 0 0 10px rgb(203,170,171);
    content: "";
    position: absolute;
}.our-background .class-space:nth-child(2) h3::before {
    box-shadow: 0 0 10px rgb(177,135,177);
    background: rgb(177,135,177);
}.our-background .class-space h3::after {
    position: absolute;
    left: 0;
    width: 40px;
    background: rgb(203,170,171);
    bottom: 0;
    transition: width 0.3s ease;
    height: 2px;
    content: "";
}.our-background .class-space:nth-child(2) h3::after {
    background: rgb(177,135,177);
}.our-background .class-space:hover h3::after {
    width: 80px;
}.our-background .class-space p {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
}.our-background .container::before {
    border-radius: 50%;
    width: 400px;
    bottom: -100px;
    position: absolute;
    left: -100px;
    filter: blur(80px);
    background: linear-gradient(135deg, rgb(177,135,177) 0%, transparent 80%);
    height: 400px;
    z-index: 1;
    content: "";
    opacity: 0.25;
    animation: float 20s infinite alternate-reverse linear;
}

@media screen and (max-width: 991px) {.our-background {
    padding: 100px 0;
}.our-background h2 {
    margin-bottom: 50px;
}.our-background .class-space {
    padding: 40px;
}.our-background .class-space:nth-child(1) {
    transform: translateX(-30px);
}.our-background .class-space:nth-child(2) {
    transform: translateX(30px);
}.our-background .class-space:nth-child(1):hover {
    transform: translateY(-10px) translateX(-30px);
}.our-background .class-space:nth-child(2):hover {
    transform: translateY(-10px) translateX(30px);
}
}

@media screen and (max-width: 768px) {.our-background {
    padding: 80px 0;
}.our-background h2 {
    margin-bottom: 40px;
    font-size: calc(29px + 0.2rem);
}.our-background .class-space {
    padding: 30px;
}.our-background .class-space:nth-child(1),
    .our-background .class-space:nth-child(2) {
    transform: translateX(0);
}.our-background .class-space:nth-child(1):hover,
    .our-background .class-space:nth-child(2):hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.our-background {
    padding: 60px 0;
}.our-background h2 {
    font-size: 29px;
}.our-background .smart-study {
    gap: 30px;
}.our-background .class-space {
    padding: 25px;
}.our-background .class-space h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(21px + 0.1rem);
}.our-background .class-space p {
    font-size: calc(14px - 0.05rem);
}}.mentorship-experience {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,226,213) 0%, #ffffff 100%);
    padding: 120px 0;
}.mentorship-experience::before {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(177,135,177,0.5) 0px,
        rgb(177,135,177,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.mentorship-experience::after {
    right: -25%;
    opacity: 0.1;
    background: radial-gradient(
        ellipse at center,
        rgb(203,170,171,0.5) 0%,
        transparent 70%
    );
    top: -50%;
    width: 80%;
    transform: rotate(-15deg);
    z-index: 1;
    content: "";
    height: 200%;
    position: absolute;
}.mentorship-experience .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.mentorship-experience .feedback-showcase {
    gap: 2rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    transform: perspective(1000px) rotateY(0deg);
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}.mentorship-experience .feedback-showcase:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.mentorship-experience .feedback-showcase::before {
    transform: scaleY(0);
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(203,170,171), rgb(177,135,177));
    width: 5px;
    position: absolute;
    top: 0;
    content: "";
}.mentorship-experience .feedback-showcase:hover::before {
    transform: scaleY(1);
}.mentorship-experience .img-grid-wrapper {
    width: 180px;
    overflow: hidden;
    margin: 0 auto;
    height: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 6px solid #ffffff;
    position: relative;
    transform: rotate(-3deg) translateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.mentorship-experience .feedback-showcase:hover .img-grid-wrapper {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: rotate(0deg) translateY(-10px);
}.mentorship-experience .img-grid-wrapper::after {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    height: 100%;
}.mentorship-experience .name {
    margin: 0.5rem 0;
    display: inline-block;
    position: relative;
    width: 100%;
    color: rgb(203,170,171);
    font-weight: 700;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
    transform: translateY(0);
    font-size: calc(22px * 1.1);
}.mentorship-experience .feedback-showcase:hover .name {
    transform: translateY(-5px);
}.mentorship-experience .name::after {
    bottom: -5px;
    width: 80px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    left: 50%;
    height: 2px;
    position: absolute;
    transform: translateX(-50%) scaleX(0.5);
    background: rgb(177,135,177);
}.mentorship-experience .feedback-showcase:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.mentorship-experience .feedback-showcase div:nth-child(2) div {
    margin-top: 0.5rem;
    text-align: center;
    color: rgb(177,135,177);
    font-style: italic;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    font-size: calc(14px * 1.05);
    transform: translateY(0);
}.mentorship-experience .feedback-showcase:hover div:nth-child(2) div {
    transform: translateY(-3px);
}.mentorship-experience .career-area {
    transition: opacity 0.4s ease;
    margin: 1.5rem 0 0;
    position: relative;
    font-size: 14px;
    opacity: 0.95;
    padding: 1.5rem 0.5rem 0.5rem;
    color: #000000;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    text-align: justify;
    line-height: 1.8;
}.mentorship-experience .feedback-showcase:hover .career-area {
    opacity: 1;
}.mentorship-experience .career-area::before {
    top: -0.5rem;
    font-family: serif;
    transform: translateX(-50%);
    content: "";
    font-size: 4rem;
    text-shadow: 2px 2px 0 #ffffff;
    left: 50%;
    line-height: 1;
    position: absolute;
    color: rgb(203,170,171,0.5);
}

@media (min-width: 768px) {.mentorship-experience .feedback-showcase {
    grid-template-columns: auto 1fr;
    padding: 3.5rem;
    gap: 2.5rem;
}.mentorship-experience .img-grid-wrapper {
    width: 200px;
    margin: 0;
    height: 200px;
}.mentorship-experience .name {
    text-align: left;
}.mentorship-experience .name::after {
    transform: translateX(0) scaleX(0.5);
    left: 0;
}.mentorship-experience .feedback-showcase:hover .name::after {
    transform: translateX(0) scaleX(1);
}.mentorship-experience .feedback-showcase div:nth-child(2) div {
    text-align: left;
}.mentorship-experience .feedback-showcase div:nth-child(3) {
    grid-column: span 2;
}.mentorship-experience .career-area {
    padding: 2rem 1rem 0.5rem;
}.mentorship-experience .career-area::before {
    left: 1rem;
    transform: translateX(0);
}
}

@media (min-width: 992px) {.mentorship-experience {
    padding: 150px 0;
}.mentorship-experience .feedback-showcase {
    gap: 3rem;
    grid-template-columns: 220px 1fr 2fr;
    padding: 4rem;
}.mentorship-experience .feedback-showcase div:nth-child(1) {
    grid-row: span 2;
}.mentorship-experience .feedback-showcase div:nth-child(3) {
    grid-column: 3;
    grid-row: span 2;
}.mentorship-experience .img-grid-wrapper {
    width: 220px;
    height: 280px;
}.mentorship-experience .career-area {
    height: 100%;
    margin: 0;
    align-items: center;
    border-top: none;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    padding: 0 0 0 3rem;
}.mentorship-experience .career-area::before {
    top: 1rem;
    left: 1rem;
}
}

@media (min-width: 1200px) {.mentorship-experience .feedback-showcase {
    padding: 5rem;
    grid-template-columns: 250px 1fr 2.5fr;
    gap: 3.5rem;
}.mentorship-experience .img-grid-wrapper {
    height: 320px;
    width: 250px;
}.mentorship-experience .name {
    font-size: calc(22px * 1.2);
}.mentorship-experience .feedback-showcase div:nth-child(2) div {
    margin-top: 0.75rem;
    font-size: calc(14px * 1.1);
}.mentorship-experience .career-area {
    padding: 0 0 0 4rem;
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}}.pricing-plan-card {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
}.pricing-plan-card::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(203,170,171,0.5) 100%);
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    bottom: 0;
    z-index: 1;
}.pricing-plan-card .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.pricing-plan-card .lesson-plans {
    position: relative;
}.pricing-plan-card h2 {
    font-size: 37px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    font-weight: 700;
    animation: slideInTitle 0.8s forwards 0.2s;
    color: #ffffff;
    opacity: 0;
    transform: translateX(-10px);
}.pricing-plan-card .fee-chart {
    margin-bottom: 40px;
    opacity: 0;
    max-width: 800px;
    line-height: 1.6;
    font-size: 12px;
    transform: translateX(-10px);
    color: #ffffff;
    animation: slideInDesc 0.8s forwards 0.4s;
}.pricing-plan-card .rate-schemes {
    list-style: none;
    display: grid;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
}.pricing-plan-card .rate-schemes li {
    perspective: 1000px;
    opacity: 0;
    animation: fadeIn 0.8s forwards;
}.pricing-plan-card .rate-schemes li:nth-child(1) {
    animation-delay: 0.5s;
}.pricing-plan-card .rate-schemes li:nth-child(2) {
    animation-delay: 0.7s;
}.pricing-plan-card .rate-schemes li:nth-child(3) {
    animation-delay: 0.9s;
}.pricing-plan-card .rate-schemes li:nth-child(4) {
    animation-delay: 1.1s;
}.pricing-plan-card .annual-fee {
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    transform-style: preserve-3d;
    display: block;
}.pricing-plan-card .plan-fees {
    background: linear-gradient(145deg, #ffffff 0%, rgb(212,226,213) 100%);
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
    transition: all 0.4s ease;
    display: flex;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    overflow: hidden;
    height: 100%;
    border-left: 4px solid rgb(203,170,171);
    position: relative;
}.pricing-plan-card .plan-fees::before {
    top: 0;
    width: 80px;
    opacity: 0.8;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 80px;
    content: "";
    background: rgb(177,135,177);
    right: 0;
    position: absolute;
    transform: translate(50%, -50%) rotate(45deg);
}.pricing-plan-card .group-rates {
    z-index: 2;
    flex-direction: column;
    position: relative;
    height: 100%;
    display: flex;
}.pricing-plan-card .group-rates h4 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #000000;
    margin: 0 0 20px;
    font-size: calc(24px + 2px);
}.pricing-plan-card .group-rates h4::after {
    height: 3px;
    background: rgb(203,170,171);
    left: 0;
    width: 40px;
    content: "";
    position: absolute;
    bottom: -10px;
    transition: width 0.3s ease;
}.pricing-plan-card .group-rates p {
    color: #000000;
    hyphens: auto;
    overflow-wrap: break-word;
    flex-grow: 1;
    line-height: 1.6;
    font-size: calc(12px - 1px);
    white-space: normal;
    margin: 0 0 25px;
    word-wrap: break-word;
}.pricing-plan-card .cost-deals {
    font-weight: 700;
    border-radius: 10px;
    font-size: 19px;
    margin-top: auto;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
              background-color 0.3s ease;
    overflow: hidden;
    align-self: flex-start;
    display: inline-block;
    transform: translateY(0);
    color: #ffffff;
    background: rgb(203,170,171);
    padding: 10px 20px;
}.pricing-plan-card .cost-deals::before {
    position: absolute;
    content: "";
    transform: translateX(-100%);
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    top: 0;
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
    left: 0;
    height: 100%;
}.pricing-plan-card .annual-fee:hover {
    transform: translateY(-8px);
}.pricing-plan-card .annual-fee:hover .plan-fees {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    border-left-width: 8px;
}.pricing-plan-card .annual-fee:hover .plan-fees::before {
    transform: translate(40%, -40%) rotate(45deg);
}.pricing-plan-card .annual-fee:hover .group-rates h4::after {
    width: 70px;
}.pricing-plan-card .annual-fee:hover .cost-deals {
    transform: translateY(-5px);
    background: rgb(177,135,177);
}.pricing-plan-card .annual-fee:hover .cost-deals::before {
    transform: translateX(100%);
}.pricing-plan-card .annual-fee:active {
    transition: transform 0.2s;
    transform: translateY(-2px);
}

@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInDesc {
  to {
    transform: translateX(0);
    opacity: 0.9;
  }
}

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

@media (max-width: 1200px) {.pricing-plan-card {
    padding: 80px 0;
}.pricing-plan-card .rate-schemes {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.pricing-plan-card h2 {
    font-size: calc(37px - 4px);
}.pricing-plan-card .fee-chart {
    margin-bottom: 30px;
}.pricing-plan-card .rate-schemes {
    gap: 20px;
}.pricing-plan-card .plan-fees {
    padding: 25px;
}
}

@media (max-width: 768px) {.pricing-plan-card {
    padding: 60px 0;
}.pricing-plan-card h2 {
    font-size: calc(37px - 6px);
}.pricing-plan-card .fee-chart {
    font-size: calc(12px - 1px);
}.pricing-plan-card .rate-schemes {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing-plan-card .group-rates h4 {
    font-size: 24px;
}.pricing-plan-card .group-rates p {
    font-size: calc(12px - 2px);
    margin-bottom: 20px;
}
}

@media (max-width: 576px) {.pricing-plan-card {
    padding: 50px 0;
}.pricing-plan-card .container {
    padding: 0 15px;
}.pricing-plan-card h2 {
    margin-bottom: 15px;
    font-size: calc(37px - 8px);
}.pricing-plan-card .fee-chart {
    margin-bottom: 25px;
}.pricing-plan-card .rate-schemes {
    grid-template-columns: 1fr;
    gap: 20px;
}.pricing-plan-card .plan-fees {
    padding: 20px;
}.pricing-plan-card .group-rates p {
    margin-bottom: 15px;
}.pricing-plan-card .cost-deals {
    padding: 8px 16px;
    font-size: calc(19px - 1px);
}}.cookie-banner-window {
    width: 100%;
    z-index: 90;
    bottom: 0;
    border-top: 2px solid rgb(203,170,171);
    position: fixed;
    background: rgb(212,226,213);
}.privacy-gate {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}.cookie-banner-window h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie-banner-window p {
    font-size: 18px;
}.data-control {
    flex-shrink: 0;
    margin-right: 10px;
}.data-control svg, .data-control svg path, .data-control img {
    height: 100px;
    width: 100px;
    fill: rgb(203,170,171);
}.safe-cookies {
    min-width: 120px;
    line-height: 35px;
    flex-shrink: 0;
    white-space: nowrap;
    text-decoration: none;
    margin-left: 10px;
    color: rgb(203,170,171);
    border-bottom: 2px solid rgb(203,170,171);
    text-align: center;
    cursor: pointer;
    font-size: 24px;
}.cookie-banner-window p a {
    color: rgb(203,170,171);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie-banner-window {
    padding: 20px;
}}
#cookieNoticeModal {
    display: none;
}#cookieNoticeModal:checked ~ .cookie-banner-window {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.data-control {
    display: none;
}.privacy-gate {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie-banner-window h5 {
    text-align: center;
}.cookie-banner-window p {
    text-align: center;
}.cookie-notice {
    margin-bottom: 20px;
}body .segment-wrapper .safe-cookies {
    margin-left: 0;
}}.connect-form {
    background: linear-gradient(125deg, rgb(212,226,213) 0%, rgb(212,226,213) 60%, rgb(203,170,171,0.5) 100%);
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}.connect-form::before {
    height: 100%;
    opacity: 0.05;
    top: 0;
    width: 50%;
    position: absolute;
    content: "";
    right: 0;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(203,170,171,0.5),
        rgb(203,170,171,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
}.connect-form .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}.connect-form h2 {
    font-size: 29px;
    text-align: center;
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000000;
    font-family: Arial, sans-serif;
}.connect-form h2::before {
    border-radius: 2px;
    position: absolute;
    background: rgb(203,170,171);
    height: 4px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    width: 60px;
    bottom: -15px;
}.connect-form .connect-feedback {
    gap: 40px;
    grid-template-columns: 1fr 450px;
    position: relative;
    display: grid;
    align-items: center;
    background: transparent;
}.connect-form .img-grid-wrapper {
    overflow: hidden;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    height: 550px;
    position: relative;
    border-radius: 30px;
}.connect-form .img-grid-wrapper:hover {
    transform: perspective(1000px) rotateY(0deg);
}.connect-form .support-form {
    transition: transform 0.5s ease;
    border-radius: 30px;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    padding: 50px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.connect-form .support-form:hover {
    transform: perspective(1000px) rotateY(0deg);
}.connect-form form {
    width: 100%;
}.connect-form form h3 {
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}.connect-form form input[type="text"] {
    margin-bottom: 20px;
    width: 100%;
    color: #000000;
    font-size: 15px;
    font-family: Arial, sans-serif;
    padding: 16px 20px;
    border-radius: 10px;
    border: none;
    background: rgb(212,226,213);
    transition: all 0.3s ease;
}.connect-form form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(203,170,171);
}.connect-form form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.connect-form .reach-links {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.connect-form .reach-links input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect-form .reach-links label {
    line-height: 1.5;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    color: #000000;
    padding-left: 35px;
}.connect-form .reach-links label::before {
    width: 22px;
    content: "";
    left: 0;
    transition: all 0.3s ease;
    border-radius: 4px;
    height: 22px;
    background: rgb(212,226,213);
    top: 2px;
    position: absolute;
}.connect-form .reach-links input[type="checkbox"]:checked + label::before {
    background: rgb(203,170,171);
}.connect-form .reach-links input[type="checkbox"]:checked + label::after {
    position: absolute;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    width: 6px;
    height: 10px;
    top: 6px;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    content: "";
}.connect-form .reach-links label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(203,170,171);
}.connect-form .reach-links label a:hover {
    color: rgb(177,135,177);
}.connect-form form .inquiry-grid {
    position: relative;
    font-family: Arial, sans-serif;
    background: rgb(203,170,171);
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 14px;
    border: none;
    overflow: hidden;
    font-weight: 600;
    padding: 16px 35px;
    color: #ffffff;
}.connect-form form .inquiry-grid::after {
    content: "";
    top: 0;
    width: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
    background: rgb(177,135,177);
    right: 0;
    transition: width 0.3s ease;
}.connect-form form .inquiry-grid:hover::after {
    left: 0;
    width: 100%;
    right: auto;
}.connect-form form .inquiry-grid span {
    position: relative;
    z-index: 1;
}.connect-form svg {
    height: 22px;
    width: 22px;
    fill: rgb(203,170,171);
}.connect-form svg path {
    transition: fill 0.3s ease;
    fill: rgb(203,170,171);
}

@media screen and (max-width: 1100px) {.connect-form .connect-feedback {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.connect-form .img-grid-wrapper {
    height: 500px;
}.connect-form .support-form {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.connect-form {
    padding: 80px 0;
}.connect-form .connect-feedback {
    grid-template-columns: 1fr;
    gap: 40px;
}.connect-form .img-grid-wrapper {
    height: 400px;
    transform: perspective(1000px) rotateY(0deg);
}.connect-form .support-form {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.connect-form {
    padding: 60px 0;
}.connect-form h2 {
    margin-bottom: 40px;
}.connect-form .img-grid-wrapper {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.connect-form {
    padding: 50px 0;
}.connect-form h2 {
    font-size: calc(29px * 0.85);
}.connect-form .img-grid-wrapper {
    height: 250px;
}.connect-form .support-form {
    padding: 30px 25px;
}.connect-form form h3 {
    font-size: calc(20px * 0.9);
}.connect-form form .inquiry-grid {
    width: 100%;
}}.title-screen {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(212,226,213) 0%, rgba(94,170,168,0.1) 100%);
}.title-screen .pro-classes {
    grid-template-columns: 1fr;
    height: 100%;
    max-width: 1400px;
    position: relative;
    grid-template-rows: auto auto;
    margin: 0 auto;
    padding: 2rem;
    display: grid;
}.title-screen .text-text {
    animation: slideInText 0.8s cubic-bezier(0.215, 0.610, 0.355, 1) forwards;
    position: relative;
    background: linear-gradient(165deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.8) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 3px 10px rgba(0,0,0,0.05);
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    z-index: 2;
    padding: 3rem 1.5rem;
}.title-screen h1 {
    animation: fadeInTitle 0.6s ease-out 0.3s forwards;
    margin-bottom: 1.5rem;
    opacity: 0;
    font-family: Arial, sans-serif;
    color: rgb(203,170,171);
    font-size: clamp(1.75rem, 4vw, 32px);
    line-height: 1.2;
    position: relative;
    font-weight: 700;
    transform: translateX(-5px);
}.title-screen h1::after {
    width: 60px;
    left: 0;
    animation: expandLine 0.5s ease-out 0.8s forwards;
    position: absolute;
    bottom: -8px;
    height: 3px;
    background: linear-gradient(90deg, rgb(203,170,171) 0%, rgb(177,135,177) 100%);
    transform-origin: left center;
    transform: scaleX(0);
    content: "";
}.title-screen .learning-primary {
    transform: translateY(20px);
    opacity: 0;
    align-items: flex-start;
    flex-direction: column;
    animation: fadeUpInfo 0.7s ease-out 0.5s forwards;
    display: flex;
    margin-bottom: 2rem;
}.title-screen .learning-primary svg {
    margin-bottom: 1.5rem;
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.1));
    height: 80px;
    animation: rotateSvg 15s ease-in-out infinite alternate;
    transform-origin: center;
    width: 80px;
    transform: rotate(-5deg);
}.title-screen .learning-primary svg path {
    animation: drawPath 2s ease-out 0.7s forwards;
    stroke-dashoffset: 1000;
    stroke-dasharray: 1000;
    stroke-width: 0.5;
    opacity: 0;
    stroke: rgb(177,135,177);
    fill: rgb(203,170,171);
}.title-screen .learning-primary svg text {
    fill: rgb(203,170,171);
    animation: fadeInText 1s ease-out 1.5s forwards;
    opacity: 0;
}.title-screen .learning-primary p {
    color: #000000;
    max-width: 550px;
    line-height: 1.6;
    font-size: clamp(1rem, 2vw, 13px);
    margin-bottom: 2rem;
    padding-left: 12px;
    position: relative;
}.title-screen .learning-primary p::before {
    content: "";
    animation: expandVerticalLine 0.5s ease-out 1.2s forwards;
    transform: scaleY(0);
    width: 3px;
    transform-origin: top;
    left: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(203,170,171), rgba(94,170,168,0.3));
}.title-screen ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}.title-screen ul li {
    margin-right: 1rem;
    opacity: 0;
    animation: fadeUpButton 0.6s ease-out 0.9s forwards;
    transform: translateY(20px);
}.title-screen .inquiry-grid {
    background: linear-gradient(135deg, rgb(203,170,171) 0%, rgb(177,135,177) 100%);
    position: relative;
    display: inline-block;
    padding: 0.9rem 2rem;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    font-weight: 600;
    border: none;
    color: #ffffff;
    text-decoration: none;
    transform: translateZ(0);
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 15px;
}.title-screen .inquiry-grid:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(94,170,168,0.4);
}.title-screen .inquiry-grid::before {
    width: 100%;
    top: 0;
    height: 100%;
    transition: all 0.75s ease;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    content: "";
    transform: skewX(-25deg);
}.title-screen .inquiry-grid:hover::before {
    left: 100%;
}.title-screen .img-grid-wrapper {
    opacity: 0;
    width: 100%;
    transform: translateY(20px);
    height: 50vh;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    overflow: hidden;
    position: relative;
    animation: fadeInPhoto 0.8s ease-out 0.7s forwards;
    border-radius: 5px;
}.title-screen .img-grid-wrapper::before {
    left: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
    right: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgba(94,170,168,0.4) 0%, rgba(94,170,168,0) 50%);
}.title-screen .img-grid-wrapper::after {
    content: "";
    height: 100px;
    background: rgb(203,170,171);
    position: absolute;
    right: -10%;
    top: -10%;
    border-radius: 50%;
    opacity: 0.15;
    animation: floatGlow 8s ease-in-out infinite alternate;
    width: 100px;
    filter: blur(40px);
}

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

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

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

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

@keyframes rotateSvg {
    0%, 100% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(5deg);
    }
}

@keyframes drawPath {
    from {
        stroke-dashoffset: 1000;
        opacity: 0;
    }
    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

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

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

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

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

@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 30px);
    }
    100% {
        transform: translate(10px, -20px);
    }
}

@media (min-width: 768px) {.title-screen .pro-classes {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-template-rows: auto;
    gap: 2rem;
    padding: 3rem;
    height: 100vh;
}.title-screen .text-text {
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}.title-screen .learning-primary svg {
    width: 100px;
    height: 100px;
}.title-screen .img-grid-wrapper {
    animation: fadeInPhotoDesktop 1s ease-out 0.7s forwards;
    height: 80vh;
    transform-origin: left center;
    transform: perspective(1000px) rotateY(-5deg);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}
    
    @keyframes fadeInPhotoDesktop {
        from {
            transform: perspective(1000px) rotateY(-10deg) translateX(50px);
            opacity: 0;
        }
        to {
            transform: perspective(1000px) rotateY(-5deg) translateX(0);
            opacity: 1;
        }
    }
}

@media (min-width: 992px) {.title-screen .pro-classes {
    max-height: 90vh;
    gap: 4rem;
}.title-screen .text-text {
    padding: 4rem;
}.title-screen h1 {
    font-size: 32px;
}.title-screen .learning-primary p {
    font-size: 13px;
}.title-screen .img-grid-wrapper {
    transform: perspective(1500px) rotateY(-8deg);
    box-shadow: 25px 25px 50px rgba(0,0,0,0.2);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (min-width: 1200px) {.title-screen .pro-classes {
    padding: 0 5rem;
}.title-screen .text-text {
    transform: translateZ(0) translateX(-2rem);
}.title-screen .learning-primary svg {
    width: 120px;
    height: 120px;
}.title-screen .img-grid-wrapper {
    transform: perspective(2000px) rotateY(-12deg);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 5% 100%);
}
}

@media (max-width: 767px) {.title-screen {
    padding-top: 60px;
}.title-screen .pro-classes {
    padding: 1.5rem;
}.title-screen .text-text {
    margin-bottom: 2rem;
    padding: 2rem 1.5rem;
}.title-screen h1 {
    font-size: 1.75rem;
}.title-screen .learning-primary p {
    font-size: 0.95rem;
}.title-screen .inquiry-grid {
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 480px) {.title-screen .text-text {
    padding: 1.5rem 1rem;
}.title-screen h1 {
    font-size: 1.5rem;
}.title-screen .learning-primary svg {
    height: 70px;
    width: 70px;
}.title-screen .img-grid-wrapper {
    height: 40vh;
}.title-screen .inquiry-grid {
    width: 100%;
    text-align: center;
}}.course-program-info {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(212,226,213) 0%, rgba(245, 245, 247, 0.9) 100%);
}.course-program-info::before {
    z-index: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(rgb(203,170,171,0.5), 0.03) 0px,
    rgba(rgb(203,170,171,0.5), 0.03) 2px,
    transparent 2px,
    transparent 8px
  );
}.course-program-info .container {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.course-program-info .lesson-map {
    opacity: 0;
    gap: 40px;
    transform: translateY(20px);
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    grid-template-columns: 1fr;
    display: grid;
}.course-program-info .img-grid-wrapper {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    overflow: hidden;
    height: 380px;
}.course-program-info .img-grid-wrapper::after {
    inset: 0;
    backdrop-filter: brightness(1.05);
    position: absolute;
    background: linear-gradient(
    to right,
    rgba(rgb(203,170,171,0.5), 0.2),
    transparent 40%
  );
    content: "";
}.course-program-info .img-grid-wrapper:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.course-program-info .text-text {
    background: #ffffff;
    transform: translateY(0);
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.course-program-info .text-text::before {
    top: 0;
    position: absolute;
    content: "";
    background: rgb(203,170,171);
    height: 0;
    width: 6px;
    left: 0;
    z-index: 1;
    transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}.course-program-info .text-text:hover::before {
    height: 100%;
}.course-program-info .text-text h3 {
    padding-bottom: 12px;
    line-height: 1.3;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: calc(18px * 1.1);
    margin-bottom: 25px;
    font-weight: 700;
    transform: translateX(0);
    border-bottom: 2px solid rgb(177,135,177,0.5);
    color: #000000;
}.course-program-info .text-text:hover h3 {
    transform: translateX(15px);
    color: rgb(203,170,171);
}.course-program-info .text-text div {
    overflow: hidden;
    position: relative;
}.course-program-info .description {
    overflow-y: auto;
    line-height: 1.8;
    margin-bottom: 15px;
    scroll-behavior: smooth;
    font-size: 13px;
    padding-right: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    max-height: 300px;
}.course-program-info .description::-webkit-scrollbar {
    width: 4px;
}.course-program-info .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.course-program-info .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(177,135,177);
}.course-program-info .text-text span.description {
    display: none;
}

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

@media (min-width: 768px) {.course-program-info {
    padding: 120px 0;
}.course-program-info .lesson-map {
    gap: 60px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.course-program-info .img-grid-wrapper {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    height: 480px;
}.course-program-info .text-text {
    padding: 50px 60px 50px 50px;
    margin-left: -40px;
    backdrop-filter: blur(5px);
}.course-program-info .text-text h3 {
    margin-bottom: 30px;
    font-size: 18px;
}.course-program-info .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course-program-info .lesson-map {
    gap: 0;
}.course-program-info .img-grid-wrapper {
    z-index: 2;
    height: 580px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
}.course-program-info .text-text {
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.08);
    margin-left: -80px;
    padding: 60px 70px 60px 100px;
}.course-program-info .text-text h3 {
    font-size: calc(18px * 1.15);
}.course-program-info .description {
    max-height: 380px;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.course-program-info {
    padding: 70px 0;
}.course-program-info .img-grid-wrapper {
    width: calc(100% + 30px);
    height: 280px;
    margin: 0 -15px;
}.course-program-info .text-text {
    padding: 30px 25px;
}.course-program-info .text-text h3 {
    margin-bottom: 20px;
    font-size: calc(20px * 1.1);
}.course-program-info .description {
    max-height: 250px;
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}}header .top_plank {
    color:  #ffffff;
    background: rgb(203,170,171);
}header .top_plank .peak-learn div svg, header .top_plank .peak-learn div svg path {
    fill: #ffffff;
}header .top_plank .peak-learn div span {
    color: #ffffff;
}header .top_plank .peak-learn {
    width: 100%;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    line-height: 21px;
    align-items: center;
    font-size: 13px;
    display: flex;
    justify-content: flex-start;
}header .top_plank .peak-learn div {
    justify-content: flex-start;
    display: flex;
    margin-right: 24px;
    align-items: center;
}header .top_plank .peak-learn div img, header .top_plank .peak-learn div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}header {
    z-index: 99;
    width: 100%;
    overflow: visible;
    background: linear-gradient(to right, rgb(177,135,177) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}header::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(203,170,171,0.5) 10px,
        rgb(203,170,171,0.5) 11px
    );
    content: '';
    opacity: 0.1;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
}header .nav-learn {
    display: flex;
    padding: 15px;
    position: relative;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}header .nav-learn::after {
    content: '';
    bottom: 0;
    box-shadow: 0 0 10px rgb(177,135,177), 0 0 20px rgb(177,135,177,0.5);
    left: 5%;
    width: 90%;
    position: absolute;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(203,170,171),
        rgb(177,135,177),
        rgb(203,170,171),
        transparent
    );
}header .nav-learn .nav-base {
    padding: 5px 10px;
    margin-right: 20px;
    position: relative;
    z-index: 2;
}header .nav-learn .nav-base::before {
    height: 100%;
    border-radius: 10px;
    content: '';
    left: 0;
    border: 1px solid rgb(177,135,177,0.5);
    width: 100%;
    box-shadow: 0 0 15px rgb(177,135,177,0.5);
    top: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0;
}header .nav-learn .nav-base:hover::before {
    opacity: 1;
}header .nav-learn .nav-base .main-primary {
    transition: transform 0.3s ease;
    display: block;
}header .nav-learn .nav-base:hover .main-primary {
    transform: scale(1.05);
}header .nav-learn .nav-base .main-primary svg {
    filter: drop-shadow(0 0 5px rgb(177,135,177,0.5));
    width: auto;
    height: 45px;
}header .nav-learn .nav-expert {
    list-style: none;
    padding: 15px 20px;
    display: flex;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    margin: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    border-radius: 10px;
}header .nav-learn .nav-expert::before {
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    border-radius: 10px;
    background: radial-gradient(
        ellipse at center,
        rgb(177,135,177,0.5) 0%,
        transparent 70%
    );
    opacity: 0.2;
    position: absolute;
    width: 100%;
}header .nav-learn .nav-expert .top-study {
    position: relative;
    margin: 0;
}header .nav-learn .nav-expert .top-study::after {
    left: 50%;
    background: rgb(203,170,171);
    bottom: -5px;
    position: absolute;
    box-shadow: 0 0 8px rgb(203,170,171);
    transition: width 0.3s ease, left 0.3s ease;
    height: 2px;
    content: '';
    width: 0;
}header .nav-learn .nav-expert .top-study:hover::after {
    left: 10%;
    width: 80%;
}header .nav-learn .nav-expert .top-study a {
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    color: #ffffff;
    padding: 10px 15px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
}header .nav-learn .nav-expert .top-study:hover a {
    color: rgb(203,170,171);
    text-shadow: 0 0 5px rgb(203,170,171,0.5);
}

@media (max-width: 992px) {header .nav-learn {
    flex-direction: column;
}header .nav-learn .nav-base {
    align-self: center;
    margin: 0 0 15px 0;
}header .nav-learn .nav-expert {
    justify-content: center;
    width: 100%;
}header .nav-learn .nav-expert .top-study a {
    font-size: calc(13px - 1px);
    padding: 10px 15px;
}}.analysis-summary {
    overflow: hidden;
    margin: 60px 0;
    position: relative;
    background-image: linear-gradient(135deg, rgb(212,226,213) 0%, #ffffff 100%);
    background: rgb(212,226,213);
    padding: 100px 0;
}.analysis-summary::before {
    left: 0;
    animation: rotateBg 60s linear infinite;
    position: absolute;
    content: '';
    background: repeating-conic-gradient(
        rgb(212,226,213) 0%,
        rgba(240, 240, 240, 0.7) 0.5%,
        rgb(212,226,213) 1%
    );
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.3;
}.analysis-summary::after {
    position: absolute;
    bottom: 0;
    top: 0;
    background: radial-gradient(circle at center, transparent 50%, rgb(212,226,213) 100%);
    right: 0;
    z-index: 2;
    content: '';
    left: 0;
}.analysis-summary .container {
    gap: 50px;
    grid-template-columns: 1fr 1fr;
    position: relative;
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
}.analysis-summary .pro-upgrade {
    grid-template-columns: 1fr 1fr;
    order: 2;
    display: grid;
    gap: 25px;
    position: relative;
}.analysis-summary .statistics-extras {
    display: flex;
    justify-content: center;
    order: 1;
    padding-right: 30px;
    position: relative;
    flex-direction: column;
}.analysis-summary .statistics-extras::before {
    left: 0;
    top: 0;
    background: linear-gradient(
        to bottom,
        rgb(203,170,171),
        rgb(177,135,177),
        transparent
    );
    content: '';
    border-radius: 10px;
    height: 60%;
    width: 3px;
    position: absolute;
}.analysis-summary .learn-statistics {
    font-size: 34px;
    position: relative;
    font-weight: 700;
    padding-left: 20px;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.3;
}.analysis-summary .statistics-classes {
    color: #000000;
    margin-bottom: 0;
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.8;
    padding-left: 20px;
}.analysis-summary .pro-extra {
    padding: 30px;
    transition: all 0.4s ease;
    display: flex;
    border-left: 3px solid rgb(203,170,171);
    position: relative;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}.analysis-summary .pro-extra:nth-child(even) {
    border-left: 3px solid rgb(177,135,177);
}.analysis-summary .pro-extra::before {
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 100%
    );
    width: 100%;
    height: 100%;
    left: 0;
    content: '';
    z-index: -1;
    top: 0;
    position: absolute;
}.analysis-summary .pro-extra::after {
    transition: all 0.5s ease;
    width: 80px;
    position: absolute;
    height: 80px;
    opacity: 0.1;
    top: -40px;
    border-radius: 50%;
    right: -40px;
    background: rgb(203,170,171);
    content: '';
}.analysis-summary .pro-extra:nth-child(even)::after {
    background: rgb(177,135,177);
}.analysis-summary .pro-extra:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.analysis-summary .pro-extra:hover::after {
    transform: scale(1.2);
}.analysis-summary .pro-extra h4 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    font-size: calc(34px * 1.2);
    display: inline-block;
}.analysis-summary .pro-extra:nth-child(odd) h4 {
    color: rgb(203,170,171);
}.analysis-summary .pro-extra:nth-child(even) h4 {
    color: rgb(177,135,177);
}.analysis-summary .pro-extra span {
    line-height: 1.5;
    opacity: 0.9;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}.analysis-summary svg {
    width: 20px;
    height: 20px;
    opacity: 0.3;
    right: 20px;
    transition: all 0.3s ease;
    bottom: 20px;
    fill: #000000;
    position: absolute;
}.analysis-summary svg path {
    fill: rgb(203,170,171);
}.analysis-summary .pro-extra:nth-child(even) svg path {
    fill: rgb(177,135,177);
}.analysis-summary .pro-extra:hover svg {
    opacity: 0.8;
    transform: translateX(5px);
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.analysis-summary .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.analysis-summary .pro-upgrade {
    order: 2;
}.analysis-summary .statistics-extras {
    align-items: center;
    order: 1;
    text-align: center;
    padding-right: 0;
}.analysis-summary .statistics-extras::before {
    transform: translateX(-50%);
    left: 50%;
    width: 60%;
    height: 3px;
    background: linear-gradient(
            to right,
            transparent,
            rgb(203,170,171),
            rgb(177,135,177),
            transparent
        );
    top: auto;
    bottom: -20px;
}.analysis-summary .learn-statistics,
    .analysis-summary .statistics-classes {
    padding-left: 0;
}
}

@media screen and (max-width: 768px) {.analysis-summary {
    padding: 80px 0;
}.analysis-summary .pro-upgrade {
    gap: 20px;
    grid-template-columns: 1fr;
}.analysis-summary .pro-extra {
    padding: 25px;
}.analysis-summary .pro-extra h4 {
    font-size: 34px;
}
}

@media screen and (max-width: 480px) {.analysis-summary {
    padding: 60px 0;
}.analysis-summary .pro-extra {
    padding: 20px;
}.analysis-summary .pro-extra h4 {
    font-size: calc(34px * 0.9);
}.analysis-summary .pro-extra span {
    font-size: calc(14px * 0.9);
}.analysis-summary .learn-statistics {
    margin-bottom: 20px;
    font-size: calc(34px * 0.9);
}.analysis-summary .statistics-classes {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}footer {
    position: relative;
}footer::before {
    left: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(177,135,177,0.5) 0%, rgb(203,170,171,0.5) 100%);
    z-index: 1;
    top: 0;
    bottom: 0;
    content: '';
}.tutor-match {
    position: relative;
    z-index: 2;
    padding: 80px 0 40px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.tutor-match .container {
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.tutor-match .company_holder {
    z-index: 3;
    position: relative;
    grid-column: 1 / 5;
}.tutor-match .company_holder h3 {
    display: inline-block;
    font-weight: 700;
    font-size: 31px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #ffffff;
}.tutor-match .company_holder h3::after {
    left: 0;
    width: 40px;
    border-radius: 10px;
    content: '';
    height: 4px;
    background: rgb(203,170,171);
    bottom: 0;
    position: absolute;
}.tutor-match .module-end {
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(203,170,171);
    border-radius: 13px;
    font-size: 14px;
    padding: 20px;
    transform: translateZ(0);
    line-height: 1.6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 25px;
    background: rgba(255, 255, 255, 0.1);
}.tutor-match .a11y-tools {
    position: relative;
    grid-column: 5 / 13;
}.tutor-match .top-tutor {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.tutor-match .nav-expert {
    position: relative;
}.tutor-match .nav-expert h5 {
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    color: #ffffff;
}.tutor-match .nav-expert h5::before {
    position: absolute;
    width: 8px;
    content: '';
    left: -15px;
    border-radius: 50%;
    background: rgb(203,170,171);
    transform: translateY(-50%);
    height: 8px;
    top: 50%;
}.tutor-match .nav-expert .top-tutor {
    flex-direction: column;
    gap: 15px;
    display: flex;
}.tutor-match .nav-expert .top-tutor a {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
}.tutor-match .nav-expert .top-tutor a::before {
    left: 0;
    background: rgb(203,170,171);
    height: 100%;
    z-index: -1;
    top: 0;
    width: 3px;
    position: absolute;
    transition: all 0.3s ease;
    content: '';
}.tutor-match .nav-expert .top-tutor a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.tutor-match .nav-expert .top-tutor a:hover::before {
    background: rgb(203,170,171,0.5);
    width: 100%;
}.patent-info {
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 60px;
    position: relative;
    padding: 20px 0;
}.patent-info::before {
    content: '';
    left: 15%;
    right: 15%;
    top: 0;
    position: absolute;
    height: 1px;
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}.patent-info .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.patent-info .proposal-cta {
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: center;
    opacity: 0.8;
    color: #ffffff;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    left: 0;
    top: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    position: absolute;
    right: 0;
    z-index: 1;
    content: '';
}

@media (max-width: 992px) {.tutor-match .container {
    grid-template-columns: repeat(1, 1fr);
}.tutor-match .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.tutor-match .a11y-tools {
    grid-column: 1 / -1;
}.tutor-match .top-tutor {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.tutor-match {
    padding: 60px 0 30px;
}.tutor-match .top-tutor {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}.tutor-match .nav-expert {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.tutor-match::before {
    position: absolute;
    background-size: 200% 200%;
    height: 5px;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(203,170,171), rgb(177,135,177), rgb(203,170,171));
    animation: gradientShift 5s infinite;
    content: '';
}.tutor-match .company_holder::after {
    width: 150px;
    height: 150px;
    right: -50px;
    position: absolute;
    background: rgb(203,170,171,0.5);
    content: '';
    top: 40px;
    filter: blur(60px);
    z-index: -1;
    border-radius: 50%;
    opacity: 0.4;
}.tutor-match .company_holder::before {
    height: 100px;
    position: absolute;
    bottom: 0;
    filter: blur(40px);
    background: rgb(177,135,177,0.5);
    opacity: 0.3;
    content: '';
    border-radius: 50%;
    left: -30px;
    width: 100px;
    z-index: -1;
}.tutor-match .a11y-tools::after {
    height: 120px;
    right: 100px;
    content: '';
    filter: blur(50px);
    width: 120px;
    position: absolute;
    opacity: 0.2;
    z-index: -1;
    border-radius: 50%;
    top: -20px;
    background: rgb(203,170,171,0.5);
}.tutor-match .a11y-tools::before {
    z-index: -1;
    width: 180px;
    left: 80px;
    background: rgb(177,135,177,0.5);
    opacity: 0.25;
    border-radius: 50%;
    filter: blur(70px);
    content: '';
    position: absolute;
    height: 180px;
    bottom: -50px;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.tutor-match .nav-expert {
    animation: borderPulse 4s infinite;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.tutor-match .nav-expert h5 {
    letter-spacing: 0.5px;
}.tutor-match .nav-expert h5::after {
    content: '';
    background: rgb(177,135,177);
    bottom: -5px;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.patent-info {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    animation: movingGradient 10s ease infinite;
    background-size: 200% 200%;
}