﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}.header-lesson-style {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
    min-height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1167px;
}.wrapper-padding-style {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}.cheat-sheet-style {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .nav-mainwrap-style {
    justify-content: space-between;
    z-index: 99;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 1.5rem 0;
    overflow: visible;
    background: linear-gradient(120deg, rgb(142,167,163) 0%, rgb(107,129,125,0.5) 100%);
    width: 100%;
    display: flex;
}header .nav-mainwrap-style::before {
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(107,129,125,0.5) 0%, transparent 60%);
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
}header .nav-mainwrap-style .header-know-style {
    position: relative;
    transition: all 0.4s ease;
    z-index: 2;
    margin-left: calc((100vw - 100%) / 2);
    transform: translateY(-5px);
}header .nav-mainwrap-style .header-know-style:hover {
    transform: translateY(0) scale(1.05);
}header .nav-mainwrap-style .header-know-style .nav-sitebar-style {
    display: block;
    padding: 0.5rem 1rem;
    position: relative;
}header .nav-mainwrap-style .header-know-style .nav-sitebar-style::before {
    top: -10px;
    position: absolute;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    left: -20px;
    content: "";
    width: calc(100% + 40px);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    height: calc(100% + 20px);
}header .nav-mainwrap-style .header-know-style .nav-sitebar-style svg {
    width: auto;
    height: 2.8rem;
    filter: drop-shadow(0 0 8px #ffffff);
}header .nav-mainwrap-style .head-master-style {
    width: 80vw;
    justify-content: flex-end;
    list-style: none;
    display: flex;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 0;
    padding-right: calc((100vw - 100%) / 2);
    background: linear-gradient(90deg, transparent, rgb(142,167,163,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    margin: 0;
    position: relative;
}header .nav-mainwrap-style .head-master-style::before {
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}header .nav-mainwrap-style .head-master-style .nav-tutor-style {
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    margin: 0;
}header .nav-mainwrap-style .head-master-style .nav-tutor-style a {
    display: block;
    font-size: 19px;
    transition: all 0.3s ease;
    transform-origin: center;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    padding: 1.2rem 1.5rem;
}header .nav-mainwrap-style .head-master-style .nav-tutor-style a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    transition: width 0.3s ease;
    bottom: 0.8rem;
    left: 1.5rem;
    background: rgb(107,129,125);
}header .nav-mainwrap-style .head-master-style .nav-tutor-style a:hover {
    color: rgb(107,129,125);
    transform: translateZ(10px);
}header .nav-mainwrap-style .head-master-style .nav-tutor-style a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .nav-mainwrap-style {
    padding: 1rem 0;
    align-items: center;
    flex-direction: column;
}header .nav-mainwrap-style .header-know-style {
    margin-bottom: 1rem;
    margin-left: 0;
}header .nav-mainwrap-style .head-master-style {
    clip-path: none;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    padding-right: 0;
    background: rgb(142,167,163,0.5);
}header .nav-mainwrap-style .head-master-style .nav-tutor-style a {
    padding: 0.8rem 1rem;
}header .nav-mainwrap-style .head-master-style .nav-tutor-style a::after {
    bottom: 0.4rem;
    left: 1rem;
}header .nav-mainwrap-style .head-master-style .nav-tutor-style a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .nav-mainwrap-style .head-master-style {
    padding: 0.5rem 0;
}header .nav-mainwrap-style .head-master-style .nav-tutor-style {
    width: 50%;
}header .nav-mainwrap-style .head-master-style .nav-tutor-style a {
    padding: 0.6rem 0.8rem;
    font-size: calc(19px - 2px);
    text-align: center;
}header .nav-mainwrap-style .head-master-style .nav-tutor-style a::after {
    display: none;
}}.our-background-style {
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.our-background-style::before {
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.75));
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: 0;
    content: "";
    right: 0;
}.our-background-style::after {
    content: "";
    animation: gradientShift 8s ease-in-out infinite alternate;
    opacity: 0.3;
    z-index: 2;
    bottom: 0;
    background: linear-gradient(180deg, rgb(142,167,163,0.5) 0%, transparent 100%);
    right: 0;
    top: 0;
    left: 0;
    position: absolute;
}.our-background-style .container {
    position: relative;
    margin: 0 auto;
    z-index: 5;
    padding: 0 20px;
    max-width: 1200px;
}.our-background-style .text-capsule-style {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 
                0 0 0 1px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    padding: 60px 50px;
    transform: perspective(1000px) rotateY(1deg);
    border-left: 4px solid rgb(142,167,163);
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.our-background-style .text-capsule-style:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.our-background-style .text-capsule-style::before {
    right: -100px;
    position: absolute;
    top: -100px;
    content: "";
    opacity: 0.05;
    height: 200px;
    background: rgb(142,167,163);
    z-index: -1;
    border-radius: 50%;
    width: 200px;
}.our-background-style .text-capsule-style::after {
    width: 150px;
    height: 150px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    content: "";
    left: -75px;
    bottom: -75px;
    opacity: 0.05;
    background: rgb(107,129,125);
}.our-background-style h5 {
    font-size: calc(21px * 1.2);
    text-transform: uppercase;
    display: inline-block;
    color: rgb(142,167,163);
    position: relative;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
    font-weight: 700;
}.our-background-style h5::after {
    left: 0;
    bottom: -10px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50%;
    position: absolute;
    height: 2px;
    transform-origin: left;
    content: "";
    background: rgb(142,167,163);
    transform: scaleX(0);
}.our-background-style .text-capsule-style:hover h5::after {
    transform: scaleX(1);
}.our-background-style p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: #ffffff;
    font-size: 18px;
}.our-background-style p b {
    background: linear-gradient(120deg, rgb(142,167,163), rgb(107,129,125));
    font-weight: 700;
    -webkit-background-clip: text !important;
    transform: translateX(0);
    font-size: calc(18px * 1.4);
    color: transparent;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
}.our-background-style .text-capsule-style:hover p b {
    transform: translateX(10px);
}.our-background-style ol {
    padding-left: 0;
    position: relative;
    margin-top: 30px;
}.our-background-style ol li {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    list-style-type: none;
    line-height: 1.8;
    text-align: justify;
    padding-left: 0;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
}.our-background-style ol::before {
    transform-origin: top;
    top: 10px;
    transform: scaleY(0);
    left: -20px;
    content: "";
    width: 3px;
    position: absolute;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    height: calc(100% - 60px);
    background: linear-gradient(to bottom, rgb(142,167,163), transparent);
}.our-background-style .text-capsule-style:hover ol::before {
    transform: scaleY(1);
}

@keyframes gradientShift {
    0% {
        opacity: 0.2;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.35;
    }
    100% {
        opacity: 0.3;
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.our-background-style {
    padding: 100px 0;
}.our-background-style .text-capsule-style {
    padding: 50px 40px;
}
}

@media (max-width: 992px) {.our-background-style {
    padding: 80px 0;
}.our-background-style .text-capsule-style {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(0.5deg);
}.our-background-style h5 {
    font-size: calc(21px * 1.1);
}.our-background-style p b {
    font-size: calc(18px * 1.3);
}
}

@media (max-width: 768px) {.our-background-style {
    padding: 70px 0;
}.our-background-style .text-capsule-style {
    border-left-width: 3px;
    transform: none;
    padding: 35px 25px;
}.our-background-style h5 {
    font-size: 21px;
    margin-bottom: 15px;
}.our-background-style p {
    margin-bottom: 20px;
    font-size: calc(18px * 0.95);
}.our-background-style p b {
    font-size: calc(18px * 1.2);
}.our-background-style ol li {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.our-background-style {
    padding: 60px 0;
}.our-background-style .text-capsule-style {
    border-left-width: 2px;
    padding: 30px 20px;
}.our-background-style h5 {
    font-size: calc(21px * 0.9);
    letter-spacing: 1.5px;
}.our-background-style p {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.our-background-style p b {
    font-size: calc(18px * 1.1);
}.our-background-style ol {
    margin-top: 20px;
}.our-background-style ol li {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.our-background-style ol::before {
    left: -15px;
    width: 2px;
}}.course-demographic-style {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(120deg, rgb(177,203,200) 0%, rgb(142,167,163,0.5) 100%);
    overflow: hidden;
}.course-demographic-style::before {
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(107,129,125,0.5), 0.1) 31%,
        rgba(rgb(107,129,125,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(107,129,125,0.5), 0.05) 41%,
        rgba(rgb(107,129,125,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(142,167,163,0.5), 0.07) 51%,
        rgba(rgb(142,167,163,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(142,167,163,0.5), 0.05) 71%,
        rgba(rgb(142,167,163,0.5), 0.05) 72%,
        transparent 73%
    );
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    animation: rotateRings 60s linear infinite;
    width: 150%;
    content: '';
    height: 150%;
    pointer-events: none;
}.course-demographic-style::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    opacity: 0.3;
    z-index: 1;
    top: 0;
    background: radial-gradient(
        circle at 70% 80%,
        rgb(142,167,163,0.5) 0%,
        transparent 50%
    );
}.course-demographic-style .learning-classes-style {
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.course-demographic-style h3 {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 3.5rem;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    font-size: 36px;
}.course-demographic-style h3::after {
    box-shadow: 0 0 15px rgb(142,167,163);
    border-radius: 50px;
    bottom: -15px;
    background: rgb(142,167,163);
    content: '';
    position: absolute;
    left: 50%;
    width: 120px;
    height: 3px;
    transform: translateX(-50%);
}.course-demographic-style ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    list-style-type: none;
    padding: 0;
    display: grid;
    margin: 0;
}.course-demographic-style li {
    backdrop-filter: blur(5px);
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    padding: 1.8rem 2rem;
    position: relative;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.12);
}.course-demographic-style li::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%
    );
    content: '';
    pointer-events: none;
}.course-demographic-style li::after {
    transform: scale(0.5);
    top: -50%;
    width: 200%;
    left: -50%;
    transition: all 0.5s ease;
    background: radial-gradient(
        circle at center,
        rgba(rgb(107,129,125,0.5), 0.3) 0%,
        transparent 70%
    );
    height: 200%;
    pointer-events: none;
    content: '';
    position: absolute;
    opacity: 0;
}.course-demographic-style li:hover {
    border-color: rgb(142,167,163,0.5);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 20px rgb(142,167,163,0.5);
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.18);
}.course-demographic-style li:hover::after {
    opacity: 0.5;
    transform: scale(1);
}.course-demographic-style li svg {
    transition: all 0.4s ease;
    transform-origin: center;
    filter: drop-shadow(0 0 5px rgb(107,129,125,0.5));
    margin-right: 1.5rem;
    height: 40px;
    fill: rgb(107,129,125);
    flex-shrink: 0;
    width: 40px;
}.course-demographic-style li:hover svg {
    fill: rgb(142,167,163);
    filter: drop-shadow(0 0 8px rgb(142,167,163));
    transform: rotate(15deg);
}.course-demographic-style li svg path {
    transition: all 0.4s ease;
}.course-demographic-style li:hover svg path {
    fill: rgb(142,167,163);
}.course-demographic-style li {
    color: #ffffff;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 400;
}

@keyframes rotateRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.course-demographic-style {
    padding: 4rem 0;
}.course-demographic-style ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.course-demographic-style h3 {
    font-size: calc(36px * 0.9);
}.course-demographic-style li {
    padding: 1.5rem 1.8rem;
}
}

@media (max-width: 767px) {.course-demographic-style {
    padding: 3rem 0;
}.course-demographic-style h3 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.8);
}.course-demographic-style h3::after {
    width: 100px;
}.course-demographic-style li {
    border-radius: 25px;
    padding: 1.2rem 1.5rem;
}.course-demographic-style li svg {
    margin-right: 1rem;
    height: 35px;
    width: 35px;
}}.contact-form-box-style {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(177,203,200), rgba(rgb(142,167,163), 0.03));
    position: relative;
}.contact-form-box-style::before {
    position: absolute;
    content: "";
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(142,167,163), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(107,129,125), 0.05) 0%, transparent 50%);
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
}.contact-form-box-style::after {
    content: "";
    left: 0;
    animation: backgroundShift 30s linear infinite;
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    background-image: 
        linear-gradient(90deg, rgba(rgb(142,167,163), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(142,167,163), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(107,129,125), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(142,167,163), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(107,129,125), 0.04) 0%, transparent 30%);
    width: 100%;
    background-position: center center;
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.contact-form-box-style .container {
    z-index: 2;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.contact-form-box-style h2 {
    display: inline-block;
    transform: translateX(-50%);
    perspective: 1000px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    left: 50%;
    font-size: 28px;
    color: #000000;
    position: relative;
}.contact-form-box-style h2::before {
    content: "";
    bottom: -10px;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(142,167,163), transparent);
    left: 0;
    position: absolute;
}.contact-form-box-style .query-reach-style {
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform-style: preserve-3d;
    perspective: 1000px;
    margin-top: 60px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    background: #ffffff;
}.contact-form-box-style .query-reach-style::before {
    width: 100%;
    left: 0;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(142,167,163), rgb(107,129,125));
    content: "";
    z-index: 3;
    position: absolute;
}.contact-form-box-style .img-highlight-style {
    transform: translateZ(0);
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}.contact-form-box-style .img-highlight-style::before {
    inset: 0;
    mix-blend-mode: multiply;
    position: absolute;
    content: "";
    background: linear-gradient(210deg, rgba(rgb(142,167,163), 0.5), rgba(rgb(107,129,125), 0.5));
    z-index: 1;
}.contact-form-box-style .img-highlight-style::after {
    height: 300%;
    top: -100%;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    animation: shine 6s infinite ease-in-out;
    left: -100%;
    z-index: 2;
    content: "";
    width: 300%;
    position: absolute;
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.contact-form-box-style .help-query-style {
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    padding: 60px 50px;
    position: relative;
    flex: 0 0 55%;
}.contact-form-box-style .help-query-style::before {
    top: 0;
    content: "";
    right: 0;
    background: 
        radial-gradient(circle, rgba(rgb(142,167,163), 0.03) 0%, transparent 70%);
    z-index: 0;
    position: absolute;
    height: 500px;
    border-radius: 50%;
    width: 500px;
    opacity: 0.5;
}.contact-form-box-style form {
    z-index: 3;
    position: relative;
}.contact-form-box-style form h3 {
    font-size: 20px;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 35px;
}.contact-form-box-style form h3::after {
    content: "";
    left: 0;
    width: 30px;
    position: absolute;
    background: rgb(142,167,163);
    bottom: -15px;
    height: 2px;
}.contact-form-box-style form input[type="text"] {
    backdrop-filter: blur(5px);
    border: 1px solid rgba(rgb(142,167,163), 0.1);
    width: 100%;
    border-radius: 8px;
    padding: 18px 25px;
    transition: all 0.3s ease;
    color: #000000;
    background: rgba(rgb(177,203,200), 0.5);
    font-size: 16px;
    margin-bottom: 25px;
}.contact-form-box-style form input[type="text"]:focus {
    box-shadow: 0 0 0 4px rgba(rgb(142,167,163), 0.1);
    border-color: rgb(142,167,163);
    outline: none;
    background: rgba(#ffffff, 0.9);
}.contact-form-box-style form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact-form-box-style form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.contact-form-box-style .connect-query-style {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}.contact-form-box-style .connect-query-style input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-form-box-style .connect-query-style label {
    cursor: pointer;
    line-height: 1.5;
    font-size: 16px;
    padding-left: 35px;
    color: #000000;
    position: relative;
}.contact-form-box-style .connect-query-style label::before {
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    background: rgba(#ffffff, 0.6);
    position: absolute;
    border-radius: 4px;
    border: 1px solid rgba(rgb(142,167,163), 0.3);
    content: "";
    height: 22px;
    width: 22px;
}.contact-form-box-style .connect-query-style input[type="checkbox"]:checked + label::before {
    border-color: rgb(142,167,163);
    background: rgb(142,167,163);
}.contact-form-box-style .connect-query-style input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    border: solid #ffffff;
    left: 8px;
    border-width: 0 2px 2px 0;
    width: 6px;
    height: 12px;
    content: "";
}.contact-form-box-style .connect-query-style label a {
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    color: rgb(142,167,163);
    text-decoration: none;
}.contact-form-box-style .connect-query-style label a::after {
    transition: transform 0.3s ease;
    transform: scaleX(0);
    width: 100%;
    background: rgb(142,167,163);
    left: 0;
    content: "";
    position: absolute;
    bottom: -2px;
    height: 1px;
    transform-origin: right;
}.contact-form-box-style .connect-query-style label a:hover {
    color: rgb(107,129,125);
}.contact-form-box-style .connect-query-style label a:hover::after {
    transform-origin: left;
    background: rgb(107,129,125);
    transform: scaleX(1);
}.contact-form-box-style .feedback-query-style {
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    background: rgb(142,167,163);
    cursor: pointer;
    position: relative;
    z-index: 1;
    border: none;
    padding: 16px 40px;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    overflow: hidden;
}.contact-form-box-style .feedback-query-style::before {
    transition: opacity 0.3s ease;
    width: 100%;
    opacity: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(45deg, rgb(142,167,163), rgb(107,129,125));
    height: 100%;
    top: 0;
}.contact-form-box-style .feedback-query-style:hover::before {
    opacity: 1;
}.contact-form-box-style .feedback-query-style::after {
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -10px;
    z-index: -1;
    transition: all 0.5s ease;
    top: -50%;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0);
    width: 50px;
}.contact-form-box-style .feedback-query-style:hover::after {
    opacity: 0;
    transform: scale(4);
}.contact-form-box-style svg {
    transition: all 0.3s ease;
    stroke: rgb(142,167,163);
    width: 22px;
    fill: none;
    filter: drop-shadow(0 2px 2px rgba(rgb(142,167,163), 0.3));
    stroke-width: 2;
    height: 22px;
}.contact-form-box-style svg path {
    stroke: rgb(142,167,163);
    transition: all 0.3s ease;
    stroke-width: 2;
}.contact-form-box-style svg:hover,
.contact-form-box-style svg:hover path {
    stroke: rgb(107,129,125);
    transform: translateY(-2px);
}.contact-form-box-style form input {
    border: 1px solid rgb(142,167,163);
}

@media (max-width: 1024px) {.contact-form-box-style {
    padding: 80px 0;
}.contact-form-box-style .query-reach-style {
    margin-top: 50px;
}.contact-form-box-style .img-highlight-style {
    min-height: 450px;
}.contact-form-box-style .help-query-style {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact-form-box-style {
    padding: 60px 0;
}.contact-form-box-style .query-reach-style {
    margin-top: 40px;
    flex-direction: column;
}.contact-form-box-style .img-highlight-style {
    min-height: 300px;
    width: 100%;
}.contact-form-box-style .help-query-style {
    width: 100%;
    padding: 40px 30px;
}.contact-form-box-style form h3 {
    margin-bottom: 30px;
}.contact-form-box-style form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-form-box-style .connect-query-style {
    margin-bottom: 25px;
}.contact-form-box-style .feedback-query-style {
    padding: 14px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.contact-form-box-style {
    padding: 50px 0;
}.contact-form-box-style h2 {
    font-size: calc(28px * 0.85);
}.contact-form-box-style .query-reach-style {
    margin-top: 30px;
    border-radius: 12px;
}.contact-form-box-style .img-highlight-style {
    min-height: 220px;
}.contact-form-box-style .help-query-style {
    padding: 30px 20px;
}.contact-form-box-style form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.contact-form-box-style form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact-form-box-style .connect-query-style {
    margin-bottom: 20px;
}.contact-form-box-style .connect-query-style label {
    font-size: calc(16px * 0.9);
}.contact-form-box-style .feedback-query-style {
    padding: 12px 20px;
}}.program-structure-style {
    position: relative;
    overflow: hidden;
    background-color: rgb(177,203,200);
    padding: 100px 0;
}.program-structure-style::before {
    position: absolute;
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(142,167,163,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(107,129,125,0.5) 0%, transparent 40%);
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}.program-structure-style::after {
    background-size: 120px 120px, 120px 120px;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(142,167,163,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(107,129,125,0.5) 0%, transparent 8%);
    content: "";
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
}.program-structure-style .container {
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
    padding: 0 20px;
}.program-structure-style .study-hack-style {
    flex-direction: column;
    display: flex;
}.program-structure-style .text-capsule-style {
    border-bottom: 3px solid rgb(107,129,125);
    padding: 50px;
    border-top: 3px solid rgb(142,167,163);
    border-radius: 19px;
    margin-bottom: 60px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 4;
    position: relative;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.3);
}.program-structure-style .text-capsule-style::before {
    top: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(142,167,163,0.5) 49%, rgb(142,167,163,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 48%, rgb(107,129,125,0.5) 49%, rgb(107,129,125,0.5) 51%, transparent 52%) 0 0 / 20px 20px;
    opacity: 0.1;
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
}.program-structure-style .text-capsule-style h2 {
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    padding: 10px 25px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}.program-structure-style .text-capsule-style h2::after {
    height: 3px;
    content: "";
    bottom: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(142,167,163) 0%, rgb(107,129,125) 100%);
    left: 0;
    position: absolute;
    width: 80px;
}.program-structure-style .text-capsule-style .description {
    line-height: 1.8;
    font-size: 13px;
    color: #000000;
    backdrop-filter: blur(3px);
    position: relative;
    border-radius: 10px;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    border-left: 2px solid rgb(142,167,163);
    padding: 15px 20px;
}.program-structure-style .text-capsule-style .description:last-child {
    margin-bottom: 0;
    border-left: 2px solid rgb(107,129,125);
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 20px;
}.program-structure-style .img-highlight-style {
    top: 0;
    z-index: 2;
    transform: scale(1.05);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}.program-structure-style .img-highlight-style::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
}.program-structure-style .img-highlight-style::after {
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.05) 20px, rgba(255, 255, 255, 0.05) 40px);
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    z-index: 3;
    top: 0;
    position: absolute;
}

@keyframes gridAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 992px) {.program-structure-style {
    padding: 80px 0;
}.program-structure-style .text-capsule-style {
    padding: 40px;
    margin-bottom: 40px;
}.program-structure-style .img-highlight-style {
    height: 60%;
}
}

@media (max-width: 768px) {.program-structure-style {
    padding: 60px 0;
}.program-structure-style .text-capsule-style {
    margin-bottom: 30px;
    padding: 30px;
}.program-structure-style .text-capsule-style h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 20px;
}.program-structure-style .img-highlight-style {
    height: 50%;
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
}
}

@media (max-width: 576px) {.program-structure-style {
    padding: 50px 0;
}.program-structure-style .text-capsule-style {
    padding: 25px 20px;
    margin-bottom: 20px;
}.program-structure-style .text-capsule-style h2 {
    margin-bottom: 15px;
    font-size: calc(35px * 0.8);
    padding-bottom: 10px;
}.program-structure-style .text-capsule-style .description {
    padding-left: 15px;
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}.program-structure-style .img-highlight-style {
    height: 40%;
    clip-path: polygon(0 15%, 100% 5%, 100% 100%, 0% 100%);
}}

.program-structure-style::before,
.program-structure-style::after,
.program-structure-style .text-capsule-style::before,
.program-structure-style .container::before,
.program-structure-style .container::after {
    pointer-events: none;
}.program-structure-style .study-hack-style::after {
    width: 100%;
    z-index: 1;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(142,167,163,0.5) 0%, transparent 1%),
        radial-gradient(circle at 90% 90%, rgb(107,129,125,0.5) 0%, transparent 1%);
    left: 0;
    content: "";
    background-size: 30px 30px;
    height: 100%;
    top: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0.3;
}header .top_plank {
    color:  #ffffff;
    background: rgb(142,167,163);
}header .top_plank .top-utils-style div svg, header .top_plank .top-utils-style div svg path {
    fill: #ffffff;
}header .top_plank .top-utils-style div span {
    color: #ffffff;
}header .top_plank .top-utils-style {
    font-size: 16px;
    padding: 15px 0 10px 0;
    width: 100%;
    line-height: 21px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}header .top_plank .top-utils-style div {
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}header .top_plank .top-utils-style div img, header .top_plank .top-utils-style div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}footer {
    position: relative;
    z-index: 1;
}footer::before {
    right: 0;
    opacity: 0.95;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(142,167,163);
    z-index: -2;
    bottom: 0;
}footer::after {
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-size: 50px 50px;
    z-index: -1;
    left: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(107,129,125) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(107,129,125) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(107,129,125) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(107,129,125) 1px, transparent 1px);
    opacity: 0.1;
}.cheat-sheet-style {
    padding: 4rem 0 2rem;
    color: #ffffff;
    position: relative;
}.cheat-sheet-style::before {
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    position: absolute;
    background: rgb(107,129,125);
    top: 0;
}.cheat-sheet-style::after {
    top: 3px;
    background-repeat: repeat-x;
    background-image: 
        linear-gradient(90deg, 
            rgb(107,129,125) 0px, rgb(107,129,125) 10px,
            transparent 10px, transparent 15px,
            rgb(107,129,125) 15px, rgb(107,129,125) 30px,
            transparent 30px, transparent 35px,
            rgb(107,129,125) 35px, rgb(107,129,125) 40px,
            transparent 40px, transparent 60px,
            rgb(107,129,125) 60px, rgb(107,129,125) 70px,
            transparent 70px, transparent 80px,
            rgb(107,129,125) 80px, rgb(107,129,125) 90px,
            transparent 90px, transparent 110px,
            rgb(107,129,125) 110px, rgb(107,129,125) 120px,
            transparent 120px, transparent 140px
        );
    content: "";
    position: absolute;
    opacity: 0.5;
    width: 100%;
    left: 0;
    height: 8px;
}.cheat-sheet-style .container {
    position: relative;
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}.cheat-sheet-style .company_holder {
    position: relative;
    border-radius: 25px;
    padding: 0;
    flex: 1 1 400px;
}.cheat-sheet-style .company_holder::before {
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(107,129,125) 25px, rgb(107,129,125) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(107,129,125) 25px, rgb(107,129,125) 26px, transparent 27px, transparent 49px);
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    background-size: 50px 50px;
    border-radius: 25px;
    opacity: 0.1;
    height: 100%;
    left: 0;
}.cheat-sheet-style .company_holder h3 {
    background: rgb(107,129,125);
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    font-size: 34px;
    padding: 1.5rem 2rem;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    position: relative;
}.cheat-sheet-style .company_holder h3::after {
    background: #ffffff;
    position: absolute;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    right: 15px;
    top: 50%;
    content: "";
    border-radius: 50%;
}.cheat-sheet-style .blog-ref-style {
    background: rgba(255, 255, 255, 0.1);
    font-size: 12px;
    line-height: 1.6;
    border-bottom-right-radius: 25px;
    color: #ffffff;
    position: relative;
    padding: 2rem;
    border-bottom-left-radius: 25px;
}.cheat-sheet-style .blog-ref-style::before {
    left: -10px;
    border-radius: 50%;
    opacity: 0.6;
    content: "";
    background: rgb(107,129,125);
    position: absolute;
    top: 2rem;
    height: 20px;
    width: 20px;
}.cheat-sheet-style .blog-ref-style::after {
    bottom: 2rem;
    content: "";
    opacity: 0.6;
    position: absolute;
    background: rgb(107,129,125);
    border-radius: 50%;
    right: -10px;
    height: 20px;
    width: 20px;
}.cheat-sheet-style .login-footer-style {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.cheat-sheet-style .main-base-style {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}.cheat-sheet-style .head-master-style {
    border-radius: 25px;
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
    position: relative;
    overflow: hidden;
}.cheat-sheet-style .head-master-style::before {
    content: "";
    border-radius: 25px;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    position: absolute;
    left: 0;
    z-index: -1;
}.cheat-sheet-style .head-master-style h5 {
    font-weight: 600;
    margin: 0;
    background: rgb(107,129,125);
    position: relative;
    font-size: 20px;
    align-items: center;
    padding: 1rem 1.5rem;
    display: flex;
    color: #ffffff;
}.cheat-sheet-style .head-master-style h5::before {
    background: #ffffff;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    margin-right: 10px;
}.cheat-sheet-style .head-master-style h5::after {
    right: 15px;
    border-radius: 50%;
    top: 50%;
    height: 6px;
    position: absolute;
    width: 6px;
    transform: translateY(-50%);
    background: #ffffff;
    content: "";
}.cheat-sheet-style .head-master-style .main-base-style {
    background: rgba(255, 255, 255, 0.05);
    flex-direction: column;
    gap: 2px;
    display: flex;
    padding: 1.5rem;
}.cheat-sheet-style .head-master-style .main-base-style a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    display: block;
    padding: 0.8rem 1rem 0.8rem 2rem;
    border-radius: 10px;
}.cheat-sheet-style .head-master-style .main-base-style a::before {
    left: 0.7rem;
    background: rgb(107,129,125);
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    height: 6px;
    transform: translateY(-50%);
    width: 6px;
    content: "";
}.cheat-sheet-style .head-master-style .main-base-style a:hover {
    background: rgba(255, 255, 255, 0.1);
}.cheat-sheet-style .head-master-style .main-base-style a:hover::before {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    background: #ffffff;
}.glossary-style {
    margin-top: 2.5rem;
    position: relative;
    background: rgb(107,129,125);
    padding: 2rem 0;
}.glossary-style::before {
    position: absolute;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(142,167,163) 20px, rgb(142,167,163) 40px,
            transparent 40px, transparent 60px,
            rgb(142,167,163) 60px, rgb(142,167,163) 80px,
            transparent 80px, transparent 100px,
            rgb(142,167,163) 100px, rgb(142,167,163) 120px
        );
    content: "";
    background-repeat: repeat-x;
    left: 0;
    height: 5px;
    top: -5px;
    width: 100%;
}.glossary-style .container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}.glossary-style .container::before,
.glossary-style .container::after {
    content: "";
    height: 15px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    width: 15px;
    background: rgb(142,167,163);
}.glossary-style .container::before {
    left: 15%;
}.glossary-style .container::after {
    right: 15%;
}.glossary-style .sample-docs-style {
    background: rgb(142,167,163);
    font-size: 14px;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    color: #ffffff;
    padding: 0.5rem 2rem;
    text-align: center;
}.glossary-style .sample-docs-style::before,
.glossary-style .sample-docs-style::after {
    content: "";
    width: 50px;
    top: 50%;
    background: rgb(142,167,163);
    height: 1px;
    transform: translateY(-50%);
    position: absolute;
}.glossary-style .sample-docs-style::before {
    margin-right: 15px;
    right: 100%;
}.glossary-style .sample-docs-style::after {
    margin-left: 15px;
    left: 100%;
}

@media (max-width: 1200px) {.cheat-sheet-style .container {
    gap: 2rem;
}.cheat-sheet-style .company_holder {
    flex: 1 1 350px;
}.cheat-sheet-style .login-footer-style {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.cheat-sheet-style .main-base-style {
    gap: 2rem;
}.glossary-style .container::before {
    left: 5%;
}.glossary-style .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.cheat-sheet-style {
    padding: 3.5rem 0 1.5rem;
}.cheat-sheet-style .container {
    flex-direction: column;
    gap: 2.5rem;
}.cheat-sheet-style .company_holder,
    .cheat-sheet-style .login-footer-style {
    flex: 1 1 100%;
    min-width: 100%;
}.cheat-sheet-style .head-master-style {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
}.glossary-style .container::before,
    .glossary-style .container::after {
    display: none;
}
}

@media (max-width: 768px) {.cheat-sheet-style {
    padding: 3rem 0 1rem;
}.cheat-sheet-style .main-base-style {
    gap: 1.5rem;
}.cheat-sheet-style .company_holder h3 {
    font-size: calc(34px - 2px);
    padding: 1.2rem 1.5rem;
}.cheat-sheet-style .blog-ref-style {
    padding: 1.5rem;
}.cheat-sheet-style .blog-ref-style::before,
    .cheat-sheet-style .blog-ref-style::after {
    display: none;
}.glossary-style {
    margin-top: 2rem;
}.glossary-style .sample-docs-style::before,
    .glossary-style .sample-docs-style::after {
    width: 30px;
}
}

@media (max-width: 576px) {.cheat-sheet-style {
    padding: 2.5rem 0 0.8rem;
}.cheat-sheet-style .head-master-style {
    flex: 1 1 100%;
    min-width: 100%;
}.cheat-sheet-style .main-base-style {
    gap: 1rem;
}.cheat-sheet-style .head-master-style .main-base-style a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.cheat-sheet-style .head-master-style .main-base-style a::before {
    left: 0.6rem;
}.glossary-style {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.glossary-style .sample-docs-style::before,
    .glossary-style .sample-docs-style::after {
    display: none;
}
}

@media (max-width: 420px) {.cheat-sheet-style::after {
    background-size: 100px 5px;
    height: 5px;
}.cheat-sheet-style .company_holder h3::after,
    .cheat-sheet-style .head-master-style h5::before,
    .cheat-sheet-style .head-master-style h5::after {
    display: none;
}.cheat-sheet-style .head-master-style h5 {
    padding: 0.8rem 1rem;
}.cheat-sheet-style .head-master-style .main-base-style {
    padding: 1rem;
}.glossary-style .sample-docs-style {
    padding: 0.4rem 1.5rem;
    width: 90%;
}}.secure-preserve-style {
    font-family: Arial, sans-serif;
    padding: 40px;
    background-color: rgb(177,203,200);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
}.secure-preserve-style h1 {
    border-bottom: 3px solid rgb(142,167,163);
    color: rgb(142,167,163);
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 42px;
    margin-bottom: 20px;
}.secure-preserve-style h2 {
    font-size: 34px;
    font-weight: 600;
    color: rgb(107,129,125);
    margin-top: 30px;
    margin-bottom: 15px;
}.secure-preserve-style h3, .secure-preserve-style h4, .secure-preserve-style h5, .secure-preserve-style h6 {
    color: rgb(142,167,163);
    margin: 20px 0;
}.secure-preserve-style h3 {
    font-weight: 700;
    font-size: calc(22px - 4px);
}.secure-preserve-style h4 {
    font-weight: 600;
    font-size: calc(22px + 2px);
}.secure-preserve-style h5 {
    font-size: 22px;
    font-weight: 400;
}.secure-preserve-style h6 {
    font-weight: 300;
    font-size: 18px;
}.secure-preserve-style ul, .secure-preserve-style ol {
    padding-left: 20px;
    margin: 15px 0;
}.secure-preserve-style li {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.5;
}.secure-preserve-style section {
    margin-top: 40px;
}.secure-preserve-style p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 17px;
}.secure-preserve-style span {
    color: rgb(107,129,125);
    font-weight: 600;
}.secure-preserve-style div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.secure-preserve-style {
    border-radius: 10px;
    padding: 20px;
}.secure-preserve-style h1 {
    font-size: calc(22px - 10px);
}.secure-preserve-style h2 {
    font-size: calc(22px - 8px);
}.secure-preserve-style ul, .secure-preserve-style ol {
    padding-left: 15px;
}.secure-preserve-style li {
    font-size: calc(17px - 2px);
}}.cookie-notice-banner-style {
    position: fixed;
    z-index: 90;
    border-top: 2px solid rgb(142,167,163);
    bottom: 0;
    background: rgb(177,203,200);
    width: 100%;
}.cookie-panel-style {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}.cookie-notice-banner-style h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie-notice-banner-style p {
    font-size: 18px;
}.privacy-notify-style {
    flex-shrink: 0;
    margin-right: 10px;
}.privacy-notify-style svg, .privacy-notify-style svg path, .privacy-notify-style img {
    width: 100px;
    fill: rgb(142,167,163);
    height: 100px;
}.cookie-confirm-style {
    white-space: nowrap;
    border-bottom: 2px solid rgb(142,167,163);
    min-width: 120px;
    color: rgb(142,167,163);
    flex-shrink: 0;
    font-size: 24px;
    margin-left: 10px;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}.cookie-notice-banner-style p a {
    color: rgb(142,167,163);
    text-decoration: none;
}#userAgreementPopup-style {
    display: none;
}#userAgreementPopup-style:checked ~ .cookie-notice-banner-style {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie-notice-banner-style {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.privacy-notify-style {
    display: none;
}.cookie-panel-style {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie-notice-banner-style h5 {
    text-align: center;
}.cookie-notice-banner-style p {
    text-align: center;
}.policy-ack-style {
    margin-bottom: 20px;
}body .wrapper-padding-style .cookie-confirm-style {
    margin-left: 0;
}}
.wrapper-padding-style .cookie-panel-style {
    justify-content: flex-end;
}.wrapper-padding-style .cookie-confirm-style {
    margin-left: 30px;
    padding: 10px;
    background: rgb(142,167,163);
    font-size: 20px;
    color: #ffffff;
}.wrapper-padding-style .policy-ack-style {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.wrapper-padding-style .cookie-confirm-style {
    margin-bottom: 10px;
    margin-left: 0;
}}.teaching-history-style {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(177,203,200) 0%, rgb(142,167,163,0.5) 100%);
    padding: 4rem 2rem;
    position: relative;
}.teaching-history-style::before {
    content: "";
    transform: rotate(-12deg);
    top: -10%;
    left: -5%;
    background: rgb(107,129,125,0.5);
    position: absolute;
    z-index: 1;
    height: 70%;
    width: 120%;
}.teaching-history-style .review-feedback-style {
    position: relative;
    display: flex;
    transform: translateX(5%);
    gap: 3rem;
    z-index: 2;
    align-items: center;
    flex-direction: row;
}.teaching-history-style .img-highlight-style {
    transform: rotate(-5deg);
    height: 350px;
    border-radius: 20px;
    box-shadow: 15px 15px 0 rgb(142,167,163,0.5);
    width: 280px;
    transition: all 0.5s ease;
}.teaching-history-style .img-highlight-style:hover {
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) scale(1.05);
}.teaching-history-style .experience-block-style {
    padding: 2rem;
    position: relative;
    transition: all 0.5s ease;
    background: #ffffff;
    transform: rotate(2deg) translateY(-30px);
    border-radius: 20px;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    max-width: 60%;
}.teaching-history-style .experience-block-style::after {
    background: rgb(107,129,125);
    opacity: 0.6;
    filter: blur(8px);
    transition: all 0.5s ease;
    bottom: -10px;
    height: 10px;
    position: absolute;
    left: 30px;
    width: 85%;
    content: "";
}.teaching-history-style .experience-block-style:hover {
    transform: rotate(0deg) translateY(-20px);
}.teaching-history-style .experience-block-style:hover::after {
    opacity: 0.8;
    width: 95%;
}.teaching-history-style .name {
    transform: translateX(-20px);
    font-size: 30px;
    color: rgb(142,167,163);
    margin-bottom: 0.5rem;
    font-weight: 700;
}.teaching-history-style .experience-block-style > div:nth-child(2) {
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: rgb(107,129,125);
    transform: translateX(-10px);
    font-size: 19px;
}.teaching-history-style .emp-details-style {
    position: relative;
    font-style: italic;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
    padding-left: 1.5rem;
}.teaching-history-style .emp-details-style::before {
    height: 100%;
    width: 5px;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(142,167,163), rgb(107,129,125));
    left: 0;
    top: 0;
    border-radius: 10px;
}

@media (max-width: 992px) {.teaching-history-style .review-feedback-style {
    transform: none;
    gap: 2rem;
    flex-direction: column;
}.teaching-history-style .img-highlight-style {
    width: 220px;
    margin: 0 auto;
    height: 280px;
}.teaching-history-style .experience-block-style {
    max-width: 100%;
    transform: none;
}.teaching-history-style .name,
    .teaching-history-style .experience-block-style > div:nth-child(2) {
    transform: none;
}}.customer-support-style {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(177,203,200);
}.customer-support-style::before {
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(142,167,163,0.5) 0%, transparent 70%);
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    z-index: 0;
    opacity: 0.4;
}.customer-support-style::after {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-position: center center;
    background-image: linear-gradient(rgb(177,203,200) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(177,203,200) 1px, transparent 1px);
    left: 0;
    top: 0;
    background-size: 20px 20px;
    content: "";
    opacity: 0.06;
}.customer-support-style .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
}.customer-support-style .contact-help-style {
    position: relative;
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}.customer-support-style .connect-section-style {
    border-radius: 0;
    position: relative;
    padding: 0;
    background: #ffffff;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.customer-support-style .connect-section-style:first-child {
    flex-direction: column;
    padding: 40px;
    display: flex;
}.customer-support-style .connect-section-style:first-child::before {
    position: absolute;
    height: 6px;
    content: "";
    background: linear-gradient(90deg, rgb(142,167,163), rgb(107,129,125));
    top: 0;
    left: 0;
    width: 100%;
}.customer-support-style .connect-section-style:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.customer-support-style h2 {
    letter-spacing: -0.02em;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
}.customer-support-style h2::after {
    transition: width 0.3s ease;
    bottom: -15px;
    background: rgb(142,167,163);
    width: 30px;
    position: absolute;
    content: "";
    left: 0;
    height: 2px;
}.customer-support-style .connect-section-style:hover h2::after {
    width: 50px;
}.customer-support-style h3 {
    color: #000000;
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 600;
}.customer-support-style p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}.customer-support-style .msg-team-style {
    letter-spacing: 0.05em;
    font-size: calc(15px * 1.2);
    color: rgb(142,167,163);
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}.customer-support-style .ask-feedback-style {
    margin-bottom: 30px;
    border-left: 2px solid rgb(142,167,163,0.5);
    padding-left: 15px;
}.customer-support-style .reach-contact-style {
    padding-top: 30px;
    margin-top: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.customer-support-style .reach-contact-style h3 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}.customer-support-style .reach-contact-style h3::before {
    width: 16px;
    margin-right: 10px;
    background: rgb(142,167,163);
    height: 16px;
    display: block;
    content: "";
}.customer-support-style .learn-ask-style {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    display: grid;
    gap: 10px;
}.customer-support-style .learn-ask-style span {
    transition: all 0.3s ease;
    font-size: calc(15px * 0.85);
    border-left: 3px solid rgb(142,167,163);
    background: rgb(177,203,200);
    padding: 8px 10px;
    color: #000000;
    text-align: center;
    display: block;
}.customer-support-style .learn-ask-style span:hover {
    transform: translateX(3px);
    color: #ffffff;
    background: rgb(142,167,163);
}.customer-support-style .connect-section-style .img-highlight-style {
    min-height: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.5s ease;
    width: 100%;
}.customer-support-style .connect-section-style:hover .img-highlight-style {
    transform: scale(1.05);
}.customer-support-style .talk-experts-style {
    flex-direction: column;
    gap: 20px;
    display: flex;
    padding: 40px;
}.customer-support-style .talk-experts-style a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    align-items: flex-start;
    position: relative;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
    padding-bottom: 20px;
}.customer-support-style .talk-experts-style a:last-child {
    border-bottom: none;
    padding-bottom: 0;
}.customer-support-style .talk-experts-style a:hover {
    transform: translateX(5px);
}.customer-support-style .talk-experts-style a::before {
    top: 0;
    width: 0;
    transition: width 0.3s ease;
    content: "";
    height: 100%;
    background: rgb(142,167,163);
    left: -40px;
    position: absolute;
}.customer-support-style .talk-experts-style a:hover::before {
    width: 3px;
}.customer-support-style .talk-experts-style a span {
    color: #000000;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    font-weight: 400;
}.customer-support-style .talk-experts-style a p {
    color: #000000;
    font-size: calc(15px * 1.1);
    font-weight: 600;
    margin: 0;
}.customer-support-style svg {
    width: 24px;
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 5px;
    transition: transform 0.3s ease;
    height: 24px;
    fill: rgb(142,167,163);
}.customer-support-style svg path {
    transition: fill 0.3s ease;
    fill: rgb(142,167,163);
}.customer-support-style .talk-experts-style a:hover svg {
    transform: scale(1.2);
}.customer-support-style .talk-experts-style a:hover svg,
.customer-support-style .talk-experts-style a:hover svg path {
    fill: rgb(107,129,125);
}

@media (max-width: 992px) {.customer-support-style {
    padding: 70px 0;
}.customer-support-style .contact-help-style {
    grid-template-columns: 1fr 1fr;
}.customer-support-style .connect-section-style:last-child {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.customer-support-style {
    padding: 50px 0;
}.customer-support-style .contact-help-style {
    grid-template-columns: 1fr;
}.customer-support-style .connect-section-style:last-child {
    grid-column: span 1;
}.customer-support-style .connect-section-style .img-highlight-style {
    height: 300px;
}.customer-support-style .connect-section-style:first-child {
    order: 1;
}.customer-support-style .connect-section-style:nth-child(2) {
    order: 3;
}.customer-support-style .connect-section-style:last-child {
    order: 2;
}
}

@media (max-width: 576px) {.customer-support-style {
    padding: 40px 0;
}.customer-support-style .connect-section-style:first-child,
    .customer-support-style .talk-experts-style {
    padding: 30px 20px;
}.customer-support-style .connect-section-style .img-highlight-style {
    height: 220px;
}.customer-support-style .learn-ask-style {
    grid-template-columns: 1fr 1fr;
}}

.customer-support-style::before {
    animation: gradient-shift 15s ease infinite alternate;
}@keyframes gradient-shift {
    0% {
        opacity: 0.3;
        transform: translateX(-5%) translateY(-5%) rotate(0deg);
    }
    100% {
        opacity: 0.5;
        transform: translateX(5%) translateY(5%) rotate(2deg);
    }
}

.customer-support-style .connect-section-style:first-child {
    position: relative;
    overflow: hidden;
}.customer-support-style .connect-section-style:first-child::after {
    right: -50%;
    transform: rotate(45deg);
    background: linear-gradient(135deg, transparent 0%, rgb(142,167,163,0.5) 100%);
    top: -50%;
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    opacity: 0.05;
    transition: transform 0.5s ease;
}.customer-support-style .connect-section-style:first-child:hover::after {
    transform: rotate(45deg) scale(1.2);
}.customer-support-style .talk-experts-style a:nth-child(1) {
    animation-delay: 0.1s;
}.customer-support-style .talk-experts-style a:nth-child(2) {
    animation-delay: 0.2s;
}.customer-support-style .talk-experts-style a:nth-child(3) {
    animation-delay: 0.3s;
}.customer-support-style .connect-section-style:nth-child(2) .img-highlight-style::after {
    content: "";
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    inset: 0;
    position: absolute;
    z-index: 1;
}.customer-support-style .learn-ask-style span:hover {
    animation: pulse 1s ease;
}@keyframes pulse {
    0% {
        transform: translateX(3px);
    }
    50% {
        transform: translateX(6px);
    }
    100% {
        transform: translateX(3px);
    }
}.opening-page-style {
    background: linear-gradient(135deg, rgb(107,129,125) 0%, rgb(142,167,163) 100%);
    position: relative;
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 3rem 1.5rem;
    overflow: hidden;
}.opening-page-style::before {
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.12) 0%, transparent 60%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.08) 0%, transparent 40%);
    width: 100%;
    pointer-events: none;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
}.opening-page-style::after {
    transform: rotate(-15deg) scale(2);
    z-index: 0;
    right: -50%;
    position: absolute;
    animation: rotateGlow 15s infinite alternate ease-in-out;
    height: 100%;
    content: "";
    width: 100%;
    top: -50%;
    background: radial-gradient(ellipse at center, rgb(107,129,125,0.5) 0%, transparent 70%);
}.opening-page-style .master-studyfast-style {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    width: 100%;
    z-index: 2;
    max-width: 1200px;
    gap: 3rem;
}.opening-page-style .master-studyfast-style:hover {
    transform: translateY(-10px);
}.opening-page-style .master-studyfast-style > div:first-child {
    transform: perspective(1000px) rotateX(2deg);
    padding: 2rem;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.08);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}.opening-page-style .master-studyfast-style > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.3);
}.opening-page-style h3 {
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    letter-spacing: 0.02em;
    font-size: calc(18px * 1.05);
    position: relative;
    color: #ffffff;
}.opening-page-style .master-studyfast-style > div:nth-child(2) {
    position: relative;
}.opening-page-style .learn-study-style {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 
    0 40px 80px rgba(0,0,0,0.15),
    0 5px 15px rgba(0,0,0,0.1);
    gap: 2rem;
    border-radius: 10px;
    transform: translateX(0);
    background: linear-gradient(to bottom right, #000000, rgba(0, 0, 0, 0.5));
    position: relative;
    flex-direction: column;
    padding: 3rem;
    overflow: hidden;
    display: flex;
}.opening-page-style .learn-study-style:hover {
    transform: translateX(10px);
}.opening-page-style .learn-study-style::before {
    background: linear-gradient(to bottom, rgb(142,167,163), rgb(107,129,125));
    width: 6px;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    height: 100%;
    top: 0;
    content: "";
}.opening-page-style .learn-study-style:hover::before {
    width: 10px;
}.opening-page-style h1 {
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 47px);
    font-weight: 700;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0;
    line-height: 1.2;
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transform: translateY(0);
}.opening-page-style .learn-study-style:hover h1 {
    transform: translateY(-5px);
}.opening-page-style .learn-study-style > div {
    background-position: center center !important;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    padding: 2rem;
}.opening-page-style .learn-study-style > div::before {
    background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.85), 
    rgba(var(--secondary-color-rgb), 0.85));
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
    content: "";
}.opening-page-style .learn-study-style > div:hover {
    transform: scale(1.02);
}.opening-page-style p {
    line-height: 1.6;
    z-index: 2;
    font-size: calc(15px * 1.1);
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    color: #ffffff;
    position: relative;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 0;
}

@keyframes rotateGlow {
  0% {
    transform: rotate(-15deg) scale(2);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-5deg) scale(2.2);
    opacity: 0.7;
  }
}

@media (min-width: 768px) {.opening-page-style {
    padding: 5rem;
}.opening-page-style .master-studyfast-style {
    grid-template-columns: 1fr 1.5fr;
    gap: 2rem;
}.opening-page-style .master-studyfast-style > div:first-child {
    margin-top: 4rem;
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.opening-page-style .master-studyfast-style > div:first-child:hover {
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg) translateY(-10px);
}.opening-page-style h3 {
    font-size: calc(18px * 1.2);
}.opening-page-style .learn-study-style {
    transform: translateX(-20px);
}.opening-page-style .learn-study-style:hover {
    transform: translateX(-10px);
}
}

@media (min-width: 992px) {.opening-page-style h1 {
    font-size: calc(47px * 1.2);
}.opening-page-style .learn-study-style {
    padding: 4rem;
}.opening-page-style .learn-study-style > div {
    margin-left: -2rem;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transform: perspective(1000px) rotateY(-2deg);
    margin-right: 2rem;
    padding: 3rem;
}.opening-page-style .learn-study-style > div:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.03);
}.opening-page-style p {
    font-size: calc(15px * 1.2);
}.opening-page-style h3 {
    max-width: 90%;
}
}

@media (max-width: 767px) {.opening-page-style {
    padding: 2rem 1rem;
}.opening-page-style h1 {
    font-size: calc(31px * 1.1);
}.opening-page-style h3 {
    font-size: 18px;
}.opening-page-style .learn-study-style {
    padding: 2rem;
}.opening-page-style .learn-study-style > div {
    padding: 1.5rem;
}.opening-page-style p {
    font-size: 15px;
}}.offer-list-style {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 120px 0 100px;
}.offer-list-style::before {
    content: "";
    left: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, rgb(107,129,125,0.5), rgba(0, 0, 0, 0.5) 80%);
    width: 100%;
    top: 0;
    position: absolute;
}.offer-list-style::after {
    position: absolute;
    pointer-events: none;
    top: -50%;
    animation: rotateBackground 180s linear infinite;
    width: 200%;
    left: -50%;
    content: "";
    height: 200%;
    z-index: -1;
    background: radial-gradient(circle at center, transparent 45%, rgba(255, 255, 255, 0.03) 50%, transparent 55%);
}.offer-list-style .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.class-deals-style {
    position: relative;
}.offer-list-style h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #ffffff;
    font-size: 30px;
    transform: perspective(1000px) translateZ(20px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}.offer-list-style h2::after {
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(142,167,163), transparent);
    content: "";
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    bottom: -10px;
    height: 3px;
}.offer-list-style .learning-packages-style {
    opacity: 0.9;
    text-align: center;
    max-width: 800px;
    font-size: 14px;
    color: #ffffff;
    margin: 0 auto 60px;
    transform: perspective(1000px) translateZ(10px);
    line-height: 1.6;
}.offer-list-style .sub-options-style {
    perspective: 1000px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    display: grid;
}.offer-list-style .sub-options-style li {
    transform-style: preserve-3d;
    transition: transform 0.5s ease-out;
}.offer-list-style .plan-details-style {
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: block;
    height: 100%;
    text-decoration: none;
}.offer-list-style .price-schemes-style {
    transform-style: preserve-3d;
    overflow: hidden;
    border-radius: 16px;
    height: 100%;
    backdrop-filter: blur(8px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2),
              -10px -10px 30px rgba(255, 255, 255, 0.05),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    padding: 30px;
}.offer-list-style .price-schemes-style::before {
    border-radius: 50%;
    content: "";
    background: rgb(142,167,163);
    width: 80px;
    position: absolute;
    transition: transform 0.5s ease-out;
    height: 80px;
    opacity: 0.1;
    right: -40px;
    top: -40px;
}.offer-list-style .price-schemes-style::after {
    height: 3px;
    transform: scaleX(0.7);
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    transition: transform 0.5s ease-out;
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(142,167,163), transparent);
}.offer-list-style .edu-packages-style {
    position: relative;
    z-index: 2;
    transform: translateZ(20px);
}.offer-list-style .plan-details-style h4 {
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 20px;
    display: inline-block;
    font-size: calc(18px + 2px);
    position: relative;
}.offer-list-style .plan-details-style h4::after {
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(142,167,163);
    position: absolute;
    left: 0;
    content: "";
    width: 40px;
    bottom: -8px;
}.offer-list-style .plan-details-style p {
    opacity: 0.8;
    overflow-y: auto;
    scrollbar-color: rgb(142,167,163) transparent;
    padding-right: 10px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #ffffff;
    scrollbar-width: thin;
    max-height: 240px;
    font-size: calc(14px - 1px);
}.offer-list-style .plan-details-style p::-webkit-scrollbar {
    width: 4px;
}.offer-list-style .plan-details-style p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}.offer-list-style .plan-details-style p::-webkit-scrollbar-thumb {
    background: rgb(142,167,163);
    border-radius: 10px;
}.offer-list-style .cost-table-style {
    margin-top: 20px;
    position: relative;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: right;
    display: block;
    font-size: calc(18px + 6px);
    font-weight: 700;
}.offer-list-style .cost-table-style::before {
    right: 0;
    transition: transform 0.3s ease;
    bottom: -10px;
    transform-origin: right;
    width: 60px;
    transform: scaleX(0);
    background: rgb(142,167,163);
    height: 2px;
    position: absolute;
    content: "";
}.offer-list-style .plan-details-style:hover .price-schemes-style {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.25),
              -15px -15px 40px rgba(255, 255, 255, 0.07),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px) translateZ(0);
}.offer-list-style .plan-details-style:hover .price-schemes-style::before {
    opacity: 0.05;
    transform: scale(3);
}.offer-list-style .plan-details-style:hover .price-schemes-style::after {
    transform: scaleX(1);
}.offer-list-style .plan-details-style:hover h4::after {
    width: 100%;
}.offer-list-style .plan-details-style:hover .cost-table-style::before {
    transform: scaleX(1);
}

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

@media screen and (min-width: 1200px) {.offer-list-style .sub-options-style {
    grid-template-columns: repeat(4, 1fr);
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {.offer-list-style .sub-options-style {
    grid-template-columns: repeat(3, 1fr);
}.offer-list-style {
    padding: 100px 0 80px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.offer-list-style .sub-options-style {
    grid-template-columns: repeat(2, 1fr);
}.offer-list-style {
    padding: 80px 0 60px;
}.offer-list-style .learning-packages-style {
    margin-bottom: 50px;
}
}

@media screen and (max-width: 767px) {.offer-list-style .sub-options-style {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 400px;
}.offer-list-style {
    padding: 60px 0 40px;
}.offer-list-style h2 {
    font-size: calc(30px - 4px);
}.offer-list-style .learning-packages-style {
    margin-bottom: 40px;
    font-size: calc(14px - 1px);
}.offer-list-style .price-schemes-style {
    padding: 25px 20px;
}
}

@media (hover: none) {.offer-list-style .price-schemes-style {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2),
                -8px -8px 20px rgba(255, 255, 255, 0.05);
}.offer-list-style .plan-details-style:active .price-schemes-style {
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion: reduce) {.offer-list-style::after {
    animation: none;
}.offer-list-style .plan-details-style:hover .price-schemes-style {
    transform: none;
}.offer-list-style .plan-details-style:hover .price-schemes-style::before {
    transform: none;
}}.thanks-id-style {
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(177,203,200) 0%, rgb(142,167,163,0.5) 100%);
    padding: 5rem 0;
}.thanks-id-style::before {
    top: 0;
    z-index: 1;
    height: 100%;
    content: "";
    opacity: 0.1;
    transform: translateZ(-50px);
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, transparent 45%, rgb(107,129,125,0.5) 45%, rgb(107,129,125,0.5) 55%, transparent 55%);
}.thanks-id-style::after {
    z-index: 0;
    opacity: 0.2;
    animation: rotateGradient 15s infinite linear;
    background: radial-gradient(circle at center, rgb(142,167,163,0.5) 0%, transparent 70%);
    top: -50%;
    height: 200%;
    content: "";
    right: -50%;
    width: 100%;
    position: absolute;
}.thanks-id-style .container {
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
}.thanks-id-style .learning-classes-style {
    padding: 3rem;
    gap: 2rem;
    display: flex;
    flex-direction: column;
    border-left: 4px solid rgb(142,167,163);
    max-width: 900px;
    position: relative;
    transform: translateZ(30px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    background: linear-gradient(170deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    margin: 0 auto;
    transform-style: preserve-3d;
}.thanks-id-style .learning-classes-style::before {
    background: linear-gradient(135deg, rgb(107,129,125,0.5) 0%, transparent 70%);
    opacity: 0.4;
    bottom: 10px;
    right: 10px;
    top: -10px;
    left: -10px;
    position: absolute;
    transform: translateZ(-15px);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    z-index: -1;
    content: "";
}.thanks-id-style .learning-classes-style > div:first-child {
    transform: translateZ(20px);
    position: relative;
    animation: slideInTop 0.8s ease-out forwards;
}.thanks-id-style .learning-classes-style > div:first-child::after {
    content: "";
    width: 70%;
    left: 0;
    position: absolute;
    height: 3px;
    transform: translateZ(5px);
    bottom: -10px;
    background: linear-gradient(90deg, rgb(142,167,163) 0%, transparent 100%);
}.thanks-id-style .learning-classes-style > div:last-child {
    transform: translateZ(10px);
    opacity: 0;
    animation: slideInBottom 0.8s ease-out 0.3s forwards;
    position: relative;
}.thanks-id-style h5 {
    font-weight: 700;
    transform: translateX(-5px);
    position: relative;
    font-size: 20px;
    color: #000000;
    display: inline-block;
    margin-bottom: 1rem;
}.thanks-id-style h5::before {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: 50%;
    content: "";
    position: absolute;
    height: 15px;
    left: -20px;
    transform: translateY(-50%);
    width: 15px;
    background-color: rgb(142,167,163);
}.thanks-id-style p {
    font-size: 14px;
    max-width: 95%;
    position: relative;
    transition: color 0.3s ease;
    padding-left: 1rem;
    line-height: 1.7;
    color: #000000;
}.thanks-id-style p::before {
    bottom: 0;
    transition: transform 0.3s ease;
    background: linear-gradient(to bottom, rgb(142,167,163) 0%, rgb(107,129,125) 100%);
    content: "";
    left: 0;
    width: 3px;
    position: absolute;
    transform: scaleY(0.9);
    top: 0;
}.thanks-id-style a {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    display: block;
}.thanks-id-style a:hover {
    transform: translateX(10px);
}.thanks-id-style a:hover p {
    color: rgb(142,167,163);
}.thanks-id-style a:hover p::before {
    transform: scaleY(1.1);
}

@keyframes slideInTop {
    from {
        transform: translateZ(20px) translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateZ(20px) translateY(0);
        opacity: 1;
    }
}

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

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

@media (max-width: 992px) {.thanks-id-style {
    padding: 4rem 0;
}.thanks-id-style .learning-classes-style {
    margin: 0 2rem;
    padding: 2.5rem;
}.thanks-id-style h5 {
    font-size: calc(20px - 0.1rem);
}
}

@media (max-width: 768px) {.thanks-id-style {
    padding: 3rem 0;
}.thanks-id-style .learning-classes-style {
    margin: 0 1.5rem;
    padding: 2rem;
    gap: 1.5rem;
}.thanks-id-style h5 {
    font-size: calc(20px - 0.2rem);
}.thanks-id-style p {
    font-size: calc(14px - 0.1rem);
    max-width: 100%;
}
}

@media (max-width: 576px) {.thanks-id-style {
    padding: 2.5rem 0;
}.thanks-id-style .learning-classes-style {
    gap: 1.2rem;
    padding: 1.5rem;
    margin: 0 1rem;
}.thanks-id-style h5 {
    font-size: calc(20px - 0.3rem);
}.thanks-id-style h5::before {
    height: 12px;
    left: -15px;
    width: 12px;
}.thanks-id-style p {
    padding-left: 0.7rem;
}.thanks-id-style a:hover {
    transform: translateX(5px);
}
}