* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.main_base_8Wm {
    flex: 1 0 auto;
}.container {
    width: 1200px;
    max-width: 100%;
    margin: auto;
}.online_tools_nYp {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    scroll-behavior: auto;
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.wrapper-structure_OWH {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thanks_box_QFS {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,215,209) 0%, rgba(245, 247, 250, 0.95) 100%);
}.thanks_box_QFS::before {
    filter: blur(80px);
    background: linear-gradient(45deg, rgb(154,126,116,0.5) 0%, rgb(180,185,167,0.5) 100%);
    position: absolute;
    top: -50px;
    height: 300px;
    opacity: 0.4;
    content: "";
    z-index: 1;
    right: -50px;
    width: 300px;
    animation: float 15s ease-in-out infinite;
}.thanks_box_QFS::after {
    background: linear-gradient(225deg, rgb(180,185,167,0.5) 0%, rgb(154,126,116,0.5) 80%);
    left: -30px;
    filter: blur(60px);
    bottom: -30px;
    content: "";
    opacity: 0.3;
    position: absolute;
    z-index: 1;
    height: 250px;
    animation: float 18s ease-in-out infinite reverse;
    width: 250px;
}.thanks_box_QFS .container {
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    padding: 0 20px;
    z-index: 5;
}.thanks_box_QFS h2 {
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    color: #000000;
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    font-weight: 700;
    font-size: 34px;
}.thanks_box_QFS h2::after {
    transform: scaleX(0);
    height: 3px;
    position: absolute;
    content: "";
    transform-origin: left center;
    left: 0;
    bottom: -12px;
    width: 80px;
    background: linear-gradient(90deg, rgb(180,185,167) 0%, rgb(154,126,116) 100%);
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
}.thanks_box_QFS .learning_lab_ZuB {
    padding: 50px;
    opacity: 0;
    overflow: hidden;
    transform: translateY(30px);
    position: relative;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
}.thanks_box_QFS .learning_lab_ZuB::before {
    width: 6px;
    transform-origin: top center;
    background: linear-gradient(to bottom, rgb(154,126,116), rgb(180,185,167));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    transform: scaleY(0);
    content: "";
}.thanks_box_QFS ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thanks_box_QFS li {
    padding-left: 25px;
    position: relative;
}.thanks_box_QFS li::before {
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    left: 0;
    top: 8px;
    height: 10px;
    width: 10px;
    content: "";
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(180,185,167) 0%, rgb(154,126,116) 100%);
    transform: scale(0);
    position: absolute;
}.thanks_box_QFS span {
    opacity: 0;
    color: #000000;
    font-size: calc(17px * 1.05);
    display: block;
    animation: fadeText 0.8s ease forwards 0.8s;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    transform: translateY(15px);
}

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

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

@keyframes expandHeight {
    to {
        transform: scaleY(1);
    }
}

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

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

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

@media (max-width: 991px) {.thanks_box_QFS {
    padding: 90px 0 70px;
}.thanks_box_QFS h2 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.9);
}.thanks_box_QFS .learning_lab_ZuB {
    padding: 40px 35px;
}.thanks_box_QFS h2::after {
    width: 70px;
}
}

@media (max-width: 767px) {.thanks_box_QFS {
    padding: 70px 0 50px;
}.thanks_box_QFS h2 {
    font-size: calc(34px * 0.8);
    line-height: 1.4;
    margin-bottom: 30px;
}.thanks_box_QFS .learning_lab_ZuB {
    padding: 35px 25px;
}.thanks_box_QFS span {
    font-size: 17px;
    line-height: 1.6;
}.thanks_box_QFS h2::after {
    height: 2px;
    width: 60px;
}
}

@media (max-width: 575px) {.thanks_box_QFS {
    padding: 60px 0 40px;
}.thanks_box_QFS h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 25px;
}.thanks_box_QFS .learning_lab_ZuB {
    padding: 30px 20px;
}.thanks_box_QFS li {
    padding-left: 20px;
}.thanks_box_QFS li::before {
    top: 9px;
    width: 8px;
    height: 8px;
}.thanks_box_QFS h2::after {
    width: 50px;
}
}

@media (hover: hover) {.thanks_box_QFS .learning_lab_ZuB:hover {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
}.thanks_box_QFS .learning_lab_ZuB:hover::before {
    transition: background 0.5s ease;
    background: linear-gradient(to bottom, rgb(180,185,167), rgb(154,126,116));
}}.launch_now_vzs {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,185,167,0.5), rgb(180,185,167), rgb(154,126,116));
}.launch_now_vzs::before {
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.15) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 20%);
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
}.launch_now_vzs::after {
    content: '';
    width: 30rem;
    height: 30rem;
    right: -2rem;
    position: absolute;
    transform: rotate(-15deg);
    bottom: -2rem;
    z-index: 0;
    animation: floatEffect 20s infinite alternate ease-in-out;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.05));
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
}.launch_now_vzs .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    z-index: 2;
}.launch_now_vzs h2 {
    opacity: 0;
    max-width: 800px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
    line-height: 1.4;
    margin-left: auto;
    font-size: 33px;
    margin-bottom: 3rem;
    font-weight: 700;
    margin-right: auto;
    color: #ffffff;
    transform: translateY(-10px);
    text-align: center;
    letter-spacing: 0.5px;
    animation: fadeInUp 0.8s forwards ease-out;
}.launch_now_vzs .learning_lab_ZuB {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    display: flex;
    border-radius: 10px;
    transition: transform 0.5s, box-shadow 0.5s;
    backdrop-filter: blur(10px);
    opacity: 0;
    gap: 2rem;
    align-items: center;
    transform: translateY(20px);
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 2.5rem;
    background: rgba(255,255,255,0.12);
    animation: fadeInUp 0.8s 0.3s forwards ease-out;
}.launch_now_vzs .learning_lab_ZuB:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transform: translateY(-5px) scale(1.02);
}.launch_now_vzs svg {
    height: 48px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    transform: rotate(0);
    width: 48px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}.launch_now_vzs .learning_lab_ZuB:hover svg {
    transform: rotate(12deg) scale(1.1);
}.launch_now_vzs svg path {
    transition: fill 0.3s ease-out;
    fill: #ffffff;
}.launch_now_vzs .learning_lab_ZuB:hover svg path {
    fill: #ffffff;
}.launch_now_vzs .message_help_Etn {
    font-weight: 600;
    color: rgb(180,185,167);
    text-decoration: none;
    z-index: 1;
    letter-spacing: 0.5px;
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
    padding: 1rem 2.5rem;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    background: #ffffff;
    font-size: 20px;
    text-align: center;
}.launch_now_vzs .message_help_Etn::before {
    height: 100%;
    top: 0;
    content: '';
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    position: absolute;
    left: -100%;
    transition: left 0.6s ease-out;
    width: 100%;
}.launch_now_vzs .message_help_Etn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.15);
    color: rgb(154,126,116);
}.launch_now_vzs .message_help_Etn:hover::before {
    left: 100%;
}.launch_now_vzs .message_help_Etn:active {
    transform: translateY(1px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

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

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

@media (max-width: 992px) {.launch_now_vzs {
    padding: 5rem 0;
}.launch_now_vzs h2 {
    margin-bottom: 2.5rem;
    font-size: calc(33px * 0.9);
}.launch_now_vzs .learning_lab_ZuB {
    padding: 2rem;
}
}

@media (max-width: 768px) {.launch_now_vzs {
    padding: 4rem 0;
}.launch_now_vzs h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.8);
}.launch_now_vzs .learning_lab_ZuB {
    gap: 1.5rem;
    padding: 1.5rem;
    flex-direction: column;
}.launch_now_vzs svg {
    width: 42px;
    height: 42px;
}.launch_now_vzs .message_help_Etn {
    padding: 0.9rem 2rem;
    width: 100%;
}
}

@media (max-width: 576px) {.launch_now_vzs {
    padding: 3.5rem 0;
}.launch_now_vzs h2 {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.7);
}.launch_now_vzs .learning_lab_ZuB {
    gap: 1rem;
    padding: 1.2rem;
}.launch_now_vzs svg {
    width: 36px;
    height: 36px;
}.launch_now_vzs .message_help_Etn {
    padding: 0.8rem 1.5rem;
    font-size: calc(20px * 0.9);
}.launch_now_vzs::after {
    height: 15rem;
    width: 15rem;
}
}

@media (prefers-reduced-motion) {.launch_now_vzs h2,
  .launch_now_vzs .learning_lab_ZuB {
    animation: none;
    opacity: 1;
    transform: none;
}.launch_now_vzs::after {
    animation: none;
}.launch_now_vzs .message_help_Etn::before {
    display: none;
}.launch_now_vzs .learning_lab_ZuB:hover,
  .launch_now_vzs .message_help_Etn:hover,
  .launch_now_vzs svg {
    transition: none;
    transform: none;
}}.quantitative_data_HpF {
    background: linear-gradient(135deg, rgb(213,215,209) 0%, rgb(180,185,167,0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.quantitative_data_HpF::before {
    transform: rotate(45deg);
    filter: blur(50px);
    z-index: 1;
    width: 200px;
    top: -50px;
    height: 200px;
    background: rgb(154,126,116,0.5);
    content: "";
    position: absolute;
    right: -50px;
}.quantitative_data_HpF::after {
    left: -80px;
    position: absolute;
    z-index: 1;
    width: 250px;
    filter: blur(60px);
    background: rgb(180,185,167,0.5);
    border-radius: 50%;
    height: 250px;
    content: "";
    bottom: -80px;
}.quantitative_data_HpF .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
}.quantitative_data_HpF h4 {
    font-size: 24px;
    transform: translateY(20px);
    font-weight: 700;
    position: relative;
    margin-top: 3rem;
    text-align: center;
    color: #000000;
    opacity: 0;
    animation: fadeUpIn 0.8s forwards 1.5s;
}.quantitative_data_HpF h4::after {
    content: "";
    position: absolute;
    width: 50px;
    left: 50%;
    bottom: -12px;
    height: 3px;
    transform: translateX(-50%);
    background: rgb(180,185,167);
}.quantitative_data_HpF ul {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    display: grid;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
}.quantitative_data_HpF .statistics_gains_hnr {
    z-index: 2;
    padding: 2rem 1.5rem;
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
              box-shadow 0.5s ease,
              opacity 0.5s ease;
    animation-delay: calc(0.15s * var(--i, 0));
    animation: statEnter 0.6s forwards;
    transform: translateY(30px) rotate(-2deg) scale(0.95);
    opacity: 0;
}.quantitative_data_HpF .statistics_gains_hnr:nth-child(1) {
    --i: 1;
}.quantitative_data_HpF .statistics_gains_hnr:nth-child(2) {
    --i: 2;
}.quantitative_data_HpF .statistics_gains_hnr:nth-child(3) {
    --i: 3;
}.quantitative_data_HpF .statistics_gains_hnr:nth-child(4) {
    --i: 4;
}.quantitative_data_HpF .statistics_gains_hnr:nth-child(5) {
    --i: 5;
}.quantitative_data_HpF .statistics_gains_hnr:nth-child(6) {
    --i: 6;
}.quantitative_data_HpF .statistics_gains_hnr:nth-child(7) {
    --i: 7;
}.quantitative_data_HpF .statistics_gains_hnr:hover {
    z-index: 3;
    box-shadow: 0 25px 35px -8px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px) rotate(0) scale(1.02);
}.quantitative_data_HpF .statistics_gains_hnr::before {
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    transition: transform 0.4s ease;
    top: 0;
    background: linear-gradient(90deg, rgb(180,185,167), rgb(154,126,116));
    transform: scaleX(0);
    transform-origin: left;
    height: 4px;
}.quantitative_data_HpF .statistics_gains_hnr:hover::before {
    transform: scaleX(1);
}.quantitative_data_HpF .statistics_gains_hnr div {
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}.quantitative_data_HpF .statistics_gains_hnr p {
    position: relative;
    transform: translateY(20px);
    font-weight: 700;
    color: rgb(180,185,167);
    opacity: 0;
    margin: 0 0 0.5rem;
    line-height: 1;
    animation: countUp 1.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: calc(31px * 1.2);
    display: inline-block;
    animation-delay: calc(0.2s * var(--i, 0) + 0.3s);
}.quantitative_data_HpF .statistics_gains_hnr p::after {
    content: "+";
    right: -15px;
    font-size: 0.6em;
    top: 0;
    position: absolute;
}.quantitative_data_HpF .statistics_gains_hnr span {
    color: #000000;
    opacity: 0;
    max-width: 180px;
    transform: translateY(15px);
    animation: fadeUpIn 0.6s forwards;
    animation-delay: calc(0.25s * var(--i, 0) + 0.6s);
    font-size: 16px;
    font-weight: 600;
}

@keyframes statEnter {
  0% {
    opacity: 0;
    transform: translateY(30px) rotate(-2deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0) scale(1);
  }
}

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

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

@media screen and (max-width: 992px) {.quantitative_data_HpF {
    padding: 4rem 0;
}.quantitative_data_HpF ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.quantitative_data_HpF .statistics_gains_hnr p {
    font-size: calc(31px * 1.1);
}
}

@media screen and (max-width: 768px) {.quantitative_data_HpF {
    padding: 3.5rem 0;
}.quantitative_data_HpF ul {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
}.quantitative_data_HpF .statistics_gains_hnr {
    padding: 1.75rem 1.25rem;
}.quantitative_data_HpF .statistics_gains_hnr p {
    font-size: 31px;
}.quantitative_data_HpF .statistics_gains_hnr span {
    font-size: calc(16px * 0.9);
}
}

@media screen and (max-width: 576px) {.quantitative_data_HpF {
    padding: 3rem 0;
}.quantitative_data_HpF ul {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.75rem;
}.quantitative_data_HpF .statistics_gains_hnr {
    padding: 1.5rem 1rem;
}.quantitative_data_HpF .statistics_gains_hnr p {
    font-size: calc(31px * 0.9);
}.quantitative_data_HpF .statistics_gains_hnr span {
    max-width: 120px;
    font-size: calc(16px * 0.85);
}.quantitative_data_HpF h4 {
    font-size: calc(24px * 0.9);
    margin-top: 2rem;
}}.greeting_page_gDs {
    overflow: hidden;
    width: 100%;
    position: relative;
    justify-content: center;
    background-color: rgb(213,215,209);
    min-height: 100vh;
    align-items: center;
    display: flex;
}.greeting_page_gDs::before {
    z-index: 1;
    background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.05),
    rgba(var(--secondary-color-rgb), 0.1),
    rgba(var(--primary-color-rgb), 0.07));
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    height: 100%;
    width: 100%;
    content: '';
}.greeting_page_gDs::after {
    z-index: 0;
    animation: float 15s ease-in-out infinite;
    transform: rotate(-15deg);
    width: 35%;
    filter: blur(50px);
    height: 75%;
    position: absolute;
    opacity: 0.4;
    top: -10%;
    right: -5%;
    content: '';
    background: linear-gradient(145deg, 
    rgb(180,185,167,0.5),
    rgb(154,126,116,0.5));
}.greeting_page_gDs .learn_quickpro_Phz {
    z-index: 5;
    transform: translateY(-2vh);
    width: 90%;
    max-width: 1200px;
    position: relative;
}.greeting_page_gDs .learn_top_VRw {
    box-shadow: 0 20px 50px rgba(var(--dark-color-rgb), 0.1);
    background-blend-mode: soft-light !important;
    transform: perspective(1000px) rotateX(2deg);
    padding: 4rem 3rem;
    overflow: hidden;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.greeting_page_gDs .learn_top_VRw::before {
    left: 0;
    width: 100%;
    content: '';
    top: 0;
    background: linear-gradient(
    to right,
    rgba(var(--dark-color-rgb), 0.7) 0%,
    rgba(var(--dark-color-rgb), 0.85) 40%,
    rgba(var(--dark-color-rgb), 0.9) 100%
  );
    z-index: -1;
    position: absolute;
    height: 100%;
}.greeting_page_gDs .learn_top_VRw::after {
    height: 200%;
    z-index: -1;
    top: -50%;
    content: '';
    position: absolute;
    left: -50%;
    background: radial-gradient(
    circle at center,
    rgba(var(--primary-color-rgb), 0.15) 0%,
    transparent 70%
  );
    width: 200%;
    opacity: 0.6;
    animation: rotate 35s linear infinite;
    pointer-events: none;
}.greeting_page_gDs .learn_top_VRw span {
    display: inline-block;
    transform: translateX(-1rem);
    margin-bottom: 1.5rem;
    animation: fadeInRight 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.2s forwards;
    opacity: 0;
    position: relative;
}.greeting_page_gDs .learn_top_VRw h3 {
    color: rgb(154,126,116);
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.02em;
    position: relative;
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    padding-left: 1rem;
    opacity: 0.95;
    font-size: calc(23px * 0.9);
    max-width: 80%;
}.greeting_page_gDs .learn_top_VRw h3::before {
    left: 0;
    width: 3px;
    content: '';
    background: rgb(154,126,116);
    transform-origin: top;
    top: 0.3em;
    height: 85%;
    position: absolute;
    transform: scaleY(0);
    animation: scaleIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
}.greeting_page_gDs .learn_top_VRw h1 {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.9s cubic-bezier(0.23, 1, 0.32, 1) 0.5s forwards;
    background: linear-gradient(
    to right, 
    #ffffff 0%, 
    rgb(255, 255, 255, 0.5) 100%
  );
    color: #ffffff;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    line-height: 1.15;
    transform: translateY(1rem);
    margin: 0 0 2rem;
    opacity: 0;
    font-size: clamp(2.5rem, 6vw, 41px);
    -webkit-background-clip: text !important;
}.greeting_page_gDs .learn_top_VRw div div {
    max-width: 600px;
    position: relative;
    transform: translateY(1rem);
    animation: fadeInUp 0.9s cubic-bezier(0.23, 1, 0.32, 1) 0.8s forwards;
    opacity: 0;
}.greeting_page_gDs .learn_top_VRw div div::before {
    opacity: 0.7;
    width: 1.5rem;
    background: rgb(154,126,116);
    animation: scaleInX 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.2s forwards;
    content: '';
    transform: scaleX(0);
    top: 50%;
    transform-origin: left;
    position: absolute;
    left: -2rem;
    height: 1px;
}.greeting_page_gDs .learn_top_VRw p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: calc(17px * 1.1);
    line-height: 1.6;
    margin: 0;
    color: rgba(var(--white-color-rgb), 0.9);
    font-weight: 400;
}.greeting_page_gDs .learn_top_VRw:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 60px rgba(var(--dark-color-rgb), 0.15);
}

@keyframes fadeInRight {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    transform: translateY(1rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

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

@keyframes scaleInX {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

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

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


@media (max-width: 992px) {.greeting_page_gDs {
    min-height: 90vh;
}.greeting_page_gDs .learn_top_VRw {
    padding: 3.5rem 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.greeting_page_gDs .learn_top_VRw h3 {
    font-size: calc(17px * 1.05);
    max-width: 90%;
}.greeting_page_gDs .learn_top_VRw h1 {
    font-size: clamp(2.2rem, 5vw, calc(41px * 0.9));
    margin-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.greeting_page_gDs {
    min-height: 80vh;
    padding-top: 5rem;
    align-items: flex-start;
}.greeting_page_gDs::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.greeting_page_gDs .learn_quickpro_Phz {
    width: 95%;
    transform: translateY(0);
}.greeting_page_gDs .learn_top_VRw {
    transform: perspective(1000px) rotateX(0.5deg);
    padding: 3rem 2rem;
}.greeting_page_gDs .learn_top_VRw h3 {
    padding-left: 0.75rem;
    font-size: 17px;
    max-width: 100%;
}.greeting_page_gDs .learn_top_VRw h3::before {
    width: 2px;
}.greeting_page_gDs .learn_top_VRw h1 {
    font-size: clamp(2rem, 8vw, calc(35px * 1.1));
    margin-bottom: 1.25rem;
}.greeting_page_gDs .learn_top_VRw p {
    font-size: 17px;
}
}

@media (max-width: 576px) {.greeting_page_gDs {
    padding-top: 4rem;
    min-height: 70vh;
}.greeting_page_gDs::after {
    top: -5%;
    width: 60%;
    right: -20%;
    height: 50%;
}.greeting_page_gDs .learn_top_VRw {
    padding: 2.5rem 1.5rem;
    transform: none;
}.greeting_page_gDs .learn_top_VRw h3 {
    font-size: calc(17px * 0.95);
}.greeting_page_gDs .learn_top_VRw h1 {
    margin-bottom: 1rem;
}.greeting_page_gDs .learn_top_VRw div div::before {
    width: 1rem;
    left: -1.25rem;
}.greeting_page_gDs .learn_top_VRw:hover {
    transform: translateY(-3px);
}}.secure_hideout_Wdc {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 60px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    overflow: hidden;
    height: auto;
    width: 100%;
    background: #ffffff;
}.secure_hideout_Wdc h1 {
    width: 100%;
    margin-top: 0;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 4px solid rgb(154,126,116);
    font-weight: 700;
    margin-bottom: 40px;
    color: rgb(180,185,167);
    font-size: 46px;
}.secure_hideout_Wdc h2 {
    margin-top: 0;
    text-align: left;
    font-weight: 600;
    font-size: 38px;
    padding-bottom: 5px;
    color: rgb(154,126,116);
    border-bottom: 3px solid rgb(180,185,167);
    margin-bottom: 30px;
    width: 100%;
}.secure_hideout_Wdc ul, .secure_hideout_Wdc ol {
    padding: 0;
    margin: 20px 0;
    list-style: none;
    padding-left: 20px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #000000;
}.secure_hideout_Wdc li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
}.secure_hideout_Wdc li:before {
    font-size: 1.5em;
    line-height: 1;
    color: rgb(154,126,116);
    position: absolute;
    content: "•";
    left: -20px;
}.secure_hideout_Wdc section {
    background: none;
}.secure_hideout_Wdc p, .secure_hideout_Wdc span, .secure_hideout_Wdc div {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
    font-family: Arial, sans-serif;
    color: #000000;
}

@media only screen and (max-width: 800px) {.secure_hideout_Wdc {
    border-radius: 10px;
    padding: 30px;
    grid-template-columns: 1fr;
}.secure_hideout_Wdc h1 {
    font-size: calc(18px - 5px);
}.secure_hideout_Wdc h2 {
    font-size: calc(18px - 3px);
}.secure_hideout_Wdc ul, .secure_hideout_Wdc ol {
    margin: 15px 0;
}.secure_hideout_Wdc li {
    padding: 8px 0;
}.secure_hideout_Wdc p, .secure_hideout_Wdc span, .secure_hideout_Wdc div {
    margin-bottom: 15px;
}}
.training_results_nSo {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(210deg, #000000 0%, rgb(213,215,209) 100%);
    overflow: hidden;
}.training_results_nSo::before {
    transform: rotate(15deg);
    top: -50%;
    content: '';
    left: -20%;
    width: 140%;
    background: repeating-linear-gradient(
        45deg,
        rgb(180,185,167,0.5),
        rgb(180,185,167,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    height: 200%;
    animation: gridMove 40s linear infinite;
    opacity: 0.07;
}.training_results_nSo::after {
    position: absolute;
    background: radial-gradient(circle, rgb(154,126,116,0.5) 0%, transparent 70%);
    right: -300px;
    height: 600px;
    bottom: -300px;
    content: '';
    width: 600px;
    border-radius: 50%;
    animation: pulse 15s infinite alternate;
    filter: blur(80px);
}.training_results_nSo .learning_lab_ZuB {
    position: relative;
    margin: 0 auto;
    display: grid;
    z-index: 1;
    grid-template-columns: 1fr 1.2fr;
    padding: 0 20px;
    gap: 70px;
    max-width: 1280px;
}.training_results_nSo .img_spot_9Ku {
    min-height: 550px;
    border-radius: 13px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    transition: transform 0.7s ease;
    transform: perspective(1200px) rotateY(5deg);
    position: relative;
    overflow: hidden;
}.training_results_nSo .img_spot_9Ku::before {
    position: absolute;
    z-index: 2;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
    content: '';
}.training_results_nSo .img_spot_9Ku::after {
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgb(180,185,167,0.5) 100%);
    top: 0;
    z-index: 3;
}.training_results_nSo .img_spot_9Ku:hover {
    transform: perspective(1200px) rotateY(0deg);
}.training_results_nSo .text_panel_ndP {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
}.training_results_nSo .text_panel_ndP::before {
    width: 150px;
    border: 2px solid rgb(180,185,167,0.5);
    right: -30px;
    top: -30px;
    height: 150px;
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    content: '';
    animation: morphing 10s linear infinite;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.training_results_nSo h2 {
    margin-bottom: 35px;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    font-size: 28px;
}.training_results_nSo h2::before {
    position: absolute;
    height: 2px;
    width: 20px;
    top: 50%;
    background-color: rgb(180,185,167);
    left: -30px;
    transform: translateY(-50%);
    content: '';
}.training_results_nSo .text_main_holder {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.training_results_nSo .text_main_holder > div {
    display: flex;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    gap: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}.training_results_nSo .text_main_holder > div::before {
    transition: width 0.3s ease;
    top: 0;
    height: 100%;
    width: 5px;
    left: 0;
    opacity: 0.8;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgb(180,185,167), rgb(154,126,116));
}.training_results_nSo .text_main_holder > div::after {
    right: 0;
    position: absolute;
    content: '';
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(180,185,167,0.5));
    width: 30%;
    height: 1px;
}.training_results_nSo .text_main_holder > div:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.training_results_nSo .text_main_holder > div:hover::before {
    width: 10px;
}.training_results_nSo .text_main_holder svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
    height: 32px;
    width: 32px;
    transform: translateY(-2px);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}.training_results_nSo .text_main_holder > div:hover svg {
    transform: translateY(-2px) scale(1.1);
}.training_results_nSo .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(154,126,116);
}.training_results_nSo .text_main_holder > div:hover svg path {
    fill: rgb(180,185,167);
}.training_results_nSo .text_main_holder p {
    line-height: 1.5;
    z-index: 1;
    color: #ffffff;
    font-size: 12px;
    position: relative;
    margin: 0;
}

@keyframes gridMove {
    0% {
        transform: translateX(0) rotate(15deg);
    }
    100% {
        transform: translateX(50px) rotate(15deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.4;
        transform: scale(1.05);
    }
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 1100px) {.training_results_nSo .learning_lab_ZuB {
    gap: 50px;
    grid-template-columns: 1fr;
}.training_results_nSo .img_spot_9Ku {
    min-height: 450px;
    transform: perspective(1200px) rotateY(0);
}
}

@media (max-width: 768px) {.training_results_nSo {
    padding: 80px 0;
}.training_results_nSo .img_spot_9Ku {
    min-height: 350px;
}.training_results_nSo h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.training_results_nSo .text_main_holder {
    gap: 20px;
    grid-template-columns: 1fr;
}.training_results_nSo .text_main_holder > div {
    padding: 20px;
}.training_results_nSo .text_main_holder svg {
    width: 28px;
    height: 28px;
}
}

@media (max-width: 576px) {.training_results_nSo {
    padding: 60px 0;
}.training_results_nSo .learning_lab_ZuB {
    gap: 40px;
}.training_results_nSo .img_spot_9Ku {
    min-height: 280px;
}.training_results_nSo h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 25px;
}.training_results_nSo h2::before {
    left: -20px;
    width: 15px;
}.training_results_nSo .text_main_holder > div {
    gap: 12px;
    padding: 15px;
}.training_results_nSo .text_main_holder svg {
    height: 24px;
    width: 24px;
}}.course_program_details_gqU {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,215,209) 0%, rgba(249, 249, 249, 0.95) 100%);
    position: relative;
}.course_program_details_gqU::before {
    top: 0;
    background-size: 60px 60px;
    z-index: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.05;
    content: "";
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgb(154,126,116,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(154,126,116,0.5) 25%, transparent 25%);
}.course_program_details_gqU .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
}.course_program_details_gqU .learn_development_HQl {
    transform: translateY(20px);
    display: grid;
    grid-template-columns: 1fr;
    opacity: 0;
    gap: 3rem;
    animation: fadeIn 0.8s ease-out forwards 0.3s;
}.course_program_details_gqU .img_spot_9Ku {
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
                0 8px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 380px;
    position: relative;
}.course_program_details_gqU .img_spot_9Ku::after {
    top: 0;
    background: linear-gradient(to bottom right, 
                rgb(180,185,167,0.5) 0%, 
                transparent 40%, 
                transparent 60%, 
                rgb(154,126,116,0.5) 100%);
    right: 0;
    transition: opacity 0.6s ease;
    content: "";
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    left: 0;
    bottom: 0;
}.course_program_details_gqU .img_spot_9Ku:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_program_details_gqU .img_spot_9Ku:hover::after {
    opacity: 0.2;
}.course_program_details_gqU .text_panel_ndP {
    background: #ffffff;
    transform: translateX(0);
    display: flex;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2rem;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
}.course_program_details_gqU .text_panel_ndP::before {
    position: absolute;
    height: 0;
    content: "";
    left: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    background: linear-gradient(to bottom, rgb(180,185,167), rgb(154,126,116));
    width: 5px;
}.course_program_details_gqU .learn_development_HQl:hover .text_panel_ndP::before {
    height: 100%;
}.course_program_details_gqU h3 {
    margin-bottom: 1.5rem;
    transform: translateY(0);
    padding-bottom: 1rem;
    transition: transform 0.4s ease;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: calc(19px * 1.1);
}.course_program_details_gqU h3::after {
    height: 3px;
    bottom: 0;
    transition: width 0.5s ease;
    content: "";
    width: 60px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(180,185,167), rgb(154,126,116));
}.course_program_details_gqU .text_panel_ndP:hover h3 {
    transform: translateY(-5px);
}.course_program_details_gqU .text_panel_ndP:hover h3::after {
    width: 100px;
}.course_program_details_gqU .description {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 14px;
    color: #000000;
    line-height: 1.7;
}.course_program_details_gqU .description::-webkit-scrollbar {
    width: 4px;
}.course_program_details_gqU .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}.course_program_details_gqU .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(154,126,116,0.5);
}.course_program_details_gqU span.description {
    display: none;
}

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

@media (min-width: 768px) {.course_program_details_gqU {
    padding: 8rem 0;
}.course_program_details_gqU .learn_development_HQl {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}.course_program_details_gqU .text_panel_ndP {
    transform: translateX(-30px);
}.course_program_details_gqU .learn_development_HQl:hover .text_panel_ndP {
    transform: translateX(0);
}.course_program_details_gqU .img_spot_9Ku {
    height: 480px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.course_program_details_gqU .img_spot_9Ku:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-10px);
}.course_program_details_gqU h3 {
    font-size: 19px;
}
}

@media (min-width: 992px) {.course_program_details_gqU {
    padding: 10rem 0;
}.course_program_details_gqU .container {
    padding: 0 3rem;
}.course_program_details_gqU .learn_development_HQl {
    gap: 6rem;
}.course_program_details_gqU .text_panel_ndP {
    padding: 3rem;
}.course_program_details_gqU .img_spot_9Ku {
    height: 550px;
}.course_program_details_gqU h3 {
    font-size: calc(19px * 1.2);
    margin-bottom: 2rem;
}.course_program_details_gqU .description {
    line-height: 1.8;
    max-height: 300px;
}
}

@media (max-width: 767px) {.course_program_details_gqU {
    padding: 4rem 0;
}.course_program_details_gqU .container {
    padding: 0 1.5rem;
}.course_program_details_gqU .img_spot_9Ku {
    height: 280px;
    margin-bottom: 1rem;
}.course_program_details_gqU .text_panel_ndP {
    padding: 1.5rem;
}.course_program_details_gqU h3 {
    font-size: calc(21px * 1.1);
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
}.course_program_details_gqU .description {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
    max-height: 180px;
}}.our_team_02W {
    position: relative;
    background: linear-gradient(135deg, rgb(213,215,209) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
}.our_team_02W::before {
    background: linear-gradient(120deg, rgb(180,185,167,0.5) 0%, transparent 70%);
    z-index: 1;
    opacity: 0.7;
    transform: rotate(-15deg);
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: -10%;
    height: 40%;
    top: -5%;
    width: 40%;
    content: "";
    position: absolute;
}.our_team_02W::after {
    content: "";
    clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
    width: 40%;
    opacity: 0.7;
    left: -10%;
    position: absolute;
    height: 40%;
    z-index: 1;
    bottom: -5%;
    background: linear-gradient(240deg, rgb(154,126,116,0.5) 0%, transparent 70%);
    transform: rotate(15deg);
}.our_team_02W .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}.our_team_02W h1 {
    font-size: 41px;
    display: inline-block;
    opacity: 0;
    transform: translateX(-1rem);
    color: #000000;
    position: relative;
    margin-bottom: 2.5rem;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    font-weight: 700;
}.our_team_02W h1::after {
    width: 0;
    background: linear-gradient(90deg, rgb(180,185,167) 0%, rgb(154,126,116) 100%);
    bottom: -0.5rem;
    position: absolute;
    height: 3px;
    left: 0;
    animation: expandLine 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    content: "";
}.our_team_02W .master_study_gtS {
    position: relative;
}.our_team_02W .master_study_gtS ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    list-style: none;
}.our_team_02W .training_space_Ozu {
    transform: translateY(2rem);
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    background: #ffffff;
    opacity: 0;
    position: relative;
    border-radius: 4px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}.our_team_02W .training_space_Ozu:nth-child(1) {
    border-left: 4px solid rgb(180,185,167);
    animation-delay: 0.3s;
}.our_team_02W .training_space_Ozu:nth-child(2) {
    border-left: 4px solid rgb(154,126,116);
    animation-delay: 0.5s;
}.our_team_02W .training_space_Ozu:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-0.5rem);
}.our_team_02W .training_space_Ozu h4 {
    font-weight: 600;
    margin-top: 0;
    color: #000000;
    font-size: 21px;
    padding-bottom: 0.75rem;
    position: relative;
    margin-bottom: 1.5rem;
}.our_team_02W .training_space_Ozu:nth-child(1) h4::after {
    bottom: 0;
    background: rgb(180,185,167);
    width: 3rem;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
}.our_team_02W .training_space_Ozu:nth-child(2) h4::after {
    left: 0;
    width: 3rem;
    background: rgb(154,126,116);
    bottom: 0;
    height: 2px;
    position: absolute;
    content: "";
}.our_team_02W .training_space_Ozu div {
    max-height: 300px;
    font-size: 12px;
    line-height: 1.7;
    overflow-y: auto;
    padding-right: 1rem;
    color: #000000;
    font-family: Arial, sans-serif;
}.our_team_02W .training_space_Ozu div::-webkit-scrollbar {
    width: 4px;
}.our_team_02W .training_space_Ozu div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(255, 255, 255, 0.5);
}.our_team_02W .training_space_Ozu div::-webkit-scrollbar-thumb {
    background: rgb(154,126,116,0.5);
    border-radius: 10px;
}.our_team_02W .training_space_Ozu div::-webkit-scrollbar-thumb:hover {
    background: rgb(154,126,116);
}

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

@keyframes expandLine {
    to {
        width: 60%;
    }
}

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

@media (min-width: 768px) {.our_team_02W {
    padding: 8rem 0;
}.our_team_02W h1 {
    margin-bottom: 3.5rem;
    font-size: calc(41px * 1.1);
}.our_team_02W .master_study_gtS ul {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.our_team_02W .training_space_Ozu {
    padding: 3rem;
}.our_team_02W .training_space_Ozu div {
    max-height: 380px;
}
}

@media (min-width: 992px) {.our_team_02W {
    padding: 10rem 0;
}.our_team_02W::before {
    width: 35%;
    height: 35%;
}.our_team_02W::after {
    height: 35%;
    width: 35%;
}.our_team_02W h1 {
    margin-bottom: 4rem;
    font-size: calc(41px * 1.2);
}.our_team_02W .training_space_Ozu {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    padding: 3.5rem;
}.our_team_02W .training_space_Ozu:hover {
    transform: translateY(-0.75rem) scale(1.02);
}.our_team_02W .training_space_Ozu h4 {
    font-size: calc(21px * 1.1);
}.our_team_02W .training_space_Ozu div {
    max-height: 400px;
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.our_team_02W .container {
    padding: 0 4rem;
}.our_team_02W h1::after {
    height: 4px;
}.our_team_02W .master_study_gtS ul {
    gap: 3rem;
}.our_team_02W .training_space_Ozu {
    padding: 4rem;
    border-radius: 6px;
}.our_team_02W .training_space_Ozu h4 {
    margin-bottom: 2rem;
}.our_team_02W .training_space_Ozu div {
    max-height: 450px;
}
}

@media (max-width: 767px) {.our_team_02W {
    padding: 4rem 0;
}.our_team_02W::before, 
    .our_team_02W::after {
    opacity: 0.4;
}.our_team_02W h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 2rem;
}.our_team_02W .training_space_Ozu {
    padding: 1.75rem;
    margin-bottom: 1.5rem;
}.our_team_02W .training_space_Ozu div {
    font-size: calc(12px * 0.95);
    max-height: 250px;
    line-height: 1.6;
}}.contact_form_box_zDj {
    position: relative;
    isolation: isolate;
    padding: 80px 0;
}.contact_form_box_zDj::before {
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
}.contact_form_box_zDj .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}.contact_form_box_zDj .contact_request_tNz {
    grid-template-columns: 1fr 1.5fr;
    display: grid;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}.contact_form_box_zDj .query_reach_Zzg {
    position: relative;
    background: rgb(180,185,167);
    padding: 50px 40px;
}.contact_form_box_zDj .query_reach_Zzg::after {
    content: '';
    height: 100%;
    position: absolute;
    width: 25px;
    right: 0;
    top: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
}.contact_form_box_zDj .query_reach_Zzg h3 {
    font-weight: 700;
    border-bottom: 2px solid rgb(154,126,116);
    margin-bottom: 35px;
    font-size: 31px;
    padding-bottom: 15px;
    color: #ffffff;
}.contact_form_box_zDj .query_reach_Zzg div {
    margin-bottom: 25px;
    align-items: center;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.contact_form_box_zDj .query_reach_Zzg div:last-of-type {
    border-bottom: none;
}.contact_form_box_zDj .query_reach_Zzg div svg {
    width: 22px;
    margin-right: 15px;
    height: 22px;
}.contact_form_box_zDj .query_reach_Zzg div svg path {
    fill: rgb(154,126,116);
}.contact_form_box_zDj .query_reach_Zzg div span {
    font-size: 17px;
    color: #ffffff;
}.contact_form_box_zDj .query_reach_Zzg div span a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}.contact_form_box_zDj .query_reach_Zzg div span a:hover {
    color: rgb(154,126,116);
}.contact_form_box_zDj .help_request_tbF {
    padding: 50px 40px;
    background-color: rgb(213,215,209);
}.contact_form_box_zDj .help_request_tbF h3 {
    position: relative;
    font-size: 19px;
    font-weight: 600;
    color: rgb(180,185,167);
    margin-bottom: 30px;
}.contact_form_box_zDj form {
    display: flex;
    flex-direction: column;
}.contact_form_box_zDj form input[type="text"],
.contact_form_box_zDj form input[type="email"] {
    transition: border-color 0.3s, box-shadow 0.3s;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    font-size: 17px;
    padding: 15px;
    color: #000000;
}.contact_form_box_zDj form input[type="text"]:focus,
.contact_form_box_zDj form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgba(rgb(180,185,167), 0.1);
    border-color: rgb(180,185,167);
    outline: none;
}.contact_form_box_zDj form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_form_box_zDj .inquiry_inquiry_0W3 {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}.contact_form_box_zDj .inquiry_inquiry_0W3 input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-top: 4px;
    margin-right: 10px;
    position: relative;
    border: 2px solid rgb(180,185,167);
    appearance: none;
    border-radius: 3px;
}.contact_form_box_zDj .inquiry_inquiry_0W3 input[type="checkbox"]:checked {
    background-color: rgb(180,185,167);
}.contact_form_box_zDj .inquiry_inquiry_0W3 input[type="checkbox"]:checked::after {
    height: 10px;
    width: 5px;
    top: 1px;
    border: solid #ffffff;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    left: 5px;
    border-width: 0 2px 2px 0;
}.contact_form_box_zDj .inquiry_inquiry_0W3 label {
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
}.contact_form_box_zDj .inquiry_inquiry_0W3 label a {
    text-decoration: none;
    color: rgb(180,185,167);
    font-weight: 600;
}.contact_form_box_zDj .inquiry_inquiry_0W3 label a:hover {
    text-decoration: underline;
}.contact_form_box_zDj form .message_help_Etn {
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    padding: 15px 25px;
    align-self: flex-start;
    font-weight: 600;
    font-size: 17px;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    background-color: rgb(180,185,167);
}.contact_form_box_zDj form .message_help_Etn:hover {
    transform: translateY(-3px);
    background-color: rgb(154,126,116);
}@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact_form_box_zDj .query_reach_Zzg h3 {
    animation: reveal 0.6s ease forwards;
}.contact_form_box_zDj .query_reach_Zzg div {
    opacity: 0;
    animation: reveal 0.6s ease forwards;
}.contact_form_box_zDj .query_reach_Zzg div:nth-child(2) {
    animation-delay: 0.2s;
}.contact_form_box_zDj .query_reach_Zzg div:nth-child(3) {
    animation-delay: 0.4s;
}.contact_form_box_zDj .query_reach_Zzg div:nth-child(4) {
    animation-delay: 0.6s;
}.contact_form_box_zDj .query_reach_Zzg div:nth-child(5) {
    animation-delay: 0.8s;
}

@media screen and (max-width: 992px) {.contact_form_box_zDj .contact_request_tNz {
    grid-template-columns: 1fr;
}.contact_form_box_zDj .query_reach_Zzg {
    padding: 40px 30px;
}.contact_form_box_zDj .help_request_tbF {
    padding: 40px 30px;
}.contact_form_box_zDj .query_reach_Zzg::after {
    display: none;
}
}

@media screen and (max-width: 576px) {.contact_form_box_zDj {
    padding: 50px 0;
}.contact_form_box_zDj .query_reach_Zzg,
    .contact_form_box_zDj .help_request_tbF {
    padding: 30px 20px;
}.contact_form_box_zDj .query_reach_Zzg h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 25px;
}.contact_form_box_zDj form input[type="text"],
    .contact_form_box_zDj form input[type="email"] {
    padding: 12px;
}.contact_form_box_zDj form .message_help_Etn {
    padding: 12px;
    width: 100%;
}}.education_framework_cip {
    padding: 8rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,215,209) 0%, rgb(154,126,116,0.5) 100%);
}.education_framework_cip::before {
    height: 120%;
    z-index: 0;
    opacity: 0.4;
    animation: gradientShift 15s ease-in-out infinite alternate;
    transform: translateZ(0);
    width: 120%;
    content: "";
    background: radial-gradient(circle at 75% 25%, rgb(180,185,167,0.5) 0%, transparent 60%);
    left: -10%;
    position: absolute;
    top: -5%;
}.education_framework_cip::after {
    width: 100%;
    bottom: 0;
    left: 0;
    height: 2px;
    content: "";
    z-index: 1;
    transform: translateZ(0);
    background: linear-gradient(90deg, transparent, rgb(180,185,167), transparent);
    position: absolute;
}.education_framework_cip .container {
    z-index: 2;
    padding: 3rem;
    transform: perspective(1000px) rotateX(1deg);
    flex-direction: column;
    backdrop-filter: blur(10px);
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, #ffffff, rgb(255, 255, 255, 0.5));
    animation: container-entrance 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    transform-origin: center top;
}.education_framework_cip .container > div {
    position: relative;
}.education_framework_cip h3 {
    position: relative;
    color: #000000;
    margin-bottom: 2rem;
    opacity: 0;
    display: inline-block;
    animation: text-entrance 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s forwards;
    transform: translateY(20px);
    font-size: calc(36px * 0.85);
    line-height: 1.3;
    font-weight: 700;
}.education_framework_cip h3::after {
    height: 3px;
    animation: line-draw 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.9s forwards;
    position: absolute;
    background: linear-gradient(90deg, rgb(180,185,167), transparent);
    width: 60%;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    left: 0;
    bottom: -10px;
}.education_framework_cip p {
    line-height: 1.8;
    opacity: 0;
    transform: translateY(30px);
    font-size: 12px;
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
    animation: text-entrance 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) 0.6s forwards;
}.education_framework_cip p span {
    position: relative;
    padding-left: 1.5rem;
    display: block;
}.education_framework_cip p span::before {
    width: 6px;
    left: 0;
    position: absolute;
    height: 6px;
    background: rgb(180,185,167);
    border-radius: 50%;
    top: 0.6rem;
    content: "";
    animation: dot-entrance 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) 1s forwards;
    transform: scale(0);
}

@media (min-width: 768px) {.education_framework_cip {
    padding: 10rem 3rem;
}.education_framework_cip .container {
    transform: perspective(1200px) rotateX(1deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 20px rgba(0, 0, 0, 0.03);
    padding: 4rem;
}.education_framework_cip h3 {
    font-size: 36px;
    margin-bottom: 3rem;
}.education_framework_cip p {
    font-size: calc(12px * 1.1);
    padding-right: 2rem;
}.education_framework_cip p span {
    padding-left: 2rem;
}.education_framework_cip p span::before {
    width: 8px;
    height: 8px;
}
}

@media (min-width: 992px) {.education_framework_cip {
    padding: 12rem 4rem;
}.education_framework_cip .container {
    padding: 5rem;
}.education_framework_cip::before {
    animation: gradientShift 20s ease-in-out infinite alternate;
}.education_framework_cip h3 {
    margin-bottom: 3.5rem;
}.education_framework_cip p {
    margin: 0 auto;
    max-width: 90%;
}.education_framework_cip .container:hover {
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: perspective(1200px) rotateX(1.5deg) translateY(-5px);
}
}

@media (max-width: 767px) {.education_framework_cip {
    padding: 6rem 1.5rem;
}.education_framework_cip .container {
    padding: 2rem;
    transform: perspective(800px) rotateX(0.5deg);
}.education_framework_cip h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 1.5rem;
}.education_framework_cip p {
    font-size: calc(12px * 0.95);
}.education_framework_cip p span {
    padding-left: 1rem;
}.education_framework_cip p span::before {
    top: 0.5rem;
    height: 4px;
    width: 4px;
}}

@keyframes container-entrance {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(1deg) translateY(0);
    }
}

@keyframes text-entrance {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes line-draw {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes dot-entrance {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@keyframes gradientShift {
    0% {
        opacity: 0.3;
        transform: translateX(-5%) translateY(-5%) scale(1.05);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
        transform: translateX(5%) translateY(5%) scale(1);
    }
}.leadership_profile_5LN {
    padding: 90px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,215,209) 0%, #f5f7fa 100%);
    position: relative;
}.leadership_profile_5LN::before {
    z-index: 0;
    content: "";
    position: absolute;
    height: 300px;
    opacity: 0.4;
    width: 300px;
    right: -5%;
    filter: blur(60px);
    background: linear-gradient(45deg, rgb(180,185,167,0.5), rgb(154,126,116,0.5));
    animation: float 15s ease-in-out infinite alternate;
    top: -10%;
}.leadership_profile_5LN::after {
    position: absolute;
    width: 250px;
    left: -5%;
    opacity: 0.3;
    background: linear-gradient(225deg, rgb(154,126,116,0.5), rgb(180,185,167,0.5));
    z-index: 0;
    filter: blur(50px);
    content: "";
    height: 250px;
    bottom: -5%;
    animation: float 18s ease-in-out infinite alternate-reverse;
}.leadership_profile_5LN .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
}.leadership_profile_5LN .student_reviews_Tzl {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    grid-gap: 30px;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(2deg);
    background: #ffffff;
    padding: 40px;
    display: grid;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.leadership_profile_5LN .student_reviews_Tzl:hover {
    transform: perspective(1000px) rotateY(0deg);
}.leadership_profile_5LN .student_reviews_Tzl > div:first-child {
    margin-bottom: 10px;
    position: relative;
}.leadership_profile_5LN .img_spot_9Ku {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    border: 3px solid #ffffff;
    width: 120px;
    height: 120px;
}.leadership_profile_5LN .student_reviews_Tzl:hover .img_spot_9Ku {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1.05) translateY(-5px);
}.leadership_profile_5LN .name {
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: 22px;
    color: rgb(180,185,167);
    margin-bottom: 5px;
}.leadership_profile_5LN .name::after {
    transition: width 0.3s ease-in-out;
    height: 3px;
    position: absolute;
    width: 0;
    bottom: -4px;
    background: linear-gradient(90deg, rgb(180,185,167), rgb(154,126,116));
    left: 0;
    content: "";
}.leadership_profile_5LN .student_reviews_Tzl:hover .name::after {
    width: 100%;
}.leadership_profile_5LN .student_reviews_Tzl > div:nth-child(2) > div {
    color: rgb(154,126,116);
    margin-bottom: 15px;
    position: relative;
    font-size: calc(13px - 1px);
    transition: padding-left 0.3s ease;
    font-weight: 600;
    padding-left: 0;
}.leadership_profile_5LN .student_reviews_Tzl:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.leadership_profile_5LN .work_area_pUG {
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.7;
    margin: 0;
    border-left: 3px solid rgb(180,185,167);
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
    font-size: 13px;
    padding: 20px;
}.leadership_profile_5LN .work_area_pUG::before {
    color: rgb(180,185,167,0.5);
    font-size: 60px;
    line-height: 1;
    content: "";
    position: absolute;
    left: 10px;
    font-family: serif;
    opacity: 0.3;
    top: -15px;
}

@media (min-width: 768px) {.leadership_profile_5LN {
    padding: 120px 0;
}.leadership_profile_5LN .student_reviews_Tzl {
    grid-template-columns: 150px 1fr;
    padding: 50px;
    grid-template-rows: auto 1fr;
}.leadership_profile_5LN .student_reviews_Tzl > div:first-child {
    grid-row: 1 / span 2;
    margin-bottom: 0;
}.leadership_profile_5LN .img_spot_9Ku {
    width: 150px;
    height: 150px;
}.leadership_profile_5LN .student_reviews_Tzl > div:nth-child(2) {
    align-self: end;
}.leadership_profile_5LN .student_reviews_Tzl > div:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}
}

@media (min-width: 992px) {.leadership_profile_5LN .student_reviews_Tzl {
    padding: 60px;
    grid-gap: 40px;
    grid-template-columns: 180px 1fr;
}.leadership_profile_5LN .img_spot_9Ku {
    width: 180px;
    height: 180px;
}.leadership_profile_5LN .name {
    font-size: calc(22px + 2px);
}.leadership_profile_5LN .work_area_pUG {
    font-size: calc(13px + 1px);
    padding: 25px;
}
}

@media (max-width: 767px) {.leadership_profile_5LN {
    padding: 60px 0;
}.leadership_profile_5LN .student_reviews_Tzl {
    padding: 30px;
    text-align: center;
}.leadership_profile_5LN .img_spot_9Ku {
    margin: 0 auto 20px;
}.leadership_profile_5LN .name::after {
    left: 50%;
    transform: translateX(-50%);
}.leadership_profile_5LN .student_reviews_Tzl:hover > div:nth-child(2) > div {
    padding-left: 0;
}.leadership_profile_5LN .work_area_pUG {
    padding: 15px;
    text-align: left;
}}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 10px) rotate(-5deg);
    }
}header {
    left: 0;
    position: fixed;
    border-bottom: 2px solid rgb(213,215,209);
    z-index: 1000;
    top: 0;
    transition: all 0.3s ease;
    background-color: #ffffff;
    width: 100%;
}header:before {
    background: linear-gradient(90deg, rgb(180,185,167), rgb(154,126,116), rgb(180,185,167));
    top: 0;
    animation: gradientMove 6s infinite linear;
    width: 100%;
    height: 4px;
    content: '';
    left: 0;
    background-size: 200% 100%;
    position: absolute;
}header .page_header_S5p {
    padding: 0;
    width: 100%;
}header .container {
    margin: 0 auto;
    padding: 20px;
    position: relative;
    max-width: 1200px;
}header .head_learning_Eej {
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
}header .top_class_1jO {
    gap: 35px;
    display: flex;
    align-items: center;
}header .top_section_wpK {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    padding: 5px 0;
    font-weight: 600;
    font-family: Arial, sans-serif;
}header .top_section_wpK:before {
    transition: transform 0.3s ease;
    height: 6px;
    background-color: rgb(180,185,167);
    top: 50%;
    content: '';
    position: absolute;
    left: -15px;
    transform: translateY(-50%) scale(0);
    width: 6px;
    border-radius: 10px;
}header .top_section_wpK:after {
    left: 0;
    transition: transform 0.3s ease;
    content: '';
    background-color: rgb(180,185,167);
    height: 2px;
    transform-origin: center;
    width: 100%;
    transform: scaleX(0);
    bottom: 0;
    position: absolute;
}header .top_section_wpK:hover {
    color: rgb(180,185,167);
}header .top_section_wpK:hover:before {
    transform: translateY(-50%) scale(1);
}header .top_section_wpK:hover:after {
    transform: scaleX(1);
}header .main_sitewrap_w9o {
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    text-decoration: none;
    padding: 5px 10px;
}header .main_sitewrap_w9o:before {
    position: absolute;
    background: linear-gradient(to right, rgb(180,185,167), rgb(154,126,116)) border-box;
    content: '';
    mask-composite: exclude;
    width: 100%;
    border: 2px solid transparent;
    height: 100%;
    transition: opacity 0.3s ease;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    top: 0;
    opacity: 0;
    border-radius: 10px;
    left: 0;
    -webkit-mask-composite: xor;
}header .main_sitewrap_w9o:hover:before {
    opacity: 1;
}header .main_sitewrap_w9o svg {
    width: auto;
    transition: transform 0.3s ease;
    height: 42px;
}header .main_sitewrap_w9o:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .top_class_1jO {
    gap: 20px;
}header .top_section_wpK:before {
    left: -10px;
}header .main_sitewrap_w9o svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .top_class_1jO {
    left: 0;
    gap: 0;
    position: absolute;
    z-index: 1001;
    max-height: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: max-height 0.4s ease;
    background-color: #ffffff;
    padding: 0;
    flex-direction: column;
    border-bottom: 3px solid rgb(180,185,167);
    overflow: hidden;
    width: 100%;
    top: 100%;
}header .menu.active {
    max-height: 400px;
}header .top_section_wpK {
    border-bottom: 1px solid rgb(213,215,209);
    padding: 12px 20px;
    width: 100%;
}header .top_section_wpK:last-child {
    border-bottom: none;
}header .top_section_wpK:before {
    left: 5px;
}header .head_learning_Eej {
    padding: 5px 0;
}header .main_sitewrap_w9o {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .main_sitewrap_w9o svg {
    height: 32px;
}}footer {
    width: 100%;
    position: relative;
}footer .online_tools_nYp {
    position: relative;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    padding: 80px 0 30px;
    background: linear-gradient(135deg, #000000 0%, rgb(180,185,167) 100%);
    z-index: 1;
}footer .online_tools_nYp::before {
    height: 100%;
    opacity: 0.05;
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: -1;
    top: 0;
}footer .online_tools_nYp::after {
    background: linear-gradient(90deg, 
        rgb(180,185,167) 0%, 
        rgb(154,126,116) 50%, 
        rgb(180,185,167) 100%);
    position: absolute;
    content: '';
    height: 3px;
    top: 0;
    width: 100%;
    animation: glowBorder 3s infinite linear;
    left: 0;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .online_tools_nYp .container {
    position: relative;
    z-index: 2;
}footer .footer_edu_H5m {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .edu_query_PD4 {
    margin-bottom: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
    display: flex;
    position: relative;
    gap: 30px;
}footer .edu_query_PD4::after {
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(154,126,116,0.5) 50%, 
        transparent 100%);
    height: 1px;
    bottom: 0;
}footer .info_item {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    flex: 1;
    border-radius: 10px;
    margin-bottom: 15px;
    transform: translateY(0);
    backdrop-filter: blur(5px);
    min-width: 200px;
    transition: all 0.3s ease;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
}footer .info_item p,
footer .info_item a {
    font-family: Arial, sans-serif;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    display: flex;
    color: #ffffff;
    font-weight: 400;
    transition: color 0.3s ease;
    font-size: 13px;
}footer .info_item svg {
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    fill: rgb(154,126,116);
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(154,126,116);
}footer .text_main_holder {
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 40px;
}footer .nav_base_imy {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    gap: 20px;
}footer .nav_base_imy svg {
    max-width: 160px;
    filter: drop-shadow(0 0 5px rgb(180,185,167,0.5));
    height: auto;
}footer .science_ref_mhv {
    line-height: 1.5;
    font-weight: 300;
    max-width: 300px;
    color: #ffffff;
    opacity: 0.7;
    font-size: 14px;
}footer .top_class_1jO {
    gap: 20px;
    display: flex;
    flex-direction: column;
}footer .top_class_1jO h5 {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 15px;
    font-size: 21px;
    color: #ffffff;
    font-weight: 700;
}footer .top_class_1jO h5::after {
    left: 0;
    content: '';
    border-radius: 10px;
    bottom: 0;
    position: absolute;
    background: rgb(154,126,116);
    height: 3px;
    width: 50px;
}footer .nav_start_1Yj {
    gap: 15px;
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
}footer .nav_start_1Yj a {
    color: #ffffff;
    transition: all 0.3s ease;
    padding-left: 15px;
    text-decoration: none;
    opacity: 0.8;
    font-size: 13px;
    position: relative;
}footer .nav_start_1Yj a::before {
    height: 6px;
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    opacity: 0.7;
    background: rgb(154,126,116);
    width: 6px;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
    content: '';
}footer .nav_start_1Yj a:hover {
    color: rgb(154,126,116);
    opacity: 1;
    transform: translateX(5px);
}footer .nav_start_1Yj a:hover::before {
    height: 8px;
    opacity: 1;
    box-shadow: 0 0 10px rgb(154,126,116);
    width: 8px;
}footer .subscribe_holder {
    display: flex;
    border-radius: 15px;
    transform: perspective(1000px) rotateY(-5deg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex-direction: column;
    padding: 25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    gap: 15px;
}footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 5px;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 13px;
    opacity: 0.8;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
    position: relative;
}footer .input_holder input[type="email"] {
    padding: 14px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border-radius: 10px;
    outline: none;
    width: 100%;
    color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(154,126,116);
    box-shadow: 0 0 15px rgb(154,126,116,0.5);
}footer .mail_signup_k8y {
    cursor: pointer;
    overflow: hidden;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 12px 24px;
    background: linear-gradient(45deg, rgb(154,126,116) 0%, rgb(180,185,167) 100%);
    font-size: 17px;
    letter-spacing: 1px;
}footer .mail_signup_k8y::before {
    transition: 0.6s;
    position: absolute;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    top: 0;
    width: 100%;
    content: '';
}footer .mail_signup_k8y:hover::before {
    left: 100%;
}footer .mail_signup_k8y:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}footer .code_labs_jPD {
    position: relative;
    padding-top: 30px;
    text-align: center;
}footer .code_labs_jPD::before {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(154,126,116,0.5) 50%, 
        transparent 100%);
    width: 100%;
    position: absolute;
    top: 0;
    height: 1px;
    left: 0;
    content: '';
}footer .math_tools_kIK {
    font-weight: 300;
    opacity: 0.7;
    font-size: 12px;
    color: #ffffff;
}

@media (max-width: 992px) {footer .online_tools_nYp {
    padding: 60px 0 30px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .edu_query_PD4 {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .online_tools_nYp {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .top_class_1jO {
    gap: 15px;
}footer .edu_query_PD4 {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
    margin-bottom: 0;
}footer .input_holder {
    flex-direction: column;
}footer .mail_signup_k8y {
    width: 100%;
}
}

@media (max-width: 576px) {footer .online_tools_nYp {
    padding: 40px 0 30px;
}footer .nav_base_imy {
    margin: 0 auto;
    text-align: center;
    align-items: center;
}footer .science_ref_mhv {
    margin: 0 auto;
    text-align: center;
}footer .top_class_1jO h5 {
    text-align: center;
}footer .top_class_1jO h5::after {
    left: 50%;
    transform: translateX(-50%);
}footer .nav_start_1Yj {
    align-items: center;
}footer .nav_start_1Yj a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.target_audience_mH8 {
    position: relative;
    overflow: hidden;
    background-color: rgb(213,215,209);
    padding: 5rem 0;
}.target_audience_mH8::before {
    animation: moveRays 30s linear infinite;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background-image: 
        linear-gradient(45deg, transparent 75%, rgb(180,185,167,0.5) 75%, transparent 76%),
        linear-gradient(135deg, transparent 75%, rgb(154,126,116,0.5) 75%, transparent 76%);
    background-size: 200px 200px;
    opacity: 0.3;
    left: 0;
}.target_audience_mH8::after {
    background-image: 
        linear-gradient(90deg, transparent 90%, rgb(180,185,167,0.5) 90%, rgb(180,185,167,0.5) 91%, transparent 91%),
        linear-gradient(0deg, transparent 95%, rgb(154,126,116,0.5) 95%, rgb(154,126,116,0.5) 96%, transparent 96%);
    z-index: 1;
    left: 0;
    position: absolute;
    height: 100%;
    background-size: 120px 120px;
    animation: moveRaysVertical 20s linear infinite;
    width: 100%;
    content: '';
    top: 0;
    opacity: 0.2;
}.target_audience_mH8 .learning_lab_ZuB {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1000px;
}.target_audience_mH8 h3 {
    font-size: 34px;
    font-weight: 600;
    position: relative;
    color: rgb(180,185,167);
    margin-bottom: 3.5rem;
    text-align: center;
}.target_audience_mH8 h3::after {
    height: 2px;
    left: 50%;
    animation: pulseLight 3s infinite alternate;
    width: 150px;
    content: '';
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(180,185,167), transparent);
    bottom: -15px;
    position: absolute;
}.target_audience_mH8 ul {
    margin: 0;
    display: flex;
    padding: 0;
    gap: 1.5rem;
    list-style-type: none;
    flex-direction: column;
}.target_audience_mH8 li {
    border-radius: 17px;
    backdrop-filter: blur(5px);
    padding: 1.5rem 2rem;
    align-items: center;
    display: flex;
    overflow: hidden;
    border-left: 3px solid rgb(180,185,167,0.5);
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.08);
    position: relative;
}.target_audience_mH8 li::before {
    background: linear-gradient(90deg, rgb(180,185,167,0.5) 0%, transparent 100%);
    position: absolute;
    height: 100%;
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    z-index: -1;
    width: 0;
    opacity: 0.1;
    top: 0;
    content: '';
}.target_audience_mH8 li::after {
    content: '';
    left: 0;
    opacity: 0.5;
    width: 100%;
    box-shadow: 0 0 10px rgb(180,185,167,0.5);
    background: linear-gradient(90deg, rgb(180,185,167) 0%, transparent 100%);
    height: 1px;
    bottom: 0;
    position: absolute;
}.target_audience_mH8 li:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-left-color: rgb(180,185,167);
}.target_audience_mH8 li:hover::before {
    width: 100%;
}.target_audience_mH8 li svg {
    fill: rgb(180,185,167);
    height: 40px;
    filter: drop-shadow(0 0 8px rgb(180,185,167,0.5));
    margin-right: 1.5rem;
    flex-shrink: 0;
    transition: all 0.4s ease;
    width: 40px;
}.target_audience_mH8 li:hover svg {
    animation: flashLight 1s ease;
    transform: scale(1.1);
}.target_audience_mH8 li svg path {
    transition: all 0.4s ease;
    fill: rgb(180,185,167);
}.target_audience_mH8 li:hover svg path {
    fill: rgb(154,126,116);
}.target_audience_mH8 li {
    font-weight: 400;
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
}.target_audience_mH8 li:nth-child(1) {
    animation-delay: 0s;
}.target_audience_mH8 li:nth-child(2) {
    animation-delay: 0.1s;
}.target_audience_mH8 li:nth-child(3) {
    animation-delay: 0.2s;
}.target_audience_mH8 li:nth-child(4) {
    animation-delay: 0.3s;
}

@keyframes moveRays {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 200px 200px;
    }
}

@keyframes moveRaysVertical {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 120px 120px;
    }
}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(180,185,167,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgb(180,185,167);
    }
}

@keyframes flashLight {
    0% {
        filter: drop-shadow(0 0 8px rgb(180,185,167,0.5));
    }
    50% {
        filter: drop-shadow(0 0 25px rgb(180,185,167));
    }
    100% {
        filter: drop-shadow(0 0 8px rgb(180,185,167,0.5));
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (min-width: 992px) {.target_audience_mH8 li {
    opacity: 0;
    animation: slideIn 0.5s forwards;
}
}

@media (max-width: 991px) {.target_audience_mH8 {
    padding: 4rem 0;
}.target_audience_mH8 h3 {
    font-size: calc(34px * 0.9);
}.target_audience_mH8 li {
    padding: 1.2rem 1.8rem;
}.target_audience_mH8 li svg {
    height: 35px;
    margin-right: 1.2rem;
    width: 35px;
}
}

@media (max-width: 767px) {.target_audience_mH8 {
    padding: 3rem 0;
}.target_audience_mH8 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.8);
}.target_audience_mH8 h3::after {
    width: 120px;
}.target_audience_mH8 li {
    padding: 1rem 1.5rem;
}.target_audience_mH8 li svg {
    height: 30px;
    width: 30px;
    margin-right: 1rem;
}}.trackingSettingsBox_f7T {
    padding: 15px 20px;
    border-top: 3px solid rgb(180,185,167);
    position: fixed;
    width: 100%;
    background: rgb(154,126,116);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 90;
    bottom: 0;
}.cookie_necessary_zWq {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}.cookie_visitor_tFO {
    flex-shrink: 0;
    margin-right: 20px;
}.cookie_visitor_tFO svg {
    width: 50px;
    height: 50px;
    fill: rgb(180,185,167);
}.privacy_learn_Zob {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}.trackingSettingsBox_f7T h5 {
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
}.trackingSettingsBox_f7T p {
    line-height: 1.5;
    font-size: 15px;
    color: #000000;
}.cookie_explained_5U7 {
    color: #ffffff;
    cursor: pointer;
    min-width: 150px;
    transition: none;
    text-decoration: none;
    text-align: center;
    flex-shrink: 0;
    border-radius: 10px;
    border: 2px solid rgb(180,185,167);
    padding: 10px 20px;
    font-size: 20px;
    margin-left: 10px;
    background: rgb(180,185,167);
}.cookie_explained_5U7:hover {
    background: rgb(180,185,167,0.5);
    border-color: rgb(180,185,167,0.5);
}.trackingSettingsBox_f7T p a {
    color: rgb(180,185,167);
    text-decoration: none;
    border-bottom: 2px solid rgb(180,185,167);
}.trackingSettingsBox_f7T p a:hover {
    border-bottom-color: rgb(154,126,116);
    color: rgb(154,126,116);
}
@media only screen and (max-width: 1200px) {.trackingSettingsBox_f7T {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.cookie_visitor_tFO {
    display: none;
}.cookie_necessary_zWq {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.trackingSettingsBox_f7T h5, .trackingSettingsBox_f7T p {
    text-align: center;
}.privacy_learn_Zob {
    margin-bottom: 15px;
}.cookie_explained_5U7 {
    margin-left: 0;
    margin-top: 10px;
}}
#usageNoticeDialog_T8K {
    display: none;
}#usageNoticeDialog_T8K:checked ~ .trackingSettingsBox_f7T {
    visibility: hidden;
    opacity: 0;
}.tariff_plan_Ut9 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.tariff_plan_Ut9::before {
    bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(180,185,167,0.5) 100%);
    right: 0;
}.tariff_plan_Ut9 .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1400px;
}.tariff_plan_Ut9 .fee_plans_Qej {
    display: flex;
    align-items: center;
    flex-direction: column;
}.tariff_plan_Ut9 h2 {
    color: #ffffff;
    transform: translateY(0);
    animation: fadeSlideDown 0.8s ease-out forwards;
    font-size: 33px;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    margin-bottom: 25px;
    position: relative;
}.tariff_plan_Ut9 h2::after {
    position: absolute;
    transform: translateX(-50%) scaleX(0);
    background: rgb(180,185,167);
    height: 3px;
    bottom: -15px;
    width: 80px;
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 50%;
    content: "";
}.tariff_plan_Ut9 .plan_rates_bDR {
    line-height: 1.6;
    text-align: center;
    opacity: 0;
    max-width: 700px;
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    color: #ffffff;
    font-size: calc(14px * 1.1);
    transform: translateY(20px);
    margin: 0 auto 60px;
}.tariff_plan_Ut9 .study_costs_PNd {
    margin: 0;
    list-style: none;
    width: 100%;
    padding: 0;
    display: grid;
    gap: 30px;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.tariff_plan_Ut9 .study_costs_PNd li {
    transform: translateY(30px) rotateX(10deg);
    animation: cardReveal 0.7s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    opacity: 0;
}.tariff_plan_Ut9 .study_costs_PNd li:nth-child(1) {
    animation-delay: 0.4s;
}.tariff_plan_Ut9 .study_costs_PNd li:nth-child(2) {
    animation-delay: 0.6s;
}.tariff_plan_Ut9 .study_costs_PNd li:nth-child(3) {
    animation-delay: 0.8s;
}.tariff_plan_Ut9 .study_costs_PNd li:nth-child(4) {
    animation-delay: 1s;
}.tariff_plan_Ut9 .package_price_EOF {
    text-decoration: none;
    display: block;
    transition: transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    will-change: transform;
    height: 100%;
    color: #000000;
}.tariff_plan_Ut9 .package_price_EOF:hover {
    transform: translateY(-12px);
}.tariff_plan_Ut9 .payment_deals_7lU {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    overflow: hidden;
    transition: box-shadow 0.45s ease, transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 26px;
    position: relative;
    height: 100%;
    background: #ffffff;
}.tariff_plan_Ut9 .package_price_EOF:hover .payment_deals_7lU {
    box-shadow: 0 25px 45px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.12);
}.tariff_plan_Ut9 .payment_deals_7lU::before {
    left: 0;
    transition: transform 0.5s cubic-bezier(0.3, 0.7, 0.4, 1.5);
    content: "";
    transform: scaleX(0);
    width: 100%;
    transform-origin: right;
    background: linear-gradient(90deg, rgb(180,185,167) 0%, rgb(154,126,116) 100%);
    position: absolute;
    top: 0;
    height: 6px;
}.tariff_plan_Ut9 .package_price_EOF:hover .payment_deals_7lU::before {
    transform-origin: left;
    transform: scaleX(1);
}.tariff_plan_Ut9 .pricing_list_usW {
    padding: 35px 30px;
    position: relative;
}.tariff_plan_Ut9 .pricing_list_usW h4 {
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #000000;
    font-size: calc(24px * 1.1);
    transition: color 0.35s ease;
}.tariff_plan_Ut9 .package_price_EOF:hover .pricing_list_usW h4 {
    color: rgb(180,185,167);
}.tariff_plan_Ut9 .pricing_list_usW h4::after {
    content: "";
    background: rgb(180,185,167,0.5);
    transition: width 0.35s ease, background 0.35s ease;
    height: 2px;
    left: 0;
    bottom: 0;
    width: 50px;
    position: absolute;
}.tariff_plan_Ut9 .package_price_EOF:hover .pricing_list_usW h4::after {
    width: 75px;
    background: rgb(180,185,167);
}.tariff_plan_Ut9 .pricing_list_usW p {
    max-height: 150px;
    overflow-y: auto;
    position: relative;
    line-height: 1.7;
    color: #000000;
    font-size: 14px;
    padding-right: 15px;
    margin-bottom: 30px;
}.tariff_plan_Ut9 .pricing_list_usW p::-webkit-scrollbar {
    width: 6px;
}.tariff_plan_Ut9 .pricing_list_usW p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.05);
}.tariff_plan_Ut9 .pricing_list_usW p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    transition: background 0.3s ease;
    background: rgb(180,185,167,0.5);
}.tariff_plan_Ut9 .package_price_EOF:hover .pricing_list_usW p::-webkit-scrollbar-thumb {
    background: rgb(180,185,167);
}.tariff_plan_Ut9 .price_deals_JzT {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    font-size: calc(24px * 1.2);
    background: linear-gradient(135deg, rgb(154,126,116,0.5) 0%, rgb(180,185,167) 100%);
    align-items: center;
    position: relative;
    justify-content: center;
    padding: 12px 20px;
    font-weight: 700;
    display: flex;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    color: #ffffff;
    overflow: hidden;
}.tariff_plan_Ut9 .package_price_EOF:hover .price_deals_JzT {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
}.tariff_plan_Ut9 .price_deals_JzT::before {
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: transform 0.6s ease;
    position: absolute;
    height: 100%;
    transform: translateX(-100%);
    content: "";
}.tariff_plan_Ut9 .package_price_EOF:hover .price_deals_JzT::before {
    transform: translateX(100%);
}

@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes cardReveal {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.tariff_plan_Ut9 {
    padding: 100px 0;
}.tariff_plan_Ut9 .study_costs_PNd {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.tariff_plan_Ut9 {
    padding: 80px 0;
}.tariff_plan_Ut9 h2 {
    font-size: calc(33px * 0.9);
}.tariff_plan_Ut9 .plan_rates_bDR {
    margin-bottom: 50px;
    font-size: 14px;
}.tariff_plan_Ut9 .study_costs_PNd {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.tariff_plan_Ut9 .pricing_list_usW {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.tariff_plan_Ut9 {
    padding: 60px 0;
}.tariff_plan_Ut9 h2 {
    font-size: calc(33px * 0.8);
}.tariff_plan_Ut9 .plan_rates_bDR {
    font-size: calc(14px * 0.95);
    margin-bottom: 40px;
}.tariff_plan_Ut9 .study_costs_PNd {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.tariff_plan_Ut9 .pricing_list_usW p {
    max-height: none;
}
}

@media (max-width: 480px) {.tariff_plan_Ut9 {
    padding: 50px 0;
}.tariff_plan_Ut9 h2 {
    font-size: calc(33px * 0.7);
}.tariff_plan_Ut9 .pricing_list_usW {
    padding: 20px 18px;
}.tariff_plan_Ut9 .price_deals_JzT {
    padding: 10px 15px;
    font-size: calc(24px * 1.1);
}}header .top_plank {
    background: rgb(180,185,167);
    color:  #ffffff;
}header .top_plank .prime_skill_xiU div svg, header .top_plank .prime_skill_xiU div svg path {
    fill: #ffffff;
}header .top_plank .prime_skill_xiU div span {
    color: #ffffff;
}header .top_plank .prime_skill_xiU {
    padding: 15px 0 10px 0;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    line-height: 21px;
    flex-wrap: wrap;
    font-size: 15px;
}header .top_plank .prime_skill_xiU div {
    justify-content: flex-start;
    display: flex;
    margin-right: 24px;
    align-items: center;
}header .top_plank .prime_skill_xiU div img, header .top_plank .prime_skill_xiU div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}