* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.quiz_links830 {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.layer-container401 {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}.top_navbar357 {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1238px;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    width: 100%;
    z-index: 1;
}.quiz_links830 {
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, #000000, rgb(164,156,129));
}.quiz_links830::before {
    pointer-events: none;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 10% 20%, rgb(164,156,129,0.5) 0%, transparent 50%);
    right: 0;
    bottom: 0;
}.quiz_links830::after {
    pointer-events: none;
    top: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(198,191,167,0.5) 70%, transparent 100%);
    animation: shiftGradient 15s infinite linear;
    left: 0;
    content: "";
    bottom: 0;
    right: 0;
    position: absolute;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.quiz_links830 .container {
    z-index: 2;
    position: relative;
}footer .discount_cta907 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .message_us234 {
    gap: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 25px;
    transform: translateY(0);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    backdrop-filter: blur(8px);
    flex-wrap: wrap;
}footer .message_us234:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}footer .info_item {
    display: flex;
    flex: 1 1 220px;
    align-items: center;
}footer .info_item svg {
    height: 20px;
    margin-right: 12px;
    width: 20px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 3px rgb(198,191,167,0.5));
    fill: rgb(198,191,167);
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(198,191,167,0.5);
    color: rgb(198,191,167);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    margin-top: 20px;
    gap: 40px;
}footer .header_pagewrap049 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
}footer .header_pagewrap049 svg {
    height: 50px;
    margin-bottom: 10px;
    width: auto;
    filter: drop-shadow(0 0 5px rgb(198,191,167,0.5));
    transition: filter 0.3s ease;
}footer .header_pagewrap049:hover svg {
    filter: drop-shadow(0 0 8px rgb(198,191,167));
}footer .conduct_code059 {
    font-size: 13px;
    color: #ffffff;
    line-height: 1.5;
    opacity: 0.8;
    max-width: 300px;
}footer .head_guide489 {
    border-radius: 18px;
    padding: 25px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: box-shadow 0.3s ease;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.03);
}footer .head_guide489:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .head_guide489::before {
    bottom: -2px;
    top: -2px;
    left: -2px;
    content: "";
    border-radius: calc(18px + 2px);
    position: absolute;
    background: linear-gradient(45deg, rgb(198,191,167), transparent, rgb(164,156,129), transparent);
    transition: opacity 0.5s ease;
    right: -2px;
    opacity: 0;
    z-index: -1;
}footer .head_guide489:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .head_guide489 h5 {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    padding-bottom: 10px;
}footer .head_guide489 h5::after {
    transition: width 0.3s ease;
    bottom: -1px;
    background: rgb(198,191,167);
    height: 2px;
    width: 50px;
    position: absolute;
    left: 0;
    content: "";
}footer .head_guide489:hover h5::after {
    width: 100px;
}footer .head_know326 {
    margin-bottom: 25px;
    flex-direction: column;
    gap: 10px;
    display: flex;
}footer .head_know326 a {
    text-decoration: none;
    padding-left: 15px;
    color: #ffffff;
    position: relative;
    font-weight: 400;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: calc(13px - 1px);
}footer .head_know326 a::before {
    top: 50%;
    height: 6px;
    left: 0;
    content: "";
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    position: absolute;
    background-color: rgb(198,191,167);
    transform: translateY(-50%) scale(0.8);
    border-radius: 50%;
    width: 6px;
    opacity: 0.7;
}footer .head_know326 a:hover {
    color: rgb(198,191,167);
    padding-left: 20px;
}footer .head_know326 a:hover::before {
    opacity: 1;
    box-shadow: 0 0 5px rgb(198,191,167), 0 0 10px rgb(198,191,167,0.5);
    background-color: rgb(198,191,167);
    transform: translateY(-50%) scale(1);
}footer .subscribe_holder {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(164,156,129,0.5), #000000);
    border-radius: 18px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
}footer .subscribe_holder::before {
    width: 200%;
    height: 200%;
    top: -50%;
    position: absolute;
    animation: pulseBackground 10s infinite ease-in-out;
    z-index: -1;
    left: -50%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    content: "";
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder h5::after {
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(198,191,167), transparent);
    bottom: -5px;
    height: 2px;
    position: absolute;
}footer .subscribe_holder p {
    font-size: 13px;
    opacity: 0.9;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 20px;
}footer .input_holder {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding: 14px 16px;
    font-size: 13px;
    width: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(198,191,167);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgb(198,191,167,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .updates_widget458 {
    font-weight: 600;
    background: rgb(198,191,167);
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    border: none;
    padding: 14px 24px;
}footer .updates_widget458::before {
    position: absolute;
    height: 100%;
    left: -100%;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    transition: left 0.7s ease;
}footer .updates_widget458:hover {
    background: rgb(164,156,129);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}footer .updates_widget458:hover::before {
    left: 100%;
}footer .donate_btn734 {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .trust_badge869 {
    opacity: 0.7;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: center;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .updates_widget458 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .discount_cta907 {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .message_us234 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .quiz_links830 {
    padding: 60px 0 30px;
}footer .message_us234 {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .head_guide489, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .head_guide489 h5 {
    font-size: calc(18px - 2px);
}footer .subscribe_holder p, footer .head_know326 a {
    font-size: calc(13px - 2px);
}footer .donate_btn734 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .quiz_links830 {
    padding: 40px 0 20px;
}footer .message_us234, footer .head_guide489, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .updates_widget458 {
    padding: 12px;
}footer .header_pagewrap049 svg {
    height: 40px;
}footer .conduct_code059 {
    font-size: calc(13px - 1px);
}}.cookie_warning_message981 {
    background: rgb(232,228,214);
    width: 100%;
    z-index: 90;
    border-top: 2px solid rgb(198,191,167);
    position: fixed;
    bottom: 0;
}.privacy_opt302 {
    padding: 20px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}.cookie_warning_message981 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_warning_message981 p {
    font-size: 18px;
}.cookie_explained730 {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_explained730 svg, .cookie_explained730 svg path, .cookie_explained730 img {
    fill: rgb(198,191,167);
    height: 100px;
    width: 100px;
}.user_choices978 {
    min-width: 120px;
    color: rgb(198,191,167);
    line-height: 35px;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    margin-left: 10px;
    flex-shrink: 0;
    cursor: pointer;
    border-bottom: 2px solid rgb(198,191,167);
}.cookie_warning_message981 p a {
    text-decoration: none;
    color: rgb(198,191,167);
}#cookieNoticePanel359 {
    display: none;
}#cookieNoticePanel359:checked ~ .cookie_warning_message981 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie_warning_message981 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_explained730 {
    display: none;
}.privacy_opt302 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_warning_message981 h5 {
    text-align: center;
}.cookie_warning_message981 p {
    text-align: center;
}.cookie_none250 {
    margin-bottom: 20px;
}body .layer-container401 .user_choices978 {
    margin-left: 0;
}}
.layer-container401 .privacy_opt302 {
    justify-content: flex-end;
}.layer-container401 .user_choices978 {
    font-size: 20px;
    padding: 10px;
    margin-left: 30px;
    color: #ffffff;
    background: rgb(198,191,167);
}.layer-container401 .cookie_none250 {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.layer-container401 .user_choices978 {
    margin-bottom: 10px;
    margin-left: 0;
}}.learning_profits356 {
    overflow: hidden;
    padding: 70px 0;
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(232,228,214) 0%, #ffffff 100%);
}.learning_profits356::before {
    background: 
    radial-gradient(circle at 10% 20%, rgb(198,191,167,0.5) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgb(164,156,129,0.5) 0%, transparent 40%);
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.4;
    height: 100%;
}.learning_profits356::after {
    animation: moveBg 60s linear infinite;
    width: 100%;
    content: "";
    background-size: 50px 50px;
    opacity: 0.05;
    top: 0;
    height: 100%;
    background-image: 
    linear-gradient(#ffffff 1px, transparent 1px),
    linear-gradient(90deg, #ffffff 1px, transparent 1px);
    position: absolute;
    left: 0;
}@keyframes moveBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.learning_profits356 .container {
    padding: 0 20px;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.learning_profits356 .class_space746 {
    padding: 0;
    grid-template-columns: 1fr 1.2fr;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    gap: 40px;
    display: grid;
}.learning_profits356 .pic_float065 {
    height: 100%;
    transform-origin: left center;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    object-fit: cover;
    width: 100%;
    transition: transform 0.5s ease;
}.learning_profits356 .pic_float065:hover {
    transform: scale(1.05);
}.learning_profits356 .text_cloud513 {
    position: relative;
    padding: 40px 30px 40px 10px;
}.learning_profits356 h3 {
    font-size: 29px;
    position: relative;
    font-weight: 700;
    color: rgb(198,191,167);
    margin-bottom: 25px;
}.learning_profits356 h3::after {
    width: 60px;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    background: linear-gradient(to right, rgb(198,191,167), rgb(164,156,129));
    height: 3px;
}.learning_profits356 .text_cloud513:hover h3::after {
    width: 120px;
}.learning_profits356 ul {
    list-style: none;
    display: flex;
    margin: 0;
    gap: 15px;
    padding: 0;
    flex-wrap: wrap;
}.learning_profits356 li {
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(255, 255, 255, 0.7);
    padding: 15px;
    transition: all 0.3s ease;
    overflow: hidden;
    flex: 0 0 calc(50% - 10px);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    position: relative;
}.learning_profits356 li::before {
    inset: 0;
    position: absolute;
    content: "";
    background: linear-gradient(
    135deg,
    transparent 0%,
    rgb(198,191,167,0.5) 100%
  );
    opacity: 0;
    transition: opacity 0.3s ease;
}.learning_profits356 li:hover {
    transform: translateY(-5px);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.1),
    inset 1px 1px 0 rgba(255, 255, 255, 0.9);
}.learning_profits356 li:hover::before {
    opacity: 0.2;
}.learning_profits356 li p {
    gap: 12px;
    margin: 0;
    align-items: center;
    position: relative;
    color: #000000;
    font-size: 16px;
    z-index: 1;
    display: flex;
}.learning_profits356 svg {
    padding: 6px;
    background: linear-gradient(135deg, rgb(198,191,167), rgb(164,156,129));
    border-radius: 10px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    height: 20px;
    width: 20px;
}.learning_profits356 svg path {
    fill: #ffffff;
}.learning_profits356 li:hover svg {
    transform: rotate(10deg);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {.learning_profits356 .class_space746 {
    grid-template-columns: 1fr;
}.learning_profits356 .pic_float065 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    height: 300px;
}.learning_profits356 .text_cloud513 {
    padding: 30px;
}
}

@media (max-width: 768px) {.learning_profits356 {
    padding: 50px 0;
}.learning_profits356 .pic_float065 {
    height: 250px;
}.learning_profits356 li {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.learning_profits356 {
    padding: 40px 0;
}.learning_profits356 .class_space746 {
    padding: 0;
}.learning_profits356 .pic_float065 {
    height: 200px;
}.learning_profits356 .text_cloud513 {
    padding: 25px 20px;
}.learning_profits356 h3 {
    font-size: calc(29px * 0.85);
}.learning_profits356 li {
    padding: 12px;
}.learning_profits356 li p {
    font-size: calc(16px * 0.9);
}.learning_profits356 svg {
    width: 18px;
    height: 18px;
    padding: 5px;
}}.pricing_lineup528 {
    background: rgb(232,228,214);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.pricing_lineup528::before {
    z-index: 0;
    height: 300px;
    width: 300px;
    filter: blur(60px);
    content: "";
    border-radius: 50%;
    right: -50px;
    position: absolute;
    top: -50px;
    background: linear-gradient(135deg, rgb(164,156,129,0.5), rgb(198,191,167,0.5));
}.pricing_lineup528::after {
    z-index: 0;
    height: 250px;
    position: absolute;
    filter: blur(50px);
    bottom: -50px;
    border-radius: 50%;
    width: 250px;
    background: linear-gradient(225deg, rgb(198,191,167,0.5), rgb(164,156,129,0.5));
    content: "";
    left: -50px;
}.pricing_lineup528 .container {
    position: relative;
    z-index: 1;
}.pricing_lineup528 .access_cost416 {
    gap: 3rem;
    flex-direction: column-reverse;
    display: flex;
}.pricing_lineup528 .study_fees397 {
    padding: 0 1rem;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}.pricing_lineup528 .study_fees397 h2 {
    color: #000000;
    display: inline-block;
    font-weight: 700;
    font-size: calc(28px * 1.1);
    position: relative;
    margin-bottom: 1.5rem;
}.pricing_lineup528 .study_fees397 h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(198,191,167), rgb(164,156,129));
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    bottom: -10px;
    position: absolute;
}.pricing_lineup528 .package_price741 {
    margin-bottom: 1rem;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}.pricing_lineup528 .learning_plan032 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    perspective: 1000px;
}.pricing_lineup528 .indv_cost584 {
    transform-style: preserve-3d;
    position: relative;
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
}.pricing_lineup528 .indv_cost584:hover {
    transform: translateY(-10px);
}.pricing_lineup528 .access_rates452 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    background: #ffffff;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    border-radius: 10px;
    z-index: 1;
    min-height: 430px;
    position: relative;
    justify-content: space-between;
}.pricing_lineup528 .indv_cost584:hover .access_rates452 {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.pricing_lineup528 .trial_rates948 {
    position: relative;
    z-index: 2;
    padding: 2rem;
    flex: 1;
}.pricing_lineup528 .indv_cost584 h3 {
    font-weight: 700;
    color: #000000;
    display: inline-block;
    font-size: calc(18px * 1.1);
    margin-bottom: 1rem;
    position: relative;
}.pricing_lineup528 .indv_cost584 h3::before {
    transition: width 0.3s ease;
    content: "";
    left: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    background: rgb(198,191,167);
    bottom: -5px;
}.pricing_lineup528 .indv_cost584:hover h3::before {
    width: 100%;
}.pricing_lineup528 .member_plans608 {
    margin: 1.5rem 0;
    display: block;
    color: rgb(164,156,129);
    font-size: calc(18px * 1.4);
    font-weight: 700;
    position: relative;
}.pricing_lineup528 .member_plans608::after {
    top: 50%;
    content: "";
    border-radius: 3px;
    width: 3px;
    transform: translateY(-50%);
    position: absolute;
    height: 20px;
    left: -10px;
    background: rgb(198,191,167);
}.pricing_lineup528 .indv_cost584 p {
    line-height: 1.6;
    hyphens: auto;
    margin-bottom: 1rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: #000000;
    font-size: 16px;
}.pricing_lineup528 .pic_float065 {
    height: 180px;
    position: relative;
}.pricing_lineup528 .pic_float065::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    z-index: 1;
    content: "";
}.pricing_lineup528 .indv_cost584:nth-child(1) .access_rates452 {
    border-top: 4px solid rgb(198,191,167);
}.pricing_lineup528 .indv_cost584:nth-child(2) .access_rates452 {
    border-top: 4px solid rgb(164,156,129);
}.pricing_lineup528 .indv_cost584:nth-child(3) .access_rates452 {
    border-top: 4px solid #6c5ce7;
}.pricing_lineup528 .indv_cost584:nth-child(4) .access_rates452 {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.pricing_lineup528 .learning_plan032 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_lineup528 .access_rates452 {
    min-height: 480px;
}.pricing_lineup528 .study_fees397 {
    padding: 0 2rem;
}.pricing_lineup528 .study_fees397 h2 {
    font-size: calc(28px * 1.2);
}
}

@media (min-width: 992px) {.pricing_lineup528 .access_cost416 {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}.pricing_lineup528 .learning_plan032 {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
}.pricing_lineup528 .study_fees397 {
    padding-right: 3rem;
    flex: 1;
    text-align: left;
}.pricing_lineup528 .study_fees397 h2::after {
    transform: none;
    left: 0;
}.pricing_lineup528 .access_rates452 {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.pricing_lineup528 .learning_plan032 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.pricing_lineup528 .indv_cost584 {
    transform: perspective(1000px) rotateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_lineup528 .indv_cost584:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.pricing_lineup528 .access_rates452 {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    min-height: 520px;
}.pricing_lineup528 .pic_float065 {
    height: 200px;
}.pricing_lineup528 .member_plans608 {
    font-size: calc(18px * 1.6);
}.pricing_lineup528 .study_fees397 h2 {
    font-size: calc(28px * 1.3);
}}header {
    background: linear-gradient(to right, rgb(232,228,214), #ffffff);
    z-index: 100;
    position: relative;
    padding: 1.5rem 0;
    box-shadow: 0 5px 15px rgb(198,191,167,0.5);
}header .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}header .top_start179 {
    align-items: center;
    flex-direction: column;
    display: flex;
    gap: 1.2rem;
}header .header_master596 {
    position: relative;
    text-decoration: none;
    padding: 0.5rem;
    display: block;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    transition: all 0.3s ease;
}header .header_master596::after {
    background: linear-gradient(to right, transparent, rgb(198,191,167), transparent);
    left: 0;
    height: 2px;
    position: absolute;
    opacity: 0.7;
    bottom: -5px;
    content: '';
    width: 100%;
}header .header_master596 svg {
    height: auto;
    transition: transform 0.3s ease;
    width: 180px;
}header .header_master596:hover svg {
    transform: scale(1.05);
}header .head_guide489 {
    display: flex;
    border-radius: 24px;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.8rem;
    width: 100%;
    background: linear-gradient(to right, rgb(198,191,167,0.5), rgb(164,156,129,0.5));
}header .main_primary697 {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    background: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.6rem 1.2rem;
}header .main_primary697:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(198,191,167), rgb(164,156,129));
    color: #ffffff;
    box-shadow: 0 4px 8px rgb(198,191,167,0.5);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .header_master596 svg {
    width: 160px;
}header .head_guide489 {
    padding: 0.7rem;
}header .main_primary697 {
    font-size: calc(18px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .top_start179 {
    gap: 1rem;
}header .header_master596 svg {
    width: 140px;
}header .head_guide489 {
    gap: 0.4rem;
    padding: 0.6rem;
}header .main_primary697 {
    font-size: calc(18px - 2px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .top_start179 {
    gap: 0.8rem;
}header .header_master596 svg {
    width: 120px;
}header .head_guide489 {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.5rem;
}header .head_guide489::-webkit-scrollbar {
    height: 3px;
}header .head_guide489::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(198,191,167);
}header .main_primary697 {
    flex-shrink: 0;
    font-size: calc(18px - 2px);
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
}}.title_greeting730 {
    background: linear-gradient(135deg, rgb(232,228,214) 0%, #ffffff 100%);
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
}.title_greeting730::before {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(198,191,167,0.5) 0px,
        transparent 2px,
        transparent 10px
    );
    opacity: 0.05;
    z-index: 1;
    content: "";
    top: 0;
}.title_greeting730 .class_space746 {
    gap: 2rem;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    z-index: 2;
    display: grid;
    padding: 2rem;
    position: relative;
    max-width: 1200px;
}.title_greeting730 h1 {
    grid-column: 1 / -1;
    position: relative;
    color: #000000;
    font-size: 43px;
    opacity: 0;
    margin-bottom: 1.5rem;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    transform: translateY(-10px);
    font-weight: 700;
}.title_greeting730 h1::after {
    transform: scaleX(0);
    width: 80px;
    animation: expandLine 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
    position: absolute;
    background: rgb(198,191,167);
    height: 4px;
    bottom: -10px;
    transform-origin: left;
    left: 0;
    content: "";
}.title_greeting730 .text_cloud513 {
    z-index: 3;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    flex-direction: column;
    transform: translateX(-20px);
    position: relative;
    opacity: 0;
    display: flex;
    justify-content: center;
}.title_greeting730 .page_open651 {
    position: relative;
    border-radius: 18px;
    padding: 2.5rem;
    z-index: 2;
    transition: transform 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08),
                0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transform: perspective(1000px) rotateY(-3deg);
}.title_greeting730 .page_open651:hover {
    transform: perspective(1000px) rotateY(0);
}.title_greeting730 .page_open651::before {
    background: linear-gradient(135deg, rgb(198,191,167,0.5) 0%, transparent 80%);
    position: absolute;
    top: 0;
    content: "";
    border-radius: 18px;
    height: 100%;
    opacity: 0.1;
    width: 100%;
    left: 0;
}.title_greeting730 .page_open651 p {
    position: relative;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #000000;
    font-size: calc(17px * 1.2);
}.title_greeting730 .page_open651 p::first-letter {
    font-weight: 700;
    color: rgb(198,191,167);
    font-size: calc(17px * 1.8);
}.title_greeting730 svg {
    width: 100px;
    margin: 2rem auto;
    animation: pulseGently 4s ease-in-out infinite;
    height: 100px;
    display: block;
    transform-origin: center;
}.title_greeting730 svg path {
    fill: rgb(198,191,167);
    transition: fill 0.3s ease;
}.title_greeting730 svg:hover path {
    fill: rgb(164,156,129);
}.title_greeting730 svg text {
    transition: all 0.3s ease;
    font-weight: 700;
}.title_greeting730 svg:hover text {
    fill: #000000;
}.title_greeting730 .query_form704 {
    background: linear-gradient(45deg, rgb(198,191,167) 0%, rgb(164,156,129) 100%);
    overflow: hidden;
    border-radius: 10px;
    z-index: 2;
    padding: 1rem 2rem;
    letter-spacing: 0.5px;
    font-weight: 600;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    margin-top: 1rem;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
}.title_greeting730 .query_form704::before {
    content: "";
    left: -100%;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
}.title_greeting730 .query_form704:hover {
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.title_greeting730 .query_form704:hover::before {
    left: 100%;
}.title_greeting730 .pic_float065 {
    overflow: hidden;
    width: 100%;
    height: 450px;
    position: relative;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15),
               -20px -20px 60px rgba(255, 255, 255, 0.8);
    opacity: 0;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    transition: transform 0.5s ease;
    border-radius: 18px;
    transform: translateX(20px);
}.title_greeting730 .pic_float065:hover {
    transform: scale(1.02) perspective(1000px) rotateY(3deg);
}.title_greeting730 .pic_float065::after {
    bottom: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgb(198,191,167,0.5) 0%, transparent 70%);
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
}

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

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

@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes pulseGently {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.title_greeting730 .class_space746 {
    grid-template-columns: 1fr;
}.title_greeting730 h1 {
    font-size: calc(43px * 0.9);
}.title_greeting730 .page_open651 {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}.title_greeting730 .pic_float065 {
    height: 350px;
    order: -1;
}
}

@media (max-width: 768px) {.title_greeting730 {
    padding: 3rem 0;
}.title_greeting730 .class_space746 {
    padding: 1.5rem;
}.title_greeting730 h1 {
    font-size: calc(43px * 0.8);
}.title_greeting730 .page_open651 p {
    font-size: 17px;
}.title_greeting730 svg {
    width: 80px;
    height: 80px;
    margin: 1.5rem auto;
}.title_greeting730 .query_form704 {
    width: 100%;
}.title_greeting730 .pic_float065 {
    height: 280px;
}
}

@media (max-width: 576px) {.title_greeting730 .class_space746 {
    padding: 1rem;
}.title_greeting730 h1 {
    font-size: calc(43px * 0.7);
}.title_greeting730 .page_open651 {
    padding: 1.5rem;
}.title_greeting730 .pic_float065 {
    height: 240px;
}.title_greeting730 .page_open651 p::first-letter {
    font-size: calc(17px * 1.4);
}}.thxSection451 {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(232,228,214) 0%, rgb(164,156,129,0.5) 100%);
    position: relative;
    overflow: hidden;
}.thxSection451::before {
    background: 
    radial-gradient(circle at 10% 20%, rgb(198,191,167,0.5) 5%, transparent 60%),
    radial-gradient(circle at 90% 80%, rgb(164,156,129,0.5) 10%, transparent 50%);
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    pointer-events: none;
}.thxSection451::after {
    right: -50%;
    width: 90%;
    height: 90%;
    opacity: 0.08;
    top: -50%;
    position: absolute;
    content: "";
    transform: rotate(-15deg);
    pointer-events: none;
    z-index: 1;
    filter: blur(80px);
    background: rgb(255, 255, 255, 0.5);
}.thxSection451 .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.thxSection451 .class_space746 {
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.45, 1.09) forwards;
    border-left: 4px solid rgb(198,191,167);
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 5px 12px rgba(0, 0, 0, 0.05);
    padding: 60px 50px;
    backdrop-filter: blur(10px);
}.thxSection451 .class_space746::before {
    content: "";
    transition: transform 0.5s ease;
    border-radius: 10px;
    right: 20px;
    top: 20px;
    opacity: 0.2;
    left: 20px;
    pointer-events: none;
    border: 1px solid rgb(164,156,129,0.5);
    bottom: 20px;
    position: absolute;
    transform: scale(0.97);
}.thxSection451 .class_space746:hover::before {
    transform: scale(1);
}.thxSection451 .class_space746 > div:first-child {
    padding-bottom: 25px;
    margin-bottom: 30px;
    position: relative;
}.thxSection451 .class_space746 > div:first-child::after {
    transform-origin: left center;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(198,191,167) 0%, rgb(164,156,129) 100%);
    width: 80px;
    animation: lineExpand 1s ease-out 0.3s forwards;
    height: 3px;
}.thxSection451 h5 {
    line-height: 1.4;
    font-weight: 700;
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    transform: translateY(15px);
    margin: 0;
    opacity: 0;
    color: #000000;
    font-size: 19px;
}.thxSection451 p {
    font-weight: 400;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    opacity: 0;
    margin: 0;
    transform: translateY(15px);
    line-height: 1.8;
    color: #000000;
    font-size: 15px;
}.thxSection451 a {
    display: block;
    color: inherit;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.45, 1.09);
    text-decoration: none;
    position: relative;
}.thxSection451 a:hover {
    transform: translateY(-5px);
}.thxSection451 a::after {
    content: "";
    left: 0;
    bottom: -8px;
    opacity: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(198,191,167,0.5) 0%, transparent 100%);
    height: 1px;
    position: absolute;
    width: 100%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scaleX(0.3);
}.thxSection451 a:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

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

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

@keyframes slideIn {
  0% {
    transform: perspective(1000px) translateY(50px) rotateX(8deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translateY(0) rotateX(2deg);
    opacity: 1;
  }
}

@media (max-width: 992px) {.thxSection451 {
    padding: 80px 0;
}.thxSection451 .class_space746 {
    padding: 50px 40px;
}.thxSection451 h5 {
    font-size: calc(19px - 2px);
}
}

@media (max-width: 768px) {.thxSection451 {
    padding: 60px 0;
}.thxSection451 .class_space746 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.thxSection451 .class_space746::before {
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
}.thxSection451 .class_space746 > div:first-child {
    padding-bottom: 20px;
    margin-bottom: 25px;
}.thxSection451 h5 {
    font-size: calc(19px - 4px);
}.thxSection451 p {
    line-height: 1.7;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 576px) {.thxSection451 {
    padding: 50px 0;
}.thxSection451 .class_space746 {
    transform: none;
    padding: 30px 20px;
    border-left: 3px solid rgb(198,191,167);
}.thxSection451 .class_space746::before {
    display: none;
}.thxSection451 .class_space746 > div:first-child {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.thxSection451 .class_space746 > div:first-child::after {
    width: 60px;
    height: 2px;
}.thxSection451 h5 {
    font-size: calc(19px - 6px);
}.thxSection451 p {
    font-size: calc(15px - 2px);
    line-height: 1.6;
}}.instructor_profile657 {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(232,228,214) 0%, rgb(198,191,167,0.5) 100%);
}.instructor_profile657::before {
    position: absolute;
    height: 100%;
    background-size: 60px 60px;
    top: 0;
    z-index: 1;
    left: 0;
    pointer-events: none;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(164,156,129,0.5) 49.5%, rgb(164,156,129,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(164,156,129,0.5) 49.5%, rgb(164,156,129,0.5) 50.5%, transparent 50.5%);
    content: "";
    opacity: 0.1;
    width: 100%;
}.instructor_profile657 .container {
    position: relative;
    max-width: 1200px;
    transform-style: preserve-3d;
    z-index: 2;
    padding: 0 1.5rem;
    margin: 0 auto;
}.instructor_profile657 .success_testimonials694 {
    grid-gap: 2rem;
    padding: 2.5rem;
    display: grid;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 3px 3px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    grid-template-columns: 1fr;
    transform: rotateY(-2deg) translateZ(10px);
    border-left: 4px solid rgb(198,191,167);
}.instructor_profile657 .success_testimonials694:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.01);
}.instructor_profile657 .success_testimonials694 > div:first-child {
    align-self: start;
    position: relative;
}.instructor_profile657 .pic_float065 {
    height: 200px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    width: 200px;
    transform: translateZ(20px);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}.instructor_profile657 .pic_float065::after {
    background: linear-gradient(135deg, rgba(rgb(198,191,167), 0.2) 0%, transparent 100%);
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
}.instructor_profile657 .success_testimonials694:hover .pic_float065 {
    transform: translateZ(30px) scale(1.05);
}.instructor_profile657 .success_testimonials694 > div:nth-child(2) {
    align-self: start;
    transform: translateZ(15px);
}.instructor_profile657 .name {
    margin-bottom: 0.5rem;
    font-size: calc(18px * 1.1);
    transition: transform 0.4s ease;
    display: inline-block;
    color: rgb(198,191,167);
    font-weight: 700;
    transform: translateX(0);
    position: relative;
}.instructor_profile657 .name::after {
    transition: width 0.4s ease-out;
    content: "";
    width: 0;
    left: 0;
    bottom: -5px;
    position: absolute;
    height: 2px;
    background-color: rgb(164,156,129);
}.instructor_profile657 .success_testimonials694:hover .name::after {
    width: 100%;
}.instructor_profile657 .success_testimonials694:hover .name {
    transform: translateX(5px);
}.instructor_profile657 .success_testimonials694 > div:nth-child(2) > div {
    font-size: calc(12px * 0.95);
    color: #000000;
    margin-bottom: 1rem;
    font-style: italic;
    opacity: 0.85;
    font-weight: 600;
}.instructor_profile657 .emp_wrap435 {
    font-size: 12px;
    margin: 0;
    transform: translateZ(10px);
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    line-height: 1.6;
}.instructor_profile657 .emp_wrap435::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(198,191,167) 0%, rgb(164,156,129) 100%);
    left: 0;
    height: 100%;
    content: "";
    width: 3px;
    position: absolute;
}

@media (min-width: 768px) {.instructor_profile657 {
    padding: 7rem 0;
}.instructor_profile657 .success_testimonials694 {
    grid-gap: 2.5rem;
    grid-template-columns: 220px 1fr 2fr;
    padding: 3rem;
    align-items: start;
}.instructor_profile657 .pic_float065 {
    height: 260px;
    width: 220px;
}.instructor_profile657 .name {
    font-size: calc(18px * 1.2);
    margin-bottom: 0.75rem;
}.instructor_profile657 .emp_wrap435 {
    font-size: calc(12px * 1.05);
    padding-left: 2rem;
}.instructor_profile657 .emp_wrap435::before {
    width: 4px;
}
}

@media (min-width: 992px) {.instructor_profile657 .container {
    padding: 0 3rem;
}.instructor_profile657 .success_testimonials694 {
    grid-template-columns: 260px 1fr 2.5fr;
    padding: 3.5rem;
    grid-gap: 3rem;
}.instructor_profile657 .pic_float065 {
    height: 300px;
    width: 260px;
}.instructor_profile657 .name {
    font-size: calc(18px * 1.3);
    margin-bottom: 1rem;
}.instructor_profile657 .success_testimonials694 > div:nth-child(2) > div {
    font-size: 12px;
    margin-bottom: 1.5rem;
}.instructor_profile657 .emp_wrap435 {
    line-height: 1.7;
    font-size: calc(12px * 1.1);
}
}

@media (min-width: 1200px) {.instructor_profile657 .success_testimonials694 {
    padding: 4rem;
    grid-template-columns: 300px 1fr 3fr;
    grid-gap: 3.5rem;
}.instructor_profile657 .pic_float065 {
    width: 300px;
    height: 350px;
}
}

@media (max-width: 767px) {.instructor_profile657 .success_testimonials694 {
    padding: 2rem;
    transform: rotateY(0deg) translateZ(0);
}.instructor_profile657 .pic_float065 {
    height: 180px;
    margin: 0 auto 1.5rem;
    width: 180px;
}.instructor_profile657 .success_testimonials694 > div:first-child {
    justify-content: center;
    display: flex;
}.instructor_profile657 .success_testimonials694 > div:nth-child(2) {
    text-align: center;
}.instructor_profile657 .emp_wrap435 {
    padding-top: 1.5rem;
    padding-left: 0;
}.instructor_profile657 .emp_wrap435::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 60px;
}}.course_offering057 {
    position: relative;
    background: linear-gradient(135deg, rgb(232,228,214) 40%, rgb(164,156,129,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.course_offering057::before {
    background: radial-gradient(circle at center, rgb(198,191,167,0.5) 0%, transparent 70%);
    top: -10%;
    width: 25vw;
    position: absolute;
    content: "";
    animation: float 15s infinite ease-in-out;
    z-index: 1;
    height: 25vw;
    right: -5%;
}.course_offering057::after {
    height: 30vw;
    z-index: 1;
    width: 30vw;
    content: "";
    animation: float 18s infinite ease-in-out reverse;
    left: -5%;
    bottom: -10%;
    position: absolute;
    background: radial-gradient(circle at center, rgb(164,156,129,0.5) 0%, transparent 70%);
}.course_offering057 .container {
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
}.course_offering057 h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 3rem;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    font-weight: 700;
    color: #000000;
}.course_offering057 h2::after {
    transform: translateX(-50%) scaleX(0.8);
    background: linear-gradient(90deg, rgb(198,191,167), rgb(164,156,129));
    position: absolute;
    width: 80px;
    left: 50%;
    bottom: -1rem;
    transition: transform 0.5s ease;
    height: 4px;
    content: "";
}.course_offering057:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.course_offering057 .class_track195 {
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
}.course_offering057 .pic_float065 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
    overflow: hidden;
    height: 400px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 14px;
    transform: translateY(0) rotate(0deg);
}.course_offering057 .pic_float065::before {
    z-index: 2;
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgba(rgb(198,191,167), 0.2) 100%
    );
    content: "";
    top: 0;
}.course_offering057 .pic_float065::after {
    top: -10px;
    border-radius: 50%;
    width: 70px;
    animation: pulse 6s infinite alternate;
    position: absolute;
    right: -10px;
    opacity: 0.7;
    content: "";
    filter: blur(15px);
    z-index: 1;
    height: 70px;
    background: rgb(198,191,167);
}.course_offering057:hover .pic_float065 {
    transform: translateY(-10px) rotate(1deg);
}.course_offering057 .text_cloud513 {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.85) 100%
    );
    transform: translateZ(0);
    padding: 2.5rem;
    backdrop-filter: blur(5px);
    max-height: 500px;
    border-radius: 14px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow-y: auto;
}.course_offering057 .text_cloud513::-webkit-scrollbar {
    width: 8px;
}.course_offering057 .text_cloud513::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 10px;
}.course_offering057 .text_cloud513::-webkit-scrollbar-thumb {
    background: rgb(164,156,129,0.5);
    transition: background 0.3s ease;
    border-radius: 10px;
}.course_offering057 .text_cloud513::-webkit-scrollbar-thumb:hover {
    background: rgb(164,156,129);
}.course_offering057 .text_cloud513::before {
    filter: blur(25px);
    content: "";
    position: absolute;
    top: -30px;
    width: 60px;
    opacity: 0.6;
    z-index: -1;
    height: 60px;
    border-radius: 50%;
    left: 20px;
    background: rgb(164,156,129,0.5);
}.course_offering057:hover .text_cloud513 {
    transform: translateZ(20px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.course_offering057 .description {
    color: #000000;
    animation: fadeInUp 0.8s forwards;
    animation-delay: 0.2s;
    font-size: 15px;
    opacity: 0;
    margin-bottom: 1.5rem;
    line-height: 1.75;
    transform: translateY(20px);
}.course_offering057 .description:last-child {
    margin-bottom: 0;
    animation-delay: 0.4s;
}

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

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(5%, 3%);
    }
    50% {
        transform: translate(-3%, 5%);
    }
    75% {
        transform: translate(3%, -3%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

@media (min-width: 768px) {.course_offering057 .class_track195 {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.course_offering057 h2 {
    font-size: calc(35px * 1.1);
    text-align: left;
}.course_offering057 h2::after {
    transform: translateX(0) scaleX(0.8);
    left: 0;
}.course_offering057:hover h2::after {
    transform: translateX(0) scaleX(1);
}.course_offering057 .pic_float065 {
    min-height: 450px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 90%);
    height: 100%;
}
}

@media (min-width: 992px) {.course_offering057 {
    padding: 8rem 0;
}.course_offering057 .class_track195 {
    gap: 5rem;
}.course_offering057 h2 {
    font-size: calc(35px * 1.2);
    margin-bottom: 4rem;
}.course_offering057 .pic_float065 {
    min-height: 550px;
    transform: translateX(-20px) rotate(-1deg);
}.course_offering057:hover .pic_float065 {
    transform: translateX(-20px) translateY(-10px) rotate(0deg);
}.course_offering057 .text_cloud513 {
    transform: translateX(20px);
    padding: 3rem;
    max-height: 550px;
}.course_offering057:hover .text_cloud513 {
    transform: translateX(20px) translateZ(30px);
}
}

@media (min-width: 1200px) {.course_offering057 .pic_float065 {
    min-height: 600px;
    transform: translateX(-40px) rotate(-1deg);
}.course_offering057:hover .pic_float065 {
    transform: translateX(-40px) translateY(-15px) rotate(0deg);
}.course_offering057 .text_cloud513 {
    max-height: 600px;
    padding: 3.5rem;
    transform: translateX(40px);
}.course_offering057:hover .text_cloud513 {
    transform: translateX(40px) translateZ(40px);
}
}

@media (max-width: 767px) {.course_offering057 {
    padding: 4rem 0;
}.course_offering057 h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2rem;
}.course_offering057 .pic_float065 {
    height: 280px;
}.course_offering057 .text_cloud513 {
    padding: 1.5rem;
}.course_offering057 .description {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}.privacy_vault149 {
    color: #000000;
    font-family: Arial, sans-serif;
    display: grid;
    gap: 2rem;
    padding: 2rem;
    background-color: #ffffff;
    grid-template-columns: 1fr;
}.privacy_vault149 h1, .privacy_vault149 h2 {
    padding: 0.5rem 0;
    color: rgb(198,191,167);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}.privacy_vault149 h1 {
    font-weight: 700;
    font-size: 44px;
    border-bottom: 3px solid rgb(198,191,167);
}.privacy_vault149 h2 {
    border-bottom: 2px solid rgb(164,156,129);
    font-size: 36px;
    font-weight: 600;
}.privacy_vault149 h3, .privacy_vault149 h4, .privacy_vault149 h5, .privacy_vault149 h6 {
    margin: 10px 0;
}.privacy_vault149 ul {
    padding: 0;
    margin: 10px 0;
    list-style: none;
}.privacy_vault149 ul li {
    font-size: 18px;
    border-bottom: 1px solid rgb(164,156,129,0.5);
    font-weight: 400;
    display: flex;
    padding: 0.5rem 0;
    align-items: center;
}.privacy_vault149 ul li:last-child {
    border-bottom: none;
}.privacy_vault149 ul li::before {
    margin-right: 1rem;
    content: '—';
    color: rgb(198,191,167);
}.privacy_vault149 p, .privacy_vault149 span {
    color: #000000;
    line-height: 1.6;
    margin: 0 0 1rem 0;
    font-size: 18px;
}.privacy_vault149 div {
    margin: 1rem 0;
}.privacy_vault149 section {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}
@media only screen and (max-width: 800px) {.privacy_vault149 {
    border-radius: 10px;
    padding: 1.5rem;
    gap: 1rem;
}.privacy_vault149 h1 {
    font-size: calc(22px * 0.9);
    border-bottom-width: 2px;
}.privacy_vault149 h2 {
    border-bottom-width: 1px;
    font-size: calc(22px * 0.9);
}.privacy_vault149 ul li {
    padding: 0.5rem 0;
}.privacy_vault149 ul li::before {
    margin-right: 0.5rem;
}}.who_we_are478 {
    overflow: hidden;
    background: rgb(232,228,214);
    padding: 120px 0;
    position: relative;
}.who_we_are478::before {
    top: 0;
    height: 100%;
    content: "";
    z-index: 1;
    opacity: 0.35;
    width: 100%;
    background: linear-gradient(135deg, rgb(198,191,167,0.5) 0%, transparent 50%);
    left: 0;
    position: absolute;
}.who_we_are478::after {
    background: radial-gradient(circle at 70% 30%, rgb(164,156,129,0.5) 0%, transparent 70%);
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    width: 60%;
    right: 0;
    content: "";
}.who_we_are478 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.who_we_are478 .class_space746 {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 60px;
}.who_we_are478 .class_space746::before {
    height: 200px;
    right: -100px;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    filter: blur(80px);
    animation: pulse 8s infinite alternate;
    background: rgb(198,191,167,0.5);
    top: -80px;
    width: 200px;
    content: "";
}.who_we_are478 .class_space746::after {
    background: rgb(164,156,129,0.5);
    content: "";
    bottom: -50px;
    width: 150px;
    left: -70px;
    filter: blur(60px);
    border-radius: 50%;
    position: absolute;
    animation: pulse 6s infinite alternate-reverse;
    z-index: -1;
    height: 150px;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

.who_we_are478 .pedagogy_info961 {
    flex: 0 0 35%;
    transition: transform 0.6s ease;
    border-radius: 27px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
}.who_we_are478 .pedagogy_info961:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.who_we_are478 .pedagogy_info961::before {
    position: absolute;
    border-radius: 27px;
    right: -10px;
    content: "";
    left: -10px;
    border: 1px solid rgb(164,156,129,0.5);
    z-index: -1;
    top: -10px;
    bottom: -10px;
    animation: border-pulse 4s infinite alternate;
}@keyframes border-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.7;
    }
}

.who_we_are478 .pic_float065 {
    overflow: hidden;
    height: 380px;
    position: relative;
}.who_we_are478 .pic_float065::after {
    position: absolute;
    bottom: 0;
    height: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(to top, #000000, transparent);
    content: "";
}.who_we_are478 .belief_core754 {
    padding: 20px 25px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
}.who_we_are478 .pro_learning790 {
    font-size: calc(22px - 2px);
    margin: 0 0 8px;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.who_we_are478 .master_class674 {
    font-weight: 300;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin: 0;
    font-size: 17px;
    opacity: 0.9;
    color: #ffffff;
}.who_we_are478 .text_cloud513 {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    flex: 1;
    border-radius: 27px;
    backdrop-filter: blur(5px);
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.who_we_are478 .text_cloud513::before {
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(198,191,167,0.5) 0%, transparent 100%);
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0.15;
    z-index: -1;
}.who_we_are478 .text_cloud513::after {
    opacity: 0.8;
    background: radial-gradient(circle, rgb(164,156,129,0.5) 0%, transparent 70%);
    animation: float 15s infinite linear;
    width: 200px;
    height: 200px;
    right: -50%;
    content: "";
    position: absolute;
    top: -50%;
    z-index: -1;
}@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-30px, 30px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.who_we_are478 .mentor_network120 {
    margin-bottom: 25px;
    display: flex;
    gap: 15px;
    align-items: center;
}.who_we_are478 .mentor_network120 svg {
    transition: transform 0.4s ease, filter 0.4s ease;
    width: 48px;
    height: 48px;
    fill: rgb(198,191,167);
    filter: drop-shadow(0 2px 10px rgb(198,191,167,0.5));
}.who_we_are478 .mentor_network120:hover svg {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 5px 15px rgb(198,191,167));
}.who_we_are478 .mentor_network120 svg path {
    transition: fill 0.3s ease;
}.who_we_are478 .mentor_network120:hover svg path {
    fill: rgb(164,156,129);
}.who_we_are478 .mentor_network120 {
    text-transform: uppercase;
    color: rgb(198,191,167);
    font-size: calc(19px - 1px);
    font-weight: 600;
    letter-spacing: 1px;
}.who_we_are478 h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    margin: 0 0 25px;
    padding-bottom: 15px;
    font-size: 28px;
}.who_we_are478 h2::after {
    width: 80px;
    position: absolute;
    border-radius: 10px;
    background: rgb(198,191,167);
    left: 0;
    bottom: 0;
    content: "";
    height: 3px;
}.who_we_are478 p {
    line-height: 1.8;
    position: relative;
    color: #000000;
    z-index: 2;
    margin: 0;
    font-size: 17px;
}

@media (max-width: 1024px) {.who_we_are478 {
    padding: 90px 0;
}.who_we_are478 .class_space746 {
    gap: 40px;
}.who_we_are478 .pedagogy_info961 {
    flex: 0 0 40%;
}.who_we_are478 .pic_float065 {
    height: 350px;
}.who_we_are478 .text_cloud513 {
    padding: 30px;
}
}

@media (max-width: 768px) {.who_we_are478 {
    padding: 70px 0;
}.who_we_are478 .class_space746 {
    flex-direction: column;
    gap: 50px;
}.who_we_are478 .pedagogy_info961 {
    width: 80%;
    margin: 0 auto;
    transform: perspective(1000px) rotateY(0);
    max-width: 350px;
}.who_we_are478 .pedagogy_info961:hover {
    transform: perspective(1000px) rotateY(0) translateY(-5px);
}.who_we_are478 .pic_float065 {
    height: 320px;
}.who_we_are478 .text_cloud513 {
    width: 100%;
    padding: 30px 25px;
}.who_we_are478 h2 {
    font-size: calc(28px - 4px);
}
}

@media (max-width: 576px) {.who_we_are478 {
    padding: 60px 0;
}.who_we_are478::before,
    .who_we_are478::after {
    opacity: 0.25;
}.who_we_are478 .pedagogy_info961 {
    width: 100%;
}.who_we_are478 .pic_float065 {
    height: 280px;
}.who_we_are478 .belief_core754 {
    padding: 15px 20px;
}.who_we_are478 .pro_learning790 {
    font-size: calc(19px + 1px);
}.who_we_are478 .text_cloud513 {
    padding: 25px 20px;
}.who_we_are478 .mentor_network120 svg {
    width: 40px;
    height: 40px;
}.who_we_are478 .mentor_network120 {
    margin-bottom: 20px;
    font-size: 17px;
}.who_we_are478 h2 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: calc(28px - 6px);
}.who_we_are478 h2::after {
    width: 60px;
    height: 2px;
}.who_we_are478 p {
    font-size: calc(17px - 1px);
    line-height: 1.7;
}}.contact_section198 {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}.contact_section198::before {
    z-index: 0;
    height: 100%;
    left: 0;
    content: '';
    background: linear-gradient(135deg, rgb(164,156,129) 0%, rgb(198,191,167) 100%);
    top: 0;
    position: absolute;
    opacity: 0.9;
    width: 100%;
}.contact_section198 .container {
    z-index: 2;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}.contact_section198 .help_card504 {
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    display: grid;
    overflow: hidden;
    gap: 0;
}.contact_section198 .inquiry_panel047 {
    position: relative;
    background: rgb(232,228,214);
    padding: 50px;
}.contact_section198 .inquiry_panel047::after {
    content: '';
    width: 5px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    background: linear-gradient(to bottom, rgb(198,191,167), rgb(164,156,129));
}.contact_section198 .inquiry_panel047 h3 {
    font-size: 38px;
    position: relative;
    color: #000000;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-weight: 700;
}.contact_section198 .inquiry_panel047 h3::after {
    left: 0;
    height: 4px;
    position: absolute;
    width: 80px;
    background: rgb(198,191,167);
    bottom: 0;
    content: '';
}.contact_section198 .inquiry_panel047 div {
    padding-left: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}.contact_section198 .inquiry_panel047 div::before {
    height: 100%;
    content: '';
    width: 5px;
    transform: translateY(-50%);
    top: 50%;
    opacity: 0.5;
    background: rgb(198,191,167);
    border-radius: 10px;
    left: 0;
    position: absolute;
}.contact_section198 .inquiry_panel047 div:hover::before {
    opacity: 1;
    height: 120%;
    transition: all 0.3s ease;
}.contact_section198 .inquiry_panel047 div svg {
    height: 22px;
    width: 22px;
    margin-right: 20px;
}.contact_section198 .inquiry_panel047 div svg path {
    fill: rgb(198,191,167);
}.contact_section198 .inquiry_panel047 div span {
    color: #000000;
    font-weight: 400;
    font-size: calc(17px * 0.95);
}.contact_section198 .inquiry_panel047 div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #000000;
}.contact_section198 .inquiry_panel047 div span a:hover {
    color: rgb(198,191,167);
}.contact_section198 .request_support165 {
    padding: 50px;
    background: rgba(0, 0, 0, 0.5);
}.contact_section198 .request_support165 h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 600;
}.contact_section198 form {
    display: flex;
    flex-direction: column;
}.contact_section198 form input[type="text"],
.contact_section198 form input[type="email"] {
    background: transparent;
    font-size: 17px;
    margin-bottom: 25px;
    padding: 15px 5px;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border: none;
    color: #ffffff;
}.contact_section198 form input[type="text"]:focus,
.contact_section198 form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(164,156,129);
}.contact_section198 form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_section198 .reach_panel203 {
    display: flex;
    align-items: flex-start;
    margin: 10px 0 25px;
}.contact_section198 .reach_panel203 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_section198 .reach_panel203 label {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 30px;
    line-height: 1.5;
    font-size: 15px;
    position: relative;
}.contact_section198 .reach_panel203 label::before {
    height: 18px;
    top: 2px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    left: 0;
    position: absolute;
    background-color: transparent;
    width: 18px;
    transition: all 0.3s ease;
    content: '';
}.contact_section198 .reach_panel203 input[type="checkbox"]:checked + label::before {
    border-color: rgb(164,156,129);
    background-color: rgb(164,156,129);
}.contact_section198 .reach_panel203 input[type="checkbox"]:checked + label::after {
    position: absolute;
    border-width: 0 2px 2px 0;
    height: 10px;
    border: solid #ffffff;
    width: 6px;
    content: '';
    left: 6px;
    top: 6px;
    transform: rotate(45deg);
}.contact_section198 .reach_panel203 label a {
    text-decoration: none;
    color: rgb(164,156,129);
}.contact_section198 .reach_panel203 label a:hover {
    text-decoration: underline;
}.contact_section198 form .query_form704 {
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
    padding: 15px 35px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    transition: color 0.3s ease;
    position: relative;
    background: rgb(164,156,129);
    align-self: flex-start;
    overflow: hidden;
    z-index: 1;
    border: none;
}.contact_section198 form .query_form704::before {
    top: 0;
    z-index: -1;
    content: '';
    height: 100%;
    transition: width 0.3s ease;
    background: rgb(198,191,167);
    width: 0;
    left: 0;
    position: absolute;
}.contact_section198 form .query_form704:hover::before {
    width: 100%;
}@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.contact_section198 .inquiry_panel047 div:nth-child(even) {
    animation: pulse 4s infinite;
}

@media screen and (max-width: 992px) {.contact_section198 .help_card504 {
    grid-template-columns: 1fr;
}.contact_section198 .inquiry_panel047::after {
    display: none;
}.contact_section198 .inquiry_panel047,
    .contact_section198 .request_support165 {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact_section198 {
    padding: 60px 0;
}.contact_section198 .inquiry_panel047,
    .contact_section198 .request_support165 {
    padding: 30px 20px;
}.contact_section198 .inquiry_panel047 h3 {
    font-size: calc(38px * 0.85);
    margin-bottom: 30px;
}.contact_section198 .inquiry_panel047 div {
    margin-bottom: 20px;
}.contact_section198 form .query_form704 {
    padding: 12px 20px;
    width: 100%;
}
}