* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: auto;
    height: 100%;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.panel-container {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    width: 12px;
    padding: 0px;
    height: 12px;
    scroll-behavior: auto;
}::-webkit-scrollbar-track {
    margin: 5px 0;
    background: rgb(211,186,106);
}::-webkit-scrollbar-thumb {
    background: radial-gradient(ellipse at bottom right, #ffffff 87%, rgb(255, 255, 255, 0.5) 55%, rgb(183,152,40) 60%, rgb(183,152,40,0.5) 51%, rgb(211,186,106) 96%, rgb(211,186,106,0.5) 45%, rgb(239,224,183) 36%);
    transition: all, background, transform 4.7s ease-in-out;
    animation: glow_scrollbar 3.4s linear infinite;
    border-radius: 9999px;
    border: 3px groove rgb(211,186,106);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -2px 5px 5px -2px rgba(0, 0, 0, 0.4);
}* {
    scrollbar-width: none;
    scrollbar-color: #ffffff rgb(183,152,40);
}.container {
    width: 1110px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}.nav_site {
    flex: 1 0 auto;
}.footer_address {
    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;
}}
.footer_address {
    z-index: 1;
    position: relative;
    color: #ffffff;
    padding: 80px 0 40px;
    font-family: Arial, sans-serif;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.footer_address .container {
    position: relative;
    justify-content: space-between;
    display: flex;
}.footer_address .company_holder {
    padding-right: 30px;
    position: relative;
    flex: 0 0 30%;
}.footer_address .company_holder::after {
    height: 80%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(211,186,106), transparent);
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
}.footer_address .company_holder h3 {
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(211,186,106,0.5);
    margin-bottom: 20px;
    font-size: calc(36px * 0.9);
}.footer_address .company_holder h3::after {
    background: rgb(211,186,106);
    position: absolute;
    content: '';
    transition: width 0.3s ease-in-out;
    left: 0;
    width: 40%;
    height: 2px;
    bottom: -5px;
}.footer_address .company_holder h3:hover::after {
    width: 100%;
}.footer_address .project_ref {
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    border-radius: 10px;
    font-size: 18px;
    transform: translateZ(0);
    line-height: 1.6;
    margin-top: 15px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
}.footer_address .project_ref:hover {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px) translateZ(0);
}.footer_address .degree_path {
    flex: 0 0 65%;
    justify-content: space-between;
    position: relative;
    display: flex;
}.footer_address .header_nav {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}.footer_address .nav_main {
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 20px;
    flex: 0 0 45%;
    border-radius: 21px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    overflow: hidden;
}.footer_address .nav_main::before {
    z-index: -1;
    position: absolute;
    content: '';
    transform: translateX(-100%);
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    inset: 0;
    transition: transform 0.6s ease;
}.footer_address .nav_main:hover::before {
    transform: translateX(100%);
}.footer_address .nav_main h5 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}.footer_address .nav_main h5::after {
    bottom: 0;
    height: 2px;
    position: absolute;
    content: '';
    background: rgb(211,186,106);
    width: 40px;
    left: 0;
    transition: width 0.3s ease, box-shadow 0.3s ease;
}.footer_address .nav_main:hover h5::after {
    box-shadow: 0 0 8px rgb(211,186,106), 0 0 16px rgb(211,186,106,0.5);
    width: 70px;
}.footer_address .nav_main .header_nav {
    gap: 12px;
    display: flex;
    flex-direction: column;
}.footer_address .nav_main .header_nav a {
    display: inline-block;
    font-size: calc(18px * 0.95);
    opacity: 0.85;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
    padding-left: 0;
    position: relative;
}.footer_address .nav_main .header_nav a::before {
    transition: width 0.3s ease, transform 0.3s ease;
    left: 0;
    content: '';
    bottom: -2px;
    width: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, rgb(211,186,106), transparent);
    transform-origin: left;
}.footer_address .nav_main .header_nav a:hover {
    padding-left: 5px;
    color: #ffffff;
    opacity: 1;
}.footer_address .nav_main .header_nav a:hover::before {
    box-shadow: 0 0 5px rgb(211,186,106,0.5);
    width: 100%;
}.design_res {
    backdrop-filter: blur(10px);
    position: relative;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
}.design_res::before {
    content: '';
    left: 0;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(211,186,106,0.5), transparent);
}.design_res .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.design_res .template_cta {
    transition: opacity 0.3s ease;
    opacity: 0.8;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.5px;
}.design_res .template_cta:hover {
    opacity: 1;
}

@media (max-width: 991px) {.footer_address {
    padding: 60px 0 30px;
}.footer_address .container {
    flex-direction: column;
}.footer_address .company_holder {
    padding-right: 0;
    margin-bottom: 40px;
    flex: 0 0 100%;
}.footer_address .company_holder::after {
    display: none;
}.footer_address .degree_path {
    flex: 0 0 100%;
}.footer_address .nav_main {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.footer_address {
    padding: 40px 0 20px;
}.footer_address .header_nav {
    flex-direction: column;
}.footer_address .nav_main {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.footer_address .company_holder h3 {
    font-size: calc(36px * 0.8);
}.footer_address .nav_main h5 {
    font-size: calc(24px * 0.9);
}.design_res .template_cta {
    font-size: calc(12px * 0.9);
}
}

@media (max-width: 576px) {.footer_address {
    padding: 30px 0 15px;
}.footer_address .company_holder {
    margin-bottom: 30px;
}.footer_address .company_holder h3 {
    font-size: calc(36px * 0.7);
}.footer_address .nav_main h5 {
    font-size: calc(24px * 0.8);
}.design_res {
    padding: 10px 0;
}.design_res .template_cta {
    font-size: calc(12px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    top: 0;
    position: absolute;
    content: '';
    background-size: 50px 50px;
    opacity: 0.3;
    z-index: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    bottom: 0;
    left: 0;
    right: 0;
}.footer_address .company_holder h3 {
    overflow: hidden;
    position: relative;
}.footer_address .company_holder h3::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
    height: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
    content: '';
    width: 100%;
    left: -100%;
}.footer_address .company_holder h3:hover::before {
    left: 100%;
}.mentorship_experience {
    overflow: hidden;
    background: linear-gradient(45deg, rgb(239,224,183) 0%, #ffffff 100%);
    position: relative;
    padding: 70px 30px;
}.mentorship_experience::before {
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgb(211,186,106,0.5) 0%, transparent 40%);
    z-index: 0;
    opacity: 0.4;
    width: 100%;
    position: absolute;
}.mentorship_experience::after {
    position: absolute;
    z-index: 0;
    content: "";
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(183,152,40,0.5) 0%, transparent 40%);
    opacity: 0.3;
    right: 0;
    width: 100%;
    top: 0;
}.mentorship_experience .learning_voices {
    margin: 0 auto;
    max-width: 1000px;
    display: grid;
    transform-style: preserve-3d;
    perspective: 1500px;
    z-index: 2;
    grid-template-columns: 1fr;
    position: relative;
}.mentorship_experience .pic_wrap_item {
    width: 100%;
    transform-origin: bottom;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    transform: rotateX(10deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 12px 12px 0 0;
    height: 300px;
}.mentorship_experience .pic_wrap_item::before {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    height: 100%;
    position: absolute;
    content: "";
}.mentorship_experience .learning_voices:hover .pic_wrap_item {
    transform: rotateX(0deg) translateZ(30px);
}.mentorship_experience .experiencep_wrap {
    position: relative;
    z-index: 1;
    border-radius: 0 0 12px 12px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transform: rotateX(-5deg);
    transform-origin: top;
    padding: 40px;
}.mentorship_experience .learning_voices:hover .experiencep_wrap {
    transform: rotateX(0deg) translateZ(20px);
}.mentorship_experience .name {
    transition: transform 0.4s ease;
    font-size: 38px;
    transform: translateZ(0);
    color: rgb(211,186,106);
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}.mentorship_experience .name::after {
    width: 0;
    content: "";
    height: 3px;
    background: linear-gradient(to right, rgb(183,152,40), transparent);
    position: absolute;
    left: 0;
    transition: width 0.4s ease 0.1s;
    bottom: -5px;
}.mentorship_experience .learning_voices:hover .name::after {
    width: 100%;
}.mentorship_experience .learning_voices:hover .name {
    transform: translateZ(10px);
}.mentorship_experience .experiencep_wrap > div:nth-child(2) {
    color: #000000;
    opacity: 0.7;
    transform: translateZ(0);
    font-size: 21px;
    letter-spacing: 1px;
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    margin-bottom: 20px;
    font-weight: 600;
}.mentorship_experience .learning_voices:hover .experiencep_wrap > div:nth-child(2) {
    color: rgb(183,152,40);
    transform: translateZ(15px);
}.mentorship_experience .exp_summary {
    color: #000000;
    transform: translateZ(0);
    position: relative;
    line-height: 1.7;
    padding: 20px 0 0 0;
    font-size: 12px;
    border-top: 1px solid rgb(239,224,183);
    transition: transform 0.4s ease 0.2s;
}.mentorship_experience .learning_voices:hover .exp_summary {
    transform: translateZ(5px);
}.mentorship_experience .exp_summary::before {
    left: -5px;
    top: 10px;
    font-size: 60px;
    color: rgb(183,152,40,0.5);
    position: absolute;
    line-height: 0;
    content: "";
    opacity: 0.5;
}

@media (min-width: 768px) {.mentorship_experience .learning_voices {
    grid-gap: 0;
    grid-template-columns: 300px 1fr;
}.mentorship_experience .pic_wrap_item {
    transform: rotateY(-10deg);
    height: 100%;
    transform-origin: right;
    border-radius: 12px 0 0 12px;
}.mentorship_experience .learning_voices:hover .pic_wrap_item {
    transform: rotateY(0deg) translateZ(30px);
}.mentorship_experience .experiencep_wrap {
    transform: rotateY(5deg);
    border-radius: 0 12px 12px 0;
    transform-origin: left;
}.mentorship_experience .learning_voices:hover .experiencep_wrap {
    transform: rotateY(0deg) translateZ(20px);
}
}

@media (max-width: 767px) {.mentorship_experience {
    padding: 50px 20px;
}.mentorship_experience .pic_wrap_item {
    height: 250px;
}.mentorship_experience .experiencep_wrap {
    padding: 30px 25px;
}.mentorship_experience .name {
    font-size: calc(38px - 4px);
}.mentorship_experience .experiencep_wrap > div:nth-child(2) {
    font-size: calc(21px - 1px);
}.mentorship_experience .exp_summary {
    font-size: calc(12px - 1px);
}}.educational_yield {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(248,249,250,0.97));
    overflow: hidden;
}.educational_yield::before {
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    left: 0;
    background-image: 
    linear-gradient(45deg, rgb(183,152,40,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(183,152,40,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(183,152,40,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(183,152,40,0.5) 75%);
    top: 0;
    background-size: 20px 20px;
    content: "";
    opacity: 0.07;
    z-index: 0;
}.educational_yield .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 1.5rem;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 3rem;
}.educational_yield .pic_wrap_item {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: perspective(1000px) rotateY(-3deg);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    height: auto;
    width: 100%;
    object-fit: cover;
}.educational_yield .pic_wrap_item:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.educational_yield .expert_guides {
    position: relative;
}.educational_yield .text_box_content {
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
    padding: 2rem;
    background: linear-gradient(135deg, #ffffff, rgba(255,255,255,0.85));
    backdrop-filter: blur(10px);
    position: relative;
}.educational_yield .text_box_content::before {
    position: absolute;
    background: linear-gradient(45deg, rgb(211,186,106,0.5) 0%, transparent 100%);
    z-index: -1;
    opacity: 0.1;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
}.educational_yield h1 {
    font-size: 38px;
    color: #000000;
    position: relative;
    margin-bottom: 2rem;
    line-height: 1.3;
    transform: translateX(-5px);
    font-weight: 700;
}.educational_yield h1::after {
    transform: scaleX(0.7);
    height: 3px;
    content: "";
    position: absolute;
    background: rgb(211,186,106);
    transition: transform 0.5s ease;
    width: 60px;
    transform-origin: left;
    bottom: -10px;
    left: 0;
}.educational_yield:hover h1::after {
    transform: scaleX(1);
}.educational_yield ul {
    list-style: none;
    padding: 0;
    display: grid;
    margin: 0;
    gap: 1.2rem;
    grid-template-columns: 1fr;
}.educational_yield li {
    position: relative;
    padding-left: 2.5rem;
    transition: transform 0.3s ease;
}.educational_yield li:hover {
    transform: translateX(5px);
}.educational_yield li p {
    color: #000000;
    font-weight: 400;
    margin: 0;
    font-size: calc(14px * 1.05);
    line-height: 1.6;
}.educational_yield li svg {
    left: 0;
    height: 1.5rem;
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0.9);
    width: 1.5rem;
    top: 0.1rem;
}.educational_yield li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.educational_yield svg path {
    fill: rgb(211,186,106);
    transition: fill 0.3s ease;
}.educational_yield li:hover svg path {
    fill: rgb(183,152,40);
}

@media (min-width: 768px) {.educational_yield {
    padding: 6rem 0;
}.educational_yield .container {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.educational_yield .pic_wrap_item {
    height: 100%;
    max-height: 600px;
}.educational_yield ul {
    grid-template-columns: repeat(2, 1fr);
}.educational_yield .text_box_content {
    padding: 3rem;
}
}

@media (min-width: 992px) {.educational_yield {
    padding: 8rem 0;
}.educational_yield .container {
    gap: 5rem;
}.educational_yield h1 {
    font-size: calc(38px * 1.1);
    margin-bottom: 2.5rem;
}.educational_yield li p {
    font-size: calc(14px * 1.1);
}.educational_yield .text_box_content {
    padding: 4rem;
}
}

@media (max-width: 767px) {.educational_yield h1 {
    font-size: calc(38px * 0.85);
}.educational_yield li {
    padding-left: 2rem;
}.educational_yield li svg {
    transform: scale(0.8);
}.educational_yield .text_box_content {
    padding: 1.5rem;
}
}

@media (hover: hover) {.educational_yield .container:hover .pic_wrap_item {
    transform: perspective(1000px) rotateY(-5deg) translateY(-10px);
}}.our_background {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(239,224,183) 0%, rgba(0, 0, 0, 0.5) 100%);
}.our_background::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(211,186,106,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(183,152,40,0.5) 0%, transparent 70%);
    animation: pulse 15s infinite alternate;
    content: "";
    width: 100%;
    opacity: 0.15;
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
}.our_background::after {
    opacity: 0.03;
    content: "";
    top: 0;
    background-size: 100px 100px;
    position: absolute;
    z-index: 2;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    height: 100%;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 75%),
        linear-gradient(-45deg, transparent 75%, #000000 75%);
    left: 0;
    width: 100%;
}.our_background .container {
    position: relative;
    z-index: 5;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.our_background .expert_guides {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 26px;
    align-items: center;
    transition: all 0.5s ease;
    transform: translateY(0);
    padding: 40px;
    background: rgba(255, 255, 255, 0.15);
}.our_background .expert_guides:hover {
    transform: translateY(-5px);
    border-color: rgb(211,186,106,0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}.our_background .success_story {
    position: relative;
    display: flex;
    flex: 0 0 300px;
    flex-direction: column;
    gap: 20px;
}.our_background .success_story::before {
    transform: scale(0.95);
    width: calc(100% + 30px);
    left: -15px;
    height: calc(100% + 30px);
    z-index: -1;
    border-radius: 26px;
    position: absolute;
    opacity: 0;
    border: 2px solid rgb(211,186,106,0.5);
    content: "";
    transition: all 0.5s ease;
    top: -15px;
}.our_background .success_story:hover::before {
    opacity: 0.5;
    transform: scale(1);
}.our_background .pic_wrap_item {
    border-radius: 26px;
    width: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    height: 350px;
    overflow: hidden;
}.our_background .pic_wrap_item::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, transparent 50%);
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
}.our_background .skill_training {
    margin-top: -50px;
    transform: translateX(0);
    padding: 20px;
    position: relative;
    z-index: 10;
    background: rgb(211,186,106);
    transition: all 0.5s ease;
    margin-left: 20px;
    border-radius: 10px;
}.our_background .success_story:hover .skill_training {
    transform: translateX(-10px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}.our_background .growth_hist {
    font-weight: 700;
    color: #ffffff;
    font-size: 24px;
    font-family: Arial, sans-serif;
    margin: 0 0 5px 0;
}.our_background .value_prop {
    font-size: 18px;
    font-family: Arial, sans-serif;
    letter-spacing: 0.2px;
    opacity: 0.9;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
}.our_background .text_box_content {
    flex: 1;
    flex-direction: column;
    display: flex;
    gap: 20px;
}.our_background .master_track {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
    gap: 15px;
}.our_background .master_track svg {
    height: 40px;
    width: 40px;
    fill: rgb(211,186,106);
    transition: all 0.3s ease;
}.our_background .master_track:hover svg {
    transform: scale(1.1) rotate(5deg);
}.our_background .master_track svg path {
    transition: all 0.3s ease;
    fill: rgb(211,186,106);
}.our_background .master_track:hover svg path {
    fill: rgb(183,152,40);
}.our_background h2 {
    font-weight: 700;
    font-size: 29px;
    letter-spacing: 0.5px;
    position: relative;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    font-family: Arial, sans-serif;
    margin: 0 0 20px 0;
    color: #000000;
    padding-bottom: 15px;
}.our_background h2::after {
    position: absolute;
    width: 80px;
    left: 0;
    bottom: 0;
    border-radius: 3px;
    transition: all 0.5s ease;
    content: "";
    background: linear-gradient(90deg, rgb(211,186,106) 0%, rgb(183,152,40) 100%);
    height: 3px;
}.our_background .text_box_content:hover h2::after {
    width: 120px;
}.our_background p {
    letter-spacing: 0.3px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    color: #000000;
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@media (max-width: 992px) {.our_background {
    padding: 60px 0;
}.our_background .expert_guides {
    gap: 40px;
    padding: 30px;
    flex-direction: column;
}.our_background .success_story {
    flex: 0 0 auto;
    max-width: 500px;
    width: 100%;
}.our_background .pic_wrap_item {
    height: 300px;
}.our_background .skill_training {
    margin-top: -40px;
    margin-left: 15px;
}.our_background h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.our_background {
    padding: 50px 0;
}.our_background .expert_guides {
    gap: 30px;
    padding: 25px;
}.our_background .success_story {
    max-width: 400px;
}.our_background .pic_wrap_item {
    height: 250px;
}.our_background .skill_training {
    margin-top: -35px;
    padding: 15px;
}.our_background .growth_hist {
    font-size: calc(24px * 0.9);
}.our_background .value_prop {
    font-size: calc(18px * 0.9);
}.our_background h2 {
    font-size: calc(29px * 0.8);
    padding-bottom: 10px;
}.our_background h2::after {
    width: 60px;
}.our_background .text_box_content:hover h2::after {
    width: 90px;
}.our_background p {
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 576px) {.our_background {
    padding: 40px 0;
}.our_background .expert_guides {
    padding: 20px;
    gap: 25px;
}.our_background .pic_wrap_item {
    height: 220px;
}.our_background .skill_training {
    margin-left: 10px;
    padding: 12px;
    margin-top: -30px;
}.our_background .master_track svg {
    height: 30px;
    width: 30px;
}.our_background h2 {
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: calc(29px * 0.7);
}.our_background h2::after {
    width: 50px;
    height: 2px;
}.our_background .text_box_content:hover h2::after {
    width: 70px;
}.our_background p {
    font-size: calc(18px * 0.85);
}}.plan {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.plan::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(18, 46, 101, 0.85), rgba(44, 62, 80, 0.9));
    right: 0;
    content: "";
    bottom: 0;
    top: 0;
    left: 0;
}.plan .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.study_costs {
    position: relative;
}.plan h2 {
    font-weight: 700;
    position: relative;
    text-align: center;
    animation: titleFadeIn 0.8s ease-out forwards;
    transform: translateY(0);
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 25px;
}.plan .basic_rates {
    opacity: 0;
    max-width: 700px;
    color: #ffffff;
    text-align: center;
    line-height: 1.6;
    margin: 0 auto 60px;
    font-size: 18px;
    position: relative;
    animation: fadeIn 0.8s ease-out 0.3s forwards;
}.plan .value_pricing {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    gap: 30px;
    margin: 0;
}.plan .value_pricing li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.plan .member_plans {
    height: 100%;
    display: block;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    text-decoration: none;
    transform: translateZ(0);
}.plan .member_plans:hover {
    transform: translateY(-10px) scale(1.02);
}.plan .plan_details {
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
    height: 100%;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    transition: all 0.4s ease;
}.plan .member_plans:hover .plan_details {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 240, 240, 0.9));
}.plan .plan_details::before {
    height: 6px;
    transform-origin: left;
    left: 0;
    background: linear-gradient(90deg, rgb(211,186,106), rgb(183,152,40));
    width: 100%;
    content: "";
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    top: 0;
}.plan .member_plans:hover .plan_details::before {
    transform: scaleX(1);
}.plan .fee_struct {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 35px 30px;
}.plan .fee_struct h4 {
    font-size: calc(22px * 1.1);
    transition: color 0.3s ease;
    font-weight: 700;
    margin: 0 0 20px;
    color: #000000;
    padding-bottom: 15px;
    position: relative;
}.plan .member_plans:hover .fee_struct h4 {
    color: rgb(211,186,106);
}.plan .fee_struct h4::after {
    bottom: 0;
    width: 40px;
    height: 3px;
    content: "";
    position: absolute;
    transition: width 0.4s ease;
    left: 0;
    background: rgb(211,186,106);
}.plan .member_plans:hover .fee_struct h4::after {
    width: 60px;
}.plan .fee_struct p {
    line-height: 1.6;
    color: #000000;
    font-size: calc(18px * 0.95);
    margin: 0 0 25px;
    word-break: break-word;
    overflow-wrap: break-word;
    flex-grow: 1;
}.plan .indv_sub {
    font-size: calc(22px * 1.4);
    overflow: hidden;
    display: inline-block;
    align-self: flex-start;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    color: #000000;
    background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(255, 255, 255, 0.9));
    position: relative;
    padding: 12px 25px;
}.plan .member_plans:hover .indv_sub {
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
    background: linear-gradient(135deg, rgb(211,186,106,0.5), rgb(211,186,106));
    color: #ffffff;
}.plan .indv_sub::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    left: -100%;
    height: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.plan .member_plans:hover .indv_sub::before {
    left: 100%;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

@media (max-width: 991px) {.plan {
    padding: 80px 0;
}.plan h2 {
    font-size: calc(35px * 0.9);
}.plan .basic_rates {
    font-size: calc(18px * 0.95);
    margin-bottom: 50px;
}.plan .value_pricing {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.plan .fee_struct {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.plan {
    padding: 70px 0;
}.plan h2 {
    font-size: calc(35px * 0.85);
    margin-bottom: 20px;
}.plan .basic_rates {
    font-size: calc(18px * 0.9);
    margin-bottom: 40px;
}.plan .value_pricing {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 25px;
}.plan .fee_struct h4 {
    font-size: 22px;
}.plan .fee_struct p {
    margin-bottom: 20px;
    font-size: calc(18px * 0.9);
}.plan .indv_sub {
    padding: 10px 20px;
    font-size: calc(22px * 1.3);
}
}

@media (max-width: 480px) {.plan {
    padding: 60px 0;
}.plan h2 {
    font-size: calc(35px * 0.8);
}.plan .basic_rates {
    font-size: calc(18px * 0.85);
    margin-bottom: 35px;
}.plan .fee_struct {
    padding: 25px 20px;
}.plan .fee_struct h4 {
    margin-bottom: 15px;
    padding-bottom: 12px;
}.plan .fee_struct p {
    font-size: calc(18px * 0.85);
    line-height: 1.5;
}.plan .indv_sub {
    font-size: calc(22px * 1.2);
    padding: 8px 18px;
}}.program_details {
    z-index: 1;
    background: rgb(239,224,183);
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.program_details::before {
    z-index: -1;
    opacity: 0.25;
    content: "";
    top: 0;
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(211,186,106,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(183,152,40,0.5) 0%, transparent 70%);
    height: 100%;
    left: 0;
    width: 100%;
}.program_details::after {
    top: 0;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(211,186,106,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(183,152,40,0.5) 0%, transparent 40%);
}.program_details .container {
    max-width: 1000px;
    padding: 0 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.program_details .expert_guides {
    position: relative;
    flex-direction: column;
    gap: 40px;
    display: flex;
}.program_details .pic_wrap_item {
    height: 450px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateZ(0);
    border-radius: 29px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s;
    position: relative;
}.program_details .pic_wrap_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}.program_details .pic_wrap_item::before {
    opacity: 0.7;
    content: "";
    background: linear-gradient(to bottom, 
                transparent 70%, 
                rgb(211,186,106,0.5) 100%);
    z-index: 1;
    inset: 0;
    position: absolute;
}.program_details .pic_wrap_item::after {
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 20px, 
            rgb(211,186,106,0.5) 20px, 
            rgb(211,186,106,0.5) 21px
        );
    position: absolute;
    content: "";
    inset: 0;
    opacity: 0.05;
    z-index: 1;
}.program_details .education {
    padding: 40px;
    z-index: 1;
    background: #ffffff;
    border-radius: 29px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.program_details .education:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.program_details .education::before {
    left: 0;
    top: 0;
    height: 5px;
    border-radius: 29px 29px 0 0;
    background: linear-gradient(90deg, 
                rgb(211,186,106), 
                rgb(183,152,40));
    width: 100%;
    content: "";
    position: absolute;
}.program_details .education::after {
    border-radius: 0 0 50% 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -5px;
    height: 10px;
    width: 90%;
    z-index: -1;
    left: 5%;
    content: "";
    background: #ffffff;
}.program_details .main_guide {
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-flex;
    align-items: center;
    background: rgb(239,224,183);
    margin-bottom: 25px;
    padding: 15px;
    position: relative;
}.program_details .main_guide:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px) rotate(5deg);
}.program_details .main_guide::after {
    opacity: 0.5;
    content: "";
    border-radius: 10px;
    position: absolute;
    inset: 0;
    border: 1px dashed rgb(211,186,106,0.5);
}.program_details .main_guide svg {
    height: auto;
    width: 80px;
    transition: transform 0.3s ease;
}.program_details .main_guide:hover svg {
    transform: scale(1.05);
}.program_details .main_guide svg path {
    fill: rgb(211,186,106);
    transition: fill 0.3s ease;
}.program_details .main_guide:hover svg path {
    fill: rgb(183,152,40);
}.program_details .education h3 {
    font-size: 29px;
    padding-bottom: 15px;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
}.program_details .education h3::after {
    position: absolute;
    background: rgb(211,186,106);
    bottom: 0;
    content: "";
    height: 3px;
    transition: width 0.4s ease;
    width: 50px;
    left: 0;
}.program_details .education:hover h3::after {
    width: 100px;
}.program_details .education p {
    margin-bottom: 0;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    font-size: 14px;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes shine {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.program_details {
    padding: 80px 0;
}.program_details .pic_wrap_item {
    height: 400px;
}.program_details .education {
    padding: 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.program_details {
    padding: 70px 0;
}.program_details .pic_wrap_item {
    height: 350px;
}.program_details .education {
    padding: 30px;
}.program_details .main_guide {
    padding: 12px;
}.program_details .main_guide svg {
    width: 70px;
}
}

@media (max-width: 767px) {.program_details {
    padding: 60px 0;
}.program_details .expert_guides {
    gap: 30px;
}.program_details .pic_wrap_item {
    height: 300px;
}.program_details .education {
    padding: 25px;
}.program_details .main_guide {
    margin-bottom: 20px;
    padding: 10px;
}.program_details .main_guide svg {
    width: 60px;
}.program_details .education h3 {
    font-size: calc(29px * 0.9);
    padding-bottom: 12px;
    margin-bottom: 15px;
}
}

@media (max-width: 576px) {.program_details {
    padding: 50px 0;
}.program_details .expert_guides {
    gap: 25px;
}.program_details .pic_wrap_item {
    height: 250px;
}.program_details .education {
    padding: 20px;
}.program_details .main_guide {
    margin-bottom: 15px;
    padding: 8px;
}.program_details .main_guide svg {
    width: 50px;
}.program_details .education h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 12px;
    padding-bottom: 10px;
}}header {
    z-index: 100;
    position: relative;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    overflow: visible;
    margin-top: 0;
    padding: 0;
    background: linear-gradient(135deg, rgb(211,186,106,0.5) 0%, rgb(239,224,183) 100%);
}header::before {
    z-index: 0;
    opacity: 0.4;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
}header::after {
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(211,186,106,0.5), 
        transparent
    );
    bottom: 0;
    left: 0;
    opacity: 0.6;
    position: absolute;
    height: 10px;
    content: '';
}header .main_edu {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.3rem 3rem;
}header .main_guide {
    flex: 0 0 auto;
    margin-right: 2rem;
    overflow: hidden;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.6s ease;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    position: relative;
    padding: 1rem;
}header .main_guide:hover {
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    transform: translateY(-5px);
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
}header .top_mainbar {
    transition: all 0.4s ease;
    display: block;
    position: relative;
}header .top_mainbar img {
    max-height: 38px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}header .nav_main {
    padding: 0;
    margin: 0;
    display: flex;
    position: relative;
    list-style: none;
    z-index: 2;
}header .nav_main::before {
    position: absolute;
    z-index: -1;
    content: '';
    opacity: 0.1;
    left: -5%;
    top: -5%;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    transition: all 0.6s ease;
    width: 110%;
    background: linear-gradient(135deg, rgb(211,186,106,0.5) 0%, transparent 100%);
    height: 110%;
}header .nav_main:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}header .main_pagebar {
    margin: 0 0.5rem;
    position: relative;
}header .main_pagebar a {
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
    text-decoration: none;
    overflow: hidden;
    font-weight: 600;
    color: #000000;
    justify-content: center;
    display: flex;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    padding: 0.8rem 1.3rem;
    font-size: 17px;
    align-items: center;
}header .main_pagebar a::before {
    z-index: -1;
    content: '';
    transform: scale(1.1);
    border-radius: inherit;
    opacity: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(211,186,106,0.5) 0%, rgb(183,152,40,0.5) 100%);
    position: absolute;
    transition: opacity 0.4s ease;
    left: 0;
    width: 100%;
    height: 100%;
}header .main_pagebar a:hover {
    transform: translateY(-3px) scale(1.05);
    color: #ffffff;
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .main_pagebar a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .main_pagebar::after {
    bottom: -8px;
    transform: translateX(-50%) scale(0);
    content: '';
    position: absolute;
    left: 50%;
    width: 6px;
    height: 6px;
    background: rgb(211,186,106);
    border-radius: 50%;
    transition: transform 0.4s ease;
    opacity: 0.7;
}header .main_pagebar:hover::after {
    transform: translateX(-50%) scale(1);
}header .main_edu::before {
    height: 200px;
    width: 200px;
    filter: blur(30px);
    background: radial-gradient(circle, rgb(211,186,106,0.5) 0%, transparent 70%);
    content: '';
    border-radius: 50%;
    opacity: 0.1;
    position: absolute;
    top: -100px;
    right: -100px;
}header .main_edu::after {
    left: -75px;
    content: '';
    position: absolute;
    filter: blur(30px);
    background: radial-gradient(circle, rgb(183,152,40,0.5) 0%, transparent 70%);
    border-radius: 50%;
    height: 150px;
    opacity: 0.1;
    bottom: -75px;
    width: 150px;
}.nav_site {
    background: rgb(239,224,183);
    position: relative;
    z-index: 1;
    padding-top: 2rem;
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .main_edu {
    margin: 0 auto;
    max-width: 1320px;
}header .main_pagebar {
    margin: 0 0.7rem;
}header .main_pagebar a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .main_edu {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .main_guide {
    margin-right: 0;
    margin-bottom: 0;
    padding: 0.7rem;
}header .nav_main {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .main_pagebar a {
    font-size: calc(17px - 1px);
    padding: 0.6rem 1rem;
}header .nav_main::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .main_edu {
    padding: 0.8rem 1.5rem;
}header .main_guide {
    max-width: 140px;
    padding: 0.6rem;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
}header .top_mainbar img {
    max-height: 35px;
}header .nav_main {
    scrollbar-width: thin;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    justify-content: flex-start;
}header .nav_main::-webkit-scrollbar {
    height: 3px;
}header .nav_main::-webkit-scrollbar-thumb {
    background: rgb(211,186,106,0.5);
    border-radius: 10px;
}header .main_pagebar {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .main_pagebar a {
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    white-space: nowrap;
    font-size: calc(17px - 2px);
    padding: 0.5rem 0.8rem;
}header .main_pagebar::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .main_edu {
    padding: 0.7rem 1.2rem;
}header .main_guide {
    padding: 0.5rem;
    max-width: 120px;
}header .main_pagebar a {
    font-size: calc(17px - 3px);
    padding: 0.4rem 0.6rem;
}}.thxZone {
    position: relative;
    overflow: hidden;
    padding: 6rem 1.5rem;
    background: linear-gradient(135deg, rgb(239,224,183) 0%, rgb(211,186,106,0.5) 100%);
}.thxZone::before {
    top: 0;
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
}.thxZone::after {
    opacity: 0.15;
    bottom: -5rem;
    content: "";
    animation: float 15s ease-in-out infinite;
    background: linear-gradient(225deg, rgb(211,186,106) 0%, transparent 70%);
    z-index: 0;
    transform: rotate(15deg);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    height: 20rem;
    width: 20rem;
    right: -5rem;
}.thxZone .container {
    flex-direction: column;
    max-width: 1200px;
    gap: 3rem;
    display: flex;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.thxZone h2 {
    margin: 0;
    font-size: 34px;
    position: relative;
    font-family: Arial, sans-serif;
    animation: slideIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    max-width: 90%;
    font-weight: 700;
    color: rgb(211,186,106);
    transform: translateY(-10px);
    opacity: 0;
    line-height: 1.3;
}.thxZone h2::after {
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(211,186,106) 0%, rgb(183,152,40) 100%);
    animation: lineExpand 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    height: 3px;
    bottom: -1rem;
    width: 6rem;
}.thxZone .expert_guides {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07), 
                0 1px 8px rgba(0, 0, 0, 0.04);
    opacity: 0;
    animation: popUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    transform: translateY(20px);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 1.5rem), 
        calc(100% - 1.5rem) 100%, 
        0 100%
    );
    position: relative;
    background: #ffffff;
    padding: 2.5rem;
}.thxZone .expert_guides::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgb(211,186,106,0.5) 300%);
    top: 0;
    position: absolute;
    opacity: 0.04;
}.thxZone ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.thxZone li {
    padding-left: 2.5rem;
    position: relative;
}.thxZone li::before {
    width: 1.5rem;
    content: "";
    height: 1.5rem;
    transform: rotate(45deg);
    border-radius: 10px;
    animation: pulse 4s ease-in-out infinite;
    opacity: 0.2;
    position: absolute;
    left: 0;
    background: rgb(211,186,106,0.5);
    top: 0.5rem;
}.thxZone li::after {
    content: "✓";
    font-weight: 700;
    position: absolute;
    color: rgb(211,186,106);
    font-size: 1rem;
    top: 0.4rem;
    left: 0.45rem;
}.thxZone span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}

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

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

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

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.1);
    }
}

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

@media (max-width: 992px) {.thxZone {
    padding: 5rem 1.25rem;
}.thxZone h2 {
    max-width: 100%;
    font-size: calc(34px - 0.25rem);
}.thxZone .expert_guides {
    padding: 2rem;
}
}

@media (max-width: 768px) {.thxZone {
    padding: 4rem 1.25rem;
}.thxZone h2 {
    font-size: calc(34px - 0.5rem);
}.thxZone .expert_guides {
    padding: 1.75rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 1rem), 
            calc(100% - 1rem) 100%, 
            0 100%
        );
}.thxZone li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.thxZone {
    padding: 3rem 1rem;
}.thxZone h2 {
    font-size: calc(34px - 0.75rem);
}.thxZone .expert_guides {
    padding: 1.5rem;
}.thxZone h2::after {
    width: 4rem;
}.thxZone li::before {
    top: 0.3rem;
    height: 1.25rem;
    width: 1.25rem;
}.thxZone li::after {
    left: 0.35rem;
    font-size: 0.9rem;
    top: 0.25rem;
}.thxZone span {
    font-size: calc(14px - 0.1rem);
}}.start_now {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(211,186,106,0.5), rgb(211,186,106));
    transform-style: preserve-3d;
    overflow: hidden;
    perspective: 1000px;
}.start_now::before,
.start_now::after {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    pointer-events: none;
    left: 0;
}.start_now::before {
    transform: translateZ(-10px) rotateX(5deg);
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 40%, transparent 60%);
}.start_now::after {
    filter: blur(1px);
    opacity: 0.7;
    background: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 12px
  );
}.start_now .container {
    backdrop-filter: blur(8px);
    margin: 0 auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    padding: 3rem;
    padding: 0 2rem;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 3px solid rgb(183,152,40);
    z-index: 2;
    animation: container-rise 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    transform: translateZ(20px);
}.start_now h2 {
    color: #ffffff;
    line-height: 1.4;
    transform: translateY(10px);
    margin-bottom: 3rem;
    letter-spacing: -0.01em;
    font-size: 30px;
    position: relative;
    opacity: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    text-align: center;
    animation: text-fade 0.8s ease-out 0.3s forwards;
}.start_now h2::before {
    background: rgb(183,152,40);
    content: '';
    bottom: -12px;
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    border-radius: 1px;
    left: 50%;
    width: 80px;
}.start_now .expert_guides {
    justify-content: center;
    gap: 2rem;
    animation: holder-fade 0.8s ease-out 0.6s forwards;
    align-items: center;
    transform-style: preserve-3d;
    transform: translateZ(30px);
    opacity: 0;
    display: flex;
}.start_now svg {
    width: 48px;
    transform: scale(0);
    animation: svg-pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s forwards;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    height: 48px;
}.start_now svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.start_now .reach_reach {
    display: inline-block;
    background: #ffffff;
    overflow: hidden;
    transform: translateY(0);
    position: relative;
    padding: 1rem 2.5rem;
    border-radius: 2px;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1),
              0 6px 6px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.1);
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}.start_now .reach_reach::before {
    top: 0;
    height: 100%;
    left: -100%;
    content: '';
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
    width: 100%;
    transition: all 0.6s ease;
    position: absolute;
}.start_now .reach_reach:hover {
    background: rgb(183,152,40);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2),
              0 10px 10px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transform: translateY(-5px);
}.start_now .reach_reach:hover::before {
    left: 100%;
}.start_now .reach_reach:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

@keyframes container-rise {
  0% {
    transform: translateZ(0) translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateZ(20px) translateY(0);
    opacity: 1;
  }
}

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

@keyframes holder-fade {
  0% {
    opacity: 0;
    transform: translateZ(10px);
  }
  100% {
    opacity: 1;
    transform: translateZ(30px);
  }
}

@keyframes svg-pop {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 992px) {.start_now {
    padding: 5rem 0;
}.start_now .container {
    padding: 2.5rem 2rem;
}.start_now h2 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 768px) {.start_now {
    padding: 4rem 0;
}.start_now .container {
    padding: 2rem 1.5rem;
}.start_now .expert_guides {
    flex-direction: column;
    gap: 1.5rem;
}.start_now h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 2rem;
}.start_now svg {
    width: 40px;
    height: 40px;
}.start_now .reach_reach {
    width: 100%;
    text-align: center;
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.start_now {
    padding: 3rem 0;
}.start_now .container {
    padding: 1.5rem 1rem;
}.start_now h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.5rem;
}.start_now svg {
    height: 36px;
    width: 36px;
}.start_now .reach_reach {
    padding: 0.8rem 1.5rem;
    font-size: calc(16px * 0.9);
}
}

@media (prefers-reduced-motion: reduce) {.start_now .container,
  .start_now h2,
  .start_now .expert_guides,
  .start_now svg {
    transform: none;
    animation: none;
    opacity: 1;
}.start_now .reach_reach::before {
    display: none;
}}.privacy_cabinet {
    font-family: Arial, sans-serif;
    color: #000000;
    background: linear-gradient(145deg, rgba(rgb(211,186,106,0.5), 0.03), rgba(rgb(183,152,40,0.5), 0.07));
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.privacy_cabinet::before {
    perspective: 1000px;
    content: "";
    position: absolute;
    background-size: 20px 20px;
    z-index: 1;
    animation: backgroundShift 60s linear infinite;
    bottom: 0;
    top: 0;
    pointer-events: none;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    left: 0;
    transform-style: preserve-3d;
    right: 0;
    background-image: 
        linear-gradient(45deg, rgba(rgb(211,186,106,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(211,186,106,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(211,186,106,0.5), 0.02) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(211,186,106,0.5), 0.02) 75%);
}.privacy_cabinet::after {
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.9) 0%, 
                rgba(#ffffff, 0.7) 50%, 
                rgba(#ffffff, 0.9) 100%);
}.privacy_cabinet .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    z-index: 2;
    transform-style: preserve-3d;
    perspective: 1000px;
}.privacy_cabinet h1 {
    transform: translateZ(5px);
    font-size: 48px;
    border-bottom: 2px solid rgba(rgb(211,186,106,0.5), 0.2);
    color: rgb(211,186,106);
    font-weight: 700;
    padding-bottom: 1rem;
    animation: fadeSlideIn 0.8s ease-out forwards;
    margin-bottom: 2rem;
    position: relative;
}.privacy_cabinet h1::after {
    left: 0;
    bottom: -2px;
    background: linear-gradient(90deg, rgb(211,186,106), rgb(183,152,40));
    transform-origin: left;
    height: 3px;
    content: "";
    position: absolute;
    width: 60px;
    transform: scaleX(1);
}.privacy_cabinet h2 {
    transform: translateZ(3px);
    color: rgb(183,152,40);
    padding-left: 1rem;
    animation-delay: 0.2s;
    font-weight: 600;
    position: relative;
    margin: 2.5rem 0 1.5rem;
    animation: fadeSlideIn 0.8s ease-out forwards;
    opacity: 0;
    font-size: 29px;
}.privacy_cabinet h2::before {
    top: 0;
    width: 3px;
    bottom: 0;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(211,186,106), rgb(183,152,40));
    left: 0;
    content: "";
}.privacy_cabinet h3 {
    font-size: calc(29px * 0.85);
    animation-delay: 0.3s;
    animation: fadeSlideIn 0.8s ease-out forwards;
    transform: translateZ(2px);
    position: relative;
    color: rgb(183,152,40);
    opacity: 0;
    margin: 2rem 0 1.2rem;
    font-weight: 600;
    padding-left: 0.8rem;
}.privacy_cabinet h3::before {
    width: 2px;
    border-radius: 10px;
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(183,152,40), rgb(211,186,106));
    top: 0;
    content: "";
}.privacy_cabinet h4 {
    opacity: 0;
    font-weight: 400;
    transform: translateZ(1px);
    font-size: calc(29px * 0.7);
    padding-left: 0.6rem;
    margin: 1.8rem 0 1rem;
    position: relative;
    animation-delay: 0.4s;
    color: rgb(211,186,106);
    animation: fadeSlideIn 0.8s ease-out forwards;
}.privacy_cabinet h4::before {
    bottom: 0;
    width: 1px;
    position: absolute;
    background: rgb(211,186,106);
    left: 0;
    top: 0;
    content: "";
    border-radius: 10px;
}.privacy_cabinet p {
    animation: fadeSlideIn 0.8s ease-out forwards;
    transform: translateZ(0);
    position: relative;
    line-height: 1.7;
    animation-delay: 0.5s;
    opacity: 0;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 17px;
}.privacy_cabinet p:hover {
    transition: transform 0.5s ease;
    transform: translateZ(5px);
}.privacy_cabinet strong {
    font-weight: 600;
    color: rgb(211,186,106);
}.privacy_cabinet ul {
    animation: fadeSlideIn 0.8s ease-out forwards;
    opacity: 0;
    list-style: none;
    position: relative;
    animation-delay: 0.6s;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
}.privacy_cabinet li {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 17px;
    position: relative;
    color: #000000;
    padding-left: 1.5rem;
}.privacy_cabinet li::before {
    width: 8px;
    left: 0;
    animation: pulse 3s infinite alternate;
    background: linear-gradient(135deg, rgb(211,186,106), rgb(183,152,40));
    content: "";
    height: 8px;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(45deg);
    top: 0.5rem;
}.privacy_cabinet span {
    animation: fadeSlideIn 0.8s ease-out forwards;
    transform: translateZ(0);
    display: block;
    background: linear-gradient(to right, rgba(rgb(183,152,40,0.5), 0.05), rgba(rgb(211,186,106,0.5), 0.05));
    line-height: 1.7;
    padding: 1rem;
    opacity: 0;
    transition: all 0.3s ease;
    animation-delay: 0.7s;
    font-size: 17px;
    margin-bottom: 1.5rem;
    border-left: 2px solid rgb(183,152,40);
    color: #000000;
}.privacy_cabinet span:hover {
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: linear-gradient(to right, rgba(rgb(183,152,40,0.5), 0.08), rgba(rgb(211,186,106,0.5), 0.08));
    transform: translateZ(5px);
}

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

@keyframes pulse {
    0% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.1);
    }
    100% {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    }
    100% {
        background-position: 1000px 1000px, 1000px 1010px, 1010px 990px, 990px 1000px;
    }
}

@media (max-width: 991px) {.privacy_cabinet {
    padding: 4rem 0;
}.privacy_cabinet .container {
    padding: 0 15px;
}.privacy_cabinet h1 {
    font-size: calc(48px * 0.9);
}.privacy_cabinet h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 767px) {.privacy_cabinet {
    padding: 3rem 0;
}.privacy_cabinet h1 {
    font-size: calc(48px * 0.8);
}.privacy_cabinet h2 {
    padding-left: 0.8rem;
    font-size: calc(29px * 0.8);
}.privacy_cabinet h3 {
    padding-left: 0.6rem;
    font-size: calc(29px * 0.7);
}.privacy_cabinet h4 {
    font-size: calc(29px * 0.6);
    padding-left: 0.5rem;
}.privacy_cabinet p, .privacy_cabinet li, .privacy_cabinet span {
    font-size: calc(17px * 0.95);
}.privacy_cabinet ul {
    padding-left: 0.8rem;
}.privacy_cabinet li {
    padding-left: 1.2rem;
}
}

@media (max-width: 575px) {.privacy_cabinet {
    padding: 2rem 0;
}.privacy_cabinet h1 {
    font-size: calc(48px * 0.7);
    margin-bottom: 1.5rem;
}.privacy_cabinet h2 {
    margin: 2rem 0 1rem;
}.privacy_cabinet p, .privacy_cabinet li, .privacy_cabinet span {
    line-height: 1.6;
    margin-bottom: 1.2rem;
}.privacy_cabinet span {
    padding: 0.8rem;
}.privacy_cabinet li::before {
    width: 6px;
    height: 6px;
}}.connect_with_us {
    position: relative;
    padding: 80px 0;
    isolation: isolate;
}.connect_with_us::before {
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}.connect_with_us .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}.connect_with_us .reach_info {
    display: grid;
    border-radius: 29px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    grid-template-columns: 1fr 1.5fr;
}.connect_with_us .request_support {
    position: relative;
    background: rgb(211,186,106);
    padding: 50px 40px;
}.connect_with_us .request_support::after {
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
    position: absolute;
    width: 25px;
}.connect_with_us .request_support h3 {
    font-weight: 700;
    border-bottom: 2px solid rgb(183,152,40);
    font-size: 35px;
    margin-bottom: 35px;
    padding-bottom: 15px;
    color: #ffffff;
}.connect_with_us .request_support div {
    margin-bottom: 25px;
    align-items: center;
    padding: 10px 0;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.connect_with_us .request_support div:last-of-type {
    border-bottom: none;
}.connect_with_us .request_support div svg {
    height: 22px;
    width: 22px;
    margin-right: 15px;
}.connect_with_us .request_support div svg path {
    fill: rgb(183,152,40);
}.connect_with_us .request_support div span {
    color: #ffffff;
    font-size: 13px;
}.connect_with_us .request_support div span a {
    color: #ffffff;
    transition: color 0.3s;
    text-decoration: none;
}.connect_with_us .request_support div span a:hover {
    color: rgb(183,152,40);
}.connect_with_us .query_form {
    padding: 50px 40px;
    background-color: rgb(239,224,183);
}.connect_with_us .query_form h3 {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
    color: rgb(211,186,106);
}.connect_with_us form {
    flex-direction: column;
    display: flex;
}.connect_with_us form input[type="text"],
.connect_with_us form input[type="email"] {
    transition: border-color 0.3s, box-shadow 0.3s;
    font-size: 13px;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #000000;
    background: #ffffff;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}.connect_with_us form input[type="text"]:focus,
.connect_with_us form input[type="email"]:focus {
    outline: none;
    border-color: rgb(211,186,106);
    box-shadow: 0 0 0 2px rgba(rgb(211,186,106), 0.1);
}.connect_with_us form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.connect_with_us .connect_widget {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.connect_with_us .connect_widget input[type="checkbox"] {
    border-radius: 3px;
    margin-top: 4px;
    height: 18px;
    appearance: none;
    margin-right: 10px;
    position: relative;
    width: 18px;
    cursor: pointer;
    border: 2px solid rgb(211,186,106);
}.connect_with_us .connect_widget input[type="checkbox"]:checked {
    background-color: rgb(211,186,106);
}.connect_with_us .connect_widget input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    border: solid #ffffff;
    top: 1px;
    left: 5px;
    border-width: 0 2px 2px 0;
    height: 10px;
    width: 5px;
}.connect_with_us .connect_widget label {
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
}.connect_with_us .connect_widget label a {
    text-decoration: none;
    color: rgb(211,186,106);
    font-weight: 600;
}.connect_with_us .connect_widget label a:hover {
    text-decoration: underline;
}.connect_with_us form .reach_reach {
    border-radius: 10px;
    font-weight: 600;
    border: none;
    align-self: flex-start;
    cursor: pointer;
    background-color: rgb(211,186,106);
    color: #ffffff;
    padding: 15px 25px;
    font-size: 17px;
    transition: background-color 0.3s, transform 0.3s;
}.connect_with_us form .reach_reach:hover {
    transform: translateY(-3px);
    background-color: rgb(183,152,40);
}@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.connect_with_us .request_support h3 {
    animation: reveal 0.6s ease forwards;
}.connect_with_us .request_support div {
    animation: reveal 0.6s ease forwards;
    opacity: 0;
}.connect_with_us .request_support div:nth-child(2) {
    animation-delay: 0.2s;
}.connect_with_us .request_support div:nth-child(3) {
    animation-delay: 0.4s;
}.connect_with_us .request_support div:nth-child(4) {
    animation-delay: 0.6s;
}.connect_with_us .request_support div:nth-child(5) {
    animation-delay: 0.8s;
}

@media screen and (max-width: 992px) {.connect_with_us .reach_info {
    grid-template-columns: 1fr;
}.connect_with_us .request_support {
    padding: 40px 30px;
}.connect_with_us .query_form {
    padding: 40px 30px;
}.connect_with_us .request_support::after {
    display: none;
}
}

@media screen and (max-width: 576px) {.connect_with_us {
    padding: 50px 0;
}.connect_with_us .request_support,
    .connect_with_us .query_form {
    padding: 30px 20px;
}.connect_with_us .request_support h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
}.connect_with_us form input[type="text"],
    .connect_with_us form input[type="email"] {
    padding: 12px;
}.connect_with_us form .reach_reach {
    padding: 12px;
    width: 100%;
}}.cookie_warning_banner {
    border-top: 2px solid rgb(211,186,106);
    background: rgb(239,224,183);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 90;
}.learn_agree {
    align-items: center;
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}.cookie_warning_banner h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_warning_banner p {
    font-size: 18px;
}.cookie_box {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_box svg, .cookie_box svg path, .cookie_box img {
    fill: rgb(211,186,106);
    height: 100px;
    width: 100px;
}.cookie_alerts {
    text-align: center;
    margin-left: 10px;
    border-bottom: 2px solid rgb(211,186,106);
    min-width: 120px;
    font-size: 24px;
    color: rgb(211,186,106);
    cursor: pointer;
    white-space: nowrap;
    line-height: 35px;
    flex-shrink: 0;
    text-decoration: none;
}.cookie_warning_banner p a {
    text-decoration: none;
    color: rgb(211,186,106);
}
@media only screen and (max-width: 1200px) {.cookie_warning_banner {
    padding: 20px;
}}
#cookiePromptNotice {
    display: none;
}#cookiePromptNotice:checked ~ .cookie_warning_banner {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.cookie_box {
    display: none;
}.learn_agree {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_warning_banner h5 {
    text-align: center;
}.cookie_warning_banner p {
    text-align: center;
}.track_manage {
    margin-bottom: 20px;
}body .panel-container .cookie_alerts {
    margin-left: 0;
}}.statistical_summary {
    background: linear-gradient(145deg, rgb(239,224,183), #f0f2f5);
    padding: 5rem 2rem;
    position: relative;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    overflow: hidden;
}.statistical_summary::before {
    right: -100px;
    top: -100px;
    opacity: 0.2;
    z-index: 0;
    background: linear-gradient(135deg, rgb(211,186,106,0.5), rgb(183,152,40,0.5));
    border-radius: 50%;
    width: 300px;
    transform: translateZ(0);
    height: 300px;
    filter: blur(40px);
    content: "";
    position: absolute;
}.statistical_summary::after {
    position: absolute;
    content: "";
    height: 200px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    left: -50px;
    transform: translateZ(0);
    width: 200px;
    background: linear-gradient(225deg, rgb(183,152,40,0.5), rgb(211,186,106,0.5));
    z-index: 0;
    bottom: -50px;
    opacity: 0.15;
    filter: blur(30px);
}.statistical_summary h3 {
    z-index: 1;
    letter-spacing: 1px;
    color: #000000;
    font-family: Arial, sans-serif;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    font-size: calc(28px * 0.9);
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    font-weight: 700;
}.statistical_summary h3::after {
    position: absolute;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(211,186,106), rgb(183,152,40));
    bottom: -15px;
    width: 80px;
    border-radius: 10px;
    left: 50%;
    height: 4px;
}.statistical_summary .container {
    max-width: 1280px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.statistical_summary ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 2rem;
}.statistical_summary .edge_statistics {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
    opacity: 0;
    cursor: pointer;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(30px);
    padding: 2rem 1.5rem;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.06), 
                -8px -8px 16px rgba(255, 255, 255, 0.8);
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff, #f0f2f5);
    border-radius: 15px;
    animation: statAppear 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    position: relative;
}.statistical_summary .edge_statistics:nth-child(1) {
    animation-delay: 0.1s;
}.statistical_summary .edge_statistics:nth-child(2) {
    animation-delay: 0.2s;
}.statistical_summary .edge_statistics:nth-child(3) {
    animation-delay: 0.3s;
}.statistical_summary .edge_statistics:nth-child(4) {
    animation-delay: 0.4s;
}.statistical_summary .edge_statistics:nth-child(5) {
    animation-delay: 0.5s;
}.statistical_summary .edge_statistics:nth-child(6) {
    animation-delay: 0.6s;
}.statistical_summary .edge_statistics:nth-child(7) {
    animation-delay: 0.7s;
}.statistical_summary .edge_statistics::before {
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, 
                rgba(rgb(211,186,106,0.5), 0.05),
                rgba(rgb(183,152,40,0.5), 0.05));
    transition: opacity 0.4s ease;
    opacity: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}.statistical_summary .edge_statistics::after {
    border-radius: 50%;
    top: -10px;
    filter: blur(15px);
    right: -10px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: linear-gradient(135deg, rgb(211,186,106,0.5), rgb(183,152,40,0.5));
    position: absolute;
    z-index: 0;
    height: 60px;
    transform: scale(0);
    width: 60px;
    content: "";
    opacity: 0.2;
}.statistical_summary .edge_statistics:hover {
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
                -12px -12px 24px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px) scale(1.02);
}.statistical_summary .edge_statistics:hover::before {
    opacity: 1;
}.statistical_summary .edge_statistics:hover::after {
    transform: scale(1);
}.statistical_summary .edge_statistics span {
    position: relative;
    text-align: center;
    transition: transform 0.3s ease, color 0.3s ease;
    display: block;
    font-family: Arial, sans-serif;
    z-index: 2;
    max-width: 90%;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 12px;
    color: #000000;
}.statistical_summary .edge_statistics:hover span {
    color: rgb(211,186,106);
    transform: translateY(-5px);
}.statistical_summary .edge_statistics p {
    color: rgb(183,152,40);
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: calc(48px * 0.9);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                color 0.4s ease;
    z-index: 2;
    margin: 0;
}.statistical_summary .edge_statistics:hover p {
    transform: scale(1.1);
    color: rgb(211,186,106);
}.statistical_summary .edge_statistics p::after {
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, rgb(211,186,106), rgb(183,152,40));
    border-radius: 10px;
    bottom: -10px;
    content: "";
    left: 50%;
    transition: width 0.3s ease;
    position: absolute;
    transform: translateX(-50%);
}.statistical_summary .edge_statistics:hover p::after {
    width: 60%;
}

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

@media (max-width: 991px) {.statistical_summary {
    padding: 4rem 1.5rem;
}.statistical_summary h3 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.8);
}.statistical_summary ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.statistical_summary .edge_statistics {
    padding: 1.8rem 1.2rem;
}.statistical_summary .edge_statistics p {
    font-size: calc(48px * 0.8);
}
}

@media (max-width: 767px) {.statistical_summary {
    padding: 3rem 1rem;
}.statistical_summary h3 {
    font-size: calc(28px * 0.7);
    margin-bottom: 2rem;
}.statistical_summary ul {
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.statistical_summary .edge_statistics {
    padding: 1.5rem 1rem;
}.statistical_summary .edge_statistics span {
    margin-bottom: 0.8rem;
    font-size: calc(12px * 0.9);
}.statistical_summary .edge_statistics p {
    font-size: calc(48px * 0.7);
}
}

@media (max-width: 480px) {.statistical_summary {
    padding: 2.5rem 0.8rem;
}.statistical_summary h3 {
    margin-bottom: 1.8rem;
    font-size: calc(28px * 0.6);
}.statistical_summary ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.statistical_summary .edge_statistics {
    padding: 1.2rem 0.8rem;
}.statistical_summary .edge_statistics span {
    margin-bottom: 0.6rem;
    font-size: calc(12px * 0.85);
}.statistical_summary .edge_statistics p {
    font-size: calc(48px * 0.6);
}.statistical_summary .edge_statistics:hover {
    transform: translateY(-3px) scale(1.01);
}}.title_page {
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 100vh;
    background: rgb(183,152,40);
}.title_page::before {
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    background: 
        linear-gradient(0deg, #000000 0%, transparent 100%),
        radial-gradient(circle at 20% 80%, rgb(211,186,106,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    z-index: 1;
}.title_page .expert_guides {
    height: 100vh;
    z-index: 2;
    position: relative;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    grid-template-rows: 1fr;
    display: grid;
}.title_page .edu_page {
    height: 100%;
    width: 100%;
    grid-column: 1 / 3;
    grid-row: 1;
    position: relative;
}.title_page .edu_page input {
    display: none;
}.title_page .learn_intro {
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}.title_page .fast_studypro {
    z-index: 1;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease, transform 1.2s ease;
    transform: scale(1.2);
    position: absolute;
}.title_page .fast_studypro img {
    width: 100%;
    filter: grayscale(0.3) contrast(1.1);
    height: 100%;
    object-fit: cover;
}.title_page .edu_page input:nth-child(1):checked ~ .learn_intro .fast_studypro:nth-child(1),
.title_page .edu_page input:nth-child(2):checked ~ .learn_intro .fast_studypro:nth-child(2),
.title_page .edu_page input:nth-child(3):checked ~ .learn_intro .fast_studypro:nth-child(3),
.title_page .edu_page input:nth-child(4):checked ~ .learn_intro .fast_studypro:nth-child(4),
.title_page .edu_page input:nth-child(5):checked ~ .learn_intro .fast_studypro:nth-child(5),
.title_page .edu_page input:nth-child(6):checked ~ .learn_intro .fast_studypro:nth-child(6),
.title_page .edu_page input:nth-child(7):checked ~ .learn_intro .fast_studypro:nth-child(7),
.title_page .edu_page input:nth-child(8):checked ~ .learn_intro .fast_studypro:nth-child(8),
.title_page .edu_page input:nth-child(9):checked ~ .learn_intro .fast_studypro:nth-child(9),
.title_page .edu_page input:nth-child(10):checked ~ .learn_intro .fast_studypro:nth-child(10) {
    z-index: 2;
    opacity: 1;
    transform: scale(1);
}.title_page .learn_front {
    transform: translateY(-50%);
    flex-direction: column;
    position: absolute;
    gap: 10px;
    display: flex;
    z-index: 10;
    top: 50%;
    right: 40px;
}.title_page .learn_front label {
    opacity: 0.5;
    height: 5px;
    width: 35px;
    cursor: pointer;
    background: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    display: block;
}.title_page .learn_front label::before {
    transition: width 0.5s ease;
    top: 0;
    background: rgb(211,186,106);
    width: 0;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
}.title_page .edu_page input:nth-child(1):checked ~ .learn_front label:nth-child(1)::before,
.title_page .edu_page input:nth-child(2):checked ~ .learn_front label:nth-child(2)::before,
.title_page .edu_page input:nth-child(3):checked ~ .learn_front label:nth-child(3)::before,
.title_page .edu_page input:nth-child(4):checked ~ .learn_front label:nth-child(4)::before,
.title_page .edu_page input:nth-child(5):checked ~ .learn_front label:nth-child(5)::before,
.title_page .edu_page input:nth-child(6):checked ~ .learn_front label:nth-child(6)::before,
.title_page .edu_page input:nth-child(7):checked ~ .learn_front label:nth-child(7)::before,
.title_page .edu_page input:nth-child(8):checked ~ .learn_front label:nth-child(8)::before,
.title_page .edu_page input:nth-child(9):checked ~ .learn_front label:nth-child(9)::before,
.title_page .edu_page input:nth-child(10):checked ~ .learn_front label:nth-child(10)::before {
    width: 100%;
}.title_page .edu_page input:nth-child(1):checked ~ .learn_front label:nth-child(1),
.title_page .edu_page input:nth-child(2):checked ~ .learn_front label:nth-child(2),
.title_page .edu_page input:nth-child(3):checked ~ .learn_front label:nth-child(3),
.title_page .edu_page input:nth-child(4):checked ~ .learn_front label:nth-child(4),
.title_page .edu_page input:nth-child(5):checked ~ .learn_front label:nth-child(5),
.title_page .edu_page input:nth-child(6):checked ~ .learn_front label:nth-child(6),
.title_page .edu_page input:nth-child(7):checked ~ .learn_front label:nth-child(7),
.title_page .edu_page input:nth-child(8):checked ~ .learn_front label:nth-child(8),
.title_page .edu_page input:nth-child(9):checked ~ .learn_front label:nth-child(9),
.title_page .edu_page input:nth-child(10):checked ~ .learn_front label:nth-child(10) {
    opacity: 1;
    width: 50px;
}.title_page .text_box_content {
    position: absolute;
    border-left: 4px solid rgb(211,186,106);
    padding: 40px;
    width: 45%;
    bottom: 15%;
    z-index: 5;
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.7);
    left: 10%;
}.title_page .text_box_content .container {
    padding: 0;
    width: 100%;
}.title_page .text_box_content h1 {
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 43px;
    font-weight: 700;
    text-transform: uppercase;
}.title_page .text_box_content h3 {
    font-size: 22px;
    color: rgb(211,186,106);
    font-weight: 600;
    margin-bottom: 20px;
}.title_page .text_box_content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
    opacity: 0.9;
    color: #ffffff;
}.title_page .fast_studypro::after {
    content: "";
    background: linear-gradient(
        135deg,
        transparent 60%,
        rgb(183,152,40,0.5) 100%
    );
    z-index: 1;
    position: absolute;
    inset: 0;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.title_page .text_box_content h1 {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.6s ease-out 0.3s forwards;
}.title_page .text_box_content h3 {
    opacity: 0;
    animation: fadeInUp 0.6s ease-out 0.6s forwards;
    transform: translateY(20px);
}.title_page .text_box_content p {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out 0.9s forwards;
}.title_page .text_box_content::before {
    border-top: 2px solid rgb(211,186,106);
    width: 20px;
    border-right: 2px solid rgb(211,186,106);
    height: 20px;
    right: 0;
    position: absolute;
    content: "";
    top: 0;
}.title_page .text_box_content::after {
    position: absolute;
    left: 0;
    height: 20px;
    border-bottom: 2px solid rgb(211,186,106);
    bottom: 0;
    border-left: 2px solid rgb(211,186,106);
    content: "";
    width: 20px;
}

@media (max-width: 1200px) {.title_page .text_box_content {
    width: 50%;
}
}

@media (max-width: 992px) {.title_page .text_box_content {
    width: 60%;
    left: 5%;
    padding: 30px;
}.title_page .text_box_content h1 {
    font-size: calc(43px * 0.9);
}.title_page .learn_front {
    right: 30px;
}.title_page .learn_front label {
    width: 30px;
}.title_page .edu_page input:checked ~ .learn_front label {
    width: 45px;
}
}

@media (max-width: 768px) {.title_page .expert_guides {
    display: block;
}.title_page .text_box_content {
    width: 80%;
    transform: translateX(-50%);
    padding: 25px;
    left: 50%;
    bottom: 10%;
}.title_page .text_box_content h1 {
    font-size: calc(43px * 0.8);
}.title_page .text_box_content h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
}.title_page .learn_front {
    transform: translateX(-50%);
    bottom: 25%;
    right: auto;
    left: 50%;
    top: auto;
    flex-direction: row;
}
}

@media (max-width: 576px) {.title_page .text_box_content {
    padding: 20px;
    bottom: 15%;
    width: 90%;
}.title_page .text_box_content h1 {
    font-size: calc(43px * 0.7);
    margin-bottom: 10px;
}.title_page .text_box_content h3 {
    font-size: calc(22px * 0.8);
    margin-bottom: 10px;
}.title_page .text_box_content p {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}.title_page .learn_front {
    gap: 8px;
    bottom: 30%;
}.title_page .learn_front label {
    width: 25px;
    height: 4px;
}.title_page .edu_page input:checked ~ .learn_front label {
    width: 35px;
}.title_page .text_box_content::before,
    .title_page .text_box_content::after {
    width: 15px;
    height: 15px;
}}

.title_page .edu_page input:checked ~ .learn_intro .fast_studypro img {
    animation: slowZoom 20s linear infinite alternate;
}

@keyframes slowZoom {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}