* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.main_naviv {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
}header,footer {
    width: 100%;
}.container {
    width: 1249px;
    margin: auto;
    max-width: 100%;
}.wrapper-canvasSN {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}.digital_resDT {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title_greeting3Z {
    position: relative;
    overflow: hidden;
    align-items: center;
    padding: 6rem 2rem;
    min-height: 100vh;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
}.title_greeting3Z::before {
    background: radial-gradient(
    circle at 30% 70%,
    rgb(148,149,149,0.5),
    rgba(0, 0, 0, 0.5) 70%,
    #000000 100%
  );
    width: 100%;
    z-index: 1;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
}.title_greeting3Z::after {
    position: absolute;
    width: 100%;
    opacity: 0.4;
    content: "";
    left: 0;
    background-image: 
    radial-gradient(circle at 10% 20%, rgb(106,107,106,0.5) 1px, transparent 12px),
    radial-gradient(circle at 85% 40%, rgb(106,107,106,0.5) 1px, transparent 8px),
    radial-gradient(circle at 20% 80%, rgb(106,107,106,0.5) 1px, transparent 10px),
    radial-gradient(circle at 70% 90%, rgb(106,107,106,0.5) 1px, transparent 6px),
    radial-gradient(circle at 40% 30%, rgb(106,107,106,0.5) 1px, transparent 14px);
    animation: constellationMovement 120s linear infinite;
    background-size: 400px 400px;
    z-index: 2;
    top: 0;
    height: 100%;
}.title_greeting3Z > div {
    flex-direction: column;
    z-index: 3;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
}.title_greeting3Z > div > div:first-child {
    margin-bottom: 3rem;
    width: 100%;
    animation: slideInTitle 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    text-align: center;
    transform: translateY(-20px);
    position: relative;
    opacity: 0;
}.title_greeting3Z .title_style_header {
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2), 0 0 40px rgb(148,149,149,0.5);
    color: #ffffff;
    letter-spacing: -0.02em;
    display: inline-block;
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 42px);
    padding: 0;
    font-weight: 700;
    position: relative;
}.title_greeting3Z .title_style_header::after {
    position: absolute;
    height: 3px;
    content: "";
    width: 60%;
    transform: translateX(-50%);
    bottom: -15px;
    border-radius: 10px;
    background: linear-gradient(90deg, transparent, rgb(106,107,106), transparent);
    left: 50%;
}.title_greeting3Z .start_pagefT {
    max-width: 900px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 
               0 0 0 1px rgba(255, 255, 255, 0.05);
    transform: translateY(30px);
    opacity: 0;
    width: 100%;
    position: relative;
    backdrop-filter: blur(12px);
    animation: slideUpBox 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    -webkit-backdrop-filter: blur(12px);
    padding: 3rem;
    background: linear-gradient(135deg, 
    rgba(#000000, 0.6) 0%, 
    rgba(#000000, 0.3) 100%);
}.title_greeting3Z .why_chooseNr {
    margin-bottom: 2rem;
    position: relative;
}.title_greeting3Z .why_chooseNr::before {
    left: -20px;
    opacity: 0.7;
    content: "";
    height: 60px;
    width: 60px;
    top: -20px;
    position: absolute;
    border-left: 2px solid rgb(106,107,106);
    border-top: 2px solid rgb(106,107,106);
}.title_greeting3Z .why_chooseNr::after {
    content: "";
    opacity: 0.7;
    bottom: -10px;
    height: 60px;
    position: absolute;
    right: -20px;
    border-bottom: 2px solid rgb(106,107,106);
    border-right: 2px solid rgb(106,107,106);
    width: 60px;
}.title_greeting3Z h3 {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    margin: 0 0 1rem 0;
    font-weight: 400;
    position: relative;
    color: #ffffff;
    line-height: 1.4;
}.title_greeting3Z p {
    position: relative;
    line-height: 1.6;
    font-weight: 300;
    display: inline-block;
    font-size: clamp(1rem, 2vw, 16px);
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.02em;
}.title_greeting3Z p::after {
    bottom: -10px;
    content: "";
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards 1.8s;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(148,149,149), transparent);
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    width: 100%;
}.title_greeting3Z span {
    transform: translateY(20px);
    animation: slideUpText 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 1.4s;
    display: inline-block;
    position: relative;
    opacity: 0;
}@keyframes slideInTitle {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideUpBox {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideUpText {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

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

@keyframes constellationMovement {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 400px 400px;
  }
}


.title_greeting3Z:hover::before {
    animation: pulseGradient 8s ease-in-out infinite alternate;
}

@keyframes pulseGradient {
  0% {
    opacity: 0.85;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.9;
  }
}


@media (max-width: 992px) {.title_greeting3Z {
    padding: 5rem 1.5rem;
}.title_greeting3Z > div {
    transform: perspective(1000px) rotateX(1deg);
}.title_greeting3Z .start_pagefT {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.title_greeting3Z {
    padding: 4rem 1.25rem;
}.title_greeting3Z > div {
    transform: none;
}.title_greeting3Z .start_pagefT {
    padding: 2rem;
}.title_greeting3Z .why_chooseNr::before,
  .title_greeting3Z .why_chooseNr::after {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 576px) {.title_greeting3Z {
    padding: 3rem 1rem;
}.title_greeting3Z .start_pagefT {
    padding: 1.5rem;
}.title_greeting3Z .title_style_header::after {
    width: 80%;
}.title_greeting3Z .why_chooseNr::before,
  .title_greeting3Z .why_chooseNr::after {
    height: 30px;
    width: 30px;
}}.secure_pantryyG {
    padding: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    width: 100%;
    overflow: hidden;
}.secure_pantryyG h1 {
    color: rgb(148,149,149);
    font-size: 43px;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(148,149,149);
    font-weight: 700;
}.secure_pantryyG h2 {
    margin-bottom: 15px;
    border-bottom: 1px solid #000000;
    font-size: 33px;
    padding-bottom: 8px;
    margin-top: 25px;
    color: #000000;
    font-weight: 600;
}.secure_pantryyG ul, .secure_pantryyG ol {
    margin: 20px 0;
    padding-left: 20px;
    list-style-position: inside;
}.secure_pantryyG ul li, .secure_pantryyG ol li {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 400;
    color: #000000;
}.secure_pantryyG p, .secure_pantryyG span, .secure_pantryyG div {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
}

@media only screen and (max-width: 800px) {.secure_pantryyG {
    padding: 20px 10px;
}.secure_pantryyG h1 {
    font-size: 33px;
    margin-bottom: 15px;
}.secure_pantryyG h2 {
    margin-bottom: 10px;
    font-size: 24px;
}.secure_pantryyG ul li, .secure_pantryyG ol li {
    font-size: 13px;
}}

.secure_pantryyG h3, .secure_pantryyG h4, .secure_pantryyG h5, .secure_pantryyG h6 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #000000;
    margin-top: 20px;
    font-weight: 600;
}.secure_pantryyG section {
    background: rgb(185,185,173);
    border-radius: 10px;
    padding: 20px;
}.secure_pantryyG a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(148,149,149);
}@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.secure_pantryyG h1, .secure_pantryyG h2, .secure_pantryyG h3, .secure_pantryyG h4, .secure_pantryyG h5, .secure_pantryyG h6 {
    animation: fadeIn 0.6s ease-in-out;
}.leadership_profilend {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(185,185,173), rgb(148,149,149,0.5));
}.leadership_profilend::before {
    content: "";
    opacity: 0.1;
    background: repeating-linear-gradient(45deg, rgb(106,107,106,0.5) 0px, transparent 2px, transparent 10px);
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}.leadership_profilend .client_ratingso6 {
    padding: 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    margin: 0 auto;
    gap: 4rem;
    max-width: 1200px;
    border-radius: 19px;
}.leadership_profilend .picture_galleryuF {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    transition: all 0.4s ease;
    flex-shrink: 0;
    width: 40%;
    height: 450px;
}.leadership_profilend .picture_galleryuF::after {
    background: linear-gradient(135deg, rgb(148,149,149,0.5), transparent);
    left: 0;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
}.leadership_profilend .career_recordKt {
    width: 60%;
    padding: 3rem;
    position: relative;
}.leadership_profilend .name {
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 29px;
    display: inline-block;
}.leadership_profilend .name::after {
    width: 50%;
    left: 0;
    transition: width 0.3s ease;
    height: 3px;
    content: "";
    position: absolute;
    background: rgb(148,149,149);
    bottom: -8px;
}.leadership_profilend .career_recordKt > div:nth-child(2) {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 20px;
    padding-left: 2px;
    color: rgb(106,107,106);
}.leadership_profilend .experience_tasksLZ {
    position: relative;
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
}.leadership_profilend .experience_tasksLZ::before {
    position: absolute;
    color: rgb(148,149,149,0.5);
    left: -1rem;
    font-size: 4rem;
    content: "";
    opacity: 0.4;
    top: -2rem;
}.leadership_profilend .client_ratingso6:hover .picture_galleryuF {
    transform: scale(1.03);
}.leadership_profilend .client_ratingso6:hover .name::after {
    width: 100%;
}

@media (max-width: 992px) {.leadership_profilend .client_ratingso6 {
    flex-direction: column;
    gap: 2rem;
}.leadership_profilend .picture_galleryuF {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 350px;
}.leadership_profilend .career_recordKt {
    padding: 0 2rem 2rem;
    width: 100%;
}
}

@media (max-width: 576px) {.leadership_profilend {
    padding: 3rem 1rem;
}.leadership_profilend .picture_galleryuF {
    height: 280px;
}.leadership_profilend .career_recordKt {
    padding: 0 1.5rem 1.5rem;
}.leadership_profilend .name {
    font-size: calc(29px * 0.85);
}.leadership_profilend .experience_tasksLZ {
    font-size: calc(17px * 0.95);
}}footer {
    position: relative;
    width: 100%;
}.digital_resDT {
    padding: 70px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    background-color: #ffffff;
}.digital_resDT::before {
    width: 100%;
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, rgb(148,149,149), rgb(106,107,106));
    top: 0;
    position: absolute;
    content: "";
}footer .reward_sys4l {
    display: grid;
    gap: 60px;
}footer .contact_faqAG {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item {
    position: relative;
    margin-right: 30px;
    margin-bottom: 15px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    height: 18px;
    fill: rgb(148,149,149);
    top: 3px;
    margin-right: 10px;
    width: 18px;
    position: relative;
}footer .info_item p,
footer .info_item a {
    letter-spacing: 0.3px;
    color: #000000;
    transition: color 0.2s ease;
    font-size: 13px;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(148,149,149);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .first_expertF6 {
    margin-bottom: 15px;
}footer .first_expertF6 svg {
    height: 40px;
    margin-bottom: 20px;
    width: auto;
}footer .trade_mark6V {
    max-width: 350px;
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
}footer .top_baseFI h5 {
    position: relative;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}footer .top_baseFI h5::after {
    background-color: rgb(148,149,149);
    height: 2px;
    width: 30px;
    position: absolute;
    bottom: -8px;
    left: 0;
    content: "";
}footer .nav_top6X {
    margin-bottom: 30px;
}footer .nav_top6X a {
    font-size: 13px;
    transition: transform 0.2s ease, color 0.2s ease;
    text-decoration: none;
    margin-bottom: 12px;
    color: #000000;
    display: block;
}footer .nav_top6X a:hover {
    color: rgb(148,149,149);
    transform: translateX(5px);
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 30px;
}footer .subscribe_holder h5 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 600;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
}footer .input_holder {
    flex-direction: column;
    gap: 10px;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 13px;
    color: #000000;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 14px 16px;
    transition: border-color 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(148,149,149);
}footer .news_alertCQ {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    padding: 14px 20px;
    background-color: rgb(148,149,149);
    border: none;
    font-size: 14px;
    cursor: pointer;
}footer .news_alertCQ:hover {
    background-color: rgb(106,107,106);
}footer .study_grouppa {
    margin-top: 50px;
}footer .art_portalx2 {
    color: #000000;
    text-align: center;
    font-size: 12px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .news_alertCQ {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .digital_resDT {
    padding: 50px 0 30px;
}footer .contact_faqAG {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 20px;
}footer .subscribe_holder {
    padding: 20px;
}footer .study_grouppa {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .digital_resDT {
    padding: 40px 0 20px;
}footer .reward_sys4l {
    gap: 40px;
}footer .top_baseFI h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}header {
    position: relative;
    padding: 0;
    z-index: 100;
    -webkit-backdrop-filter: blur(10px);
    margin-top: 0;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, rgb(148,149,149,0.5) 0%, rgb(106,107,106,0.5) 100%);
}header::before {
    position: absolute;
    z-index: -1;
    top: 0;
    content: '';
    width: 100%;
    left: 0;
    opacity: 0.5;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(148,149,149,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(106,107,106,0.5) 0%, transparent 30%);
}header .head_top9m {
    z-index: 5;
    padding: 1.2rem 2.5rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}header .first_expertF6 {
    border-radius: 12px;
    transition: all 0.4s ease;
    flex: 0 0 auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 0.8rem 1.2rem;
    -webkit-backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.15);
    z-index: 2;
    position: relative;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}header .first_expertF6:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
}header .site_startZU {
    transition: all 0.3s ease;
    display: block;
}header .site_startZU img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    max-height: 40px;
}header .top_baseFI {
    z-index: 2;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    position: relative;
}header .header_learnUP {
    margin: 0 0.3rem;
    position: relative;
}header .header_learnUP a {
    transition: all 0.3s ease;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    border-radius: 12px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    padding: 0.8rem 1.2rem;
    backdrop-filter: blur(5px);
    font-size: 13px;
}header .header_learnUP a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
}header .header_learnUP a::before {
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    top: 0;
    border-radius: 12px;
    content: '';
    z-index: -1;
    transition: opacity 0.3s ease;
    position: absolute;
}header .header_learnUP a:hover::before {
    opacity: 1;
}header .header_learnUP::after {
    opacity: 0.7;
    position: absolute;
    left: 50%;
    border-radius: 10px;
    background: #ffffff;
    transform: translateX(-50%);
    bottom: -3px;
    transition: width 0.3s ease;
    width: 0;
    height: 3px;
    content: '';
}header .header_learnUP:hover::after {
    width: 70%;
}header .head_top9m::before {
    height: 100px;
    position: absolute;
    background: rgb(148,149,149,0.5);
    opacity: 0.5;
    z-index: -1;
    right: -20px;
    content: '';
    filter: blur(40px);
    top: -20px;
    border-radius: 50%;
    width: 100px;
}header .head_top9m::after {
    left: -20px;
    content: '';
    width: 80px;
    background: rgb(106,107,106,0.5);
    bottom: -20px;
    z-index: -1;
    position: absolute;
    height: 80px;
    opacity: 0.5;
    filter: blur(30px);
    border-radius: 50%;
}header .main_naviv {
    position: relative;
    background: rgb(185,185,173);
    z-index: 1;
    padding-top: 2rem;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .first_expertF6::after {
    opacity: 0.5;
    bottom: -20px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    left: 0;
    content: '';
    width: 100%;
    height: 20px;
    transition: all 0.4s ease;
    position: absolute;
}header .first_expertF6:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}

@media (min-width: 1400px) {header .head_top9m {
    margin: 0 auto;
    max-width: 1320px;
}header .header_learnUP {
    margin: 0 0.5rem;
}header .header_learnUP a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}header .head_top9m {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .first_expertF6 {
    border-radius: 10px;
    margin-bottom: 0;
    padding: 0.6rem 1rem;
}header .top_baseFI {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .header_learnUP a {
    padding: 0.6rem 1rem;
    border-radius: 10px;
    font-size: calc(13px - 1px);
}header .head_top9m::before,
    header .head_top9m::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head_top9m {
    padding: 0.8rem 1.2rem;
}header .first_expertF6 {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .site_startZU img {
    max-height: 35px;
}header .top_baseFI {
    margin-top: 0.8rem;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
}header .top_baseFI::-webkit-scrollbar {
    height: 3px;
}header .top_baseFI::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .header_learnUP {
    margin: 0 0.15rem;
    flex: 0 0 auto;
}header .header_learnUP a {
    white-space: nowrap;
    font-size: calc(13px - 2px);
    padding: 0.5rem 0.8rem;
}header .header_learnUP::after {
    display: none;
}header .first_expertF6::after {
    display: none;
}
}

@media (max-width: 479px) {header .head_top9m {
    padding: 0.7rem 1rem;
}header .first_expertF6 {
    max-width: 120px;
    padding: 0.4rem 0.7rem;
}header .header_learnUP a {
    font-size: calc(13px - 3px);
    padding: 0.4rem 0.6rem;
}}.tyPaneluh {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(185,185,173) 0%, rgba(rgb(148,149,149,0.5), 0.1) 100%);
}.tyPaneluh::before {
    background-image: 
        linear-gradient(90deg, rgba(rgb(148,149,149,0.5), 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(rgb(148,149,149,0.5), 0.05) 1px, transparent 1px);
    opacity: 0.6;
    z-index: -1;
    content: "";
    transform: perspective(1000px) rotateX(5deg);
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-size: 20px 20px;
    width: 100%;
}.tyPaneluh::after {
    top: -10%;
    right: -5%;
    filter: blur(80px);
    opacity: 0.15;
    content: "";
    position: absolute;
    transform: rotate(-15deg) translateZ(-10px);
    background: linear-gradient(45deg, rgb(148,149,149) 0%, rgba(rgb(106,107,106,0.5), 0.8) 100%);
    animation: float 15s ease-in-out infinite;
    width: 40%;
    height: 70%;
    z-index: -1;
}.tyPaneluh .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.tyPaneluh .story_tlCU {
    padding: 3.5rem;
    transform: translateY(0);
    gap: 2.5rem;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 0 0 1px rgba(rgb(148,149,149,0.5), 0.08);
    position: relative;
    grid-template-columns: 1fr;
}.tyPaneluh .story_tlCU:hover {
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.16),
        0 0 0 1px rgba(rgb(148,149,149,0.5), 0.12);
    transform: translateY(-5px);
}.tyPaneluh .story_tlCU::before {
    top: 0;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    content: "";
    transform: scaleY(0);
    height: 100%;
    transform-origin: top;
    width: 4px;
    background: linear-gradient(to bottom, rgb(148,149,149), rgb(106,107,106));
}.tyPaneluh .story_tlCU:hover::before {
    transform: scaleY(1);
}.tyPaneluh h5 {
    padding-bottom: 1rem;
    font-size: calc(21px * 1.1);
    line-height: 1.3;
    position: relative;
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: 700;
    overflow: hidden;
}.tyPaneluh h5::after {
    transform: translateX(0);
    height: 3px;
    left: 0;
    width: 4rem;
    bottom: 0;
    background: rgb(148,149,149);
    content: "";
    position: absolute;
    transition: width 0.6s ease, transform 0.6s ease;
}.tyPaneluh .story_tlCU:hover h5::after {
    transform: translateX(10px);
    width: 7rem;
}.tyPaneluh p {
    transition: color 0.3s ease;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7;
    position: relative;
    opacity: 0.9;
    color: #000000;
    transform: translateZ(0);
    margin: 0;
}.tyPaneluh a {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    overflow: hidden;
    display: block;
}.tyPaneluh a::before {
    transform: scaleX(0);
    position: absolute;
    transform-origin: right;
    width: 100%;
    height: 1px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    content: "";
    left: 0;
    bottom: 0;
    background: rgba(rgb(148,149,149,0.5), 0.3);
}.tyPaneluh a:hover {
    transform: translateY(-2px);
}.tyPaneluh a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.tyPaneluh a:hover p {
    color: rgb(148,149,149);
}

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

@media (min-width: 768px) {.tyPaneluh {
    padding: 8rem 0;
}.tyPaneluh .story_tlCU {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
    align-items: start;
    padding: 4rem;
}.tyPaneluh h5 {
    font-size: calc(21px * 1.2);
    padding-bottom: 1.5rem;
}.tyPaneluh p {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}.tyPaneluh::before {
    background-size: 30px 30px;
}
}

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

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

@media (max-width: 480px) {.tyPaneluh {
    padding: 3rem 0;
}.tyPaneluh .story_tlCU {
    padding: 2rem 1.5rem;
}.tyPaneluh h5 {
    font-size: calc(21px * 0.9);
}.tyPaneluh p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.our_storypo {
    padding: 120px 0 100px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}.our_storypo::before {
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(148,149,149,0.5), rgba(0, 0, 0, 0.5) 85%);
}.our_storypo::after {
    content: "";
    bottom: -50px;
    opacity: 0.1;
    background: rgb(106,107,106);
    transform: rotate(25deg);
    right: -50px;
    animation: float 15s ease-in-out infinite;
    height: 300px;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    z-index: -1;
    width: 300px;
}.our_storypo .container {
    padding: 0 20px;
    margin: 0 auto;
    gap: 2rem;
    max-width: 1200px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}.our_storypo h2 {
    font-size: 34px;
    display: inline-block;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    transform: translateX(-10px);
    position: relative;
    opacity: 0;
    color: #ffffff;
    margin-bottom: 2.5rem;
}.our_storypo h2::after {
    animation: scaleIn 1.2s 0.6s forwards cubic-bezier(0.16, 1, 0.3, 1);
    position: absolute;
    width: 60px;
    content: "";
    transform: scaleX(0);
    height: 4px;
    bottom: -12px;
    left: 0;
    transform-origin: left;
    background: rgb(106,107,106);
}.our_storypo .text_archTu {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    opacity: 0;
    padding: 3.5rem 2.5rem;
    transform: translateY(20px);
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    animation: fadeUp 1s 0.5s forwards ease-out;
    border-left: 4px solid rgb(148,149,149);
}.our_storypo .text_archTu::before {
    background: rgb(148,149,149);
    top: -30px;
    opacity: 0.15;
    right: 40px;
    content: "";
    border-radius: 50% 50% 0 50%;
    position: absolute;
    width: 70px;
    height: 70px;
    transform: rotate(-15deg);
}.our_storypo .text_archTu > div {
    position: relative;
}.our_storypo .text_archTu p {
    font-size: calc(16px * 1.4);
    padding-right: 15px;
    font-weight: 600;
    color: #000000;
    position: relative;
    transform: translateY(10px);
    animation: fadeUp 0.8s 0.8s forwards ease-out;
    opacity: 0;
    margin-bottom: 1.5rem;
    display: inline-block;
}.our_storypo .text_archTu p::after {
    top: 50%;
    transform-origin: left;
    position: absolute;
    animation: scaleIn 1.2s 1.2s forwards cubic-bezier(0.16, 1, 0.3, 1);
    content: "";
    width: 40px;
    height: 2px;
    right: -40px;
    background: rgb(106,107,106);
    transform: scaleX(0);
}.our_storypo .text_archTu div div {
    line-height: 1.8;
    animation: fadeUp 1s 1s forwards ease-out;
    column-gap: 2.5rem;
    column-count: 1;
    transform: translateY(15px);
    color: #000000;
    opacity: 0;
    text-align: justify;
    font-size: 16px;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes scaleIn {
    to {
        transform: scaleX(1);
    }
}

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


@media (min-width: 768px) {.our_storypo {
    padding: 150px 0 130px;
}.our_storypo .container {
    gap: 3rem;
    grid-template-columns: 1fr;
}.our_storypo h2 {
    font-size: calc(34px * 1.2);
    margin-bottom: 3rem;
}.our_storypo h2::after {
    height: 5px;
    width: 80px;
}.our_storypo .text_archTu {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 4rem 3.5rem;
    transition: transform 0.6s ease;
}.our_storypo .text_archTu:hover {
    transform: perspective(1000px) rotateY(0);
}.our_storypo .text_archTu div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_storypo {
    padding: 180px 0 150px;
}.our_storypo::before {
    background: linear-gradient(135deg, rgb(148,149,149,0.5), rgba(0, 0, 0, 0.5) 70%);
}.our_storypo .container {
    grid-template-columns: 1fr;
}.our_storypo h2 {
    font-size: calc(34px * 1.4);
}.our_storypo .text_archTu {
    padding: 4.5rem 4rem;
    margin-left: 2rem;
}.our_storypo .text_archTu::after {
    width: 120px;
    background: rgb(106,107,106);
    bottom: -20px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    content: "";
    opacity: 0.1;
    left: 80px;
    position: absolute;
    height: 40px;
}.our_storypo .text_archTu div div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.our_storypo .container {
    padding: 0 50px;
}.our_storypo h2 {
    margin-left: 50px;
}.our_storypo .text_archTu {
    margin-right: 5rem;
    margin-left: 5rem;
    padding: 5rem;
}.our_storypo .text_archTu div div {
    column-count: 2;
    column-gap: 3rem;
}
}

@media (max-width: 767px) {.our_storypo {
    padding: 80px 0 70px;
}.our_storypo::after {
    right: -25px;
    height: 150px;
    bottom: -25px;
    width: 150px;
}.our_storypo .container {
    padding: 0 15px;
}.our_storypo h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.9);
}.our_storypo .text_archTu {
    padding: 2.5rem 1.5rem;
}.our_storypo .text_archTu p {
    font-size: calc(16px * 1.2);
}.our_storypo .text_archTu div div {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}.modalTrackingConsentd8 {
    z-index: 90;
    border-top: 2px solid rgb(148,149,149);
    bottom: 0;
    position: fixed;
    background: rgb(185,185,173);
    width: 100%;
}.cookies_consentwa {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}.modalTrackingConsentd8 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#privacyModalWindow1L {
    display: none;
}#privacyModalWindow1L:checked ~ .modalTrackingConsentd8 {
    opacity: 0;
    visibility: hidden;
}.modalTrackingConsentd8 p {
    font-size: 18px;
}.accept_cookiesdm {
    margin-right: 10px;
    flex-shrink: 0;
}.accept_cookiesdm svg, .accept_cookiesdm svg path, .accept_cookiesdm img {
    fill: rgb(148,149,149);
    width: 100px;
    height: 100px;
}.cookies_overviewLX {
    line-height: 35px;
    border-bottom: 2px solid rgb(148,149,149);
    cursor: pointer;
    min-width: 120px;
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
    color: rgb(148,149,149);
    white-space: nowrap;
    font-size: 24px;
    flex-shrink: 0;
}.modalTrackingConsentd8 p a {
    color: rgb(148,149,149);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.modalTrackingConsentd8 {
    padding: 20px;
}}

.wrapper-canvasSN .modalTrackingConsentd8 {
    padding: 40px 0;
    background: rgb(106,107,106);
    border: none;
    box-shadow: rgb(106,107,106,0.5) 0px 0px 40px 39px;
}.wrapper-canvasSN .cookies_overviewLX {
    margin-left: 30px;
    padding: 10px;
    background: rgb(148,149,149);
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    border: none;
}.wrapper-canvasSN .manage_trackingAU h5, .wrapper-canvasSN .manage_trackingAU p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.accept_cookiesdm {
    display: none;
}.cookies_consentwa {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.modalTrackingConsentd8 h5 {
    text-align: center;
}.modalTrackingConsentd8 p {
    text-align: center;
}.manage_trackingAU {
    margin-bottom: 20px;
}body .wrapper-canvasSN .cookies_overviewLX {
    margin-bottom: 10px;
    margin-left: 0;
}}.program_detailsmc {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(185,185,173);
}.program_detailsmc::before {
    position: absolute;
    bottom: 0;
    opacity: 0.03;
    z-index: 0;
    content: "";
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgb(106,107,106,0.5) 2px, rgb(106,107,106,0.5) 4px),
        repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(148,149,149,0.5) 2px, rgb(148,149,149,0.5) 4px);
    right: 0;
    top: 0;
}.program_detailsmc::after {
    filter: blur(40px);
    position: absolute;
    content: "";
    width: 90%;
    height: 90%;
    animation: ambientLight 15s infinite alternate ease-in-out;
    top: 5%;
    background: 
        radial-gradient(ellipse at top left, rgb(148,149,149,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at bottom right, rgb(106,107,106,0.5) 0%, transparent 60%);
    z-index: 0;
    left: 5%;
}.program_detailsmc .container {
    position: relative;
    z-index: 1;
}.program_detailsmc .story_tlCU {
    max-width: 100%;
    border-radius: 26px;
    background: transparent;
    overflow: visible;
    position: relative;
    flex-direction: column;
    display: flex;
}.program_detailsmc .picture_galleryuF {
    top: 0;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 100%;
    overflow: hidden;
    filter: saturate(0.8) contrast(1.1);
    position: absolute;
    height: 100%;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    border-radius: 26px;
    z-index: 0;
}.program_detailsmc .picture_galleryuF::before {
    mix-blend-mode: multiply;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgba(0, 0, 0, 0.5) 100%
    );
    width: 100%;
    z-index: 1;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
}.program_detailsmc .picture_galleryuF::after {
    top: 0;
    z-index: 2;
    height: 100%;
    opacity: 0.7;
    width: 100%;
    background: 
        linear-gradient(to right, #000000 0%, transparent 20%, transparent 80%, #000000 100%),
        linear-gradient(to bottom, #000000 0%, transparent 20%, transparent 80%, #000000 100%);
    left: 0;
    content: "";
    position: absolute;
}.program_detailsmc .story_tlCU:hover .picture_galleryuF {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        65% 100%, 
        60% 85%, 
        40% 85%, 
        35% 100%, 
        0% 100%
    );
    filter: saturate(1.1) contrast(1.2);
}.program_detailsmc .knowledge_guide8a {
    z-index: 3;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    width: 85%;
    padding: 80px 60px;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    backdrop-filter: blur(10px);
    margin: 40px auto;
    transition: all 0.6s ease;
}.program_detailsmc .knowledge_guide8a::before {
    bottom: -2px;
    content: "";
    right: -2px;
    border-radius: calc(26px + 2px);
    z-index: -1;
    transition: opacity 0.6s ease;
    background: linear-gradient(
        45deg,
        rgb(148,149,149) 0%,
        transparent 30%,
        transparent 70%,
        rgb(106,107,106) 100%
    );
    opacity: 0.7;
    top: -2px;
    left: -2px;
    position: absolute;
}.program_detailsmc .knowledge_guide8a::after {
    content: "";
    top: 10px;
    position: absolute;
    opacity: 0.5;
    z-index: -1;
    left: 10px;
    border-radius: 10px;
    transition: all 0.4s ease;
    bottom: 10px;
    border: 1px dashed rgb(148,149,149,0.5);
    right: 10px;
}.program_detailsmc .story_tlCU:hover .knowledge_guide8a {
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.15),
        0 10px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(0deg);
}.program_detailsmc .story_tlCU:hover .knowledge_guide8a::before {
    opacity: 1;
}.program_detailsmc .story_tlCU:hover .knowledge_guide8a::after {
    left: 15px;
    bottom: 15px;
    right: 15px;
    top: 15px;
    opacity: 0.7;
}.program_detailsmc .first_expertF6 {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    height: 70px;
    z-index: 5;
    justify-content: center;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.05),
        0 0 0 5px rgb(148,149,149,0.5);
    width: 70px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    top: -35px;
    left: 50%;
    position: absolute;
    border-radius: 50%;
}.program_detailsmc .first_expertF6::before {
    background: 
        conic-gradient(
            rgb(148,149,149) 0deg, 
            rgb(148,149,149) 90deg, 
            transparent 90deg, 
            transparent 180deg, 
            rgb(106,107,106) 180deg, 
            rgb(106,107,106) 270deg, 
            transparent 270deg, 
            transparent 360deg
        );
    animation: rotateConic 10s linear infinite;
    border-radius: 50%;
    transition: opacity 0.5s ease;
    bottom: -10px;
    top: -10px;
    left: -10px;
    right: -10px;
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    content: "";
}.program_detailsmc .first_expertF6:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 6px 12px rgba(0, 0, 0, 0.08),
        0 0 0 5px rgb(106,107,106,0.5);
    transform: translateX(-50%) scale(1.1);
}.program_detailsmc .first_expertF6:hover::before {
    opacity: 0.8;
}.program_detailsmc .first_expertF6 svg {
    transition: transform 0.5s ease;
    width: 40px;
    height: 40px;
}.program_detailsmc .first_expertF6:hover svg {
    transform: rotate(15deg);
}.program_detailsmc .first_expertF6 svg path {
    transition: fill 0.5s ease;
    fill: rgb(148,149,149);
}.program_detailsmc .first_expertF6:hover svg path {
    fill: rgb(106,107,106);
}.program_detailsmc h3 {
    margin-top: 20px;
    color: #000000;
    padding-bottom: 20px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 29px;
}.program_detailsmc h3::before {
    width: 50px;
    bottom: 0;
    transition: width 0.5s ease;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(148,149,149);
    content: "";
}.program_detailsmc h3::after {
    height: 1px;
    position: absolute;
    transition: width 0.5s ease;
    left: 50%;
    content: "";
    bottom: -5px;
    transform: translateX(-50%);
    background: rgb(106,107,106,0.5);
    width: 100px;
}.program_detailsmc .knowledge_guide8a:hover h3::before {
    width: 100px;
}.program_detailsmc .knowledge_guide8a:hover h3::after {
    width: 150px;
}.program_detailsmc p {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    color: #000000;
}.program_detailsmc p::before, 
.program_detailsmc p::after {
    content: "";
    position: absolute;
    width: 20px;
    transition: all 0.5s ease;
    height: 20px;
    opacity: 0.3;
}.program_detailsmc p::before {
    left: -10px;
    border-top: 2px solid rgb(148,149,149);
    border-left: 2px solid rgb(148,149,149);
    top: -10px;
}.program_detailsmc p::after {
    border-bottom: 2px solid rgb(106,107,106);
    border-right: 2px solid rgb(106,107,106);
    right: -10px;
    bottom: -10px;
}.program_detailsmc .knowledge_guide8a:hover p::before,
.program_detailsmc .knowledge_guide8a:hover p::after {
    opacity: 0.6;
    width: 40px;
    height: 40px;
}

@keyframes ambientLight {
    0% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1) rotate(5deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.program_detailsmc {
    padding: 100px 0;
}.program_detailsmc .knowledge_guide8a {
    padding: 70px 50px;
    width: 90%;
}.program_detailsmc h3 {
    font-size: calc(29px - 2px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.program_detailsmc {
    padding: 80px 0;
}.program_detailsmc .knowledge_guide8a {
    padding: 60px 40px;
    width: 90%;
    margin: 30px auto;
}.program_detailsmc .first_expertF6 {
    top: -30px;
    width: 60px;
    height: 60px;
}.program_detailsmc .first_expertF6 svg {
    height: 35px;
    width: 35px;
}.program_detailsmc h3 {
    margin-bottom: 25px;
    font-size: calc(29px - 4px);
    padding-bottom: 15px;
}.program_detailsmc p {
    font-size: calc(16px - 1px);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.program_detailsmc {
    padding: 60px 0;
}.program_detailsmc .knowledge_guide8a {
    transform: none;
    padding: 50px 30px;
    width: 95%;
    margin: 25px auto;
}.program_detailsmc .first_expertF6 {
    height: 50px;
    width: 50px;
    top: -25px;
}.program_detailsmc .first_expertF6 svg {
    height: 30px;
    width: 30px;
}.program_detailsmc .first_expertF6::before {
    display: none;
}.program_detailsmc h3 {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: calc(29px - 6px);
}.program_detailsmc p {
    font-size: calc(16px - 2px);
    line-height: 1.6;
    max-width: 100%;
}.program_detailsmc p::before, 
    .program_detailsmc p::after {
    height: 15px;
    width: 15px;
}.program_detailsmc .knowledge_guide8a:hover p::before,
    .program_detailsmc .knowledge_guide8a:hover p::after {
    width: 25px;
    height: 25px;
}.program_detailsmc h3::before {
    width: 40px;
}.program_detailsmc h3::after {
    width: 80px;
}.program_detailsmc .knowledge_guide8a:hover h3::before {
    width: 70px;
}.program_detailsmc .knowledge_guide8a:hover h3::after {
    width: 110px;
}.program_detailsmc .picture_galleryuF {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            60% 100%, 
            50% 95%, 
            40% 95%, 
            30% 100%, 
            0% 100%
        );
}.program_detailsmc .story_tlCU:hover .picture_galleryuF {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            65% 100%, 
            55% 92%, 
            35% 92%, 
            25% 100%, 
            0% 100%
        );
}.program_detailsmc .knowledge_guide8a::after {
    display: none;
}}.contact_boxwz {
    background: linear-gradient(120deg, rgb(185,185,173), rgba(rgb(148,149,149), 0.03));
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.contact_boxwz::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(148,149,149), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(106,107,106), 0.05) 0%, transparent 50%);
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}.contact_boxwz::after {
    background-position: center center;
    background-image: 
        linear-gradient(90deg, rgba(rgb(148,149,149), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(148,149,149), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(106,107,106), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(148,149,149), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(106,107,106), 0.04) 0%, transparent 30%);
    animation: backgroundShift 30s linear infinite;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.contact_boxwz .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
}.contact_boxwz h2 {
    color: #000000;
    margin-bottom: 15px;
    font-size: 37px;
    left: 50%;
    font-weight: 700;
    transform: translateX(-50%);
    perspective: 1000px;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
}.contact_boxwz h2::before {
    left: 0;
    content: "";
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(148,149,149), transparent);
    width: 100%;
    height: 2px;
}.contact_boxwz .feedback_querysj {
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    display: flex;
    margin-top: 60px;
    border-radius: 16px;
}.contact_boxwz .feedback_querysj::before {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(148,149,149), rgb(106,107,106));
    content: "";
    z-index: 3;
    top: 0;
    height: 5px;
    position: absolute;
}.contact_boxwz .picture_galleryuF {
    position: relative;
    min-height: 500px;
    flex: 0 0 45%;
    overflow: hidden;
    transform: translateZ(0);
}.contact_boxwz .picture_galleryuF::before {
    position: absolute;
    background: linear-gradient(210deg, rgba(rgb(148,149,149), 0.5), rgba(rgb(106,107,106), 0.5));
    content: "";
    inset: 0;
    z-index: 1;
    mix-blend-mode: multiply;
}.contact_boxwz .picture_galleryuF::after {
    height: 300%;
    position: absolute;
    z-index: 2;
    top: -100%;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    animation: shine 6s infinite ease-in-out;
    left: -100%;
    content: "";
    width: 300%;
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.contact_boxwz .request_cardVU {
    position: relative;
    padding: 60px 50px;
    flex: 0 0 55%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    backdrop-filter: blur(10px);
}.contact_boxwz .request_cardVU::before {
    height: 500px;
    opacity: 0.5;
    background: 
        radial-gradient(circle, rgba(rgb(148,149,149), 0.03) 0%, transparent 70%);
    position: absolute;
    content: "";
    width: 500px;
    right: 0;
    top: 0;
    border-radius: 50%;
    z-index: 0;
}.contact_boxwz form {
    z-index: 3;
    position: relative;
}.contact_boxwz form h3 {
    margin-bottom: 35px;
    color: #000000;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 600;
    font-size: 19px;
}.contact_boxwz form h3::after {
    content: "";
    width: 30px;
    position: absolute;
    left: 0;
    bottom: -15px;
    background: rgb(148,149,149);
    height: 2px;
}.contact_boxwz form input[type="text"] {
    transition: all 0.3s ease;
    margin-bottom: 25px;
    padding: 18px 25px;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    background: rgba(rgb(185,185,173), 0.5);
    width: 100%;
    font-size: 13px;
    border: 1px solid rgba(rgb(148,149,149), 0.1);
    color: #000000;
}.contact_boxwz form input[type="text"]:focus {
    box-shadow: 0 0 0 4px rgba(rgb(148,149,149), 0.1);
    border-color: rgb(148,149,149);
    background: rgba(#ffffff, 0.9);
    outline: none;
}.contact_boxwz form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact_boxwz form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}.contact_boxwz .help_message7c {
    margin-bottom: 30px;
    display: flex;
    position: relative;
}.contact_boxwz .help_message7c input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_boxwz .help_message7c label {
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
}.contact_boxwz .help_message7c label::before {
    content: "";
    top: 0;
    transition: all 0.3s ease;
    left: 0;
    border: 1px solid rgba(rgb(148,149,149), 0.3);
    position: absolute;
    border-radius: 4px;
    background: rgba(#ffffff, 0.6);
    width: 22px;
    height: 22px;
}.contact_boxwz .help_message7c input[type="checkbox"]:checked + label::before {
    background: rgb(148,149,149);
    border-color: rgb(148,149,149);
}.contact_boxwz .help_message7c input[type="checkbox"]:checked + label::after {
    width: 6px;
    position: absolute;
    top: 4px;
    content: "";
    height: 12px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    left: 8px;
}.contact_boxwz .help_message7c label a {
    color: rgb(148,149,149);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}.contact_boxwz .help_message7c label a::after {
    background: rgb(148,149,149);
    transform: scaleX(0);
    width: 100%;
    content: "";
    transition: transform 0.3s ease;
    left: 0;
    position: absolute;
    height: 1px;
    transform-origin: right;
    bottom: -2px;
}.contact_boxwz .help_message7c label a:hover {
    color: rgb(106,107,106);
}.contact_boxwz .help_message7c label a:hover::after {
    background: rgb(106,107,106);
    transform-origin: left;
    transform: scaleX(1);
}.contact_boxwz .inquiry_formkd {
    background: rgb(148,149,149);
    overflow: hidden;
    font-size: 20px;
    border: none;
    cursor: pointer;
    letter-spacing: 0.5px;
    padding: 16px 40px;
    z-index: 1;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
}.contact_boxwz .inquiry_formkd::before {
    background: linear-gradient(45deg, rgb(148,149,149), rgb(106,107,106));
    height: 100%;
    top: 0;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
}.contact_boxwz .inquiry_formkd:hover::before {
    opacity: 1;
}.contact_boxwz .inquiry_formkd::after {
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    height: 50px;
    transition: all 0.5s ease;
    content: "";
    width: 50px;
    top: -50%;
    background: rgba(255, 255, 255, 0.3);
    left: -10px;
}.contact_boxwz .inquiry_formkd:hover::after {
    opacity: 0;
    transform: scale(4);
}.contact_boxwz svg {
    transition: all 0.3s ease;
    stroke: rgb(148,149,149);
    filter: drop-shadow(0 2px 2px rgba(rgb(148,149,149), 0.3));
    height: 22px;
    fill: none;
    stroke-width: 2;
    width: 22px;
}.contact_boxwz svg path {
    stroke-width: 2;
    transition: all 0.3s ease;
    stroke: rgb(148,149,149);
}.contact_boxwz svg:hover,
.contact_boxwz svg:hover path {
    stroke: rgb(106,107,106);
    transform: translateY(-2px);
}.contact_boxwz form input {
    border: 1px solid rgb(148,149,149);
}

@media (max-width: 1024px) {.contact_boxwz {
    padding: 80px 0;
}.contact_boxwz .feedback_querysj {
    margin-top: 50px;
}.contact_boxwz .picture_galleryuF {
    min-height: 450px;
}.contact_boxwz .request_cardVU {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_boxwz {
    padding: 60px 0;
}.contact_boxwz .feedback_querysj {
    margin-top: 40px;
    flex-direction: column;
}.contact_boxwz .picture_galleryuF {
    min-height: 300px;
    width: 100%;
}.contact_boxwz .request_cardVU {
    width: 100%;
    padding: 40px 30px;
}.contact_boxwz form h3 {
    margin-bottom: 30px;
}.contact_boxwz form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_boxwz .help_message7c {
    margin-bottom: 25px;
}.contact_boxwz .inquiry_formkd {
    width: 100%;
    padding: 14px 30px;
}
}

@media (max-width: 480px) {.contact_boxwz {
    padding: 50px 0;
}.contact_boxwz h2 {
    font-size: calc(37px * 0.85);
}.contact_boxwz .feedback_querysj {
    margin-top: 30px;
    border-radius: 12px;
}.contact_boxwz .picture_galleryuF {
    min-height: 220px;
}.contact_boxwz .request_cardVU {
    padding: 30px 20px;
}.contact_boxwz form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.contact_boxwz form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_boxwz .help_message7c {
    margin-bottom: 20px;
}.contact_boxwz .help_message7c label {
    font-size: calc(13px * 0.9);
}.contact_boxwz .inquiry_formkd {
    padding: 12px 20px;
}}.sign_upYx {
    isolation: isolate;
    background: linear-gradient(135deg, rgb(185,185,173) 0%, rgb(106,107,106,0.5) 100%);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}.sign_upYx::before {
    content: "";
    inset: 0;
    z-index: -1;
    background-image: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 15px, 
            rgba(255, 255, 255, 0.03) 15px, 
            rgba(255, 255, 255, 0.03) 30px
        );
    position: absolute;
}.sign_upYx::after {
    opacity: 0.07;
    right: -5%;
    transform: rotate(-12deg) skewX(-15deg);
    width: 30%;
    height: 120%;
    position: absolute;
    top: -10%;
    background: rgb(106,107,106);
    z-index: -1;
    content: "";
}.sign_upYx .container {
    margin: 0 auto;
    max-width: 1200px;
}.sign_upYx .story_tlCU {
    transform: translateX(-5px);
    grid-template-columns: 1fr;
    display: grid;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    gap: 2rem;
}.sign_upYx h4 {
    animation: fadeUp 0.6s ease-out 0.2s forwards;
    transform: translateY(5px);
    line-height: 1.4;
    opacity: 0;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    position: relative;
    padding-left: 1.5rem;
}.sign_upYx h4::before {
    transform-origin: top;
    animation: scaleVertical 0.5s ease-out 0.6s forwards;
    height: calc(100% - 1rem);
    top: 0.5rem;
    left: 0;
    width: 4px;
    content: "";
    transform: scaleY(0);
    background: rgb(106,107,106);
    position: absolute;
}.sign_upYx .input_holder {
    display: flex;
    position: relative;
    flex-direction: column;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeUp 0.6s ease-out 0.4s forwards;
    gap: 1rem;
}.sign_upYx .input_holder span {
    position: relative;
    display: block;
}.sign_upYx input[type="email"] {
    font-size: 17px;
    color: #000000;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 1rem 1.5rem;
    width: 100%;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    border: 2px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}.sign_upYx input[type="email"]:focus {
    transform: translateY(-2px);
    outline: none;
    box-shadow: 0 5px 20px rgba(var(--secondary-color-rgb), 0.15);
    border-color: rgb(106,107,106);
}.sign_upYx input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(var(--dark-color-rgb), 0.5);
}.sign_upYx input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.sign_upYx .news_alertCQ {
    background: rgb(106,107,106);
    padding: 1rem 2rem;
    color: #ffffff;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    position: relative;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(var(--secondary-color-rgb), 0.2);
    font-weight: 600;
    border: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}.sign_upYx .news_alertCQ:hover {
    box-shadow: 0 8px 25px rgba(var(--primary-color-rgb), 0.25);
    transform: translateY(-3px);
    background: rgb(148,149,149);
}.sign_upYx .news_alertCQ::before {
    top: 50%;
    height: 150%;
    position: absolute;
    border-radius: 50%;
    content: "";
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    width: 150%;
    background: rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%) scale(0);
    left: 50%;
}.sign_upYx .news_alertCQ:hover::before {
    transform: translate(-50%, -50%) scale(1);
}.sign_upYx .news_alertCQ:active {
    box-shadow: 0 3px 10px rgba(var(--primary-color-rgb), 0.2);
    transform: translateY(-1px);
}

@keyframes slideIn {
    from {
        transform: translateX(-25px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes scaleVertical {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}


@media (min-width: 768px) {.sign_upYx {
    padding: 5rem 3rem;
}.sign_upYx .story_tlCU {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1.2fr 0.8fr;
}.sign_upYx h4 {
    padding-left: 2rem;
    font-size: calc(24px * 1.1);
}.sign_upYx h4::before {
    width: 6px;
}.sign_upYx .input_holder {
    gap: 0;
    flex-direction: row;
}.sign_upYx input[type="email"] {
    border-right: none;
}.sign_upYx .news_alertCQ {
    width: auto;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    white-space: nowrap;
}
}

@media (min-width: 992px) {.sign_upYx {
    padding: 6rem 4rem;
}.sign_upYx::after {
    width: 40%;
}.sign_upYx .story_tlCU {
    gap: 4rem;
    grid-template-columns: 1.5fr 1fr;
}.sign_upYx h4 {
    font-size: calc(24px * 1.2);
    transform: skewX(-3deg);
}.sign_upYx h4::before {
    left: 0.3rem;
    transform: skewX(3deg);
}.sign_upYx .input_holder {
    transform: perspective(1000px) rotateY(2deg);
}.sign_upYx input[type="email"] {
    padding: 1.2rem 1.8rem;
}.sign_upYx .news_alertCQ {
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 1200px) {.sign_upYx::before {
    background-image: 
            repeating-linear-gradient(
                -45deg, 
                transparent, 
                transparent 20px, 
                rgba(255, 255, 255, 0.04) 20px, 
                rgba(255, 255, 255, 0.04) 40px
            );
}.sign_upYx .story_tlCU {
    grid-template-columns: 1.8fr 1.2fr;
}.sign_upYx h4 {
    font-size: calc(24px * 1.3);
}.sign_upYx input[type="email"] {
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}.sign_upYx input[type="email"]:focus {
    transform: translateY(-3px);
}
}

@media (max-width: 767px) {.sign_upYx {
    padding: 3rem 1.5rem;
}.sign_upYx h4 {
    font-size: calc(24px * 0.9);
    padding-left: 1.2rem;
}.sign_upYx .news_alertCQ {
    margin-top: 0.5rem;
}}.pricing_frame2x {
    isolation: isolate;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.pricing_frame2x::before {
    width: 100%;
    background: linear-gradient(135deg, rgb(148,149,149,0.5), rgba(0, 0, 0, 0.5) 70%);
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
}.pricing_frame2x::after {
    content: "";
    right: 0;
    pointer-events: none;
    position: absolute;
    width: 45%;
    background: linear-gradient(225deg, rgb(106,107,106,0.5) 10%, transparent 65%);
    top: 0;
    z-index: -1;
    height: 100%;
}.pricing_frame2x .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.pricing_frame2x .plan_rates4c {
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: column;
}.pricing_frame2x h2 {
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 2;
    font-weight: 700;
    font-size: 29px;
}.pricing_frame2x h2::after {
    width: 80px;
    display: block;
    transform: translateY(2px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    content: "";
    height: 4px;
    background: rgb(148,149,149);
    margin: 16px auto 0;
    border-radius: 2px;
}.pricing_frame2x .cost_table2v {
    max-width: 700px;
    color: #ffffff;
    margin: 0 auto 50px;
    letter-spacing: 0.3px;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: calc(18px + 2px);
    line-height: 1.6;
    opacity: 0.9;
    font-weight: 400;
}.pricing_frame2x .trial_pricingXW {
    width: 100%;
    z-index: 2;
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    gap: 30px;
}.pricing_frame2x .trial_pricingXW li {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
}.pricing_frame2x .trial_pricingXW li:hover {
    transform: translateY(-8px);
}.pricing_frame2x .bundle_priceGe {
    width: 100%;
    text-decoration: none;
    flex-direction: column;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    display: flex;
    overflow: hidden;
}.pricing_frame2x .bundle_priceGe:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}.pricing_frame2x .payment_pricingrH {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    z-index: 1;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}.pricing_frame2x .payment_pricingrH::before {
    background: linear-gradient(145deg, rgba(rgb(148,149,149), 0.03), rgba(rgb(106,107,106), 0.05));
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
}.pricing_frame2x .payment_pricingrH::after {
    content: "";
    z-index: -1;
    width: 180px;
    border-radius: 0 0 0 180px;
    transform: translate(50%, -50%);
    transition: all 0.5s ease;
    background: linear-gradient(225deg, rgb(148,149,149,0.5) 10%, transparent 70%);
    height: 180px;
    position: absolute;
    top: 0;
    opacity: 0.1;
    right: 0;
}.pricing_frame2x .bundle_priceGe:hover .payment_pricingrH::after {
    opacity: 0.2;
    transform: translate(40%, -40%) scale(1.1);
}.pricing_frame2x .learn_priceKS {
    flex-direction: column;
    flex-grow: 1;
    display: flex;
    padding: 35px 25px;
    position: relative;
    z-index: 2;
}.pricing_frame2x .learn_priceKS::before {
    background: linear-gradient(to top, rgba(rgb(148,149,149), 0.03), transparent);
    width: 100%;
    position: absolute;
    height: 40%;
    bottom: 0;
    z-index: -1;
    left: 0;
    content: "";
}.pricing_frame2x .learn_priceKS h4 {
    display: inline-block;
    margin: 0 0 20px;
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: calc(22px + 2px);
}.pricing_frame2x .learn_priceKS h4::after {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 2px;
    bottom: -8px;
    width: 40px;
    background: rgb(148,149,149);
    content: "";
}.pricing_frame2x .learn_priceKS p {
    margin: 0 0 30px;
    color: #000000;
    hyphens: auto;
    line-height: 1.6;
    word-break: break-word;
    font-size: 18px;
    overflow-wrap: break-word;
    flex-grow: 1;
}.pricing_frame2x .pricing_optionsoK {
    border-radius: 8px;
    align-self: flex-start;
    font-size: calc(22px + 6px);
    margin-top: auto;
    backdrop-filter: blur(4px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    font-weight: 700;
    transition: all 0.3s ease;
    color: rgb(148,149,149);
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}.pricing_frame2x .bundle_priceGe:hover .pricing_optionsoK {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    transform: scale(1.05);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
}

@media (max-width: 1200px) {.pricing_frame2x {
    padding: 100px 0;
}.pricing_frame2x .trial_pricingXW {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.pricing_frame2x h2 {
    font-size: calc(29px - 2px);
}.pricing_frame2x .cost_table2v {
    margin-bottom: 40px;
    font-size: 18px;
}
}

@media (max-width: 992px) {.pricing_frame2x {
    padding: 80px 0;
}.pricing_frame2x .trial_pricingXW {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.pricing_frame2x .learn_priceKS {
    padding: 30px 20px;
}.pricing_frame2x .pricing_optionsoK {
    font-size: calc(22px + 2px);
    padding: 8px 16px;
}
}

@media (max-width: 768px) {.pricing_frame2x {
    padding: 60px 0;
}.pricing_frame2x .trial_pricingXW {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.pricing_frame2x h2 {
    font-size: calc(29px - 4px);
}.pricing_frame2x .learn_priceKS h4 {
    font-size: 22px;
}.pricing_frame2x .learn_priceKS p {
    font-size: calc(18px - 1px);
}
}

@media (max-width: 576px) {.pricing_frame2x {
    padding: 50px 0;
}.pricing_frame2x h2 {
    font-size: calc(29px - 6px);
}.pricing_frame2x .cost_table2v {
    font-size: calc(18px - 1px);
    margin-bottom: 30px;
}.pricing_frame2x .learn_priceKS {
    padding: 25px 18px;
}.pricing_frame2x .pricing_optionsoK {
    font-size: 22px;
    padding: 6px 12px;
}
}