﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1141px;
}.footer_clients {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.head_sitewrap {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    height: 100%;
}.viewport-container {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.tariff_item {
    z-index: 1;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.tariff_item::before {
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}.tariff_item .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.tariff_item .rate_card {
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 2;
    position: relative;
}.tariff_item h2 {
    margin-bottom: 20px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    font-size: calc(28px * 1.1);
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    transform: translateY(0);
    font-weight: 700;
}.tariff_item h2::after {
    left: 50%;
    width: 80px;
    content: "";
    background: rgb(210,212,198);
    border-radius: 1px;
    bottom: -12px;
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
}.tariff_item .sub_options {
    margin: 0 auto 50px;
    color: rgb(255, 255, 255, 0.5);
    font-weight: 400;
    max-width: 80%;
    text-align: center;
    line-height: 1.6;
    font-size: calc(14px * 1.05);
    letter-spacing: 0.2px;
}.tariff_item .pricing_levels {
    gap: 30px;
    display: grid;
    padding: 0;
    width: 100%;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.tariff_item .pricing_levels li {
    height: 100%;
    display: flex;
}.tariff_item .fee_deals {
    overflow: hidden;
    transform: translateY(0) scale(1);
    flex-direction: column;
    position: relative;
    width: 100%;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
}.tariff_item .fee_deals::before {
    width: 100%;
    height: 5px;
    content: "";
    left: 0;
    position: absolute;
    transform: translateY(-5px);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(90deg, rgb(210,212,198), rgb(175,179,161));
    top: 0;
}.tariff_item .fee_deals:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
}.tariff_item .fee_deals:hover::before {
    transform: translateY(0);
}.tariff_item .learn_rates {
    padding: 35px 30px;
    display: flex;
    height: 100%;
    flex-direction: column;
    position: relative;
}.tariff_item .annual_plan {
    display: flex;
    height: 100%;
    flex-direction: column;
}.tariff_item .fee_deals h4 {
    padding-bottom: 15px;
    color: #ffffff;
    transition: color 0.3s ease;
    font-size: calc(21px * 1.1);
    letter-spacing: 0.3px;
    margin: 0 0 20px;
    position: relative;
    font-weight: 600;
}.tariff_item .fee_deals:hover h4 {
    color: rgb(210,212,198);
}.tariff_item .fee_deals h4::after {
    left: 0;
    bottom: 0;
    height: 2px;
    content: "";
    transition: width 0.4s ease, background-color 0.4s ease;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    width: 40px;
}.tariff_item .fee_deals:hover h4::after {
    background-color: rgb(210,212,198);
    width: 60px;
}.tariff_item .fee_deals p {
    line-height: 1.7;
    font-weight: 300;
    hyphens: auto;
    font-size: 14px;
    word-break: normal;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.75);
    overflow-wrap: break-word;
    white-space: normal;
    flex-grow: 1;
}.tariff_item .pricing_fees {
    transition: transform 0.3s ease, color 0.3s ease;
    letter-spacing: 0.5px;
    color: rgb(210,212,198);
    display: block;
    font-weight: 700;
    margin-top: auto;
    padding: 15px 0 0;
    position: relative;
    font-size: calc(21px * 1.15);
}.tariff_item .pricing_fees::before {
    width: 25px;
    top: 0;
    transition: width 0.4s ease, opacity 0.3s ease;
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    opacity: 0.6;
    background-color: rgb(210,212,198);
}.tariff_item .fee_deals:hover .pricing_fees {
    transform: translateY(-3px);
    color: rgb(175,179,161);
}.tariff_item .fee_deals:hover .pricing_fees::before {
    width: 40px;
    opacity: 1;
}


@media (max-width: 1200px) {.tariff_item {
    padding: 80px 0;
}.tariff_item .sub_options {
    max-width: 90%;
}.tariff_item .pricing_levels {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.tariff_item h2 {
    font-size: 28px;
}.tariff_item .learn_rates {
    padding: 30px 25px;
}.tariff_item .fee_deals h4 {
    font-size: 21px;
}
}

@media (max-width: 768px) {.tariff_item {
    padding: 60px 0;
}.tariff_item h2 {
    font-size: calc(28px * 0.9);
}.tariff_item .sub_options {
    margin-bottom: 40px;
    max-width: 100%;
    font-size: 14px;
}.tariff_item .pricing_levels {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.tariff_item .fee_deals {
    max-height: none;
}.tariff_item .fee_deals p {
    font-size: calc(14px * 0.95);
    margin-bottom: 25px;
}
}

@media (max-width: 480px) {.tariff_item {
    padding: 50px 0;
}.tariff_item h2 {
    font-size: calc(28px * 0.85);
}.tariff_item .sub_options {
    font-size: calc(14px * 0.95);
}.tariff_item .learn_rates {
    padding: 25px 20px;
}.tariff_item .fee_deals h4 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.95);
}.tariff_item .pricing_fees {
    font-size: 21px;
}}.contact {
    background: rgb(238,239,234);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.contact::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(210,212,198,0.5) 0,
        rgb(210,212,198,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    animation: patternShift 30s linear infinite;
    width: 100%;
    content: '';
    opacity: 0.05;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
}.contact .image_grid {
    top: 0;
    position: absolute;
    opacity: 0.2;
    transition: transform 10s ease-in-out;
    filter: saturate(0.6) brightness(0.7);
    transform: scale(1.1);
    left: 0;
    height: 100%;
    width: 100%;
    animation: slowZoom 20s alternate infinite;
    z-index: 0;
}.contact .image_grid::after {
    background: linear-gradient(0deg, rgb(238,239,234) 0%, transparent 80%);
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}.contact .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}.contact h3 {
    letter-spacing: 1px;
    color: rgb(210,212,198);
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 33px;
    text-align: center;
}.contact h3::after {
    left: 50%;
    height: 4px;
    width: 60px;
    transform: translateX(-50%);
    content: '';
    position: absolute;
    bottom: -15px;
    background: rgb(175,179,161);
}.contact .inquiry_query {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
    grid-template-columns: 1.2fr 0.8fr;
    background: #ffffff;
    display: grid;
    overflow: hidden;
}.contact .query_info {
    background: #ffffff;
    position: relative;
    padding: 50px;
}.contact .query_info::after {
    content: '';
    height: 80%;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    background: linear-gradient(to bottom, transparent, rgb(175,179,161,0.5), transparent);
    width: 2px;
}.contact .query_info h3 {
    font-size: 20px;
    text-align: left;
    color: #000000;
    margin-bottom: 30px;
}.contact .query_info h3::after {
    transform: none;
    width: 40px;
    left: 0;
    height: 3px;
}.contact form {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.contact input[type="text"],
.contact textarea {
    border-radius: 10px;
    background: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    color: #000000;
    width: 100%;
    padding: 16px 20px;
}.contact input[type="text"]:focus,
.contact textarea:focus {
    box-shadow: 0 0 0 3px rgb(210,212,198,0.5);
    border-color: rgb(210,212,198);
    outline: none;
}.contact textarea {
    min-height: 140px;
    resize: vertical;
}.contact .support_section {
    align-items: flex-start;
    margin-top: 5px;
    display: flex;
    font-size: calc(16px * 0.9);
    gap: 12px;
    color: #000000;
}.contact input[type="checkbox"] {
    background: #ffffff;
    border: 2px solid rgb(175,179,161,0.5);
    border-radius: 4px;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    height: 22px;
    transition: all 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
    margin-top: 2px;
    width: 22px;
}.contact input[type="checkbox"]:checked {
    background: rgb(210,212,198);
    border-color: rgb(210,212,198);
}.contact input[type="checkbox"]:checked::after {
    left: 7px;
    border-bottom: 2px solid #ffffff;
    height: 12px;
    width: 6px;
    transform: rotate(45deg);
    position: absolute;
    border-right: 2px solid #ffffff;
    content: '';
    top: 3px;
}.contact .support_section label {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
    cursor: pointer;
}.contact .support_section a {
    transition: color 0.2s ease;
    color: rgb(210,212,198);
    font-weight: 600;
    text-decoration: none;
}.contact .support_section a:hover {
    color: rgb(175,179,161);
}.contact .query_feedback {
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 16px;
    align-self: flex-start;
    background: rgb(210,212,198);
    cursor: pointer;
    font-weight: 600;
    z-index: 1;
    position: relative;
    padding: 16px 32px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 12px rgb(210,212,198,0.5);
    overflow: hidden;
}.contact .query_feedback::before {
    background: rgb(175,179,161);
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    z-index: -1;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
}.contact .query_feedback:hover {
    box-shadow: 0 6px 15px rgba(rgb(210,212,198), 0.4);
}.contact .query_feedback:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact .connect_query {
    position: relative;
    justify-content: center;
    padding: 50px;
    overflow: hidden;
    display: flex;
    background: rgb(175,179,161,0.5);
    flex-direction: column;
}.contact .connect_query::before {
    right: 0;
    height: 150px;
    border-radius: 50%;
    bottom: 0;
    opacity: 0.4;
    filter: blur(60px);
    content: '';
    position: absolute;
    width: 150px;
    background: rgb(210,212,198,0.5);
}.contact .connect_query h4 {
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 35px;
    color: #000000;
    font-size: 20px;
}.contact .connect_query h4::after {
    bottom: -15px;
    height: 3px;
    left: 0;
    background: rgb(210,212,198);
    position: absolute;
    content: '';
    width: 40px;
}.contact .message_links {
    flex-direction: column;
    display: flex;
    padding: 0;
    gap: 30px;
    margin: 0;
    list-style: none;
}.contact .message_links li {
    gap: 18px;
    position: relative;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}.contact .message_links li:hover {
    transform: translateX(5px);
}.contact .message_links li svg {
    align-items: center;
    padding: 12px;
    background: #ffffff;
    height: 22px;
    height: 46px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    border-radius: 50%;
    width: 22px;
    flex-shrink: 0;
    width: 46px;
}.contact .message_links li svg path {
    fill: rgb(210,212,198);
}.contact .message_links li span {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 16px;
}.contact .message_links li a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}.contact .message_links li:hover a {
    color: rgb(210,212,198);
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.contact {
    padding: 80px 0;
}.contact .inquiry_query {
    grid-template-columns: 1fr;
}.contact .query_info::after {
    display: none;
}.contact .query_info,
    .contact .connect_query {
    padding: 40px;
}.contact h3 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.contact {
    padding: 60px 0;
}.contact .container {
    padding: 0 20px;
}.contact .query_info,
    .contact .connect_query {
    padding: 30px 25px;
}.contact h3 {
    font-size: calc(33px * 0.85);
    margin-bottom: 40px;
}.contact .query_info h3,
    .contact .connect_query h4 {
    font-size: calc(20px * 0.95);
    margin-bottom: 25px;
}.contact input[type="text"],
    .contact textarea {
    padding: 14px 18px;
}.contact .query_feedback {
    padding: 14px 28px;
}
}

@media (max-width: 480px) {.contact {
    padding: 50px 0;
}.contact .query_info,
    .contact .connect_query {
    padding: 25px 20px;
}.contact h3 {
    margin-bottom: 35px;
    font-size: calc(33px * 0.8);
}.contact .query_info h3,
    .contact .connect_query h4 {
    font-size: calc(20px * 0.9);
}.contact form {
    gap: 20px;
}.contact .query_feedback {
    text-align: center;
    width: 100%;
}.contact .message_links li svg {
    width: 40px;
    padding: 10px;
    height: 40px;
}.contact .message_links {
    gap: 25px;
}}footer {
    position: relative;
    width: 100%;
}footer .footer_clients {
    color: #000000;
    background-color: rgb(238,239,234);
    position: relative;
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
}footer .footer_clients::before {
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(210,212,198,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(175,179,161,0.5) 0%, transparent 20%);
    left: 0;
    width: 100%;
    z-index: 0;
    content: "";
    opacity: 0.3;
    height: 100%;
    top: 0;
    position: absolute;
}footer .goal_footer {
    position: relative;
    z-index: 1;
}footer .ask_feedback {
    padding: 25px;
    margin: auto;
    gap: 15px;
    z-index: 3;
    justify-content: space-between;
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    width: 85%;
    border-radius: 29px;
    flex-wrap: wrap;
}footer .info_item {
    border-radius: 10px;
    align-items: center;
    flex: 1 1 200px;
    background-color: rgb(238,239,234);
    padding: 15px;
    transition: all 0.3s ease;
    display: flex;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transform: translateY(-5px);
}footer .info_item svg {
    width: 22px;
    margin-right: 12px;
    transition: transform 0.3s ease;
    height: 22px;
    fill: rgb(210,212,198);
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    font-size: 16px;
    text-decoration: none;
    color: #000000;
}footer .info_item a:hover {
    color: rgb(210,212,198);
}footer .text_main_holder {
    position: relative;
    perspective: 2000px;
    gap: 20px;
    flex-direction: column;
    margin-top: 40px;
    display: flex;
}footer .head_expert, footer .header_bar, footer .subscribe_holder {
    transform-style: preserve-3d;
    transform-origin: center center;
    padding: 30px;
    border-radius: 29px;
    transition: all 0.5s ease;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}footer .head_expert {
    transform: translateZ(0) scale(1);
    z-index: 2;
    background-color: #ffffff;
}footer .head_expert:hover {
    transform: translateZ(30px) scale(1.02);
}footer .header_bar {
    margin-left: 20px;
    margin-right: 20px;
    transform: translateZ(-10px) scale(0.98);
    z-index: 1;
    color: #ffffff;
    background-color: rgb(175,179,161);
    margin-top: -20px;
}footer .subscribe_holder {
    color: #ffffff;
    transform: translateZ(-20px) scale(0.96);
    margin-right: 40px;
    background-color: rgb(210,212,198);
    margin-left: 40px;
    margin-top: -20px;
    z-index: 0;
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .head_expert::after, footer .header_bar::after, footer .subscribe_holder::after {
    opacity: 0;
    top: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    border-radius: 29px;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}footer .head_expert:hover::after, footer .header_bar:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .head_expert svg {
    display: block;
    height: 45px;
    width: auto;
    margin-bottom: 20px;
}footer .help_center {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}footer .header_bar h5 {
    font-weight: 600;
    position: relative;
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
}footer .header_bar h5::after {
    width: 40px;
    bottom: -8px;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(210,212,198), transparent);
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
}footer .header_bar h5:hover::after {
    width: 100%;
}footer .head_lesson {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    margin-bottom: 20px;
    gap: 15px;
}footer .head_lesson a {
    transition: all 0.3s ease;
    font-size: 16px;
    display: inline-block;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    text-decoration: none;
}footer .head_lesson a::before {
    left: 0;
    position: absolute;
    background-color: rgb(210,212,198);
    width: 0;
    content: "";
    transition: width 0.3s ease;
    bottom: 0;
    height: 1px;
}footer .head_lesson a:hover {
    color: #ffffff;
    transform: translateX(5px);
}footer .head_lesson a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
    font-size: 21px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    border: none;
    padding: 14px 16px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .updates_text {
    font-size: 14px;
    border: none;
    color: rgb(210,212,198);
    font-weight: 600;
    padding: 14px 20px;
    border-radius: 10px;
    text-align: center;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}footer .updates_text:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    background-color: rgb(175,179,161);
    transform: translateY(-3px);
}footer .footer_disclaimer {
    margin-top: 60px;
    text-align: center;
    position: relative;
}footer .trophy_case {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 15px;
    display: inline-block;
    color: #000000;
    background-color: #ffffff;
}

@media (min-width: 992px) {footer .text_main_holder {
    align-items: stretch;
    flex-direction: row;
}footer .head_expert, footer .header_bar, footer .subscribe_holder {
    flex-direction: column;
    flex: 1;
    margin-top: 0;
    display: flex;
}footer .head_expert {
    margin-right: -20px;
}footer .header_bar {
    z-index: 1;
    margin-right: -20px;
    margin-left: 0;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}

@media (max-width: 991px) {footer .ask_feedback {
    padding: 20px;
    width: 90%;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .footer_clients {
    padding: 80px 0 30px;
}footer .ask_feedback {
    padding: 15px;
    width: 95%;
}footer .info_item {
    flex: 1 1 100%;
}footer .head_expert, footer .header_bar, footer .subscribe_holder {
    padding: 25px 20px;
    margin-left: 0;
    margin-right: 0;
}footer .header_bar, footer .subscribe_holder {
    margin-top: -10px;
}footer .footer_disclaimer {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .footer_clients {
    padding: 70px 0 20px;
}footer .ask_feedback {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .head_expert, footer .header_bar, footer .subscribe_holder {
    padding: 20px 15px;
}footer .header_bar h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .head_lesson {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .updates_text {
    padding: 12px;
}}.company_overview {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.company_overview::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgb(210,212,198,0.5), rgba(0, 0, 0, 0.5) 70%);
    height: 100%;
    backdrop-filter: blur(5px);
}.company_overview::after {
    z-index: 0;
    width: 300px;
    bottom: -50px;
    filter: blur(60px);
    animation: pulse 8s infinite alternate ease-in-out;
    content: "";
    right: -50px;
    position: absolute;
    background: rgb(175,179,161,0.5);
    border-radius: 50%;
    height: 300px;
}.company_overview .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.company_overview .text_stack {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(10px);
    padding: 50px;
    margin-left: auto;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-out;
    border-left: 4px solid rgb(175,179,161);
    max-width: 800px;
}.company_overview .text_stack:hover {
    transform: perspective(1000px) rotateY(0deg);
}.company_overview h5 {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    transform: translateX(-10px);
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.5px;
    opacity: 0.9;
    transition: all 0.4s ease;
    font-size: 22px;
}.company_overview h5::after {
    height: 3px;
    left: 0;
    transform-origin: left;
    background: rgb(175,179,161);
    position: absolute;
    transition: transform 0.5s ease;
    content: "";
    transform: scaleX(0.7);
    bottom: -8px;
    width: 40px;
}.company_overview .text_stack:hover h5 {
    opacity: 1;
    transform: translateX(0);
}.company_overview .text_stack:hover h5::after {
    transform: scaleX(1);
}.company_overview p {
    color: #ffffff;
    font-size: calc(16px * 1.3);
    margin-bottom: 25px;
    font-weight: 400;
    line-height: 1.5;
}.company_overview p b {
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    color: rgb(175,179,161);
    font-weight: 700;
    display: inline-block;
    font-size: calc(16px * 1.5);
}.company_overview p b::before {
    position: absolute;
    background: rgb(175,179,161,0.5);
    transition: all 0.3s ease;
    bottom: 0;
    content: "";
    transform: skewX(-15deg) translateY(5px);
    height: 10px;
    z-index: -1;
    width: 100%;
    left: 0;
}.company_overview .text_stack:hover p b::before {
    transform: skewX(-15deg) translateY(3px);
    height: 15px;
}.company_overview ol {
    margin: 0;
    counter-reset: item;
    padding: 0;
}.company_overview ol li {
    list-style-type: none;
    text-align: justify;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 0;
    line-height: 1.8;
    color: #ffffff;
    position: relative;
}.company_overview ol li::before {
    color: rgb(175,179,161);
    font-weight: 700;
    opacity: 0.7;
    left: -35px;
    top: 0;
    position: absolute;
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(0.9);
    }
    50% {
        opacity: 0.7;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(0.9);
    }
}

@media (max-width: 992px) {.company_overview {
    padding: 90px 0;
}.company_overview .text_stack {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 40px 30px;
}.company_overview p {
    font-size: 16px;
}.company_overview p b {
    font-size: calc(16px * 1.3);
}
}

@media (max-width: 768px) {.company_overview {
    padding: 70px 0;
}.company_overview .text_stack {
    max-width: 100%;
    padding: 30px 25px;
    transform: none;
}.company_overview h5 {
    font-size: calc(22px * 0.9);
}.company_overview p b {
    font-size: calc(16px * 1.2);
}.company_overview ol li {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.company_overview {
    padding: 50px 0;
}.company_overview .text_stack {
    padding: 25px 20px;
    border-left-width: 3px;
}.company_overview h5 {
    margin-bottom: 10px;
    font-size: calc(22px * 0.85);
}.company_overview h5::after {
    width: 30px;
    height: 2px;
}.company_overview p {
    margin-bottom: 15px;
    font-size: calc(16px * 0.95);
}.company_overview p b {
    font-size: calc(16px * 1.15);
}.company_overview ol li {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.company_overview::after {
    right: -30px;
    width: 200px;
    bottom: -30px;
    height: 200px;
}}.client_opinions {
    background: linear-gradient(180deg, rgb(238,239,234) 0%, rgba(0, 0, 0, 0.5) 100%);
    perspective: 1000px;
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.client_opinions::before {
    left: 0;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(210,212,198,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(175,179,161,0.5) 0%, transparent 15%);
    opacity: 0.6;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
}.client_opinions::after {
    opacity: 0.2;
    z-index: 1;
    left: 0;
    background-size: 30px 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    content: "";
}.client_opinions .container {
    position: relative;
    z-index: 2;
}.client_opinions h2 {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 37px;
    color: #000000;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4rem;
    left: 50%;
    padding: 0 2rem;
    transform: translateX(-50%);
    display: inline-block;
}.client_opinions h2::before, 
.client_opinions h2::after {
    position: absolute;
    animation: neonPulse 2s infinite alternate;
    width: 50px;
    content: "";
    height: 3px;
    background: rgb(210,212,198);
    top: 50%;
}.client_opinions h2::before {
    left: -30px;
}.client_opinions h2::after {
    right: -30px;
}.client_opinions .review_grid {
    justify-content: center;
    gap: 2rem;
    display: flex;
    perspective: 1000px;
    flex-wrap: wrap;
}.client_opinions .edu_voices {
    display: flex;
    max-width: calc(33.333% - 2rem);
    padding: 2rem;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    min-width: 280px;
    position: relative;
    align-items: center;
    transform-style: preserve-3d;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    transform: translateZ(0) rotateY(0);
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex: 0 0 calc(33.333% - 2rem);
}.client_opinions .edu_voices::before {
    border-radius: 10px;
    border: 2px solid transparent;
    background: linear-gradient(45deg, rgb(210,212,198), rgb(175,179,161)) border-box;
    opacity: 0;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    inset: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    content: "";
}.client_opinions .edu_voices:hover {
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(20px) rotateY(5deg);
}.client_opinions .edu_voices:hover::before {
    opacity: 1;
    animation: borderGlow 1.5s infinite alternate;
}.client_opinions .edu_voices:nth-child(even):hover {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(20px) rotateY(-5deg);
}.client_opinions .edu_voices img {
    object-fit: cover;
    z-index: 2;
    border: 3px solid #ffffff;
    transition: all 0.4s ease;
    height: 90px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    width: 90px;
}.client_opinions .edu_voices:hover img {
    border-color: rgb(210,212,198);
    box-shadow: 0 0 15px rgb(210,212,198,0.5);
    transform: scale(1.05);
}.client_opinions .edu_voices p {
    font-size: calc(13px * 1.1);
    text-align: center;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0;
    transition: all 0.3s ease;
}.client_opinions .edu_voices .description {
    margin-top: 1rem;
    color: #000000;
    position: relative;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    padding-top: 1rem;
    z-index: 2;
}.client_opinions .edu_voices .description::after {
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    top: 0;
    left: 50%;
    background: rgb(175,179,161,0.5);
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
}.client_opinions .edu_voices:hover .description::after {
    background: rgb(210,212,198);
    width: 60px;
    box-shadow: 0 0 10px rgb(210,212,198,0.5);
}

@keyframes neonPulse {
    0% {
        box-shadow: 0 0 5px rgb(210,212,198), 0 0 10px rgb(210,212,198,0.5);
    }
    100% {
        box-shadow: 0 0 20px rgb(210,212,198), 0 0 30px rgb(210,212,198,0.5);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.client_opinions {
    padding: 4rem 0;
}.client_opinions h2 {
    margin-bottom: 3rem;
}.client_opinions .edu_voices {
    max-width: calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
}
}

@media (max-width: 767px) {.client_opinions h2 {
    font-size: calc(37px * 0.9);
}.client_opinions h2::before,
    .client_opinions h2::after {
    width: 30px;
}.client_opinions h2::before {
    left: -15px;
}.client_opinions h2::after {
    right: -15px;
}.client_opinions .review_grid {
    gap: 1.5rem;
    flex-direction: column;
}.client_opinions .edu_voices {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 1.5rem;
}.client_opinions .edu_voices,
    .client_opinions .edu_voices:hover,
    .client_opinions .edu_voices:nth-child(even):hover {
    transform: none;
}.client_opinions .edu_voices img {
    height: 70px;
    width: 70px;
}
}

@media (max-width: 480px) {.client_opinions {
    padding: 3rem 0;
}.client_opinions h2 {
    font-size: calc(37px * 0.8);
}.client_opinions .edu_voices {
    padding: 1.25rem;
}.client_opinions .edu_voices img {
    height: 60px;
    width: 60px;
}}.gratCard {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,239,234) 0%, rgb(210,212,198,0.5) 100%);
    position: relative;
    padding: 100px 0;
}.gratCard::before {
    position: absolute;
    z-index: 1;
    left: 0;
    pointer-events: none;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
}.gratCard::after {
    border-radius: 50%;
    right: -150px;
    opacity: 0.2;
    position: absolute;
    filter: blur(50px);
    background: radial-gradient(circle, rgb(175,179,161) 0%, transparent 70%);
    content: "";
    animation: float 15s infinite ease-in-out;
    width: 300px;
    top: -150px;
    height: 300px;
}.gratCard .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.gratCard h2 {
    margin-bottom: 40px;
    line-height: 1.4;
    color: rgb(210,212,198);
    font-size: 30px;
    transform-origin: center;
    letter-spacing: 0.5px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    text-align: center;
    transform: perspective(1000px) rotateX(2deg);
    font-family: Arial, sans-serif;
    font-weight: 700;
}.gratCard h2::after {
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    content: "";
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(210,212,198), rgb(175,179,161));
    transition: width 0.3s ease;
    bottom: -15px;
}.gratCard .expert_network {
    border-radius: 20px;
    position: relative;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 5px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    transform: translateY(0);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.gratCard .expert_network::before {
    top: 0;
    background: linear-gradient(90deg, rgb(210,212,198), rgb(175,179,161), rgb(210,212,198));
    background-size: 200% 100%;
    width: 100%;
    animation: gradientShift 6s infinite linear;
    content: "";
    position: absolute;
    left: 0;
    height: 6px;
}.gratCard .expert_network:hover {
    transform: translateY(-5px);
}.gratCard .expert_network:hover h2::after {
    width: 120px;
}.gratCard ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.gratCard li {
    position: relative;
    padding-left: 25px;
}.gratCard li::before {
    transition: transform 0.3s ease;
    top: 8px;
    height: 10px;
    left: 0;
    width: 10px;
    transform: rotate(45deg);
    background: rgb(175,179,161);
    content: "";
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.gratCard li:hover::before {
    transform: rotate(225deg) scale(1.2);
}.gratCard span {
    color: #000000;
    display: block;
    position: relative;
    font-size: calc(16px + 2px);
    padding: 10px 0;
    letter-spacing: 0.3px;
    font-weight: 400;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}.gratCard span::after {
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes float {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-30px, 30px); }
    50% { transform: translate(0, 60px); }
    75% { transform: translate(30px, 30px); }
    100% { transform: translate(0, 0); }
}

@media (max-width: 1024px) {.gratCard {
    padding: 80px 0;
}.gratCard h2 {
    font-size: calc(30px - 2px);
}.gratCard .expert_network {
    padding: 30px;
}.gratCard span {
    font-size: 16px;
}
}

@media (max-width: 768px) {.gratCard {
    padding: 60px 0;
}.gratCard h2 {
    font-size: calc(30px - 4px);
    transform: perspective(1000px) rotateX(1deg);
}.gratCard .expert_network {
    padding: 25px;
}.gratCard li::before {
    top: 6px;
}.gratCard span {
    font-size: calc(16px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.gratCard {
    padding: 40px 0;
}.gratCard h2 {
    font-size: calc(30px - 6px);
    margin-bottom: 30px;
    transform: none;
}.gratCard h2::after {
    bottom: -10px;
    width: 60px;
}.gratCard .expert_network {
    padding: 20px;
}.gratCard li {
    padding-left: 20px;
}.gratCard li::before {
    top: 7px;
    height: 8px;
    width: 8px;
}.gratCard span {
    font-size: calc(16px - 2px);
    letter-spacing: 0.2px;
    line-height: 1.5;
}}.course_offering {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(238,239,234) 40%, rgb(210,212,198,0.5) 140%);
    position: relative;
    overflow: hidden;
}.course_offering::before {
    content: "";
    position: absolute;
    pointer-events: none;
    width: 100%;
    top: 0;
    opacity: 0.07;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
}.course_offering::after {
    content: "";
    background: radial-gradient(circle at center, rgb(210,212,198,0.5) 10%, transparent 70%);
    right: -20%;
    top: -50%;
    width: 60%;
    pointer-events: none;
    position: absolute;
    transform: rotate(-15deg);
    height: 200%;
    opacity: 0.1;
}.course_offering .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.course_offering .learn_explore {
    transform: perspective(1200px) rotateY(-2deg);
    border-left: 4px solid rgb(210,212,198);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.96);
    flex-direction: column;
    background: #ffffff;
    display: flex;
}.course_offering .learn_explore:hover {
    transform: perspective(1200px) rotateY(0deg);
}.course_offering .image_grid {
    overflow: hidden;
    height: 300px;
    transform-origin: center center;
    position: relative;
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.96);
}.course_offering .image_grid::before {
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    opacity: 0.7;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 70%, 
        #000000 100%
    );
    bottom: 0;
    position: absolute;
}.course_offering .image_grid::after {
    position: absolute;
    height: 120%;
    transform: scale(1.05);
    left: -10%;
    mix-blend-mode: overlay;
    background: rgb(210,212,198);
    opacity: 0.2;
    content: "";
    width: 120%;
    transition: transform 0.5s ease;
    top: -10%;
}.course_offering .learn_explore:hover .image_grid::after {
    transform: scale(1);
}.course_offering .text_stack {
    position: relative;
    background: #ffffff;
    padding: 40px;
}.course_offering .text_stack::before {
    width: 100px;
    background: linear-gradient(90deg, rgb(210,212,198) 0%, transparent 100%);
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 3px;
}.course_offering h3 {
    transform-origin: left center;
    position: relative;
    color: #000000;
    letter-spacing: -0.02em;
    transition: transform 0.3s ease;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: calc(21px * 1.1);
}.course_offering .learn_explore:hover h3 {
    transform: translateX(5px);
    color: rgb(210,212,198);
}.course_offering p.description {
    padding-right: 15px;
    overflow-y: auto;
    font-size: 18px;
    line-height: 1.75;
    max-height: 250px;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 24px;
    color: #000000;
}.course_offering p.description::-webkit-scrollbar {
    width: 4px;
}.course_offering p.description::-webkit-scrollbar-track {
    background: rgb(238,239,234);
}.course_offering p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(210,212,198,0.5);
}.course_offering span.description {
    display: none;
}.course_offering .text_stack div {
    position: relative;
}.course_offering .text_stack div::after {
    left: 0;
    bottom: 0;
    opacity: 0.8;
    pointer-events: none;
    content: "";
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    width: 100%;
    height: 40px;
    position: absolute;
}

@media (min-width: 768px) {.course_offering .learn_explore {
    max-height: 600px;
    flex-direction: row;
}.course_offering .image_grid {
    height: auto;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.96);
    transform: translateX(-10px);
    width: 45%;
}.course_offering .learn_explore:hover .image_grid {
    transform: translateX(0);
}.course_offering .text_stack {
    flex-direction: column;
    justify-content: center;
    display: flex;
    width: 55%;
}.course_offering h3 {
    font-size: 21px;
}.course_offering p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_offering {
    padding: 150px 0;
}.course_offering .learn_explore {
    max-height: 550px;
}.course_offering .image_grid {
    transform: translateX(-20px);
}.course_offering .text_stack {
    padding: 60px;
}.course_offering h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.course_offering p.description {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
    max-height: 300px;
}
}

@media (max-width: 767px) {.course_offering {
    padding: 80px 0;
}.course_offering .learn_explore {
    transform: perspective(1200px) rotateY(0deg);
}.course_offering .text_stack {
    padding: 30px 20px;
}.course_offering h3 {
    font-size: calc(21px * 0.95);
    margin-bottom: 20px;
}.course_offering p.description {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.course_offering {
    padding: 60px 0;
}.course_offering .image_grid {
    height: 200px;
}.course_offering .text_stack {
    padding: 25px 15px;
}.course_offering h3 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
}}.mentorship_profile {
    position: relative;
    overflow: hidden;
    background: rgb(238,239,234);
    padding: 100px 0;
}.mentorship_profile::before {
    background-size: 150px 100%;
    left: 0;
    position: absolute;
    opacity: 0.3;
    height: 100%;
    width: 100%;
    animation: gradientSlide 30s linear infinite;
    content: "";
    top: 0;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(210,212,198,0.5) 10%, 
        transparent 11%);
}.mentorship_profile .container {
    max-width: 800px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.mentorship_profile .edu_voices {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    flex-direction: column;
    position: relative;
    border-radius: 2px;
    padding: 60px 40px 40px;
    background: #ffffff;
    display: flex;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}.mentorship_profile .edu_voices:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.mentorship_profile .image_grid {
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(210,212,198);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: absolute;
    top: -60px;
    width: 120px;
    left: 40px;
    transform: rotate(0deg);
    height: 120px;
    transition: all 0.5s ease;
    border-radius: 2px;
}.mentorship_profile .edu_voices:hover .image_grid {
    transform: rotate(-5deg);
}.mentorship_profile .name {
    letter-spacing: -0.5px;
    font-weight: 700;
    font-size: calc(18px * 1.2);
    color: #000000;
    transform: translateX(0);
    transition: transform 0.5s ease;
    margin-left: 0;
    margin-top: 40px;
}.mentorship_profile .edu_voices:hover .name {
    transform: translateX(10px);
}.mentorship_profile .edu_voices span:not(.name) {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    margin-top: 5px;
    text-transform: uppercase;
    transition: transform 0.5s ease;
    transform: translateX(0);
}.mentorship_profile .edu_voices:hover span:not(.name) {
    color: rgb(210,212,198);
    transform: translateX(10px);
}.mentorship_profile .career_details {
    font-weight: 400;
    line-height: 1.8;
    padding-left: 0;
    font-size: 14px;
    position: relative;
    transition: padding 0.5s ease;
    margin-top: 40px;
    color: #000000;
}.mentorship_profile .career_details::before {
    content: "";
    transform: scaleX(0);
    left: -40px;
    transform-origin: right;
    top: 15px;
    transition: transform 0.5s ease;
    height: 2px;
    background: rgb(210,212,198);
    width: 30px;
    position: absolute;
}.mentorship_profile .edu_voices:hover .career_details {
    padding-left: 20px;
}.mentorship_profile .edu_voices:hover .career_details::before {
    transform: scaleX(1);
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@media (max-width: 768px) {.mentorship_profile {
    padding: 80px 0;
}.mentorship_profile .edu_voices {
    padding: 80px 25px 30px;
    margin: 0 15px;
}.mentorship_profile .image_grid {
    width: 100px;
    left: 25px;
    height: 100px;
}.mentorship_profile .name {
    font-size: 18px;
}.mentorship_profile .career_details {
    font-size: calc(14px * 0.95);
}.mentorship_profile .career_details::before {
    width: 20px;
    left: -25px;
}}.title_page {
    background: linear-gradient(135deg, rgb(238,239,234) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}.title_page::before {
    transform: translateX(20%) skewX(-15deg);
    pointer-events: none;
    z-index: 1;
    content: "";
    height: 100%;
    opacity: 0.07;
    top: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(225deg, rgb(210,212,198,0.5) 0%, transparent 80%);
    width: 70%;
}.title_page::after {
    left: -5%;
    opacity: 0.15;
    bottom: -5%;
    position: absolute;
    z-index: 1;
    width: 35%;
    pointer-events: none;
    border-radius: 100px;
    border: 2px solid rgb(210,212,198,0.5);
    content: "";
    transform: rotate(-12deg);
    height: 35%;
}.title_page .expert_network {
    flex-direction: row;
    justify-content: space-between;
    z-index: 2;
    padding: 5rem 2rem;
    max-width: 1440px;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    position: relative;
    align-items: center;
}.title_page .text_stack {
    flex: 1;
    max-width: 600px;
    margin-right: 2rem;
    position: relative;
    transform: translateY(-2rem);
}.title_page h1 {
    color: #000000;
    position: relative;
    font-size: calc(46px * 1.2);
    font-weight: 700;
    line-height: 1.2;
    transform: translateX(-0.5rem);
    margin-bottom: 2rem;
}.title_page h1::after {
    content: "";
    transform-origin: left;
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 0.25rem;
    position: absolute;
    bottom: -0.8rem;
    width: 5rem;
    background: linear-gradient(90deg, rgb(210,212,198) 0%, rgb(210,212,198,0.5) 100%);
    left: 0;
}.title_page .course_welcome {
    margin-bottom: 3rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.6) 100%);
    backdrop-filter: blur(10px);
    transform: translateY(0);
    padding: 2.5rem 2.5rem 2rem;
    flex-direction: column;
    box-shadow: 0 10px 30px -15px rgba(0,0,0,0.1);
    align-items: flex-start;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    position: relative;
    display: flex;
}.title_page .course_welcome:hover {
    transform: translateY(-0.5rem);
}.title_page .course_welcome svg {
    transition: transform 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    height: 80px;
    transform: translateY(0);
    filter: drop-shadow(0 4px 8px rgba(94,170,168,0.15));
    width: 80px;
    margin-bottom: 1.5rem;
}.title_page .course_welcome:hover svg {
    transform: translateY(-0.25rem) rotate(5deg);
}.title_page .course_welcome svg g {
    transition: transform 0.5s ease-out;
}.title_page .course_welcome:hover svg g {
    transform: translate(30.89265,30.89265) scale(0.75);
}.title_page .course_welcome svg path {
    transition: fill 0.3s ease;
    fill: rgb(210,212,198);
}.title_page .course_welcome:hover svg path {
    fill: rgb(74,150,148);
}.title_page .course_welcome svg text {
    font-family: Arial, sans-serif;
    transition: letter-spacing 0.4s ease;
}.title_page .course_welcome:hover svg text {
    letter-spacing: 0.5px;
}.title_page .course_welcome p {
    font-weight: 400;
    font-size: calc(14px * 1.1);
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1rem;
    max-width: 95%;
}.title_page ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 1rem 0 0;
}.title_page ul li {
    display: flex;
    align-items: center;
}.title_page .query_feedback {
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.3s ease;
    border-radius: 30px;
    position: relative;
    background: linear-gradient(135deg, rgb(210,212,198) 0%, rgb(74,150,148) 100%);
    box-shadow: 0 4px 20px -5px rgba(94,170,168,0.4);
    display: inline-block;
    color: #ffffff;
    z-index: 1;
    padding: 1rem 2.5rem;
    overflow: hidden;
    font-size: 19px;
}.title_page .query_feedback::before {
    transition: opacity 0.3s ease;
    z-index: -1;
    left: 0;
    background: linear-gradient(135deg, rgb(74,150,148) 0%, rgb(210,212,198) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    opacity: 0;
}.title_page .query_feedback:hover {
    box-shadow: 0 8px 25px -5px rgba(94,170,168,0.5);
    transform: translateY(-3px);
}.title_page .query_feedback:hover::before {
    opacity: 1;
}.title_page .image_grid {
    flex: 1;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px -20px rgba(0,0,0,0.2);
    height: 600px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.title_page .image_grid::before {
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(94,170,168,0.4) 0%, transparent 65%);
    position: absolute;
    z-index: 1;
    height: 100%;
}.title_page .image_grid::after {
    backdrop-filter: brightness(1.05);
    content: "";
    top: 0;
    z-index: 2;
    pointer-events: none;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid rgba(255,255,255,0.1);
    left: 0;
}

@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}

@media (min-width: 1600px) {.title_page .expert_network {
    padding: 6rem 3rem;
}.title_page h1 {
    font-size: calc(46px * 1.4);
}.title_page .image_grid {
    height: 650px;
}
}

@media (max-width: 1280px) {.title_page .expert_network {
    padding: 4rem 2rem;
}.title_page h1 {
    font-size: calc(46px * 1.1);
}.title_page .image_grid {
    height: 550px;
}
}

@media (max-width: 992px) {.title_page .expert_network {
    padding: 4rem 1.5rem;
    flex-direction: column;
}.title_page .text_stack {
    max-width: 100%;
    margin-bottom: 3rem;
    margin-right: 0;
    transform: translateY(0);
}.title_page h1 {
    transform: translateX(0);
    font-size: 46px;
    text-align: center;
}.title_page h1::after {
    transform: translateX(-50%);
    left: 50%;
}.title_page .course_welcome {
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
    align-items: center;
}.title_page .course_welcome p {
    max-width: 100%;
}.title_page ul {
    justify-content: center;
    width: 100%;
}.title_page .image_grid {
    width: 100%;
    height: 400px;
}
}

@media (max-width: 768px) {.title_page {
    min-height: auto;
}.title_page .expert_network {
    padding: 3rem 1rem;
    min-height: auto;
}.title_page h1 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 1.1);
}.title_page .course_welcome {
    margin-bottom: 2rem;
}.title_page .course_welcome svg {
    height: 70px;
    width: 70px;
}.title_page .course_welcome p {
    font-size: 14px;
}.title_page .query_feedback {
    padding: 0.85rem 2rem;
}.title_page .image_grid {
    height: 350px;
}
}

@media (max-width: 576px) {.title_page::before {
    width: 100%;
    transform: translateX(0) skewX(0);
}.title_page::after {
    width: 50%;
    height: 50%;
}.title_page .expert_network {
    padding: 2.5rem 1rem;
}.title_page h1 {
    font-size: 32px;
}.title_page .course_welcome {
    padding: 1.5rem 1rem;
}.title_page .course_welcome svg {
    height: 60px;
    width: 60px;
}.title_page .image_grid {
    height: 300px;
}
}

@media (max-width: 480px) {.title_page .image_grid {
    height: 250px;
}.title_page .query_feedback {
    padding: 0.75rem 1.75rem;
    font-size: calc(19px * 0.9);
}}.cookieUsagePromptPanel {
    z-index: 1050;
    display: flex;
    bottom: 20px;
    align-items: center;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    max-width: 600px;
    text-align: center;
    padding: 20px;
    border-radius: 22px;
    flex-direction: column;
    transform: translateX(-50%);
    left: 50%;
    overflow: hidden;
    width: 90%;
    background: rgb(238,239,234);
    position: fixed;
}.cookie_verify {
    display: flex;
    align-items: center;
    z-index: 1;
    flex-direction: column;
}.cookie_eductrl {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.cookie_eductrl svg, .cookie_eductrl svg path, .cookie_eductrl img {
    width: 80px;
    height: 80px;
    fill: rgb(210,212,198);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookieUsagePromptPanel h5 {
    margin-bottom: 10px;
    font-weight: 700;
    color: rgb(210,212,198);
    font-size: 18px;
}.cookieUsagePromptPanel p {
    color: #000000;
    font-size: 13px;
    margin-bottom: 20px;
}.cookies_terms {
    text-decoration: none;
    border-radius: 10px;
    width: calc(50% - 10px);
    margin: 5px;
    padding: 10px 20px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: rgb(210,212,198);
    display: inline-block;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}.cookies_terms:hover {
    background: rgb(175,179,161);
    transform: translateY(-3px);
}.cookie_button.cookie_option {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie_option:hover {
    background: rgb(175,179,161,0.5);
}.cookieUsagePromptPanel p a {
    transition: color 0.3s ease-in-out;
    color: rgb(210,212,198);
    text-decoration: underline;
}.cookieUsagePromptPanel p a:hover {
    color: rgb(175,179,161);
}
@media only screen and (max-width: 600px) {.cookieUsagePromptPanel {
    left: 0;
    width: 100%;
    transform: none;
    border-radius: 0;
    bottom: 0;
}.cookie_verify {
    padding: 15px;
}.cookie_eductrl svg {
    height: 50px;
    width: 50px;
}.cookieUsagePromptPanel h5 {
    font-size: calc(18px - 2px);
}.cookieUsagePromptPanel p {
    font-size: calc(13px - 2px);
}.cookies_terms {
    font-size: calc(14px - 2px);
    padding: 8px 16px;
    width: calc(100% - 10px);
}}
#cookie_info_popup {
    display: none;
}#cookie_info_popup:checked ~ .cookieUsagePromptPanel {
    opacity: 0;
    visibility: hidden;
}.educational_rewards {
    background: linear-gradient(145deg, #ecf0f3 0%, #e2e6ea 100%);
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}.educational_rewards::before {
    right: 0;
    content: "";
    top: 0;
    position: absolute;
    height: 8px;
    left: 0;
    background: linear-gradient(90deg, rgb(210,212,198) 0%, rgb(175,179,161) 100%);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}.educational_rewards::after {
    content: "";
    filter: blur(40px);
    bottom: -120px;
    background: linear-gradient(135deg, rgb(210,212,198,0.5) 0%, transparent 70%);
    border-radius: 50%;
    width: 300px;
    position: absolute;
    right: -120px;
    height: 300px;
    z-index: 0;
}.educational_rewards h5 {
    letter-spacing: 0.03em;
    margin-bottom: 3rem;
    font-weight: 700;
    transform: perspective(1000px) translateZ(10px);
    position: relative;
    color: #000000;
    text-align: center;
    font-size: 19px;
}.educational_rewards h5::after {
    height: 4px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(210,212,198) 0%, rgb(175,179,161) 100%);
    position: absolute;
    border-radius: 2px;
    content: "";
    width: 80px;
    bottom: -15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    left: 50%;
}.educational_rewards .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
}.educational_rewards .expert_network {
    padding: 3rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: linear-gradient(145deg, #ffffff 0%, #f5f5f5 100%);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08),
                -8px -8px 20px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.3),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    transform: perspective(1000px) rotateX(2deg);
}.educational_rewards .expert_network:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1),
                -10px -10px 25px rgba(255, 255, 255, 1),
                inset 2px 2px 5px rgba(255, 255, 255, 0.3),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.educational_rewards .image_grid {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1),
                -8px -8px 16px rgba(255, 255, 255, 0.8);
    object-fit: cover;
    height: auto;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 15px;
    width: 100%;
    transform: translateZ(20px);
}.educational_rewards .image_grid:hover {
    transform: translateZ(30px) scale(1.02);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.12),
                -10px -10px 20px rgba(255, 255, 255, 0.9);
}.educational_rewards .text_stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
}.educational_rewards ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
}.educational_rewards li {
    border-radius: 12px;
    position: relative;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.06),
                -6px -6px 12px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
    background: linear-gradient(145deg, #f5f5f5 0%, #ffffff 100%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1rem 1.5rem;
}.educational_rewards li:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08),
                -8px -8px 16px rgba(255, 255, 255, 0.9),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
}.educational_rewards li p {
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
    padding-left: 2.2rem;
    margin: 0;
    font-weight: 400;
    position: relative;
}.educational_rewards li:nth-child(odd) {
    border-left: 3px solid rgb(210,212,198);
}.educational_rewards li:nth-child(even) {
    border-left: 3px solid rgb(175,179,161);
}.educational_rewards li svg {
    height: 24px;
    position: absolute;
    transition: transform 0.3s ease;
    top: 0;
    width: 24px;
    left: 0;
}.educational_rewards li:hover svg {
    transform: rotate(5deg) scale(1.1);
}.educational_rewards li svg path {
    fill: rgb(210,212,198);
    transition: fill 0.3s ease;
}.educational_rewards li:hover svg path {
    fill: rgb(175,179,161);
}.educational_rewards li:nth-child(even) svg path {
    fill: rgb(175,179,161);
}.educational_rewards li:nth-child(even):hover svg path {
    fill: rgb(210,212,198);
}

@media (min-width: 768px) {.educational_rewards {
    padding: 8rem 0;
}.educational_rewards h5 {
    font-size: calc(19px * 1.1);
    margin-bottom: 4rem;
}.educational_rewards .expert_network {
    grid-template-columns: 1fr 1.2fr;
    padding: 4rem;
    gap: 4rem;
}.educational_rewards ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.educational_rewards li {
    padding: 1.2rem 1.8rem;
}
}

@media (min-width: 992px) {.educational_rewards {
    padding: 10rem 0;
}.educational_rewards h5 {
    font-size: calc(19px * 1.2);
}.educational_rewards h5::after {
    width: 100px;
}.educational_rewards .expert_network {
    transform: perspective(1500px) rotateX(2deg);
}.educational_rewards .image_grid {
    height: 100%;
    object-position: center;
}.educational_rewards li p {
    font-size: calc(12px * 1.05);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.educational_rewards {
    padding: 5rem 0;
}.educational_rewards h5 {
    margin-bottom: 2.5rem;
    padding: 0 1rem;
    font-size: calc(19px * 0.9);
}.educational_rewards .expert_network {
    gap: 2rem;
    padding: 2rem;
}.educational_rewards li {
    padding: 1rem;
}.educational_rewards li p {
    line-height: 1.5;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.educational_rewards {
    padding: 4rem 0;
}.educational_rewards h5 {
    margin-bottom: 2rem;
    font-size: calc(19px * 0.85);
}.educational_rewards .expert_network {
    padding: 1.5rem;
    gap: 1.5rem;
}.educational_rewards ul {
    gap: 1rem;
}.educational_rewards li {
    padding: 0.8rem;
}.educational_rewards li p {
    padding-left: 2rem;
    font-size: calc(12px * 0.9);
}.educational_rewards li svg {
    height: 20px;
    width: 20px;
}}header {
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(175,179,161,0.5), rgb(210,212,198));
    position: relative;
    z-index: 1000;
    overflow: visible;
}header::before {
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    opacity: 0.1;
    height: 100%;
    z-index: -1;
}header .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}header .main_site {
    gap: 1.5rem;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}header .top_sitebar {
    text-decoration: none;
    z-index: 2;
    justify-content: center;
    position: relative;
    padding: 1rem;
    display: flex;
    align-items: center;
}header .top_sitebar::after {
    background: #ffffff;
    transition: width 0.3s ease, opacity 0.3s ease;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    height: 2px;
    width: 50%;
    left: 50%;
    content: '';
    opacity: 0.6;
}header .top_sitebar:hover::after {
    width: 80%;
    opacity: 1;
}header .top_sitebar svg {
    filter: drop-shadow(0 4px 8px rgb(210,212,198,0.5));
    height: auto;
    width: 220px;
    transition: all 0.3s ease;
}header .top_sitebar:hover svg {
    transform: translateY(-5px);
}header .header_bar {
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(5px);
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    border-radius: 30px;
    max-width: 800px;
    padding: 0.6rem 1rem;
    justify-content: center;
    gap: 0.8rem;
}header .header_bar::before {
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    height: 100%;
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    border-radius: 30px;
    top: 0;
    z-index: -1;
}header .site_main {
    font-weight: 400;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 0.7rem 1.2rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}header .site_main::before {
    border-radius: 10px;
    opacity: 0;
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    transform: translateY(100%) scale(0.8);
    width: 100%;
    z-index: -1;
    left: 0;
    transition: opacity 0.3s ease;
    background: #ffffff;
}header .site_main:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    color: rgb(210,212,198);
}header .site_main:hover::before {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .main_site {
    gap: 1.2rem;
}header .top_sitebar svg {
    width: 180px;
}header .header_bar {
    gap: 0.6rem;
    padding: 0.5rem;
}header .site_main {
    font-size: calc(14px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .main_site {
    gap: 1rem;
}header .top_sitebar svg {
    width: 150px;
}header .header_bar {
    padding: 0.4rem;
    gap: 0.4rem;
}header .site_main {
    font-size: calc(14px - 2px);
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .main_site {
    gap: 0.8rem;
}header .top_sitebar svg {
    width: 140px;
}header .header_bar {
    justify-content: flex-start;
    padding: 0.4rem 0.6rem;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .header_bar::-webkit-scrollbar {
    height: 3px;
}header .header_bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .site_main {
    font-size: calc(14px - 3px);
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
}}.follow {
    transform: skewY(-2deg);
    padding: 4rem 2rem;
    margin: 3rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(238,239,234) 0%, rgb(210,212,198,0.5) 100%);
    overflow: hidden;
}.follow .expert_network {
    position: relative;
    transform: skewY(2deg);
    z-index: 2;
}.follow::before {
    transform: rotate(-15deg);
    top: -10%;
    left: -5%;
    opacity: 0.7;
    content: "";
    animation: pulse 8s infinite alternate;
    background: linear-gradient(135deg, rgb(175,179,161) 0%, rgb(175,179,161,0.5) 100%);
    width: 60%;
    position: absolute;
    height: 200%;
    z-index: 1;
    border-radius: 17px;
}.follow::after {
    position: absolute;
    background: linear-gradient(45deg, rgb(210,212,198,0.5) 0%, rgb(210,212,198) 100%);
    transform: rotate(25deg);
    right: -10%;
    filter: blur(5px);
    z-index: 0;
    opacity: 0.6;
    border-radius: 10px;
    animation: float 10s infinite alternate;
    bottom: -50%;
    content: "";
    width: 70%;
    height: 180%;
}.follow p {
    max-width: 80%;
    margin-bottom: 2rem;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transform: translateX(-5%);
    font-size: 29px;
    font-weight: 700;
}.follow .input_holder {
    transform: translateX(5%);
    justify-content: flex-start;
    position: relative;
    flex-direction: row;
    align-items: center;
    z-index: 3;
    gap: 1rem;
    display: flex;
}.follow .new_beginnings {
    flex: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #000000;
    transform: perspective(800px) rotateX(2deg);
    transition: all 0.3s ease;
    font-size: 17px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    border: none;
    background: #ffffff;
    padding: 1rem 1.5rem;
}.follow .new_beginnings:focus {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: perspective(800px) rotateX(0);
    outline: none;
}.follow .new_beginnings::placeholder {
    opacity: 0.7;
    color: #000000;
}.follow .updates_text {
    transform: perspective(800px) rotateX(2deg) translateZ(0);
    color: #ffffff;
    font-family: Arial, sans-serif;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    background: linear-gradient(135deg, rgb(175,179,161) 0%, rgb(210,212,198) 100%);
    font-size: 15px;
    padding: 1rem 2rem;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.follow .updates_text:hover {
    background: linear-gradient(135deg, rgb(210,212,198) 0%, rgb(175,179,161) 100%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    transform: perspective(800px) rotateX(0) translateY(-5px) translateZ(0);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) scale(1);
    }
    100% {
        opacity: 0.7;
        transform: rotate(-15deg) scale(1.05);
    }
}

@keyframes float {
    0% {
        transform: rotate(25deg) translateY(0);
    }
    100% {
        transform: rotate(25deg) translateY(-20px);
    }
}

@media (max-width: 768px) {.follow {
    transform: skewY(-1deg);
    padding: 3rem 1.5rem;
}.follow .expert_network {
    transform: skewY(1deg);
}.follow p {
    font-size: 21px;
    margin-bottom: 1.5rem;
    transform: translateX(0);
    max-width: 100%;
    text-align: left;
}.follow .input_holder {
    transform: translateX(0);
    align-items: stretch;
    flex-direction: column;
}.follow .new_beginnings {
    margin-bottom: 1rem;
    width: 100%;
}.follow .updates_text {
    width: 100%;
}}.privacy_stockade {
    max-width: 1000px;
    position: relative;
    width: 80%;
    color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 40px;
    margin: 0 auto;
    background: #ffffff;
}.privacy_stockade:before, .privacy_stockade:after {
    position: absolute;
    content: "";
    z-index: 0;
    background: rgb(210,212,198,0.5);
    border-radius: 50%;
}.privacy_stockade:before {
    height: 200px;
    left: -100px;
    top: -100px;
    width: 200px;
}.privacy_stockade:after {
    width: 150px;
    right: -75px;
    height: 150px;
    bottom: -75px;
}.privacy_stockade h1 {
    font-size: 45px;
    z-index: 1;
    color: #000000;
    margin-top: 30px;
    border-bottom: 2px solid rgb(210,212,198);
    margin-bottom: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
}.privacy_stockade h2 {
    z-index: 1;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(175,179,161,0.5);
    font-size: 32px;
    position: relative;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(175,179,161);
}.privacy_stockade ul, .privacy_stockade ol {
    list-style-type: none;
    margin-bottom: 20px;
    padding-left: 0;
    z-index: 1;
    position: relative;
}.privacy_stockade li {
    margin-bottom: 10px;
    position: relative;
    line-height: 1.6;
    font-size: 17px;
    padding-left: 20px;
}.privacy_stockade li:before {
    content: "•";
    font-size: 1.2em;
    left: 0;
    line-height: 1;
    color: rgb(210,212,198);
    position: absolute;
}.privacy_stockade div {
    line-height: 1.8;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 20px;
    position: relative;
    z-index: 1;
}.privacy_stockade .container {
    z-index: 1;
    position: relative;
}.privacy_stockade h3, .privacy_stockade h4, .privacy_stockade h5, .privacy_stockade h6 {
    font-weight: 600;
    z-index: 1;
    margin-top: 20px;
    position: relative;
    font-size: 24px;
    color: rgb(210,212,198);
    margin-bottom: 10px;
}.privacy_stockade p, .privacy_stockade span {
    font-size: 17px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #000000;
}.privacy_stockade a {
    border-bottom: 1px solid rgb(175,179,161,0.5);
    font-weight: 400;
    position: relative;
    color: rgb(175,179,161);
    text-decoration: none;
    z-index: 1;
}.privacy_stockade a:hover {
    color: rgb(210,212,198);
    border-bottom: 1px solid rgb(210,212,198);
}.privacy_stockade button {
    background: rgb(175,179,161);
    border-radius: 10px;
    position: relative;
    padding: 10px 20px;
    font-size: 18px;
    color: #ffffff;
    z-index: 1;
    border: none;
    cursor: pointer;
}.privacy_stockade button:hover {
    background: rgb(210,212,198);
}

@media only screen and (max-width: 800px) {.privacy_stockade {
    padding: 20px;
    width: 90%;
}.privacy_stockade h1 {
    font-size: calc(24px - 5px);
}.privacy_stockade h2 {
    font-size: calc(24px - 3px);
}.privacy_stockade ul, .privacy_stockade ol {
    padding-left: 10px;
}.privacy_stockade li {
    padding-left: 15px;
}.privacy_stockade li:before {
    left: -10px;
}.privacy_stockade button {
    padding: 8px 15px;
}
}