﻿.access-help-12869 {
    flex: 0 0 auto;
}

.access-help-12869 {
    position: relative;
    padding: 80px 0 40px;
    z-index: 2;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

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

.teaching-process-38469::after {
    content: "";
    transform: rotate(-15deg);
    filter: blur(60px);
    z-index: -1;
    bottom: -50px;
    background: linear-gradient(45deg, rgb(145,144,152,0.5) 0%, rgb(112,112,120) 100%);
    width: 300px;
    opacity: 0.4;
    position: absolute;
    right: -50px;
    height: 300px;
    animation: float 20s infinite ease-in-out;
}

.teaching-process-38469 .text-bubble-07483:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.06);
    transform: translateZ(15px) translateY(-5px);
}

.statistical-data-38571::after {
    height: 200%;
    background: radial-gradient(
        ellipse at center,
        rgb(145,144,152,0.5) 0%,
        transparent 60%
    );
    animation: rotate-bg 30s linear infinite;
    left: -50%;
    opacity: 0.2;
    width: 200%;
    z-index: -2;
    content: "";
    position: absolute;
    top: -50%;
}



.statistical-data-38571 .gain-statistics-60492 {
    font-size: 40px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #000000;
    position: relative;
    font-weight: 700;
}

.statistical-data-38571 .statistics-upgrade-58924 {
    grid-template-columns: repeat(2, 1fr);
    z-index: 2;
    gap: 20px;
    order: 2;
    display: grid;
}

.statistical-data-38571 .extra-gain-17869:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    z-index: 3;
    background: white;
    transform: scale(1.05) translateY(0);
}

.statistical-data-38571 .extra-gain-17869 h4 {
    font-weight: 700;
    line-height: 1;
    transition: all 0.3s ease;
    font-size: 4rem;
    align-items: center;
    display: flex;
    margin: 0;
    color: rgb(145,144,152);
}

.statistical-data-38571 .extra-gain-17869:hover svg,
.statistical-data-38571 .extra-gain-17869:hover svg path {
    fill: rgb(112,112,120);
}

.program-outcomes-79028 .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.program-outcomes-79028 .text-bubble-07483 {
    will-change: transform;
    transform: translateZ(0);
    position: relative;
    padding: 40px 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    flex: 1;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.program-outcomes-79028 .text-bubble-07483 li p span:first-child {
    flex-shrink: 0;
    top: -2px;
    position: relative;
}

.program-outcomes-79028 li:hover svg path {
    fill: rgb(112,112,120);
}

.secure-nest-92804 {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    height: 100%;
    overflow: hidden;
    padding: 40px;
    background: rgb(112,112,120,0.5);
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.secure-nest-92804 h3, .secure-nest-92804 h4, .secure-nest-92804 h5, .secure-nest-92804 h6 {
    margin-bottom: 15px;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    margin-top: 30px;
    font-weight: 400;
    color: #000000;
    font-size: 20px;
}

.secure-nest-92804 section {
    transition: background 0.3s ease;
    background: var(--bg-color);
    padding: 20px;
}

.our-story-14890::before {
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    left: 0;
    backdrop-filter: blur(3px) saturate(120%);
    height: 100%;
    z-index: 1;
    content: "";
    width: 100%;
    top: 0;
}

.our-story-14890 .text-bubble-07483::after {
    right: -15px;
    z-index: -1;
    height: 70px;
    bottom: -15px;
    border-right: 3px solid rgb(112,112,120);
    border-bottom: 3px solid rgb(112,112,120);
    content: "";
    width: 70px;
    position: absolute;
}

.our-story-14890 p {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: calc(12px * 1.4);
    font-weight: 400;
}

.our-story-14890 ol li {
    hyphens: auto;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    column-gap: 40px;
    column-count: 1;
    text-align: justify;
    padding-left: 20px;
    font-size: 12px;
    color: #000000;
}

.instructor-profile-97352 .review-voices-65179 {
    transform: rotateX(5deg) rotateY(-5deg);
    backdrop-filter: blur(15px);
    display: flex;
    border-radius: 17px;
    transform-style: preserve-3d;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(112,112,120,0.5),
        inset 0 0 30px rgb(145,144,152,0.5);
    background-color: rgba(255, 255, 255, 0.03);
    padding: 3rem;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    position: relative;
}

.instructor-profile-97352 .employee-area-37981::before {
    content: "";
    background: linear-gradient(45deg, rgb(145,144,152,0.5) 0%, transparent 70%);
    mix-blend-mode: overlay;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.1;
    border-radius: 10px;
    height: 100%;
    top: 0;
}

.tariff-row-14269 .bundle-rate-39658 {
    gap: 60px;
    display: flex;
    flex-direction: column-reverse;
}

.tariff-row-14269 .fee-options-43952 {
    line-height: 1.7;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
    color: #000000;
    font-size: 13px;
    max-width: 600px;
}

.tariff-row-14269 .indv-sub-61059:hover {
    transform: translateY(-8px);
}

.tariff-row-14269 .payment-deals-24089 {
    flex: 1;
    padding: 30px;
    z-index: 2;
    position: relative;
}

.tariff-row-14269 .payment-deals-24089 h3::after {
    height: 3px;
    position: absolute;
    left: 0;
    content: "";
    width: 40px;
    background: rgb(145,144,152);
    bottom: 0;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.tariff-row-14269 .pic-item-27940 {
    overflow: hidden;
    position: relative;
    height: 220px;
    width: 100%;
    transition: all 0.5s ease;
    border-radius: 0 0 12px 12px;
}

.tariff-row-14269 .indv-sub-61059:hover .pic-item-27940::after {
    opacity: 0.3;
}

header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, 
        rgb(145,144,152) 0%, 
        rgb(112,112,120) 50%, 
        rgb(145,144,152) 100%);
    bottom: 0;
}

header .main-mainwrap-71952::before {
    background: linear-gradient(45deg, rgb(145,144,152), rgb(112,112,120));
    right: -2px;
    content: '';
    z-index: -1;
    opacity: 0;
    bottom: -2px;
    top: -2px;
    left: -2px;
    border-radius: calc(10px + 2px);
    transition: all 0.3s ease;
    position: absolute;
    transform: scale(0.95);
}

header .nav-pro-13895:hover::before {
    left: 100%;
}

.title-welcome-78691 {
    display: flex;
    overflow: hidden;
    justify-content: center;
    min-height: 100vh;
    z-index: 1;
    position: relative;
    align-items: center;
}

.title-welcome-78691 > div {
    transform: translateY(-2vh);
    z-index: 2;
    position: relative;
    padding: 2rem;
    width: 90%;
    max-width: 1200px;
}

.title-welcome-78691 .learn-hero-39604 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    animation: fade-up 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    display: grid;
    opacity: 0;
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    gap: 2rem;
    background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.09) 0%, 
    rgba(255, 255, 255, 0.05) 100%);
}

.title-welcome-78691 .learn-hero-39604 span {
    position: relative;
    display: inline-block;
}

.locate-14693 {
    background: linear-gradient(145deg, rgb(145,144,152) 0%, rgb(112,112,120) 70%, rgb(180,179,185) 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.locate-14693 .container {
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
}

.locate-14693 .connect-now-79085:hover {
    box-shadow: 0 30px 70px rgb(112,112,120,0.5);
    transform: translateY(-15px);
}

.locate-14693 .pic-item-27940 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
    border-radius: 14px;
    height: 320px;
    transition: all 0.5s ease;
}

.locate-14693 .ask-feedback-72159 {
    display: grid;
    gap: 30px;
    position: relative;
}

.locate-14693 .ask-feedback-72159 p {
    padding-left: 0;
    position: relative;
    line-height: 1.7;
    color: #000000;
    font-family: Arial, sans-serif;
    display: flex;
    font-size: 18px;
    align-items: center;
    margin: 0;
}

.locate-14693 .ask-feedback-72159 p a:hover {
    color: rgb(145,144,152);
}

.locate-14693 .assist-grid-63827 {
    margin-top: 50px;
    overflow: hidden;
    padding: 30px;
    background: rgb(180,179,185);
    transition: all 0.4s ease;
    border-radius: 14px;
    position: relative;
}

.locate-14693 .edu-guide-80147 svg path {
    transition: fill 0.3s ease;
    fill: rgb(145,144,152);
}

.locate-14693 .join-us-68354 {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding: 12px 20px;
    background: #ffffff;
    color: #000000;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.follow-90167 .reach-links-39281 {
    display: flex;
    margin-left: auto;
    max-width: 600px;
    background: rgba(0, 0, 0, 0.5);
    padding: 3rem 3rem 3.5rem;
    border-radius: 11px;
    width: 90%;
    transform: translateX(-5%) skewX(5deg);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    flex-direction: column;
    box-shadow: 
        -15px 15px 0 rgb(112,112,120,0.5),
        15px -15px 30px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.follow-90167 .join-us-31209 {
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    padding: 1.2rem 2.5rem;
    align-self: flex-start;
    transform: skewX(-5deg);
    transition: all 0.3s ease;
    border: none;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgb(145,144,152) 0%, rgb(112,112,120) 100%);
    overflow: hidden;
}

.course-structure-35102 .study-path-47021:hover .program-flow-21748 {
    animation-play-state: paused;
}

.course-structure-35102 .learn-path-61384 {
    overflow: hidden;
    width: 20%;
    position: relative;
    height: 100%;
}

.course-structure-35102 .master-study-24638 {
    width: 100%;
    margin-bottom: 0;
}

.course-structure-35102 .program-map-62305 h3 {
    grid-column: 1 / 2;
    padding-left: 2rem;
    font-size: 30px;
    border-left: 4px solid rgb(145,144,152);
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    position: relative;
}

.course-structure-35102 .program-map-62305 .connect-map-56184:hover::before {
    width: 100%;
}




.course-structure-35102 .learn-path-61384::before {
    top: 0;
    z-index: 2;
    width: 100%;
    left: 0;
    content: "";
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        );
    position: absolute;
    height: 100%;
}

.ty-block-15298::after {
    background: rgb(255, 255, 255, 0.5);
    opacity: 0.05;
    content: "";
    position: absolute;
    z-index: 0;
    top: -50%;
    height: 100%;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 100%;
    transform: rotate(25deg);
    right: -50%;
}

.ty-block-15298 ul {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}

.ty-block-15298 li {
    padding: 0.5rem 0;
    position: relative;
}

.ty-block-15298 li span {
    animation: fade-in-text 1s ease-out forwards 0.6s;
    color: #000000;
    display: block;
    transform: translateX(20px);
    line-height: 1.8;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding-left: 0.5rem;
    text-align: left;
    opacity: 0;
}

header .top_plank .skill-trackpro-03472 div {
    justify-content: flex-start;
    margin-right: 24px;
    display: flex;
    align-items: center;
}

#dialogPolicyNotice-53418 {
    display: none;
}

.cookie-popup-message-98305 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.data-agree-68935 {
    margin-right: 10px;
    flex-shrink: 0;
}


.panel-container-31627 .cookie-popup-message-98305 {
    box-shadow: rgb(112,112,120,0.5) 0px 0px 10px 10px;
    background: rgb(145,144,152);
}

.panel-container-31627 .cookie-confirm-74261 {
    color: #ffffff;
    text-align: left;
}

.panel-container-31627 .cookie-popup-message-98305 p a {
    color: rgb(112,112,120);
    text-decoration: underline;
}

.access-help-12869 .company_holder h3 {
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 38px;
    padding-bottom: 10px;
    font-weight: 700;
    display: inline-block;
}

.access-help-12869 .top-base-63815 {
    position: relative;
}



.access-help-12869 .top-base-63815 {
    padding-top: 20px;
    animation: borderPulse 4s infinite;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.access-help-12869 .top-base-63815 .head-main-12864 a {
    background: rgba(255, 255, 255, 0.05);
    font-size: 12px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 8px 15px;
    color: #ffffff;
    border-radius: 10px;
}

.policy-links-97603 .webinar-cta-52349 {
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #ffffff;
    opacity: 0.8;
}

.access-help-12869 .company_holder::after {
    position: absolute;
    filter: blur(60px);
    border-radius: 50%;
    opacity: 0.4;
    right: -50px;
    height: 150px;
    content: '';
    width: 150px;
    background: rgb(145,144,152,0.5);
    z-index: -1;
    top: 40px;
}

.access-help-12869 .qna-board-68927::before {
    height: 180px;
    border-radius: 50%;
    filter: blur(70px);
    background: rgb(112,112,120,0.5);
    z-index: -1;
    left: 80px;
    position: absolute;
    opacity: 0.25;
    width: 180px;
    bottom: -50px;
    content: '';
}

.contact-panel-47129 h2::after {
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    background: rgb(145,144,152);
    bottom: -15px;
    content: "";
    width: 60px;
    position: absolute;
}

.contact-panel-47129 .request-feedback-39215 {
    padding: 50px 40px;
    grid-column: 1;
    background: #ffffff;
    grid-row: 1;
}

.contact-panel-47129 input[type="text"] {
    font-size: 18px;
    background: #ffffff;
    transition: all 0.3s ease;
    padding: 15px 20px;
    border: 1px solid rgb(180,179,185);
    color: #000000;
    border-radius: 10px;
    width: 100%;
}

.contact-panel-47129 .inquiry-help-07316 input[type="checkbox"]:checked::after {
    content: "✓";
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    position: absolute;
    left: 50%;
    color: #ffffff;
}

.contact-panel-47129 .connect-map-56184:hover {
    background: rgb(112,112,120);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact-panel-47129 svg path {
    fill: rgb(145,144,152);
}



@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (max-width: 767px) {.teaching-process-38469 {
    padding: 4rem 1.5rem;
}.teaching-process-38469 h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2rem;
}.teaching-process-38469 .text-bubble-07483 {
    padding: 2rem;
}.teaching-process-38469 p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}}



@media (max-width: 768px) {.statistical-data-38571 {
    padding: 80px 0;
}.statistical-data-38571 .statistics-upgrade-58924 {
    grid-template-columns: 1fr;
    gap: 15px;
}.statistical-data-38571 .gain-statistics-60492 {
    margin-bottom: 20px;
    font-size: calc(40px * 0.8);
    padding-bottom: 15px;
}.statistical-data-38571 .gain-statistics-60492::after {
    height: 4px;
    width: 60px;
}.statistical-data-38571 .extra-gain-17869 {
    padding: 25px;
}.statistical-data-38571 .extra-gain-17869 h4 {
    font-size: 3rem;
}.statistical-data-38571 .study-elevation-47928::before {
    width: 80px;
    height: 80px;
    top: -40px;
    left: 20px;
}.statistical-data-38571 .study-elevation-47928::after {
    height: 60px;
    right: 20px;
    bottom: -20px;
    width: 60px;
}
}



@media (min-width: 1200px) {.program-outcomes-79028 .master-study-24638 {
    gap: 80px;
}.program-outcomes-79028 .text-bubble-07483 {
    padding: 60px 70px 60px 60px;
}.program-outcomes-79028 .pic-item-27940 {
    height: 550px;
}.program-outcomes-79028 h4 {
    font-size: calc(24px * 1.2);
}
}



@media (max-width: 991px) {.our-story-14890 {
    padding: 90px 0;
}.our-story-14890 .text-bubble-07483 {
    transform: perspective(1000px) rotateY(-2deg);
    max-width: 90%;
    padding: 50px 40px;
}.our-story-14890 h5 {
    font-size: calc(19px * 0.9);
}.our-story-14890 p b {
    font-size: calc(12px * 1.6);
}
}



@media (max-width: 991px) {.instructor-profile-97352 {
    padding: 7rem 0 5rem;
}.instructor-profile-97352 .review-voices-65179 {
    padding: 2.5rem 2rem;
}.instructor-profile-97352 .pic-item-27940 {
    top: -75px;
    width: 150px;
    height: 150px;
}.instructor-profile-97352 .name {
    margin-top: 80px;
}.instructor-profile-97352 .employee-area-37981 {
    padding: 1.5rem;
}
}



@media (min-width: 992px) {.tariff-row-14269 {
    padding: 160px 0;
}.tariff-row-14269 .bundle-rate-39658 {
    gap: 80px;
    flex-direction: row;
    align-items: center;
}.tariff-row-14269 .pricing-card-56814 {
    flex: 0 0 30%;
    padding: 0;
    text-align: left;
}.tariff-row-14269 .pricing-card-56814 h2 {
    font-size: calc(37px + 4px);
}.tariff-row-14269 .pricing-card-56814 h2::after {
    transform: none;
    left: 0;
}.tariff-row-14269 .fee-options-43952 {
    margin-left: 0;
}.tariff-row-14269 .edu-rates-59784 {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 768px) {.title-welcome-78691 > div {
    width: 85%;
    padding: 3rem;
}.title-welcome-78691 > div > div:first-child {
    margin-bottom: 3.5rem;
    padding-left: 3rem;
}.title-welcome-78691 .title_style_header {
    font-size: calc(41px * 1.3);
}.title-welcome-78691 .learn-hero-39604 {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    padding: 3.5rem;
    gap: 3rem;
}.title-welcome-78691 .learn-expert-80361 h3 {
    font-size: calc(21px * 1.1);
}.title-welcome-78691 .learn-hero-39604 p {
    font-size: calc(15px * 1.15);
}
}



@media screen and (max-width: 768px) {.locate-14693 {
    padding: 60px 0;
}.locate-14693 .connect-now-79085 {
    padding: 40px;
}.locate-14693 .pic-item-27940 {
    margin-bottom: 40px;
    height: 240px;
}.locate-14693 .support-contact-18349 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.85);
}.locate-14693 .ask-feedback-72159 {
    gap: 20px;
}.locate-14693 .assist-grid-63827 {
    margin-top: 40px;
    padding: 20px;
}.locate-14693 .edu-guide-80147 {
    font-size: calc(24px * 0.9);
}.locate-14693 .join-us-68354 {
    padding: 10px 15px;
}.locate-14693 .ask-feedback-72159 p svg {
    height: 20px;
    margin: 0 12px;
    width: 20px;
}.locate-14693 .edu-guide-80147 svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
}



@media (max-width: 991px) {.ty-block-15298 {
    padding: 4rem 1.5rem;
}.ty-block-15298 h2 {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: calc(36px * 0.9);
}.ty-block-15298 .master-study-24638 {
    padding: 2rem;
}
}



@media (max-width: 575px) {.ty-block-15298 {
    padding: 2rem 0.8rem;
}.ty-block-15298 h2 {
    margin-bottom: 1.2rem;
    font-size: calc(36px * 0.7);
}.ty-block-15298 .master-study-24638 {
    padding: 1.2rem;
}.ty-block-15298 li span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}



@media (min-width: 1200px) {.ty-block-15298 .container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}.ty-block-15298 h2 {
    margin-left: 3rem;
    max-width: 80%;
}.ty-block-15298 .master-study-24638 {
    margin-left: auto;
    transform: translateY(30px) translateX(-2rem);
    width: 85%;
}.ty-block-15298 .master-study-24638:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}



@media (max-width: 992px) {.contact-panel-47129 .feedback-map-05897 {
    grid-template-columns: 1fr;
}.contact-panel-47129 .pic-item-27940 {
    grid-column: 1;
    border-radius: 0;
    grid-row: 1;
    min-height: 300px;
    border-top-right-radius: 21px;
    border-top-left-radius: 21px;
}.contact-panel-47129 .request-feedback-39215 {
    grid-row: 2;
    padding: 40px 30px;
    grid-column: 1;
}
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-5deg);
    }
}

@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}



@keyframes slide-in {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}



@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.2;
    }
}



@keyframes rotateGradient {
    0% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-15deg);
    }
}



@keyframes grow-line {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}



@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

