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

.wrapper-viewport-13 {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}

.head-tutor-81 {
    flex: 1 0 auto;
}

.contacts-14 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 15px;
}

.contacts-14 .support-request-76:hover {
    transform: rotateY(0deg);
}

.contacts-14 h2::after {
    height: 6px;
    width: 80px;
    left: 0;
    background: rgb(147,147,149);
    transform: skewX(-20deg);
    position: absolute;
    bottom: -10px;
    content: "";
}

.contacts-14 .write-experts-92 {
    transform: translateZ(0) translateX(0) translateY(0);
    transition: all 0.3s ease;
    align-items: center;
    padding: 15px 25px;
    transform-style: preserve-3d;
    text-decoration: none;
    color: #000000;
    display: flex;
    box-shadow: 
    5px 5px 0 rgb(147,147,149),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    font-size: 14px;
    position: relative;
    border-radius: 10px;
}

.contacts-14 .support-request-76::after {
    position: absolute;
    content: "";
    transform: rotateX(60deg) scaleX(1.5);
    right: 40px;
    bottom: -20px;
    background: rgba(0, 0, 0, 0.2);
    height: 20px;
    filter: blur(20px);
    z-index: -1;
    width: 100px;
    border-radius: 50%;
}

.secure-zone-59 {
    background-color: rgb(184,184,187);
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
}

.secure-zone-59 ul,
.secure-zone-59 ol {
    list-style-position: inside;
    margin-left: 20px;
}

.secure-zone-59 li {
    font-size: 15px;
    margin-bottom: 10px;
}

.secure-zone-59 span {
    color: rgb(147,147,149);
    font-weight: 600;
}

.secure-zone-59 a:hover {
    color: rgb(110,110,113);
    border-color: rgb(110,110,113,0.5);
}

.pricing-card-list-38 {
    background: rgb(184,184,187);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.pricing-card-list-38 .container {
    z-index: 1;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.pricing-card-list-38 .annual-plan-81 {
    position: relative;
    max-width: 700px;
    text-align: center;
    padding: 0 20px;
    margin: 0 auto;
    order: -1;
}

.pricing-card-list-38 .fee-structure-04 {
    perspective: 1000px;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}

.pricing-card-list-38 .enroll-cost-50:hover .monthly-rate-10 {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(147,147,149,0.5);
}

.pricing-card-list-38 .trial-pricing-14::before {
    content: "";
    right: 0;
    left: 0;
    transform-origin: left;
    height: 5px;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(147,147,149), rgb(110,110,113));
}

.pricing-card-list-38 .enroll-cost-50:hover .deal-grid-52::before {
    width: 80px;
}

.pricing-card-list-38 .img-display-box-95 {
    transform: translateZ(-10px);
    transition: transform 0.6s ease, filter 0.6s ease;
    overflow: hidden;
    height: 200px;
    position: relative;
}

.pricing-card-list-38 .enroll-cost-50::after {
    height: 15px;
    opacity: 0;
    content: "";
    z-index: -1;
    border-radius: 50%;
    transition: opacity 0.4s ease;
    position: absolute;
    top: 100%;
    background: rgb(147,147,149,0.5);
    filter: blur(10px);
    left: 30px;
    right: 30px;
}

.contact-form-section-21 .request-map-93 {
    flex-direction: column;
    justify-content: center;
    flex: 0 0 55%;
    position: relative;
    z-index: 3;
    display: flex;
    padding: 4rem 3rem 4rem 10%;
}

.contact-form-section-21 .request-map-93 h3 {
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    padding-bottom: 1rem;
    font-size: 33px;
}

.contact-form-section-21 .request-map-93 input:not([type="checkbox"]):not([type="submit"])::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 0;
    background: rgb(147,147,149);
    transition: width 0.3s ease;
}

.contact-form-section-21 .request-map-93 .feedback-message-10 input[type="checkbox"]:checked::after {
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: '✔';
    color: #ffffff;
    font-size: 0.8rem;
    top: 50%;
}

.contact-form-section-21 .request-map-93 .query-block-73::before {
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(147,147,149,0.5), 
        transparent
    );
    transition: all 0.5s ease;
    transform: rotate(-45deg);
    width: 200%;
    opacity: 0;
    content: '';
    left: -50%;
    height: 200%;
    top: -50%;
    position: absolute;
}

.thanks-box-39 h2 {
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateZ(20px);
    margin-bottom: 2.5rem;
    color: #000000;
    line-height: 1.3;
    animation: slideInTitle 0.8s ease-out forwards;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}

.thanks-box-39 .corp-values-34 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thanks-box-39 .corp-values-34 li {
    padding: 0;
    position: relative;
    opacity: 0;
    animation: fadeIn 1s ease-out 0.5s forwards;
}

.study-process-84 {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(184,184,187) 0%, rgb(147,147,149,0.5) 100%);
    padding: 140px 0;
    position: relative;
}

.study-process-84 .text-container-64 {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 50px 40px;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    border-left: 4px solid rgb(147,147,149);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 0 30px 30px 0;
    transform-style: preserve-3d;
    grid-column: 1;
}

.study-process-84::after {
    background: 
        radial-gradient(circle at 20% 30%, rgb(110,110,113,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(147,147,149,0.5) 0%, transparent 40%);
    width: 100%;
    opacity: 0.4;
    left: 0;
    height: 100%;
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
}

.welcome-board-83::before {
    height: 100%;
    z-index: 1;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
    position: absolute;
    top: 0;
    left: 0;
}

.welcome-board-83 h3 {
    transform: perspective(1000px) rotateX(2deg);
    color: #ffffff;
    font-weight: 600;
    background: linear-gradient(120deg, rgb(147,147,149,0.5) 0%, rgb(110,110,113,0.5) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    letter-spacing: 0.5px;
    font-size: calc(18px * 1.1);
    padding: 2rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.welcome-board-83 h3 {
    font-size: calc(18px * 1.4);
}

.welcome-board-83 .title_style_header {
    max-width: 95%;
    font-size: 39px;
    color: #ffffff;
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.2);
    background: linear-gradient(90deg, #ffffff 0%, rgb(110,110,113) 100%);
    position: relative;
    transform: translateY(60px);
    background-clip: text !important;
    line-height: 1.3;
    color: transparent;
    -webkit-background-clip: text !important;
    margin-top: 1rem;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    font-weight: 700;
    opacity: 0;
    letter-spacing: 1px;
}

.welcome-board-83 .title_style_header {
    max-width: 85%;
    font-size: calc(39px * 1.5);
}

header .top-header-49 svg {
    width: 140px;
    height: auto;
    transition: all 0.3s ease;
}

header .head-top-37 {
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.5);
    gap: 0.4rem;
    border-radius: 10px;
    display: flex;
    padding: 0.5rem;
}

header .nav-base-08:hover::after {
    transform: scaleX(1);
}

.statistical-overview-71::before {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.15;
    background: linear-gradient(135deg, rgb(147,147,149,0.5) 0%, transparent 75%);
}

.statistical-overview-71::before, 
.statistical-overview-71::after,
.statistical-overview-71 .container::before {
    animation: pulse 15s infinite alternate;
}

.statistical-overview-71 .statistics-boosters-75 {
    padding: 30px;
    gap: 30px;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex-direction: row;
    border-radius: 21px;
    background: #ffffff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    z-index: 1;
    max-width: 600px;
}



.statistical-overview-71 .statistics-boosters-75 {
    animation: floatIn 0.8s forwards;
    opacity: 0;
}

.statistical-overview-71 .statistics-boosters-75:nth-child(1):hover {
    transform: perspective(1000px) translateZ(30px) translateX(110px);
}

.statistical-overview-71 .statistics-boosters-75:nth-child(4):hover {
    transform: perspective(1000px) translateZ(30px) translateX(-210px);
}

.statistical-overview-71 .statistics-boosters-75 span {
    font-weight: 600;
    flex-grow: 1;
    font-size: 13px;
    transition: all 0.3s ease;
    color: #000000;
}

.statistical-overview-71 svg path {
    fill: inherit;
}

.statistical-overview-71 .statistics-boosters-75:hover svg {
    transform: rotate(15deg);
}

.statistical-overview-71 .statistics-boosters-75:nth-child(even)::after {
    top: 0;
    background: linear-gradient(to bottom, rgb(110,110,113,0.5), transparent);
    left: calc(100% + 50px);
}

.launch-now-54 {
    padding: 5rem 2rem;
    transform-style: preserve-3d;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(147,147,149) 0%, rgb(110,110,113) 100%);
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.launch-now-54 .container {
    display: flex;
    position: relative;
    flex-direction: column;
    max-width: 1200px;
    transform: translateZ(20px);
    z-index: 2;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.launch-now-54 h6 {
    max-width: 90%;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    transform: translateZ(30px);
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
}

.launch-now-54 a.query-block-73:hover {
    color: rgb(110,110,113);
    transform: translateY(-5px) translateZ(15px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.launch-now-54 a.query-block-73:hover span {
    transform: scale(1.05);
}

.client-opinions-69 {
    overflow: hidden;
    background: linear-gradient(165deg, rgb(184,184,187) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
}

.client-opinions-69 h4 {
    z-index: 2;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
    color: #000000;
}

.client-opinions-69 h4::after {
    border-radius: 50%;
    transform: translateX(-50%);
    content: "";
    width: 20px;
    left: 50%;
    bottom: -26px;
    z-index: 1;
    position: absolute;
    background: #ffffff;
    height: 20px;
    border: 3px solid rgb(147,147,149);
}

.client-opinions-69 .testimonial-sharing-36::after {
    content: "";
    z-index: -1;
    transition: all 0.4s ease;
    opacity: 0.2;
    position: absolute;
    right: -10px;
    border-radius: 50%;
    background: rgb(147,147,149,0.5);
    top: -10px;
    height: 60px;
    width: 60px;
}

.client-opinions-69 .testimonial-sharing-36 span {
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    text-align: center;
    font-size: calc(17px * 1.2);
    color: #000000;
    margin-bottom: 15px;
}

.client-opinions-69 .testimonial-sharing-36 p {
    display: flex;
    color: #000000;
    overflow: hidden;
    text-align: center;
    font-size: 17px;
    align-items: center;
    transition: all 0.3s ease;
    flex-grow: 1;
    line-height: 1.6;
}

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

.converter-50::before {
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(147,147,149), rgb(110,110,113), rgb(147,147,149));
    height: 10px;
    left: 0;
    content: "";
}

.converter-50 .company_holder h3::after {
    content: "";
    left: 0;
    position: absolute;
    width: 80px;
    background: #ffffff;
    height: 2px;
    bottom: -2px;
}

.converter-50 .head-top-37 {
    position: relative;
}

.converter-50 .head-top-37 h5::after {
    bottom: -2px;
    height: 2px;
    content: "";
    background: #ffffff;
    left: 0;
    width: 40px;
    position: absolute;
}

.converter-50 .head-top-37 .main-info-20 a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}

.price-table-51 .workshop-cta-49 {
    opacity: 0.9;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    padding: 0 1rem;
    position: relative;
}

.converter-50 .webinar-arch-48::after {
    height: 50px;
    content: "";
    right: 0;
    position: absolute;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    width: 50px;
}

.course-program-info-45 .knowledge-track-52 {
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 60px;
}

.course-program-info-45 .text-container-64 h2 {
    padding-bottom: 20px;
    position: relative;
    grid-column: 1 / -1;
    font-weight: 700;
    font-size: 43px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
}

.course-program-info-45 .text-container-64 .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.course-program-info-45 .text-container-64 .description::before {
    left: 0;
    height: 4px;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    background: rgb(147,147,149);
}

.follow-71 {
    padding: 3.5rem 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(147,147,149,0.5), rgb(110,110,113) 120%);
}

.follow-71 .container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
}

.follow-71 .corp-values-34 > div {
    z-index: 2;
    position: relative;
}

.follow-71 .corp-values-34 h4 {
    font-weight: 600;
    transform: translateY(5px);
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    line-height: 1.4;
    animation: floatText 6s infinite alternate ease-in-out;
    font-size: 18px;
    margin: 0;
}

.follow-71 .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.follow-71 .input_holder input[type="email"]:focus {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgb(147,147,149);
    outline: none;
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.follow-71 .input_holder .news-box-43::before {
    transform: rotate(45deg);
    top: -50%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 200%;
    left: -50%;
    content: '';
    width: 200%;
    animation: shine 3s infinite;
    position: absolute;
}

.cookie-comply-16 {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookieAgreementModal-41 p a {
    text-decoration: none;
    color: rgb(147,147,149);
}

.wrapper-viewport-13 .accept-cookies-17 {
    padding: 10px;
    margin-left: 30px;
    color: #ffffff;
    background: rgb(147,147,149);
    font-weight: 400;
    border: none;
    font-size: 20px;
}



.our-team-75 .container {
    z-index: 2;
    position: relative;
}

.our-team-75 h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.our-team-75 .method-innov-84 {
    position: relative;
    margin-bottom: 100px;
}

.our-team-75 .method-innov-84::before {
    content: "";
    position: absolute;
    width: 60%;
    background: linear-gradient(90deg, transparent, rgb(147,147,149,0.5), transparent);
    height: 1px;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
}

.our-team-75 .method-innov-84 p {
    border-radius: 27px;
    color: #000000;
    line-height: 1.8;
    padding: 50px;
    backdrop-filter: blur(10px);
    margin-left: auto;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    width: 60%;
    background: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    z-index: 2;
}

.our-team-75 .method-innov-84 .img-display-box-95::after,
.our-team-75 .edu-ethos-10 .value-vision-42::after {
    width: 200%;
    content: "";
    z-index: 1;
    top: -50%;
    height: 200%;
    opacity: 0.5;
    left: -50%;
    position: absolute;
    animation: patternRotate 30s linear infinite;
    background-size: 15px 15px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 10%);
}

.training-specialist-48::before {
    transform: rotate(-15deg);
    width: 70%;
    top: -10%;
    height: 120%;
    left: -10%;
    background: rgb(110,110,113,0.5);
    z-index: 1;
    position: absolute;
    animation: pulse 8s infinite alternate;
    content: "";
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

.training-specialist-48 .emp-progress-64 {
    transition: transform 0.5s ease;
    transform: translateY(30px) rotate(2deg);
    z-index: 3;
    padding: 2rem;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    position: relative;
}

.training-specialist-48 .testimonial-sharing-36:hover .emp-progress-64 > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}

.training-specialist-48 .emp-section-09::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(147,147,149), rgb(110,110,113));
    position: absolute;
    content: "";
    width: 3px;
    left: 0;
    top: 0;
}



@media (min-width: 992px) {.pricing-card-list-38 .sub-options-19 {
    align-items: center;
    flex-direction: row;
}.pricing-card-list-38 .annual-plan-81 {
    padding-right: 40px;
    order: 0;
    flex: 0 0 30%;
    text-align: left;
}.pricing-card-list-38 .annual-plan-81 h2::after {
    transform: none;
    left: 0;
}.pricing-card-list-38 .fee-structure-04 {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}



@media (max-width: 480px) {.pricing-card-list-38 {
    padding: 50px 0;
}.pricing-card-list-38 .trial-pricing-14 h3 {
    font-size: 22px;
}.pricing-card-list-38 .deal-grid-52 {
    font-size: calc(22px - 2px);
}.pricing-card-list-38 .img-display-box-95 {
    height: 160px;
}.pricing-card-list-38 .trial-pricing-14 {
    padding: 20px;
}}



@media screen and (max-width: 480px) {.contact-form-section-21 .request-form-67 {
    border-radius: 0;
}.contact-form-section-21 .request-map-93 {
    padding: 2rem 1.5rem;
}}



@media (max-width: 1024px) {.thanks-box-39 {
    padding: 5rem 0;
}.thanks-box-39 h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2rem;
}.thanks-box-39 .corp-values-34 {
    padding: 2rem;
}
}



@media (prefers-reduced-motion) {.thanks-box-39 h2,
    .thanks-box-39 h2::after,
    .thanks-box-39 .corp-values-34,
    .thanks-box-39 .corp-values-34::before,
    .thanks-box-39 .corp-values-34 li {
    animation: none;
    transition: none;
}.thanks-box-39 .corp-values-34:hover {
    transform: none;
}.thanks-box-39::before {
    animation: none;
}}



@media screen and (max-width: 480px) {.study-process-84 {
    padding: 60px 0;
}.study-process-84 .text-container-64 {
    border-radius: calc(30px * 0.8);
    padding: 30px 20px;
}.study-process-84 .text-container-64 h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 25px;
}.study-process-84 .text-container-64 p {
    font-size: calc(17px * 0.9);
}}



@media (max-width: 767px) {.welcome-board-83 .learn-start-39 {
    padding: 3rem 1.5rem;
}.welcome-board-83 h3 {
    font-size: 18px;
    padding: 1.5rem;
}.welcome-board-83 .guide-bios-16 {
    height: 55vh;
}.welcome-board-83 .guide-bios-16 > div {
    padding: 2rem 1.5rem;
}.welcome-board-83 .title_style_header {
    font-size: calc(31px * 1.1);
}.welcome-board-83 .guide-bios-16 p {
    font-size: 15px;
    padding-left: 1.5rem;
}}



@media (max-width: 991px) {.statistical-overview-71 {
    padding: 100px 0;
}.statistical-overview-71 .container {
    transform: perspective(1000px) rotateX(5deg);
    padding-bottom: 50px;
}.statistical-overview-71 h2 {
    margin-bottom: 80px;
    transform: perspective(1000px) rotateX(-5deg);
}.statistical-overview-71 .statistics-boosters-75 {
    gap: 20px;
    max-width: 450px;
    padding: 25px;
}.statistical-overview-71 .statistics-boosters-75:nth-child(1) {
    transform: translateX(50px);
}.statistical-overview-71 .statistics-boosters-75:nth-child(2) {
    transform: translateX(-50px);
}.statistical-overview-71 .statistics-boosters-75:nth-child(3) {
    transform: translateX(100px);
}.statistical-overview-71 .statistics-boosters-75:nth-child(4) {
    transform: translateX(-100px);
}.statistical-overview-71 .statistics-boosters-75:nth-child(1):hover,
    .statistical-overview-71 .statistics-boosters-75:nth-child(2):hover,
    .statistical-overview-71 .statistics-boosters-75:nth-child(3):hover,
    .statistical-overview-71 .statistics-boosters-75:nth-child(4):hover {
    transform: translateZ(0);
}.statistical-overview-71 .statistics-boosters-75:hover {
    transform: translateZ(0) translateX(0);
}.statistical-overview-71 .statistics-boosters-75 p {
    font-size: 2.5rem;
    flex-basis: 100px;
}.statistical-overview-71 svg {
    height: 40px;
    width: 40px;
}.statistical-overview-71 .statistics-boosters-75::after {
    height: 60px;
}.statistical-overview-71 .statistics-boosters-75:nth-child(odd)::after {
    right: calc(100% + 30px);
}.statistical-overview-71 .statistics-boosters-75:nth-child(even)::after {
    left: calc(100% + 30px);
}
}



@media (max-width: 768px) {.converter-50 {
    padding: 3rem 0 1.5rem;
}.converter-50 .main-info-20 {
    gap: 1.5rem;
}.converter-50 .company_holder h3 {
    font-size: calc(37px - 2px);
}.price-table-51 {
    margin-top: 3rem;
}
}



@media (max-width: 576px) {.converter-50 {
    padding: 2.5rem 0 1rem;
}.converter-50 .main-info-20 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.converter-50 .study-group-83 {
    padding-left: 1rem;
}.price-table-51 {
    margin-top: 2rem;
}
}



@media (max-width: 991px) {.course-program-info-45 {
    padding: 80px 0;
}
}



@media (max-width: 480px) {.course-program-info-45 {
    padding: 40px 0;
}.course-program-info-45 .knowledge-track-52 {
    gap: 40px;
}.course-program-info-45 .text-container-64 h2 {
    padding-bottom: 15px;
    font-size: calc(43px * 0.8);
}.course-program-info-45 .text-container-64 h2::after {
    width: 80px;
}.course-program-info-45 .text-container-64 .description {
    padding: 20px;
}.course-program-info-45 .img-display-box-95 {
    height: 250px;
}}


@media only screen and (max-width: 1200px) {.cookieAgreementModal-41 {
    padding: 20px;
}}



@media screen and (max-width: 991px) {.our-team-75 {
    padding: 80px 0;
}.our-team-75 h3 {
    font-size: calc(36px - 0.4rem);
    margin-bottom: 40px;
}.our-team-75 .method-innov-84 {
    margin-bottom: 60px;
}.our-team-75 .method-innov-84 span {
    font-size: calc(19px - 0.2rem);
}.our-team-75 .method-innov-84 .img-display-box-95,
    .our-team-75 .edu-ethos-10 .value-vision-42 {
    width: 45%;
    height: 350px;
}.our-team-75 .method-innov-84 p,
    .our-team-75 .edu-ethos-10 p {
    padding: 30px;
    font-size: calc(15px - 0.1rem);
    width: 70%;
}
}



@media (max-width: 768px) {.training-specialist-48 .testimonial-sharing-36 {
    grid-template-columns: 1fr;
}.training-specialist-48 .img-display-box-95 {
    height: 300px;
}
}



@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}



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



@keyframes glimmer {
    0% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.03);
    }
    100% {
        opacity: 0.7;
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.05;
    }
}



@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) rotate(0deg);
    }
}



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



@keyframes orbitGlow {
    0% {
        opacity: 0.3;
        transform: rotate(-15deg) translateX(0);
    }
    50% {
        opacity: 0.5;
        transform: rotate(-15deg) translateX(5%);
    }
    100% {
        opacity: 0.3;
        transform: rotate(-15deg) translateX(0);
    }
}

