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

.law-res {
    flex: 0 0 auto;
}

.law-res {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 90px 0 50px;
    z-index: 2;
}

.connect-form .container {
    width: 100%;
    padding: 0 20px;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.connect-form .feedback-info h3::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background-color: rgb(175,175,116);
    width: 60px;
    bottom: 0;
    height: 3px;
}

.connect-form .feedback-info div svg path {
    fill: rgb(175,175,116);
}

.connect-form .feedback-info div span {
    font-size: 15px;
    color: #000000;
    margin-top: 10px;
    line-height: 1.5;
}

.connect-form .support-panel::before {
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    content: '';
    background-color: #ffffff;
    height: 30px;
    z-index: -1;
    width: 30px;
    position: absolute;
    border-radius: 3px;
    top: -15px;
}

.connect-form .support-panel input::placeholder {
    opacity: 0.6;
    color: #000000;
}

.connect-form .support-panel .feedback-request input[type="checkbox"] {
    appearance: none;
    margin-right: 10px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
    width: 20px;
    margin-top: 3px;
    border-radius: 4px;
    flex-shrink: 0;
    border: 2px solid rgb(222,228,216);
    -webkit-appearance: none;
    cursor: pointer;
    height: 20px;
}

.client-testimonials::before {
    content: "";
    z-index: 1;
    transform: rotate(45deg);
    height: 200px;
    background: rgb(175,175,116,0.5);
    right: -50px;
    width: 200px;
    filter: blur(80px);
    position: absolute;
    top: -50px;
}

.client-testimonials h2::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(185,205,168), rgb(175,175,116));
    transform: translateX(-50%);
    content: "";
    left: 50%;
    height: 3px;
    bottom: 0;
    width: 80px;
}

.client-testimonials .feedback-carousel::before {
    position: absolute;
    left: 20px;
    top: -30px;
    font-family: serif;
    opacity: 0.2;
    font-size: 150px;
    color: rgb(185,205,168,0.5);
    line-height: 1;
    content: "";
}

.client-testimonials .feedback-carousel .description {
    position: relative;
    font-size: 12px;
    z-index: 2;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1.5rem;
}

.client-testimonials .feedback-carousel:nth-child(odd) {
    transform: rotateZ(-1deg);
}

.client-testimonials .feedback-carousel:nth-child(even):hover {
    transform: rotateZ(0) translateY(-10px);
}

.course-program .learn-more {
    z-index: 1;
    grid-row: 1;
    height: 100%;
    width: 100%;
    grid-column: 1;
    position: relative;
}

.course-program .learn-more {
    height: 350px;
}

.course-program .learn-more:hover .fast-development {
    animation-play-state: paused;
}

.course-program .knowledge-base img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.course-program .learn-professional:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.course-program .learn-professional::after {
    content: '';
    position: absolute;
    background: linear-gradient(to bottom,
                rgb(185,205,168) 0%,
                rgb(175,175,116) 100%);
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
}

.course-program .learn-professional .request-section {
    padding: 0.8rem 2rem;
    color: rgb(185,205,168);
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    background-color: transparent;
    letter-spacing: 0.5px;
    font-size: 19px;
    margin-left: 1.5rem;
    border: 2px solid rgb(185,205,168);
    display: inline-block;
    overflow: hidden;
}

header .header-mainbar .header-nav {
    margin-right: 40px;
    position: relative;
    z-index: 2;
}

header .header-mainbar .header-nav .main-site::before {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    bottom: -5px;
    left: -5px;
    right: -5px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    content: "";
    border-radius: 10px;
    top: -5px;
    transform: scale(0.9);
    z-index: -1;
}

header .header-mainbar .head-base .first-teach:hover a {
    color: rgb(185,205,168);
    transform: translateZ(10px);
}

header .header-mainbar .head-base .first-teach:hover a::before,
header .header-mainbar .head-base .first-teach:hover a::after {
    opacity: 0.1;
}

header .header-mainbar .head-base .first-teach:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}

.about-this .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
}

.about-this .learning-tracks::before {
    z-index: -1;
    border-radius: 50%;
    right: -100px;
    background: rgb(185,205,168,0.5);
    filter: blur(80px);
    animation: pulse 8s infinite alternate;
    content: "";
    width: 200px;
    position: absolute;
    height: 200px;
    top: -80px;
}

.about-this .img-center-align::after {
    width: 100%;
    left: 0;
    height: 50%;
    z-index: 1;
    position: absolute;
    content: "";
    bottom: 0;
    background: linear-gradient(to top, #000000, transparent);
}

.about-this .text-description {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    padding: 40px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 17px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1;
}

.about-this .learn-track:hover svg {
    filter: drop-shadow(0 5px 15px rgb(185,205,168));
    transform: scale(1.1) rotate(5deg);
}

.about-this h2::after {
    position: absolute;
    left: 0;
    content: "";
    width: 80px;
    bottom: 0;
    background: rgb(185,205,168);
    height: 3px;
    border-radius: 10px;
}

.statistical-report h3::after {
    left: 50%;
    content: "";
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    background: linear-gradient(90deg, rgb(185,205,168), rgb(175,175,116));
}

.statistical-report .statistics-perks {
    justify-content: center;
    border-left: 3px solid rgb(185,205,168);
    transform: translateZ(0);
    padding: 30px 25px;
    flex-direction: column;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.9) 0%, 
        rgba(255, 255, 255, 0.7) 100%
    );
    align-items: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
                box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 2;
    position: relative;
}



.statistical-report .statistics-perks {
    opacity: 0;
    animation: fadeInUp 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.statistical-report .statistics-perks:nth-child(4) {
    animation-delay: 0.4s;
}

.training-specialist {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(222,228,216) 0%, rgb(175,175,116,0.5) 100%);
    perspective: 1000px;
    position: relative;
    overflow: hidden;
}

.training-specialist .feedback-carousel > div {
    position: relative;
}

.training-specialist .feedback-carousel > div:first-child {
    perspective: 800px;
    transform: translateZ(10px);
}

.training-specialist .img-center-align::after {
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(to bottom right, 
                 rgba(255, 255, 255, 0.2) 0%, 
                 rgba(255, 255, 255, 0) 40%);
    inset: 0;
}

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

.training-specialist .past-work {
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-size: 18px;
    opacity: 0.9;
    color: #000000;
    transition: opacity 0.3s ease;
    transform: translateZ(5px);
    position: relative;
}

.pricing-suite .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1320px;
}

.pricing-suite .basic-rates {
    position: relative;
    color: rgb(255, 255, 255, 0.5);
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    margin: 0 auto 50px;
    max-width: 800px;
    line-height: 1.6;
    font-size: 12px;
    text-align: center;
}

.pricing-suite .premium-cost {
    height: 100%;
    color: #ffffff;
    flex-direction: column;
    display: flex;
    z-index: 1;
    position: relative;
}

.pricing-suite .premium-cost h4::after {
    content: "";
    height: 2px;
    bottom: 0;
    position: absolute;
    background-color: rgb(185,205,168);
    width: 50px;
    left: 0;
    transition: width 0.4s ease;
}

.pricing-suite .rate-panel::before {
    left: 0;
    background: linear-gradient(90deg, 
        rgb(185,205,168), 
        transparent);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    content: "";
}

.pricing-suite .trial-pricing li:hover .price-schemes::before {
    transform: scaleX(1);
}

.pricing-suite .trial-pricing li:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.gratitudeDiv::before {
    top: -10%;
    right: -5%;
    animation: floatElement 15s ease-in-out infinite;
    filter: blur(60px);
    height: 70%;
    z-index: 1;
    background: linear-gradient(220deg, rgb(175,175,116,0.5) 20%, transparent 80%);
    width: 40%;
    transform: rotate(-15deg) skewX(10deg);
    content: "";
    position: absolute;
}

.gratitudeDiv .learning-tracks {
    padding: 50px;
    background: #ffffff;
    transform: translateY(30px);
    animation: slideUp 0.8s forwards 0.5s ease-out;
    border-radius: 27px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
    opacity: 0;
    position: relative;
}

.gratitudeDiv span {
    position: relative;
    border-left: 3px solid rgb(185,205,168,0.5);
    text-align: left;
    padding-left: 15px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: calc(15px * 1.1);
}

.study-process .learning-tracks {
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    padding: 0 30px;
    z-index: 1;
    perspective: 1000px;
    max-width: 1200px;
}

.study-process:hover h2::after {
    width: 120px;
}

.study-process .text-description {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
    transform: translateZ(10px) translateX(0);
    position: relative;
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.85));
    backdrop-filter: blur(5px);
    border-left: 4px solid rgb(185,205,168);
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.03),
        0 1px 4px rgba(0,0,0,0.02),
        0 20px 25px -5px rgba(0,0,0,0.05);
}

.cookie-rules {
    flex-shrink: 0;
    margin-left: 10px;
    border-bottom: 2px solid rgb(185,205,168);
    white-space: nowrap;
    color: rgb(185,205,168);
    cursor: pointer;
    font-size: 24px;
    text-decoration: none;
    line-height: 35px;
    min-width: 120px;
    text-align: center;
}

.privacy-module h1 {
    margin: 0 0 2rem;
    position: relative;
    transform: translateY(0);
    color: rgb(185,205,168);
    padding-bottom: 1rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.2;
    font-size: 39px;
    font-weight: 700;
}

.privacy-module h3 {
    margin: 2.2rem 0 1rem;
    position: relative;
    padding-left: 1.5rem;
    font-size: calc(28px * 0.85);
    color: #000000;
    font-weight: 600;
}

.privacy-module p {
    max-width: 92%;
    opacity: 0.9;
    line-height: 1.7;
    font-size: 12px;
    margin-bottom: 1.5rem;
    color: #000000;
    transition: opacity 0.3s ease;
}

.privacy-module ul {
    margin: 1.5rem 0;
    position: relative;
    padding: 0.5rem 0 1rem 1.5rem;
    list-style: none;
}

.privacy-module li::before {
    top: 0.75em;
    left: 0;
    height: 8px;
    transition: background 0.3s ease;
    content: "";
    border-radius: 50%;
    transform: translateY(-50%);
    width: 8px;
    background: rgb(175,175,116);
    position: absolute;
}

.law-res .container {
    flex-direction: column;
    display: flex;
}

.law-res .company_holder {
    backdrop-filter: blur(10px);
    border-radius: 19px;
    order: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    background-size: 200% 200%;
    animation: shiftGradient 15s ease infinite;
    padding: 30px;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    margin-top: 70px;
}

.law-res .head-base::before {
    inset: 0;
    z-index: -1;
    content: '';
    border-radius: 10px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    position: absolute;
}

.law-res .head-base .header-site a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: #ffffff;
}

.footer-careers {
    background: rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    position: relative;
    padding: 25px 0;
    z-index: 2;
}

.footer-careers .cloud-lab {
    color: #ffffff;
    font-size: 15px;
    opacity: 0.7;
}

.greeting-page::before {
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(185,205,168,0.5) 5%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(175,175,116,0.5) 10%, transparent 40%),
        linear-gradient(45deg, transparent 48%, rgb(185,205,168,0.5) 49%, rgb(185,205,168,0.5) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(175,175,116,0.5) 49%, rgb(175,175,116,0.5) 51%, transparent 52%);
    left: 0;
    width: 100%;
    background-size: 100% 100%, 100% 100%, 60px 60px, 60px 60px;
    animation: patternShift 60s linear infinite;
    opacity: 0.5;
    content: "";
}

.greeting-page .learning-page label:hover::before {
    transform: scale(1.1);
    background: rgb(175,175,116);
}

.greeting-page .text-description .container {
    opacity: 0;
    max-width: 1200px;
    margin: 0 auto;
    animation: slideUp 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: none;
    padding: 20px 30px;
    border-radius: 21px;
    transform: translateY(30px);
    border-left: 3px solid rgb(185,205,168);
}

.greeting-page input:nth-of-type(2):checked ~ .course-begin {
    transform: translateX(-20%);
}

.greeting-page input:nth-of-type(5):checked ~ .course-begin {
    transform: translateX(-80%);
}

.greeting-page input:nth-of-type(8):checked ~ .course-begin {
    transform: translateX(-140%);
}

.greeting-page input:nth-of-type(1):checked ~ .course-begin .page-title:nth-child(1) img,
.greeting-page input:nth-of-type(2):checked ~ .course-begin .page-title:nth-child(2) img,
.greeting-page input:nth-of-type(3):checked ~ .course-begin .page-title:nth-child(3) img,
.greeting-page input:nth-of-type(4):checked ~ .course-begin .page-title:nth-child(4) img,
.greeting-page input:nth-of-type(5):checked ~ .course-begin .page-title:nth-child(5) img,
.greeting-page input:nth-of-type(6):checked ~ .course-begin .page-title:nth-child(6) img,
.greeting-page input:nth-of-type(7):checked ~ .course-begin .page-title:nth-child(7) img,
.greeting-page input:nth-of-type(8):checked ~ .course-begin .page-title:nth-child(8) img,
.greeting-page input:nth-of-type(9):checked ~ .course-begin .page-title:nth-child(9) img,
.greeting-page input:nth-of-type(10):checked ~ .course-begin .page-title:nth-child(10) img {
    transform: scale(1);
}



@media screen and (min-width: 1200px) {.connect-form .feedback-info {
    padding-left: 200px;
    width: 70%;
}.connect-form .support-panel {
    width: 40%;
    max-width: 480px;
}
}



@media screen and (max-width: 480px) {.connect-form {
    padding: 40px 0 100px;
}.connect-form .feedback-info {
    gap: 20px;
}.connect-form .feedback-info div {
    min-height: auto;
    padding: 20px 15px;
}}



@media (max-width: 767px) {.client-testimonials {
    padding: 3rem 0;
}.client-testimonials h2 {
    font-size: calc(38px * 0.8);
    padding: 0 1rem 1rem;
    transform: none;
}.client-testimonials .learner-reflections {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.client-testimonials .feedback-carousel {
    padding: 1.5rem;
}.client-testimonials .feedback-carousel::before {
    font-size: 100px;
    top: -20px;
}
}



@media (max-width: 480px) {.course-program .learn-more {
    height: 300px;
}.course-program .learn-professional {
    padding: 2rem 1.5rem;
}.course-program .learn-professional h3 {
    padding-left: 1rem;
}.course-program .learn-professional p {
    padding-left: 1rem;
}.course-program .learn-professional .request-section {
    margin-left: 1rem;
}}



@media (max-width: 576px) {.about-this {
    padding: 60px 0;
}.about-this::before,
    .about-this::after {
    opacity: 0.25;
}.about-this .impact-facts {
    width: 100%;
}.about-this .img-center-align {
    height: 280px;
}.about-this .learn-studio {
    padding: 15px 20px;
}.about-this .study-program {
    font-size: calc(19px + 1px);
}.about-this .text-description {
    padding: 25px 20px;
}.about-this .learn-track svg {
    width: 40px;
    height: 40px;
}.about-this .learn-track {
    margin-bottom: 20px;
    font-size: 14px;
}.about-this h2 {
    padding-bottom: 12px;
    font-size: calc(31px - 6px);
    margin-bottom: 20px;
}.about-this h2::after {
    width: 60px;
    height: 2px;
}.about-this p {
    line-height: 1.7;
    font-size: calc(14px - 1px);
}}



@media (min-width: 1024px) {.training-specialist .feedback-carousel {
    padding: 4rem;
    grid-template-columns: 1.2fr 2fr;
}.training-specialist .img-center-align {
    min-height: 450px;
}.training-specialist .name::after {
    width: 80px;
}.training-specialist .container {
    padding: 0 4rem;
}
}



@media (hover: none) {.training-specialist .feedback-carousel {
    transform: translateZ(0) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.training-specialist .img-center-align {
    transform: none !important;
}}



@media (max-width: 992px) {.pricing-suite {
    padding: 70px 0;
}.pricing-suite h2 {
    font-size: calc(32px * 0.9);
}.pricing-suite .basic-rates {
    margin-bottom: 40px;
    font-size: calc(12px * 0.95);
}.pricing-suite .trial-pricing {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.pricing-suite .price-schemes {
    padding: 20px;
    min-height: 380px;
}.pricing-suite .premium-cost h4 {
    font-size: 24px;
}.pricing-suite .rate-panel {
    font-size: calc(24px * 1.2);
}
}



@media (max-width: 991px) {.study-process {
    padding: 90px 0;
}.study-process h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.9);
}.study-process .text-description {
    padding: 35px;
}
}



@media (max-width: 480px) {.study-process {
    padding: 60px 0;
}.study-process .learning-tracks {
    padding: 0 15px;
}.study-process h2 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: calc(35px * 0.8);
}.study-process .text-description {
    border-left: 3px solid rgb(185,205,168);
    padding: 25px 20px;
}.study-process .text-description::before {
    left: 20px;
    width: 20px;
    height: 20px;
    top: -10px;
}.study-process p {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 992px) {.law-res {
    padding: 70px 0 40px;
}.law-res .header-site {
    gap: 40px;
}.law-res .company_holder {
    margin-top: 50px;
}
}



@media (max-width: 576px) {.law-res {
    padding: 40px 0 20px;
}.law-res .company_holder h3 {
    font-size: calc(34px * 0.8);
}.law-res .head-base h5 {
    font-size: calc(21px * 0.9);
}}



@media (max-width: 767px) {.greeting-page .learning-tracks {
    min-height: 80vh;
}.greeting-page .edu-skill {
    height: 80vh;
}.greeting-page .text-description {
    padding: 25px 0 50px;
}.greeting-page .text-description .container {
    padding: 15px 20px;
}.greeting-page .text-description h1 {
    margin-bottom: 10px;
    font-size: calc(39px * 0.8);
    padding-bottom: 10px;
}.greeting-page .text-description h1::after {
    width: 60px;
    height: 2px;
}.greeting-page .text-description h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.8);
}.greeting-page .text-description p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.greeting-page .learning-page {
    gap: 10px;
    padding: 8px 12px;
    bottom: 20px;
}.greeting-page .learning-page label {
    width: 10px;
    height: 10px;
}.greeting-page .learning-page label::after {
    height: 4px;
    width: 4px;
}
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-30px, 30px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}



@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(185,205,168), 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(rgb(185,205,168), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(185,205,168), 0);
  }
}

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

