a {
    color: inherit;
    text-decoration: none;
}

.segment-wrapper-id {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}

svg {
    height: 30px;
    width: 30px;
}

.container {
    margin: auto;
    width: 1125px;
    max-width: 100%;
}

.program-overview-id .container {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}

.program-overview-id .training-track-id {
    animation: fadeIn 0.8s ease-out forwards 0.3s;
    display: grid;
    opacity: 0;
    gap: 3rem;
    transform: translateY(20px);
    grid-template-columns: 1fr;
}

.program-overview-id .pic-float-id::after {
    transition: opacity 0.6s ease;
    background: linear-gradient(to bottom right, 
                rgb(202,176,217,0.5) 0%, 
                transparent 40%, 
                transparent 60%, 
                rgb(168,138,193,0.5) 100%);
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    opacity: 0.5;
    right: 0;
    bottom: 0;
}

.program-overview-id .training-track-id:hover .prose-block-id::before {
    height: 100%;
}

.program-overview-id .prose-block-id:hover h3 {
    transform: translateY(-5px);
}

.program-overview-id .prose-block-id:hover h3::after {
    width: 100px;
}

.program-overview-id .description {
    font-size: 16px;
    line-height: 1.7;
    max-height: 200px;
    padding-right: 1rem;
    position: relative;
    overflow-y: auto;
    margin-bottom: 1.5rem;
    color: #000000;
}

.appMessage-id .container {
    margin: 0 auto;
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    z-index: 2;
    animation: slideUp 0.8s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 1200px;
    padding: 0 2rem;
}

.appMessage-id h2::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(202,176,217), rgb(168,138,193));
    width: 80px;
    height: 3px;
    bottom: -15px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    border-radius: 10px;
}

.appMessage-id .academy-team-id::after {
    width: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(202,176,217,0.5) 0%, transparent 70%);
    top: 10px;
    z-index: 0;
    content: "";
    position: absolute;
    right: 10px;
    height: 120px;
    opacity: 0.2;
}

.appMessage-id li span {
    opacity: 0;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    animation: fadeIn 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    line-height: 1.8;
    transform: translateY(10px);
    font-size: 14px;
}

header .container {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

header .nav-know-id {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding: 5px 0;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: #000000;
}

header .nav-know-id:hover {
    color: rgb(202,176,217);
}

header .nav-know-id:hover:before {
    transform: translateY(-50%) scale(1);
}

header .nav-begin-id:hover:before {
    opacity: 1;
}

header .nav-begin-id svg {
    width: auto;
    height: 42px;
    transition: transform 0.3s ease;
}

.plan-wrapper-id {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.plan-wrapper-id .container {
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.plan-wrapper-id .pricing-tiers-id {
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 100%;
}

.plan-wrapper-id .edu-packages-id {
    display: grid;
    perspective: 1000px;
    gap: 30px;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
}

.plan-wrapper-id .edu-packages-id li:nth-child(1) {
    --li-index: 1;
}

.plan-wrapper-id .edu-packages-id li:nth-child(3) {
    --li-index: 3;
}

.plan-wrapper-id .cost-table-id {
    display: block;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.15);
    overflow: hidden;
    text-decoration: none;
    backdrop-filter: blur(10px);
    position: relative;
    height: 100%;
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
}

.plan-wrapper-id .annual-plan-id p {
    flex-grow: 1;
    word-break: break-word;
    font-size: calc(16px - 2px);
    line-height: 1.6;
    overflow-wrap: break-word;
    margin-bottom: 25px;
    color: rgba(255,255,255,0.8);
}

.get-in-touch-idTWy {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(228,215,237) 0%, rgb(168,138,193,0.5) 100%);
    overflow: hidden;
}

.get-in-touch-idTWy::after {
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgb(168,138,193,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(168,138,193,0.5) 1px, transparent 1px);
    background-size: 50px 50px;
}

.get-in-touch-idTWy h3 {
    margin-bottom: 40px;
    font-size: 36px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 15px rgb(202,176,217,0.5);
    letter-spacing: 1px;
}

.get-in-touch-idTWy .query-form-id {
    position: relative;
    flex: 1;
    padding: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.get-in-touch-idTWy .query-form-id::after {
    content: '';
    left: -75px;
    position: absolute;
    opacity: 0.2;
    background: radial-gradient(rgb(168,138,193,0.5), transparent 70%);
    bottom: -75px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.get-in-touch-idTWy input[type="text"]:focus,
.get-in-touch-idTWy textarea:focus {
    border-color: rgb(202,176,217);
    outline: none;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 10px rgb(202,176,217,0.5);
}

.get-in-touch-idTWy .help-section-id {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
    position: relative;
}

.get-in-touch-idTWy .help-section-id input[type="checkbox"]:checked + label::before {
    background: rgb(202,176,217);
    border-color: rgb(202,176,217);
}

.get-in-touch-idTWy .help-section-id a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(202,176,217);
}

.get-in-touch-idTWy .help-section-id a:hover {
    color: rgb(168,138,193);
    text-decoration: underline;
}

.get-in-touch-idTWy .support-block-id:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(202,176,217,0.5);
}

.get-in-touch-idTWy .support-block-id:hover::before {
    left: 100%;
}

.get-in-touch-idTWy .query-links-id {
    overflow: hidden;
    position: relative;
    width: 40%;
    padding: 40px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
}

.get-in-touch-idTWy .query-links-id h4::after {
    width: 50px;
    position: absolute;
    background: rgb(202,176,217);
    border-radius: 3px;
    bottom: -10px;
    height: 3px;
    content: '';
    left: 0;
}

.get-in-touch-idTWy .query-card-id li::before {
    opacity: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    left: -10px;
    width: 0;
    height: 0;
    background: rgb(202,176,217);
    content: '';
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
}

.get-in-touch-idTWy .query-card-id li:hover svg path {
    fill: rgb(168,138,193);
}

.get-in-touch-idTWy .query-card-id a:hover {
    color: rgb(202,176,217);
}

.welcome-board-id {
    background: linear-gradient(135deg, rgb(228,215,237), rgb(168,138,193,0.5) 80%);
    overflow: hidden;
    position: relative;
    justify-content: center;
    padding: 2rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.master-studyfast-id > div:first-child {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: inset 5px 5px 15px rgba(255, 255, 255, 0.7), inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px);
    position: relative;
    border-left: 4px solid rgb(202,176,217);
    background: linear-gradient(to right, rgb(168,138,193,0.5), #ffffff);
    padding: 1.5rem;
}

.master-studyfast-id > div:last-child {
    position: relative;
    z-index: 2;
}

.welcome-board-id .learn-roots-id:hover {
    transform: translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08), -15px -15px 40px #ffffff;
}

.welcome-board-id h1 {
    font-size: 45px;
    transform: translateX(-3px);
    padding-bottom: 1rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 2rem;
    transition: transform 0.3s ease;
    color: #000000;
}

.welcome-board-id .learn-roots-id > div::before {
    background: rgb(202,176,217,0.5);
    width: 100%;
    content: "";
    z-index: 0;
    opacity: 0.1;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
}

.privacy-guard-id {
    width: 90%;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 40px;
    background: #ffffff;
    max-width: 1200px;
    position: relative;
    overflow: hidden;
}

.privacy-guard-id h1 {
    font-weight: 700;
    border-bottom: 2px solid rgb(202,176,217);
    color: #000000;
    font-size: 46px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
    z-index: 1;
    letter-spacing: 2px;
}

.privacy-guard-id li:before {
    font-size: 17px;
    content: counter(list-counter, decimal-leading-zero);
    font-weight: 700;
    color: rgb(202,176,217);
    position: absolute;
    top: 0;
    left: 0;
}

.privacy-guard-id h3, .privacy-guard-id h4, .privacy-guard-id h5, .privacy-guard-id h6 {
    text-transform: uppercase;
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    color: rgb(202,176,217);
}

.privacy-guard-id button:hover {
    background: rgb(168,138,193);
}

.teaching-history-id::before {
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(202,176,217,0.5) 120deg, transparent 180deg, rgb(168,138,193,0.5) 260deg, transparent 360deg);
    position: absolute;
    left: -10%;
    animation: rotate 20s linear infinite;
    width: 200%;
    z-index: 0;
    top: -50%;
    height: 200%;
    opacity: 0.2;
    content: "";
}

.teaching-history-id .pic-float-id {
    aspect-ratio: 1/1;
    box-shadow: 
    -5px 5px 0 rgb(168,138,193),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    grid-area: photo;
    border-radius: 20px;
    transform: translateZ(20px);
    width: 100%;
}

.teaching-history-id .name + span {
    grid-area: name;
    font-size: 17px;
    letter-spacing: 1px;
    color: #000000;
    padding-left: 1rem;
    opacity: 0.8;
    align-self: end;
    margin-top: 2rem;
    font-weight: 600;
    transform: translateZ(5px);
    text-transform: uppercase;
}

.teaching-history-id .reviews-block-id:hover .experiencep-wrap-id {
    transform: translateZ(25px);
}

.learning-system-id {
    position: relative;
    background: linear-gradient(135deg, rgb(228,215,237) 0%, rgb(168,138,193,0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
}

.learning-system-id .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
    padding: 0 2rem;
}

.learning-system-id .academy-team-id {
    transform: perspective(1000px) rotateY(2deg);
    grid-template-columns: 1fr;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    display: grid;
    backdrop-filter: blur(8px);
    position: relative;
}

.learning-system-id h3::after {
    background: rgb(202,176,217);
    bottom: -8px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    transform-origin: left;
    width: 60%;
    transform: scaleX(0);
    position: absolute;
    content: "";
    height: 3px;
}

footer {
    position: relative;
    width: 100%;
}

footer .credit-info-id::before {
    position: absolute;
    left: 0;
    background-color: rgb(168,138,193);
    right: 0;
    transform: skewY(-3deg);
    z-index: 0;
    top: -50px;
    height: 100px;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    content: "";
}

footer .info_item::before {
    left: 0;
    height: 100%;
    background-color: rgb(202,176,217);
    width: 5px;
    top: 0;
    content: "";
    position: absolute;
}

footer .info_item:nth-child(even) {
    background-color: rgb(202,176,217,0.5);
}

footer .info_item p,
footer .info_item a {
    vertical-align: middle;
    display: inline-block;
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
    font-size: 14px;
}

footer .first-expert-id::before {
    border: 1px dashed rgba(255, 255, 255, 0.1);
    position: absolute;
    bottom: 15px;
    border-radius: calc(20px - 8px);
    right: 15px;
    content: "";
    pointer-events: none;
    top: 15px;
    left: 15px;
}

footer .header-top-id {
    margin-bottom: 25px;
    position: relative;
}

footer .header-top-id a {
    position: relative;
    margin: 0 10px 10px 0;
    font-size: 14px;
    padding: 10px 15px;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    text-decoration: none;
    border-radius: 0 5px 5px 0;
    background-color: rgb(168,138,193,0.5);
    transition: all 0.3s ease;
}

footer .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    padding-left: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 21px;
}

footer .subscribe_holder p {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .join-form-id {
    cursor: pointer;
    border-radius: 10px;
    border: none;
    position: relative;
    font-size: 19px;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 14px 20px;
    font-weight: 600;
    background-color: rgb(202,176,217);
    overflow: hidden;
}

footer .access-help-id::before {
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 1px;
    transform: translateX(-50%);
    content: "";
    top: -25px;
    width: 50px;
}

.meet-us-id .prose-block-id {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    padding: 40px 50px;
    border-left: 4px solid rgb(168,138,193);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.meet-us-id .prose-block-id:hover h5::after {
    transform: scaleX(1);
}

.meet-us-id p {
    font-size: calc(12px * 1.2);
    z-index: 1;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 25px;
}

.meet-us-id p b::after {
    z-index: -1;
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    content: "";
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -2px;
    background: rgb(168,138,193);
    transform-origin: left;
    left: 0;
}

.meet-us-id .prose-block-id:hover ol li::before {
    transform: scaleY(1);
    opacity: 1;
}

.try-immediately-id {
    background: linear-gradient(125deg, rgb(168,138,193) 0%, rgb(202,176,217) 100%);
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 120px 0;
}

.try-immediately-id .academy-team-id {
    backdrop-filter: blur(10px);
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 13px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px 40px;
    z-index: 2;
    align-items: center;
    max-width: 1000px;
}

.try-immediately-id h3 {
    letter-spacing: 4px;
    text-align: center;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-shadow: 0 0 10px #ffffff;
    font-size: 34px;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.try-immediately-id h3::after {
    animation: pulseCircle 4s ease-in-out infinite;
    box-shadow: 0 0 20px #ffffff;
    height: 60px;
    left: 50%;
    content: '';
    opacity: 0.1;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 60px;
    bottom: -80px;
}

.try-immediately-id .edu-askus-id::after {
    height: 300%;
    left: 50%;
    transition: all 0.6s ease;
    z-index: -1;
    top: -100%;
    transform: translateX(-50%) rotate(20deg);
    width: 15px;
    position: absolute;
    content: '';
    background: linear-gradient(
        to bottom,
        transparent,
        #ffffff,
        transparent
    );
    opacity: 0;
}

.try-immediately-id .edu-askus-id:hover::after {
    animation: lightBeam 1.5s ease-in-out;
    opacity: 0.6;
}

.cookieUsagePromptPanel-id h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookie-all-id svg, .cookie-all-id svg path, .cookie-all-id img {
    height: 100px;
    width: 100px;
    fill: rgb(202,176,217);
}


#cookie-overlay-box-id {
    display: none;
}

.program-overview-id .description::-webkit-scrollbar {
    width: 4px;
}

.program-overview-id .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}

.program-overview-id .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(168,138,193,0.5);
}

.meet-us-id ol li::-webkit-scrollbar {
    width: 6px;
}

.meet-us-id ol li::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
}

.meet-us-id ol li::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(168,138,193);
}



@media (max-width: 767px) {.program-overview-id {
    padding: 4rem 0;
}.program-overview-id .container {
    padding: 0 1.5rem;
}.program-overview-id .pic-float-id {
    margin-bottom: 1rem;
    height: 280px;
}.program-overview-id .prose-block-id {
    padding: 1.5rem;
}.program-overview-id h3 {
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
    font-size: calc(22px * 1.1);
}.program-overview-id .description {
    font-size: calc(16px * 0.95);
    max-height: 180px;
    line-height: 1.6;
}}



@media (max-width: 991px) {header .container {
    padding: 15px;
}header .main-master-id {
    gap: 20px;
}header .nav-know-id:before {
    left: -10px;
}header .nav-begin-id svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .nav-begin-id svg {
    height: 32px;
}}



@media (max-width: 768px) {.plan-wrapper-id {
    padding: 60px 0;
}.plan-wrapper-id h2 {
    font-size: calc(29px - 6px);
    margin-bottom: 15px;
}.plan-wrapper-id .learn-fees-id {
    font-size: calc(16px - 1px);
    margin-bottom: 30px;
}.plan-wrapper-id .edu-packages-id {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.plan-wrapper-id .annual-plan-id p {
    font-size: calc(16px - 3px);
}
}



@media (max-width: 992px) {.get-in-touch-idTWy {
    padding: 60px 0;
}.get-in-touch-idTWy .pic-float-id {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}.get-in-touch-idTWy .feedback-box-id {
    flex-direction: column;
}.get-in-touch-idTWy .query-form-id {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
}.get-in-touch-idTWy .query-links-id {
    width: 100%;
}
}



@media (min-width: 768px) {.master-studyfast-id {
    transform: perspective(1200px) rotateX(3deg);
    grid-template-columns: 0.4fr 0.6fr;
    gap: 2rem;
    padding: 4rem;
}.welcome-board-id h3 {
    font-size: 21px;
}.master-studyfast-id > div:first-child {
    padding: 2rem;
    align-items: center;
    display: flex;
}.welcome-board-id h1 {
    font-size: calc(45px * 1.1);
}.welcome-board-id .learn-roots-id > div p {
    max-width: 90%;
    font-size: calc(13px * 1.2);
}
}



@media (min-width: 992px) {.welcome-board-id {
    padding: 0;
}.master-studyfast-id {
    padding: 5rem;
    gap: 3rem;
}.welcome-board-id h3 {
    font-size: calc(21px * 1.1);
}.welcome-board-id h1 {
    font-size: calc(45px * 1.2);
}.welcome-board-id .learn-roots-id {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 3rem;
}.welcome-board-id .learn-roots-id:hover {
    transform: translateY(-10px) scale(1.02);
}.welcome-board-id .learn-roots-id > div {
    padding: 3rem;
}
}



@media (max-width: 576px) {.teaching-history-id {
    padding: 4rem 1rem;
}.teaching-history-id .reviews-block-id {
    padding: 1.5rem;
}.teaching-history-id .experiencep-wrap-id {
    padding: 1.5rem;
}}



@media screen and (min-width: 992px) {.learning-system-id .academy-team-id {
    transform: perspective(1500px) rotateY(3deg);
}.learning-system-id h3 {
    font-size: calc(38px * 1.1);
}.learning-system-id p {
    font-size: calc(17px * 1.05);
    line-height: 1.9;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .join-form-id {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .credit-info-id {
    padding: 60px 0 30px;
}footer .ask-question-id {
    margin-bottom: 40px;
}footer .first-expert-id, footer .subscribe_holder {
    padding: 25px 20px;
}footer .header-top-id a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
}footer .access-help-id {
    margin-top: 40px;
}
}



@media (max-width: 768px) {.meet-us-id {
    padding: 60px 0;
}.meet-us-id .prose-block-id {
    padding: 25px;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.meet-us-id .prose-block-id::before,
    .meet-us-id .prose-block-id::after {
    width: 40px;
}.meet-us-id h5 {
    font-size: calc(22px * 0.9);
}.meet-us-id p {
    font-size: calc(12px * 0.95);
}.meet-us-id ol li {
    line-height: 1.7;
    max-height: 40vh;
    font-size: calc(12px * 0.9);
}
}



@media screen and (max-width: 992px) {.try-immediately-id {
    padding: 100px 0;
}.try-immediately-id .academy-team-id {
    max-width: 90%;
    padding: 50px 30px;
}.try-immediately-id h3 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.9);
}.try-immediately-id h3::after {
    bottom: -70px;
    height: 50px;
    width: 50px;
}.try-immediately-id .edu-askus-id {
    padding: 18px 50px;
    margin-top: 25px;
}
}


@media only screen and (max-width: 1200px) {.cookieUsagePromptPanel-id {
    padding: 20px;
}}


@media only screen and (max-width: 800px) {.cookie-all-id {
    display: none;
}.data-guard-id {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookieUsagePromptPanel-id h5 {
    text-align: center;
}.cookieUsagePromptPanel-id p {
    text-align: center;
}.cookie-updates-id {
    margin-bottom: 20px;
}body .segment-wrapper-id .edu-approve-id {
    margin-left: 0;
}
}



@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}



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



@keyframes rotatePortal {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.05);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}



@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        filter: blur(15px);
    }
    50% {
        opacity: 0.2;
        filter: blur(20px);
    }
    100% {
        opacity: 0.1;
        filter: blur(15px);
    }
}



@keyframes lightBeam {
    0% {
        opacity: 0;
        transform: translateX(-50%) rotate(20deg);
    }
    25% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        transform: translateX(300%) rotate(20deg);
    }
}

