﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

.panel-container-31627 {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}

.nav-primary-46921 {
    flex: 1 0 auto;
}

.teaching-process-38469::before {
    height: 100%;
    content: "";
    width: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
    position: absolute;
    opacity: 0.7;
    z-index: -1;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(112,112,120,0.5) 0%, transparent 60%);
}

.teaching-process-38469:hover h2::after {
    transform: scaleX(1.5);
}

.teaching-process-38469 .text-bubble-07483 {
    padding: 2.5rem;
    transform: translateZ(10px);
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.07),
        0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    border-left: 4px solid rgb(145,144,152);
}

.statistical-data-38571 .study-elevation-47928 {
    position: relative;
    z-index: 2;
    padding: 0;
    order: 1;
}

.statistical-data-38571 .study-elevation-47928::after {
    content: "";
    right: 40px;
    background: rgb(112,112,120,0.5);
    bottom: -30px;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    animation: float 6s ease-in-out infinite reverse;
    height: 80px;
    width: 80px;
}

.statistical-data-38571 .extra-gain-17869 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgb(145,144,152,0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    overflow: hidden;
}

.statistical-data-38571 .extra-gain-17869 span {
    font-weight: 400;
    margin-top: 15px;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 13px;
    display: block;
}

.program-outcomes-79028 {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(112,112,120,0.5), rgb(180,179,185));
    position: relative;
    overflow: hidden;
}

.program-outcomes-79028 .master-study-24638 {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    gap: 40px;
}

.program-outcomes-79028 .text-bubble-07483 h4 {
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
}

.program-outcomes-79028 .text-bubble-07483 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.program-outcomes-79028 .text-bubble-07483 li {
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.95;
    transform: translateX(0);
    margin-bottom: 18px;
}

.program-outcomes-79028 svg {
    height: 24px;
    display: block;
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 24px;
}

.secure-nest-92804:hover {
    background: rgb(145,144,152,0.5);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}

.secure-nest-92804 h2 {
    margin-top: 35px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    color: rgb(112,112,120);
    transition: color 0.3s ease;
    font-size: 29px;
}

.secure-nest-92804 li:hover {
    background: rgb(112,112,120,0.5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.secure-nest-92804 p, .secure-nest-92804 span, .secure-nest-92804 div {
    line-height: 1.8;
    color: #000000;
    font-size: 17px;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}

.our-story-14890 .text-bubble-07483 {
    max-width: 85%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.95),
        rgba(255, 255, 255, 0.92)
    );
    transform: perspective(1000px) rotateY(-3deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    margin-left: auto;
    padding: 60px 50px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(8px);
    border-left: 4px solid rgb(145,144,152);
    position: relative;
}

.our-story-14890 ol {
    padding-left: 0;
    counter-reset: item;
    list-style-type: none;
}

.our-story-14890 ol li::before {
    content: "";
    border-radius: 50%;
    height: 6px;
    left: 0;
    background-color: rgb(112,112,120);
    position: absolute;
    top: 12px;
    width: 6px;
}



.instructor-profile-97352 .container {
    margin: 0 auto;
    perspective: 1000px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
}

.instructor-profile-97352 .pic-item-27940 {
    position: absolute;
    border-radius: 50%;
    border: 3px solid #ffffff;
    width: 180px;
    top: -90px;
    transform: translateX(-50%) translateZ(30px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 50%;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(145,144,152,0.5);
    height: 180px;
}

.instructor-profile-97352 .employee-area-37981 {
    border-radius: 10px;
    transition: transform 0.3s ease;
    position: relative;
    margin-top: 2rem;
    border-left: 3px solid rgb(145,144,152);
    width: 100%;
    font-size: 18px;
    line-height: 1.7;
    transform: translateZ(10px);
    padding: 2rem;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}

.tariff-row-14269 .pricing-card-56814 h2 {
    font-size: 37px;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.tariff-row-14269 .indv-sub-61059 {
    position: relative;
    text-decoration: none;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
}

.tariff-row-14269 .payment-deals-24089 h3 {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 21px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
    color: #000000;
}

.tariff-row-14269 .fee-offers-80192::before {
    bottom: -5px;
    height: 1px;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(145,144,152,0.5), transparent);
    left: 0;
}

.tariff-row-14269 .pic-item-27940::after {
    right: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    bottom: 0;
    transition: opacity 0.3s ease;
    left: 0;
    content: "";
    opacity: 0.6;
}

header .top-base-63815 {
    padding: 5px;
    position: relative;
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    gap: 0.5rem;
}

header .main-mainwrap-71952::after {
    bottom: 0;
    z-index: -1;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(145,144,152);
    left: 0;
    content: '';
}

header .nav-pro-13895::before {
    position: absolute;
    content: '';
    transition: 0.5s;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    width: 100%;
    top: 0;
    height: 100%;
    left: -100%;
}

.title-welcome-78691 > div > div:first-child {
    margin-bottom: 2.5rem;
    position: relative;
    padding-left: 2rem;
    overflow: hidden;
}

.title-welcome-78691 .title_style_header {
    line-height: 1.2;
    font-weight: 700;
    transform: translateY(20px);
    opacity: 0;
    font-size: calc(41px * 1.1);
    animation: fade-up 1.2s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.title-welcome-78691 .learn-expert-80361 h3 {
    padding-bottom: 1rem;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    position: relative;
    font-size: calc(21px * 1.05);
}

.title-welcome-78691 .learn-hero-39604 > div:last-child {
    position: relative;
}

.title-welcome-78691 .learn-hero-39604 p::before {
    content: "";
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(145,144,152);
    top: 50%;
    height: 8px;
    background-color: rgb(145,144,152);
    transform: translateY(-50%);
    width: 8px;
    position: absolute;
    left: 0;
}

.locate-14693 .connect-now-79085 {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 60px;
    background: #ffffff;
    border-radius: 14px;
    position: relative;
    box-shadow: 0 20px 50px rgb(145,144,152,0.5);
}

.locate-14693 .pic-item-27940:before {
    animation: scanLine 4s infinite linear;
    content: '';
    inset: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.2) 50%, transparent 60%);
}

.locate-14693 .ask-feedback-72159 p svg {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin: 0 15px;
    fill: rgb(112,112,120);
}

.locate-14693 .ask-feedback-72159 p a:after {
    content: '';
    left: 0;
    height: 1px;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    bottom: -3px;
    background: rgb(112,112,120);
    width: 100%;
    position: absolute;
    transform-origin: right;
}

.locate-14693 .edu-guide-80147 svg {
    height: 22px;
    margin-right: 12px;
    width: 22px;
}

.locate-14693 .assist-grid-63827:hover .edu-guide-80147 svg path {
    fill: rgb(112,112,120);
}

.locate-14693 .join-us-68354 svg {
    opacity: 0;
    margin-right: 10px;
    width: 16px;
    transition: all 0.3s ease;
    transform: translateX(-10px);
    height: 16px;
}

.follow-90167 .master-study-24638 {
    margin: 0 auto;
    transform: skewX(-5deg);
    position: relative;
    max-width: 1200px;
    z-index: 1;
}

.follow-90167 .reach-links-39281:hover {
    transform: translateX(-5%) skewX(5deg) translateY(-5px);
    box-shadow: 
        -18px 18px 0 rgb(112,112,120,0.5),
        20px -20px 40px rgba(255, 255, 255, 0.15);
}

.follow-90167 input[type="email"] {
    background: #ffffff;
    width: 100%;
    color: #000000;
    transform: skewX(-5deg);
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    border: 2px solid rgb(112,112,120,0.5);
    border-radius: 10px;
    font-size: 14px;
}

.follow-90167 .join-us-31209:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    transform: skewX(-5deg) translateY(-5px);
}

.course-structure-35102::before {
    left: 0;
    pointer-events: none;
    z-index: 2;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.4;
    background: 
        radial-gradient(circle at left bottom, rgb(145,144,152,0.5) 0%, transparent 30%),
        radial-gradient(circle at right top, rgb(112,112,120,0.5) 0%, transparent 30%);
}

.course-structure-35102 .learn-path-61384 img {
    filter: brightness(0.8) saturate(1.2);
    transform: scale(1.1);
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 8s ease;
}

.course-structure-35102 .program-map-62305 p {
    opacity: 0.7;
    font-size: 12px;
    grid-column: 3 / 4;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
}

.course-structure-35102 .program-map-62305 .connect-map-56184:hover {
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.course-structure-35102 .learn-path-61384:nth-child(2)::after {
    top: 60%;
    animation-delay: 1s;
}

.course-structure-35102 .learn-path-61384:nth-child(3)::after {
    top: 45%;
    animation-delay: 2s;
}

.course-structure-35102 .learn-path-61384:nth-child(4)::after {
    animation-delay: 3s;
    top: 75%;
}




.course-structure-35102 .master-study-24638::before {
    bottom: 0;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
                transparent 0%, 
                #ffffff 50%, 
                transparent 100%);
    height: 1px;
    opacity: 0.3;
    left: 0;
}

.ty-block-15298 h2 {
    border-left: 5px solid rgb(145,144,152);
    font-size: 36px;
    font-family: Arial, sans-serif;
    text-align: left;
    animation: slide-up 0.8s ease-out forwards;
    max-width: 90%;
    margin-bottom: 3rem;
    font-weight: 700;
    padding-left: 1.5rem;
    transform: translateY(30px);
    line-height: 1.3;
    color: #000000;
    opacity: 0;
    position: relative;
}



.ty-block-15298 .master-study-24638:hover {
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    transform: translateZ(0) scale(1.01);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}

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

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

.cookie-popup-message-98305 p a {
    color: rgb(145,144,152);
    text-decoration: none;
}

.panel-container-31627 .cookie-window-36940 {
    padding: 40px 0;
    justify-content: space-between;
}

.panel-container-31627 .cookie-confirm-74261 h5 {
    font-weight: 700;
}

.panel-container-31627 .cookie-confirm-74261 h5, .panel-container-31627 .cookie-confirm-74261 p {
    color: #ffffff;
}

.access-help-12869 .company_holder {
    grid-column: 1 / 5;
    z-index: 3;
    position: relative;
}

.access-help-12869 .goal-footer-37402 {
    line-height: 1.6;
    padding: 20px;
    margin-top: 25px;
    border-left: 4px solid rgb(145,144,152);
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    font-size: 12px;
}

.access-help-12869 .top-base-63815 .head-main-12864 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.access-help-12869 .top-base-63815 .head-main-12864 a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}

.policy-links-97603 {
    padding: 20px 0;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    margin-top: 60px;
}



.policy-links-97603 {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    animation: movingGradient 10s ease infinite;
    background-size: 200% 200%;
}

.access-help-12869 .company_holder::before {
    opacity: 0.3;
    filter: blur(40px);
    background: rgb(112,112,120,0.5);
    left: -30px;
    border-radius: 50%;
    position: absolute;
    width: 100px;
    bottom: 0;
    content: '';
    z-index: -1;
    height: 100px;
}

.contact-panel-47129 {
    padding: 70px 0;
    background: rgb(180,179,185);
    overflow: hidden;
    position: relative;
}

.contact-panel-47129 h2 {
    position: relative;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    color: rgb(112,112,120);
}

.contact-panel-47129 .pic-item-27940 {
    grid-row: 1;
    height: 100%;
    min-height: 500px;
    border-bottom-right-radius: 21px;
    grid-column: 2;
    border-top-right-radius: 21px;
    transition: transform 0.6s ease;
}

.contact-panel-47129 input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-color: rgb(145,144,152);
}

.contact-panel-47129 .inquiry-help-07316 input[type="checkbox"]:checked {
    border-color: rgb(145,144,152);
    background: rgb(145,144,152);
}

.contact-panel-47129 .inquiry-help-07316 a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(145,144,152);
    font-weight: 600;
}

.contact-panel-47129 .connect-map-56184:hover::before {
    left: 100%;
}

.contact-panel-47129 svg {
    width: 22px;
    fill: rgb(145,144,152);
    vertical-align: middle;
    margin-right: 10px;
    height: 22px;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 992px) {.teaching-process-38469 {
    padding: 10rem 4rem;
}.teaching-process-38469::before {
    background: radial-gradient(circle at 70% 30%, rgb(112,112,120,0.5) 0%, transparent 70%);
}.teaching-process-38469 .master-study-24638 {
    gap: 6rem;
}.teaching-process-38469 h2 {
    font-size: calc(35px * 1.4);
    max-width: 80%;
}.teaching-process-38469 .text-bubble-07483 {
    padding: 3.5rem;
}.teaching-process-38469 p {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
}
}



@media (min-width: 768px) {.program-outcomes-79028 {
    padding: 140px 0;
}.program-outcomes-79028 .master-study-24638 {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.program-outcomes-79028 .text-bubble-07483 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    padding: 50px;
}.program-outcomes-79028 .text-bubble-07483 > div {
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}.program-outcomes-79028 .text-bubble-07483 > div > div {
    min-width: 250px;
    flex: 1;
}.program-outcomes-79028 .pic-item-27940 {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    height: 500px;
    object-position: center;
    max-width: 45%;
}
}



@media only screen and (max-width: 800px) {.secure-nest-92804 {
    padding: 20px 10px;
}.secure-nest-92804 h1 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: calc(20px - 10px);
}.secure-nest-92804 h2 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: calc(20px - 8px);
}.secure-nest-92804 h3, .secure-nest-92804 h4, .secure-nest-92804 h5, .secure-nest-92804 h6 {
    font-size: calc(20px - 6px);
}.secure-nest-92804 ul, .secure-nest-92804 ol {
    padding: 10px 0;
}.secure-nest-92804 li {
    margin-bottom: 10px;
    padding: 8px;
}.secure-nest-92804 p, .secure-nest-92804 span, .secure-nest-92804 div {
    margin-bottom: 8px;
    font-size: calc(17px - 2px);
}}



@media (max-width: 767px) {.instructor-profile-97352 {
    padding: 6rem 0 3rem;
}.instructor-profile-97352 .container {
    padding: 0 1rem;
}.instructor-profile-97352 .review-voices-65179 {
    padding: 2rem 1.5rem;
    transform: none;
}.instructor-profile-97352 .pic-item-27940 {
    width: 120px;
    top: -60px;
    height: 120px;
}.instructor-profile-97352 .name {
    margin-top: 70px;
    font-size: calc(32px - 2px);
}.instructor-profile-97352 .review-voices-65179 span:not(.name) {
    font-size: calc(17px - 1px);
}.instructor-profile-97352 .employee-area-37981 {
    font-size: calc(18px - 1px);
    padding: 1.2rem;
    margin-top: 1.5rem;
}.instructor-profile-97352 .review-voices-65179:hover {
    transform: none;
}}



@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .top-base-63815 {
    gap: 0.3rem;
}header .main-mainwrap-71952 {
    font-size: calc(12px - 1px);
    padding: 0.6rem 0.8rem;
}header .nav-pro-13895 svg {
    width: 140px;
}
}



@media (min-width: 1200px) {.title-welcome-78691 > div {
    width: 80%;
    padding: 4rem;
}.title-welcome-78691 > div > div:first-child {
    padding-left: 4rem;
}.title-welcome-78691 .title_style_header {
    font-size: calc(41px * 1.5);
}.title-welcome-78691 .learn-hero-39604 {
    gap: 4rem;
    padding: 4rem;
}.title-welcome-78691 .learn-expert-80361 h3 {
    font-size: calc(21px * 1.2);
}.title-welcome-78691 .learn-hero-39604 p {
    font-size: calc(15px * 1.2);
}.title-welcome-78691 .learn-hero-39604::before {
    background-size: 30px 30px;
}
}



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



@media (max-width: 767px) {.ty-block-15298 {
    padding: 3rem 1rem;
}.ty-block-15298 h2 {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    border-left: 3px solid rgb(145,144,152);
    font-size: calc(36px * 0.8);
}.ty-block-15298 .master-study-24638 {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
}.ty-block-15298 li::before {
    left: -1rem;
}
}



@media (hover: hover) {.ty-block-15298 .master-study-24638 {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}



@media (max-width: 768px) {.access-help-12869 {
    padding: 60px 0 30px;
}.access-help-12869 .head-main-12864 {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.access-help-12869 .top-base-63815 {
    padding: 0;
}}



@media (max-width: 768px) {.contact-panel-47129 {
    padding: 50px 0;
}.contact-panel-47129 h2 {
    margin-bottom: 30px;
    font-size: calc(34px - 4px);
}.contact-panel-47129 .request-feedback-39215 {
    padding: 30px 25px;
}.contact-panel-47129 .pic-item-27940 {
    min-height: 250px;
}
}



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



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



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}



@keyframes scale-in {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



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



@keyframes sweep {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes moving-line {
    0% {
        left: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: 200%;
        opacity: 0;
    }
}

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

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

