* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.top_tutor {
    flex: 1 0 auto;
}.wrapper-canvas {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}::-webkit-scrollbar {
    width: 4px;
    padding: 1px;
}::-webkit-scrollbar-track {
    background: linear-gradient(228deg, #ffffff 77%, rgb(255, 255, 255, 0.5) 80%, rgb(184,158,132) 47%, rgb(184,158,132,0.5) 54%, rgb(207,203,185) 85%, rgb(235,233,229) 26%);
}::-webkit-scrollbar-track:active {
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    border: 3px groove rgb(207,203,185,0.5);
    box-shadow: 1px -4px 14px 7px rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:active {
    transform: scale(0.95);
    background: #ffffff;
}::-webkit-scrollbar-corner {
    background: rgb(235,233,229);
}html {
    scrollbar-color: rgb(184,158,132,0.5) rgb(184,158,132);
    scrollbar-width: thin;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    width: 1268px;
    margin: auto;
    max-width: 100%;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: smooth;
}svg {
    height: 30px;
    width: 30px;
}.career_help {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.plan_array {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(235,233,229) 0%, #ffffff 100%);
    overflow: hidden;
}.plan_array::before {
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(45deg, rgb(207,203,185,0.5) 0%, transparent 40%);
    width: 100%;
    content: "";
    height: 100%;
}.plan_array .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.plan_array .enroll_cost {
    display: flex;
    flex-direction: column;
}.plan_array .cost_matrix {
    margin-right: auto;
    margin-bottom: 3rem;
    max-width: 800px;
    text-align: center;
    order: 1;
    margin-left: auto;
}.plan_array .cost_matrix h2 {
    position: relative;
    font-size: 33px;
    margin-bottom: 1rem;
    display: inline-block;
    color: #000000;
    font-weight: 700;
}.plan_array .cost_matrix h2::after {
    bottom: -10px;
    left: 50%;
    position: absolute;
    content: "";
    background: rgb(207,203,185);
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
}.plan_array .monthly_rate {
    word-break: break-word;
    line-height: 1.6;
    margin: 0 auto;
    overflow-wrap: break-word;
    max-width: 600px;
    font-size: 14px;
    color: #000000;
}.plan_array .price_panel {
    display: grid;
    margin-top: 2rem;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    order: 2;
}.plan_array .trial_offers {
    height: 100%;
    border-radius: 10px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    text-decoration: none;
    display: block;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.plan_array .trial_offers:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.plan_array .bundle_offer {
    height: 100%;
    display: flex;
    flex-direction: column;
}.plan_array .fee_struct {
    overflow-wrap: break-word;
    flex-direction: column;
    z-index: 1;
    word-break: break-word;
    flex-grow: 1;
    position: relative;
    padding: 2rem;
    display: flex;
}.plan_array .fee_struct::before {
    content: "";
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
}.plan_array .fee_struct h3 {
    padding-bottom: 0.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.2);
    color: #000000;
    position: relative;
}.plan_array .fee_struct h3::after {
    height: 2px;
    transition: width 0.3s ease;
    content: "";
    left: 0;
    background: rgb(184,158,132);
    bottom: 0;
    width: 40px;
    position: absolute;
}.plan_array .trial_offers:hover .fee_struct h3::after {
    width: 80px;
}.plan_array .edu_deals {
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.5);
    color: rgb(207,203,185);
}.plan_array .edu_deals::before {
    bottom: -5px;
    left: 0;
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    content: "";
    background: rgb(207,203,185);
    width: 0;
}.plan_array .trial_offers:hover .edu_deals::before {
    width: 100%;
}.plan_array .fee_struct p {
    line-height: 1.6;
    margin-top: auto;
    color: #000000;
    font-size: 14px;
    word-break: break-word;
    overflow-wrap: break-word;
}.plan_array .img_circle {
    overflow: hidden;
    transition: transform 0.5s ease;
    position: relative;
    height: 200px;
}.plan_array .img_circle::after {
    width: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}.plan_array .trial_offers:hover .img_circle {
    transform: scale(1.05);
}.plan_array .trial_offers:nth-child(odd) .bundle_offer {
    flex-direction: column-reverse;
}.plan_array .trial_offers:nth-child(3n+1) {
    border-top: 3px solid rgb(207,203,185);
}.plan_array .trial_offers:nth-child(3n+2) {
    border-top: 3px solid rgb(184,158,132);
}.plan_array .trial_offers:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.plan_array .enroll_cost {
    gap: 4rem;
    flex-direction: row;
    align-items: center;
}.plan_array .cost_matrix {
    margin-bottom: 0;
    flex: 0 0 30%;
    order: 2;
    text-align: left;
}.plan_array .cost_matrix h2 {
    text-align: left;
}.plan_array .cost_matrix h2::after {
    transform: none;
    left: 0;
}.plan_array .monthly_rate {
    text-align: left;
    margin: 0;
}.plan_array .price_panel {
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (min-width: 992px) {.plan_array .price_panel {
    grid-template-columns: repeat(2, 1fr);
}.plan_array .trial_offers:nth-child(4n+1) {
    transform: translateY(20px);
}.plan_array .trial_offers:nth-child(4n+3) {
    transform: translateY(-20px);
}.plan_array .trial_offers:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.plan_array {
    padding: 4rem 0;
}.plan_array .fee_struct {
    padding: 1.5rem;
}.plan_array .fee_struct h3 {
    font-size: 22px;
}.plan_array .edu_deals {
    font-size: 22px;
}.plan_array .fee_struct p {
    max-height: 150px;
    font-size: calc(14px * 0.9);
    overflow-y: auto;
    line-height: 1.5;
}.plan_array .img_circle {
    height: 150px;
}
}

@media (max-width: 480px) {.plan_array .price_panel {
    grid-template-columns: 1fr;
}.plan_array .cost_matrix h2 {
    font-size: calc(33px * 0.8);
}.plan_array .monthly_rate {
    font-size: calc(14px * 0.9);
}.plan_array .fee_struct p {
    max-height: 120px;
}}.reach_out_info {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(235,233,229) 0%, rgba(245, 248, 255, 0.95) 100%);
    padding: 5rem 0;
    position: relative;
    z-index: 1;
}.reach_out_info::before {
    z-index: -1;
    transform: skewY(-3deg);
    left: 0;
    background: linear-gradient(45deg, rgb(207,203,185,0.5) 0%, transparent 70%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    transform-origin: top left;
}.reach_out_info::after {
    position: absolute;
    height: 60%;
    right: -5%;
    background: linear-gradient(to right, transparent, rgb(184,158,132,0.5) 70%);
    top: -10%;
    content: '';
    animation: float 15s infinite ease-in-out;
    z-index: -1;
    width: 30%;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
}.reach_out_info .container {
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.reach_out_info .message_form {
    padding: 3rem 2rem;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s ease-out;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    position: relative;
}.reach_out_info .message_form:hover {
    transform: perspective(1000px) rotateY(0deg);
}.reach_out_info h3 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    transform: translateZ(30px);
    margin-bottom: 1.5rem;
    font-size: 33px;
    color: rgb(207,203,185);
}.reach_out_info h3::after {
    position: absolute;
    background: rgb(207,203,185);
    content: '';
    width: 40%;
    transition: width 0.3s ease;
    left: 0;
    height: 3px;
    bottom: -10px;
}.reach_out_info .message_form:hover h3::after {
    width: 100%;
}.reach_out_info p {
    transition: transform 0.3s ease-out;
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 90%;
    line-height: 1.7;
    font-size: 15px;
}.reach_out_info .message_form > div:first-of-type p {
    padding-left: 1rem;
    font-style: italic;
    border-left: 3px solid rgb(184,158,132);
}.reach_out_info h5 {
    margin-bottom: 0.5rem;
    align-items: center;
    color: #000000;
    font-size: 22px;
    gap: 0.75rem;
    text-transform: capitalize;
    display: flex;
    font-weight: 600;
}.reach_out_info .message_info {
    margin: 1.5rem 0 0;
    flex-direction: column;
    padding: 1.5rem 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    position: relative;
    list-style: none;
    gap: 1.25rem;
}.reach_out_info .message_info::before {
    position: absolute;
    width: 50px;
    height: 10px;
    left: 0;
    top: -5px;
    background: #ffffff;
    content: '';
}.reach_out_info .message_info li {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}.reach_out_info .message_info li:hover {
    transform: translateX(10px);
}.reach_out_info .get_contact {
    align-items: center;
    font-size: calc(15px * 0.95);
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
    display: flex;
    font-weight: 600;
    gap: 0.75rem;
    color: #000000;
}.reach_out_info .get_contact:hover {
    color: rgb(207,203,185);
}.reach_out_info .get_contact svg {
    transition: transform 0.3s ease;
    width: 22px;
    height: 22px;
}.reach_out_info .get_contact:hover svg {
    transform: scale(1.2) rotate(5deg);
}.reach_out_info svg {
    flex-shrink: 0;
    transform-origin: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.reach_out_info svg path {
    transition: fill 0.3s ease;
}.reach_out_info .get_contact:hover svg path {
    fill: rgb(207,203,185);
}

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

@media screen and (min-width: 768px) {.reach_out_info .message_form {
    gap: 2rem;
    padding: 4rem 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.reach_out_info .message_form > div:first-of-type {
    grid-column: 1 / -1;
}.reach_out_info .message_info {
    flex-wrap: wrap;
    justify-content: space-between;
    grid-column: 1 / -1;
    flex-direction: row;
}.reach_out_info h3 {
    font-size: calc(33px * 1.2);
    margin-bottom: 2rem;
}.reach_out_info p {
    font-size: calc(15px * 1.05);
}
}

@media screen and (min-width: 992px) {.reach_out_info {
    padding: 7rem 0;
}.reach_out_info .message_form {
    padding: 5rem;
    grid-template-columns: repeat(12, 1fr);
}.reach_out_info .message_form > div:first-of-type {
    grid-column: 1 / 9;
}.reach_out_info .message_form > div:nth-of-type(2) {
    grid-column: 9 / 13;
}.reach_out_info .message_info {
    gap: 3rem;
    grid-column: 1 / 13;
    justify-content: flex-start;
}.reach_out_info h3 {
    transform: translateZ(50px);
    margin-left: -20px;
}
}

@media (hover: hover) {.reach_out_info .message_form > div:hover p {
    transform: translateX(5px);
}.reach_out_info .get_contact:active svg {
    transform: scale(0.9);
}
}

@media (prefers-reduced-motion) {.reach_out_info .message_form,
    .reach_out_info .message_info li,
    .reach_out_info svg {
    transition: none;
    animation: none !important;
    transform: none !important;
}.reach_out_info::after {
    animation: none;
}}.education_framework {
    background: rgb(235,233,229);
    position: relative;
    padding: 100px 20px;
    z-index: 1;
    overflow: hidden;
}.education_framework::before {
    width: 100%;
    background: repeating-linear-gradient(
        120deg,
        rgb(207,203,185,0.5) 0%,
        transparent 10%,
        rgb(184,158,132,0.5) 20%,
        transparent 30%,
        rgb(207,203,185,0.5) 40%
    );
    animation: bg-shift 20s linear infinite;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
}.education_framework::after {
    position: absolute;
    height: 100%;
    left: 0;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(184,158,132,0.5) 0%,
        transparent 60%
    );
    width: 100%;
    content: "";
    animation: glow-pulse 8s ease-in-out infinite alternate;
    filter: blur(60px);
    top: 0;
    z-index: -1;
}.education_framework .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.education_framework .expert_studio {
    transform-style: preserve-3d;
    flex-direction: column;
    display: flex;
    padding: 40px;
    justify-content: center;
    perspective: 1000px;
    align-items: center;
    position: relative;
}.education_framework .expert_studio::before {
    right: -5px;
    z-index: -1;
    filter: blur(2px);
    border-radius: 25px;
    background-size: 300% 300%;
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgb(207,203,185,0.5) 45%,
        rgb(184,158,132) 50%,
        rgb(207,203,185,0.5) 55%,
        transparent 60%
    );
    content: "";
    animation: border-flow 6s linear infinite;
    position: absolute;
    bottom: -5px;
    left: -5px;
    top: -5px;
}.education_framework .expert_studio::after {
    backdrop-filter: blur(10px);
    content: "";
    animation: holographic-shimmer 4s ease-in-out infinite alternate;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 40%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.05) 60%,
        rgba(255, 255, 255, 0.1) 100%
    );
    position: absolute;
    border-radius: 25px;
    inset: 0;
    z-index: -1;
}.education_framework h3 {
    animation: title-float 5s ease-in-out infinite alternate;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 37px;
    transform: translateZ(30px);
    font-weight: 700;
    position: relative;
    color: #000000;
    letter-spacing: 2px;
    z-index: 2;
}.education_framework h3::before {
    top: 110%;
    animation: underline-pulse 3s ease-in-out infinite;
    left: 50%;
    width: 60px;
    background: linear-gradient(
        90deg,
        rgb(207,203,185) 0%,
        rgb(184,158,132) 100%
    );
    border-radius: 10px;
    opacity: 0.8;
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    content: "";
}.education_framework h3::after {
    z-index: -1;
    left: 0;
    opacity: 0.7;
    content: attr(data-text);
    top: 0;
    color: rgb(207,203,185);
    filter: blur(4px);
    animation: text-glow 3s ease-in-out infinite alternate;
    position: absolute;
}.education_framework span {
    text-align: center;
    transform: translateZ(10px);
    color: #000000;
    max-width: 800px;
    animation: text-float 7s ease-in-out infinite alternate;
    position: relative;
    line-height: 1.8;
    z-index: 2;
    font-size: 17px;
}.education_framework span::before {
    left: 10px;
    animation: shadow-dance 8s ease-in-out infinite alternate;
    top: 10px;
    background: rgb(207,203,185,0.5);
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.2;
    filter: blur(20px);
}

@keyframes bg-shift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes glow-pulse {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes holographic-shimmer {
    0% {
        opacity: 0.5;
        transform: rotate(0deg) scale(1);
    }
    100% {
        opacity: 0.8;
        transform: rotate(0.5deg) scale(1.02);
    }
}

@keyframes title-float {
    0%, 100% {
        transform: translateZ(30px) rotateX(0deg);
    }
    50% {
        transform: translateZ(40px) rotateX(2deg);
    }
}

@keyframes text-float {
    0%, 100% {
        transform: translateZ(10px) translateY(0);
    }
    50% {
        transform: translateZ(20px) translateY(-5px);
    }
}

@keyframes underline-pulse {
    0%, 100% {
        width: 60px;
        opacity: 0.8;
    }
    50% {
        width: 120px;
        opacity: 1;
    }
}

@keyframes text-glow {
    0% {
        filter: blur(4px);
        opacity: 0.5;
        transform: translateX(-3px) translateY(-3px);
    }
    100% {
        filter: blur(7px);
        opacity: 0.8;
        transform: translateX(3px) translateY(3px);
    }
}

@keyframes shadow-dance {
    0% {
        top: 10px;
        left: 10px;
        filter: blur(20px);
    }
    100% {
        top: -10px;
        left: -10px;
        filter: blur(15px);
    }
}

@media (max-width: 991px) {.education_framework {
    padding: 80px 15px;
}.education_framework h3 {
    margin-bottom: 30px;
    font-size: calc(37px - 4px);
}.education_framework span {
    font-size: calc(17px - 1px);
}.education_framework .expert_studio {
    padding: 30px;
}
}

@media (max-width: 767px) {.education_framework {
    padding: 60px 15px;
}.education_framework h3 {
    font-size: calc(37px - 6px);
    margin-bottom: 25px;
}.education_framework span {
    line-height: 1.6;
}.education_framework .expert_studio {
    padding: 25px 20px;
}.education_framework h3::before {
    width: 50px;
}
    
    @keyframes underline-pulse {
        0%, 100% {
            width: 50px;
        }
        50% {
            width: 80px;
        }
    }
}

@media (max-width: 479px) {.education_framework {
    padding: 40px 10px;
}.education_framework h3 {
    font-size: calc(37px - 8px);
    margin-bottom: 20px;
    letter-spacing: 1px;
}.education_framework span {
    font-size: calc(17px - 2px);
}.education_framework .expert_studio {
    padding: 20px 15px;
}.education_framework h3::before {
    width: 40px;
    height: 2px;
}@keyframes underline-pulse {
        0%, 100% {
            width: 40px;
        }
        50% {
            width: 60px;
        }
    }
}.title_section {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    font-family: Arial, sans-serif;
}.title_section .page_begin {
    justify-content: center;
    height: 100vh;
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
}.title_section .page_begin::before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
    rgba(rgba(0, 0, 0, 0.5), 0.9) 0%,
    rgba(rgb(207,203,185,0.5), 0.7) 50%,
    rgba(rgb(184,158,132,0.5), 0.8) 100%);
    left: 0;
}.title_section .smart_study {
    gap: 2rem;
    margin: 0 auto;
    grid-template-columns: 1fr;
    padding: 2rem;
    display: grid;
    transform: perspective(1000px) rotateX(5deg);
    max-width: 1200px;
    position: relative;
    z-index: 2;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: bottom center;
}.title_section .smart_study:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title_section .smart_study > div {
    padding: 2rem;
    background: linear-gradient(120deg, 
    rgba(rgba(0, 0, 0, 0.5), 0.7) 0%,
    rgba(rgb(207,203,185,0.5), 0.3) 100%);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(207,203,185);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
              0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateZ(0);
}.title_section .smart_study > div:first-child {
    transform: translateX(-30px) translateZ(30px);
}.title_section .smart_study > div:last-child {
    transform: translateX(30px) translateZ(20px);
}.title_section .smart_study:hover > div:first-child {
    transform: translateX(-10px) translateZ(50px);
}.title_section .smart_study:hover > div:last-child {
    transform: translateX(10px) translateZ(40px);
}.title_section .title_style_header {
    font-weight: 700;
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 42px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 1rem;
}.title_section .title_style_header::after {
    left: 0;
    transition: width 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    height: 3px;
    bottom: -10px;
    background: linear-gradient(to right, 
    rgb(207,203,185), 
    rgb(184,158,132));
    content: "";
    position: absolute;
    width: 0;
}.title_section .smart_study:hover .title_style_header::after {
    width: 50%;
}.title_section h3 {
    font-size: clamp(1.2rem, 3vw, 23px);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    position: relative;
    font-weight: 600;
    margin: 0 0 1.5rem;
    line-height: 1.4;
}.title_section p {
    transform: translateY(20px);
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 18px);
    line-height: 1.6;
    position: relative;
    transition: all 0.5s ease;
    margin: 0;
    color: #ffffff;
    opacity: 0.9;
}.title_section .smart_study:hover p {
    opacity: 1;
    transform: translateY(0);
}.title_section .smart_study > div::before {
    opacity: 0;
    top: -5px;
    content: "";
    right: -5px;
    position: absolute;
    height: 30%;
    border-top: 2px solid rgb(184,158,132);
    border-right: 2px solid rgb(184,158,132);
    width: 30%;
    transition: all 0.5s ease;
}.title_section .smart_study > div::after {
    left: -5px;
    transition: all 0.5s ease;
    width: 30%;
    bottom: -5px;
    content: "";
    opacity: 0;
    border-bottom: 2px solid rgb(207,203,185);
    height: 30%;
    position: absolute;
    border-left: 2px solid rgb(207,203,185);
}.title_section .smart_study:hover > div::before,
.title_section .smart_study:hover > div::after {
    opacity: 1;
}

@media (min-width: 768px) {.title_section .smart_study {
    padding: 3rem;
    gap: 3rem;
    grid-template-columns: 1fr 1.2fr;
}.title_section .smart_study > div {
    padding: 3rem;
}.title_section .title_style_header {
    margin: 0 0 1.5rem;
}.title_section h3 {
    margin: 0 0 2rem;
}
}

@media (min-width: 992px) {.title_section .smart_study {
    padding: 4rem;
    gap: 5rem;
}.title_section .smart_study > div:first-child {
    transform: translateX(-50px) translateZ(40px);
}.title_section .smart_study > div:last-child {
    transform: translateX(50px) translateZ(20px);
}.title_section .smart_study:hover > div:first-child {
    transform: translateX(-20px) translateZ(60px);
}.title_section .smart_study:hover > div:last-child {
    transform: translateX(20px) translateZ(40px);
}
}

@media (max-width: 767px) {.title_section .page_begin {
    height: auto;
    min-height: 100vh;
}.title_section .smart_study {
    transform: perspective(800px) rotateX(3deg);
    padding: 1.5rem;
}.title_section .smart_study > div {
    padding: 1.5rem;
}.title_section .smart_study > div:first-child,
  .title_section .smart_study > div:last-child {
    transform: translateX(0) translateZ(20px);
}.title_section .smart_study:hover > div:first-child,
  .title_section .smart_study:hover > div:last-child {
    transform: translateX(0) translateZ(30px);
}
}

@media (max-width: 480px) {.title_section .smart_study {
    padding: 1rem;
    transform: perspective(600px) rotateX(2deg);
}.title_section .smart_study > div {
    padding: 1rem;
}.title_section .title_style_header {
    font-size: 2rem;
}.title_section h3 {
    font-size: 1rem;
}.title_section p {
    font-size: 0.9rem;
}
}

@media (prefers-reduced-motion: reduce) {.title_section .smart_study,
  .title_section .smart_study > div,
  .title_section .smart_study:hover > div,
  .title_section p,
  .title_section .title_style_header::after {
    transform: none;
    animation: none;
    transition: none;
}}.career_help {
    z-index: 1;
    padding: 6rem 0 4rem;
    color: #ffffff;
    position: relative;
}.career_help::before {
    background: #000000;
    width: 100%;
    opacity: 0.85;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    position: absolute;
}.career_help::after {
    background-size: 30px 30px;
    top: 0;
    z-index: -1;
    content: "";
    left: 0;
    position: absolute;
    background: 
        linear-gradient(rgba(rgb(207,203,185), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(207,203,185), 0.2) 1px, transparent 1px);
    background-position: center;
    height: 100%;
    animation: gridAnimate 15s linear infinite;
    opacity: 0.15;
    width: 100%;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.career_help .container {
    grid-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}.career_help .company_holder {
    position: relative;
    grid-column: 1 / 5;
    grid-row: 1;
}.career_help .company_holder::before {
    top: -20px;
    position: absolute;
    width: 60px;
    height: 60px;
    opacity: 0.7;
    border-left: 2px solid rgb(207,203,185);
    border-top: 2px solid rgb(207,203,185);
    content: "";
    left: -20px;
}.career_help .company_holder::after {
    height: 60px;
    border-bottom: 2px solid rgb(207,203,185);
    bottom: -20px;
    right: -20px;
    border-right: 2px solid rgb(207,203,185);
    content: "";
    opacity: 0.7;
    position: absolute;
    width: 60px;
}.career_help .company_holder h3 {
    -webkit-background-clip: text !important;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #ffffff, rgb(207,203,185));
    position: relative;
    -webkit-text-fill-color: transparent;
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
}.career_help .company_holder h3::after {
    position: absolute;
    height: 2px;
    left: 0;
    content: "";
    background: rgb(207,203,185);
    width: 30%;
    bottom: -5px;
    box-shadow: 0 0 10px rgb(207,203,185);
}.career_help .copy_notice {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 1.5rem;
    color: #ffffff;
    opacity: 0.8;
}.career_help .donate_btn {
    justify-content: flex-end;
    grid-column: 6 / 13;
    grid-row: 1;
    display: flex;
}.career_help .top_mainwrap {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}.career_help .main_base {
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
}.career_help .main_base:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}.career_help .main_base::before {
    position: absolute;
    left: 0;
    background: rgb(207,203,185);
    transition: height 0.3s ease;
    width: 3px;
    height: 0;
    top: 0;
    content: "";
}.career_help .main_base:hover::before {
    height: 100%;
}.career_help .main_base h5 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1rem;
    color: rgb(184,158,132);
    font-weight: 600;
}.career_help .main_base h5::before {
    background: rgb(207,203,185);
    width: 5px;
    transform: translateY(-50%);
    content: "";
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(207,203,185);
    height: 5px;
    left: 0;
    top: 50%;
    position: absolute;
}.career_help .main_base .top_mainwrap {
    flex-direction: column;
    display: flex;
    gap: 0.7rem;
}.career_help .main_base .top_mainwrap a {
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.7;
    overflow: hidden;
    z-index: 1;
    padding: 0.4rem 1rem;
    position: relative;
    transition: all 0.3s ease;
}.career_help .main_base .top_mainwrap a::before {
    z-index: -1;
    transform: translateX(-100%);
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(rgb(207,203,185,0.5), 0.1), transparent);
    width: 100%;
    top: 0;
    transition: transform 0.3s ease;
    content: "";
    position: absolute;
}.career_help .main_base .top_mainwrap a:hover {
    opacity: 1;
    color: #ffffff;
    padding-left: 1.5rem;
}.career_help .main_base .top_mainwrap a:hover::before {
    transform: translateX(0);
}.sponsor_logo {
    grid-column: 1 / 13;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    grid-row: 2;
    padding: 1.5rem 0;
    margin-top: 4rem;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
}.sponsor_logo::before {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(207,203,185), transparent);
    content: "";
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    width: 60%;
}.sponsor_logo .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.sponsor_logo .green_edu {
    text-align: center;
    font-size: 14px;
    opacity: 0.7;
    letter-spacing: 0.5px;
    color: #ffffff;
}

@media screen and (max-width: 992px) {.career_help .container {
    grid-template-columns: repeat(1, 1fr);
}.career_help .company_holder {
    grid-row: 1;
    grid-column: 1;
}.career_help .donate_btn {
    margin-top: 2rem;
    grid-column: 1;
    grid-row: 2;
}.sponsor_logo {
    grid-row: 3;
    margin-top: 3rem;
}
}

@media screen and (max-width: 768px) {.career_help {
    padding: 4rem 0 3rem;
}.career_help .top_mainwrap {
    grid-template-columns: 1fr;
    gap: 2rem;
}.career_help .main_base {
    padding: 1.2rem;
}.career_help .main_base h5 {
    font-size: calc(18px * 0.9);
}.career_help .company_holder::before,
    .career_help .company_holder::after {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.career_help {
    padding: 3rem 0 2rem;
}.career_help .company_holder h3 {
    font-size: calc(34px * 0.9);
}.career_help .copy_notice {
    font-size: calc(16px * 0.9);
}.career_help .main_base .top_mainwrap a {
    font-size: calc(16px * 0.9);
}.sponsor_logo {
    margin-top: 2rem;
    padding: 1rem 0;
}}.teaching_history {
    position: relative;
    background: linear-gradient(135deg, rgb(235,233,229) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 5rem 0;
}.teaching_history::before {
    content: "";
    background: rgb(207,203,185,0.5);
    position: absolute;
    left: -50px;
    transform: rotate(-15deg);
    width: 200px;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    height: 200px;
    top: -50px;
}.teaching_history::after {
    right: -50px;
    background: rgb(184,158,132,0.5);
    bottom: -50px;
    transform: rotate(15deg);
    height: 250px;
    width: 250px;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
    content: "";
    position: absolute;
}.teaching_history .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.teaching_history .success_stories {
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    display: grid;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    padding: 2.5rem;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.teaching_history .success_stories:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}.teaching_history .success_stories > div:first-child {
    overflow: hidden;
    transform: translateZ(0);
    position: relative;
}.teaching_history .success_stories .img_circle {
    width: 100%;
    transform: scale(1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 300px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    position: relative;
}.teaching_history .success_stories:hover .img_circle {
    transform: scale(1.02);
}.teaching_history .success_stories .img_circle::after {
    left: 0;
    opacity: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    bottom: 0;
    transition: opacity 0.5s ease;
    right: 0;
    content: "";
    position: absolute;
    top: 0;
}.teaching_history .success_stories:hover .img_circle::after {
    opacity: 1;
}.teaching_history .success_stories > div:nth-child(2) {
    position: relative;
    padding-left: 20px;
    transition: transform 0.4s ease;
    transform: translateX(0);
    border-left: 3px solid rgb(207,203,185);
}.teaching_history .success_stories:hover > div:nth-child(2) {
    transform: translateX(5px);
}.teaching_history .name {
    font-size: 21px;
    color: #000000;
    margin: 0 0 0.5rem;
    display: inline-block;
    position: relative;
    font-weight: 700;
}.teaching_history .name::after {
    content: "";
    background: rgb(207,203,185);
    position: absolute;
    bottom: -3px;
    width: 0;
    transition: width 0.4s ease-out;
    left: 0;
    height: 2px;
}.teaching_history .success_stories:hover .name::after {
    width: 100%;
}.teaching_history .success_stories > div:nth-child(2) > div {
    color: rgb(184,158,132);
    font-size: calc(15px * 0.95);
    opacity: 0.85;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 0.5rem;
}.teaching_history .exp_details {
    font-size: 15px;
    position: relative;
    margin: 0;
    padding-left: 1.5rem;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.7;
}.teaching_history .exp_details::before {
    line-height: 1;
    color: rgb(207,203,185,0.5);
    top: -10px;
    content: "";
    font-family: serif;
    position: absolute;
    left: 0;
    font-size: 60px;
}

@media (min-width: 768px) {.teaching_history {
    padding: 7rem 0;
}.teaching_history .success_stories {
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    padding: 3rem;
    gap: 3rem;
    align-items: center;
    grid-template-columns: 300px 1fr;
}.teaching_history .success_stories:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.teaching_history .success_stories > div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.teaching_history .success_stories > div:nth-child(3) {
    grid-column: 1 / -1;
    grid-row: 2;
}
}

@media (min-width: 992px) {.teaching_history .success_stories {
    gap: 2.5rem 4rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 350px 1fr;
}.teaching_history .img_circle {
    height: 400px;
}.teaching_history .exp_details {
    font-size: calc(15px * 1.05);
    padding-left: 2rem;
}.teaching_history .exp_details::before {
    font-size: 80px;
}
}

@media (min-width: 1200px) {.teaching_history .success_stories {
    padding: 4rem;
    grid-template-columns: 400px 1fr;
}.teaching_history .img_circle {
    height: 450px;
}.teaching_history .name {
    font-size: calc(21px * 1.1);
}.teaching_history .success_stories > div:nth-child(2) > div {
    font-size: 15px;
}.teaching_history .exp_details {
    line-height: 1.8;
}
}

@media (max-width: 767px) {.teaching_history {
    padding: 4rem 0;
}.teaching_history .success_stories {
    padding: 1.5rem;
}.teaching_history .img_circle {
    margin-bottom: 1.5rem;
    height: 250px;
}.teaching_history .name {
    font-size: calc(21px * 0.95);
}.teaching_history .exp_details {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}.course_program_description {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(235,233,229) 0%, #ffffff 65%, rgb(207,203,185,0.5) 100%);
    overflow: hidden;
}.course_program_description::before {
    top: 0;
    z-index: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    pointer-events: none;
    background: radial-gradient(circle at 20% 30%, rgb(184,158,132,0.5) 0%, transparent 60%);
}.course_program_description::after {
    right: -20px;
    background: linear-gradient(225deg, rgb(207,203,185) 0%, rgb(184,158,132) 100%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    content: "";
    z-index: 0;
    transform: rotate(15deg);
    width: 240px;
    opacity: 0.07;
    bottom: -20px;
    height: 240px;
}.course_program_description .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
}.course_program_description h2 {
    max-width: 85%;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 3.5rem;
    font-size: 37px;
    transform: translateX(-0.5rem);
}.course_program_description h2::after {
    content: "";
    bottom: -1rem;
    height: 0.25rem;
    width: 8rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(207,203,185) 0%, rgb(184,158,132) 100%);
    left: 0;
}.course_program_description .new_skills {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 3rem;
}.course_program_description .img_circle {
    position: relative;
    border-radius: 0.5rem;
    height: 400px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
}.course_program_description .img_circle::before {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
}.course_program_description .img_circle:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_program_description .text_wrap_item {
    overflow-y: auto;
    padding-right: 1.5rem;
    position: relative;
    max-height: 400px;
    scrollbar-width: thin;
}.course_program_description .text_wrap_item::-webkit-scrollbar {
    width: 4px;
}.course_program_description .text_wrap_item::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
}.course_program_description .text_wrap_item::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(207,203,185,0.5);
}.course_program_description .description {
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 13px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}.course_program_description .description:first-of-type::first-letter {
    color: rgb(207,203,185);
    line-height: 0.8;
    float: left;
    font-weight: 700;
    padding: 0.1em 0.1em 0 0;
    margin-right: 0.1em;
    font-size: 3.5em;
}.course_program_description .description:last-of-type {
    border-left: 3px solid rgb(184,158,132,0.5);
    padding-left: 1.5rem;
    position: relative;
}

@media (min-width: 768px) {.course_program_description {
    padding: 8rem 0;
}.course_program_description h2 {
    margin-bottom: 4rem;
    max-width: 75%;
    font-size: calc(37px * 1.1);
}.course_program_description h2::after {
    width: 12rem;
}.course_program_description .new_skills {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.course_program_description .img_circle {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 500px;
}.course_program_description .text_wrap_item {
    max-height: 500px;
}
}

@media (min-width: 992px) {.course_program_description {
    padding: 10rem 0;
}.course_program_description::before {
    background: radial-gradient(circle at 20% 30%, rgb(184,158,132,0.5) 0%, transparent 70%);
}.course_program_description h2 {
    max-width: 70%;
    font-size: calc(37px * 1.2);
}.course_program_description .new_skills {
    gap: 5rem;
}.course_program_description .img_circle {
    height: 600px;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
}.course_program_description .text_wrap_item {
    max-height: 600px;
    padding-top: 2rem;
}.course_program_description .description {
    font-size: calc(13px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.course_program_description .container {
    padding: 0 2rem;
}.course_program_description h2 {
    font-size: calc(37px * 1.3);
    transform: translateX(-1rem);
    max-width: 65%;
}.course_program_description .new_skills {
    gap: 6rem;
}.course_program_description .img_circle {
    transform: perspective(1200px) rotateY(-8deg) translateZ(0);
}.course_program_description .img_circle:hover {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0) scale(1.02);
}
}

@media (max-width: 767px) {.course_program_description {
    padding: 4rem 0;
}.course_program_description h2 {
    font-size: calc(37px * 0.9);
    max-width: 100%;
    margin-bottom: 2.5rem;
}.course_program_description h2::after {
    width: 6rem;
    height: 0.2rem;
}.course_program_description .img_circle {
    height: 300px;
}.course_program_description .text_wrap_item {
    max-height: 350px;
}.course_program_description .description {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}}.statistics_information {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 140px 0;
}.statistics_information::before {
    z-index: -1;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(10px);
    content: "";
}.statistics_information::after {
    height: 150%;
    background: radial-gradient(ellipse at bottom right, rgb(207,203,185,0.5) 0%, transparent 60%);
    position: absolute;
    width: 150%;
    right: 0;
    animation: rotate 20s infinite linear;
    content: "";
    bottom: 0;
    z-index: -1;
}.statistics_information .container {
    padding: 0 40px;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.statistics_information .edge_statistics {
    position: relative;
    grid-template-columns: 40% 60%;
    gap: 20px;
    display: grid;
}.statistics_information .success_factors {
    animation: pulse 6s infinite alternate ease-in-out;
    display: flex;
    z-index: 5;
    border-radius: 50%;
    align-items: center;
    position: absolute;
    top: -40px;
    height: 120px;
    right: 15%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    justify-content: center;
    background: linear-gradient(135deg, rgb(207,203,185) 0%, rgb(184,158,132) 100%);
    width: 120px;
}.statistics_information .success_factors svg {
    width: 60px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
    height: 60px;
}.statistics_information .success_factors svg path {
    fill: #ffffff;
}.statistics_information .statistics_benefits {
    font-size: calc(38px * 1.1);
    padding-left: 50px;
    margin-bottom: 30px;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
    position: relative;
    font-weight: 700;
    z-index: 2;
    padding-right: 50px;
    border-left: 5px solid rgb(207,203,185);
    line-height: 1.5;
    color: #ffffff;
    grid-column: 1 / -1;
    letter-spacing: 0.5px;
}.statistics_information .statistics_upsides {
    padding-right: 50px;
    margin-bottom: 60px;
    color: #ffffff;
    line-height: 1.8;
    font-size: calc(15px * 1.05);
    opacity: 1;
    padding-left: 55px;
    grid-column: 1 / -1;
    max-width: 800px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.2px;
}.statistics_information .learn_statistics {
    padding: 0 30px;
    gap: 40px 120px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-column: 1 / -1;
    z-index: 2;
    position: relative;
}.statistics_information .edu_statistics {
    position: relative;
    padding: 15px;
    grid-template-columns: auto 1fr;
    gap: 18px 30px;
    transition: transform 0.3s ease;
    display: grid;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    grid-template-rows: auto auto;
}.statistics_information .edu_statistics::before {
    top: 0;
    border-radius: 3px;
    position: absolute;
    transition: height 0.3s ease;
    height: 0;
    background: linear-gradient(to bottom, rgb(207,203,185), rgb(184,158,132));
    width: 5px;
    left: -20px;
    content: "";
}.statistics_information .edu_statistics:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transform: translateX(10px);
}.statistics_information .edu_statistics:hover::before {
    height: 100%;
}.statistics_information .program_statistics {
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    grid-column: 1 / 2;
    height: 85px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    align-items: center;
    grid-row: 1 / 3;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
    border-radius: 50%;
    width: 85px;
    display: flex;
}.statistics_information .program_statistics svg {
    width: 42px;
    filter: drop-shadow(0 4px 8px rgb(207,203,185,0.5));
    height: 42px;
}.statistics_information .program_statistics svg path {
    transition: fill 0.3s ease;
    fill: rgb(207,203,185);
}.statistics_information .edu_statistics:hover .program_statistics {
    background: linear-gradient(135deg, rgb(207,203,185,0.5) 0%, rgb(184,158,132,0.5) 100%);
}.statistics_information .edu_statistics:hover .program_statistics svg path {
    fill: #ffffff;
}.statistics_information .edu_statistics span {
    background: linear-gradient(90deg, #ffffff, rgb(207,203,185));
    grid-row: 1 / 2;
    z-index: 2;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: calc(47px * 1.25);
    align-self: end;
    color: #ffffff;
    background-clip: text !important;
    grid-column: 2 / 3;
    -webkit-background-clip: text !important;
}.statistics_information .edu_statistics span::after {
    bottom: -12px;
    content: '';
    width: 0;
    left: 0;
    height: 3px;
    background: rgb(207,203,185);
    transition: width 0.3s ease;
    position: absolute;
}.statistics_information .edu_statistics:hover span::after {
    width: 60px;
}.statistics_information .edu_statistics p {
    position: relative;
    grid-column: 2 / 3;
    z-index: 2;
    letter-spacing: 0.2px;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    grid-row: 2 / 3;
    font-size: calc(15px * 1.05);
    opacity: 1;
    line-height: 1.7;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {.statistics_information .edge_statistics::before {
    left: 0;
    z-index: 0;
    width: 100%;
    clip-path: polygon(0 0, 40% 0, 60% 100%, 0% 100%);
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0%, transparent 50%);
    position: absolute;
}.statistics_information .edge_statistics::after {
    top: 0;
    right: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.07) 0%, transparent 50%);
    z-index: 0;
    width: 100%;
    clip-path: polygon(100% 0, 60% 0, 40% 100%, 100% 100%);
}
}

@media (max-width: 992px) {.statistics_information {
    padding: 120px 0;
}.statistics_information .edge_statistics {
    grid-template-columns: 1fr;
}.statistics_information .success_factors {
    right: 10%;
    width: 100px;
    top: -30px;
    height: 100px;
}.statistics_information .success_factors svg {
    height: 50px;
    width: 50px;
}.statistics_information .statistics_benefits {
    padding-left: 40px;
    margin-top: 70px;
}.statistics_information .statistics_upsides {
    padding-left: 44px;
}.statistics_information .learn_statistics {
    padding: 0 20px;
}
}

@media (max-width: 768px) {.statistics_information {
    padding: 100px 0;
}.statistics_information .success_factors {
    width: 90px;
    top: -25px;
    height: 90px;
}.statistics_information .success_factors svg {
    height: 45px;
    width: 45px;
}.statistics_information .statistics_benefits {
    padding-left: 30px;
    margin-top: 50px;
    font-size: calc(38px * 0.95);
}.statistics_information .statistics_upsides {
    margin-bottom: 50px;
    padding-left: 34px;
}.statistics_information .learn_statistics {
    gap: 60px;
    padding: 0 15px;
    grid-template-columns: 1fr;
}.statistics_information .program_statistics {
    height: 75px;
    width: 75px;
}.statistics_information .program_statistics svg {
    width: 38px;
    height: 38px;
}.statistics_information .edu_statistics span {
    font-size: calc(47px * 1.1);
}
}

@media (max-width: 576px) {.statistics_information {
    padding: 80px 0;
}.statistics_information .success_factors {
    height: 80px;
    right: 50%;
    transform: translateX(50%);
    width: 80px;
}.statistics_information .success_factors svg {
    height: 40px;
    width: 40px;
}.statistics_information .statistics_benefits {
    border-top: 5px solid rgb(207,203,185);
    padding-top: 25px;
    border-left: none;
    font-size: calc(38px * 0.85);
    margin-top: 70px;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
}.statistics_information .statistics_upsides {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}.statistics_information .learn_statistics {
    gap: 50px;
    padding: 0 10px;
}.statistics_information .edu_statistics {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 18px;
    grid-template-rows: auto auto auto;
    text-align: center;
}.statistics_information .edu_statistics::before {
    height: 5px;
    top: -20px;
    transform: translateX(-50%);
    left: 50%;
    width: 0;
}.statistics_information .edu_statistics:hover {
    transform: translateY(-10px);
}.statistics_information .edu_statistics:hover::before {
    height: 5px;
    width: 60px;
}.statistics_information .program_statistics {
    grid-row: 1 / 2;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    grid-column: 1 / 2;
}.statistics_information .program_statistics svg {
    height: 35px;
    width: 35px;
}.statistics_information .edu_statistics span {
    margin-bottom: 15px;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.statistics_information .edu_statistics span::after {
    transform: translateX(-50%);
    left: 50%;
}.statistics_information .edu_statistics:hover span::after {
    width: 50px;
}.statistics_information .edu_statistics p {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
}}.about_this {
    padding: 100px 0 120px;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.about_this::before {
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.4) 100%);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
}.about_this::after {
    background: linear-gradient(to bottom right, 
        rgb(184,158,132) 0%, 
        rgb(207,203,185) 100%);
    opacity: 0.15;
    top: -10%;
    z-index: -1;
    width: 60%;
    animation: floatGradient 20s ease-in-out infinite alternate;
    filter: blur(40px);
    position: absolute;
    content: "";
    transform: rotate(-15deg);
    height: 60%;
    right: -10%;
}.about_this h4 {
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    transform: translateY(0);
    font-size: calc(24px * 1.1);
    opacity: 1;
    letter-spacing: 3px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.about_this h4::after {
    position: absolute;
    background: rgb(184,158,132);
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    bottom: -10px;
    width: 60px;
}.about_this .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
}.about_this .text_wrap_item {
    border-left: 4px solid rgb(184,158,132);
    backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    -webkit-backdrop-filter: blur(10px);
    padding: 50px;
    transform: perspective(1000px) rotateY(0deg);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
}.about_this .text_wrap_item:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 
                0 10px 20px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.about_this .text_wrap_item::before {
    background: linear-gradient(45deg, 
        rgb(207,203,185,0.5) 0%, 
        transparent 40%);
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.07;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
}.about_this h6 {
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
    color: rgb(184,158,132);
    font-size: calc(17px * 1.2);
    margin-bottom: 25px;
}.about_this h6::after {
    height: 2px;
    bottom: -8px;
    left: 0;
    content: "";
    width: 40%;
    background: rgb(184,158,132);
    transition: width 0.4s ease;
    position: absolute;
}.about_this .text_wrap_item:hover h6::after {
    width: 70%;
}.about_this span {
    display: block;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    opacity: 0.9;
    text-align: justify;
    line-height: 1.8;
    column-gap: 40px;
    columns: 1;
    font-weight: 400;
}

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

@media screen and (min-width: 768px) {.about_this span {
    columns: 2;
}.about_this .text_wrap_item {
    padding: 60px;
}
}

@media screen and (min-width: 992px) {.about_this {
    padding: 140px 0 160px;
}.about_this h4 {
    margin-bottom: 60px;
    font-size: calc(24px * 1.3);
}.about_this h6 {
    font-size: calc(17px * 1.4);
    margin-bottom: 30px;
}.about_this .text_wrap_item {
    margin: 0 auto;
    padding: 70px;
    max-width: 90%;
}
}

@media screen and (max-width: 767px) {.about_this {
    padding: 70px 0 80px;
}.about_this h4 {
    margin-bottom: 30px;
    font-size: 24px;
}.about_this .text_wrap_item {
    padding: 30px 25px;
}.about_this h6 {
    font-size: 17px;
    margin-bottom: 20px;
}.about_this span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (hover: hover) {.about_this .text_wrap_item::after {
    background: linear-gradient(135deg, 
            rgba(255, 255, 255, 0.1) 0%, 
            rgba(255, 255, 255, 0) 50%);
    top: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    left: 0;
    opacity: 0;
    right: 0;
    bottom: 0;
    content: "";
    pointer-events: none;
}.about_this .text_wrap_item:hover::after {
    opacity: 1;
}
}

@media (prefers-reduced-motion: reduce) {.about_this .text_wrap_item,
    .about_this .text_wrap_item:hover,
    .about_this h6::after,
    .about_this .text_wrap_item:hover h6::after,
    .about_this::after {
    transition: none;
    animation: none;
    transform: none;
}}.privacy_cloister {
    padding: 50px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
    overflow: hidden;
    background: #ffffff;
    color: #000000;
}.privacy_cloister::before,
.privacy_cloister::after {
    border-radius: 50%;
    background: rgb(184,158,132,0.5);
    z-index: -1;
    content: '';
    position: absolute;
}.privacy_cloister::before {
    top: -50px;
    right: -50px;
    height: 200px;
    width: 200px;
}.privacy_cloister::after {
    width: 300px;
    bottom: -100px;
    left: -100px;
    height: 300px;
}.privacy_cloister h1 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    color: rgb(207,203,185);
    border-bottom: 3px dashed rgb(207,203,185);
    font-size: 43px;
    padding-bottom: 10px;
}.privacy_cloister h2 {
    margin-top: 30px;
    border-left: 8px double rgb(184,158,132);
    color: rgb(184,158,132);
    padding-left: 20px;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 20px;
    position: relative;
}.privacy_cloister h2::before {
    top: 50%;
    width: 10px;
    background: rgb(207,203,185);
    position: absolute;
    transform: translateY(-50%);
    border-radius: 50%;
    height: 10px;
    content: '';
    left: -15px;
}.privacy_cloister ul {
    list-style: none;
    background: rgb(184,158,132,0.5);
    border: 1px solid rgb(184,158,132,0.5);
    border-radius: 10px;
    margin: 20px 0;
    padding-left: 20px;
}.privacy_cloister ul li {
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    margin-bottom: 10px;
}.privacy_cloister ul li::before {
    top: 50%;
    content: '•';
    font-size: 1.5em;
    left: 0;
    position: absolute;
    color: rgb(207,203,185);
    transform: translateY(-50%);
}.privacy_cloister p, .privacy_cloister span, .privacy_cloister div {
    background: rgb(207,203,185,0.5);
    margin-bottom: 20px;
    border-radius: 10px;
    line-height: 1.8;
    border-left: 4px solid rgb(207,203,185,0.5);
    font-size: 15px;
    color: #000000;
    padding: 10px;
}.privacy_cloister h3, .privacy_cloister h4, .privacy_cloister h5, .privacy_cloister h6 {
    color: rgb(207,203,185);
    border-left: 5px solid rgb(207,203,185);
    margin-top: 25px;
    position: relative;
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 18px;
}.privacy_cloister h3::after, .privacy_cloister h4::after, .privacy_cloister h5::after, .privacy_cloister h6::after {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    background: rgb(184,158,132);
    height: 2px;
    bottom: -5px;
}

@media only screen and (max-width: 800px) {.privacy_cloister {
    padding: 30px;
}.privacy_cloister h1 {
    font-size: calc(18px - 4px);
}.privacy_cloister h2 {
    font-size: calc(18px - 3px);
}.privacy_cloister h3, .privacy_cloister h4, .privacy_cloister h5, .privacy_cloister h6 {
    font-size: calc(18px - 2px);
}.privacy_cloister p, .privacy_cloister span, .privacy_cloister div, .privacy_cloister ul li {
    font-size: calc(15px - 2px);
}}.sign_up_now {
    position: relative;
    background: linear-gradient(135deg, rgb(207,203,185) 0%, rgb(184,158,132) 100%);
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
}.sign_up_now::before {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: '';
    width: 100%;
    background-size: 20px 20px;
    height: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    opacity: 0.05;
    background: 
        linear-gradient(45deg, rgb(184,158,132,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(184,158,132,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(184,158,132,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(184,158,132,0.5) 75%);
    left: 0;
}.sign_up_now::after {
    background: radial-gradient(circle, #ffffff 0%, transparent 60%);
    content: '';
    opacity: 0.1;
    z-index: -1;
    bottom: -50%;
    right: -50%;
    left: -50%;
    animation: rotateRadial 30s linear infinite;
    top: -50%;
    position: absolute;
}.sign_up_now .expert_studio {
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
    max-width: 1000px;
    justify-content: center;
    position: relative;
    display: flex;
    z-index: 2;
    margin: 0 auto;
}.sign_up_now .expert_studio::before {
    border: 2px solid #ffffff;
    opacity: 0.1;
    position: absolute;
    width: 100%;
    height: 100%;
    animation: clipFrameAnimate 10s ease-in-out infinite alternate;
    z-index: -1;
    clip-path: polygon(
        0% 15%, 
        15% 15%, 
        15% 0%, 
        85% 0%, 
        85% 15%, 
        100% 15%, 
        100% 85%, 
        85% 85%, 
        85% 100%, 
        15% 100%, 
        15% 85%, 
        0% 85%
    );
    content: '';
}.sign_up_now .expert_studio::after {
    opacity: 0.1;
    animation: pulseSpots 6s ease-in-out infinite alternate;
    content: '';
    height: 120%;
    width: 120%;
    top: -10%;
    position: absolute;
    z-index: -1;
    background: 
        radial-gradient(circle at 30% 30%, #ffffff 0%, transparent 10%),
        radial-gradient(circle at 70% 70%, #ffffff 0%, transparent 10%),
        radial-gradient(circle at 30% 70%, #ffffff 0%, transparent 10%),
        radial-gradient(circle at 70% 30%, #ffffff 0%, transparent 10%),
        radial-gradient(circle at 50% 50%, #ffffff 0%, transparent 10%);
    left: -10%;
}.sign_up_now h3 {
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 15px #ffffff;
    font-weight: 700;
    text-align: center;
    animation: pulseText 4s ease-in-out infinite alternate;
    position: relative;
    color: #ffffff;
    font-size: 30px;
}.sign_up_now h3::before {
    left: 50%;
    position: absolute;
    background-color: #ffffff;
    bottom: -15px;
    width: 60px;
    content: '';
    box-shadow: 0 0 10px #ffffff;
    height: 2px;
    transform: translateX(-50%);
}.sign_up_now h3::after {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    left: 50%;
    box-shadow: 0 0 10px #ffffff;
    bottom: -19px;
    position: absolute;
    content: '';
    transform: translateX(-50%);
}.sign_up_now .get_contact {
    color: #ffffff;
    overflow: hidden;
    letter-spacing: 2px;
    padding: 18px 45px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 17px;
    transition: all 0.3s ease;
    z-index: 1;
    text-transform: uppercase;
    position: relative;
    background-color: transparent;
    display: inline-block;
    box-shadow: 0 0 20px #ffffff;
    font-weight: 600;
}.sign_up_now .get_contact::before {
    position: absolute;
    transition: all 0.3s ease;
    z-index: -1;
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.2;
    content: '';
    background-color: #ffffff;
    width: 100%;
}.sign_up_now .get_contact::after {
    transition: all 0.6s ease;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: -100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
}.sign_up_now .get_contact:hover {
    color: rgb(207,203,185);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255,255,255,0.2);
}.sign_up_now .get_contact:hover::before {
    opacity: 0.9;
}.sign_up_now .get_contact:hover::after {
    left: 100%;
}

@media screen and (max-width: 992px) {.sign_up_now {
    padding: 80px 0;
}.sign_up_now h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 35px;
}.sign_up_now .get_contact {
    padding: 16px 40px;
}
}

@media screen and (max-width: 768px) {.sign_up_now {
    padding: 70px 0;
}.sign_up_now h3 {
    letter-spacing: 2px;
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.sign_up_now .get_contact {
    padding: 14px 35px;
    font-size: calc(17px * 0.95);
}
}

@media screen and (max-width: 576px) {.sign_up_now {
    padding: 60px 0;
}.sign_up_now h3 {
    margin-bottom: 25px;
    letter-spacing: 1px;
    font-size: calc(30px * 0.7);
}.sign_up_now .get_contact {
    font-size: calc(17px * 0.9);
    padding: 12px 30px;
}}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes clipFrameAnimate {
    0% {
        clip-path: polygon(
            0% 15%, 
            15% 15%, 
            15% 0%, 
            85% 0%, 
            85% 15%, 
            100% 15%, 
            100% 85%, 
            85% 85%, 
            85% 100%, 
            15% 100%, 
            15% 85%, 
            0% 85%
        );
    }
    50% {
        clip-path: polygon(
            0% 10%, 
            10% 10%, 
            10% 0%, 
            90% 0%, 
            90% 10%, 
            100% 10%, 
            100% 90%, 
            90% 90%, 
            90% 100%, 
            10% 100%, 
            10% 90%, 
            0% 90%
        );
    }
    100% {
        clip-path: polygon(
            0% 15%, 
            15% 15%, 
            15% 0%, 
            85% 0%, 
            85% 15%, 
            100% 15%, 
            100% 85%, 
            85% 85%, 
            85% 100%, 
            15% 100%, 
            15% 85%, 
            0% 85%
        );
    }
}

@keyframes pulseSpots {
    0% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
    }
}

@keyframes pulseText {
    0% {
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        text-shadow: 0 0 20px #ffffff, 0 0 30px #ffffff;
    }
    100% {
        text-shadow: 0 0 10px #ffffff;
    }
}.ideal_participantssjF {
    background: linear-gradient(45deg, rgb(235,233,229) 0%, rgb(184,158,132,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.ideal_participantssjF::before {
    content: "";
    height: 100%;
    z-index: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 75% 25%, rgb(207,203,185,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgb(184,158,132,0.5) 0%, transparent 50%);
    opacity: 0.5;
}.ideal_participantssjF::after {
    content: "";
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(207,203,185,0.5) 0,
            rgb(207,203,185,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(184,158,132,0.5) 0,
            rgb(184,158,132,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    opacity: 0.1;
    width: 100%;
}.ideal_participantssjF .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
}.ideal_participantssjF .expert_studio {
    transform: translateY(0);
    display: flex;
    border-radius: 19px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    backdrop-filter: blur(10px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.95);
}.ideal_participantssjF .expert_studio:hover {
    transform: translateY(-10px);
}.ideal_participantssjF h4 {
    font-weight: 700;
    padding: 35px 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 29px;
    margin: 0;
    color: #ffffff;
    position: relative;
    background: linear-gradient(120deg, rgb(207,203,185) 0%, rgb(184,158,132) 100%);
}.ideal_participantssjF h4::before {
    width: 100%;
    opacity: 0.5;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
    top: 0;
    content: "";
    height: 100%;
}.ideal_participantssjF div {
    background: #ffffff;
    padding: 40px;
}.ideal_participantssjF div p {
    overflow: hidden;
    transition: all 0.3s ease;
    line-height: 1.6;
    padding: 20px;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
    font-weight: 400;
    border-radius: 10px;
    position: relative;
    display: flex;
    background: #ffffff;
    color: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    font-size: 15px;
}.ideal_participantssjF div p:last-child {
    margin-bottom: 0;
}.ideal_participantssjF div p::before {
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(180deg, rgb(207,203,185), rgb(184,158,132));
    width: 4px;
    left: 0;
    transition: all 0.3s ease;
}.ideal_participantssjF div p::after {
    background: linear-gradient(90deg, 
        rgba(rgb(207,203,185), 0.05) 0%, 
        rgba(rgb(184,158,132), 0.05) 100%
    );
    opacity: 0;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    content: "";
    z-index: -1;
    height: 100%;
}.ideal_participantssjF div p:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateX(5px);
    border-color: rgba(0, 0, 0, 0.1);
}.ideal_participantssjF div p:hover::before {
    width: 8px;
}.ideal_participantssjF div p:hover::after {
    opacity: 1;
}.ideal_participantssjF div p svg {
    height: 28px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: 28px;
    transition: all 0.3s ease;
    margin-right: 18px;
    min-width: 28px;
}.ideal_participantssjF div p:hover svg {
    transform: scale(1.15);
}.ideal_participantssjF div p svg path {
    fill: rgb(207,203,185);
    transition: fill 0.3s ease;
}.ideal_participantssjF div p:hover svg path {
    fill: rgb(184,158,132);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 991px) {.ideal_participantssjF {
    padding: 80px 0;
}.ideal_participantssjF h4 {
    font-size: calc(29px - 2px);
    padding: 30px 25px;
}.ideal_participantssjF div {
    padding: 30px;
}.ideal_participantssjF div p {
    padding: 15px;
    margin-bottom: 15px;
}.ideal_participantssjF div p svg {
    min-width: 24px;
    margin-right: 15px;
    height: 24px;
    width: 24px;
}
}

@media (max-width: 767px) {.ideal_participantssjF {
    padding: 60px 0;
}.ideal_participantssjF h4 {
    font-size: calc(29px - 4px);
    padding: 25px 20px;
}.ideal_participantssjF div {
    padding: 25px 20px;
}.ideal_participantssjF div p {
    margin-bottom: 12px;
    padding: 12px 15px;
}.ideal_participantssjF div p svg {
    height: 20px;
    min-width: 20px;
    width: 20px;
    margin-right: 12px;
}
}

@media (max-width: 479px) {.ideal_participantssjF {
    padding: 40px 0;
}.ideal_participantssjF h4 {
    font-size: calc(29px - 6px);
    padding: 20px 15px;
}.ideal_participantssjF div {
    padding: 20px 15px;
}.ideal_participantssjF div p {
    font-size: calc(15px - 1px);
    margin-bottom: 10px;
    padding: 10px 12px;
}.ideal_participantssjF div p svg {
    margin-right: 10px;
    width: 18px;
    min-width: 18px;
    height: 18px;
}}.ty_div {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(235,233,229) 0%, rgba(255,255,255,0.95) 100%);
}.ty_div::before {
    transform: rotate(-15deg) skew(15deg);
    position: absolute;
    top: -20%;
    right: -10%;
    animation: float 18s infinite ease-in-out;
    height: 80%;
    opacity: 0.3;
    width: 50%;
    filter: blur(60px);
    z-index: 0;
    content: "";
    background: rgb(207,203,185,0.5);
}.ty_div::after {
    position: absolute;
    bottom: -10%;
    height: 60%;
    filter: blur(50px);
    animation: float 15s infinite ease-in-out reverse;
    background: rgb(184,158,132,0.5);
    left: -5%;
    opacity: 0.2;
    width: 40%;
    z-index: 0;
    content: "";
    transform: rotate(10deg) skew(-10deg);
}.ty_div .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.ty_div h2 {
    font-size: calc(32px * 1.1);
    margin-bottom: 2.5rem;
    position: relative;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    transform: perspective(1000px) translateZ(0);
    color: #000000;
}.ty_div h2::after {
    content: "";
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(207,203,185), rgb(184,158,132));
    height: 3px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    bottom: -15px;
    position: absolute;
    width: 80px;
}.ty_div .expert_studio {
    position: relative;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
    transform: perspective(1000px) rotateX(0deg);
    border-left: 5px solid rgb(207,203,185);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.95) 100%);
}.ty_div .expert_studio:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.08),
                0 10px 20px rgba(0,0,0,0.05),
                0 0 0 1px rgba(0,0,0,0.02);
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}.ty_div ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.ty_div li {
    padding-left: 25px;
    position: relative;
}.ty_div li::before {
    height: 12px;
    left: 0;
    transform: rotate(45deg);
    top: 8px;
    border-radius: 2px;
    content: "";
    width: 12px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: absolute;
    background: linear-gradient(135deg, rgb(207,203,185) 0%, rgb(184,158,132) 100%);
}.ty_div span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
}

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

@media (max-width: 991px) {.ty_div {
    padding: 90px 0;
}.ty_div h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.9);
}.ty_div .expert_studio {
    padding: 30px;
}
}

@media (max-width: 767px) {.ty_div {
    padding: 70px 0;
}.ty_div h2 {
    line-height: 1.4;
    font-size: calc(32px * 0.8);
}.ty_div h2::after {
    width: 60px;
    bottom: -12px;
}.ty_div .expert_studio {
    padding: 25px 20px;
    border-left: 4px solid rgb(207,203,185);
}.ty_div li {
    padding-left: 20px;
}.ty_div li::before {
    top: 7px;
    width: 10px;
    height: 10px;
}.ty_div span {
    font-size: calc(13px - 1px);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.ty_div {
    padding: 50px 0;
}.ty_div h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.5rem;
}.ty_div .expert_studio {
    border-left: 3px solid rgb(207,203,185);
    padding: 20px 15px;
}.ty_div li::before {
    height: 8px;
    top: 8px;
    width: 8px;
}.ty_div span {
    font-size: calc(13px - 2px);
    line-height: 1.6;
}}header {
    border-bottom: 1px solid rgb(207,203,185,0.5);
    left: 0;
    transition: all 0.4s ease;
    position: fixed;
    top: 0;
    background: linear-gradient(135deg, #000000 0%, rgb(207,203,185) 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1000;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
}header:before {
    content: '';
    position: absolute;
    animation: shine 8s infinite linear;
    top: 0;
    pointer-events: none;
    height: 100%;
    left: 0;
    background-size: 200% 100%;
    opacity: 0.4;
    background: linear-gradient(90deg, transparent, rgb(207,203,185,0.5), transparent);
    width: 100%;
}header .head_lead {
    width: 100%;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px 20px;
}header .head_bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}header .main_base {
    gap: 25px;
    display: flex;
    position: relative;
}header .main_base:before {
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(207,203,185), transparent);
    position: absolute;
    transform-origin: left;
    bottom: -8px;
    width: 100%;
    height: 1px;
    transition: transform 0.6s ease;
    content: '';
    left: 0;
}header .main_base:hover:before {
    transform: scaleX(1);
}header .header_master {
    position: relative;
    padding: 8px 0;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.4s ease;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    text-decoration: none;
}header .header_master:after {
    left: 0;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    position: absolute;
    transform: scaleX(0);
    height: 2px;
    width: 100%;
    content: '';
    bottom: 0;
    transform-origin: right;
    background: rgb(207,203,185);
}header .header_master:before {
    background: rgb(207,203,185);
    border-radius: 50%;
    opacity: 0;
    left: 50%;
    height: 4px;
    content: '';
    position: absolute;
    width: 4px;
    top: 0;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}header .header_master:hover {
    color: rgb(207,203,185);
    text-shadow: 0 0 8px rgb(207,203,185,0.5);
}header .header_master:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}header .header_master:hover:before {
    opacity: 1;
}header .head_core {
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    position: relative;
}header .head_core svg {
    height: 40px;
    transition: transform 0.5s ease;
    filter: drop-shadow(0 0 4px rgb(207,203,185,0.5));
    width: auto;
}header .head_core:hover svg {
    transform: scale(1.05);
}header .head_core:after {
    transition: width 0.4s ease;
    left: 50%;
    width: 0;
    bottom: -8px;
    height: 1px;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    background: rgb(207,203,185);
}header .head_core:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .main_base {
    gap: 15px;
}header .header_master {
    font-size: calc(16px - 1px);
}header .head_core svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .main_base {
    top: 0;
    flex-direction: column;
    background: #000000;
    width: 80%;
    gap: 20px;
    position: fixed;
    height: 100vh;
    right: -100%;
    max-width: 300px;
    padding: 80px 30px 30px;
    transition: right 0.4s ease;
    overflow-y: auto;
    z-index: 1001;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
}header .menu.active {
    right: 0;
}header .header_master {
    padding: 10px 5px;
    width: 100%;
    border-bottom: 1px solid rgb(207,203,185,0.5);
}header .main_base:before {
    display: none;
}header .head_core {
    margin-right: auto;
    margin-left: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .head_core svg {
    height: 30px;
}}.contact_us {
    position: relative;
    background: linear-gradient(120deg, rgb(235,233,229) 0%, #1a1e2e 100%);
    overflow: hidden;
    padding: 90px 0;
}.contact_us::before {
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(207,203,185), 0.05) 100%);
    position: absolute;
}.contact_us::after {
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    content: "";
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
}.contact_us .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.contact_us h2 {
    font-size: 32px;
    margin-bottom: 70px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
}.contact_us h2::before {
    left: calc(50% - 50px);
    bottom: -20px;
    background: rgb(207,203,185);
    width: 30px;
    height: 2px;
    content: "";
    position: absolute;
}.contact_us h2::after {
    background: rgb(207,203,185);
    left: calc(50% - 10px);
    position: absolute;
    bottom: -20px;
    content: "";
    width: 70px;
    height: 2px;
}.contact_us .reach_feedback {
    grid-template-columns: 6fr 4fr;
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    display: grid;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
}.contact_us .img_circle {
    position: relative;
    min-height: 100%;
}.contact_us .img_circle::before {
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    left: 0;
    position: absolute;
    content: "";
}.contact_us .img_circle::after {
    content: "";
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(207,203,185), 0.1) 10px, rgba(rgb(207,203,185), 0.1) 11px);
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%;
    animation: scanLines 5s linear infinite;
    top: 0;
    left: 0;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact_us .help_panel {
    padding: 50px;
    position: relative;
}.contact_us .help_panel::before {
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    left: 0;
    height: 100%;
    z-index: -1;
}.contact_us #contact {
    flex-direction: column;
    gap: 25px;
    display: flex;
}.contact_us h3 {
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}.contact_us h3::after {
    left: 0;
    height: 2px;
    position: absolute;
    background: rgb(207,203,185);
    width: 50px;
    bottom: -10px;
    content: "";
}.contact_us input[type="text"] {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 16px 20px;
    color: #ffffff;
}.contact_us input[type="text"]:focus {
    outline: none;
    border-color: rgb(207,203,185);
    box-shadow: 0 0 15px rgba(rgb(207,203,185), 0.2);
    background: rgba(0, 0, 0, 0.3);
}.contact_us input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact_us .support_grid {
    display: flex;
    gap: 12px;
    margin-top: 5px;
    align-items: flex-start;
}.contact_us .support_grid input[type="checkbox"] {
    width: 24px;
    border-radius: 3px;
    position: relative;
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    height: 24px;
    cursor: pointer;
    margin-top: 2px;
}.contact_us .support_grid input[type="checkbox"]:checked {
    border-color: rgb(207,203,185);
    background: rgb(207,203,185);
}.contact_us .support_grid input[type="checkbox"]:checked::after {
    height: 10px;
    position: absolute;
    width: 6px;
    border: solid #ffffff;
    transform: rotate(45deg);
    left: 9px;
    top: 6px;
    border-width: 0 2px 2px 0;
    content: "";
}.contact_us .support_grid label {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    font-size: calc(16px - 2px);
}.contact_us .support_grid a {
    position: relative;
    color: rgb(207,203,185);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_us .support_grid a:hover {
    color: #ffffff;
}.contact_us .support_grid a::after {
    transition: all 0.3s ease;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: rgb(207,203,185);
    height: 1px;
}.contact_us .support_grid a:hover::after {
    background: #ffffff;
}.contact_us .help_request {
    font-weight: 600;
    text-transform: uppercase;
    align-self: flex-start;
    letter-spacing: 1px;
    background: rgb(207,203,185);
    color: #ffffff;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 10px;
    padding: 16px 35px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: none;
}.contact_us .help_request::before {
    transition: all 0.5s ease;
    left: -100%;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    position: absolute;
    content: "";
}.contact_us .help_request:hover {
    transform: translateY(-3px);
    background: rgb(184,158,132);
}.contact_us .help_request:hover::before {
    left: 100%;
}.contact_us svg {
    transition: all 0.3s ease;
    height: 22px;
    fill: rgb(207,203,185);
    filter: drop-shadow(0 0 5px rgba(rgb(207,203,185), 0.5));
    width: 22px;
}.contact_us svg path {
    fill: rgb(207,203,185);
    transition: all 0.3s ease;
}.contact_us svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.contact_us svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact_us {
    padding: 70px 0;
}.contact_us .reach_feedback {
    grid-template-columns: 1fr;
}.contact_us .img_circle {
    min-height: 300px;
}.contact_us .help_panel {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact_us {
    padding: 50px 0;
}.contact_us h2 {
    font-size: calc(32px - 4px);
    margin-bottom: 50px;
}.contact_us .img_circle {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_us {
    padding: 40px 0;
}.contact_us .container {
    padding: 0 15px;
}.contact_us h2 {
    margin-bottom: 40px;
    font-size: calc(32px - 6px);
}.contact_us h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.contact_us h2::after {
    width: 50px;
}.contact_us .help_panel {
    padding: 30px 20px 40px;
}.contact_us #contact {
    gap: 20px;
}.contact_us .help_request {
    width: 100%;
}.contact_us .img_circle {
    min-height: 200px;
}}.privacySettingsWindow {
    width: 100%;
    bottom: 0;
    display: flex;
    background: rgb(235,233,229);
    position: fixed;
    z-index: 100;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    justify-content: center;
    padding: 20px 0;
    border-top: 3px solid rgb(207,203,185);
}.web_tracking {
    justify-content: space-between;
    padding: 20px;
    border: 2px solid rgb(207,203,185);
    max-width: 1200px;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    width: 90%;
    margin: auto;
    border-radius: 21px;
}.track_optin {
    margin-right: 20px;
    flex-shrink: 0;
}.track_optin svg {
    fill: rgb(207,203,185);
    height: 50px;
    width: 50px;
}.accept_cookies {
    color: #ffffff;
    flex-grow: 1;
    text-align: left;
}.accept_cookies h5 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    color: rgb(207,203,185);
    letter-spacing: 1px;
    font-weight: 700;
}.accept_cookies p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}.accept_cookies p a {
    text-decoration: underline;
    color: rgb(207,203,185);
}.consent_edu {
    border-radius: 10px;
    min-width: 120px;
    text-decoration: none;
    cursor: pointer;
    font-size: 17px;
    border: none;
    text-align: center;
    color: #ffffff;
    flex-shrink: 0;
    padding: 10px 20px;
    background: rgb(207,203,185);
}.cookie_button.user_status {
    margin-right: 10px;
}#privacyBannerPopup {
    display: none;
}#privacyBannerPopup:checked ~ .privacySettingsWindow {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.web_tracking {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.track_optin {
    margin-bottom: 20px;
    margin-right: 0;
}.consent_edu {
    width: 100%;
    max-width: 250px;
    margin: 10px 0;
}
}
