* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1272px;
}.wrapper-segment_54698 {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}header,footer {
    width: 100%;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    width: auto;
}::-webkit-scrollbar-track {
    background: rgb(176,111,79,0.5);
    border: 1px dashed rgb(219,210,189);
    box-shadow: inset -1px -3px 0px 3px rgba(0, 0, 0, 0.1);
    border-radius: 12.6vw;
}::-webkit-scrollbar-thumb {
    transition: all 2.6s ease-out;
    min-height: 23px;
    border-radius: 3.8vh;
    box-shadow: -3px -1px 5px 0px rgba(0, 0, 0, 0.8);
    background: linear-gradient(16deg, #ffffff 85%, rgb(255, 255, 255, 0.5) 83%, rgb(176,111,79) 14%, rgb(176,111,79,0.5) 93%, rgb(200,178,132) 88%, rgb(200,178,132,0.5) 56%, rgb(219,210,189) 73%);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 3px -2px 3px 7px rgba(0, 0, 0, 0.3);
    background: rgb(255, 255, 255, 0.5);
    border-color: #ffffff;
    transform: scale(1.05);
}::-webkit-scrollbar-thumb:active {
    background: rgb(200,178,132,0.5);
    box-shadow: inset -1px 5px 7px 6px rgba(0, 0, 0, 0.4);
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(176,111,79,0.5) #ffffff;
}.reward_sys_52841 {
    flex: 0 0 auto;
}.top_skill_09351 {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy_fence_39417 {
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #f9f9f9, #f1f1f1);
    position: relative;
}.privacy_fence_39417::before {
    height: 100%;
    background: linear-gradient(to right, rgb(200,178,132,0.5) 0%, transparent 10%);
    left: 0;
    content: "";
    width: 100%;
    pointer-events: none;
    z-index: 0;
    top: 0;
    position: absolute;
}.privacy_fence_39417::after {
    pointer-events: none;
    background: linear-gradient(to bottom, rgb(176,111,79,0.5) 0%, transparent 50%);
    width: 40%;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
}.privacy_fence_39417 .container {
    background-color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateY(0.5deg);
    position: relative;
    transform-origin: left center;
    z-index: 1;
    margin: 0 auto;
    transition: transform 0.5s ease-out;
    max-width: 1140px;
    padding: 2rem;
}.privacy_fence_39417 .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.privacy_fence_39417 h1 {
    transform: translateX(-5px);
    opacity: 0;
    animation: slideInTitle 0.8s 0.2s forwards;
    font-weight: 700;
    font-size: 38px;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 0.75rem;
    color: #000000;
}.privacy_fence_39417 h1::after {
    content: "";
    width: 0;
    left: 0;
    height: 3px;
    position: absolute;
    background: linear-gradient(to right, rgb(200,178,132), rgb(176,111,79));
    animation: expandUnderline 1.2s 0.8s forwards;
    bottom: 0;
}.privacy_fence_39417 h2 {
    font-weight: 600;
    margin: 2.5rem 0 1rem;
    font-size: 28px;
    animation: slideInUp 0.6s 0.4s forwards;
    opacity: 0;
    color: #000000;
    padding-left: 1rem;
    position: relative;
    transform: translateY(10px);
}.privacy_fence_39417 h2::before {
    height: 100%;
    animation: scaleVertical 0.4s 0.8s forwards;
    transform: scaleY(0);
    width: 4px;
    background-color: rgb(200,178,132);
    transform-origin: top;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}.privacy_fence_39417 h3 {
    font-weight: 600;
    margin: 2rem 0 1rem;
    padding-left: 1.5rem;
    opacity: 0;
    font-size: calc(28px * 0.85);
    animation: slideInUp 0.6s 0.5s forwards;
    transform: translateY(8px);
    color: #000000;
    position: relative;
}.privacy_fence_39417 h3::before {
    height: 10px;
    content: "";
    position: absolute;
    width: 10px;
    top: 50%;
    left: 0;
    background-color: rgb(176,111,79);
    transform: translateY(-50%) rotate(45deg);
}.privacy_fence_39417 h4 {
    font-weight: 400;
    color: #000000;
    opacity: 0;
    animation: slideInUp 0.6s 0.6s forwards;
    padding-left: 1.75rem;
    position: relative;
    font-size: calc(28px * 0.75);
    transform: translateY(5px);
    margin: 1.5rem 0 0.75rem;
}.privacy_fence_39417 h4::before {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    content: "";
    border: 2px solid rgb(200,178,132);
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}.privacy_fence_39417 p {
    opacity: 0;
    margin-bottom: 1.5rem;
    animation: slideInUp 0.6s 0.5s forwards;
    transform: translateY(10px);
    position: relative;
    font-size: 13px;
    color: #000000;
    line-height: 1.7;
}.privacy_fence_39417 p strong {
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
}.privacy_fence_39417 p strong::after {
    bottom: -2px;
    height: 1px;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    background-color: rgb(200,178,132,0.5);
}.privacy_fence_39417 ul {
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem 1rem;
    opacity: 0;
    position: relative;
    animation: slideInRight 0.7s 0.7s forwards;
    transform: translateX(10px);
}.privacy_fence_39417 ul::before {
    background: linear-gradient(to bottom, rgb(200,178,132), transparent);
    content: "";
    top: 0;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
}.privacy_fence_39417 li {
    position: relative;
    color: #000000;
    padding-left: 0.25rem;
    margin-bottom: 0.75rem;
    font-size: 13px;
    line-height: 1.6;
}.privacy_fence_39417 li::before {
    height: 6px;
    transform: scale(0);
    content: "";
    background-color: rgb(200,178,132);
    top: 0.7rem;
    border-radius: 50%;
    width: 6px;
    position: absolute;
    left: -1.5rem;
    animation: scaleIn 0.3s 1s forwards;
}.privacy_fence_39417 span {
    border-left: 2px solid rgb(176,111,79,0.5);
    color: #000000;
    transform: translateY(10px);
    padding-left: 1rem;
    margin: 0.75rem 0 1.5rem;
    animation: slideInUp 0.6s 0.6s forwards;
    font-size: 13px;
    opacity: 0;
    display: block;
    line-height: 1.7;
}

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

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

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

@keyframes expandUnderline {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

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

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

@media (max-width: 991px) {.privacy_fence_39417 {
    padding: 3rem 1rem;
}.privacy_fence_39417 .container {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(0.2deg);
}.privacy_fence_39417 h1 {
    font-size: calc(38px * 0.9);
}.privacy_fence_39417 h2 {
    font-size: calc(28px * 0.9);
    margin: 2rem 0 1rem;
}.privacy_fence_39417 h3 {
    font-size: calc(28px * 0.8);
}.privacy_fence_39417 h4 {
    font-size: calc(28px * 0.7);
}
}

@media (max-width: 767px) {.privacy_fence_39417 {
    padding: 2rem 0.75rem;
}.privacy_fence_39417 .container {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04), 0 3px 10px rgba(0, 0, 0, 0.02);
    transform: none;
    padding: 1.25rem;
}.privacy_fence_39417 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.8);
}.privacy_fence_39417 h2 {
    margin: 1.75rem 0 0.75rem;
    font-size: calc(28px * 0.8);
}.privacy_fence_39417 h3 {
    margin: 1.5rem 0 0.75rem;
    font-size: calc(28px * 0.75);
}.privacy_fence_39417 h4 {
    margin: 1.25rem 0 0.5rem;
    font-size: calc(28px * 0.65);
}.privacy_fence_39417 p, .privacy_fence_39417 li, .privacy_fence_39417 span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.privacy_fence_39417 ul {
    margin: 1rem 0 1.5rem 0.5rem;
}
}

@media (max-width: 575px) {.privacy_fence_39417 {
    padding: 1.5rem 0.5rem;
}.privacy_fence_39417 .container {
    padding: 1rem;
}.privacy_fence_39417 h1 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.25rem;
}.privacy_fence_39417 h2 {
    padding-left: 0.75rem;
    font-size: calc(28px * 0.7);
}.privacy_fence_39417 h2::before {
    width: 3px;
}.privacy_fence_39417 h3 {
    padding-left: 1.25rem;
    font-size: calc(28px * 0.65);
}.privacy_fence_39417 h3::before {
    width: 8px;
    height: 8px;
}.privacy_fence_39417 h4 {
    font-size: calc(28px * 0.6);
    padding-left: 1.5rem;
}.privacy_fence_39417 p, .privacy_fence_39417 li, .privacy_fence_39417 span {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}.privacy_fence_39417 span {
    padding-left: 0.75rem;
}}.support_46718 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(200,178,132,0.5) 0%, rgb(176,111,79,0.5) 100%);
    z-index: 1;
}.support_46718:before {
    content: '';
    top: -50%;
    z-index: -1;
    width: 200%;
    height: 200%;
    position: absolute;
    animation: rotateConic 20s infinite linear;
    left: -50%;
    background: conic-gradient(from 90deg at 50% 50%, rgb(200,178,132) 0%, transparent 25%, rgb(176,111,79) 50%, transparent 75%);
    opacity: 0.06;
}.support_46718:after {
    position: absolute;
    background: radial-gradient(circle at 80% 80%, rgb(176,111,79,0.5) 0%, transparent 60%);
    z-index: -1;
    animation: pulseWave 12s infinite ease-in-out;
    bottom: 0;
    content: '';
    right: 0;
    width: 70%;
    opacity: 0.12;
    height: 70%;
}.support_46718 .container {
    flex-direction: column;
    gap: 60px;
    max-width: 1280px;
    display: flex;
    position: relative;
    margin: 0 auto;
}.support_46718 .course_info_08743 {
    flex-wrap: wrap;
    gap: 40px;
    box-shadow: 0 20px 50px rgb(200,178,132,0.5);
    padding: 60px;
    border-radius: 26px;
    transition: all 0.5s ease;
    display: flex;
    background: #ffffff;
}.support_46718 .course_info_08743:hover {
    box-shadow: 0 30px 70px rgb(176,111,79,0.5);
}.support_46718 .msg_info_46027 {
    width: 100%;
    font-size: 35px;
    font-weight: 700;
    color: rgb(200,178,132);
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 40px;
    letter-spacing: 2px;
    position: relative;
}.support_46718 .msg_info_46027:after {
    transform: translateX(-50%);
    animation: expandLine 2s infinite ease;
    left: 50%;
    position: absolute;
    background: rgb(176,111,79);
    bottom: -15px;
    width: 80px;
    height: 3px;
    border-radius: 10px;
    content: '';
}.support_46718 .frame_19720 {
    transition: all 0.4s ease;
    border-radius: 26px;
    max-width: 400px;
    height: 300px;
    position: relative;
    flex: 0 0 40%;
    overflow: hidden;
}.support_46718 .frame_19720:before {
    position: absolute;
    transition: opacity 0.3s ease;
    inset: 0;
    content: '';
    background: linear-gradient(90deg, transparent 70%, rgb(200,178,132,0.5) 85%, transparent 100%);
    opacity: 0;
}.support_46718 .frame_19720:hover:before {
    opacity: 0.3;
}.support_46718 .frame_19720:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgb(176,111,79,0.5);
}.support_46718 .online_questions_81024 {
    display: grid;
    flex: 1 1 55%;
    gap: 25px;
    align-self: center;
}.support_46718 .online_questions_81024 p {
    color: #000000;
    align-items: center;
    font-size: 13px;
    line-height: 1.7;
    display: flex;
    margin: 0;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
    font-family: Arial, sans-serif;
}.support_46718 .online_questions_81024 p svg {
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    margin: 0 15px;
    flex-shrink: 0;
}.support_46718 .online_questions_81024 p svg path {
    fill: rgb(176,111,79);
    transition: fill 0.3s ease;
}.support_46718 .online_questions_81024 p span {
    font-weight: 600;
    color: rgb(200,178,132);
}.support_46718 .online_questions_81024 p a {
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    color: rgb(176,111,79);
}.support_46718 .online_questions_81024 p a:after {
    width: 100%;
    left: 0;
    background: rgb(176,111,79);
    content: '';
    bottom: -3px;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    height: 1px;
    position: absolute;
    transform-origin: left;
}.support_46718 .online_questions_81024 p a:hover:after {
    transform: scaleX(1);
}.support_46718 .reach_out_42968 {
    text-align: center;
    transition: all 0.4s ease;
    max-width: 600px;
    box-shadow: 0 15px 35px rgb(200,178,132,0.5);
    border-radius: 26px;
    background: rgb(219,210,189);
    padding: 40px;
    width: 100%;
    margin: 0 auto;
}.support_46718 .reach_out_42968:hover {
    box-shadow: 0 25px 55px rgb(176,111,79,0.5);
    background: #ffffff;
}.support_46718 .get_contactinfo_06125 {
    font-size: 23px;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: center;
    color: rgb(200,178,132);
    font-weight: 600;
}.support_46718 .get_contactinfo_06125 svg {
    width: 24px;
    margin-right: 10px;
    height: 24px;
}.support_46718 .get_contactinfo_06125 svg path {
    transition: fill 0.3s ease;
    fill: rgb(200,178,132);
}.support_46718 .reach_out_42968:hover .get_contactinfo_06125 svg path {
    fill: rgb(176,111,79);
}.support_46718 .get_contactinfo_06125:before {
    width: 40px;
    transform: translateX(-50%);
    background: rgb(176,111,79);
    height: 1px;
    position: absolute;
    top: -10px;
    animation: pulseLine 1.5s infinite ease;
    left: 50%;
    content: '';
}.support_46718 .quick_request_45692 {
    display: grid;
    gap: 20px;
}.support_46718 .get_contact_23948 {
    background: #ffffff;
    color: #000000;
    font-weight: 400;
    display: flex;
    transition: all 0.3s ease;
    padding: 15px 25px;
    border-radius: 10px;
    align-items: center;
    position: relative;
    font-size: 13px;
    justify-content: center;
}.support_46718 .get_contact_23948 svg {
    transition: all 0.3s ease;
    margin-right: 0;
    height: 18px;
    opacity: 0;
    width: 0;
}.support_46718 .get_contact_23948 svg path {
    fill: rgb(200,178,132);
}.support_46718 .get_contact_23948:hover {
    box-shadow: 0 10px 20px rgb(200,178,132,0.5);
    background: rgb(176,111,79,0.5);
    padding-left: 15px;
    transform: translateY(-5px);
}.support_46718 .get_contact_23948:hover svg {
    opacity: 1;
    margin-right: 8px;
    width: 18px;
}

@media screen and (max-width: 1024px) {.support_46718 {
    padding: 100px 0;
}.support_46718 .course_info_08743 {
    gap: 30px;
    padding: 50px;
}.support_46718 .frame_19720 {
    flex: 0 0 35%;
    height: 280px;
}.support_46718 .online_questions_81024 {
    flex: 1 1 60%;
}.support_46718 .reach_out_42968 {
    padding: 35px;
}.support_46718 .online_questions_81024 p svg {
    height: 20px;
    margin-right: 12px;
    width: 20px;
}
}

@media screen and (max-width: 768px) {.support_46718 {
    padding: 80px 0;
}.support_46718 .course_info_08743 {
    padding: 40px;
    flex-direction: column;
}.support_46718 .frame_19720 {
    margin: 0 auto;
    flex: unset;
    width: 100%;
    max-width: 100%;
    height: 300px;
}.support_46718 .online_questions_81024 {
    flex: 0 0 100%;
}.support_46718 .reach_out_42968 {
    padding: 30px;
}.support_46718 .online_questions_81024 p svg {
    width: 18px;
    margin: 0 10px;
    height: 18px;
}.support_46718 .get_contactinfo_06125 svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
}

@media screen and (max-width: 480px) {.support_46718 {
    padding: 60px 0;
}.support_46718 .course_info_08743 {
    padding: 30px;
}.support_46718 .frame_19720 {
    height: 250px;
}.support_46718 .msg_info_46027 {
    font-size: calc(35px * 0.85);
}.support_46718 .reach_out_42968 {
    padding: 25px;
}.support_46718 .get_contact_23948 {
    padding: 12px 20px;
}.support_46718 .online_questions_81024 p svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.support_46718 .get_contactinfo_06125 svg {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseWave {
    0% {
        transform: scale(1);
        opacity: 0.12;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.18;
    }
    100% {
        transform: scale(1);
        opacity: 0.12;
    }
}

@keyframes expandLine {
    0% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
    100% {
        width: 80px;
    }
}

@keyframes pulseLine {
    0% {
        width: 40px;
        opacity: 1;
    }
    50% {
        width: 60px;
        opacity: 0.6;
    }
    100% {
        width: 40px;
        opacity: 1;
    }
}.connect_form_16543 {
    background: rgb(219,210,189);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.connect_form_16543::before {
    height: 5px;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(200,178,132), rgb(176,111,79));
    left: 0;
}.connect_form_16543 .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.connect_form_16543 h2 {
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
    padding-left: 20px;
    text-align: left;
    display: inline-block;
    font-size: 34px;
    position: relative;
}.connect_form_16543 h2::before {
    left: 0;
    background: rgb(200,178,132);
    border-radius: 10px;
    width: 5px;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
}.connect_form_16543 .query_form_74165 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.connect_form_16543 .frame_19720 {
    border-radius: 24px;
    overflow: hidden;
    min-height: 500px;
    position: relative;
    box-shadow: -15px 15px 0 rgb(200,178,132,0.5);
    order: 2;
}.connect_form_16543 .feedback_message_63291 {
    order: 1;
}.connect_form_16543 form {
    width: 100%;
    padding: 50px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.connect_form_16543 form h3 {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 35px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 22px;
}.connect_form_16543 form input[type="text"] {
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
    background: rgb(219,210,189);
    margin-bottom: 25px;
    color: #000000;
    transition: all 0.3s ease;
    border: none;
    padding: 18px 25px;
    font-family: Arial, sans-serif;
}.connect_form_16543 form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(200,178,132,0.5);
    background: #ffffff;
}.connect_form_16543 form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.connect_form_16543 .inquiry_list_96120 {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.connect_form_16543 .inquiry_list_96120 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_form_16543 .inquiry_list_96120 label {
    font-size: 12px;
    cursor: pointer;
    line-height: 1.5;
    color: #000000;
    padding-left: 35px;
    position: relative;
}.connect_form_16543 .inquiry_list_96120 label::before {
    position: absolute;
    left: 0;
    height: 22px;
    width: 22px;
    transition: all 0.2s ease;
    top: 2px;
    content: "";
    border-radius: 10px;
    background: rgb(219,210,189);
}.connect_form_16543 .inquiry_list_96120 input[type="checkbox"]:checked + label::before {
    background: rgb(200,178,132);
}.connect_form_16543 .inquiry_list_96120 input[type="checkbox"]:checked + label::after {
    content: "";
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    top: 6px;
    left: 8px;
    position: absolute;
    height: 10px;
    transform: rotate(45deg);
    width: 6px;
}.connect_form_16543 .inquiry_list_96120 label a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(200,178,132);
}.connect_form_16543 .inquiry_list_96120 label a:hover {
    color: rgb(176,111,79);
}.connect_form_16543 form .query_query_90162 {
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    border: none;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #ffffff;
    display: inline-block;
    position: relative;
    background: #000000;
    font-weight: 600;
    padding: 18px 40px;
    font-size: 20px;
}.connect_form_16543 form .query_query_90162:hover {
    transform: translateY(-3px);
    background: rgb(200,178,132);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.connect_form_16543 svg {
    height: 20px;
    width: 20px;
    fill: rgb(200,178,132);
}.connect_form_16543 svg path {
    transition: fill 0.3s ease;
    fill: rgb(200,178,132);
}

@media screen and (max-width: 991px) {.connect_form_16543 {
    padding: 90px 0;
}.connect_form_16543 .query_form_74165 {
    grid-template-columns: 1fr;
    gap: 40px;
}.connect_form_16543 .frame_19720 {
    max-width: 600px;
    min-height: 400px;
    margin: 0 auto;
    order: 1;
}.connect_form_16543 .feedback_message_63291 {
    order: 2;
}.connect_form_16543 form {
    margin: 0 auto;
    max-width: 600px;
}
}

@media screen and (max-width: 767px) {.connect_form_16543 {
    padding: 70px 0;
}.connect_form_16543 h2 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.9);
}.connect_form_16543 .frame_19720 {
    box-shadow: -10px 10px 0 rgb(200,178,132,0.5);
    min-height: 300px;
    width: 100%;
}.connect_form_16543 form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.connect_form_16543 {
    padding: 50px 0;
}.connect_form_16543 h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.8);
}.connect_form_16543 .frame_19720 {
    box-shadow: -8px 8px 0 rgb(200,178,132,0.5);
    min-height: 250px;
}.connect_form_16543 form {
    padding: 30px 20px;
}.connect_form_16543 form h3 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.connect_form_16543 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.connect_form_16543 form .query_query_90162 {
    width: 100%;
    padding: 15px 20px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.9;
    z-index: -2;
    position: absolute;
    background: linear-gradient(to right, rgb(176,111,79), rgb(200,178,132));
}footer::after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
}.reward_sys_52841 {
    position: relative;
    padding: 5rem 0 2rem;
    color: #ffffff;
}.reward_sys_52841::before {
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(200,178,132), rgb(176,111,79), rgb(200,178,132));
    left: 0;
    height: 10px;
    content: "";
    position: absolute;
}.reward_sys_52841 .container {
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    gap: 2rem;
}.reward_sys_52841 .company_holder {
    position: relative;
    grid-column: span 5;
    padding: 0;
}.reward_sys_52841 .company_holder h3 {
    font-weight: 700;
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
    color: #ffffff;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 36px;
}.reward_sys_52841 .company_holder h3::after {
    content: "";
    bottom: -2px;
    position: absolute;
    width: 80px;
    height: 2px;
    left: 0;
    background: #ffffff;
}.reward_sys_52841 .login_footer_06312 {
    font-size: 17px;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    line-height: 1.7;
    padding: 0 0 0 1.5rem;
    color: #ffffff;
    margin-top: 1.5rem;
    position: relative;
}.reward_sys_52841 .res_connect_15834 {
    grid-column: span 7;
}.reward_sys_52841 .top_pagewrap_85976 {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.reward_sys_52841 .nav_learn_58240 {
    position: relative;
}.reward_sys_52841 .nav_learn_58240 h5 {
    font-size: 19px;
    position: relative;
    color: #ffffff;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    margin: 0 0 1.5rem;
}.reward_sys_52841 .nav_learn_58240 h5::after {
    bottom: -2px;
    left: 0;
    content: "";
    position: absolute;
    width: 40px;
    background: #ffffff;
    height: 2px;
}.reward_sys_52841 .nav_learn_58240 .top_pagewrap_85976 {
    display: grid;
    gap: 1rem;
}.reward_sys_52841 .nav_learn_58240 .top_pagewrap_85976 a {
    text-decoration: none;
    position: relative;
    font-size: 17px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}.reward_sys_52841 .nav_learn_58240 .top_pagewrap_85976 a::after {
    transform: translateX(-5px);
    transition: all 0.3s ease;
    opacity: 0;
    content: "\2192";
    margin-left: 0.5rem;
}.reward_sys_52841 .nav_learn_58240 .top_pagewrap_85976 a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}.reward_sys_52841 .nav_learn_58240 .top_pagewrap_85976 a:hover::after {
    transform: translateX(0);
    opacity: 1;
}.report_abuse_68409 {
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 4rem;
    padding: 2rem 0;
}.report_abuse_68409 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.report_abuse_68409 .access_cta_65943 {
    font-size: 15px;
    color: #ffffff;
    padding: 0 1rem;
    opacity: 0.9;
    position: relative;
    text-align: center;
}.reward_sys_52841::after {
    content: "";
    top: 2rem;
    width: 50px;
    right: 2rem;
    height: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
}.reward_sys_52841 .company_holder::before {
    content: "";
    left: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    position: absolute;
    height: 50px;
    top: 0;
}.reward_sys_52841 .company_holder::after {
    height: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    width: 50px;
    left: 0;
    bottom: 0;
    position: absolute;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}.reward_sys_52841 .res_connect_15834::after {
    height: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    bottom: 0;
    width: 50px;
    right: 0;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
}

@media (max-width: 1200px) {.reward_sys_52841 .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.reward_sys_52841 {
    padding: 4rem 0 2rem;
}.reward_sys_52841 .container {
    grid-template-columns: 1fr;
}.reward_sys_52841 .company_holder,
    .reward_sys_52841 .res_connect_15834 {
    grid-column: span 12;
}.reward_sys_52841 .company_holder {
    margin-bottom: 2rem;
}.reward_sys_52841::after,
    .reward_sys_52841 .company_holder::before,
    .reward_sys_52841 .company_holder::after,
    .reward_sys_52841 .res_connect_15834::after {
    display: none;
}
}

@media (max-width: 768px) {.reward_sys_52841 {
    padding: 3rem 0 1.5rem;
}.reward_sys_52841 .top_pagewrap_85976 {
    gap: 1.5rem;
}.reward_sys_52841 .company_holder h3 {
    font-size: calc(36px - 2px);
}.report_abuse_68409 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.reward_sys_52841 {
    padding: 2.5rem 0 1rem;
}.reward_sys_52841 .top_pagewrap_85976 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.reward_sys_52841 .login_footer_06312 {
    padding-left: 1rem;
}.report_abuse_68409 {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.reward_sys_52841 .company_holder h3::after,
    .reward_sys_52841 .nav_learn_58240 h5::after {
    width: 30px;
}.reward_sys_52841 .nav_learn_58240 .top_pagewrap_85976 a:hover {
    padding-left: 0.3rem;
}}.opening_board_14572 {
    position: relative;
    overflow: hidden;
    height: 100vh;
    background-color: rgb(200,178,132);
    width: 100%;
}.opening_board_14572::before {
    top: 0;
    height: 100%;
    pointer-events: none;
    content: "";
    left: 0;
    background: linear-gradient(0deg, #000000 0%, transparent 50%);
    width: 100%;
    position: absolute;
    z-index: 2;
}.opening_board_14572 .proof_stats_54319 {
    justify-content: center;
    display: flex;
    position: relative;
    z-index: 3;
    align-items: flex-end;
    height: 100%;
    width: 100%;
}.opening_board_14572 .learn_techfast_59842 {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
}.opening_board_14572 .learn_techfast_59842::after {
    position: absolute;
    left: 0;
    background: 
        linear-gradient(90deg, #000000 0%, transparent 20%),
        linear-gradient(270deg, #000000 0%, transparent 20%);
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}.opening_board_14572 .learn_home_26504 {
    transform-style: preserve-3d;
    display: flex;
    height: 100%;
    perspective: 1000px;
    animation: cube-carousel 20s ease-in-out infinite;
}.opening_board_14572 .page_home_51426 {
    position: relative;
    flex: 0 0 100%;
    transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform-origin: center center;
    transform: rotateY(0deg);
    backface-visibility: hidden;
    height: 100%;
}.opening_board_14572 .page_home_51426:nth-child(2) {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transform: rotateY(90deg);
}.opening_board_14572 .page_home_51426:nth-child(3) {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    transform: rotateY(180deg);
    left: 0;
}.opening_board_14572 .page_home_51426:nth-child(4) {
    transform: rotateY(270deg);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}.opening_board_14572 .page_home_51426::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.8;
    background: linear-gradient(to bottom, transparent 70%, #000000 100%);
    z-index: 1;
}.opening_board_14572 .page_home_51426 img {
    filter: saturate(0.8) brightness(0.9);
    object-fit: cover;
    width: 100%;
    height: 100%;
}.opening_board_14572 .text_stack_27463 {
    max-width: 1000px;
    position: relative;
    padding: 2rem 3rem;
    width: 100%;
    z-index: 4;
    text-align: center;
    margin-bottom: 5rem;
}.opening_board_14572 .text_stack_27463::before {
    z-index: -1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    inset: 0;
    border-top: 1px solid rgb(200,178,132);
    content: "";
}.opening_board_14572 .text_stack_27463 h1 {
    margin-bottom: 1rem;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    font-size: 48px;
    display: inline-block;
    color: #ffffff;
}.opening_board_14572 .text_stack_27463 h1::after {
    content: "";
    height: 1px;
    position: absolute;
    background-color: rgb(200,178,132);
    left: 50%;
    bottom: -10px;
    width: 60%;
    transform: translateX(-50%);
}.opening_board_14572 .text_stack_27463 p {
    margin: 1.5rem auto;
    line-height: 1.6;
    font-size: 14px;
    opacity: 0.9;
    max-width: 800px;
    color: #ffffff;
}.opening_board_14572 .text_stack_27463 .query_query_90162 {
    position: relative;
    margin-top: 1rem;
    display: inline-block;
    overflow: hidden;
    padding: 1rem 2.5rem;
    transition: all 0.4s ease;
    background-color: rgb(200,178,132);
    z-index: 1;
    color: #ffffff;
    border: 1px solid rgb(200,178,132);
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
}.opening_board_14572 .text_stack_27463 .query_query_90162::before {
    right: 0;
    left: 0;
    position: absolute;
    content: "";
    bottom: 0;
    transform: scaleX(0);
    transition: transform 0.5s ease-out;
    z-index: -1;
    transform-origin: 0 50%;
    top: 0;
    background-color: rgb(176,111,79);
}.opening_board_14572 .text_stack_27463 .query_query_90162:hover {
    border-color: rgb(176,111,79);
}.opening_board_14572 .text_stack_27463 .query_query_90162:hover::before {
    transform: scaleX(1);
}@keyframes cube-carousel {
    0%, 20% {
        transform: rotateY(0deg);
    }
    25%, 45% {
        transform: rotateY(-90deg);
    }
    50%, 70% {
        transform: rotateY(-180deg);
    }
    75%, 95% {
        transform: rotateY(-270deg);
    }
    100% {
        transform: rotateY(-360deg);
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.opening_board_14572 .text_stack_27463 h1 {
    animation: fade-in-up 0.8s ease-out forwards;
    animation-delay: 0.2s;
    opacity: 0;
}.opening_board_14572 .text_stack_27463 p {
    opacity: 0;
    animation: fade-in-up 0.8s ease-out forwards;
    animation-delay: 0.5s;
}.opening_board_14572 .text_stack_27463 .query_query_90162 {
    animation: fade-in-up 0.8s ease-out forwards;
    animation-delay: 0.8s;
    opacity: 0;
}

@media (max-width: 992px) {.opening_board_14572 .text_stack_27463 {
    margin-bottom: 4rem;
    padding: 2rem;
}.opening_board_14572 .text_stack_27463 h1 {
    font-size: calc(48px * 0.85);
}.opening_board_14572 .text_stack_27463 p {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 768px) {.opening_board_14572 .text_stack_27463 {
    padding: 1.5rem;
    margin-bottom: 3rem;
}.opening_board_14572 .text_stack_27463 h1 {
    font-size: calc(48px * 0.7);
}.opening_board_14572 .text_stack_27463 h1::after {
    bottom: -8px;
}.opening_board_14572 .text_stack_27463 p {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
    margin: 1.2rem auto;
}.opening_board_14572 .text_stack_27463 .query_query_90162 {
    padding: 0.8rem 2rem;
}
    
    @keyframes cube-carousel {
        0%, 20% {
            transform: rotateY(0deg);
        }
        25%, 45% {
            transform: rotateY(-90deg);
        }
        50%, 70% {
            transform: rotateY(-180deg);
        }
        75%, 95% {
            transform: rotateY(-270deg);
        }
        100% {
            transform: rotateY(-360deg);
        }
    }
}

@media (max-width: 576px) {.opening_board_14572 {
    height: 90vh;
}.opening_board_14572 .text_stack_27463 {
    padding: 1.2rem;
    margin-bottom: 2rem;
}.opening_board_14572 .text_stack_27463 h1 {
    font-size: calc(48px * 0.6);
}.opening_board_14572 .text_stack_27463 h1::after {
    bottom: -6px;
}.opening_board_14572 .text_stack_27463 p {
    line-height: 1.4;
    font-size: calc(14px * 0.85);
    margin: 1rem auto;
}.opening_board_14572 .text_stack_27463 .query_query_90162 {
    font-size: calc(20px * 0.9);
    margin-top: 0.5rem;
    padding: 0.7rem 1.5rem;
}}header {
    padding: 1.2rem 0;
    position: relative;
    z-index: 100;
    background: rgb(219,210,189);
}header::before {
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background: linear-gradient(135deg, 
        rgb(200,178,132,0.5) 0%, 
        transparent 50%, 
        rgb(176,111,79,0.5) 100%);
    top: 0;
    left: 0;
    content: '';
    position: absolute;
}header .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}header .nav_tutor_34527 {
    padding: 1rem;
    gap: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-radius: 23px;
    background: #ffffff;
    display: flex;
    align-items: center;
    flex-direction: column;
}header .header_sitebar_82316 {
    margin-bottom: 0.5rem;
    display: flex;
    position: relative;
    text-decoration: none;
    justify-content: center;
    padding: 0.5rem 1rem;
}header .header_sitebar_82316::before {
    content: '';
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(200,178,132,0.5), 
        rgb(176,111,79,0.5), 
        rgb(200,178,132,0.5), 
        transparent);
    position: absolute;
    width: 100%;
}header .header_sitebar_82316 svg {
    height: auto;
    width: 160px;
    transition: all 0.3s ease;
}header .header_sitebar_82316:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(200,178,132,0.5));
}header .nav_learn_58240 {
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 10px;
    background: rgb(219,210,189);
    width: 100%;
    gap: 0.4rem;
    display: flex;
    padding: 0.6rem;
}header .header_navbar_27804 {
    font-weight: 400;
    font-family: Arial, sans-serif;
    z-index: 1;
    color: #000000;
    padding: 0.5rem 1rem;
    font-size: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
}header .header_navbar_27804::before {
    top: 0;
    opacity: 0;
    position: absolute;
    content: '';
    height: 100%;
    background: linear-gradient(135deg, rgb(200,178,132), rgb(176,111,79));
    transition: opacity 0.3s ease;
    z-index: -1;
    width: 100%;
    left: 0;
}header .header_navbar_27804:hover {
    color: #ffffff;
}header .header_navbar_27804:hover::before {
    opacity: 1;
}header .header_navbar_27804::after {
    height: 2px;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(200,178,132), rgb(176,111,79));
    width: 100%;
    transition: transform 0.3s ease;
    transform-origin: left;
    transform: scaleX(0);
    bottom: 0;
    content: '';
}header .header_navbar_27804:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .nav_tutor_34527 {
    padding: 0.8rem;
    gap: 0.8rem;
}header .header_sitebar_82316 svg {
    width: 140px;
}header .nav_learn_58240 {
    padding: 0.5rem;
}header .header_navbar_27804 {
    font-size: calc(16px - 1px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .nav_tutor_34527 {
    gap: 0.7rem;
    padding: 0.7rem;
}header .header_sitebar_82316 svg {
    width: 120px;
}header .nav_learn_58240 {
    padding: 0.4rem;
    gap: 0.3rem;
}header .header_navbar_27804 {
    font-size: calc(16px - 2px);
    padding: 0.3rem 0.7rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .nav_tutor_34527 {
    gap: 0.6rem;
    padding: 0.6rem;
}header .header_sitebar_82316 svg {
    width: 110px;
}header .nav_learn_58240 {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.4rem;
    flex-wrap: nowrap;
}header .nav_learn_58240::-webkit-scrollbar {
    height: 2px;
}header .nav_learn_58240::-webkit-scrollbar-thumb {
    background: rgb(200,178,132);
    border-radius: 10px;
}header .header_navbar_27804 {
    flex-shrink: 0;
    white-space: nowrap;
}}.instructional_approach_52671 {
    position: relative;
    overflow: hidden;
    padding: 8rem 2rem;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, rgb(200,178,132,0.5) 100%);
}.instructional_approach_52671::before {
    top: 0;
    content: "";
    height: 100%;
    opacity: 0.15;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(176,111,79,0.5) 48%, rgb(176,111,79,0.5) 52%, transparent 52%),
        linear-gradient(135deg, transparent 48%, rgb(176,111,79,0.5) 48%, rgb(176,111,79,0.5) 52%, transparent 52%);
    width: 100%;
    background-size: 50px 50px;
    z-index: 1;
}.instructional_approach_52671::after {
    top: -10%;
    opacity: 0.2;
    content: "";
    border-radius: 50%;
    background: rgb(200,178,132,0.5);
    right: -10%;
    animation: floatBlob 20s infinite alternate ease-in-out;
    width: 80%;
    height: 80%;
    position: absolute;
    filter: blur(100px);
    z-index: 0;
}.instructional_approach_52671 .proof_stats_54319 {
    flex-direction: column;
    z-index: 2;
    gap: 3rem;
    position: relative;
    display: flex;
    margin: 0 auto;
    max-width: 900px;
}.instructional_approach_52671 h3 {
    text-align: center;
    background: #ffffff;
    font-size: 35px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    padding: 2rem;
    position: relative;
    animation: paperCut 0.8s ease-out forwards;
    border-radius: 30px;
    color: #000000;
    font-weight: 700;
    transform: rotate(-1deg);
    margin: 0;
}.instructional_approach_52671 h3::before {
    border: 2px dashed rgb(200,178,132,0.5);
    top: 5px;
    opacity: 0.6;
    bottom: 5px;
    position: absolute;
    border-radius: calc(30px - 4px);
    right: 5px;
    left: 5px;
    content: "";
    z-index: -1;
}.instructional_approach_52671 h3::after {
    z-index: -2;
    left: 15%;
    content: "";
    background: rgb(176,111,79,0.5);
    top: -8px;
    transform: rotate(1deg);
    width: 70%;
    height: 16px;
    border-radius: 8px;
    position: absolute;
}.instructional_approach_52671 span {
    padding: 2rem;
    transform: rotate(1deg);
    background: #ffffff;
    border-radius: 30px;
    color: #000000;
    animation: paperCut 1s 0.3s ease-out forwards;
    position: relative;
    opacity: 0;
    font-size: 17px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}.instructional_approach_52671 span::before {
    border: 2px dashed rgb(176,111,79,0.5);
    bottom: 5px;
    top: 5px;
    content: "";
    left: 5px;
    border-radius: calc(30px - 4px);
    position: absolute;
    opacity: 0.6;
    right: 5px;
    z-index: -1;
}.instructional_approach_52671 span::after {
    background: rgb(200,178,132,0.5);
    content: "";
    z-index: -2;
    height: 16px;
    width: 70%;
    bottom: -8px;
    position: absolute;
    right: 15%;
    transform: rotate(-1deg);
    border-radius: 8px;
}

@keyframes paperCut {
    0% {
        opacity: 0;
        transform: translateY(30px) rotate(-2deg);
    }
    60% {
        opacity: 1;
        transform: translateY(-10px) rotate(2deg);
    }
    80% {
        transform: translateY(5px) rotate(-1deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotate(var(--rotation, 1deg));
    }
}

@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(-10%, 10%) scale(1.1);
    }
}

@media (max-width: 992px) {.instructional_approach_52671 {
    padding: 6rem 1.5rem;
}.instructional_approach_52671 h3 {
    font-size: calc(35px * 0.9);
    padding: 1.8rem;
}.instructional_approach_52671 span {
    padding: 1.8rem;
}.instructional_approach_52671 h3::after {
    top: -6px;
    height: 12px;
}.instructional_approach_52671 span::after {
    height: 12px;
    bottom: -6px;
}.instructional_approach_52671 .proof_stats_54319 {
    gap: 2.5rem;
}
}

@media (max-width: 768px) {.instructional_approach_52671 {
    padding: 5rem 1rem;
}.instructional_approach_52671 h3 {
    font-size: calc(35px * 0.8);
    transform: rotate(0deg);
    padding: 1.5rem;
    --rotation: 0deg;
}.instructional_approach_52671 span {
    transform: rotate(0deg);
    padding: 1.5rem;
    font-size: calc(17px * 0.95);
    --rotation: 0deg;
}.instructional_approach_52671 .proof_stats_54319 {
    gap: 2rem;
}.instructional_approach_52671 h3::after,
    .instructional_approach_52671 span::after {
    transform: rotate(0deg);
    left: 10%;
    width: 80%;
    right: 10%;
}}.thanksWeb_34079 {
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, rgb(200,178,132,0.5) 100%);
}.thanksWeb_34079::before {
    background: radial-gradient(circle at 70% 30%, rgb(176,111,79,0.5) 0%, transparent 60%);
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
}.thanksWeb_34079::after {
    border: 2px solid rgb(200,178,132,0.5);
    opacity: 0.4;
    right: -50px;
    top: -50px;
    height: 200px;
    content: "";
    position: absolute;
    animation: rotate 24s linear infinite;
    width: 200px;
    z-index: 1;
    border-radius: 50%;
}.thanksWeb_34079 .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.thanksWeb_34079 h2 {
    margin-bottom: 40px;
    max-width: 800px;
    font-size: 31px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    color: #000000;
    opacity: 0;
    transform: translateX(-20px);
    line-height: 1.3;
    animation: slideInTitle 1s ease-out forwards 0.3s;
}.thanksWeb_34079 h2::after {
    content: "";
    width: 80px;
    animation: growLine 1.2s ease-out forwards 0.8s;
    transform-origin: left;
    height: 3px;
    transform: scaleX(0);
    bottom: -15px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
}.thanksWeb_34079 .proof_stats_54319 {
    max-width: 900px;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.03);
    padding: 40px;
    transition: transform 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    position: relative;
    transform-origin: left center;
    background: #ffffff;
}.thanksWeb_34079 .proof_stats_54319:hover {
    transform: perspective(1000px) rotateY(0deg);
}.thanksWeb_34079 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.thanksWeb_34079 li {
    padding-left: 25px;
    animation: fadeInUp 0.8s ease forwards 1s;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
}.thanksWeb_34079 li::before {
    border-radius: 50%;
    left: 0;
    content: "";
    background: rgb(200,178,132);
    height: 8px;
    width: 8px;
    top: 8px;
    box-shadow: 0 0 0 rgba(rgb(200,178,132), 0.4);
    position: absolute;
    animation: pulse 2s infinite;
}.thanksWeb_34079 li span {
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-size: 17px;
    color: #000000;
    display: block;
}@keyframes slideInTitle {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.thanksWeb_34079 .container::before,
.thanksWeb_34079 .container::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 4px;
    background: rgb(200,178,132);
    opacity: 0.7;
    height: 4px;
}.thanksWeb_34079 .container::before {
    box-shadow: 
        30px 50px 0 -1px rgb(176,111,79),
        80px -20px 0 -1px rgb(200,178,132),
        120px 60px 0 -1px rgb(176,111,79),
        200px 40px 0 -1px rgb(200,178,132);
    top: 30px;
    right: 15%;
}.thanksWeb_34079 .container::after {
    bottom: 60px;
    box-shadow: 
        40px -30px 0 -1px rgb(176,111,79),
        70px 20px 0 -1px rgb(200,178,132),
        120px -40px 0 -1px rgb(176,111,79),
        180px 10px 0 -1px rgb(200,178,132);
    left: 10%;
}

@media screen and (max-width: 992px) {.thanksWeb_34079 {
    padding: 80px 0 60px;
}.thanksWeb_34079 h2 {
    font-size: calc(31px * 0.9);
    max-width: 100%;
}.thanksWeb_34079 .proof_stats_54319 {
    padding: 30px;
    transform: perspective(1000px) rotateY(-1deg);
}
}

@media screen and (max-width: 768px) {.thanksWeb_34079 {
    padding: 60px 0 40px;
}.thanksWeb_34079 h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 30px;
}.thanksWeb_34079 .proof_stats_54319 {
    padding: 25px;
    transform: none;
    clip-path: none;
}.thanksWeb_34079 li {
    padding-left: 20px;
}.thanksWeb_34079 li::before {
    height: 6px;
    width: 6px;
    top: 7px;
}.thanksWeb_34079 li span {
    font-size: calc(17px * 0.95);
}
}

@media screen and (max-width: 576px) {.thanksWeb_34079 {
    padding: 50px 0 30px;
}.thanksWeb_34079 h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 25px;
}.thanksWeb_34079 .proof_stats_54319 {
    padding: 20px;
}.thanksWeb_34079 li span {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.thanksWeb_34079 h2::after {
    bottom: -10px;
    height: 2px;
    width: 60px;
}}.customer_comments_84615 {
    position: relative;
    background: rgb(219,210,189);
    padding: 7rem 1rem;
    overflow: hidden;
}.customer_comments_84615::before {
    top: 0;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 30%);
    width: 100%;
    left: 0;
    background: linear-gradient(0deg, transparent 40%, rgb(200,178,132,0.5) 100%);
    position: absolute;
    height: 100%;
}.customer_comments_84615::after {
    background: linear-gradient(180deg, transparent 50%, rgb(176,111,79,0.5) 100%);
    position: absolute;
    bottom: 0;
    clip-path: polygon(0 70%, 100% 90%, 100% 100%, 0 100%);
    content: "";
    right: 0;
    height: 100%;
    width: 100%;
}.customer_comments_84615 .container {
    position: relative;
    z-index: 2;
}.customer_comments_84615 h2 {
    width: fit-content;
    font-size: 29px;
    text-align: left;
    padding: 1rem 0;
    color: #000000;
    position: relative;
    margin-bottom: 4rem;
    font-weight: 700;
}.customer_comments_84615 h2::before {
    background: rgb(200,178,132);
    transform: skewY(45deg);
    position: absolute;
    height: 100%;
    left: -20px;
    top: 0;
    content: "";
    width: 5px;
}.customer_comments_84615 h2::after {
    position: absolute;
    background: rgb(176,111,79);
    height: 3px;
    bottom: 0;
    content: "";
    width: 80%;
    left: 0;
}.customer_comments_84615 .student_reviews_36782 {
    display: flex;
    gap: 5rem;
    max-width: 800px;
    margin: 0 auto;
    flex-direction: column;
}.customer_comments_84615 .client_story_56731 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 19px;
    transform: translateY(0);
    flex-direction: column;
    padding: 2.5rem 2rem 2rem;
    background: #ffffff;
}.customer_comments_84615 .client_story_56731:nth-child(odd) {
    transform: translateX(-30px);
    align-self: flex-start;
}.customer_comments_84615 .client_story_56731:nth-child(even) {
    align-self: flex-end;
    transform: translateX(30px);
}.customer_comments_84615 .client_story_56731:hover {
    transform: translateY(-10px) translateX(0);
}.customer_comments_84615 .client_story_56731::before {
    height: 100%;
    background: rgb(200,178,132,0.5);
    left: 15px;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 19px;
    top: 15px;
    width: 100%;
}.customer_comments_84615 .client_story_56731:hover::before {
    background: rgb(176,111,79,0.5);
    left: 10px;
    top: 10px;
}.customer_comments_84615 .client_story_56731 img {
    height: 70px;
    top: -25px;
    width: 70px;
    object-fit: cover;
    border: 4px solid #ffffff;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.customer_comments_84615 .client_story_56731 p {
    margin: 0.5rem 0;
    font-size: calc(12px + 0.1rem);
    color: #000000;
    font-weight: 600;
    padding-left: 60px;
}.customer_comments_84615 .client_story_56731 .description {
    padding: 1.5rem 0 0.5rem;
    color: #000000;
    font-weight: 400;
    font-size: 12px;
    margin-top: 1rem;
    border-top: 1px solid rgb(219,210,189);
    line-height: 1.7;
    position: relative;
}.customer_comments_84615 .client_story_56731 .description::before {
    line-height: 1;
    left: 0;
    font-size: 3rem;
    position: absolute;
    content: "";
    top: 0.5rem;
    color: rgb(200,178,132,0.5);
}.customer_comments_84615 .client_story_56731 .description::after {
    right: 0;
    position: absolute;
    bottom: -1.5rem;
    content: "";
    color: rgb(200,178,132,0.5);
    font-size: 3rem;
    line-height: 1;
}

@media (max-width: 991px) {.customer_comments_84615 {
    padding: 5rem 1rem;
}.customer_comments_84615 .student_reviews_36782 {
    gap: 4rem;
}
}

@media (max-width: 767px) {.customer_comments_84615 h2 {
    font-size: calc(29px - 0.3rem);
    margin-bottom: 3rem;
}.customer_comments_84615 .student_reviews_36782 {
    gap: 3.5rem;
}.customer_comments_84615 .client_story_56731:nth-child(odd),
    .customer_comments_84615 .client_story_56731:nth-child(even) {
    align-self: center;
    transform: none;
    width: 100%;
}.customer_comments_84615 .client_story_56731:hover {
    transform: translateY(-5px);
}.customer_comments_84615 .client_story_56731 p {
    padding-left: 50px;
}}.course_program_details_12695 {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, #ffffff 100%);
    overflow: hidden;
}.course_program_details_12695::before {
    position: absolute;
    pointer-events: none;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(45deg, rgb(200,178,132,0.5) 0%, transparent 70%);
    z-index: 1;
}.course_program_details_12695::after {
    filter: blur(50px);
    top: -50px;
    right: -50px;
    height: 200px;
    width: 200px;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    background: rgb(176,111,79,0.5);
    z-index: 0;
}.course_program_details_12695 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.course_program_details_12695 h2 {
    transform: translateX(-10px);
    margin-bottom: 50px;
    opacity: 0;
    font-size: 35px;
    animation: slideInTitle 0.8s 0.2s forwards;
    position: relative;
    color: #000000;
    font-weight: 700;
}.course_program_details_12695 h2::after {
    transform-origin: left;
    width: 80px;
    content: "";
    left: 0;
    transform: scaleX(0);
    position: absolute;
    animation: expandUnderline 1s 0.6s forwards;
    height: 4px;
    background: rgb(200,178,132);
    bottom: -15px;
}.course_program_details_12695 .learn_network_06837 {
    display: flex;
    opacity: 0;
    animation: fadeInUp 0.8s 0.4s forwards;
    flex-direction: column;
    transform: translateY(30px);
    gap: 40px;
}.course_program_details_12695 .frame_19720 {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    position: relative;
    transition: transform 0.6s ease-out, box-shadow 0.6s ease-out;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    height: 300px;
    width: 100%;
    border-radius: 10px;
    z-index: 3;
}.course_program_details_12695 .frame_19720::before {
    z-index: 2;
    transition: opacity 0.5s ease;
    border-radius: 10px;
    content: "";
    opacity: 0.5;
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgb(176,111,79,0.5), transparent);
}.course_program_details_12695 .frame_19720:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale(1.02);
}.course_program_details_12695 .frame_19720:hover::before {
    opacity: 0.3;
}.course_program_details_12695 .text_stack_27463 {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    z-index: 2;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: #ffffff;
    position: relative;
    transform: translateY(0);
    padding: 30px;
}.course_program_details_12695 .text_stack_27463::before {
    position: absolute;
    animation: expandVertical 1s 0.8s forwards;
    height: 0;
    background: rgb(200,178,132);
    width: 4px;
    content: "";
    left: 0;
    top: 0;
}.course_program_details_12695 .description {
    margin-bottom: 20px;
    color: #000000;
    font-size: calc(13px - 1px);
    line-height: 1.7;
    transition: transform 0.3s ease;
    transform: translateY(0);
    opacity: 0.95;
}.course_program_details_12695 .description:last-child {
    margin-bottom: 0;
}.course_program_details_12695 .description:nth-child(1) {
    opacity: 0;
    animation: fadeInText 0.8s 0.6s forwards;
}.course_program_details_12695 .description:nth-child(2) {
    opacity: 0;
    animation: fadeInText 0.8s 0.8s forwards;
}

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

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

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

@keyframes fadeInText {
    to {
        opacity: 0.95;
    }
}

@keyframes expandVertical {
    to {
        height: 100%;
    }
}

@media (min-width: 768px) {.course_program_details_12695 {
    padding: 150px 0;
}.course_program_details_12695 h2 {
    max-width: 80%;
    margin-bottom: 60px;
    font-size: calc(35px + 0.5rem);
}.course_program_details_12695 h2::after {
    width: 120px;
}.course_program_details_12695 .learn_network_06837 {
    gap: 60px;
    flex-direction: row;
    align-items: flex-start;
}.course_program_details_12695 .frame_19720 {
    transform: perspective(1000px) rotateX(3deg) rotateY(-5deg);
    flex: 0 0 45%;
    min-height: 500px;
    height: auto;
}.course_program_details_12695 .text_stack_27463 {
    flex: 1;
    transform: translateY(30px);
    padding: 40px;
}.course_program_details_12695 .description {
    font-size: 13px;
}
}

@media (min-width: 1024px) {.course_program_details_12695 {
    padding: 180px 0;
}.course_program_details_12695 h2 {
    font-size: calc(35px + 0.8rem);
    max-width: 70%;
}.course_program_details_12695 .learn_network_06837 {
    gap: 80px;
}.course_program_details_12695 .frame_19720 {
    min-height: 600px;
    transform: perspective(1500px) rotateX(4deg) rotateY(-8deg);
}.course_program_details_12695 .text_stack_27463 {
    transform: translateY(50px);
    max-height: 600px;
    overflow-y: auto;
    padding: 50px;
    scrollbar-width: thin;
    scrollbar-color: rgb(200,178,132) rgb(219,210,189);
}.course_program_details_12695 .text_stack_27463::-webkit-scrollbar {
    width: 6px;
}.course_program_details_12695 .text_stack_27463::-webkit-scrollbar-track {
    background: rgb(219,210,189);
}.course_program_details_12695 .text_stack_27463::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(200,178,132);
}
}

@media (max-width: 767px) {.course_program_details_12695 {
    padding: 80px 0;
}.course_program_details_12695 h2 {
    margin-bottom: 40px;
    font-size: calc(35px - 0.2rem);
}.course_program_details_12695 .frame_19720 {
    height: 250px;
}.course_program_details_12695 .text_stack_27463 {
    padding: 25px 20px;
}.course_program_details_12695 .description {
    font-size: calc(13px - 2px);
    line-height: 1.6;
}}.cookie_dialog_notice_96013 {
    z-index: 90;
    background: rgb(219,210,189);
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(200,178,132);
    width: 100%;
}#cookieWarningBanner_60148 {
    display: none;
}#cookieWarningBanner_60148:checked ~ .cookie_dialog_notice_96013 {
    opacity: 0;
    visibility: hidden;
}.user_default_98035 {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}.cookie_dialog_notice_96013 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_dialog_notice_96013 p {
    font-size: 18px;
}.track_toggle_69175 {
    flex-shrink: 0;
    margin-right: 10px;
}.track_toggle_69175 svg, .track_toggle_69175 svg path, .track_toggle_69175 img {
    fill: rgb(200,178,132);
    width: 100px;
    height: 100px;
}.cookie_show_50321 {
    text-decoration: none;
    margin-left: 10px;
    line-height: 35px;
    text-align: center;
    min-width: 120px;
    flex-shrink: 0;
    color: rgb(200,178,132);
    border-bottom: 2px solid rgb(200,178,132);
    cursor: pointer;
    font-size: 24px;
    white-space: nowrap;
}.cookie_dialog_notice_96013 p a {
    text-decoration: none;
    color: rgb(200,178,132);
}
@media only screen and (max-width: 1200px) {.cookie_dialog_notice_96013 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track_toggle_69175 {
    display: none;
}.user_default_98035 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_dialog_notice_96013 h5 {
    text-align: center;
}.cookie_dialog_notice_96013 p {
    text-align: center;
}.privacy_ack_13679 {
    margin-bottom: 20px;
}body .wrapper-segment_54698 .cookie_show_50321 {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-segment_54698 .cookie_dialog_notice_96013 {
    background: rgb(200,178,132);
    box-shadow: rgb(176,111,79,0.5) 0px 0px 10px 10px;
}.wrapper-segment_54698 .user_default_98035 {
    justify-content: space-between;
    padding: 40px 0;
}.wrapper-segment_54698 .cookie_show_50321 {
    border: none;
    margin-left: 30px;
    background: #ffffff;
    font-size: 20px;
    padding: 10px;
    color: rgb(200,178,132);
}.wrapper-segment_54698 .privacy_ack_13679 {
    color: #ffffff;
    text-align: left;
}.wrapper-segment_54698 .privacy_ack_13679 h5 {
    font-weight: 700;
}.wrapper-segment_54698 .privacy_ack_13679 h5, .wrapper-segment_54698 .privacy_ack_13679 p {
    color: #ffffff;
}.wrapper-segment_54698 .cookie_dialog_notice_96013 p a {
    color: rgb(176,111,79);
    text-decoration: underline;
}.about_this_19650 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.about_this_19650::before {
    bottom: 0;
    top: 0;
    content: "";
    right: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(200,178,132,0.5), rgba(0, 0, 0, 0.5) 70%);
}.about_this_19650::after {
    height: 200%;
    width: 80%;
    right: -20%;
    position: absolute;
    transform: rotate(-15deg);
    filter: blur(80px);
    background: rgb(176,111,79,0.5);
    content: "";
    z-index: 0;
    opacity: 0.5;
    top: -50%;
}.about_this_19650 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.about_this_19650 .text_stack_27463 {
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25), 
              0 8px 22px -6px rgba(0,0,0,0.22),
              0 1px 3px rgba(255,255,255,0.1) inset;
    padding: 45px 55px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-2deg);
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    border-left: 4px solid rgb(200,178,132);
    backdrop-filter: blur(10px);
    position: relative;
}.about_this_19650 .text_stack_27463:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.about_this_19650 h5 {
    font-weight: 700;
    transform: translateX(0);
    margin-bottom: 15px;
    color: #ffffff;
    transition: transform 0.4s ease-out;
    position: relative;
    display: inline-block;
    font-size: 24px;
}.about_this_19650 h5::after {
    background: rgb(200,178,132);
    content: "";
    height: 2px;
    width: 0;
    bottom: -8px;
    position: absolute;
    left: 0;
    transition: width 0.4s ease-out;
}.about_this_19650 .text_stack_27463:hover h5 {
    transform: translateX(5px);
}.about_this_19650 .text_stack_27463:hover h5::after {
    width: 100%;
}.about_this_19650 p {
    margin-bottom: 25px;
    font-size: calc(14px * 1.2);
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.5px;
}.about_this_19650 p b {
    font-weight: 700;
    font-size: calc(14px * 1.6);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    color: rgb(200,178,132);
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    display: inline-block;
    letter-spacing: 1px;
    transform: translateY(0);
}.about_this_19650 .text_stack_27463:hover p b {
    transform: translateY(-5px);
}.about_this_19650 ol {
    counter-reset: item;
    margin: 0;
    padding-left: 25px;
    list-style-type: none;
}.about_this_19650 ol li {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
    text-align: justify;
    padding-left: 15px;
    line-height: 1.8;
}.about_this_19650 ol li::before {
    position: absolute;
    top: 12px;
    box-shadow: 0 0 15px rgb(200,178,132);
    transform: scale(0.8);
    transition: transform 0.3s ease;
    background: rgb(200,178,132);
    border-radius: 50%;
    content: "";
    height: 8px;
    left: -25px;
    width: 8px;
}.about_this_19650 .text_stack_27463:hover ol li::before {
    transform: scale(1.2);
}.about_this_19650 .text_stack_27463 div:nth-child(1),
.about_this_19650 .text_stack_27463 div:nth-child(2) {
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translateY(0);
    opacity: 1;
}.about_this_19650 .text_stack_27463:hover div:nth-child(1) {
    transform: translateY(-5px);
}.about_this_19650 .text_stack_27463:hover div:nth-child(2) {
    transform: translateY(-3px);
}

@media (max-width: 992px) {.about_this_19650 {
    padding: 90px 0;
}.about_this_19650 .text_stack_27463 {
    padding: 35px 40px;
    transform: perspective(1000px) rotateY(0deg);
}.about_this_19650 p b {
    font-size: calc(14px * 1.4);
}
}

@media (max-width: 768px) {.about_this_19650 {
    padding: 70px 0;
}.about_this_19650 .text_stack_27463 {
    padding: 30px;
    border-left-width: 3px;
}.about_this_19650 h5 {
    font-size: calc(24px * 0.9);
}.about_this_19650 p b {
    font-size: calc(14px * 1.3);
}.about_this_19650 ol li {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.about_this_19650 {
    padding: 60px 0;
}.about_this_19650 .text_stack_27463 {
    border-left-width: 2px;
    padding: 25px 20px;
}.about_this_19650 h5 {
    font-size: calc(24px * 0.85);
}.about_this_19650 p b {
    font-size: calc(14px * 1.2);
}.about_this_19650 ol li {
    font-size: calc(14px * 0.9);
    padding-left: 10px;
    line-height: 1.6;
}.about_this_19650 ol li::before {
    height: 6px;
    width: 6px;
    left: -20px;
}}.interested_learners_65470 {
    overflow: hidden;
    position: relative;
    background: rgb(219,210,189);
    padding: 120px 0;
}.interested_learners_65470::before {
    width: 100%;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 30% 40%, rgb(200,178,132,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(176,111,79,0.5) 0%, transparent 35%);
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.3;
}.interested_learners_65470 .proof_stats_54319 {
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.interested_learners_65470 h3 {
    font-family: Arial, sans-serif;
    transform: translateX(-50%);
    font-size: 32px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 70px;
    color: #000000;
    left: 50%;
    text-align: center;
}.interested_learners_65470 h3::before {
    width: 100px;
    left: -30px;
    height: 100px;
    position: absolute;
    content: "";
    border: 2px solid rgb(200,178,132,0.5);
    top: -20px;
    border-radius: 50%;
    z-index: -1;
}.interested_learners_65470 h3::after {
    bottom: -15px;
    position: absolute;
    height: 60px;
    z-index: -1;
    right: -20px;
    border-radius: 50%;
    content: "";
    width: 60px;
    border: 2px solid rgb(176,111,79,0.5);
}.interested_learners_65470 ul {
    padding: 0;
    margin: 0;
    justify-items: center;
    gap: 50px;
    list-style: none;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
}.interested_learners_65470 ul li {
    text-align: center;
    transition: all 0.4s ease;
    padding: 0;
    font-family: Arial, sans-serif;
    background: #ffffff;
    justify-content: flex-start;
    flex-direction: column;
    width: 220px;
    color: #000000;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    font-size: 13px;
}.interested_learners_65470 ul li::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(200,178,132), rgb(176,111,79));
    border-radius: 50%;
    content: "";
    width: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    z-index: -1;
    top: 0;
    position: absolute;
}.interested_learners_65470 ul li::after {
    top: -10px;
    left: -10px;
    z-index: -2;
    position: absolute;
    height: calc(100% + 20px);
    transition: all 0.4s ease;
    border: 2px dashed rgb(200,178,132,0.5);
    content: "";
    opacity: 0.5;
    border-radius: 50%;
    width: calc(100% + 20px);
}.interested_learners_65470 ul li:hover {
    color: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.interested_learners_65470 ul li:hover::before {
    opacity: 1;
}.interested_learners_65470 ul li:hover::after {
    opacity: 0.7;
    transform: scale(1.1) rotate(15deg);
    border-color: rgb(176,111,79);
}.interested_learners_65470 ul li svg {
    width: 40px;
    flex-shrink: 0;
    height: 40px;
    margin-top: 45px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}.interested_learners_65470 ul li:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
    transform: scale(1.1);
}.interested_learners_65470 ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(200,178,132);
}.interested_learners_65470 ul li:hover svg path {
    fill: #ffffff;
}.interested_learners_65470 ul li > span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    padding: 0 30px;
    max-height: 100px;
}

@media (max-width: 1200px) {.interested_learners_65470 ul {
    gap: 40px;
}.interested_learners_65470 ul li {
    height: 200px;
    width: 200px;
}
}

@media (max-width: 992px) {.interested_learners_65470 {
    padding: 100px 0;
}.interested_learners_65470 h3 {
    margin-bottom: 60px;
    font-size: calc(32px * 0.9);
}.interested_learners_65470 ul {
    gap: 35px;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(2, 1fr);
}.interested_learners_65470 ul li {
    height: 220px;
    width: 220px;
}.interested_learners_65470 ul li svg {
    margin-top: 45px;
}
}

@media (max-width: 768px) {.interested_learners_65470 {
    padding: 80px 0;
}.interested_learners_65470 h3 {
    margin-bottom: 50px;
    font-size: calc(32px * 0.8);
}.interested_learners_65470 ul {
    gap: 30px;
}.interested_learners_65470 ul li {
    width: 200px;
    height: 200px;
}.interested_learners_65470 ul li svg {
    width: 35px;
    height: 35px;
    margin-top: 40px;
}
}

@media (max-width: 580px) {.interested_learners_65470 {
    padding: 60px 0;
}.interested_learners_65470 .proof_stats_54319 {
    padding: 0 20px;
}.interested_learners_65470 h3 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.7);
}.interested_learners_65470 ul {
    gap: 25px;
    grid-template-columns: 1fr;
}.interested_learners_65470 ul li {
    width: 220px;
    height: 220px;
}
}

@media (max-width: 480px) {.interested_learners_65470 ul li {
    height: 200px;
    width: 200px;
}.interested_learners_65470 ul li svg {
    width: 30px;
    margin-bottom: 15px;
    height: 30px;
    margin-top: 35px;
}.interested_learners_65470 ul li > span {
    padding: 0 20px;
}}.attempt_now_78421 {
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    margin: 5rem 0;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(176,111,79,0.5), rgb(200,178,132,0.5) 60%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}.attempt_now_78421::before {
    position: absolute;
    z-index: -1;
    right: 0;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 2px,
        transparent 2px,
        transparent 8px
    );
}.attempt_now_78421::after {
    height: 100%;
    background: radial-gradient(
        circle at center,
        rgb(200,178,132,0.5) 0%,
        transparent 70%
    );
    content: "";
    transform: translateY(-10%) scale(1.5);
    opacity: 0.4;
    z-index: -1;
    top: 0;
    filter: blur(50px);
    position: absolute;
    width: 50%;
    right: -10%;
}.attempt_now_78421 .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.attempt_now_78421 h2 {
    font-weight: 700;
    line-height: 1.4;
    max-width: 85%;
    color: #000000;
    position: relative;
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    padding: 0.5rem 0;
    margin-right: auto;
    text-align: center;
    font-size: 38px;
    transform: perspective(1000px) rotateX(2deg);
}.attempt_now_78421 h2::after {
    background: rgb(200,178,132);
    transform: translateX(-50%) scaleX(0);
    height: 3px;
    transform-origin: center;
    content: "";
    animation: underlineExpand 1.2s ease-out forwards 0.3s;
    left: 50%;
    position: absolute;
    bottom: -0.75rem;
    width: 80px;
}.attempt_now_78421 .proof_stats_54319 {
    transform: translateY(0) scale(1);
    max-width: 80%;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    position: relative;
    display: flex;
    margin: 0 auto;
    gap: 2.5rem;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 3px 10px rgba(0, 0, 0, 0.05),
                inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.attempt_now_78421 .proof_stats_54319:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.08),
                inset 0 0 0 1px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px) scale(1.02);
}.attempt_now_78421 svg {
    height: 56px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-shrink: 0;
    transform: rotate(-5deg);
    width: 56px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.attempt_now_78421 .proof_stats_54319:hover svg {
    transform: rotate(5deg) scale(1.1);
}.attempt_now_78421 svg path {
    fill: rgb(200,178,132);
    transition: fill 0.3s ease;
}.attempt_now_78421 .proof_stats_54319:hover svg path {
    fill: rgb(176,111,79);
}.attempt_now_78421 .query_query_90162 {
    display: inline-block;
    min-width: 200px;
    overflow: hidden;
    position: relative;
    text-align: center;
    color: #ffffff;
    font-size: 19px;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, rgb(200,178,132), rgb(176,111,79));
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none;
    transform: translateZ(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}.attempt_now_78421 .query_query_90162::before {
    top: 0;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    height: 100%;
    left: 0;
    transform: translateX(-100%);
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.attempt_now_78421 .query_query_90162:hover {
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}.attempt_now_78421 .query_query_90162:hover::before {
    transform: translateX(100%);
}.attempt_now_78421 .query_query_90162:active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(1px) translateZ(0);
}

@keyframes underlineExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 992px) {.attempt_now_78421 {
    padding: 3.5rem 0;
}.attempt_now_78421 h2 {
    max-width: 95%;
    font-size: calc(38px * 0.9);
}.attempt_now_78421 .proof_stats_54319 {
    padding: 1.25rem;
    max-width: 90%;
}
}

@media (max-width: 768px) {.attempt_now_78421 {
    padding: 3rem 0;
}.attempt_now_78421 h2 {
    font-size: calc(38px * 0.8);
    transform: perspective(1000px) rotateX(1deg);
}.attempt_now_78421 .proof_stats_54319 {
    max-width: 100%;
    flex-direction: column;
    gap: 1.5rem;
}.attempt_now_78421 svg {
    width: 48px;
    height: 48px;
}.attempt_now_78421 .query_query_90162 {
    width: 100%;
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.attempt_now_78421 {
    margin: 3rem 0;
    padding: 2.5rem 0;
}.attempt_now_78421 h2 {
    font-size: calc(38px * 0.7);
    transform: none;
    margin-bottom: 2rem;
}.attempt_now_78421 .proof_stats_54319 {
    padding: 1rem;
}.attempt_now_78421 svg {
    width: 40px;
    height: 40px;
}.attempt_now_78421 .query_query_90162 {
    min-width: auto;
    font-size: calc(19px * 0.9);
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 480px) {.attempt_now_78421 h2 {
    font-size: calc(38px * 0.6);
}
}

@media (hover: none) {.attempt_now_78421 .proof_stats_54319 {
    transform: none !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                    0 3px 10px rgba(0, 0, 0, 0.05);
}.attempt_now_78421 svg {
    transform: none !important;
}.attempt_now_78421 .query_query_90162:hover {
    transform: none;
}
}

@container (max-width: 500px) {.attempt_now_78421 .container {
    padding: 0 1rem;
}}header .top_plank {
    background: rgb(200,178,132);
    color:  #ffffff;
}header .top_plank .top_container_27406 div svg, header .top_plank .top_container_27406 div svg path {
    fill: #ffffff;
}header .top_plank .top_container_27406 div span {
    color: #ffffff;
}header .top_plank .top_container_27406 {
    font-size: 14px;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    line-height: 21px;
    display: flex;
    width: 100%;
}header .top_plank .top_container_27406 div {
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
    display: flex;
}header .top_plank .top_container_27406 div img, header .top_plank .top_container_27406 div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.plan_selection_89451 {
    --pricing-bg: #f5f7fa;
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    --card-accent: rgb(200,178,132);
    --card-border: linear-gradient(135deg, rgb(200,178,132), rgb(176,111,79));
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background-color: var(--pricing-bg);
    position: relative;
    --card-bg: #ffffff;
    padding: 120px 0 80px;
    overflow: hidden;
}.plan_selection_89451::before {
    filter: blur(60px);
    top: -10%;
    background: linear-gradient(135deg, rgb(200,178,132,0.5), rgb(176,111,79,0.5));
    z-index: 1;
    transform: rotate(-15deg);
    width: 35%;
    right: -5%;
    position: absolute;
    content: "";
    opacity: 0.5;
    height: 50%;
}.plan_selection_89451::after {
    left: -5%;
    opacity: 0.4;
    z-index: 1;
    width: 30%;
    transform: rotate(15deg);
    bottom: -10%;
    height: 40%;
    content: "";
    background: linear-gradient(225deg, rgb(176,111,79,0.5), rgb(200,178,132,0.5));
    filter: blur(50px);
    position: absolute;
}.plan_selection_89451 .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
}.plan_selection_89451 .study_pricing_90245 {
    flex-direction: column;
    display: flex;
}.plan_selection_89451 .cost_summary_54307 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    order: -1;
    text-align: center;
    max-width: 800px;
}.plan_selection_89451 .cost_summary_54307 h2 {
    color: #000000;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-size: 35px;
}.plan_selection_89451 .cost_summary_54307 h2::after {
    background: linear-gradient(to right, rgb(200,178,132), rgb(176,111,79));
    left: 50%;
    bottom: -10px;
    content: "";
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
}.plan_selection_89451 .offer_box_19685 {
    line-height: 1.6;
    font-size: calc(12px + 2px);
    word-wrap: break-word;
    color: #000000;
    overflow-wrap: break-word;
    max-width: 700px;
    white-space: normal;
    margin: 0 auto;
}.plan_selection_89451 .premium_grid_56932 {
    display: grid;
    width: 100%;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.plan_selection_89451 .learn_sub_14026 {
    transform: translateY(0);
    display: block;
    transition: transform var(--card-transition);
    height: 100%;
    color: inherit;
    text-decoration: none;
}.plan_selection_89451 .learn_sub_14026:hover {
    transform: translateY(-10px);
}.plan_selection_89451 .study_price_86917 {
    background-color: var(--card-bg);
    overflow: hidden;
    height: 100%;
    display: flex;
    border-radius: 23px;
    box-shadow: var(--card-shadow);
    position: relative;
    transition: box-shadow var(--card-transition);
    flex-direction: column;
}.plan_selection_89451 .learn_sub_14026:hover .study_price_86917 {
    box-shadow: var(--card-hover-shadow);
}.plan_selection_89451 .study_price_86917::before {
    left: 0;
    transform: scaleX(0);
    width: 100%;
    transform-origin: left;
    top: 0;
    position: absolute;
    content: "";
    height: 5px;
    background: var(--card-border);
    transition: transform 0.5s ease;
}.plan_selection_89451 .learn_sub_14026:hover .study_price_86917::before {
    transform: scaleX(1);
}.plan_selection_89451 .discount_grid_35197 {
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 1;
    flex-grow: 1;
    padding: 35px 30px;
}.plan_selection_89451 .discount_grid_35197 h3 {
    margin-bottom: 15px;
    position: relative;
    font-size: calc(18px + 2px);
    color: #000000;
    transition: color 0.3s ease;
    display: inline-block;
    font-weight: 700;
}.plan_selection_89451 .learn_sub_14026:hover .discount_grid_35197 h3 {
    color: var(--card-accent);
}.plan_selection_89451 .rate_options_84602 {
    position: relative;
    color: var(--card-accent);
    font-size: calc(18px + 6px);
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
}.plan_selection_89451 .rate_options_84602::after {
    transition: width 0.3s ease;
    bottom: -10px;
    left: 0;
    height: 2px;
    background-color: var(--card-accent);
    position: absolute;
    content: "";
    width: 40px;
}.plan_selection_89451 .learn_sub_14026:hover .rate_options_84602::after {
    width: 60px;
}.plan_selection_89451 .discount_grid_35197 p {
    font-size: 12px;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: normal;
    margin-top: 15px;
    color: #000000;
    word-wrap: break-word;
    flex-grow: 1;
    line-height: 1.6;
}.plan_selection_89451 .frame_19720 {
    position: relative;
    transition: transform 0.6s ease;
    width: 100%;
    overflow: hidden;
    height: 200px;
}.plan_selection_89451 .frame_19720::after {
    opacity: 0;
    right: 0;
    content: "";
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    position: absolute;
    top: 0;
    bottom: 0;
    transition: opacity 0.4s ease;
}.plan_selection_89451 .learn_sub_14026:hover .frame_19720::after {
    opacity: 1;
}.plan_selection_89451 .learn_sub_14026:hover .frame_19720 {
    transform: scale(1.05);
}

@media (min-width: 992px) {.plan_selection_89451 .study_pricing_90245 {
    align-items: center;
    flex-direction: row;
    gap: 60px;
}.plan_selection_89451 .cost_summary_54307 {
    margin: 0;
    text-align: left;
    width: 30%;
    order: 0;
}.plan_selection_89451 .cost_summary_54307 h2 {
    display: block;
    text-align: left;
}.plan_selection_89451 .cost_summary_54307 h2::after {
    transform: none;
    left: 0;
}.plan_selection_89451 .offer_box_19685 {
    margin: 0;
    text-align: left;
}.plan_selection_89451 .premium_grid_56932 {
    width: 70%;
}
}

@media (max-width: 991px) {.plan_selection_89451 {
    padding: 80px 0 60px;
}.plan_selection_89451 .premium_grid_56932 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}
}

@media (max-width: 767px) {.plan_selection_89451 {
    padding: 60px 0 40px;
}.plan_selection_89451 .cost_summary_54307 {
    margin-bottom: 40px;
}.plan_selection_89451 .premium_grid_56932 {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.plan_selection_89451 .discount_grid_35197 {
    padding: 25px 20px;
}.plan_selection_89451 .discount_grid_35197 h3 {
    font-size: 18px;
}.plan_selection_89451 .rate_options_84602 {
    font-size: calc(18px + 2px);
}.plan_selection_89451 .discount_grid_35197 p {
    font-size: calc(12px - 1px);
}.plan_selection_89451 .frame_19720 {
    height: 180px;
}
}

@media (max-width: 480px) {.plan_selection_89451 {
    padding: 50px 0 30px;
}.plan_selection_89451 .cost_summary_54307 h2 {
    font-size: calc(35px - 4px);
}.plan_selection_89451 .offer_box_19685 {
    font-size: 12px;
}.plan_selection_89451 .discount_grid_35197 {
    padding: 20px 15px;
}.plan_selection_89451 .frame_19720 {
    height: 160px;
}}.education_experience_34526 {
    overflow: hidden;
    height: 500px;
    background: rgb(219,210,189);
    position: relative;
}.education_experience_34526::before {
    height: 100%;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    top: 0;
    left: 0;
    z-index: 1;
    width: 50%;
    content: "";
    background: rgb(200,178,132);
}.education_experience_34526::after {
    position: absolute;
    content: "";
    height: 100%;
    mix-blend-mode: overlay;
    background: 
        linear-gradient(
            135deg, 
            transparent 0%, 
            rgb(176,111,79,0.5) 100%
        );
    z-index: 2;
    width: 100%;
}.education_experience_34526 .client_story_56731 {
    display: flex;
    height: 100%;
    position: relative;
    z-index: 3;
}.education_experience_34526 .frame_19720 {
    border-radius: 0;
    width: 45%;
    height: 130%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    filter: grayscale(30%) contrast(1.1);
    left: 0;
    z-index: 2;
    position: absolute;
    transform: translateX(-5%);
    top: -15%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.education_experience_34526 .frame_19720::after {
    opacity: 0.3;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(200,178,132) 0%,
        transparent 100%
    );
}.education_experience_34526:hover .frame_19720 {
    filter: grayscale(0%) contrast(1.2);
    transform: translateX(0%);
}.education_experience_34526 .work_background_97312 {
    width: 60%;
    justify-content: center;
    display: flex;
    position: absolute;
    flex-direction: column;
    z-index: 3;
    height: 100%;
    right: 0;
    padding: 0 3rem 0 7rem;
}.education_experience_34526 .name {
    position: relative;
    font-size: 47px;
    animation: slide-left 0.7s forwards 0.2s;
    transform: translateX(50px);
    opacity: 0;
    color: #000000;
    margin-bottom: 0.7rem;
    font-weight: 700;
}.education_experience_34526 .name::before {
    bottom: -10px;
    transition: transform 0.5s ease 0.7s;
    transform: scaleX(0);
    height: 5px;
    width: 50px;
    transform-origin: left;
    background: rgb(200,178,132);
    left: 0;
    content: "";
    position: absolute;
}.education_experience_34526:hover .name::before {
    transform: scaleX(1);
}.education_experience_34526 .work_background_97312 > div:nth-child(2) {
    letter-spacing: 3px;
    font-size: 19px;
    margin-bottom: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(176,111,79);
    transform: translateX(50px);
    animation: slide-left 0.7s forwards 0.4s;
    opacity: 0;
}.education_experience_34526 .career_card_36590 {
    line-height: 1.8;
    animation: slide-left 0.7s forwards 0.6s;
    max-width: 600px;
    opacity: 0;
    padding-left: 30px;
    font-weight: 400;
    transform: translateX(50px);
    color: #000000;
    font-size: 12px;
    position: relative;
}@keyframes slide-left {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.education_experience_34526 .career_card_36590::before {
    width: 5px;
    background: linear-gradient(
        to bottom,
        rgb(200,178,132) 0%,
        rgb(176,111,79) 100%
    );
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    content: "";
    position: absolute;
}.education_experience_34526 .career_card_36590::after {
    color: rgb(200,178,132,0.5);
    right: -80px;
    opacity: 0.1;
    z-index: -1;
    font-size: 20rem;
    line-height: 0;
    font-family: serif;
    bottom: -120px;
    position: absolute;
    content: '"';
}@keyframes parallax-shift {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.education_experience_34526:hover .frame_19720 {
    animation: parallax-shift 3s ease-in-out infinite alternate;
}.education_experience_34526 .work_background_97312 > div {
    transition: transform 0.3s ease;
}.education_experience_34526:hover .name {
    transform: translateY(-5px);
    transition-delay: 0.1s;
}.education_experience_34526:hover .work_background_97312 > div:nth-child(2) {
    transition-delay: 0.2s;
    transform: translateY(-3px);
}.education_experience_34526:hover .career_card_36590 {
    transform: translateY(-1px);
    transition-delay: 0.3s;
}

@media (max-width: 992px) {.education_experience_34526 {
    padding: 0;
    height: auto;
}.education_experience_34526::before {
    height: 250px;
    clip-path: none;
    width: 100%;
}.education_experience_34526 .client_story_56731 {
    flex-direction: column;
}.education_experience_34526 .frame_19720 {
    top: 0;
    clip-path: none;
    position: relative;
    transform: none;
    width: 100%;
    height: 300px;
}.education_experience_34526 .work_background_97312 {
    padding: 2rem;
    width: 100%;
    position: relative;
}.education_experience_34526:hover .frame_19720 {
    animation: none;
}.education_experience_34526 .career_card_36590::after {
    display: none;
}
}