* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    height: 100%;
    auto
contain
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}.top_pagebar_046 {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1200px;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}.webinar_cta_176 {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    width: 3px;
}::-webkit-scrollbar-track {
    border: 1px solid rgb(153,173,152,0.5);
    background: rgb(192,208,191,0.5);
}::-webkit-scrollbar-thumb {
    background: #ffffff;
    transition: box-shadow 1.4s linear;
    border-radius: 14%;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(153,173,152,0.5);
    box-shadow: 2px 1px 6px 2px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
}::-webkit-scrollbar-corner {
    border-radius: 0px;
    background: #ffffff;
}html {
    scrollbar-color: rgb(153,173,152) rgb(255, 255, 255, 0.5);
    scrollbar-width: thin;
}header,footer {
    width: 100%;
}.wrapper-bundle_984 {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing_offer_438 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.pricing_offer_438::before {
    position: absolute;
    bottom: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    left: 0;
    top: 0;
    z-index: 1;
    right: 0;
    content: "";
}.pricing_offer_438 .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    position: relative;
}.pricing_offer_438 .edu_deals_786 {
    align-items: center;
    flex-direction: column;
    display: flex;
}.pricing_offer_438 h2 {
    text-align: center;
    color: #ffffff;
    animation: fadeInUp 0.8s ease-out forwards;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 38px;
    transform: translateY(20px);
    opacity: 0;
}.pricing_offer_438 .skill_pricing_598 {
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 50px;
    transform: translateY(20px);
    text-align: center;
    opacity: 0;
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    font-size: 14px;
}.pricing_offer_438 .plan_matrix_865 {
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
    gap: 30px;
}.pricing_offer_438 .plan_matrix_865 li {
    transform: translateY(30px);
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
    opacity: 0;
}.pricing_offer_438 .plan_matrix_865 li:nth-child(1) {
    --li-index: 0;
}.pricing_offer_438 .plan_matrix_865 li:nth-child(2) {
    --li-index: 1;
}.pricing_offer_438 .plan_matrix_865 li:nth-child(3) {
    --li-index: 2;
}.pricing_offer_438 .plan_matrix_865 li:nth-child(4) {
    --li-index: 3;
}.pricing_offer_438 .cert_plans_273 {
    display: block;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(0deg);
    text-decoration: none;
    will-change: transform;
}.pricing_offer_438 .cert_plans_273:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}.pricing_offer_438 .plan_pricing_231 {
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}.pricing_offer_438 .cert_plans_273:hover .plan_pricing_231 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(192,208,191,0.5), 0.5);
    border-color: rgba(255,255,255,0.2);
}.pricing_offer_438 .plan_pricing_231::before {
    transition: all 0.6s ease;
    background: linear-gradient(135deg, rgb(192,208,191,0.5) 0%, transparent 70%);
    position: absolute;
    width: 40%;
    left: -10%;
    content: "";
    height: 50%;
    top: -10%;
    opacity: 0.1;
    transform: rotate(-45deg);
}.pricing_offer_438 .cert_plans_273:hover .plan_pricing_231::before {
    opacity: 0.15;
    transform: rotate(-45deg) translateY(-20%);
}.pricing_offer_438 .pricing_block_162 {
    display: flex;
    min-height: 280px;
    flex-direction: column;
    height: 100%;
    padding: 35px 30px;
    box-sizing: border-box;
}.pricing_offer_438 .pricing_block_162 h4 {
    margin-top: 0;
    color: #ffffff;
    font-size: calc(22px * 1.1);
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 600;
}.pricing_offer_438 .pricing_block_162 h4::after {
    height: 3px;
    content: "";
    background: rgb(192,208,191);
    position: absolute;
    transition: width 0.4s ease;
    left: 0;
    bottom: 0;
    width: 40px;
}.pricing_offer_438 .cert_plans_273:hover .pricing_block_162 h4::after {
    width: 60px;
}.pricing_offer_438 .pricing_block_162 p {
    font-size: calc(14px * 0.9);
    flex-grow: 1;
    margin-bottom: 25px;
    hyphens: auto;
    white-space: normal;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.7;
    word-wrap: break-word;
    overflow-wrap: break-word;
}.pricing_offer_438 .trial_offers_815 {
    transition: all 0.3s ease;
    align-self: flex-start;
    padding: 10px 20px;
    position: relative;
    font-size: calc(22px * 1.2);
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
    display: inline-block;
    overflow: hidden;
    color: rgb(192,208,191);
    font-weight: 700;
}.pricing_offer_438 .trial_offers_815::before {
    width: 100%;
    position: absolute;
    left: -100%;
    transition: left 0.7s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    content: "";
    top: 0;
}.pricing_offer_438 .cert_plans_273:hover .trial_offers_815::before {
    left: 100%;
}

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

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

@media (max-width: 992px) {.pricing_offer_438 {
    padding: 80px 0;
}.pricing_offer_438 h2 {
    font-size: calc(38px * 0.9);
}.pricing_offer_438 .plan_matrix_865 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.pricing_offer_438 .pricing_block_162 {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.pricing_offer_438 {
    padding: 70px 0;
}.pricing_offer_438 h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 15px;
}.pricing_offer_438 .skill_pricing_598 {
    margin-bottom: 35px;
    font-size: calc(14px * 0.95);
}.pricing_offer_438 .plan_matrix_865 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.pricing_offer_438 .pricing_block_162 {
    min-height: auto;
}
}

@media (max-width: 576px) {.pricing_offer_438 {
    padding: 60px 0;
}.pricing_offer_438 h2 {
    font-size: calc(38px * 0.7);
}.pricing_offer_438 .skill_pricing_598 {
    font-size: calc(14px * 0.9);
}.pricing_offer_438 .pricing_block_162 {
    padding: 20px 15px;
}.pricing_offer_438 .pricing_block_162 h4 {
    font-size: 22px;
}.pricing_offer_438 .pricing_block_162 p {
    font-size: calc(14px * 0.85);
}.pricing_offer_438 .trial_offers_815 {
    font-size: 22px;
    padding: 8px 15px;
}}.training_specialist_032 {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(226,233,225);
    position: relative;
}.training_specialist_032::before {
    z-index: 1;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(192,208,191,0.5) 0,
        rgb(192,208,191,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    content: "";
}.training_specialist_032 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    z-index: 2;
}.training_specialist_032 .feedback_story_428 {
    gap: 50px;
    border-radius: 25px;
    position: relative;
    max-width: 1000px;
    display: grid;
    grid-template-columns: 350px 1fr;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
}.training_specialist_032 .background_photo_245 {
    overflow: hidden;
    min-height: 400px;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 0;
}.training_specialist_032 .background_photo_245::before {
    z-index: 1;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    width: 100%;
    bottom: 0;
    height: 50%;
    left: 0;
    position: absolute;
}.training_specialist_032 .background_photo_245::after {
    height: 100%;
    opacity: 0.15;
    top: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    width: 100%;
    background: rgb(192,208,191);
    content: "";
    left: 0;
}.training_specialist_032 .background_photo_245:hover::after {
    opacity: 0;
}.training_specialist_032 .name {
    position: absolute;
    margin: 0;
    font-weight: 700;
    font-family: Arial, sans-serif;
    padding-bottom: 0;
    bottom: 60px;
    font-size: 20px;
    color: #ffffff;
    z-index: 2;
    transition: transform 0.3s ease;
    left: 30px;
}.training_specialist_032 .feedback_story_428 span:not(.name) {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    transition: transform 0.3s ease;
    bottom: 30px;
    margin: 0;
    position: absolute;
    z-index: 2;
    font-family: Arial, sans-serif;
    opacity: 0.85;
    left: 30px;
}.training_specialist_032 .background_photo_245:hover ~ .name,
.training_specialist_032 .background_photo_245:hover ~ span:not(.name) {
    transform: translateX(5px);
}.training_specialist_032 .emp_summary_496 {
    font-size: 14px;
    padding: 50px 40px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    color: #000000;
    margin: 0;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    justify-content: center;
}.training_specialist_032 .emp_summary_496::before {
    top: 40px;
    width: 40px;
    position: absolute;
    content: "";
    left: 40px;
    opacity: 0.2;
    height: 30px;
    background: linear-gradient(to right bottom, 
        rgb(192,208,191) 0%, 
        rgb(192,208,191) 50%, 
        transparent 50%, 
        transparent 100%);
}.training_specialist_032 .emp_summary_496::after {
    bottom: 40px;
    background: linear-gradient(to left top, 
        rgb(153,173,152) 0%, 
        rgb(153,173,152) 50%, 
        transparent 50%, 
        transparent 100%);
    content: "";
    right: 40px;
    height: 30px;
    opacity: 0.2;
    width: 40px;
    position: absolute;
}

@media (max-width: 992px) {.training_specialist_032 {
    padding: 100px 0;
}.training_specialist_032 .feedback_story_428 {
    gap: 40px;
    grid-template-columns: 300px 1fr;
}.training_specialist_032 .background_photo_245 {
    min-height: 350px;
}.training_specialist_032 .emp_summary_496 {
    padding: 40px 30px;
}.training_specialist_032 .emp_summary_496::before {
    left: 30px;
    top: 30px;
    height: 24px;
    width: 30px;
}.training_specialist_032 .emp_summary_496::after {
    right: 30px;
    bottom: 30px;
    height: 24px;
    width: 30px;
}
}

@media (max-width: 768px) {.training_specialist_032 {
    padding: 80px 0;
}.training_specialist_032 .container {
    padding: 0 20px;
}.training_specialist_032 .feedback_story_428 {
    gap: 0;
    grid-template-columns: 1fr;
}.training_specialist_032 .background_photo_245 {
    min-height: 300px;
    height: 300px;
}.training_specialist_032 .emp_summary_496 {
    padding: 35px 25px;
}.training_specialist_032 .name {
    font-size: calc(20px * 0.9);
    bottom: 50px;
    left: 25px;
}.training_specialist_032 .feedback_story_428 span:not(.name) {
    bottom: 25px;
    left: 25px;
    font-size: calc(14px * 0.95);
}.training_specialist_032 .emp_summary_496::before {
    width: 24px;
    top: 25px;
    height: 20px;
    left: 25px;
}.training_specialist_032 .emp_summary_496::after {
    bottom: 25px;
    right: 25px;
    height: 20px;
    width: 24px;
}
}

@media (max-width: 480px) {.training_specialist_032 {
    padding: 60px 0;
}.training_specialist_032 .background_photo_245 {
    height: 250px;
    min-height: 250px;
}.training_specialist_032 .emp_summary_496 {
    font-size: calc(14px * 0.9);
    padding: 30px 20px;
}.training_specialist_032 .name {
    bottom: 45px;
    left: 20px;
    font-size: calc(20px * 0.85);
}.training_specialist_032 .feedback_story_428 span:not(.name) {
    font-size: calc(14px * 0.9);
    bottom: 20px;
    left: 20px;
}.training_specialist_032 .emp_summary_496::before,
    .training_specialist_032 .emp_summary_496::after {
    width: 20px;
    height: 16px;
}}.educational_yield_590 {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, rgb(226,233,225) 100%);
}.educational_yield_590::before {
    height: 300px;
    top: -100px;
    border-radius: 50%;
    opacity: 0.2;
    width: 300px;
    position: absolute;
    content: "";
    z-index: 0;
    animation: float 15s infinite ease-in-out;
    right: -100px;
    filter: blur(80px);
    background: linear-gradient(45deg, rgb(192,208,191,0.5), rgb(153,173,152,0.5));
}.educational_yield_590::after {
    background: linear-gradient(90deg, transparent, rgb(192,208,191,0.5), transparent);
    width: 100%;
    left: 0;
    position: absolute;
    height: 1px;
    content: "";
    bottom: 0;
}.educational_yield_590 h5 {
    z-index: 2;
    margin-bottom: 3rem;
    text-align: center;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    margin-left: auto;
    color: #000000;
    font-weight: 700;
    max-width: 80%;
    position: relative;
    margin-right: auto;
    font-size: 21px;
}.educational_yield_590 h5::after {
    transform: translateX(-50%);
    bottom: -12px;
    width: 80px;
    left: 50%;
    height: 4px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(192,208,191), rgb(153,173,152));
    border-radius: 2px;
}.educational_yield_590 .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.educational_yield_590 .skill_studio_492 {
    border-radius: 27px;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    gap: 40px;
    flex-direction: column;
    background: #ffffff;
    display: flex;
    transform: translateY(0);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.educational_yield_590 .skill_studio_492:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.educational_yield_590 .background_photo_245 {
    transform: scale(1);
    height: auto;
    position: relative;
    object-fit: cover;
    z-index: 1;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}.educational_yield_590 .skill_studio_492:hover .background_photo_245 {
    transform: scale(1.05);
}.educational_yield_590 .reading_area_483 {
    padding: 0 30px 30px;
}.educational_yield_590 ul {
    list-style: none;
    padding: 0;
    display: grid;
    margin: 0;
    gap: 20px;
}.educational_yield_590 li {
    transition: transform 0.3s ease;
    position: relative;
    padding-left: 40px;
}.educational_yield_590 li:hover {
    transform: translateX(5px);
}.educational_yield_590 li::before {
    position: absolute;
    height: calc(100% - 10px);
    transition: transform 0.3s ease, opacity 0.3s ease;
    background: linear-gradient(to bottom, rgb(192,208,191,0.5), rgb(153,173,152,0.5));
    opacity: 0;
    transform-origin: top;
    content: "";
    border-radius: 10px;
    width: 6px;
    left: 10px;
    top: 5px;
    transform: scaleY(0);
}.educational_yield_590 li:hover::before {
    opacity: 1;
    transform: scaleY(1);
}.educational_yield_590 li p {
    position: relative;
    align-items: flex-start;
    gap: 16px;
    font-weight: 400;
    display: flex;
    z-index: 1;
    font-size: 18px;
    margin: 0;
    color: #000000;
    line-height: 1.6;
}.educational_yield_590 li svg {
    transform: translateY(0);
    width: 22px;
    z-index: 2;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    flex-shrink: 0;
    margin-top: 2px;
    height: 22px;
}.educational_yield_590 li:hover svg {
    transform: translateY(-3px) scale(1.1);
}.educational_yield_590 li svg path {
    transition: fill 0.3s ease;
    fill: rgb(192,208,191);
}.educational_yield_590 li:hover svg path {
    fill: rgb(153,173,152);
}.educational_yield_590 li:nth-child(even) svg path:first-child {
    fill: rgb(153,173,152);
}.educational_yield_590 li:nth-child(even):hover svg path:first-child {
    fill: rgb(192,208,191);
}.educational_yield_590 li div {
    width: 100%;
    position: relative;
}

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

@media (min-width: 768px) {.educational_yield_590 .skill_studio_492 {
    flex-direction: row;
    align-items: stretch;
}.educational_yield_590 .skill_studio_492 > div:first-child {
    overflow: hidden;
    flex: 0 0 45%;
}.educational_yield_590 .background_photo_245 {
    object-position: center;
    height: 100%;
}.educational_yield_590 .reading_area_483 {
    align-items: center;
    display: flex;
    padding: 40px;
    flex: 0 0 55%;
}.educational_yield_590 ul {
    grid-template-columns: repeat(2, 1fr);
}.educational_yield_590 h5 {
    max-width: 70%;
    font-size: calc(21px * 1.2);
}.educational_yield_590 li:nth-child(odd) {
    transform: translateY(-5px);
}.educational_yield_590 li:nth-child(even) {
    transform: translateY(5px);
}.educational_yield_590 li:hover {
    transform: translateX(5px) translateY(0);
}
}

@media (min-width: 992px) {.educational_yield_590 {
    padding: 8rem 0;
}.educational_yield_590 h5 {
    margin-bottom: 4rem;
}.educational_yield_590 .skill_studio_492 {
    gap: 0;
}.educational_yield_590 .skill_studio_492 > div:first-child {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.educational_yield_590 .reading_area_483 {
    padding: 60px 60px 60px 40px;
}.educational_yield_590 li {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
}

@media (max-width: 767px) {.educational_yield_590 {
    padding: 4rem 0;
}.educational_yield_590 h5 {
    margin-bottom: 2rem;
    font-size: calc(21px * 0.9);
    max-width: 100%;
}.educational_yield_590 .background_photo_245 {
    max-height: 250px;
}.educational_yield_590 .reading_area_483 {
    padding: 20px 20px 30px;
}.educational_yield_590 li {
    padding-left: 30px;
    margin-bottom: 15px;
}.educational_yield_590 li p {
    font-size: calc(18px * 0.95);
    line-height: 1.5;
}.educational_yield_590 li svg {
    width: 18px;
    height: 18px;
}}.cookieNotificationBox_429 {
    width: 100%;
    border-top: 2px solid rgb(192,208,191);
    bottom: 0;
    position: fixed;
    background: rgb(226,233,225);
    z-index: 90;
}#cookieNoticeWindow_326 {
    display: none;
}#cookieNoticeWindow_326:checked ~ .cookieNotificationBox_429 {
    visibility: hidden;
    opacity: 0;
}.track_manage_617 {
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
}.cookieNotificationBox_429 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieNotificationBox_429 p {
    font-size: 18px;
}.track_switch_170 {
    flex-shrink: 0;
    margin-right: 10px;
}.track_switch_170 svg, .track_switch_170 svg path, .track_switch_170 img {
    width: 100px;
    fill: rgb(192,208,191);
    height: 100px;
}.track_alert_249 {
    font-size: 24px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid rgb(192,208,191);
    flex-shrink: 0;
    line-height: 35px;
    min-width: 120px;
    color: rgb(192,208,191);
    margin-left: 10px;
}.cookieNotificationBox_429 p a {
    color: rgb(192,208,191);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookieNotificationBox_429 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track_switch_170 {
    display: none;
}.track_manage_617 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookieNotificationBox_429 h5 {
    text-align: center;
}.cookieNotificationBox_429 p {
    text-align: center;
}.cookie_window_138 {
    margin-bottom: 20px;
}body .wrapper-bundle_984 .track_alert_249 {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-bundle_984 .cookieNotificationBox_429 {
    background: rgb(192,208,191);
    box-shadow: rgb(153,173,152,0.5) 0px 0px 10px 10px;
}.wrapper-bundle_984 .track_manage_617 {
    padding: 40px 0;
    justify-content: space-between;
}.wrapper-bundle_984 .track_alert_249 {
    color: rgb(192,208,191);
    padding: 10px;
    margin-left: 30px;
    font-size: 20px;
    background: #ffffff;
    border: none;
}.wrapper-bundle_984 .cookie_window_138 {
    color: #ffffff;
    text-align: left;
}.wrapper-bundle_984 .cookie_window_138 h5 {
    font-weight: 700;
}.wrapper-bundle_984 .cookie_window_138 h5, .wrapper-bundle_984 .cookie_window_138 p {
    color: #ffffff;
}.wrapper-bundle_984 .cookieNotificationBox_429 p a {
    text-decoration: underline;
    color: rgb(153,173,152);
}.course_overview_513 {
    position: relative;
    background: linear-gradient(135deg, rgb(226,233,225) 0%, rgba(245, 247, 252, 0.95) 100%);
    overflow: hidden;
    padding: 120px 0;
}.course_overview_513::before {
    content: '';
    z-index: 1;
    position: absolute;
    background: rgb(192,208,191,0.5);
    height: 300px;
    top: -50px;
    transform: rotate(35deg);
    right: -50px;
    width: 300px;
    opacity: 0.1;
}.course_overview_513::after {
    opacity: 0.15;
    background: rgb(153,173,152,0.5);
    z-index: 1;
    content: '';
    transform: rotate(-15deg);
    left: -50px;
    bottom: -50px;
    height: 250px;
    width: 250px;
    position: absolute;
}.course_overview_513 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.course_overview_513 .knowledge_flow_534 {
    position: relative;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}.course_overview_513 .background_photo_245 {
    transform: perspective(1000px) rotateY(-3deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 400px;
}.course_overview_513 .background_photo_245::before {
    top: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom right,
        rgba(rgb(192,208,191), 0.2),
        rgba(rgb(153,173,152), 0.2)
    );
    position: absolute;
    width: 100%;
    left: 0;
    content: '';
    height: 100%;
}.course_overview_513 .background_photo_245::after {
    content: '';
    top: 20px;
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: scale(0.95);
    right: 20px;
    bottom: 20px;
    left: 20px;
}.course_overview_513 .background_photo_245:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_overview_513 .background_photo_245:hover::after {
    transform: scale(1);
    opacity: 1;
}.course_overview_513 .reading_area_483 {
    position: relative;
    padding: 10px 0 0 0;
}.course_overview_513 h3 {
    margin-bottom: 25px;
    position: relative;
    color: #000000;
    font-size: calc(31px * 0.9);
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    font-weight: 700;
    transform: translateX(-5px);
    line-height: 1.3;
    opacity: 0;
}.course_overview_513 h3::after {
    position: absolute;
    width: 80px;
    left: 0;
    content: '';
    transform: scaleX(0);
    animation: expandLine 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s forwards;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(192,208,191) 0%, rgb(153,173,152) 100%);
    transform-origin: left;
    height: 3px;
}.course_overview_513 .description {
    animation: fadeInUp 0.8s ease 0.4s forwards;
    transform: translateY(10px);
    position: relative;
    opacity: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
}.course_overview_513 p.description {
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 20px;
    scrollbar-color: rgb(192,208,191,0.5) rgb(226,233,225);
    max-height: 300px;
}.course_overview_513 p.description::-webkit-scrollbar {
    width: 6px;
}.course_overview_513 p.description::-webkit-scrollbar-track {
    background: rgb(226,233,225);
}.course_overview_513 p.description::-webkit-scrollbar-thumb {
    background-color: rgb(192,208,191,0.5);
    border-radius: 10px;
}.course_overview_513 span.description {
    display: none;
}

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

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

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

@media (min-width: 768px) {.course_overview_513 .knowledge_flow_534 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.course_overview_513 .background_photo_245 {
    height: 550px;
    transform: perspective(1200px) rotateY(-5deg) translateZ(0);
}.course_overview_513 .reading_area_483 {
    padding: 0 0 0 20px;
}.course_overview_513 h3 {
    margin-bottom: 35px;
    font-size: 31px;
}.course_overview_513 h3::after {
    height: 4px;
    width: 120px;
}.course_overview_513 p.description {
    max-height: 380px;
}
}

@media (min-width: 992px) {.course_overview_513 {
    padding: 150px 0;
}.course_overview_513 .knowledge_flow_534 {
    gap: 80px;
}.course_overview_513 .background_photo_245 {
    height: 600px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.course_overview_513 .reading_area_483 {
    padding: 0 0 0 40px;
}.course_overview_513 h3 {
    margin-bottom: 40px;
    transform: translateX(-10px);
}.course_overview_513 h3::after {
    bottom: -15px;
}.course_overview_513 p.description {
    max-height: 450px;
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.course_overview_513 {
    padding: 80px 0;
}.course_overview_513 .background_photo_245 {
    margin-bottom: 20px;
    height: 300px;
}.course_overview_513 h3 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.8);
}.course_overview_513 p.description {
    line-height: 1.6;
    max-height: 250px;
}}.gratBox_492 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(153,173,152,0.5) 0%, rgb(192,208,191,0.5) 100%);
    padding: 5rem 2rem;
}.gratBox_492::before {
    height: 70%;
    width: 50%;
    background: linear-gradient(120deg, rgb(153,173,152) 0%, rgb(192,208,191) 100%);
    right: -5%;
    z-index: 1;
    top: -10%;
    opacity: 0.1;
    animation: float 12s ease-in-out infinite;
    content: "";
    position: absolute;
    pointer-events: none;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    transform: rotate(-15deg) skew(10deg);
}.gratBox_492::after {
    pointer-events: none;
    z-index: 1;
    transform: rotate(10deg) skew(-5deg);
    animation: float 15s ease-in-out infinite reverse;
    background: linear-gradient(210deg, rgb(192,208,191) 0%, rgb(153,173,152) 100%);
    clip-path: polygon(20% 0, 100% 20%, 80% 100%, 0 80%);
    bottom: -5%;
    position: absolute;
    height: 60%;
    width: 40%;
    opacity: 0.08;
    content: "";
    left: -5%;
}.gratBox_492 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    display: flex;
    align-items: flex-start;
}.gratBox_492 h2 {
    font-family: Arial, sans-serif;
    transform: translateX(-10px);
    margin-bottom: 2.5rem;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    opacity: 0;
    position: relative;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    max-width: 90%;
    font-size: 30px;
}.gratBox_492 h2::after {
    transform: scaleX(0);
    left: 0;
    content: "";
    bottom: -15px;
    position: absolute;
    height: 4px;
    animation: expandLine 1.2s 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    width: 120px;
    background: linear-gradient(90deg, rgb(192,208,191) 0%, rgb(153,173,152) 100%);
    transform-origin: left;
}.gratBox_492 .skill_studio_492 {
    animation: riseUp 1s 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
    width: 100%;
    background: #ffffff;
    position: relative;
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 0 5px 15px rgba(0, 0, 0, 0.05);
}.gratBox_492 .skill_studio_492::before {
    background: linear-gradient(90deg, rgb(153,173,152) 0%, rgb(192,208,191) 100%);
    animation: expandLine 1.5s 1s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    content: "";
    transform-origin: left;
    right: 0;
    top: 0;
    height: 5px;
    position: absolute;
    transform: scaleX(0);
    left: 0;
}.gratBox_492 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.gratBox_492 li {
    padding-left: 1.5rem;
    position: relative;
}.gratBox_492 li::before {
    transform: rotate(45deg) scale(0);
    width: 8px;
    animation: popIn 0.5s 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(153,173,152);
    opacity: 0;
    height: 8px;
    top: 0.5rem;
}.gratBox_492 span {
    opacity: 0;
    display: block;
    line-height: 1.7;
    color: #000000;
    font-family: Arial, sans-serif;
    animation: fadeIn 1s 1.2s ease-out forwards;
    transform: translateY(15px);
    font-size: 15px;
}

@keyframes slideIn {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

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

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

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

@media (max-width: 991px) {.gratBox_492 {
    padding: 4rem 1.5rem;
}.gratBox_492 h2 {
    max-width: 100%;
    font-size: calc(30px * 0.9);
}.gratBox_492 .skill_studio_492 {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.gratBox_492 {
    padding: 3.5rem 1.25rem;
}.gratBox_492 h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 2rem;
}.gratBox_492 h2::after {
    height: 3px;
    width: 100px;
}.gratBox_492 .skill_studio_492 {
    padding: 2rem 1.5rem;
}.gratBox_492 span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.gratBox_492 {
    padding: 3rem 1rem;
}.gratBox_492 h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.5rem;
}.gratBox_492 h2::after {
    bottom: -10px;
    width: 80px;
    height: 3px;
}.gratBox_492 .skill_studio_492 {
    padding: 1.5rem 1.25rem;
}.gratBox_492 li {
    padding-left: 1.25rem;
}.gratBox_492 li::before {
    height: 6px;
    width: 6px;
}.gratBox_492 span {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}}.study_method_951 {
    position: relative;
    background: linear-gradient(135deg, rgb(226,233,225), #ffffff);
    overflow: hidden;
    padding: 5rem 0;
}.study_method_951::before {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(192,208,191,0.5), 0.03),
        rgba(rgb(192,208,191,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    z-index: 1;
    content: "";
}.study_method_951::after {
    border: 1px solid rgba(rgb(192,208,191,0.5), 0.2);
    z-index: 0;
    top: -50px;
    position: absolute;
    transform: rotate(15deg);
    height: 200px;
    right: -50px;
    width: 200px;
    content: "";
}.study_method_951 .container.skill_studio_492 {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.study_method_951 .container.skill_studio_492 > div {
    background-color: #ffffff;
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    padding: 3.5rem 4rem;
}.study_method_951 .container.skill_studio_492 > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.12);
}.study_method_951 .container.skill_studio_492 > div::before {
    width: 5px;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(192,208,191), rgb(153,173,152));
    transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    position: absolute;
    height: 0;
}.study_method_951 .container.skill_studio_492 > div:hover::before {
    height: 100%;
}.study_method_951 .container.skill_studio_492 > div::after {
    opacity: 0.2;
    background: linear-gradient(45deg, transparent 48%, rgb(153,173,152) 48%, rgb(153,173,152) 52%, transparent 52%);
    height: 40px;
    transform: rotate(45deg);
    bottom: 2rem;
    position: absolute;
    width: 40px;
    content: "";
    right: 2rem;
}.study_method_951 h3 {
    margin-bottom: 1.5rem;
    font-weight: 600;
    position: relative;
    line-height: 1.3;
    padding-bottom: 1rem;
    color: #000000;
    font-family: Arial, sans-serif;
    letter-spacing: -0.02em;
    font-size: 2.2rem;
}.study_method_951 h3::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(192,208,191), rgb(153,173,152));
    width: 80px;
    left: 0;
    transition: width 0.4s ease;
    height: 3px;
    content: "";
    position: absolute;
}.study_method_951 .container.skill_studio_492 > div:hover h3::after {
    width: 120px;
}.study_method_951 p {
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
    font-size: 15px;
    position: relative;
    color: #000000;
    line-height: 1.8;
    margin: 0;
}.study_method_951 p span {
    position: relative;
    border-left: 1px dashed rgba(rgb(192,208,191,0.5), 0.3);
    display: block;
    padding-left: 1rem;
}

@media (min-width: 992px) {.study_method_951 .container.skill_studio_492 > div {
    grid-template-columns: 1fr;
    padding: 4rem 5rem;
    margin-left: 3rem;
    display: grid;
}.study_method_951 h3 {
    font-size: 2.6rem;
    margin-bottom: 2rem;
}.study_method_951 p {
    line-height: 1.9;
    font-size: calc(15px + 0.1rem);
}
}

@media (min-width: 1200px) {.study_method_951 {
    padding: 7rem 0;
}.study_method_951 .container.skill_studio_492 > div {
    margin-left: 5rem;
    padding: 5rem 6rem;
}.study_method_951 h3 {
    font-size: 2.8rem;
}.study_method_951 p span {
    padding-left: 1.5rem;
}
}

@media (max-width: 991px) {.study_method_951 {
    padding: 4rem 0;
}.study_method_951 .container.skill_studio_492 {
    padding: 0 1.5rem;
}.study_method_951 .container.skill_studio_492 > div {
    padding: 2.5rem 2rem;
}.study_method_951 h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    padding-bottom: 0.8rem;
}.study_method_951 h3::after {
    width: 60px;
    height: 2px;
}
}

@media (max-width: 767px) {.study_method_951 {
    padding: 3rem 0;
}.study_method_951 .container.skill_studio_492 > div {
    padding: 2rem 1.5rem;
}.study_method_951 h3 {
    font-size: 1.6rem;
}.study_method_951 p {
    line-height: 1.7;
    font-size: calc(15px - 0.1rem);
}.study_method_951 p span {
    padding-left: 0.75rem;
}
}

@media (max-width: 575px) {.study_method_951 .container.skill_studio_492 > div {
    padding: 1.75rem 1.25rem;
}.study_method_951 .container.skill_studio_492 > div::after {
    display: none;
}.study_method_951 h3 {
    padding-bottom: 0.6rem;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}.study_method_951 h3::after {
    width: 50px;
}}.data_statistics_765 {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(226,233,225) 0%, rgba(rgb(192,208,191,0.5), 0.05) 100%);
    position: relative;
    overflow: hidden;
}.data_statistics_765::before {
    opacity: 0.05;
    transform: skewY(-3deg) translateY(-50%);
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(192,208,191,0.5), transparent);
    height: 100%;
    top: 0;
    z-index: 0;
    width: 100%;
    content: "";
    left: 0;
}.data_statistics_765::after {
    opacity: 0.08;
    position: absolute;
    right: -5rem;
    z-index: 0;
    filter: blur(2rem);
    content: "";
    background: linear-gradient(45deg, rgb(192,208,191), rgb(153,173,152));
    height: 15rem;
    width: 15rem;
    bottom: -5rem;
    border-radius: 50%;
}.data_statistics_765 .container {
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
}.data_statistics_765 ul {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}.data_statistics_765 .statistics_pluses_614 {
    padding: 2rem 1.5rem;
    transform: translateY(0);
    animation: fadeInUp 0.7s forwards;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
    box-shadow: 0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    opacity: 0;
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95), rgba(rgb(255, 255, 255, 0.5), 0.85));
    animation-delay: calc(var(--i, 0) * 0.1s);
    backdrop-filter: blur(5px);
}.data_statistics_765 .statistics_pluses_614:nth-child(1) {
    --i: 1;
}.data_statistics_765 .statistics_pluses_614:nth-child(2) {
    --i: 2;
}.data_statistics_765 .statistics_pluses_614:nth-child(3) {
    --i: 3;
}.data_statistics_765 .statistics_pluses_614:nth-child(4) {
    --i: 4;
}.data_statistics_765 .statistics_pluses_614:nth-child(5) {
    --i: 5;
}.data_statistics_765 .statistics_pluses_614:nth-child(6) {
    --i: 6;
}.data_statistics_765 .statistics_pluses_614:nth-child(7) {
    --i: 7;
}.data_statistics_765 .statistics_pluses_614::before {
    background: linear-gradient(to bottom, rgb(192,208,191), rgb(153,173,152));
    width: 4px;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    height: 0;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.data_statistics_765 .statistics_pluses_614:hover {
    box-shadow: 0 15px 35px -10px rgba(rgba(0, 0, 0, 0.5), 0.2);
    transform: translateY(-5px);
}.data_statistics_765 .statistics_pluses_614:hover::before {
    height: 100%;
}.data_statistics_765 .statistics_pluses_614 div {
    align-items: flex-start;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}.data_statistics_765 .statistics_pluses_614 p {
    position: relative;
    margin: 0 0 0.5rem;
    font-weight: 700;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: transform 0.3s ease, color 0.3s ease;
    background: linear-gradient(135deg, rgb(192,208,191), rgb(153,173,152));
    font-size: calc(36px * 1.2);
    -webkit-background-clip: text;
    line-height: 1.2;
    color: rgb(192,208,191);
}.data_statistics_765 .statistics_pluses_614:hover p {
    transform-origin: left center;
    transform: scale(1.05);
}.data_statistics_765 .statistics_pluses_614 span {
    color: #000000;
    max-width: 90%;
    transition: transform 0.3s ease 0.1s;
    font-weight: 400;
    letter-spacing: 0.3px;
    position: relative;
    line-height: 1.5;
    font-size: 12px;
}.data_statistics_765 .statistics_pluses_614:hover span {
    transform: translateX(8px);
}.data_statistics_765 h4 {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 3rem;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.7s forwards 0.8s;
    color: #000000;
    position: relative;
    text-align: center;
    font-size: 18px;
    padding-bottom: 1rem;
}.data_statistics_765 h4::after {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, rgb(192,208,191), rgb(153,173,152));
    width: 50px;
    left: 50%;
    height: 2px;
    transform: translateX(-50%);
    content: "";
}

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

@media (min-width: 768px) {.data_statistics_765 ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2.5rem;
}.data_statistics_765 .statistics_pluses_614 {
    padding: 2.5rem 2rem;
}.data_statistics_765 .statistics_pluses_614 p {
    margin-bottom: 0.8rem;
    font-size: calc(36px * 1.3);
}
}

@media (min-width: 992px) {.data_statistics_765 {
    padding: 7rem 0;
}.data_statistics_765 ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}.data_statistics_765 .statistics_pluses_614 {
    padding: 2.5rem 2rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
}.data_statistics_765 h4 {
    font-size: calc(18px * 1.1);
    margin-top: 4rem;
}
}

@media (max-width: 767px) {.data_statistics_765 {
    padding: 4rem 0;
}.data_statistics_765 ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.data_statistics_765 .statistics_pluses_614 {
    padding: 1.75rem 1.25rem;
}.data_statistics_765 .statistics_pluses_614 p {
    font-size: calc(36px * 1.1);
}.data_statistics_765 .statistics_pluses_614 span {
    font-size: calc(12px * 0.95);
}.data_statistics_765 h4 {
    margin-top: 2.5rem;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.data_statistics_765 ul {
    gap: 1.25rem;
    grid-template-columns: 1fr;
}.data_statistics_765 .statistics_pluses_614 {
    padding: 1.5rem 1.25rem;
}}.confidential_hearth_472 {
    background: linear-gradient(135deg, rgb(226,233,225) 0%, rgba(255,255,255,0.98) 100%);
    perspective: 1000px;
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}.confidential_hearth_472::before {
    content: "";
    transform: translateZ(-50px);
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 20% 30%, rgb(192,208,191,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(153,173,152,0.5) 0%, transparent 25%);
    z-index: 0;
    position: absolute;
}.confidential_hearth_472 .container {
    z-index: 1;
    max-width: 1140px;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    margin: 0 auto;
    padding: 2rem;
    transform: translateZ(0) rotateX(0.5deg);
    transform-style: preserve-3d;
    background: #ffffff;
    border-left: 4px solid rgb(192,208,191);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.confidential_hearth_472 .container:hover {
    transform: translateZ(10px) rotateX(0deg);
}.confidential_hearth_472 h1 {
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    padding-bottom: 1rem;
    font-size: calc(43px * 1.2);
    letter-spacing: -0.5px;
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
}.confidential_hearth_472 h1::after {
    background: linear-gradient(90deg, rgb(192,208,191) 0%, rgb(153,173,152) 100%);
    transition: transform 0.4s ease-out;
    content: "";
    bottom: 0;
    transform-origin: left;
    position: absolute;
    height: 4px;
    transform: scaleX(1);
    width: 80px;
    left: 0;
}.confidential_hearth_472:hover h1::after {
    transform: scaleX(1.5);
}.confidential_hearth_472 h2 {
    font-weight: 600;
    position: relative;
    transform: translateX(0);
    transition: transform 0.3s ease-out;
    padding-left: 1rem;
    color: #000000;
    font-family: Arial, sans-serif;
    border-left: 3px solid rgb(153,173,152);
    margin: 3rem 0 1.5rem;
    font-size: calc(34px * 1.05);
}.confidential_hearth_472 h2:hover {
    transform: translateX(5px);
}.confidential_hearth_472 h3 {
    margin: 2.5rem 0 1rem;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: #000000;
    font-size: calc(19px * 1.2);
    font-weight: 600;
    padding-bottom: 0.5rem;
    position: relative;
}.confidential_hearth_472 h4 {
    font-size: calc(21px * 1.1);
    color: #000000;
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    margin: 2rem 0 1rem;
    padding-left: 1.5rem;
}.confidential_hearth_472 h4::before {
    position: absolute;
    background-color: rgb(192,208,191);
    height: 8px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    width: 8px;
    top: 50%;
}.confidential_hearth_472 p {
    color: #000000;
    line-height: 1.8;
    font-size: 17px;
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease-out;
    margin-bottom: 1.5rem;
    position: relative;
}.confidential_hearth_472 p:hover {
    transform: translateZ(5px);
}.confidential_hearth_472 strong {
    padding: 0 2px;
    font-weight: 600;
    color: #000000;
    background: linear-gradient(to bottom, transparent 85%, rgb(153,173,152,0.5) 85%, rgb(153,173,152,0.5) 100%);
    position: relative;
    display: inline-block;
}.confidential_hearth_472 ul {
    padding-left: 1.5rem;
    position: relative;
    margin: 1.5rem 0 2rem;
    list-style: none;
}.confidential_hearth_472 ul li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    transition: transform 0.2s ease-out;
    font-size: 17px;
    line-height: 1.7;
}.confidential_hearth_472 ul li:hover {
    transform: translateX(5px);
}.confidential_hearth_472 ul li::before {
    left: 0;
    border-radius: 50%;
    transition: transform 0.2s ease-out, background-color 0.2s ease-out;
    content: "";
    background-color: rgb(192,208,191);
    height: 6px;
    width: 6px;
    position: absolute;
    top: 0.65rem;
}.confidential_hearth_472 ul li:hover::before {
    background-color: rgb(153,173,152);
    transform: scale(1.5);
}.confidential_hearth_472 span {
    font-size: 17px;
    margin-bottom: 2rem;
    transition: transform 0.3s ease-out, border-left-color 0.3s ease-out;
    display: block;
    line-height: 1.7;
    border-left: 2px solid rgb(153,173,152,0.5);
    transform: translateX(0);
    padding: 1rem 1.5rem;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
    color: #000000;
    font-family: Arial, sans-serif;
}.confidential_hearth_472 span:hover {
    border-left-color: rgb(153,173,152);
    transform: translateX(5px);
}

@media screen and (max-width: 1200px) {.confidential_hearth_472 {
    padding: 4rem 1.5rem;
}.confidential_hearth_472 .container {
    padding: 1.5rem;
}.confidential_hearth_472 h1 {
    font-size: calc(43px * 1.1);
}.confidential_hearth_472 h2 {
    font-size: 34px;
}
}

@media screen and (max-width: 992px) {.confidential_hearth_472 {
    padding: 3rem 1rem;
}.confidential_hearth_472 .container {
    box-shadow: 
            0 10px 30px rgba(0,0,0,0.05),
            0 3px 10px rgba(0,0,0,0.03);
    transform: none;
}.confidential_hearth_472 .container:hover {
    transform: none;
}.confidential_hearth_472 h1 {
    font-size: 43px;
}
}

@media screen and (max-width: 768px) {.confidential_hearth_472 {
    padding: 2rem 0.5rem;
}.confidential_hearth_472 .container {
    padding: 1.5rem 1rem;
}.confidential_hearth_472 h1 {
    font-size: calc(43px * 0.9);
}.confidential_hearth_472 h2 {
    padding-left: 0.75rem;
    font-size: calc(34px * 0.9);
}.confidential_hearth_472 h3 {
    font-size: 19px;
}.confidential_hearth_472 h4 {
    font-size: 21px;
}.confidential_hearth_472 p, 
    .confidential_hearth_472 ul li,
    .confidential_hearth_472 span {
    font-size: calc(17px * 0.95);
}.confidential_hearth_472 ul {
    padding-left: 0.5rem;
}.confidential_hearth_472 span {
    padding: 0.75rem 1rem;
}
}

@media screen and (max-width: 576px) {.confidential_hearth_472 {
    padding: 1.5rem 0.5rem;
}.confidential_hearth_472 .container {
    padding: 1rem;
    border-left-width: 3px;
}.confidential_hearth_472 h1 {
    font-size: calc(43px * 0.8);
}.confidential_hearth_472 h1::after {
    height: 3px;
    width: 60px;
}.confidential_hearth_472 h2 {
    border-left-width: 2px;
    margin: 2rem 0 1rem;
}.confidential_hearth_472 ul li {
    padding-left: 1.25rem;
}.confidential_hearth_472 p:hover,
    .confidential_hearth_472 ul li:hover,
    .confidential_hearth_472 span:hover,
    .confidential_hearth_472 h2:hover {
    transform: none;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    opacity: 0.85;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: -2;
    right: 0;
    left: 0;
    content: "";
    background: linear-gradient(120deg, rgb(192,208,191) 0%, rgb(153,173,152) 100%);
}footer::after {
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    right: 0;
    left: 0;
    bottom: 0;
    background-size: 20px 20px;
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
}.webinar_cta_176 {
    color: #ffffff;
    padding: 4rem 0 2.5rem;
    position: relative;
}.webinar_cta_176::before {
    content: "";
    left: 0;
    position: absolute;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    height: 10px;
    opacity: 0.2;
    width: 100%;
    top: 0;
    background: #ffffff;
}.webinar_cta_176 .container {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
    position: relative;
    display: flex;
}.webinar_cta_176 .company_holder {
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    flex: 1 1 400px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    position: relative;
}.webinar_cta_176 .company_holder h3 {
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    font-weight: 700;
    background: rgba(255, 255, 255, 0.15);
    font-size: 32px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.5rem 2rem;
    color: #ffffff;
}.webinar_cta_176 .support_cta_346 {
    margin: 0 1rem;
    line-height: 1.6;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    font-size: 15px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
}.webinar_cta_176 .ar_tools_987 {
    flex: 1 1 calc(100% - 480px);
    flex-direction: column;
    gap: 2rem;
    display: flex;
    min-width: 400px;
}.webinar_cta_176 .top_tutor_234 {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}.webinar_cta_176 .nav_main_319 {
    min-width: 200px;
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
}.webinar_cta_176 .nav_main_319 h5 {
    color: #ffffff;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.15);
    font-size: 22px;
    display: inline-block;
    margin: 0 0 1.5rem;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    position: relative;
    padding: 0.5rem 1.5rem;
}.webinar_cta_176 .nav_main_319 .top_tutor_234 {
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    gap: 0.8rem;
    background: rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    flex-direction: column;
    display: flex;
}.webinar_cta_176 .nav_main_319 .top_tutor_234 a {
    transition: all 0.3s ease;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    font-size: 15px;
    text-decoration: none;
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    color: #ffffff;
    display: block;
}.webinar_cta_176 .nav_main_319 .top_tutor_234 a:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}.webinar_cta_176 .nav_main_319 .top_tutor_234 a::before {
    transition: all 0.3s ease;
    content: "";
    background: #ffffff;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
}.webinar_cta_176 .nav_main_319 .top_tutor_234 a:hover::before {
    opacity: 0.7;
}.music_edu_978 {
    margin-top: 3rem;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
}.music_edu_978 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.music_edu_978 .stats_tool_845 {
    position: relative;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    padding: 0.7rem 2rem;
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.webinar_cta_176 .container {
    gap: 2rem;
}.webinar_cta_176 .company_holder {
    flex: 1 1 380px;
}.webinar_cta_176 .ar_tools_987 {
    flex: 1 1 calc(100% - 430px);
    min-width: 380px;
}
}

@media (max-width: 992px) {.webinar_cta_176 {
    padding: 3.5rem 0 2rem;
}.webinar_cta_176 .container {
    gap: 2.5rem;
    flex-direction: column;
}.webinar_cta_176 .company_holder,
    .webinar_cta_176 .ar_tools_987 {
    flex: 1 1 100%;
    min-width: 100%;
}.webinar_cta_176 .nav_main_319 {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.webinar_cta_176 {
    padding: 3rem 0 1.5rem;
}.webinar_cta_176 .company_holder {
    padding: 2rem;
}.webinar_cta_176 .company_holder h3 {
    font-size: calc(32px - 2px);
}.webinar_cta_176 .top_tutor_234 {
    gap: 1.5rem;
}.music_edu_978 {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.webinar_cta_176 {
    padding: 2.5rem 0 1rem;
}.webinar_cta_176 .nav_main_319 {
    flex: 1 1 100%;
    min-width: 100%;
}.webinar_cta_176 .top_tutor_234 {
    gap: 1rem;
}.music_edu_978 {
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.webinar_cta_176::before {
    height: 5px;
}
}

@media (max-width: 420px) {.webinar_cta_176 .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.webinar_cta_176 .company_holder h3 {
    padding: 0.4rem 1rem;
}.webinar_cta_176 .nav_main_319 h5 {
    padding: 0.4rem 1rem;
}.webinar_cta_176 .nav_main_319 .top_tutor_234 {
    padding: 1rem;
}.webinar_cta_176 .nav_main_319 .top_tutor_234 a:hover {
    transform: translateX(3px);
}.music_edu_978 .stats_tool_845 {
    padding: 0.6rem 1.5rem;
    width: 90%;
}}.our_team_412 {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 120px 0;
}.our_team_412::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%, 
        rgba(0, 0, 0, 0.65) 100%);
    right: 0;
    z-index: 1;
    content: "";
}.our_team_412::after {
    z-index: 2;
    height: 100%;
    animation: pulseGlow 15s infinite alternate ease-in-out;
    width: 100%;
    transform: rotate(45deg);
    opacity: 0.15;
    right: -50%;
    background: radial-gradient(circle at center, rgb(192,208,191,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    top: -50%;
}.our_team_412 .container {
    z-index: 3;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.our_team_412 .reading_area_483 {
    transform: translateZ(0);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2), 
                0 4px 8px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(192,208,191);
    padding: 40px;
    backdrop-filter: blur(8px);
    background: linear-gradient(to right, 
        rgba(#000000, 0.8) 0%,
        rgba(#000000, 0.6) 100%);
    position: relative;
}.our_team_412 .reading_area_483::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 20px 20px;
    background: linear-gradient(45deg, 
        transparent 49.5%, 
        rgb(192,208,191) 49.5%, 
        rgb(192,208,191) 50.5%, 
        transparent 50.5%);
    opacity: 0.05;
    content: "";
    position: absolute;
    z-index: -1;
}.our_team_412 h5 {
    letter-spacing: 2px;
    color: rgb(192,208,191);
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 15px;
    position: relative;
    font-size: 24px;
}.our_team_412 h5::after {
    height: 2px;
    animation: expandLine 1.5s forwards 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    content: "";
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
    margin-top: 8px;
    background: rgb(192,208,191);
}.our_team_412 p {
    font-family: Arial, sans-serif;
    font-size: calc(17px * 1.25);
    line-height: 1.6;
    margin-bottom: 25px;
    color: #ffffff;
}.our_team_412 p b {
    display: inline-block;
    padding-bottom: 5px;
    font-size: calc(17px * 1.5);
    font-weight: 700;
    margin-bottom: 5px;
    color: rgb(153,173,152);
    position: relative;
}.our_team_412 p b::after {
    background: rgb(192,208,191);
    left: 0;
    content: "";
    height: 3px;
    bottom: 0;
    position: absolute;
    width: 40px;
}.our_team_412 ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}.our_team_412 ol li {
    column-gap: 30px;
    opacity: 0;
    padding-left: 0;
    position: relative;
    margin-bottom: 15px;
    animation: fadeInUp 1s forwards 0.8s;
    color: #ffffff;
    font-size: 17px;
    transform: translateY(20px);
    column-count: 1;
    text-align: justify;
    line-height: 1.8;
}

@keyframes expandLine {
    0% { width: 0; }
    100% { width: 80px; }
}

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

@keyframes pulseGlow {
    0% { opacity: 0.15; transform: rotate(45deg) scale(1); }
    50% { opacity: 0.2; transform: rotate(45deg) scale(1.1); }
    100% { opacity: 0.15; transform: rotate(45deg) scale(1); }
}


@media (min-width: 768px) {.our_team_412 .reading_area_483 {
    padding: 60px;
    margin-left: 5%;
    width: 90%;
}.our_team_412 ol li {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_team_412 {
    padding: 150px 0;
}.our_team_412 .reading_area_483 {
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease;
    width: 80%;
    padding: 70px;
    margin-left: 10%;
}.our_team_412 .reading_area_483:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_team_412 h5 {
    font-size: calc(24px * 1.2);
}.our_team_412 ol li {
    column-count: 2;
}
}

@media (max-width: 767px) {.our_team_412 {
    padding: 80px 0;
}.our_team_412 .reading_area_483 {
    padding: 30px 20px;
}.our_team_412 h5 {
    font-size: 24px;
}.our_team_412 p b {
    font-size: calc(17px * 1.2);
}.our_team_412 ol li {
    line-height: 1.7;
    font-size: calc(17px * 0.9);
}
}

@media (max-width: 480px) {.our_team_412 {
    padding: 60px 0;
}.our_team_412 .reading_area_483 {
    padding: 25px 15px;
}.our_team_412 h5 {
    font-size: calc(24px * 0.9);
}.our_team_412 p b {
    font-size: 17px;
}.our_team_412 p {
    font-size: 17px;
}.our_team_412 ol li {
    font-size: calc(17px * 0.85);
    line-height: 1.6;
}}.welcome_904 {
    position: relative;
    min-height: 100vh;
    justify-content: center;
    overflow: hidden;
    padding: 6rem 2rem;
    display: flex;
    background: linear-gradient(135deg, rgb(226,233,225), rgba(0, 0, 0, 0.5));
    align-items: center;
}.welcome_904::before {
    right: 0;
    z-index: 1;
    bottom: 0;
    top: 0;
    position: absolute;
    transform: perspective(1000px) rotateX(5deg);
    opacity: 0.1;
    background: 
    radial-gradient(circle at 10% 30%, transparent 20%, rgb(192,208,191,0.5) 21%, transparent 22%),
    radial-gradient(circle at 90% 70%, transparent 10%, rgb(153,173,152,0.5) 11%, transparent 12%);
    left: 0;
    content: "";
    background-size: 40px 40px, 60px 60px;
    pointer-events: none;
}.welcome_904 .learn_title_593 {
    animation: titleHolderEnter 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform: perspective(1000px) rotateX(0);
    max-width: 1200px;
    z-index: 2;
    width: 100%;
    position: relative;
    transform-style: preserve-3d;
}.welcome_904 .learn_title_593 > div {
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}.welcome_904 .learn_title_593 > div > div:first-child {
    opacity: 0;
    animation: elementFadeUp 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s forwards;
    transform: translateY(20px);
    position: relative;
}.welcome_904 .learn_title_593 > div > div:first-child > div {
    overflow: hidden;
    padding: 1.5rem 2rem;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05),
              inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    position: relative;
    transform: translateZ(20px);
}.welcome_904 h3 {
    position: relative;
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
    font-size: calc(24px * 1.05);
    color: rgb(192,208,191);
    letter-spacing: -0.01em;
}.welcome_904 h3::before {
    left: -2rem;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, rgb(153,173,152), rgb(192,208,191));
    content: "";
    height: 60%;
    width: 10px;
    position: absolute;
    top: 50%;
}.welcome_904 .student_voice_639 {
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
              0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    opacity: 0;
    border-radius: 10px;
    animation: elementFadeUp 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s forwards;
}.welcome_904 .student_voice_639::before {
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, 
              rgba(#000000, 0.85), 
              rgba(#000000, 0.4));
    bottom: 0;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
}.welcome_904 .student_voice_639 > div {
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
    padding: 5rem 3rem;
    display: flex;
}.welcome_904 .student_voice_639 > div > div {
    position: relative;
    opacity: 0;
    margin-bottom: 1.5rem;
    animation: elementFadeUp 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.8s forwards;
    transform: translateZ(30px) translateY(20px);
}.welcome_904 .student_voice_639 p {
    letter-spacing: 0.02em;
    line-height: 1.5;
    font-size: 12px;
    position: relative;
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    padding-left: 1.5rem;
}.welcome_904 .student_voice_639 p::before {
    transform: translateY(-50%);
    position: absolute;
    height: 6px;
    background: rgb(153,173,152);
    box-shadow: 0 0 10px rgb(153,173,152);
    content: "";
    width: 6px;
    top: 50%;
    border-radius: 50%;
    left: 0;
}.welcome_904 .title_style_header {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    font-size: calc(40px * 1.1);
    animation: elementFadeUp 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 1s forwards;
    color: #ffffff;
    transform: translateZ(40px) translateY(20px);
    opacity: 0;
    position: relative;
    margin: 0;
    letter-spacing: -0.02em;
    line-height: 1.2;
}.welcome_904 .title_style_header::after {
    height: 4px;
    transform-origin: left center;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(153,173,152), transparent);
    width: 80px;
    animation: lineExpand 1.2s cubic-bezier(0.23, 1, 0.32, 1) 1.2s forwards;
    bottom: -15px;
}@keyframes titleHolderEnter {
  from {
    opacity: 0;
    transform: perspective(1000px) rotateX(5deg) translateY(30px);
  }
  to {
    opacity: 1;
    transform: perspective(1000px) rotateX(0) translateY(0);
  }
}

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

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


.welcome_904 .student_voice_639:hover {
    transform: translateY(0) scale(1.02);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.welcome_904 .student_voice_639:hover::before {
    transition: background 0.6s ease;
    background: linear-gradient(135deg, 
              rgba(#000000, 0.8), 
              rgba(#000000, 0.35));
}.welcome_904 .student_voice_639:hover .title_style_header {
    transform: translateZ(45px);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}


@media (min-width: 768px) {.welcome_904 {
    padding: 8rem 4rem;
}.welcome_904 .learn_title_593 > div {
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 4rem;
}.welcome_904 h3 {
    font-size: 24px;
}.welcome_904 .student_voice_639 > div {
    min-height: 400px;
    padding: 6rem 4rem;
}.welcome_904 .title_style_header {
    font-size: 40px;
}
}

@media (min-width: 992px) {.welcome_904 .learn_title_593 > div {
    gap: 5rem;
}.welcome_904 h3 {
    font-size: calc(24px * 1.1);
}.welcome_904 .student_voice_639 > div {
    min-height: 450px;
    padding: 7rem 5rem;
}.welcome_904 .title_style_header {
    font-size: calc(40px * 1.2);
}.welcome_904 .student_voice_639 p {
    font-size: calc(12px * 1.1);
}
}

@media (max-width: 767px) {.welcome_904 {
    padding: 4rem 1.5rem;
}.welcome_904 .learn_title_593 > div {
    gap: 2rem;
}.welcome_904 h3 {
    font-size: calc(24px * 0.9);
}.welcome_904 .student_voice_639 > div {
    min-height: 250px;
    padding: 4rem 2rem;
}.welcome_904 .title_style_header {
    font-size: calc(40px * 0.85);
}.welcome_904 .student_voice_639 p {
    font-size: calc(12px * 0.9);
}
}

@media (max-width: 480px) {.welcome_904 {
    padding: 3rem 1rem;
}.welcome_904 .learn_title_593 > div > div:first-child > div {
    padding: 1.25rem 1.5rem;
}.welcome_904 h3 {
    font-size: calc(24px * 0.85);
}.welcome_904 h3::before {
    left: -1.5rem;
    width: 6px;
}.welcome_904 .student_voice_639 > div {
    padding: 3rem 1.5rem;
}.welcome_904 .title_style_header {
    font-size: calc(40px * 0.75);
}}.reach_out_info_401 {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(226,233,225) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.reach_out_info_401::before {
    position: absolute;
    transform: rotate(-15deg);
    top: -5%;
    background: radial-gradient(circle, rgb(192,208,191,0.5) 0%, transparent 70%);
    height: 25rem;
    right: -5%;
    content: "";
    width: 25rem;
    z-index: 1;
    opacity: 0.2;
}.reach_out_info_401::after {
    left: -5%;
    position: absolute;
    background: radial-gradient(circle, rgb(153,173,152,0.5) 0%, transparent 70%);
    height: 20rem;
    opacity: 0.15;
    z-index: 1;
    width: 20rem;
    content: "";
    bottom: -10%;
}.reach_out_info_401 .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}.reach_out_info_401 .edu_help_328 {
    gap: 2rem;
    display: grid;
    transform: translateY(0);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    grid-template-columns: 1fr;
    position: relative;
    background: #ffffff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
    padding: 3rem;
}.reach_out_info_401 .edu_help_328:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.reach_out_info_401 h3 {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 36px;
    position: relative;
    color: rgb(192,208,191);
}.reach_out_info_401 h3::after {
    bottom: -8px;
    background: linear-gradient(90deg, rgb(192,208,191) 0%, transparent 100%);
    left: 0;
    position: absolute;
    width: 60%;
    content: "";
    height: 3px;
}.reach_out_info_401 p {
    font-size: 12px;
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.6;
}.reach_out_info_401 h5 {
    display: flex;
    color: #000000;
    font-weight: 600;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 18px;
    align-items: center;
}.reach_out_info_401 .online_contact_329 {
    list-style: none;
    flex-direction: column;
    margin: 1.5rem 0 0 0;
    gap: 1rem;
    display: flex;
    padding: 0;
}.reach_out_info_401 .send_message_498 {
    padding-bottom: 0.25rem;
    transition: color 0.3s ease, transform 0.3s ease;
    font-weight: 600;
    position: relative;
    color: #000000;
    align-items: center;
    display: flex;
    text-decoration: none;
    gap: 0.5rem;
}.reach_out_info_401 .send_message_498::after {
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    background: rgb(192,208,191);
    bottom: 0;
    height: 2px;
    width: 0;
}.reach_out_info_401 .send_message_498:hover {
    transform: translateX(5px);
    color: rgb(192,208,191);
}.reach_out_info_401 .send_message_498:hover::after {
    width: 100%;
}.reach_out_info_401 svg {
    height: 20px;
    transition: transform 0.3s ease;
    width: 20px;
}.reach_out_info_401 .send_message_498:hover svg {
    transform: scale(1.15);
}.reach_out_info_401 svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.reach_out_info_401 .send_message_498:hover svg path {
    fill: rgb(192,208,191);
}.reach_out_info_401 li {
    transform: translateX(0);
    transition: transform 0.3s ease;
}.reach_out_info_401 li:hover {
    transform: translateX(5px);
}

@media (min-width: 768px) {.reach_out_info_401 {
    padding: 6rem 0;
}.reach_out_info_401 .edu_help_328 {
    border-radius: 8px;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.reach_out_info_401 h3 {
    grid-column: 1 / -1;
    font-size: calc(36px * 1.2);
}.reach_out_info_401 .online_contact_329 {
    grid-row: 2 / 4;
    align-self: start;
    grid-column: 2;
    margin-top: 0;
}
}

@media (min-width: 992px) {.reach_out_info_401 .edu_help_328 {
    gap: 4rem;
    padding: 4rem;
    grid-template-columns: 2fr 1fr;
}.reach_out_info_401 .edu_help_328 > div:nth-child(2) {
    grid-column: 1;
}.reach_out_info_401 .edu_help_328 > div:nth-child(3) {
    grid-column: 1;
}.reach_out_info_401 h3 {
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
}.reach_out_info_401 h3::after {
    height: 4px;
    width: 40%;
}.reach_out_info_401 .online_contact_329 {
    padding-left: 2rem;
    position: relative;
}.reach_out_info_401 .online_contact_329::before {
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 3px;
    background: linear-gradient(to bottom, rgb(192,208,191,0.5), transparent);
}
}

@media (max-width: 767px) {.reach_out_info_401 {
    padding: 3rem 0;
}.reach_out_info_401 .edu_help_328 {
    padding: 2rem;
}.reach_out_info_401 h3 {
    font-size: 36px;
}.reach_out_info_401 svg {
    height: 18px;
    width: 18px;
}.reach_out_info_401 .send_message_498 {
    font-size: 0.95em;
}
}

@media (max-width: 480px) {.reach_out_info_401 .edu_help_328 {
    padding: 1.5rem;
}.reach_out_info_401 h3 {
    font-size: calc(36px * 0.85);
}.reach_out_info_401 p {
    font-size: calc(12px * 0.95);
}.reach_out_info_401 .online_contact_329 {
    margin-top: 1rem;
}}.receive_updates_170 {
    background: linear-gradient(135deg, rgb(226,233,225) 0%, rgb(192,208,191,0.5) 100%);
    overflow: hidden;
    transform: skewY(-2deg);
    margin: 3rem 0;
    padding: 4rem 2rem;
    position: relative;
}.receive_updates_170 .skill_studio_492 {
    transform: skewY(2deg);
    z-index: 2;
    position: relative;
}.receive_updates_170::before {
    height: 200%;
    transform: rotate(-15deg);
    left: -5%;
    content: "";
    background: linear-gradient(135deg, rgb(153,173,152) 0%, rgb(153,173,152,0.5) 100%);
    animation: pulse 8s infinite alternate;
    position: absolute;
    width: 60%;
    top: -10%;
    border-radius: 12px;
    opacity: 0.7;
    z-index: 1;
}.receive_updates_170::after {
    bottom: -50%;
    content: "";
    filter: blur(5px);
    border-radius: 10px;
    z-index: 0;
    animation: float 10s infinite alternate;
    opacity: 0.6;
    background: linear-gradient(45deg, rgb(192,208,191,0.5) 0%, rgb(192,208,191) 100%);
    right: -10%;
    height: 180%;
    position: absolute;
    width: 70%;
    transform: rotate(25deg);
}.receive_updates_170 p {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    max-width: 80%;
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 33px;
    transform: translateX(-5%);
}.receive_updates_170 .input_holder {
    gap: 1rem;
    justify-content: flex-start;
    display: flex;
    transform: translateX(5%);
    position: relative;
    flex-direction: row;
    align-items: center;
    z-index: 3;
}.receive_updates_170 .email_input_box_974 {
    border-radius: 10px;
    transform: perspective(800px) rotateX(2deg);
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    flex: 1;
    border: none;
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
}.receive_updates_170 .email_input_box_974:focus {
    transform: perspective(800px) rotateX(0);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    outline: none;
}.receive_updates_170 .email_input_box_974::placeholder {
    opacity: 0.7;
    color: #000000;
}.receive_updates_170 .fresh_start_418 {
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(153,173,152) 0%, rgb(192,208,191) 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    transform: perspective(800px) rotateX(2deg) translateZ(0);
    border-radius: 10px;
    border: none;
    font-size: 19px;
    padding: 1rem 2rem;
}.receive_updates_170 .fresh_start_418:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    transform: perspective(800px) rotateX(0) translateY(-5px) translateZ(0);
    background: linear-gradient(135deg, rgb(192,208,191) 0%, rgb(153,173,152) 100%);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) scale(1);
    }
    100% {
        opacity: 0.7;
        transform: rotate(-15deg) scale(1.05);
    }
}

@keyframes float {
    0% {
        transform: rotate(25deg) translateY(0);
    }
    100% {
        transform: rotate(25deg) translateY(-20px);
    }
}

@media (max-width: 768px) {.receive_updates_170 {
    padding: 3rem 1.5rem;
    transform: skewY(-1deg);
}.receive_updates_170 .skill_studio_492 {
    transform: skewY(1deg);
}.receive_updates_170 p {
    transform: translateX(0);
    margin-bottom: 1.5rem;
    font-size: 19px;
    text-align: left;
    max-width: 100%;
}.receive_updates_170 .input_holder {
    flex-direction: column;
    align-items: stretch;
    transform: translateX(0);
}.receive_updates_170 .email_input_box_974 {
    width: 100%;
    margin-bottom: 1rem;
}.receive_updates_170 .fresh_start_418 {
    width: 100%;
}}header {
    background: linear-gradient(to right, #ffffff, rgb(226,233,225));
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    width: 100%;
    padding: 0;
    z-index: 100;
}header::before {
    background-size: 20px 20px;
    width: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    height: 100%;
    content: '';
}header::after {
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, rgb(192,208,191), rgb(153,173,152));
    left: 0;
    position: absolute;
    z-index: 1;
    width: 5px;
    top: 0;
}header .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
    position: relative;
    z-index: 2;
    width: 100%;
}header .nav_master_821 {
    margin-left: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 3%;
}header .head_primary_906 {
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    position: relative;
    text-decoration: none;
}header .head_primary_906:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}header .head_primary_906 svg {
    transition: all 0.3s ease;
    height: auto;
    width: 140px;
}header .nav_main_319 {
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    position: relative;
    gap: 0.4rem;
    align-items: center;
    border-radius: 10px;
    padding: 0.4rem 0.6rem;
}header .nav_main_319::before {
    bottom: -2px;
    left: -2px;
    background: linear-gradient(135deg, rgb(192,208,191,0.5), rgb(153,173,152,0.5));
    top: -2px;
    right: -2px;
    border-radius: calc(10px + 2px);
    content: '';
    z-index: -1;
    opacity: 0.5;
    position: absolute;
}header .nav_pro_530 {
    background: #ffffff;
    z-index: 1;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 0.4rem 0.7rem;
    overflow: hidden;
    font-size: 18px;
    color: #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    position: relative;
}header .nav_pro_530::before {
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, rgb(192,208,191,0.5), rgb(153,173,152,0.5));
    width: 100%;
    transition: opacity 0.3s ease;
    height: 100%;
    content: '';
    left: 0;
}header .nav_pro_530:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}header .nav_pro_530:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .nav_master_821 {
    padding: 0.8rem 2.5%;
}header .head_primary_906 svg {
    width: 130px;
}header .nav_main_319 {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .nav_pro_530 {
    padding: 0.35rem 0.6rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .nav_master_821 {
    flex-direction: column;
    gap: 0.7rem;
    align-items: flex-start;
    margin-left: 3px;
    padding: 0.8rem 2%;
}header .head_primary_906 {
    padding: 0.4rem;
}header .head_primary_906 svg {
    width: 120px;
}header .nav_main_319 {
    width: 98%;
    padding: 0.4rem;
    justify-content: flex-start;
    overflow-x: auto;
}header .nav_main_319::-webkit-scrollbar {
    height: 2px;
}header .nav_main_319::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(192,208,191);
}header .nav_pro_530 {
    padding: 0.3rem 0.5rem;
    font-size: calc(18px - 1px);
    white-space: nowrap;
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .nav_master_821 {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .head_primary_906 svg {
    width: 110px;
}header .nav_main_319 {
    padding: 0.3rem;
}header .nav_pro_530 {
    padding: 0.3rem 0.4rem;
    font-size: calc(18px - 2px);
}}.contact_us_541 {
    position: relative;
    padding: 100px 0;
    background: rgb(226,233,225);
    overflow: hidden;
}.contact_us_541::before {
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    z-index: 1;
    background: rgb(226,233,225);
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(192,208,191,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(153,173,152,0.5) 0%, transparent 30%);
    position: absolute;
}.contact_us_541::after {
    z-index: 1;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    position: absolute;
    top: 0;
    content: "";
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-image: 
        repeating-linear-gradient(45deg, rgb(192,208,191,0.5) 0, rgb(192,208,191,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(153,173,152,0.5) 0, rgb(153,173,152,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(192,208,191,0.5), transparent 70%),
        linear-gradient(180deg, rgb(153,173,152,0.5), transparent 70%);
    opacity: 0.2;
    height: 100%;
    width: 100%;
    animation: backgroundMove 30s infinite linear;
    left: 0;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.contact_us_541 .container {
    padding: 0 30px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.contact_us_541 h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    font-size: 46px;
}.contact_us_541 h2::before {
    position: absolute;
    left: calc(50% - 50px);
    width: 100px;
    box-shadow: 
        0 0 5px rgb(192,208,191),
        0 0 10px rgb(192,208,191),
        0 0 15px rgb(192,208,191);
    content: "";
    background: rgb(192,208,191);
    bottom: -15px;
    height: 2px;
}.contact_us_541 .inquiry_widget_947 {
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(192,208,191,0.5);
    display: flex;
    overflow: hidden;
    border-radius: 12px;
}.contact_us_541 .inquiry_widget_947::before {
    inset: 0;
    border: 1px solid rgb(192,208,191);
    border-radius: 12px;
    opacity: 0.2;
    position: absolute;
    pointer-events: none;
    z-index: 3;
    content: "";
}.contact_us_541 .background_photo_245 {
    min-height: 550px;
    position: relative;
    flex: 0 0 45%;
    overflow: hidden;
}.contact_us_541 .background_photo_245::before {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
    z-index: 1;
    content: "";
}.contact_us_541 .background_photo_245::after {
    position: absolute;
    content: "";
    z-index: 2;
    inset: 0;
    opacity: 0.7;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(192,208,191,0.5) 100%);
}.contact_us_541 .query_panel_910 {
    padding: 60px;
    background: #ffffff;
    flex: 0 0 55%;
    position: relative;
}.contact_us_541 .query_panel_910::before {
    top: -100px;
    width: 200px;
    height: 200px;
    filter: blur(100px);
    z-index: 0;
    opacity: 0.3;
    background: rgb(192,208,191,0.5);
    content: "";
    position: absolute;
    right: -100px;
}.contact_us_541 .query_panel_910::after {
    height: 150px;
    bottom: -75px;
    background: rgb(153,173,152,0.5);
    position: absolute;
    opacity: 0.3;
    width: 150px;
    filter: blur(80px);
    left: -75px;
    content: "";
    z-index: 0;
}.contact_us_541 form {
    z-index: 2;
    position: relative;
}.contact_us_541 form h3 {
    position: relative;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}.contact_us_541 form h3::after {
    left: 0;
    content: "";
    bottom: -15px;
    box-shadow: 
        0 0 5px rgb(192,208,191,0.5),
        0 0 10px rgb(192,208,191,0.5);
    width: 40px;
    background: rgb(192,208,191);
    position: absolute;
    height: 2px;
}.contact_us_541 form input[type="text"] {
    color: #000000;
    transition: all 0.3s ease;
    background: rgb(226,233,225);
    border-radius: 8px;
    width: 100%;
    margin-bottom: 25px;
    font-size: 12px;
    border: 1px solid rgb(192,208,191,0.5);
    padding: 18px 25px;
}.contact_us_541 form input[type="text"]:focus {
    box-shadow: 
        0 0 0 1px rgb(192,208,191),
        0 0 5px rgb(192,208,191,0.5);
    border-color: rgb(192,208,191);
    outline: none;
}.contact_us_541 form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.contact_us_541 .inquiry_grid_352 {
    position: relative;
    margin-bottom: 35px;
}.contact_us_541 .inquiry_grid_352 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_us_541 .inquiry_grid_352 label {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.5;
    color: #000000;
}.contact_us_541 .inquiry_grid_352 label::before {
    border: 1px solid rgb(192,208,191,0.5);
    top: 0;
    height: 22px;
    left: 0;
    position: absolute;
    width: 22px;
    transition: all 0.3s ease;
    background: rgb(226,233,225);
    content: "";
    border-radius: 4px;
}.contact_us_541 .inquiry_grid_352 input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 5px rgb(192,208,191,0.5);
    background: rgb(192,208,191);
    border-color: rgb(192,208,191);
}.contact_us_541 .inquiry_grid_352 input[type="checkbox"]:checked + label::after {
    left: 8px;
    content: "";
    top: 4px;
    width: 6px;
    position: absolute;
    height: 12px;
    border: solid #ffffff;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
}.contact_us_541 .inquiry_grid_352 label a {
    color: rgb(192,208,191);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
}.contact_us_541 .inquiry_grid_352 label a::after {
    width: 100%;
    content: "";
    background: rgb(192,208,191);
    transition: transform 0.3s ease;
    transform-origin: right;
    height: 1px;
    bottom: -1px;
    transform: scaleX(0);
    left: 0;
    position: absolute;
}.contact_us_541 .inquiry_grid_352 label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.contact_us_541 .support_reach_347 {
    font-weight: 700;
    border-radius: 8px;
    padding: 18px 30px;
    transition: all 0.3s ease;
    position: relative;
    background: rgb(192,208,191);
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
    box-shadow: 
        0 5px 15px rgb(192,208,191,0.5),
        0 0 0 1px rgb(192,208,191);
    font-size: 14px;
}.contact_us_541 .support_reach_347::before {
    background: rgb(153,173,152);
    top: 0;
    z-index: -1;
    width: 100%;
    transform: scaleX(0);
    position: absolute;
    content: "";
    transform-origin: right;
    height: 100%;
    transition: transform 0.5s ease;
    left: 0;
}.contact_us_541 .support_reach_347:hover {
    box-shadow: 
        0 5px 20px rgb(153,173,152,0.5),
        0 0 0 1px rgb(153,173,152);
}.contact_us_541 .support_reach_347:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact_us_541 svg {
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
    fill: rgb(192,208,191);
    filter: drop-shadow(0 0 2px rgb(192,208,191,0.5));
}.contact_us_541 svg path {
    transition: all 0.3s ease;
    fill: rgb(192,208,191);
}.contact_us_541 svg:hover,
.contact_us_541 svg:hover path {
    transform: translateY(-2px);
    filter: drop-shadow(0 0 3px rgb(153,173,152,0.5));
    fill: rgb(153,173,152);
}

@media (max-width: 1024px) {.contact_us_541 {
    padding: 80px 0;
}.contact_us_541 .background_photo_245 {
    min-height: 500px;
}.contact_us_541 .query_panel_910 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_us_541 {
    padding: 60px 0;
}.contact_us_541 h2 {
    font-size: calc(46px * 0.8);
    margin-bottom: 40px;
}.contact_us_541 .inquiry_widget_947 {
    flex-direction: column;
}.contact_us_541 .background_photo_245 {
    width: 100%;
    min-height: 300px;
}.contact_us_541 .query_panel_910 {
    width: 100%;
    padding: 40px 30px;
}.contact_us_541 form h3 {
    margin-bottom: 30px;
}.contact_us_541 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_us_541 .inquiry_grid_352 {
    margin-bottom: 25px;
}.contact_us_541 .support_reach_347 {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.contact_us_541 {
    padding: 50px 0;
}.contact_us_541 h2 {
    margin-bottom: 30px;
    font-size: calc(46px * 0.7);
}.contact_us_541 .background_photo_245 {
    min-height: 200px;
}.contact_us_541 .query_panel_910 {
    padding: 30px 20px;
}.contact_us_541 form h3 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.contact_us_541 form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_us_541 .inquiry_grid_352 {
    margin-bottom: 20px;
}.contact_us_541 .inquiry_grid_352 label {
    font-size: calc(14px * 0.9);
}.contact_us_541 .support_reach_347 {
    padding: 12px 20px;
}
}