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

.news-feed {
    flex: 0 0 auto;
}

.news-feed {
    position: relative;
    padding: 0 0 30px;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

header,footer {
    width: 100%;
}

header {
    position: fixed;
    background: #000000;
    top: 0;
    width: 100%;
    z-index: 1000;
    left: 0;
    overflow: hidden;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(202,210,207,0.5) 100%);
}

.ty-banner .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
}

.ty-banner .team-profile:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(255, 255, 255, 0.15);
}

.ty-banner h5 {
    margin: 0;
    color: #000000;
    padding-left: 1rem;
    font-weight: 700;
    font-size: 21px;
    border-left: 3px solid rgb(164,176,171);
    position: relative;
    line-height: 1.4;
}

.ty-banner a {
    position: relative;
    transition: all 0.4s ease;
    display: block;
    transform-origin: left center;
    overflow: hidden;
    text-decoration: none;
}

.ty-banner a:hover p {
    transform: translateX(5px);
    color: rgb(202,210,207);
}

.course-benefits {
    background: linear-gradient(145deg, rgb(233,237,235) 50%, rgba(rgb(202,210,207,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
}

.course-benefits::after {
    z-index: 0;
    width: 30%;
    left: -5%;
    content: '';
    background: radial-gradient(circle, rgb(202,210,207) 0%, transparent 70%);
    height: 30%;
    filter: blur(40px);
    opacity: 0.1;
    bottom: -5%;
    position: absolute;
}

.course-benefits .team-profile {
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.course-benefits .info-section:hover {
    transform: translateX(10px);
}

.course-benefits h1 {
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    line-height: 1.3;
    position: relative;
}

.course-benefits .info-section:hover h1::after {
    transform: scaleX(1.5);
}

.course-benefits ul {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-benefits li:hover {
    transform: translateX(5px);
}

.course-benefits svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-right: 0.8rem;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
    margin-top: 0.2rem;
}

.tariff-card::before {
    position: absolute;
    bottom: 0;
    content: "";
    right: 0;
    left: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
}

.tariff-card .payment-deals {
    text-align: center;
    font-size: 15px;
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
}

.tariff-card .plan-cost {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    transform-style: preserve-3d;
    height: 100%;
}

.tariff-card .plan-cost:hover .cost-breakdown::before {
    transform: scaleX(1);
}

.tariff-card .basic-cost {
    flex-direction: column;
    height: 100%;
    display: flex;
    box-sizing: border-box;
}

.tariff-card .plan-cost h4 {
    color: #ffffff;
    font-size: calc(19px * 1.2);
    position: relative;
    margin: 0 0 20px;
    font-weight: 700;
}

.tariff-card .plan-cost p {
    line-height: 1.6;
    margin: 0 0 25px;
    flex-grow: 1;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    font-size: 15px;
    color: rgb(255, 255, 255, 0.5);
}

header .top_plank .header-block div svg, header .top_plank .header-block div svg path {
    fill: #ffffff;
}

header .top_plank .header-block {
    display: flex;
    padding: 15px 0 10px 0;
    font-size: 14px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    line-height: 21px;
    width: 100%;
}

header::after {
    background-size: 200% 100%;
    background: linear-gradient(90deg, 
        rgb(202,210,207),
        rgb(164,176,171),
        rgb(202,210,207));
    height: 5px;
    top: 0;
    left: 0;
    animation: gradient-shift 8s linear infinite;
    content: "";
    width: 100%;
    position: absolute;
    z-index: 5;
}

header .head-section::before {
    height: 1px;
    width: 160%;
    left: -30%;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(164,176,171,0.5) 20%,
        rgb(164,176,171) 50%,
        rgb(164,176,171,0.5) 80%,
        transparent 100%);
    content: "";
}

header .site-prime {
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    scrollbar-width: none;
    overflow-x: auto;
    position: relative;
    justify-content: center;
    padding: 1rem 0;
    display: flex;
    width: 100vw;
    gap: 1rem;
}

header .head-main::after {
    height: 8px;
    box-shadow: 0 0 10px rgb(164,176,171);
    background: rgb(164,176,171);
    width: 8px;
    top: 50%;
    content: "";
    transition: transform 0.3s ease;
    right: 12px;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
}

.privacy-compartment h2 {
    border-bottom: 2px solid rgb(202,210,207);
    font-weight: 600;
    text-align: center;
    width: 100%;
    font-size: 37px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: rgb(164,176,171);
    margin-top: 30px;
}

.privacy-compartment section {
    background: none;
}

.privacy-compartment p, .privacy-compartment span, .privacy-compartment div {
    font-family: Arial, sans-serif;
    width: 100%;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: left;
    font-size: 16px;
}

.newsletter-signup::after {
    background: rgb(164,176,171);
    top: -10%;
    content: "";
    z-index: -1;
    right: -5%;
    width: 30%;
    position: absolute;
    height: 120%;
    opacity: 0.07;
    transform: rotate(-12deg) skewX(-15deg);
}

.newsletter-signup h4 {
    line-height: 1.4;
    transform: translateY(5px);
    color: #000000;
    animation: fadeUp 0.6s ease-out 0.2s forwards;
    padding-left: 1.5rem;
    font-weight: 600;
    opacity: 0;
    margin: 0;
    position: relative;
    font-size: 22px;
}

.newsletter-signup .input_holder span {
    display: block;
    position: relative;
}

.newsletter-signup input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(var(--dark-color-rgb), 0.5);
}

.newsletter-signup input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}

.newsletter-signup .news-box:hover {
    box-shadow: 0 8px 25px rgba(var(--primary-color-rgb), 0.25);
    background: rgb(202,210,207);
    transform: translateY(-3px);
}

.newsletter-signup .news-box:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.newsletter-signup .news-box:active {
    box-shadow: 0 3px 10px rgba(var(--primary-color-rgb), 0.2);
    transform: translateY(-1px);
}

.training-specialist .container {
    perspective: 1000px;
    transform-style: preserve-3d;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.training-specialist .student-ratings:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.training-specialist .student-ratings::before {
    opacity: 0;
    content: "";
    filter: blur(8px);
    bottom: -10px;
    background: linear-gradient(135deg, rgb(202,210,207,0.5) 0%, rgb(164,176,171,0.5) 100%);
    right: -10px;
    top: -10px;
    position: absolute;
    transition: opacity 0.5s ease;
    z-index: -1;
    left: -10px;
}

.training-specialist .student-ratings > div:nth-child(3) {
    grid-area: quote;
}

.training-specialist .inline-image::after {
    transition: opacity 0.4s ease;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(202,210,207,0.5) 0%, transparent 100%);
    opacity: 0.3;
}

.training-specialist .student-ratings:hover .name::after {
    transform: scaleX(1);
}

.training-specialist .student-ratings > div:nth-child(2) > div {
    position: relative;
    font-weight: 600;
    transform: translateZ(10px);
    font-family: Arial, sans-serif;
    color: rgb(164,176,171);
    margin-top: 1.5rem;
    font-size: calc(18px * 1.1);
}

.training-structure {
    position: relative;
    display: flex;
    align-items: center;
    background: rgb(233,237,235);
    overflow: hidden;
    min-height: 80vh;
    padding: 6rem 2rem;
}

.training-structure::after {
    width: 100%;
    opacity: 0.1;
    top: 0;
    animation: moveLines 40s linear infinite;
    height: 100%;
    left: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgb(202,210,207,0.5),
        rgb(202,210,207,0.5) 1px,
        transparent 1px,
        transparent 50px
    );
    position: absolute;
    content: '';
}

.training-structure h2 {
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    color: rgb(202,210,207);
    font-size: 38px;
    margin-bottom: 3rem;
    transition: all 0.5s ease;
    font-weight: 300;
}

.training-structure h2::after {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    filter: blur(1px);
    opacity: 0.3;
    transition: all 0.3s ease;
    z-index: -1;
    content: attr(data-text);
    color: rgb(164,176,171);
}

.training-structure p::before {
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(202,210,207), transparent);
    content: '';
}

.training-structure:hover::before {
    opacity: 0.6;
    background-position: right bottom;
}

footer .glossary {
    position: relative;
    z-index: 1;
}

footer .info_item {
    border-radius: 10px;
    align-items: center;
    max-width: 300px;
    padding: 10px 20px;
    flex: 1 1 200px;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    transition: all 0.3s ease;
}

footer .info_item svg {
    margin-right: 15px;
    height: 22px;
    width: 22px;
    fill: #ffffff;
    flex-shrink: 0;
}

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

footer .teach-supp {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
}

footer .site-prime h5::after {
    left: 0;
    background: linear-gradient(90deg, rgb(202,210,207), transparent);
    height: 2px;
    content: "";
    width: 100%;
    bottom: -8px;
    position: absolute;
}

footer .nav-primary a:hover {
    color: rgb(202,210,207);
    padding-left: 5px;
}

footer .nav-primary a:hover::after {
    width: 100%;
}

footer .subscribe_holder::before {
    content: "";
    height: 100%;
    pointer-events: none;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
}

footer .input_holder input[type="email"] {
    padding: 15px;
    transition: all 0.3s ease;
    border: none;
    font-size: 16px;
    border-radius: 10px;
}

footer .news-box:hover {
    background-color: rgb(164,176,171);
}

footer .program-foot {
    text-align: center;
    font-size: 15px;
    color: #000000;
}

.course-welcome::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, 
    rgb(202,210,207,0.5) 0%,
    rgba(0,0,0,0.5) 100%);
    left: 0;
    top: 0;
}

.landing-page .learning-tracks::before {
    left: -15px;
    top: -15px;
    position: absolute;
    width: calc(100% + 30px);
    transform: translateZ(-10px);
    height: calc(100% + 30px);
    z-index: -1;
    background: linear-gradient(
    45deg,
    rgb(164,176,171) 0%,
    transparent 50%
  );
    opacity: 0.3;
    content: "";
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
}

.landing-page h1::after {
    position: absolute;
    transform: scaleX(0);
    width: 60px;
    transform-origin: left;
    height: 3px;
    left: 0;
    background: rgb(164,176,171);
    animation: lineExpand 0.8s 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    bottom: -10px;
    content: "";
}

.experience-trial {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(202,210,207,0.5), rgb(202,210,207));
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
}

.experience-trial .container {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    padding: 3rem;
    transform: translateZ(20px);
    border-radius: 4px;
    border-bottom: 3px solid rgb(164,176,171);
    max-width: 1200px;
    animation: container-rise 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    transform-style: preserve-3d;
}

.experience-trial svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.experience-trial .message-map {
    font-size: 20px;
    display: inline-block;
    transform: translateY(0);
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1),
              0 6px 6px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.1);
    border: none;
    background: #ffffff;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
    font-weight: 600;
    overflow: hidden;
    padding: 1rem 2.5rem;
    color: #000000;
    text-decoration: none;
}

.trackingPolicyPanel h5 {
    margin: 0;
    font-size: 22px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(202,210,207);
}

.trackingPolicyPanel p {
    line-height: 1.5;
    font-size: 16px;
    position: relative;
    color: #ffffff;
    margin: 0;
}

.privacy-switch {
    cursor: pointer;
    border-radius: 10px;
    white-space: nowrap;
    margin-left: 10px;
    padding: 10px 20px;
    font-size: 16px;
    background: rgb(202,210,207);
    min-width: 140px;
    line-height: 40px;
    text-decoration: none;
    flex-shrink: 0;
    border: 2px solid rgb(202,210,207);
    color: #000000;
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.connect-with-us .query-map {
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    display: flex;
}

.connect-with-us .contact-request::after {
    content: "";
    opacity: 0.3;
    position: absolute;
    width: 200px;
    bottom: -10%;
    left: -10%;
    background: rgb(164,176,171);
    height: 200px;
    border-radius: 50%;
}

.connect-with-us .contact-request div svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
}

.connect-with-us .contact-request div:hover svg path {
    fill: rgb(164,176,171);
}

.connect-with-us .contact-request div span {
    font-size: 16px;
    color: #ffffff;
}

.connect-with-us .contact-request div span a:hover {
    color: rgb(164,176,171);
}

.connect-with-us form {
    display: flex;
    flex-direction: column;
}

.connect-with-us form input[type="text"]:focus,
.connect-with-us form input[type="email"]:focus {
    outline: none;
    border-color: rgb(202,210,207);
}

.connect-with-us .help-section input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.connect-with-us .help-section input[type="checkbox"]:checked + label::before {
    background-color: rgb(202,210,207);
    border-color: rgb(202,210,207);
}

.connect-with-us .help-section label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(202,210,207);
}

.connect-with-us form .message-map::after {
    background: rgba(255, 255, 255, 0.2);
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    position: absolute;
    top: 50%;
    height: 0;
    width: 0;
    transition: width 0.3s ease, height 0.3s ease;
    border-radius: 100%;
    content: "";
    transform-style: flat;
}

.connect-with-us .contact-request div:nth-child(4) {
    animation-delay: 0.3s;
}

.data-insights::before {
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    background-color: #000000;
    opacity: 0.85;
    height: 100%;
    content: "";
    width: 100%;
}

.data-insights .pro-statistics {
    position: relative;
    flex-direction: column;
    display: flex;
}



.data-insights .extra-statistics svg {
    fill: #ffffff;
    height: 100%;
    width: 100%;
}

.data-insights .statistics-edges {
    position: relative;
    font-size: 31px;
    padding-top: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.data-insights .top-gain {
    line-height: 1.7;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    margin: 30px auto;
    max-width: 700px;
    font-size: 14px;
}

.data-insights .pro-extra {
    height: 200px;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
    flex-direction: column;
    text-align: center;
    position: relative;
    padding: 30px;
    overflow: hidden;
    width: 50%;
    align-items: center;
}

.data-insights .pro-extra:hover .fast-gain {
    transform: translateY(-5px);
}

.data-insights .fast-gain svg {
    height: 100%;
    fill: rgb(164,176,171);
    width: 100%;
}

.data-insights .pro-extra span {
    font-size: calc(38px * 1.2);
    position: relative;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 700;
    display: block;
}

.data-insights .pro-extra:nth-child(1) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeIn 0.5s ease forwards;
}



.data-insights .pro-statistics::before {
    animation: pulseCircle 4s infinite;
    position: absolute;
    left: 50%;
    height: 200px;
    top: 50%;
    width: 200px;
    border-radius: 50%;
    opacity: 0.15;
    border: 1px solid rgb(202,210,207);
    content: "";
    transform: translate(-50%, -50%);
}

.course-candidates .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
}

.course-candidates h4::after {
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 2px;
    height: 4px;
    content: "";
    width: 70px;
    background: linear-gradient(90deg, rgb(202,210,207), rgb(164,176,171));
}

.course-candidates div p::after {
    top: 10px;
    background: #ffffff;
    height: calc(100% - 20px);
    border: 1px solid rgb(164,176,171,0.5);
    opacity: 0.2;
    transition: all 0.3s ease;
    border-radius: calc(12px - 10px);
    content: "";
    width: calc(100% - 20px);
    z-index: -2;
    left: 10px;
    position: absolute;
}

.course-candidates div p svg {
    height: 35px;
    border-radius: 50%;
    position: absolute;
    transition: all 0.3s ease;
    padding: 8px;
    width: 35px;
    top: 25px;
    background: rgb(233,237,235);
    left: 25px;
}

.course-program::after {
    content: "";
    position: absolute;
    top: -50%;
    opacity: 0.4;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 90%);
    animation: rotateBg 60s linear infinite;
    width: 200%;
    z-index: 1;
    left: -50%;
    height: 200%;
}

.course-program .inline-image {
    transform: scale(1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
}

.course-program .team-profile:hover .inline-image {
    transform: scale(1.03);
}

.course-program .team-profile:hover .inline-image::before {
    opacity: 0.6;
}

.course-program .skill-route {
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
    z-index: 4;
    background: transparent;
    width: 70%;
}

.course-program .top-mainbar svg {
    width: 60%;
    height: 60%;
    transform: translateZ(20px);
    fill: rgb(202,210,207);
    transition: all 0.4s ease;
    transform-style: preserve-3d;
}

.course-program .top-mainbar:hover svg {
    fill: rgb(164,176,171);
    transform: translateZ(30px) scale(1.1);
}

.course-program .top-mainbar svg path {
    transition: all 0.4s ease;
    stroke-width: 0.5;
    stroke: #000000;
}

.course-program .skill-route h3::after {
    bottom: -10px;
    border-radius: 10px;
    z-index: 1;
    background: rgb(202,210,207);
    width: 40px;
    left: 25px;
    content: "";
    height: 4px;
    position: absolute;
}

.course-program .skill-route p::first-letter {
    margin-right: 10px;
    float: left;
    margin-top: 5px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    color: rgb(202,210,207);
    font-size: 2.5em;
    font-weight: 700;
    line-height: 0.8;
}

.about-this {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.about-this h2 {
    padding-bottom: 12px;
    opacity: 0;
    margin-bottom: 40px;
    animation: slideInRight 0.8s 0.2s forwards;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-size: 38px;
    transform: translateX(-10px);
}

.about-this .info-section > div {
    flex-direction: column;
    gap: 20px;
    display: flex;
}

.about-this .info-section p {
    font-weight: 600;
    margin: 0;
    font-size: calc(12px * 1.5);
    padding-left: 15px;
    color: rgb(202,210,207);
    position: relative;
    letter-spacing: 1px;
}

.about-this .info-section div div {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 15px;
    letter-spacing: 0.3px;
    line-height: 1.8;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    font-weight: 300;
}



@media (max-width: 576px) {.ty-banner {
    padding: 2.5rem 0;
}.ty-banner .container {
    padding: 0 1.5rem;
}.ty-banner .team-profile {
    padding: 1.5rem;
}.ty-banner .team-profile > div:first-child {
    margin-bottom: 1.5rem;
}.ty-banner .team-profile > div:first-child::before {
    left: -1.5rem;
    width: 0.5rem;
    height: 30px;
}.ty-banner h5 {
    padding-left: 0.5rem;
    font-size: calc(21px - 0.3rem);
}.ty-banner p {
    font-size: calc(16px - 0.1rem);
    line-height: 1.6;
}.ty-banner .team-profile > div:last-child {
    padding-top: 1.5rem;
}}



@media (max-width: 1200px) {.tariff-card {
    padding: 100px 0;
}.tariff-card .learn-offers {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}



@media (max-width: 992px) {.tariff-card {
    padding: 80px 0;
}.tariff-card .learn-offers {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.tariff-card h2 {
    font-size: calc(30px * 0.9);
}
}



@media (max-width: 991px) {header .head-section {
    margin-bottom: 1.5rem;
}header .head-section svg {
    height: 42px;
}header .head-main {
    font-size: calc(12px - 1px);
    padding: 0.5rem 1.5rem;
}
}



@media only screen and (max-width: 800px) {.privacy-compartment {
    padding: 30px;
    border-radius: 10px;
}.privacy-compartment h1 {
    font-size: calc(20px - 5px);
}.privacy-compartment h2 {
    font-size: calc(20px - 3px);
}.privacy-compartment ul, .privacy-compartment ol {
    margin: 15px 0;
}.privacy-compartment li {
    padding: 8px 0;
}.privacy-compartment p, .privacy-compartment span, .privacy-compartment div {
    margin-bottom: 15px;
}}



@media (min-width: 992px) {.newsletter-signup {
    padding: 6rem 4rem;
}.newsletter-signup::after {
    width: 40%;
}.newsletter-signup .team-profile {
    gap: 4rem;
    grid-template-columns: 1.5fr 1fr;
}.newsletter-signup h4 {
    transform: skewX(-3deg);
    font-size: calc(22px * 1.2);
}.newsletter-signup h4::before {
    left: 0.3rem;
    transform: skewX(3deg);
}.newsletter-signup .input_holder {
    transform: perspective(1000px) rotateY(2deg);
}.newsletter-signup input[type="email"] {
    padding: 1.2rem 1.8rem;
}.newsletter-signup .news-box {
    padding: 1.2rem 2.5rem;
}
}



@media (min-width: 992px) {.training-specialist {
    padding: 8rem 0;
}.training-specialist .student-ratings {
    grid-template-areas:
            "photo info"
            "photo quote";
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    padding: 5rem;
}.training-specialist .job-expertise {
    margin-top: 0;
    padding-left: 2rem;
}.training-specialist .inline-image {
    width: 280px;
    height: 280px;
}
}



@media (max-width: 768px) {.training-structure {
    padding: 4rem 1rem;
    min-height: 60vh;
}.training-structure .team-profile {
    justify-content: center;
}.training-structure .info-section {
    width: 90%;
}.training-structure h2 {
    letter-spacing: 3px;
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.training-structure h2::before {
    width: 40px;
    bottom: -1rem;
}.training-structure h2::after {
    top: 0.3rem;
    left: 0.3rem;
}.training-structure p {
    padding-left: 1.5rem;
}.training-structure:hover h2 {
    letter-spacing: 4px;
}.training-structure .info-section::before,
    .training-structure .info-section::after {
    height: 80px;
    width: 80px;
}.training-structure:hover .info-section::before,
    .training-structure:hover .info-section::after {
    height: 90px;
    width: 90px;
}
}



@media (max-width: 576px) {footer .learn-talk {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .site-prime h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .nav-primary a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .news-box {
    padding: 12px;
}}



@media (max-width: 576px) {.landing-page .learning-tracks {
    padding: 1.5rem;
    width: 95%;
}.landing-page h1 {
    font-size: calc(45px * 0.6);
}.landing-page h3 {
    font-size: calc(18px * 0.8);
}.landing-page p {
    padding-left: 10px;
    font-size: calc(17px * 0.9);
}.landing-page .learning-tracks::before {
    top: -8px;
    height: calc(100% + 16px);
    left: -8px;
    width: calc(100% + 16px);
}
}



@media (max-width: 992px) {.experience-trial {
    padding: 5rem 0;
}.experience-trial .container {
    padding: 2.5rem 2rem;
}.experience-trial h2 {
    font-size: calc(32px * 0.9);
}
}



@media (max-width: 576px) {.experience-trial {
    padding: 3rem 0;
}.experience-trial .container {
    padding: 1.5rem 1rem;
}.experience-trial h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.5rem;
}.experience-trial svg {
    height: 36px;
    width: 36px;
}.experience-trial .message-map {
    padding: 0.8rem 1.5rem;
    font-size: calc(20px * 0.9);
}
}


@media only screen and (max-width: 1200px) {.trackingPolicyPanel {
    padding: 15px 0;
}.privacy-ack {
    padding: 15px 5%;
}.track-ack {
    display: none;
}.privacy-ack {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.trackingPolicyPanel h5 {
    margin-bottom: 10px;
    font-size: 16px;
}.manage-cookies {
    margin-bottom: 15px;
}.privacy-switch {
    min-width: 100%;
    margin: 10px 0;
}}



@media screen and (max-width: 576px) {.data-insights {
    padding: 60px 0;
}.data-insights .container {
    padding: 0 15px;
}.data-insights .extra-statistics {
    width: 60px;
    height: 60px;
    padding: 12px;
}.data-insights .statistics-edges {
    font-size: calc(31px - 4px);
    padding-top: 40px;
    letter-spacing: 1px;
}.data-insights .statistics-edges::after {
    width: 60px;
}.data-insights .top-gain {
    margin: 25px auto;
    font-size: calc(14px - 1px);
}.data-insights .pro-extra {
    padding: 20px 10px;
}.data-insights .fast-gain {
    margin-bottom: 12px;
    height: 40px;
    width: 40px;
}.data-insights .pro-extra span {
    font-size: calc(31px - 6px);
}.data-insights .pro-extra p {
    font-size: calc(14px - 2px);
}}



@media (max-width: 479px) {.course-candidates {
    padding: 60px 0;
}.course-candidates h4 {
    font-size: calc(37px - 6px);
    margin-bottom: 40px;
    padding-bottom: 15px;
}.course-candidates div {
    gap: 15px;
}.course-candidates div p {
    padding: 15px 15px 15px 55px;
    font-size: calc(16px - 1px);
}.course-candidates div p svg {
    left: 15px;
    padding: 6px;
    width: 25px;
    top: 15px;
    height: 25px;
}}



@media screen and (max-width: 576px) {.course-program {
    padding: 40px 0;
}.course-program .inline-image {
    margin-bottom: -30px;
    height: 250px;
}.course-program .top-mainbar {
    top: -25px;
    left: 15px;
    height: 70px;
    width: 70px;
}.course-program .skill-route h3 {
    padding: 10px 15px;
    margin-top: 15px;
    font-size: calc(36px * 0.7);
}.course-program .skill-route p {
    padding: 15px 20px;
    margin-top: 20px;
    font-size: calc(13px * 0.9);
}.course-program .skill-route h3::after {
    height: 3px;
    width: 30px;
    left: 15px;
    bottom: -8px;
}}



@media (min-width: 1200px) {.about-this {
    padding: 180px 0;
}.about-this::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.4) 100%);
}.about-this h2 {
    font-size: calc(38px * 1.4);
}.about-this .info-section {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
    padding: 80px;
    grid-template-columns: 1fr;
}.about-this .info-section div div {
    column-gap: 60px;
    column-count: 2;
}
}



@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}



@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}



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

@keyframes moveLines {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(50px);
    }
}



@keyframes slideIn {
  from {
    transform: perspective(1000px) rotateY(-15deg) translateX(-50px);
    opacity: 0;
  }
  to {
    transform: perspective(1000px) rotateY(-3deg) translateX(0);
    opacity: 1;
  }
}



@keyframes text-fade {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes svg-pop {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

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



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



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



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

