﻿header,footer {
    width: 100%;
}

header {
    width: 100%;
    z-index: 100;
    position: relative;
    padding: 0;
    background: linear-gradient(135deg, rgb(217,197,208,0.5), rgb(180,166,179,0.5));
}


.data-statistics-Q {
    padding: 120px 0;
    background: rgb(241,228,232);
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.data-statistics-Q {
    padding: 70px 0;
}

.data-statistics-Q .container {
    z-index: 2;
    flex-direction: column;
    display: flex;
    position: relative;
}

.data-statistics-Q ul {
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 25px;
    list-style: none;
    display: flex;
    position: relative;
}

.data-statistics-Q .statistics-benefits-K:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateX(10px);
}

.data-statistics-Q .statistics-benefits-K:hover {
    transform: translateY(-10px);
}

.data-statistics-Q .statistics-benefits-K:nth-child(2n) p {
    background: rgb(180,166,179);
}

.data-statistics-Q .statistics-benefits-K:nth-child(2n) p::after {
    border-left-color: rgb(180,166,179);
}

.data-statistics-Q .statistics-benefits-K:nth-child(2n) p::after {
    border-left-color: transparent;
    border-top-color: rgb(180,166,179);
}

.data-statistics-Q .statistics-benefits-K span {
    transition: all 0.3s ease;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    position: relative;
    padding: 30px 40px;
    flex-grow: 1;
}

.data-statistics-Q .statistics-benefits-K span {
    padding: 25px 20px;
    width: 100%;
}

.data-statistics-Q .statistics-benefits-K span,
.data-statistics-Q .statistics-benefits-K p,
.data-statistics-Q svg {
    z-index: 1;
}

.data-statistics-Q .statistics-benefits-K:hover svg {
    transform: scale(1.1) rotate(10deg);
}

.data-statistics-Q .statistics-benefits-K:nth-child(2) {
    animation: slide-in 0.5s 0.2s both;
}

.data-statistics-Q .statistics-benefits-K:nth-child(4) {
    animation: slide-in 0.5s 0.4s both;
}

.data-statistics-Q .container::after {
    bottom: -150px;
    left: -150px;
}

.data-statistics-Q .statistics-benefits-K:hover::before {
    opacity: 0.1;
}

.who-we-are-o {
    color: #ffffff;
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
}

.who-we-are-o {
    padding: 180px 0 140px;
}

.who-we-are-o::before {
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(25, 28, 41, 0.92), rgba(16, 19, 34, 0.95));
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
    content: "";
}

.who-we-are-o::before {
    background: linear-gradient(135deg, rgba(25, 28, 41, 0.88), rgba(16, 19, 34, 0.92));
}

.who-we-are-o h4::after {
    transform: translateX(-50%) translateX(45px);
    width: 10px;
    left: 50%;
    background: rgb(180,166,179);
    position: absolute;
    height: 3px;
    content: "";
    bottom: -15px;
    animation: slideRight 3s infinite alternate ease-in-out;
}

.who-we-are-o h4::after {
    transform: translateX(-50%) translateX(65px);
}

.who-we-are-o .editorial-box-K::before {
    opacity: 0.4;
    left: -5px;
    background: linear-gradient(45deg, transparent 40%, rgb(217,197,208,0.5) 45%, rgb(217,197,208,0.5) 50%, transparent 55%);
    position: absolute;
    content: "";
    z-index: -1;
    bottom: -5px;
    top: -5px;
    right: -5px;
    animation: borderShine 8s infinite linear;
}

.who-we-are-o .editorial-box-K div {
    position: relative;
}

.who-we-are-o .editorial-box-K div::after {
    right: -40px;
    width: 20px;
    border-bottom: 2px solid rgb(217,197,208,0.5);
    position: absolute;
    bottom: 0;
    content: "";
    border-right: 2px solid rgb(217,197,208,0.5);
    opacity: 0.6;
    height: 20px;
}

.connect-C .container {
    perspective: 1000px;
    position: relative;
    padding: 0 2rem;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.connect-C .contact-details-u {
    transform: translateZ(0) rotateX(2deg);
    backdrop-filter: blur(10px) saturate(1.2);
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 5px rgba(0, 0, 0, 0.1);
}

.connect-C .contact-details-u {
    max-width: 80%;
    margin: 0 auto;
}

.connect-C p {
    color: #000000;
    max-width: 90%;
    margin-bottom: 1.5rem;
    font-size: 15px;
    line-height: 1.6;
}

.connect-C .contact-faq-L {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    gap: 1.25rem;
    margin: 2rem 0 0;
}

.connect-C svg {
    transition: transform 0.3s ease;
    height: 22px;
    width: 22px;
}

.connect-C .contact-help-U:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.connect-C .contact-help-U:hover svg path {
    fill: rgb(180,166,179);
}

.connect-C div > p:first-of-type {
    padding-left: 1rem;
    font-style: italic;
    position: relative;
    border-left: 2px solid rgb(180,166,179,0.5);
}

.title-portal-q .intro-title-C::after {
    content: "";
    z-index: 2;
    background-size: 200px 200px, 150px 150px, 100px 100px;
    top: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    left: 0;
    background: 
    radial-gradient(circle at 75% 25%, transparent 20px, rgba(0, 0, 0, 0.5) 21px, transparent 22px),
    radial-gradient(circle at 25% 75%, transparent 15px, rgb(180,166,179,0.5) 16px, transparent 17px),
    radial-gradient(circle at 85% 85%, transparent 10px, rgb(217,197,208,0.5) 11px, transparent 12px);
    position: absolute;
    animation: constellation 20s linear infinite;
}

.title-portal-q p::before {
    content: "";
    animation: lineDown 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1s forwards;
    width: 4px;
    left: 0;
    transform-origin: top;
    background: rgb(180,166,179);
    top: 0;
    height: 100%;
    position: absolute;
}

.title-portal-q h3 {
    padding-left: 20px;
    margin-top: 1.5rem;
    font-family: Arial, sans-serif;
    color: rgb(255, 255, 255, 0.5);
    position: relative;
    font-weight: 400;
    max-width: 90%;
    font-size: calc(23px * 1.1);
    line-height: 1.6;
}

.cookie-warning-notice-q {
    border-top: 2px solid rgb(217,197,208);
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgb(241,228,232);
    z-index: 90;
}

.learn-cookies-j {
    font-size: 24px;
    min-width: 120px;
    text-decoration: none;
    line-height: 35px;
    white-space: nowrap;
    color: rgb(217,197,208);
    flex-shrink: 0;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
    border-bottom: 2px solid rgb(217,197,208);
}

footer .sample-docs-T {
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    background-color: rgb(180,166,179);
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

footer .info_item {
    position: relative;
    border-radius: 0 5px 5px 0;
    padding: 15px 20px 15px 25px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    flex: 1 1 200px;
    overflow: hidden;
    background-color: rgb(180,166,179,0.5);
    max-width: 300px;
}

footer .info_item:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

footer .info_item a:hover {
    color: rgb(217,197,208);
}

footer .text_main_holder {
    gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}

footer .top-base-E svg {
    height: 45px;
    display: block;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    width: auto;
}

footer .nav-block-r h5 {
    padding-left: 15px;
    display: inline-block;
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 600;
}

footer .top-nav-g a::before {
    position: absolute;
    height: 100%;
    transition: width 0.3s ease;
    content: "";
    background-color: rgb(217,197,208);
    left: 0;
    width: 3px;
    top: 0;
}

footer .subscribe_holder {
    padding: 30px;
    background-color: rgb(180,166,179,0.5);
    border-radius: 26px;
    position: relative;
}

footer .subscribe_holder h5::before {
    top: 0;
    width: 3px;
    background-color: rgb(217,197,208);
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
}

footer .input_holder input[type="email"] {
    padding: 14px 16px;
    transition: all 0.3s ease;
    font-size: 17px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}

footer .news-box-A:hover {
    background-color: rgb(180,166,179);
}

footer .news-box-A:hover::after {
    left: 100%;
}

footer .art-portal-X {
    position: relative;
    margin-top: 50px;
    text-align: center;
}

.tyWrapper-T {
    background: linear-gradient(135deg, rgb(241,228,232) 0%, #ffffff 100%);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}

.tyWrapper-T::after {
    background: linear-gradient(90deg, transparent, rgb(180,166,179) 50%, transparent);
    animation: lineExpand 1.2s ease-out 0.8s forwards;
    transform: scaleX(0);
    height: 1px;
    width: 80%;
    left: 10%;
    position: absolute;
    transform-origin: left;
    bottom: 20%;
    content: "";
}

.tyWrapper-T .growth-hist-s {
    border-left: 4px solid rgb(180,166,179);
    opacity: 0;
    transform: translateY(30px) perspective(1000px) rotateX(2deg);
    animation: cardAppear 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s forwards;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    position: relative;
    padding: 3rem;
}

.tyWrapper-T li::before {
    position: absolute;
    left: -1.5rem;
    content: "";
    width: 0.5rem;
    top: 0.5rem;
    transform: rotate(45deg) scale(0);
    background-color: rgb(180,166,179);
    height: 0.5rem;
    animation: diamondAppear 0.5s ease-out 1.2s forwards;
}

.mentorship-profile-L .container {
    margin: 0 auto;
    perspective: 1200px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}

.mentorship-profile-L .edu-reviews-W:hover {
    transform: rotateY(0deg) translateZ(10px);
}

.mentorship-profile-L .exp-flex-f {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(217,197,208,0.5);
    padding: 50px 40px;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    margin: 0;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    grid-area: quote;
    line-height: 1.7;
    z-index: 1;
    border-radius: 26px;
    transform: translateZ(20px);
    font-size: 13px;
}

.mentorship-profile-L .edu-reviews-W:hover .name {
    transform: translateZ(45px) translateY(-5px);
}

.mentorship-profile-L .edu-reviews-W:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

.contact-form-section-v {
    overflow: hidden;
    padding: 6rem 0;
    perspective: 1000px;
    background: linear-gradient(
        225deg, 
        rgb(241,228,232) 0%, 
        rgb(180,166,179,0.5) 100%
    );
    position: relative;
}

.contact-form-section-v .container {
    z-index: 3;
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1300px;
    position: relative;
}

.contact-form-section-v h2 {
    font-size: 42px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.contact-form-section-v h2::after {
    right: 0;
    width: 30%;
}

.contact-form-section-v .reach-query-t {
    transition: transform 0.3s ease;
    align-items: stretch;
    display: flex;
    transform: rotateX(5deg) scale(0.98);
    border: 1px solid rgb(217,197,208,0.5);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    background: rgb(180,166,179,0.5);
    border-radius: 28px;
}

.contact-form-section-v .query-links-W::before {
    content: '';
    box-shadow: 0 0 20px rgb(217,197,208);
    right: 2rem;
    position: absolute;
    height: 10px;
    animation: signal-pulse 2s infinite alternate;
    background: rgb(217,197,208);
    width: 10px;
    top: 2rem;
    border-radius: 50%;
}

.contact-form-section-v .query-links-W input:not([type="checkbox"]):not([type="submit"])::before {
    height: 100%;
    top: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    content: '';
    opacity: 0;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(217,197,208,0.5) 100%
    );
    z-index: 1;
    left: 0;
    width: 100%;
}

.contact-form-section-v .query-links-W .reach-feedback-i input[type="checkbox"] {
    background: rgb(180,166,179,0.5);
    border: 2px solid rgb(217,197,208,0.5);
    cursor: pointer;
    border-radius: 10px;
    height: 22px;
    position: relative;
    transition: all 0.3s ease;
    width: 22px;
    margin-right: 1rem;
    appearance: none;
}

.contact-form-section-v .query-links-W .help-links-k {
    cursor: pointer;
    position: relative;
    letter-spacing: 0.1em;
    padding: 1rem;
    color: #ffffff;
    width: 100%;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgb(217,197,208);
    border: none;
    text-transform: uppercase;
    font-size: 16px;
}

.course-program-description-w::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0;
    position: absolute;
    content: "";
    background-size: 60px 60px;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
}

.course-program-description-w .editorial-box-K h2 {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    font-size: 35px;
    padding-bottom: 20px;
    font-weight: 700;
    color: #000000;
}

.course-program-description-w .editorial-box-K .description {
    line-height: 1.8;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
}

.course-program-description-w .pic-list-e::after {
    top: 0;
    background: linear-gradient(45deg, transparent 50%, rgb(180,166,179,0.5) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.3;
    z-index: 2;
    content: "";
}

header::before {
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    z-index: 0;
    height: 100%;
}

header .nav-class-i svg {
    transition: all 0.3s ease;
    width: 180px;
    height: auto;
}

header .nav-block-r {
    max-width: 90%;
    padding: 1rem 2rem 0;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    display: flex;
    gap: 0.7rem;
}

header .nav-train-o:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(217,197,208);
}

header .nav-train-o:hover::before {
    height: 100%;
}

.ideal-participants-S {
    perspective: 1000px;
    position: relative;
    padding: 120px 0 100px;
    background: rgb(241,228,232);
    overflow: hidden;
}



.ideal-participants-S .container {
    margin: 0 auto;
    z-index: 3;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
}

.ideal-participants-S h4 {
    position: relative;
    max-width: 700px;
    font-weight: 700;
    padding-left: 35px;
    color: #000000;
    font-size: 44px;
    transform: translateZ(40px);
    margin-bottom: 70px;
}

.ideal-participants-S div > div {
    grid-template-columns: repeat(12, 1fr);
    gap: 25px;
    transform-style: preserve-3d;
    display: grid;
    grid-auto-rows: minmax(100px, auto);
}

.ideal-participants-S p svg {
    margin-top: 3px;
    transition: all 0.3s ease;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.ideal-participants-S p:hover svg path {
    fill: rgb(180,166,179);
}

.ideal-participants-S p:hover::after {
    transform: scaleX(1);
}

.ideal-participants-S p:nth-child(1) {
    grid-column: 1 / span 6;
    grid-row: 1;
    z-index: 5;
}

.ideal-participants-S p:nth-child(1) {
    animation-delay: 0.1s;
}

.ideal-participants-S p:nth-child(3) {
    grid-column: 3 / span 6;
    grid-row: 2;
    z-index: 6;
}

.ideal-participants-S p:nth-child(3) {
    animation-delay: 0.5s;
}

.ideal-participants-S p:nth-child(6) {
    z-index: 1;
    grid-column: 2 / span 5;
    grid-row: 4;
}

.ideal-participants-S p:nth-child(6) {
    animation-delay: 1.1s;
}

.pricing-layout-M {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.pricing-layout-M .package-deal-L {
    position: relative;
}

.pricing-layout-M h2 {
    position: relative;
    font-weight: 700;
    transform: translateY(20px);
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
    color: #ffffff;
    font-size: 37px;
    text-align: center;
    opacity: 0;
    margin-bottom: 20px;
}

.pricing-layout-M .pricing-schemes-l {
    display: grid;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    perspective: 1000px;
    margin: 0;
}

.pricing-layout-M .pricing-schemes-l li:nth-child(3) {
    --li-index: 3;
}

.pricing-layout-M .cost-options-i:hover {
    transform: translateY(-10px) scale(1.02);
}

.pricing-layout-M .cost-options-i:hover .price-plan-d {
    box-shadow: 0 25px 45px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15);
    border-color: rgb(180,166,179,0.5);
}

.pricing-layout-M .cost-options-i:hover .price-plan-d::before {
    opacity: 1;
    transform: scale(1);
}

.pricing-layout-M .fee-pricing-a {
    position: relative;
    z-index: 2;
}

.pricing-layout-M .fee-pricing-a h4 {
    position: relative;
    transition: transform 0.4s ease;
    font-size: calc(18px * 1.15);
    padding-bottom: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

.pricing-layout-M .cost-options-i:hover .fee-pricing-a h4::after {
    width: 80px;
}

.pricing-layout-M .bundle-rate-V {
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, 
        rgb(180,166,179) 0%, 
        rgb(217,197,208) 100%);
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: calc(18px * 1.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    padding: 8px 20px;
    transition: all 0.4s ease;
    overflow: hidden;
}

.training-results-S .container {
    padding: 0 2rem;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.training-results-S .editorial-box-K:hover {
    transform: translateY(-5px);
}

.training-results-S .editorial-box-K::before {
    background: rgb(217,197,208);
    width: 3px;
    position: absolute;
    height: 0;
    top: 0;
    content: "";
    left: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.training-results-S ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.training-results-S li {
    margin-bottom: 1.25rem;
    transition: transform 0.4s ease;
    position: relative;
    transform: translateX(0);
}

.training-results-S li svg {
    height: 24px;
    transition: transform 0.3s ease;
    width: 24px;
    transform: scale(1);
}

.training-results-S .pic-list-e {
    filter: saturate(0.9);
    transform: scale(1);
    width: 100%;
    border-radius: 23px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    height: auto;
}

.secure-cache-a h2 {
    text-transform: uppercase;
    font-size: 35px;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.secure-cache-a li {
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 12px;
}

.secure-cache-a ol li:before {
    background-color: #ffffff;
    text-align: center;
    width: 20px;
    top: 0;
    color: rgb(217,197,208);
    counter-increment: item;
    font-size: 18px;
    left: 0;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    height: 20px;
    content: counter(item);
}



@media (max-width: 992px) {.data-statistics-Q {
    padding: 90px 0;
}.data-statistics-Q h2 {
    margin-bottom: 60px;
    font-size: calc(34px * 0.9);
}.data-statistics-Q .statistics-benefits-K p {
    font-size: 2.5rem;
    padding: 25px 30px;
    min-width: 150px;
}.data-statistics-Q .statistics-benefits-K span {
    padding: 25px 30px;
}.data-statistics-Q ul::before {
    left: 75px;
}
}



@media (min-width: 768px) {.who-we-are-o {
    padding: 160px 0 120px;
}.who-we-are-o span {
    column-count: 2;
}.who-we-are-o .editorial-box-K {
    padding: 50px 60px;
}.who-we-are-o h4 {
    margin-bottom: 80px;
    font-size: calc(19px * 1.2);
}.who-we-are-o h6 {
    font-size: calc(20px * 1.4);
    margin-bottom: 35px;
}.who-we-are-o .editorial-box-K::after {
    opacity: 0.2;
    position: absolute;
    content: "";
    top: 20px;
    height: 60px;
    width: 60px;
    filter: blur(10px);
    background: linear-gradient(135deg, rgb(217,197,208,0.5), transparent);
    border-radius: 50%;
    right: 20px;
}
}



@media (max-width: 480px) {.connect-C {
    padding: 2rem 0;
}.connect-C .container {
    padding: 0 1rem;
}.connect-C .contact-details-u {
    padding: 1.5rem;
}.connect-C h3 {
    font-size: calc(32px - 0.5rem);
}.connect-C p {
    font-size: calc(15px - 0.1rem);
}.connect-C h5 {
    font-size: calc(23px - 0.1rem);
}.connect-C .contact-help-U {
    font-size: calc(15px - 0.2rem);
    padding: 0.5rem 0.75rem;
}.connect-C svg {
    width: 18px;
    height: 18px;
}}



@media screen and (max-width: 576px) {.title-portal-q .how-started-J {
    width: 95%;
    padding: 1rem;
}.title-portal-q h1.title_style_header {
    font-size: calc(45px * 0.8);
}.title-portal-q p {
    font-size: calc(18px * 0.9);
    padding: 0.5rem 1rem;
}.title-portal-q h3 {
    padding-left: 15px;
    font-size: calc(23px * 0.8);
}.title-portal-q h1.title_style_header::after {
    height: 3px;
    width: 80px;
}}


@media only screen and (max-width: 800px)  {.inner-container-k .learn-cookies-j {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 767px) {footer .sample-docs-T {
    padding: 60px 0 30px;
}footer .instant-request-t {
    margin-bottom: 40px;
}footer .top-base-E, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top-nav-g a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
}footer .art-portal-X {
    margin-top: 40px;
}
}



@media (max-width: 575px) {.tyWrapper-T {
    padding: 4rem 0;
}.tyWrapper-T .container {
    padding: 0 1.5rem;
}.tyWrapper-T h2 {
    margin-bottom: 1.75rem;
    font-size: calc(28px * 0.7);
}.tyWrapper-T .growth-hist-s {
    padding: 1.5rem;
}.tyWrapper-T li::before {
    left: -1.25rem;
    width: 0.4rem;
    height: 0.4rem;
}}



@media screen and (max-width: 1024px) {.contact-form-section-v .reach-query-t {
    transform: none;
    flex-direction: column;
}.contact-form-section-v .pic-list-e {
    min-height: 300px;
    flex: 0 0 100%;
}.contact-form-section-v .query-links-W {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}



@media screen and (max-width: 768px) {.contact-form-section-v {
    padding: 3rem 0;
}.contact-form-section-v h2 {
    font-size: calc(42px * 0.8);
    margin-bottom: 2rem;
}.contact-form-section-v .query-links-W h3 {
    font-size: calc(36px * 0.9);
}.contact-form-section-v .query-links-W input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact-form-section-v .query-links-W .reach-feedback-i {
    align-items: flex-start;
}.contact-form-section-v .query-links-W .reach-feedback-i input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (max-width: 991px) {.course-program-description-w {
    padding: 80px 0;
}.course-program-description-w .editorial-box-K {
    padding: 30px;
}.course-program-description-w .editorial-box-K h2 {
    font-size: calc(35px * 0.9);
}.course-program-description-w .pic-list-e {
    height: 400px;
    margin-top: 40px;
}.course-program-description-w .job-ready-g::before,
    .course-program-description-w .job-ready-g::after {
    width: 150px;
}
}



@media (max-width: 768px) {.course-program-description-w {
    padding: 60px 0;
}.course-program-description-w .editorial-box-K {
    padding: 25px 20px;
}.course-program-description-w .editorial-box-K h2 {
    font-size: calc(35px * 0.85);
    padding-bottom: 15px;
    margin-bottom: 25px;
}.course-program-description-w .editorial-box-K h2::after {
    width: 50px;
    height: 2px;
}.course-program-description-w .editorial-box-K .description {
    font-size: calc(16px * 0.95);
}.course-program-description-w .pic-list-e {
    margin-top: 30px;
    height: 350px;
}.course-program-description-w .job-ready-g::before,
    .course-program-description-w .job-ready-g::after {
    display: none;
}
}



@media (max-width: 767px) {header .nav-primary-L {
    margin: 0.6rem 0;
    padding: 1rem 0;
}header .nav-class-i {
    padding: 0 0 0.7rem 0;
}header .nav-class-i svg {
    width: 140px;
}header .nav-block-r {
    max-width: 95%;
    gap: 0.5rem;
    padding: 0.7rem 1rem 0;
}header .nav-train-o {
    font-size: calc(20px - 1px);
    padding: 0.5rem 1rem;
}
}



@media screen and (max-width: 992px) {.ideal-participants-S {
    padding: 90px 0 80px;
}.ideal-participants-S h4 {
    font-size: calc(44px * 0.85);
    margin-bottom: 60px;
}.ideal-participants-S div > div {
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
}.ideal-participants-S p {
    padding: 25px;
}.ideal-participants-S p:nth-child(1) {
    grid-column: 1 / span 4;
}.ideal-participants-S p:nth-child(2) {
    grid-column: 5 / span 4;
}.ideal-participants-S p:nth-child(3) {
    grid-column: 2 / span 6;
}.ideal-participants-S p:nth-child(4) {
    grid-column: 1 / span 3;
}.ideal-participants-S p:nth-child(5) {
    grid-column: 4 / span 5;
}.ideal-participants-S p:nth-child(6) {
    grid-column: 2 / span 6;
}.ideal-participants-S p:nth-child(7) {
    grid-column: 1 / span 4;
}.ideal-participants-S p:nth-child(8) {
    grid-column: 5 / span 4;
}
}



@media (max-width: 767px) {.pricing-layout-M {
    padding: 80px 0;
}.pricing-layout-M h2 {
    font-size: calc(37px * 0.9);
}.pricing-layout-M .pricing-tiers-z {
    font-size: 15px;
    margin-bottom: 40px;
}.pricing-layout-M .price-plan-d {
    padding: 30px 20px;
}.pricing-layout-M .fee-pricing-a p {
    max-height: 120px;
}.pricing-layout-M .bundle-rate-V {
    font-size: calc(18px * 1.2);
    padding: 6px 15px;
}}



@media (min-width: 1200px) {.training-results-S .editorial-box-K::after {
    transform: translate(10px, 10px);
    border-right: 3px solid rgb(180,166,179);
    right: 0;
    content: "";
    width: 60px;
    opacity: 0;
    bottom: 0;
    border-bottom: 3px solid rgb(180,166,179);
    position: absolute;
    height: 60px;
    transition: opacity 0.5s ease, transform 0.5s ease;
}.training-results-S .editorial-box-K:hover::after {
    opacity: 1;
    transform: translate(0, 0);
}.training-results-S h4 {
    font-size: 2.4rem;
}.training-results-S li p {
    font-size: calc(12px + 0.15rem);
}.training-results-S .pic-list-e {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
}.training-results-S .pic-list-e:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
}


    
    @keyframes slideRight {
        0% {
            transform: translateX(-50%) translateX(65px);
        }
        100% {
            transform: translateX(-50%) translateX(90px);
        }
    }



@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes scaleWidth {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(30px) perspective(1000px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) perspective(1000px) rotateX(0);
    }
}



@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}



@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@keyframes float-in {
    0% {
        opacity: 0;
        transform: translateY(50px) translateZ(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

