﻿.container-wrap-06581 {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}

header,footer {
    width: 100%;
}

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

.quantitative-data-75893::after {
    left: -5%;
    opacity: 0.05;
    content: "";
    height: 30%;
    width: 30%;
    position: absolute;
    background: linear-gradient(35deg, rgb(123,169,138) 10%, rgb(123,169,138,0.5) 80%);
    filter: blur(30px);
    transform: rotate(10deg) skew(-10deg);
    border-radius: 10px;
    bottom: -5%;
    z-index: 0;
}

.quantitative-data-75893 .statistics-tracks-78926::before {
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(123,169,138,0.5), rgb(168,199,177), rgb(123,169,138,0.5));
    width: 100%;
    transform: scaleX(0);
    height: 4px;
    position: absolute;
    transform-origin: left;
    transition: transform 0.5s ease;
}

.quantitative-data-75893 .statistics-tracks-78926:hover span::after {
    width: 60px;
    background-color: rgb(168,199,177,0.5);
}

.quantitative-data-75893 .statistics-tracks-78926 p {
    font-weight: 700;
    margin: 0;
    transition: all 0.4s ease;
    line-height: 1;
    color: rgb(168,199,177);
    position: relative;
    font-size: calc(46px * 1.2);
}

.greeting-page-09421 .edu-smart-19762 {
    display: flex;
    min-height: 100vh;
    position: relative;
    padding: 80px 40px;
    flex-direction: column;
    z-index: 2;
    justify-content: center;
    overflow: hidden;
}

.greeting-page-09421 .edu-smart-19762 h3 {
    border-left: 3px solid rgb(123,169,138);
    color: #ffffff;
    margin-bottom: 1.5rem;
    transform: skewX(-5deg);
    font-family: Arial, sans-serif;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-weight: 400;
    padding: 12px 20px;
    font-size: calc(21px * 0.9);
    background: linear-gradient(90deg, 
        rgb(168,199,177) 0%, 
        rgb(168,199,177,0.5) 100%);
    line-height: 1.5;
}

.greeting-page-09421 .edu-smart-19762 p {
    font-size: calc(14px * 1.2);
    font-weight: 400;
    line-height: 1.6;
    padding-left: 25px;
    border-left: 1px solid rgb(123,169,138);
    margin-top: 2rem;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

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

.course-program-70429 .lesson-plan-69123 {
    perspective: 1000px;
    position: relative;
    gap: 40px;
    grid-template-columns: 1.5fr 1fr;
    display: grid;
}

.course-program-70429 .words-container-53091 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    width: 100%;
    border-radius: 19px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: floatPanel 8s ease-in-out infinite;
    backdrop-filter: blur(8px);
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    gap: 30px;
    padding: 35px;
    display: flex;
    transform: translateZ(0);
    flex-direction: column;
}

.course-program-70429 .words-container-53091 .description::before {
    height: 100%;
    top: 0;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    content: "";
    left: 0;
    border-radius: 10px;
    width: 100%;
    position: absolute;
}

.contact-section-91453 {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        225deg, 
        rgb(212,227,215) 0%, 
        rgb(123,169,138,0.5) 100%
    );
    perspective: 1000px;
}

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

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

.contact-section-91453 .support-block-45902:hover {
    transform: rotateX(0) scale(1);
}

.contact-section-91453 .hover-image-43062::before {
    top: 0;
    opacity: 0.7;
    content: '';
    position: absolute;
    background: linear-gradient(
        135deg, 
        rgb(168,199,177,0.5) 0%, 
        rgb(123,169,138,0.5) 100%
    );
    left: 0;
    mix-blend-mode: color-dodge;
    width: 100%;
    height: 100%;
}

.contact-section-91453 .request-box-36812 input:not([type="checkbox"]):not([type="submit"]) {
    font-size: 17px;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgb(168,199,177,0.5);
    outline: none;
    padding: 1rem 1.5rem;
    z-index: 2;
    background: rgb(123,169,138,0.5);
    width: 100%;
    border-radius: 10px;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.contact-section-91453 .request-box-36812 .reach-message-20587 input[type="checkbox"]:checked::after {
    top: 50%;
    position: absolute;
    left: 50%;
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
    content: '✔';
    color: #ffffff;
}

.contact-section-91453 .request-box-36812 .reach-map-91485::before {
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
    left: -100%;
    position: absolute;
    transition: all 0.3s ease;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(168,199,177,0.5), 
        transparent
    );
}

.leadership-experience-54367 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.leadership-experience-54367 .review-testimonials-58126:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.12);
}

.leadership-experience-54367 .review-testimonials-58126 .hover-image-43062::before {
    left: 0;
    opacity: 0.7;
    top: 0;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgb(123,169,138,0.5) 100%
    );
    position: absolute;
    width: 100%;
    content: "";
    z-index: 1;
}

.leadership-experience-54367 .review-testimonials-58126 > div:nth-child(2) {
    text-align: center;
    position: relative;
}

.leadership-experience-54367 .review-testimonials-58126 > div:nth-child(3) {
    position: relative;
}

.leadership-experience-54367 .review-testimonials-58126 .work-overview-61934 {
    position: relative;
    border-left: 3px solid rgb(168,199,177,0.5);
    line-height: 1.7;
    font-size: 12px;
    margin: 0;
    color: #000000;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
}

.payment-plan-14802 .rate-choice-60241 {
    position: relative;
}

.payment-plan-14802 .value-rates-80129 {
    transform: perspective(1000px) translateZ(20px);
    font-weight: 300;
    margin: 0 auto 50px;
    color: #ffffff;
    text-align: center;
    opacity: 0.9;
    line-height: 1.6;
    max-width: 800px;
    font-size: calc(18px * 1.1);
}

.payment-plan-14802 .rate-panel-62714::before {
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 5px;
    content: "";
    left: 0;
    transform: scaleX(0.8);
    opacity: 0.8;
    top: 0;
    background: linear-gradient(90deg, rgb(168,199,177), rgb(123,169,138));
    width: 100%;
    position: absolute;
}

.payment-plan-14802 .discount-grid-58790 h4::after {
    transition: width 0.4s ease;
    content: "";
    height: 2px;
    width: 50px;
    left: 0;
    position: absolute;
    background: rgb(123,169,138);
    bottom: 0;
}

.payment-plan-14802 .plan-table-93612::before {
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(123,169,138), transparent);
    transform-origin: center;
    opacity: 0.6;
    height: 2px;
    transform: scaleX(0.5);
    transition: transform 0.5s ease, opacity 0.5s ease;
    bottom: 5px;
    width: 100%;
    position: absolute;
    content: "";
}

header .header-pro-50296::before {
    content: "";
    background: radial-gradient(circle, rgb(123,169,138,0.5) 1%, transparent 10%);
    background-size: 15px 15px;
    width: 200%;
    position: absolute;
    left: -50%;
    animation: backgroundShift 20s linear infinite;
    height: 200%;
    top: -50%;
    opacity: 0.3;
    z-index: -1;
}

header .header-pro-50296 .header-main-39452 .site-info-97481 {
    transform: perspective(800px) rotateY(0deg);
    display: block;
    position: relative;
    transition: all 0.5s ease;
}

header .header-pro-50296 .head-main-54210 {
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
    transform: translateZ(0);
    position: relative;
    margin: 0 0.5rem;
}

header .header-pro-50296 .head-main-54210 a:hover {
    text-shadow: 0 0 5px rgb(123,169,138,0.5);
    border: 1px solid rgb(123,169,138,0.5);
    color: rgb(123,169,138);
}

.our-background-58702 {
    color: #ffffff;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.our-background-58702 .words-container-53091 {
    background: linear-gradient(to right, 
        rgba(30, 41, 59, 0.6), 
        rgba(30, 41, 59, 0.8));
    transform: perspective(1000px) rotateY(-2deg);
    margin: 0 auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
    border-left: 4px solid rgb(168,199,177);
    max-width: 950px;
    backdrop-filter: blur(8px);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 45px 50px;
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        98% 100%, 
        2% 100%
    );
}

.our-background-58702 p b::after {
    height: 2px;
    content: "";
    bottom: -5px;
    background: linear-gradient(90deg, rgb(168,199,177), transparent);
    left: 0;
    width: 100%;
    position: absolute;
}

.our-background-58702 li::before {
    display: none;
}

.our-background-58702 .words-container-53091:hover li::after {
    transform: scale(1);
    opacity: 1;
}

.cookie-hide-89327 {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
}

.track-accept-31869 svg, .track-accept-31869 svg path, .track-accept-31869 img {
    width: 100px;
    height: 100px;
    fill: rgb(168,199,177);
}

.container-wrap-06581 .cookie-overview-48507 {
    background: rgb(168,199,177);
    color: #ffffff;
    padding: 10px;
    margin-left: 30px;
    font-size: 20px;
}

.course-benefits-57210::after {
    z-index: 0;
    content: "";
    position: absolute;
    right: -20%;
    width: 70%;
    height: 140%;
    border-left: 1px solid rgba(rgb(168,199,177,0.5), 0.1);
    background: linear-gradient(145deg, rgba(rgb(168,199,177,0.5), 0.08) 0%, rgba(rgb(123,169,138,0.5), 0.04) 100%);
    transform: rotate(15deg);
    top: -50%;
}

.course-benefits-57210 .words-container-53091::before {
    transform: scaleY(0);
    width: 5px;
    top: 0;
    transform-origin: top;
    content: "";
    background: linear-gradient(to bottom, rgb(168,199,177), rgb(123,169,138));
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    left: 0;
}

.course-benefits-57210 li:nth-child(3) {
    --i: 3;
}

.course-benefits-57210 li p {
    margin: 0;
    font-size: 17px;
    padding-left: 40px;
    transition: transform 0.3s ease;
    display: flex;
    color: #000000;
    position: relative;
    line-height: 1.6;
    align-items: center;
}

.tyPanel-67852::after {
    animation: float 15s ease-in-out infinite;
    opacity: 0.15;
    top: -10%;
    height: 70%;
    transform: rotate(-15deg) translateZ(-10px);
    right: -5%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(45deg, rgb(168,199,177) 0%, rgba(rgb(123,169,138,0.5), 0.8) 100%);
    filter: blur(80px);
    content: "";
    width: 40%;
}

.tyPanel-67852 .knowledge-studio-16970:hover::before {
    transform: scaleY(1);
}

.tyPanel-67852 h5::after {
    left: 0;
    bottom: 0;
    transition: width 0.6s ease, transform 0.6s ease;
    content: "";
    transform: translateX(0);
    position: absolute;
    width: 4rem;
    background: rgb(168,199,177);
    height: 3px;
}

.tyPanel-67852 a {
    overflow: hidden;
    display: block;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

footer {
    position: relative;
}

.desktop-app-56290 .container {
    grid-template-columns: 1fr 1fr;
    display: grid;
    position: relative;
    gap: 40px;
}

.desktop-app-56290 .company_holder h3::after {
    background: rgb(168,199,177);
    position: absolute;
    left: 0;
    content: "";
    height: 3px;
    width: 40px;
    bottom: -8px;
    border-radius: 10px;
}

.desktop-app-56290 .header-train-32657 {
    gap: 60px;
    display: flex;
}

.desktop-app-56290 .header-page-62135 h5 {
    font-size: 21px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
}

.desktop-app-56290 .header-page-62135 .header-train-32657 a:hover {
    padding-left: 12px;
    color: rgb(168,199,177);
    opacity: 1;
}

.rating-stars-57492 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop-app-56290::after {
    box-shadow: 0 0 40px rgb(168,199,177,0.5);
}

.desktop-app-56290 .header-page-62135:hover::before {
    animation: glow 2s infinite;
}

.desktop-app-56290 .company_holder::before {
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(168,199,177,0.5), 
        transparent);
    content: "";
    width: 100px;
    position: absolute;
    bottom: -20px;
}

.rating-stars-57492::before {
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(123,169,138,0.5), 
        transparent);
    top: 0;
    height: 1px;
    content: "";
}

.privacy-fence-94263 .container {
    animation: fadeIn 0.8s ease-out forwards;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    opacity: 0;
}

.privacy-fence-94263 h2 {
    font-weight: 600;
    font-size: 35px;
    margin: 2.5rem 0 1.5rem;
    animation: slideUp 0.7s ease-out forwards 0.3s;
    color: #000000;
    opacity: 0;
    transform: translateY(10px);
    position: relative;
    padding-left: 1rem;
}

.privacy-fence-94263 h4 {
    margin: 2rem 0 1rem;
    animation: slideUp 0.7s ease-out forwards 0.5s;
    opacity: 0;
    font-weight: 600;
    color: #000000;
    font-size: calc(35px * 0.75);
    transform: translateY(10px);
    padding-left: 0.7rem;
    position: relative;
}

.privacy-fence-94263 li {
    line-height: 1.75;
    margin-bottom: 1rem;
    position: relative;
    font-size: 17px;
    padding-left: 0.5rem;
    color: #000000;
}

header .top_plank .learn-panel-92830 div svg, header .top_plank .learn-panel-92830 div svg path {
    fill: #ffffff;
}

header .top_plank .learn-panel-92830 div {
    display: flex;
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
}

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

.client-experience-17483 .container.knowledge-studio-16970 {
    z-index: 2;
    position: relative;
}

.client-experience-17483 .review-testimonials-58126:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.client-experience-17483 .review-testimonials-58126 h3::after {
    background: linear-gradient(90deg, rgb(168,199,177), transparent);
    height: 2px;
    left: 0;
    transform-origin: left;
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100%;
    transition: transform 0.4s ease;
    transform: scaleX(0.3);
}

.client-experience-17483 .review-testimonials-58126:hover div img {
    transform: scale(1.1);
}

.client-experience-17483 .review-testimonials-58126:nth-child(odd):hover {
    transform: rotateZ(0) translateY(-10px);
}

.find-support-20795 {
    z-index: 1;
    padding: 8rem 0;
    background: linear-gradient(120deg, rgb(212,227,215) 0%, rgb(168,199,177,0.5) 30%, rgb(212,227,215) 70%);
    overflow: hidden;
    position: relative;
}

.find-support-20795 .container {
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.find-support-20795 .learn-talk-94672 {
    backdrop-filter: blur(10px);
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    padding: 0;
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0;
    flex-direction: column;
}

.find-support-20795 .ask-team-75460 {
    letter-spacing: 0.5px;
    font-size: calc(14px * 1.3);
    color: rgb(168,199,177);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.find-support-20795 .learn-talk-94672 p {
    display: flex;
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
    gap: 1rem;
    align-items: center;
}

.find-support-20795 .ask-question-85936 h3::before {
    border-radius: 50%;
    margin-right: 10px;
    height: 15px;
    animation: pulse 2s infinite;
    display: inline-block;
    content: "";
    width: 15px;
    border: 2px solid rgb(168,199,177);
}

.find-support-20795 .learn-talk-94672 .hover-image-43062 {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.find-support-20795 .contact-question-54820 {
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.find-support-20795 .contact-question-54820 a::before {
    top: 0;
    background: rgb(168,199,177);
    transition: all 0.3s ease;
    content: "";
    right: -3px;
    position: absolute;
    width: 3px;
    height: 100%;
}

.find-support-20795 .contact-question-54820 a:hover {
    transform: translateX(-10px);
}

.find-support-20795 .contact-question-54820 a p {
    margin-bottom: 0;
    transition: all 0.3s ease;
    font-size: calc(14px * 1.1);
    color: #ffffff;
    font-weight: 600;
}

.find-support-20795 svg path {
    stroke: rgb(168,199,177);
    stroke-width: 2;
    transition: all 0.3s ease;
}



@media (max-width: 991px) {.quantitative-data-75893 {
    padding: 5rem 1.5rem;
}.quantitative-data-75893 h3 {
    margin-bottom: 3rem;
    font-size: calc(29px * 0.8);
}.quantitative-data-75893 ul {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}
}



@media (prefers-reduced-motion: no-preference) {.quantitative-data-75893 .statistics-tracks-78926:nth-child(odd) {
    animation: float 6s ease-in-out infinite;
}.quantitative-data-75893 .statistics-tracks-78926:nth-child(even) {
    animation: float 7s ease-in-out infinite 1s;
}}



@media (max-width: 576px) {.greeting-page-09421 .edu-smart-19762 {
    padding: 40px 20px;
    min-height: 80vh;
}.greeting-page-09421 .edu-smart-19762 h1 {
    font-size: calc(44px * 0.65);
}.greeting-page-09421 .edu-smart-19762 h3 {
    font-size: calc(21px * 0.75);
    transform: skewX(-3deg);
}.greeting-page-09421 .edu-smart-19762 h1::after {
    width: 80px;
}.greeting-page-09421 .page-title-43217 {
    padding: 0 10px;
}
}



@media screen and (max-width: 767px) {.course-program-70429 {
    padding: 60px 0;
}.course-program-70429 .lesson-plan-69123 {
    gap: 30px;
}.course-program-70429 .words-container-53091 {
    gap: 20px;
    padding: 25px;
}.course-program-70429 .words-container-53091 h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 15px;
    padding: 10px 15px;
}.course-program-70429 .words-container-53091 .description {
    margin-bottom: 15px;
    font-size: calc(14px * 0.95);
    padding: 12px;
    line-height: 1.7;
}.course-program-70429 .hover-image-43062 {
    min-height: 350px;
}.course-program-70429 .lesson-plan-69123::before {
    display: none;
}
}



@media (min-width: 768px) {.leadership-experience-54367 .review-testimonials-58126 {
    gap: 2rem 3.5rem;
    grid-template-columns: 280px 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: 
            "photo info"
            "photo quote";
    padding: 3.5rem;
}.leadership-experience-54367 .review-testimonials-58126 > div:first-child {
    margin: 0;
    grid-area: photo;
}.leadership-experience-54367 .review-testimonials-58126 > div:nth-child(2) {
    text-align: left;
    grid-area: info;
    align-self: flex-end;
}.leadership-experience-54367 .review-testimonials-58126 > div:nth-child(3) {
    grid-area: quote;
    align-self: flex-start;
}.leadership-experience-54367 .review-testimonials-58126 .name::after {
    transform: none;
    width: 50px;
    left: 0;
}.leadership-experience-54367 .review-testimonials-58126 .hover-image-43062 {
    border-radius: 8px;
}
}



@media (hover: none) {.payment-plan-14802 .rate-panel-62714 {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1) !important;
    transform: none !important;
}.payment-plan-14802 .rate-panel-62714::before {
    transform: scaleX(0.9);
    opacity: 0.9;
}.payment-plan-14802 .discount-grid-58790 h4::after {
    width: 60px;
}}



@media (max-width: 768px) {.our-background-58702 {
    padding: 60px 0;
}.our-background-58702 .words-container-53091 {
    transform: none;
    clip-path: polygon(
            0 0, 
            100% 0, 
            97% 100%, 
            3% 100%
        );
    padding: 25px 20px;
}.our-background-58702 .words-container-53091 > div:first-child::before {
    top: -15px;
    width: 40px;
    left: -10px;
    height: 40px;
}.our-background-58702 h5::after {
    right: -25px;
    top: -10px;
    width: 20px;
    height: 20px;
}.our-background-58702 h5 {
    letter-spacing: 1px;
}.our-background-58702 li {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}
}



@media (min-width: 992px) {.course-benefits-57210 {
    padding: 150px 0;
}.course-benefits-57210 .container {
    gap: 80px;
}.course-benefits-57210 .hover-image-43062 {
    max-height: 600px;
    height: 100%;
}.course-benefits-57210 .words-container-53091 {
    padding: 50px;
}.course-benefits-57210 h1 {
    font-size: calc(44px * 1.1);
}
}



@media (min-width: 1024px) {.tyPanel-67852 .knowledge-studio-16970 {
    gap: 4rem;
    padding: 5rem;
}.tyPanel-67852 h5 {
    font-size: calc(21px * 1.3);
}.tyPanel-67852::after {
    right: -10%;
    width: 50%;
}
}



@media (max-width: 767px) {.tyPanel-67852 {
    padding: 4rem 0;
}.tyPanel-67852 .knowledge-studio-16970 {
    padding: 2.5rem;
}.tyPanel-67852 h5 {
    font-size: 21px;
}.tyPanel-67852::before {
    background-size: 15px 15px;
}.tyPanel-67852::after {
    opacity: 0.1;
}
}



@media (max-width: 991px) {.desktop-app-56290 .company_holder::before {
    left: 50%;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(168,199,177,0.5), 
            transparent);
    transform: translateX(-50%);
}}



@media (min-width: 992px) {footer::after {
    height: 1px;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(123,169,138,0.5), 
            transparent);
    content: "";
    left: 0;
    position: absolute;
}.desktop-app-56290::before {
    background-blend-mode: overlay;
}}



@media (hover: hover) {.privacy-fence-94263 li:hover::marker {
    color: rgb(123,169,138);
}.privacy-fence-94263 strong:hover {
    color: rgb(168,199,177);
    transition: color 0.3s ease;
}
}



@media (max-width: 767px) {.privacy-fence-94263 {
    padding: 3rem 1.5rem;
}.privacy-fence-94263 h1 {
    font-size: calc(40px * 0.9);
    margin-bottom: 1.8rem;
}.privacy-fence-94263 h2 {
    font-size: calc(35px * 0.95);
    margin: 2rem 0 1.2rem;
}.privacy-fence-94263 p, 
    .privacy-fence-94263 li,
    .privacy-fence-94263 span {
    font-size: calc(17px * 0.98);
    line-height: 1.7;
}.privacy-fence-94263 ul {
    padding-left: 1.5rem;
}
}



@media (max-width: 480px) {.client-experience-17483 {
    padding: 2.5rem 0;
}.client-experience-17483 h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.5rem;
}.client-experience-17483 .review-testimonials-58126 {
    padding: 1.25rem;
}.client-experience-17483 .review-testimonials-58126 div {
    width: 50px;
    height: 50px;
}.client-experience-17483 .review-testimonials-58126::before {
    font-size: 80px;
}
}



@media (max-width: 767px) {.find-support-20795 {
    padding: 4rem 0;
}.find-support-20795 .help-now-13602 {
    grid-template-rows: auto auto auto;
    grid-template-areas: 
            "feedback-section-52807"
            "hover-image-43062"
            "details";
    grid-template-columns: 1fr;
}.find-support-20795 .learn-talk-94672:first-child {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
    border-radius: 20px 20px 0 0;
}.find-support-20795 .learn-talk-94672:nth-child(2) {
    min-height: 250px;
    border-radius: 0;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}.find-support-20795 .contact_tile.contact-question-54820 {
    border-radius: 0 0 20px 20px;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
}.find-support-20795 .contact-question-54820 a {
    margin-bottom: 1rem;
}.find-support-20795 .message-card-59103 {
    grid-template-columns: 1fr;
}
}



@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(168,199,177,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(168,199,177);
    }
}



@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}



@keyframes orbit {
    from { transform: rotate(0deg) translateX(10px) rotate(0deg); }
    to { transform: rotate(360deg) translateX(10px) rotate(-360deg); }
}



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



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

@keyframes backgroundPulse {
    0% {
        opacity: 0.3;
        background-position: 0% 0%, 0px 0px;
    }
    50% {
        opacity: 0.7;
        background-position: 0% 0%, 15px 15px;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 0%, 0px 0px;
    }
}

