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

.framework-wrap-OUz {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}

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

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

header::before {
    width: 100%;
    top: 0;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    content: '';
    position: absolute;
    height: 100%;
    z-index: 0;
}

header .head-site-cjF:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}

header .nav-master-cES {
    border-radius: 10px;
    gap: 0.4rem;
    align-items: center;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    padding: 0.4rem 0.6rem;
    display: flex;
}

header .nav-sitebar-TDc::before {
    width: 100%;
    background: linear-gradient(45deg, rgb(176,188,186,0.5), rgb(133,142,135,0.5));
    opacity: 0;
    left: 0;
    height: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    top: 0;
    content: '';
    z-index: -1;
}

.training-structure-WpV::before {
    z-index: 1;
    background-size: 40px 40px;
    height: 100%;
    position: absolute;
    width: 100%;
    background-image: radial-gradient(rgb(176,188,186,0.5) 1px, transparent 1px);
    opacity: 0.1;
    left: 0;
    top: 0;
    content: '';
}

.training-structure-WpV .text-box-content-JjC p {
    border-radius: 25px;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 40px 50px;
    transform: translateX(50px);
    backdrop-filter: blur(15px);
    width: 65%;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    align-self: flex-end;
    z-index: 2;
    font-size: 14px;
    margin-top: -15px;
}

.training-structure-WpV .text-box-content-JjC p::before {
    opacity: 0.6;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(176,188,186,0.5), transparent);
    left: 7.5%;
    top: 20px;
    width: 85%;
    height: 1px;
}

.training-structure-WpV .learn-learn-Xko::before {
    right: 15%;
    border: 3px solid rgb(133,142,135,0.5);
    height: 150px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    content: '';
    animation: pulse-ring 10s infinite ease-in-out;
    top: -75px;
    width: 150px;
}

.training-structure-WpV .text-box-content-JjC h2 span::after {
    z-index: -1;
    background: rgb(176,188,186);
    content: '';
    left: 0;
    bottom: 2px;
    position: absolute;
    width: 100%;
    height: 4px;
    opacity: 0.3;
}

.course-program-info-XBv .container {
    z-index: 2;
    position: relative;
}

.course-program-info-XBv .snapshot-WlN {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
}

.course-program-info-XBv .knowledge-track-mRL {
    width: 60%;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    backdrop-filter: blur(8px);
    margin-top: auto;
    position: relative;
    z-index: 3;
    box-shadow: -15px -15px 30px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    padding: 2.5rem;
}

.course-program-info-XBv .head-skill-FfH:hover {
    transform: translateY(-5px) rotate(5deg);
}

.course-program-info-XBv .head-skill-FfH svg path {
    fill: rgb(176,188,186);
    transition: fill 0.3s ease;
}

.course-program-info-XBv .knowledge-track-mRL h3::after {
    content: "";
    background: rgb(176,188,186);
    left: 0;
    height: 3px;
    width: 60px;
    position: absolute;
    border-radius: 10px;
    bottom: -0.5rem;
}

.dialogCookieSettings-AlW {
    border-top: 3px solid rgb(133,142,135);
    z-index: 90;
    background: rgb(133,142,135);
    padding: 20px 0;
    width: 100%;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    position: fixed;
    animation: slideUp 0.5s forwards;
}

.dialogCookieSettings-AlW p {
    line-height: 1.5;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

.cookie-all-JeX svg {
    transition: transform 0.3s ease-in-out;
    fill: rgb(176,188,186);
    width: 80px;
    height: 80px;
}

.cookie_button.cookie-compl-niH {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(133,142,135);
}

.dialogCookieSettings-AlW p a {
    text-decoration: none;
    color: rgb(176,188,186);
    transition: color 0.3s ease;
}

.price-table-Rdi::before {
    position: absolute;
    z-index: 1;
    content: "";
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}

.price-table-Rdi h2::after {
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(133,142,135), rgb(176,188,186));
    width: 80px;
    border-radius: 3px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    bottom: -10px;
}

.price-table-Rdi .pricing-tiers-kYA {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    text-decoration: none;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    height: 100%;
}

.price-table-Rdi .pricing-tiers-kYA p {
    padding-right: 10px;
    max-height: 250px;
    word-break: normal;
    hyphens: auto;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 25px;
    font-size: 15px;
    overflow-y: auto;
    overflow-wrap: break-word;
}

.price-table-Rdi .pricing-tiers-kYA:hover {
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.price-table-Rdi .pricing-tiers-kYA:hover .package-rates-JCf {
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
    transform: translateY(-3px) scale(1.03);
}

.primary-page-czR::after {
    z-index: 2;
    width: 80%;
    transform: rotate(-15deg);
    top: -50%;
    right: -50%;
    height: 200%;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(to bottom right, rgba(94, 170, 168, 0.2), transparent);
    content: "";
}

.primary-page-czR .learn-learn-Xko {
    padding: 4rem;
    display: flex;
    padding-right: 0;
    position: relative;
    justify-content: center;
    flex-direction: column;
    width: 60%;
    transform: perspective(1000px) translateZ(0);
    z-index: 5;
}

.primary-page-czR h1::before {
    height: 4px;
    bottom: -10px;
    transform-origin: left;
    left: 0;
    position: absolute;
    transform: scaleX(0.7);
    width: 80px;
    content: "";
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(176,188,186);
}

.primary-page-czR .text-box-content-JjC p::before {
    width: 3px;
    transform: scaleY(0.7);
    left: -20px;
    height: 100%;
    position: absolute;
    background: rgb(176,188,186);
    transition: transform 0.5s ease;
    opacity: 0.7;
    content: "";
}

.primary-page-czR .tech-study-XNI svg path {
    transition: fill 0.5s ease;
}

.primary-page-czR:hover .tech-study-XNI svg path {
    fill: rgb(84, 160, 158);
}

.primary-page-czR h6 {
    position: relative;
    margin-top: 1rem;
    align-self: flex-start;
    transform: perspective(1000px) translateZ(30px);
}

.primary-page-czR h6 .connect-box-nRL::after {
    position: absolute;
    height: 100%;
    width: 30px;
    transform: skewX(-15deg);
    transition: left 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    top: 0;
    content: "";
    left: -100px;
}

.primary-page-czR h6 .connect-box-nRL:hover::after {
    left: 150%;
}

.data-analysis-MNp::after {
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgb(176,188,186,0.5) 0%, transparent 50%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.data-analysis-MNp .study-gain-nfX svg {
    height: 70px;
    filter: drop-shadow(0 0 10px rgb(176,188,186,0.5));
    fill: rgb(176,188,186);
    width: 70px;
}

.data-analysis-MNp .study-elevation-qkt::after {
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    width: 80px;
    bottom: 0;
    background: linear-gradient(to right, rgb(176,188,186), transparent);
}

.data-analysis-MNp .benefits-block-vLs {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px;
    position: relative;
    display: flex;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    align-items: center;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.data-analysis-MNp .benefits-block-vLs span {
    color: #ffffff;
    display: block;
    position: relative;
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: 700;
}

.data-analysis-MNp .knowledge-boosters-EJA:has(.benefits-block-vLs:nth-child(2):last-child) {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
}



.data-analysis-MNp .benefits-block-vLs::before {
    background: linear-gradient(135deg, transparent, rgb(176,188,186,0.5));
    right: 0;
    transition: opacity 0.3s ease;
    height: 40px;
    width: 40px;
    border-top-right-radius: 10px;
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
}

.our-background-OUf::before {
    bottom: 0;
    opacity: 0.85;
    position: absolute;
    background: linear-gradient(145deg, rgb(176,188,186,0.5), rgba(0, 0, 0, 0.5), rgb(133,142,135,0.5));
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
    backdrop-filter: blur(5px);
    content: "";
}

.our-background-OUf .text-box-content-JjC {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 3.5rem;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: perspective(1000px) rotateY(2deg);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}

.our-background-OUf .text-box-content-JjC > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}

.our-background-OUf h5 {
    display: inline-block;
    margin: 0;
    letter-spacing: 2px;
    padding-bottom: 0.5rem;
    position: relative;
    text-transform: uppercase;
    transform: translateX(0);
    transition: transform 0.5s ease;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
}

.our-background-OUf .text-box-content-JjC > div:nth-child(2) {
    margin-bottom: 2rem;
}

.our-background-OUf .text-box-content-JjC > div:nth-child(2) p::before {
    width: 10px;
    transform: translateY(-50%) scale(0);
    opacity: 0;
    top: 50%;
    position: absolute;
    height: 10px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    left: -20px;
    border-radius: 50%;
    content: "";
    background: rgb(176,188,186);
}

.our-background-OUf ol li:hover::before {
    transform: scale(1.5);
}

.leadership-profile-Cpl {
    background: rgb(225,224,204);
    position: relative;
    overflow: hidden;
    height: 500px;
}

.leadership-profile-Cpl::before {
    top: 0;
    position: absolute;
    background: rgb(176,188,186);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    content: "";
}

.leadership-profile-Cpl .snapshot-WlN::after {
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(
        to right,
        rgb(176,188,186) 0%,
        transparent 100%
    );
    opacity: 0.3;
    content: "";
}

.leadership-profile-Cpl .name {
    transform: translateX(50px);
    margin-bottom: 0.7rem;
    opacity: 0;
    font-size: 42px;
    position: relative;
    animation: slide-left 0.7s forwards 0.2s;
    color: #000000;
    font-weight: 700;
}

.leadership-profile-Cpl .emp-details-bfV > div:nth-child(2) {
    font-size: 20px;
    letter-spacing: 3px;
    animation: slide-left 0.7s forwards 0.4s;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-weight: 600;
    opacity: 0;
    transform: translateX(50px);
    color: rgb(133,142,135);
}

.leadership-profile-Cpl .job-area-mRl::after {
    font-size: 20rem;
    z-index: -1;
    content: '"';
    font-family: serif;
    color: rgb(176,188,186,0.5);
    line-height: 0;
    right: -80px;
    bottom: -120px;
    opacity: 0.1;
    position: absolute;
}



.footer-subscribe-MRV .container {
    position: relative;
    z-index: 2;
}

.footer-subscribe-MRV .copy-notice-myz {
    gap: 3rem;
    display: flex;
    flex-direction: column;
}

.footer-subscribe-MRV .write-experts-aPM {
    background: rgba(0, 0, 0, 0.1);
    gap: 2rem;
    backdrop-filter: blur(8px);
    border: 1px solid rgb(133,142,135,0.5);
    border-radius: 11px;
    position: relative;
    margin-bottom: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-subscribe-MRV .info_item svg {
    transition: fill 0.3s ease;
    height: 1.25rem;
    fill: rgb(133,142,135);
    width: 1.25rem;
}

.footer-subscribe-MRV .info_item a:hover svg {
    fill: rgb(176,188,186);
}

.footer-subscribe-MRV .head-skill-FfH {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    display: flex;
}

.footer-subscribe-MRV .head-skill-FfH svg:hover {
    filter: drop-shadow(0 0 10px rgb(176,188,186));
}

.footer-subscribe-MRV .nav-master-cES {
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
}

.footer-subscribe-MRV .nav-master-cES h5::after {
    content: '';
    transition: width 0.3s ease;
    position: absolute;
    width: 40px;
    bottom: 0;
    left: 0;
    height: 2px;
    background: rgb(133,142,135);
}

.footer-subscribe-MRV .main-edu-RWj a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(176,188,186);
}

.footer-subscribe-MRV .subscribe_holder {
    position: relative;
    overflow: hidden;
    flex-direction: column;
    border-radius: 11px;
    display: flex;
    border: 1px solid rgb(133,142,135,0.5);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    gap: 1.25rem;
    padding: 1.5rem;
}

.footer-subscribe-MRV .input_holder {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-subscribe-MRV .input_holder input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.5;
}

.footer-subscribe-MRV .news-label-zys::before {
    left: -100%;
    position: absolute;
    top: 0;
    height: 100%;
    transition: left 0.7s ease;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.footer-subscribe-MRV .brainstorm-IVw {
    border-top: 1px solid rgb(133,142,135,0.5);
    margin-top: 3rem;
    position: relative;
    padding-top: 1.5rem;
    text-align: center;
}

.privacy-folio-Igy .container {
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    display: flex;
}

.privacy-folio-Igy h2 {
    letter-spacing: 1px;
    margin-top: 25px;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.privacy-folio-Igy li {
    justify-content: flex-start;
    padding: 15px;
    align-items: center;
    background-color: rgb(133,142,135,0.5);
    font-size: 17px;
    margin-bottom: 15px;
    border-radius: 10px;
    color: #000000;
    display: flex;
}

.contact-form-section-cmR::before {
    z-index: -1;
    inset: 0;
    content: '';
    background-color: rgb(176,188,186);
    position: absolute;
    opacity: 0.95;
}

.contact-form-section-cmR .inquiry-section-gpL {
    text-align: center;
    margin-bottom: 40px;
    padding: 0;
    position: relative;
}

.contact-form-section-cmR .inquiry-section-gpL div {
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 12px 20px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    margin: 15px 10px;
    border-radius: 30px;
}

.contact-form-section-cmR .inquiry-section-gpL div span {
    vertical-align: middle;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
}

.contact-form-section-cmR .message-query-QWT form {
    display: grid;
    grid-column: span 3;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.contact-form-section-cmR .message-query-QWT input#email {
    grid-column: span 1;
}

.contact-form-section-cmR .message-query-QWT input::placeholder {
    color: #000000;
    opacity: 0.6;
}

.contact-form-section-cmR .message-query-QWT .inquiry-reach-WtE {
    align-items: center;
    display: flex;
    grid-column: span 2;
}

.contact-form-section-cmR .message-query-QWT .inquiry-reach-WtE input[type="checkbox"]:checked {
    border-color: rgb(133,142,135);
    background-color: rgb(133,142,135);
}

.contact-form-section-cmR .message-query-QWT .inquiry-reach-WtE label {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}

.contact-form-section-cmR .message-query-QWT .inquiry-reach-WtE label a {
    color: rgb(133,142,135);
    text-decoration: none;
    transition: color 0.3s ease;
}

.tyArea-KGl {
    align-items: center;
    display: flex;
    min-height: 60vh;
    position: relative;
    background: linear-gradient(135deg, rgb(225,224,204) 0%, rgb(176,188,186,0.5) 100%);
    padding: 5rem 2rem;
    justify-content: center;
    overflow: hidden;
}

.tyArea-KGl .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.tyArea-KGl .learn-learn-Xko {
    display: grid;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    gap: 2rem;
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.97);
    transform: perspective(1000px) rotateX(2deg);
    border-left: 5px solid rgb(176,188,186);
    padding: 3.5rem;
    position: relative;
}

.tyArea-KGl a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.tyArea-KGl a:hover {
    transform: translateY(-5px);
}

.tyArea-KGl p::before {
    background: rgb(176,188,186);
    display: flex;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    align-items: center;
    left: -15px;
    height: 36px;
    color: #ffffff;
    justify-content: center;
    top: -15px;
    border-radius: 50%;
    content: "✓";
    width: 36px;
}



@media (max-width: 991px) {header .head-know-RrQ {
    padding: 0.8rem 2.5%;
}header .head-site-cjF svg {
    width: 130px;
}header .nav-master-cES {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .nav-sitebar-TDc {
    font-size: calc(17px - 1px);
    padding: 0.35rem 0.6rem;
}
}



@media screen and (max-width: 1200px) {.training-structure-WpV .text-box-content-JjC h2 {
    width: 55%;
    transform: translateX(-30px);
}.training-structure-WpV .text-box-content-JjC p {
    width: 70%;
    transform: translateX(30px);
}
}



@media screen and (max-width: 768px) {.training-structure-WpV {
    overflow: hidden;
    padding: 100px 0;
}.training-structure-WpV .text-box-content-JjC h2 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.9);
    transform: none;
    padding: 25px 30px;
    align-self: center;
    width: 100%;
}.training-structure-WpV .text-box-content-JjC p {
    margin-top: 0;
    padding: 30px;
    transform: none;
    align-self: center;
    width: 100%;
}.training-structure-WpV .text-box-content-JjC h2::before,
    .training-structure-WpV .text-box-content-JjC h2::after,
    .training-structure-WpV::after,
    .training-structure-WpV .learn-learn-Xko::before,
    .training-structure-WpV .learn-learn-Xko::after {
    display: none;
}
}



@media screen and (max-width: 767px) {.course-program-info-XBv {
    padding: 4rem 0;
}.course-program-info-XBv .learn-learn-Xko {
    min-height: auto;
}.course-program-info-XBv .snapshot-WlN {
    position: relative;
    margin-bottom: -50px;
    height: 250px;
}.course-program-info-XBv .knowledge-track-mRL {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 26px;
    padding: 2rem 1.5rem;
}.course-program-info-XBv .knowledge-track-mRL::before {
    display: none;
}.course-program-info-XBv .knowledge-track-mRL::after {
    height: 70px;
    width: 70px;
}.course-program-info-XBv .head-skill-FfH {
    transform: translateX(-50%);
    left: 50%;
}.course-program-info-XBv .head-skill-FfH:hover {
    transform: translateX(-50%) translateY(-5px);
}.course-program-info-XBv .knowledge-track-mRL h3 {
    font-size: calc(29px - 0.3rem);
    margin-top: 1rem;
}.course-program-info-XBv .learn-learn-Xko::before,
    .course-program-info-XBv .learn-learn-Xko::after {
    display: none;
}
}



@media screen and (max-width: 1200px) {.primary-page-czR .learn-learn-Xko {
    width: 70%;
    padding: 3rem;
}.primary-page-czR .snapshot-WlN {
    width: 45%;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 5% 100%);
}.primary-page-czR h1 {
    font-size: calc(46px * 0.9);
}.primary-page-czR .text-box-content-JjC p {
    max-width: 90%;
    font-size: calc(18px * 1.1);
}
}



@media screen and (max-width: 576px) {.primary-page-czR {
    min-height: auto;
}.primary-page-czR .learn-learn-Xko {
    padding: 2.5rem 1rem;
}.primary-page-czR .snapshot-WlN {
    height: 30vh;
}.primary-page-czR h1 {
    font-size: calc(46px * 0.65);
}.primary-page-czR h1::before {
    width: 60px;
    height: 3px;
}.primary-page-czR .text-box-content-JjC p {
    font-size: calc(18px * 0.9);
}.primary-page-czR .text-box-content-JjC p::before {
    width: 2px;
    left: -15px;
}.primary-page-czR .tech-study-XNI svg {
    height: 70px;
    width: 70px;
}.primary-page-czR h6 .connect-box-nRL {
    padding: 0.6rem 1.5rem;
    font-size: calc(15px * 0.85);
}
}



@media screen and (max-width: 992px) {.data-analysis-MNp {
    padding: 80px 0;
}.data-analysis-MNp .class-statistics-mpJ {
    grid-template-columns: 1fr;
    gap: 50px;
}.data-analysis-MNp .study-elevation-qkt {
    text-align: center;
}.data-analysis-MNp .study-elevation-qkt::after {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(to right, transparent, rgb(176,188,186), transparent);
}.data-analysis-MNp .statistics-upgrade-fdy {
    text-align: center;
    margin-bottom: 0;
}.data-analysis-MNp .study-gain-nfX {
    justify-content: center;
    display: flex;
}.data-analysis-MNp .knowledge-boosters-EJA {
    padding-left: 0;
    grid-template-columns: repeat(2, 1fr);
}.data-analysis-MNp .knowledge-boosters-EJA::before {
    display: none;
}
}



@media (max-width: 767px) {.our-background-OUf {
    min-height: auto;
}.our-background-OUf .text-box-content-JjC {
    transform: perspective(1000px) rotateY(1deg);
    padding: 2.5rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.our-background-OUf h5 {
    font-size: calc(24px * 0.9);
}.our-background-OUf .text-box-content-JjC > div:nth-child(2) p {
    font-size: calc(24px * 1.1);
}.our-background-OUf ol li {
    line-height: 1.7;
    padding-left: 0;
    font-size: calc(16px * 0.95);
}
}



@media (min-width: 769px) {.footer-subscribe-MRV .input_holder {
    flex-direction: row;
}.footer-subscribe-MRV .news-label-zys {
    width: auto;
}
}



@media (max-width: 768px) {.footer-subscribe-MRV {
    padding: 3rem 0 1rem;
}.footer-subscribe-MRV .write-experts-aPM {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}.footer-subscribe-MRV .info_item {
    min-width: 100%;
}.footer-subscribe-MRV .text_main_holder {
    grid-template-columns: 1fr;
    gap: 2.5rem;
}.footer-subscribe-MRV .subscribe_holder {
    grid-column: auto;
}.footer-subscribe-MRV .head-skill-FfH {
    text-align: center;
    align-items: center;
}.footer-subscribe-MRV .code-labs-Wqr {
    max-width: 100%;
    text-align: center;
}.footer-subscribe-MRV .nav-master-cES h5 {
    text-align: center;
}.footer-subscribe-MRV .nav-master-cES h5::after {
    transform: translateX(-50%);
    left: 50%;
}.footer-subscribe-MRV .main-edu-RWj {
    align-items: center;
}.footer-subscribe-MRV .main-edu-RWj a {
    text-align: center;
}.footer-subscribe-MRV .main-edu-RWj a:hover {
    transform: translateY(-2px);
}.footer-subscribe-MRV .input_holder {
    flex-direction: column;
}.footer-subscribe-MRV .news-label-zys {
    width: 100%;
}
}



@media screen and (max-width: 767px) {.contact-form-section-cmR {
    padding: 60px 0;
}.contact-form-section-cmR .inquiry-section-gpL {
    margin-bottom: 30px;
}.contact-form-section-cmR .inquiry-section-gpL h3 {
    font-size: calc(24px + 2px);
}.contact-form-section-cmR .message-query-QWT {
    padding: 30px 20px;
}.contact-form-section-cmR .message-query-QWT form {
    gap: 15px;
}
}



@media (max-width: 480px) {.tyArea-KGl {
    padding: 3rem 1rem;
}.tyArea-KGl .learn-learn-Xko {
    border-left-width: 3px;
    padding: 2rem 1.2rem;
}.tyArea-KGl .learn-learn-Xko::before {
    height: 5px;
}.tyArea-KGl h5 {
    font-size: calc(20px * 0.9);
}.tyArea-KGl p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
    padding: 1rem;
}
}



@keyframes rotate-slow {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}



@keyframes floatAnimation {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(5px, 10px) rotate(-5deg);
    }
    75% {
        transform: translate(-10px, -5px) rotate(3deg);
    }
}



@keyframes shiftBackground {
    0% {
        transform: rotate(-35deg) skewX(15deg) translateX(0) translateY(0);
    }
    100% {
        transform: rotate(-35deg) skewX(15deg) translateX(5%) translateY(-5%);
    }
}

@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}



@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

