* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1205px;
    margin: auto;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}.debate_club {
    flex: 0 0 auto;
}.panel-container {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}.head_site {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}::-webkit-scrollbar {
    width: 19px;
    padding: 2px;
}::-webkit-scrollbar-track {
    border-radius: 14.6em;
    background: radial-gradient(circle at top left, #ffffff 74%, rgb(255, 255, 255, 0.5) 14%, rgb(183,161,118) 99%, rgb(183,161,118,0.5) 27%, rgb(203,207,165) 50%, rgb(203,207,165,0.5) 45%, rgb(230,231,218) 84%);
}::-webkit-scrollbar-track:active {
    background: rgb(230,231,218);
}::-webkit-scrollbar-thumb {
    background: rgb(230,231,218);
    border-radius: 3.7vh;
    box-shadow: 3px -1px 8px 3px rgba(0, 0, 0, 0.3);
}* {
    scrollbar-width: auto;
    scrollbar-color: rgb(183,161,118) rgb(203,207,165,0.5);
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.academic_expertise {
    padding: 5rem 2rem;
    background: rgb(230,231,218);
    overflow: hidden;
    position: relative;
    isolation: isolate;
}.academic_expertise::before {
    transform: rotate(15deg);
    height: 140%;
    filter: blur(3px);
    position: absolute;
    background: rgb(203,207,165,0.5);
    width: 60%;
    top: -20%;
    content: "";
    z-index: -1;
    right: -5%;
}.academic_expertise::after {
    left: -5%;
    z-index: -1;
    height: 30%;
    bottom: -5%;
    animation: morph 15s linear infinite alternate;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
    background: rgb(183,161,118,0.5);
    width: 30%;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.academic_expertise .student_votes {
    display: grid;
    max-width: 1100px;
    gap: 0;
    position: relative;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
}.academic_expertise .photo_item {
    width: 100%;
    grid-column: 1 / 2;
    transform: translateX(-5%);
    border-radius: 0;
    position: relative;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 2;
    height: 450px;
    grid-row: 1 / 2;
}.academic_expertise .photo_item::after {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
}.academic_expertise .student_votes:hover .photo_item {
    transform: translateX(0) scale(1.02);
    filter: contrast(1.1);
}.academic_expertise .work_block {
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    grid-column: 2 / 3;
    z-index: 1;
    display: flex;
    background: #ffffff;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 3rem 3rem 3rem 5rem;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    transform: translateX(-15%);
    grid-row: 1 / 2;
    justify-content: center;
    flex-direction: column;
}.academic_expertise .student_votes:hover .work_block {
    transform: translateX(-10%) translateY(-5px);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
}.academic_expertise .name {
    position: relative;
    font-size: 30px;
    margin-bottom: 0.7rem;
    font-weight: 700;
    display: inline-block;
    color: rgb(203,207,165);
}.academic_expertise .name::before {
    transition: transform 0.4s ease 0.2s;
    top: -10px;
    width: 30px;
    left: -20px;
    transform: rotate(45deg) scale(0);
    background: rgb(183,161,118,0.5);
    height: 30px;
    border-radius: 10px;
    position: absolute;
    content: "";
    z-index: -1;
}.academic_expertise .student_votes:hover .name::before {
    transform: rotate(45deg) scale(1);
}.academic_expertise .work_block > div:nth-child(2) {
    transform: translateX(-20px);
    font-size: 20px;
    transition: all 0.5s ease 0.3s;
    opacity: 0;
    font-weight: 600;
    opacity: 0.9;
    color: rgb(183,161,118);
    margin-bottom: 2rem;
}.academic_expertise .student_votes:hover .work_block > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.academic_expertise .career_table {
    color: #000000;
    opacity: 0;
    transform: translateY(20px);
    font-size: 12px;
    line-height: 1.7;
    font-weight: 400;
    padding-top: 20px;
    font-style: italic;
    position: relative;
    transition: all 0.5s ease 0.5s;
}.academic_expertise .student_votes:hover .career_table {
    transform: translateY(0);
    opacity: 1;
}.academic_expertise .career_table::before {
    background: linear-gradient(to right, rgb(203,207,165), transparent);
    content: "";
    left: 0;
    height: 3px;
    width: 60px;
    position: absolute;
    top: 0;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.academic_expertise .work_block::after {
    right: 20px;
    bottom: 20px;
    animation: float 4s ease-in-out infinite;
    width: 40px;
    z-index: -1;
    content: "";
    border-radius: 50%;
    background: rgb(203,207,165,0.5);
    position: absolute;
    height: 40px;
}

@media (max-width: 992px) {.academic_expertise .student_votes {
    grid-template-rows: auto auto;
    gap: 2rem;
    grid-template-columns: 1fr;
}.academic_expertise .photo_item {
    transform: none;
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.academic_expertise .photo_item::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.academic_expertise .work_block {
    grid-column: 1 / 2;
    padding: 2rem;
    transform: none;
    grid-row: 2 / 3;
    clip-path: none;
}.academic_expertise .student_votes:hover .work_block {
    transform: translateY(-5px);
}}.ty_block {
    position: relative;
    background: linear-gradient(135deg, rgb(203,207,165,0.5) 0%, rgb(230,231,218) 100%);
    overflow: hidden;
    padding: 120px 0;
}.ty_block::before {
    opacity: 0.1;
    animation: patternShift 30s infinite linear;
    background-image: 
        linear-gradient(30deg, rgb(203,207,165,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(203,207,165,0.5) 1px, transparent 1px);
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-size: 60px 60px;
    left: 0;
    height: 100%;
    content: "";
}.ty_block::after {
    position: absolute;
    left: -50%;
    height: 200%;
    top: -50%;
    animation: lightPulse 10s infinite ease-in-out;
    content: "";
    z-index: 0;
    transform: translateZ(0);
    opacity: 0.15;
    background: radial-gradient(ellipse at center, #ffffff 0%, transparent 70%);
    width: 200%;
}.ty_block .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.ty_block .mastery_zone {
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
    backdrop-filter: blur(10px);
    border-radius: 10px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    position: relative;
    padding: 60px;
    transform: perspective(1000px) rotateX(2deg);
}.ty_block .mastery_zone::before {
    top: -5px;
    border-radius: calc(10px + 5px);
    background: linear-gradient(45deg, 
        rgb(203,207,165) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(183,161,118) 100%);
    z-index: -1;
    bottom: -5px;
    transition: opacity 0.6s ease, filter 0.6s ease;
    right: -5px;
    filter: blur(8px);
    left: -5px;
    position: absolute;
    content: "";
    opacity: 0.6;
}.ty_block .mastery_zone:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.08) inset;
}.ty_block .mastery_zone:hover::before {
    opacity: 0.8;
    filter: blur(12px);
}.ty_block .mastery_zone > div:first-child {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}.ty_block .mastery_zone > div:first-child::after {
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(203,207,165), rgb(183,161,118));
    border-radius: 2px;
    animation: lineExtend 1.5s ease-out forwards;
    transform-origin: left center;
    width: 80px;
    bottom: -10px;
    height: 4px;
    position: absolute;
}.ty_block h5 {
    margin: 0;
    opacity: 0;
    animation: slideIn 0.8s 0.2s ease-out forwards;
    font-size: 19px;
    padding: 0;
    transform: translateX(0);
    color: #000000;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    font-weight: 700;
    font-family: Arial, sans-serif;
    line-height: 1.4;
}.ty_block .mastery_zone > div:last-child {
    overflow: hidden;
    position: relative;
}.ty_block a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s ease;
}.ty_block a:hover {
    transform: translateX(5px);
}.ty_block p {
    padding: 0;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    animation: fadeIn 1s 0.5s ease-out forwards;
    opacity: 0;
    font-weight: 400;
}

@keyframes lineExtend {
    0% { 
        width: 0; 
        opacity: 0;
    }
    100% { 
        width: 80px; 
        opacity: 1;
    }
}

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

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

@keyframes patternShift {
    0% { 
        background-position: 0 0; 
    }
    100% { 
        background-position: 60px 60px; 
    }
}

@keyframes lightPulse {
    0%, 100% { 
        opacity: 0.15; 
        transform: translate(-50%, -50%) scale(1); 
    }
    50% { 
        opacity: 0.2; 
        transform: translate(-50%, -50%) scale(1.1); 
    }
}

@media (max-width: 992px) {.ty_block {
    padding: 90px 0;
}.ty_block .mastery_zone {
    padding: 50px 40px;
    transform: perspective(1000px) rotateX(1deg);
}.ty_block h5 {
    font-size: calc(19px - 0.1rem);
}
}

@media (max-width: 768px) {.ty_block {
    padding: 70px 0;
}.ty_block .mastery_zone {
    transform: none;
    padding: 40px 30px;
}.ty_block h5 {
    font-size: calc(19px - 0.2rem);
}.ty_block p {
    line-height: 1.7;
    font-size: calc(15px - 0.05rem);
}.ty_block .mastery_zone > div:first-child::after {
    width: 60px;
}
    
    @keyframes lineExtend {
        100% { width: 60px; }
    }
}

@media (max-width: 576px) {.ty_block {
    padding: 50px 0;
}.ty_block .mastery_zone {
    padding: 30px 20px;
}.ty_block h5 {
    font-size: calc(19px - 0.3rem);
}.ty_block p {
    font-size: calc(15px - 0.1rem);
    line-height: 1.6;
}.ty_block .mastery_zone > div:first-child {
    margin-bottom: 25px;
}.ty_block .mastery_zone > div:first-child::after {
    width: 50px;
    height: 3px;
}
    
    @keyframes lineExtend {
        100% { width: 50px; }
    }
}

@media (hover: none) {.ty_block .mastery_zone:hover {
    box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.08),
            0 1px 0 rgba(255, 255, 255, 0.8) inset,
            0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    transform: none;
}.ty_block .mastery_zone:hover::before {
    filter: blur(8px);
    opacity: 0.6;
}.ty_block a:hover {
    transform: none;
}}.greeting_page {
    background: linear-gradient(135deg, rgb(230,231,218), rgba(0, 0, 0, 0.5));
    align-items: center;
    position: relative;
    padding: 4rem 1rem;
    overflow: hidden;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}.greeting_page > div {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
}.greeting_page .study_training {
    margin-bottom: 3rem;
    animation: slideInLeft 0.8s ease-out forwards;
    opacity: 0;
    transform: translateX(-20px);
    position: relative;
}.greeting_page .study_training::before {
    opacity: 0.7;
    z-index: -1;
    transform: rotate(-15deg);
    content: "";
    left: -15px;
    width: 40px;
    height: 40px;
    background: rgb(203,207,165);
    position: absolute;
    top: -10px;
}.greeting_page .study_training::after {
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(203,207,165), transparent);
    width: 70%;
    height: 3px;
    content: "";
    bottom: -5px;
}.greeting_page .learn_page {
    z-index: 2;
    color: #000000;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    font-weight: 700;
    margin: 0;
    position: relative;
}.greeting_page .start_first {
    transform: translateY(30px);
    position: relative;
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    animation: slideUpFade 1s ease-out 0.3s forwards;
    padding: 3rem;
    overflow: hidden;
    border-left: 5px solid rgb(203,207,165);
}.greeting_page .start_first::before {
    right: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(255, 255, 255, 0.5) 30%, rgba(255,255,255,0.85));
    content: "";
    left: 0;
    backdrop-filter: blur(4px);
    position: absolute;
    z-index: 1;
    bottom: 0;
}.greeting_page .start_first > div {
    gap: 2rem;
    display: grid;
    z-index: 2;
    grid-template-columns: 1fr;
    position: relative;
}.greeting_page .start_first p {
    color: #000000;
    margin: 0;
    line-height: 1.6;
    padding-left: 20px;
    font-size: calc(12px * 1.2);
    position: relative;
    font-weight: 600;
}.greeting_page .start_first p::before {
    position: absolute;
    width: 10px;
    transform: translateY(-50%);
    border-radius: 10px;
    top: 50%;
    left: 0;
    height: 10px;
    background: rgb(203,207,165);
    content: "";
}.greeting_page .start_first h3 {
    line-height: 1.5;
    margin: 1rem 0 0;
    border-top: 1px solid rgb(183,161,118,0.5);
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: 24px;
    padding-top: 1.5rem;
}

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

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

@media (min-width: 768px) {.greeting_page {
    padding: 6rem 2rem;
}.greeting_page .study_training {
    transform: translateX(-30px);
}.greeting_page .learn_page {
    font-size: calc(40px * 1.2);
}.greeting_page .start_first {
    padding: 4rem;
    border-left-width: 8px;
}.greeting_page .start_first > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.greeting_page .start_first h3 {
    padding-left: 2rem;
    border-left: 1px solid rgb(183,161,118,0.5);
    padding-top: 0;
    border-top: none;
    margin: 0;
}
}

@media (min-width: 1024px) {.greeting_page {
    padding: 8rem 3rem;
}.greeting_page .study_training {
    margin-bottom: 4rem;
}.greeting_page .learn_page {
    font-size: calc(40px * 1.4);
}.greeting_page .start_first {
    background-position: center center !important;
    padding: 5rem;
}.greeting_page .start_first > div {
    gap: 4rem;
}.greeting_page .start_first p {
    font-size: calc(12px * 1.5);
}.greeting_page .start_first h3 {
    font-size: calc(24px * 1.2);
}
}

@media (hover: hover) {.greeting_page .start_first {
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}.greeting_page .start_first:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
}

@media (max-width: 480px) {.greeting_page {
    padding: 3rem 1rem;
}.greeting_page .learn_page {
    font-size: calc(34px);
}.greeting_page .start_first {
    padding: 2rem;
}.greeting_page .start_first p {
    font-size: 12px;
}.greeting_page .start_first h3 {
    font-size: 16px;
    padding-top: 1rem;
}}.pricing_options {
    padding: 7rem 0;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}.pricing_options::before {
    background: linear-gradient(135deg, rgb(203,207,165,0.5), transparent);
    z-index: 1;
    position: absolute;
    content: '';
    filter: blur(30px);
    opacity: 0.6;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 400px;
    right: -100px;
    top: -150px;
    animation: float 15s ease-in-out infinite alternate;
    height: 400px;
}.pricing_options::after {
    height: 300px;
    z-index: 1;
    background: linear-gradient(135deg, rgb(183,161,118,0.5), transparent);
    left: -50px;
    content: '';
    opacity: 0.5;
    bottom: -100px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    position: absolute;
    width: 300px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    filter: blur(25px);
}.pricing_options .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
}.pricing_options .promo_cost {
    display: flex;
    flex-direction: column;
}.pricing_options .learn_rates {
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    opacity: 0;
    text-align: center;
    margin-bottom: 3rem;
}.pricing_options .learn_rates h2 {
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 700;
    display: inline-block;
    font-size: 34px;
}.pricing_options .learn_rates h2::after {
    width: 80px;
    height: 3px;
    content: '';
    bottom: -10px;
    position: absolute;
    background: rgb(203,207,165);
    transform: translateX(-50%);
    left: 50%;
}.pricing_options .price_grid {
    margin: 1.5rem auto 0;
    font-size: 17px;
    max-width: 700px;
    line-height: 1.6;
    color: #000000;
}.pricing_options .skill_offers {
    display: grid;
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}.pricing_options .plan_rates {
    display: block;
    transform: translateY(30px);
    position: relative;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
}.pricing_options .plan_rates:nth-child(2) {
    animation-delay: 0.5s;
}.pricing_options .plan_rates:nth-child(3) {
    animation-delay: 0.6s;
}.pricing_options .plan_rates:nth-child(4) {
    animation-delay: 0.7s;
}.pricing_options .plan_rates:hover {
    transform: translateY(-10px);
}.pricing_options .learning_price {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
    flex-direction: column;
    border-radius: 4px;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    display: flex;
    position: relative;
    height: 100%;
    overflow: hidden;
}.pricing_options .plan_rates:hover .learning_price {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.pricing_options .lesson_fees {
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    z-index: 2;
    flex-grow: 1;
    position: relative;
}.pricing_options .lesson_fees h3 {
    color: #000000;
    font-size: calc(20px + 2px);
    position: relative;
    transition: color 0.3s ease;
    font-weight: 700;
    margin-bottom: 1rem;
}.pricing_options .plan_rates:hover .lesson_fees h3 {
    color: rgb(203,207,165);
}.pricing_options .price_schemes {
    color: rgb(203,207,165);
    display: inline-block;
    font-size: calc(20px + 4px);
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 10px;
}.pricing_options .price_schemes::after {
    content: '';
    transition: width 0.3s ease;
    left: 0;
    height: 2px;
    bottom: 0;
    background: rgb(203,207,165,0.5);
    width: 40px;
    position: absolute;
}.pricing_options .plan_rates:hover .price_schemes::after {
    width: 80px;
}.pricing_options .lesson_fees p {
    flex-grow: 1;
    margin-bottom: 2rem;
    line-height: 1.6;
    color: #000000;
    overflow-wrap: break-word;
    hyphens: auto;
    word-wrap: break-word;
    font-size: 17px;
    white-space: normal;
}.pricing_options .photo_item {
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    height: 200px;
    width: 100%;
}.pricing_options .photo_item::after {
    bottom: 0;
    opacity: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    position: absolute;
    left: 0;
    right: 0;
    transition: opacity 0.4s ease;
    content: '';
    top: 0;
}.pricing_options .plan_rates:hover .photo_item::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.pricing_options .promo_cost {
    flex-direction: row-reverse;
}.pricing_options .learn_rates {
    justify-content: center;
    width: 35%;
    text-align: left;
    padding-right: 3rem;
    flex-direction: column;
    display: flex;
}.pricing_options .learn_rates h2 {
    text-align: left;
}.pricing_options .learn_rates h2::after {
    transform: none;
    left: 0;
}.pricing_options .price_grid {
    margin: 1.5rem 0 0;
}.pricing_options .skill_offers {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 0;
}
}

@media (max-width: 991px) {.pricing_options {
    padding: 5rem 0;
}.pricing_options .learn_rates {
    margin-bottom: 2rem;
}.pricing_options .skill_offers {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.pricing_options {
    padding: 4rem 0;
}.pricing_options .lesson_fees {
    padding: 2rem 1.5rem;
}.pricing_options .photo_item {
    height: 180px;
}
}

@media (max-width: 575px) {.pricing_options {
    padding: 3rem 0;
}.pricing_options .learn_rates h2 {
    font-size: calc(34px - 4px);
}.pricing_options .skill_offers {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.pricing_options .lesson_fees {
    padding: 1.5rem 1.25rem;
}.pricing_options .photo_item {
    height: 160px;
}
}

@media (hover: none) {.pricing_options .plan_rates:hover {
    transform: none;
}.pricing_options .plan_rates:hover .learning_price {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.pricing_options .plan_rates:hover .photo_item::after {
    opacity: 0;
}.pricing_options .plan_rates:hover .price_schemes::after {
    width: 40px;
}}.course_structure {
    overflow: hidden;
    background: rgb(230,231,218);
    position: relative;
    padding: 8rem 0;
}.course_structure::before {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.6;
    background: linear-gradient(135deg, rgb(230,231,218) 0%, rgb(203,207,165,0.5) 100%);
    content: "";
}.course_structure::after {
    width: 100%;
    z-index: 1;
    opacity: 0.15;
    left: 0;
    position: absolute;
    top: 0;
    background-size: 4rem 4rem;
    height: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(183,161,118,0.5) 15px, rgb(183,161,118,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(203,207,165,0.5) 15px, rgb(203,207,165,0.5) 16px);
    content: "";
    animation: gridShift 30s infinite linear;
}.course_structure .container {
    z-index: 3;
    position: relative;
}.course_structure .mastery_zone {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(8, minmax(50px, auto));
    gap: 1rem;
    position: relative;
    display: grid;
}.course_structure .knowledge_track {
    grid-column: 1 / 9;
    padding: 3rem;
    z-index: 5;
    position: relative;
    grid-row: 2 / 8;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.course_structure .photo_item {
    grid-row: 1 / 7;
    grid-column: 7 / 13;
    z-index: 3;
    overflow: hidden;
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    position: relative;
    border-radius: 12px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.course_structure .photo_item::before {
    background: linear-gradient(45deg, rgb(203,207,165,0.5) 0%, transparent 70%);
    left: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
}.course_structure .photo_item::after {
    border-radius: 10px;
    opacity: 0.6;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    right: -5px;
    position: absolute;
    height: 70%;
    width: 70%;
    content: "";
    bottom: -5px;
    border: 2px solid rgb(183,161,118);
    z-index: 1;
}.course_structure .main_master {
    right: 3rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 10;
    transition: transform 0.3s ease-out;
    align-items: center;
    position: absolute;
    height: 5rem;
    transform: rotate(-5deg);
    width: 5rem;
    display: flex;
    top: -2rem;
    border-radius: 50%;
    justify-content: center;
    background: #ffffff;
}.course_structure .main_master:hover {
    transform: rotate(0deg) scale(1.05);
}.course_structure .main_master svg {
    transition: all 0.3s ease;
    height: 3rem;
    width: 3rem;
}.course_structure .main_master:hover svg {
    transform: scale(1.1);
}.course_structure .main_master svg path {
    fill: rgb(203,207,165);
}.course_structure h3 {
    line-height: 1.3;
    border-left: 4px solid rgb(203,207,165);
    font-size: 35px;
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    font-weight: 700;
}.course_structure p {
    color: #000000;
    margin-bottom: 0;
    position: relative;
    line-height: 1.8;
    font-size: 17px;
}.course_structure .mastery_zone::before {
    border-radius: 50%;
    position: absolute;
    height: 12rem;
    opacity: 0.6;
    animation: moveCircle 20s infinite alternate;
    content: "";
    top: -6rem;
    background: rgb(203,207,165,0.5);
    filter: blur(100px);
    z-index: 1;
    left: -6rem;
    width: 12rem;
}.course_structure .mastery_zone::after {
    position: absolute;
    bottom: -4rem;
    right: -4rem;
    z-index: 1;
    background: rgb(183,161,118,0.5);
    border-radius: 50%;
    animation: moveCircle 15s infinite alternate-reverse;
    opacity: 0.5;
    height: 8rem;
    width: 8rem;
    filter: blur(80px);
    content: "";
}.course_structure .knowledge_track::before {
    background: linear-gradient(90deg, rgb(203,207,165) 0%, rgb(183,161,118) 100%);
    border-radius: 0 10px 0 10px;
    width: 100px;
    right: 0;
    height: 5px;
    position: absolute;
    top: 0;
    content: "";
}.course_structure .knowledge_track::after {
    background: linear-gradient(180deg, rgb(203,207,165) 0%, rgb(183,161,118) 100%);
    width: 5px;
    content: "";
    border-radius: 0 0 10px 0;
    height: 100px;
    right: 0;
    bottom: 0;
    position: absolute;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {.course_structure {
    padding: 7rem 0;
}.course_structure .mastery_zone {
    gap: 0.75rem;
}.course_structure .knowledge_track {
    grid-column: 1 / 8;
    padding: 2.5rem;
}.course_structure .photo_item {
    grid-column: 6 / 13;
}.course_structure .main_master {
    right: 2rem;
}
}

@media (max-width: 992px) {.course_structure {
    padding: 6rem 0;
}.course_structure .mastery_zone {
    display: grid;
    gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.course_structure .knowledge_track {
    grid-column: auto;
    padding: 2.5rem;
    grid-row: 2 / 3;
}.course_structure .photo_item {
    grid-row: 1 / 2;
    grid-column: auto;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    height: 350px;
}.course_structure .main_master {
    right: 3rem;
    bottom: -2rem;
    top: auto;
}.course_structure h3 {
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 768px) {.course_structure {
    padding: 5rem 0;
}.course_structure .knowledge_track {
    padding: 2rem;
}.course_structure .photo_item {
    height: 300px;
}.course_structure .main_master {
    bottom: -1.5rem;
    width: 4.5rem;
    height: 4.5rem;
    right: 2rem;
}.course_structure .main_master svg {
    width: 2.5rem;
    height: 2.5rem;
}.course_structure h3 {
    margin-bottom: 1.25rem;
    font-size: calc(35px * 0.8);
}.course_structure p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}.course_structure .knowledge_track::before {
    width: 70px;
}.course_structure .knowledge_track::after {
    height: 70px;
}
}

@media (max-width: 576px) {.course_structure {
    padding: 4rem 0;
}.course_structure .knowledge_track {
    padding: 1.5rem;
}.course_structure .photo_item {
    height: 250px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
}.course_structure .main_master {
    bottom: -1.25rem;
    right: 1.5rem;
    width: 4rem;
    height: 4rem;
}.course_structure .main_master svg {
    width: 2.25rem;
    height: 2.25rem;
}.course_structure h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1rem;
    padding-left: 0.75rem;
}.course_structure p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.course_structure .knowledge_track::before {
    width: 50px;
}.course_structure .knowledge_track::after {
    height: 50px;
}.course_structure .mastery_zone::before,
    .course_structure .mastery_zone::after {
    display: none;
}}.privacy_bastion {
    font-family: Arial, sans-serif;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
    overflow: hidden;
    color: #000000;
    background: rgb(203,207,165,0.5);
}.privacy_bastion h1 {
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    font-size: 43px;
    margin-top: 30px;
    margin-bottom: 20px;
}.privacy_bastion h2 {
    border-bottom: 2px solid rgb(183,161,118,0.5);
    font-size: 31px;
    color: rgb(183,161,118);
    margin-top: 25px;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 15px;
}.privacy_bastion ul, .privacy_bastion ol {
    margin-bottom: 20px;
    list-style-type: disc;
    padding-top: 10px;
    padding-left: 20px;
}.privacy_bastion li {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 13px;
}.privacy_bastion div {
    margin-bottom: 20px;
    border-radius: 10px;
    background: #ffffff;
    line-height: 1.8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 20px;
}

@media only screen and (max-width: 800px) {.privacy_bastion {
    padding: 20px;
    box-shadow: none;
}.privacy_bastion h1 {
    font-size: calc(20px - 10px);
}.privacy_bastion h2 {
    font-size: calc(20px - 5px);
}}

.privacy_bastion h3, .privacy_bastion h4, .privacy_bastion h5, .privacy_bastion h6 {
    font-size: 1.2em;
    margin-top: 20px;
    color: rgb(203,207,165);
    font-weight: 600;
    margin-bottom: 10px;
}.privacy_bastion p, .privacy_bastion span {
    color: #000000;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.6;
}.privacy_bastion a {
    color: rgb(183,161,118);
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
}.privacy_bastion a:hover {
    color: rgb(203,207,165);
    text-decoration: underline;
}.privacy_bastion button {
    transition: background 0.3s ease;
    background: rgb(183,161,118);
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    border: none;
    color: #ffffff;
    padding: 10px 20px;
}.privacy_bastion button:hover {
    background: rgb(203,207,165);
}header {
    width: 100%;
    padding: 0;
    z-index: 100;
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}header::before {
    z-index: 0;
    content: '';
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(203,207,165), rgb(183,161,118));
    top: 0;
    left: 0;
    width: 35%;
}header .container {
    padding: 0;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
    max-width: 100%;
}header .main_pagebar {
    align-items: stretch;
    height: 100%;
    display: flex;
}header .nav_primary {
    display: flex;
    justify-content: center;
    padding: 1.2rem 0;
    align-items: center;
    width: 35%;
    text-decoration: none;
    position: relative;
}header .nav_primary svg {
    width: 150px;
    transition: all 0.3s ease;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}header .nav_primary:hover svg {
    transform: scale(1.05);
}header .head_expert {
    gap: 0.5rem;
    align-items: center;
    position: relative;
    display: flex;
    padding: 1.2rem 3%;
    width: 65%;
    justify-content: flex-start;
}header .head_expert::before {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(203,207,165,0.5), transparent);
}header .header_tutor {
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    position: relative;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    z-index: 1;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}header .header_tutor::before {
    width: 100%;
    content: '';
    top: 0;
    border-radius: 10px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(203,207,165,0.5), rgb(183,161,118,0.5));
    left: 0;
    position: absolute;
    height: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
}header .header_tutor:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}header .header_tutor:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .nav_primary {
    width: 30%;
    padding: 1rem 0;
}header .nav_primary svg {
    width: 130px;
}header .head_expert {
    width: 70%;
    padding: 1rem 2.5%;
    gap: 0.5rem;
}header .header_tutor {
    padding: 0.5rem 1rem;
    font-size: calc(14px);
}
}

@media (max-width: 767px) {header {
    background: rgb(230,231,218);
}header::before {
    width: 100%;
    height: auto;
    bottom: 50%;
    top: 0;
}header .main_pagebar {
    flex-direction: column;
    align-items: center;
}header .nav_primary {
    padding: 0.8rem 0;
    width: 100%;
}header .nav_primary svg {
    width: 120px;
}header .head_expert {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    width: 95%;
    padding: 0.8rem 0;
}header .head_expert::before {
    left: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(203,207,165,0.5), transparent);
    width: 100%;
    top: 0;
}header .header_tutor {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header .nav_primary {
    padding: 0.7rem 0;
}header .nav_primary svg {
    width: 110px;
}header .head_expert {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.7rem 2%;
    width: 100%;
    justify-content: flex-start;
}header .head_expert::-webkit-scrollbar {
    height: 3px;
}header .head_expert::-webkit-scrollbar-thumb {
    background: rgb(203,207,165);
    border-radius: 10px;
}header .header_tutor {
    padding: 0.45rem 0.9rem;
    font-size: calc(14px - 1px);
    margin-right: 2px;
    flex-shrink: 0;
    white-space: nowrap;
}}.who_we_are {
    overflow: hidden;
    isolation: isolate;
    padding: 120px 0 80px;
    position: relative;
}.who_we_are::before {
    opacity: 0.85;
    right: 0;
    position: absolute;
    top: 0;
    background: #000000;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
}.who_we_are::after {
    width: 150%;
    top: -75px;
    transform: rotate(-2deg);
    background: rgb(203,207,165);
    left: -25%;
    content: "";
    z-index: -1;
    position: absolute;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
    height: 150px;
    opacity: 0.05;
}.who_we_are h4 {
    font-size: 35px;
    margin-bottom: 60px;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}.who_we_are h4::after {
    bottom: -15px;
    content: "";
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(203,207,165);
    position: absolute;
    height: 3px;
}.who_we_are .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.who_we_are .content_wrapper {
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    overflow: hidden;
    border-left: 5px solid rgb(203,207,165);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform-origin: center left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
}.who_we_are .content_wrapper:hover {
    transform: perspective(1000px) rotateY(0deg);
}.who_we_are .content_wrapper::before {
    opacity: 0;
    background: linear-gradient(135deg, 
        rgb(203,207,165,0.5) 0%, 
        transparent 100%);
    top: 0;
    pointer-events: none;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: opacity 0.5s ease;
    content: "";
    z-index: 0;
}.who_we_are .content_wrapper:hover::before {
    opacity: 0.05;
}.who_we_are .content_wrapper::after {
    background: rgb(203,207,165);
    position: absolute;
    width: 20px;
    content: "";
    top: -10px;
    left: -10px;
    height: 20px;
    transform: rotate(45deg);
}.who_we_are .content_wrapper h6 {
    position: relative;
    transform: translateX(0);
    transition: transform 0.4s ease;
    font-size: calc(19px * 1.2);
    margin-bottom: 25px;
    font-weight: 700;
    color: rgb(203,207,165);
}.who_we_are .content_wrapper:hover h6 {
    transform: translateX(8px);
}.who_we_are .content_wrapper h6::before {
    transition: transform 0.4s ease;
    left: 0;
    bottom: -10px;
    height: 2px;
    transform: scaleX(1);
    background: rgb(203,207,165);
    transform-origin: left;
    content: "";
    position: absolute;
    width: 40px;
}.who_we_are .content_wrapper:hover h6::before {
    transform: scaleX(1.5);
}.who_we_are .content_wrapper div {
    position: relative;
    z-index: 1;
}.who_we_are .content_wrapper span {
    font-family: Arial, sans-serif;
    color: #000000;
    column-gap: 40px;
    font-size: 14px;
    position: relative;
    column-count: 1;
    display: block;
    line-height: 1.8;
}

@media (min-width: 768px) {.who_we_are .content_wrapper span {
    column-count: 2;
}
}

@media (min-width: 992px) {.who_we_are {
    padding: 180px 0 120px;
}.who_we_are::after {
    height: 180px;
    top: -90px;
}.who_we_are h4 {
    margin-bottom: 80px;
}.who_we_are .content_wrapper {
    padding: 60px;
    margin: 0 40px;
}.who_we_are .content_wrapper span {
    column-count: 2;
}
}

@media (max-width: 767px) {.who_we_are {
    padding: 100px 0 60px;
}.who_we_are h4 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.8);
}.who_we_are .content_wrapper {
    padding: 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.who_we_are .content_wrapper h6 {
    font-size: calc(19px * 1.1);
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.who_we_are {
    padding: 80px 0 40px;
}.who_we_are h4 {
    font-size: calc(35px * 0.7);
}.who_we_are .content_wrapper {
    padding: 25px 20px;
    transform: none;
}.who_we_are .content_wrapper span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (hover: none) {.who_we_are .content_wrapper {
    transform: none !important;
}.who_we_are .content_wrapper:hover h6 {
    transform: none;
}.who_we_are .content_wrapper:hover h6::before {
    transform: scaleX(1);
}}.get_in_touch {
    padding: 90px 0;
    position: relative;
    background: rgb(230,231,218);
    overflow: hidden;
}.get_in_touch::before {
    left: 0;
    content: '';
    opacity: 0.2;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(203,207,165,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(183,161,118,0.5) 0%, transparent 60%);
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.get_in_touch::after {
    top: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
}.get_in_touch .photo_item {
    height: 95%;
    width: 45%;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    top: 2.5%;
    border-radius: 100px 0 0 100px;
    z-index: 1;
    position: absolute;
    right: 0;
}.get_in_touch .photo_item::after {
    background: linear-gradient(to right, rgb(203,207,165,0.5), transparent 70%);
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 100px 0 0 100px;
    position: absolute;
    content: '';
    left: 0;
}.get_in_touch .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.get_in_touch h3 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    font-size: 35px;
    font-family: Arial, sans-serif;
    text-align: center;
}.get_in_touch .feedback_block {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 100%;
    display: flex;
}.get_in_touch .feedback_block::before {
    height: 200px;
    position: absolute;
    background: rgb(203,207,165,0.5);
    opacity: 0.05;
    content: '';
    width: 200px;
    border-radius: 50%;
    left: -100px;
    top: -100px;
}.get_in_touch .feedback_block::after {
    right: -75px;
    background: rgb(183,161,118,0.5);
    opacity: 0.05;
    position: absolute;
    content: '';
    bottom: -75px;
    height: 150px;
    border-radius: 50%;
    width: 150px;
}.get_in_touch .message_query {
    width: 60%;
    position: relative;
    padding: 50px;
}.get_in_touch form h3 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 20px;
    color: rgb(203,207,165);
}.get_in_touch form h3::before,
.get_in_touch form h3::after {
    display: none;
}.get_in_touch input[type="text"],
.get_in_touch textarea {
    color: #000000;
    border-radius: 30px;
    font-size: 15px;
    transition: all 0.3s ease;
    padding: 15px 25px;
    font-family: Arial, sans-serif;
    background: rgba(245, 245, 245, 0.5);
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}.get_in_touch input[type="text"]:focus,
.get_in_touch textarea:focus {
    background: rgba(255, 255, 255, 1);
    border-color: rgb(203,207,165,0.5);
    box-shadow: 0 0 15px rgb(203,207,165,0.5);
    outline: none;
}.get_in_touch textarea {
    border-radius: 20px;
    height: 140px;
    resize: none;
}.get_in_touch .support_panel {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.get_in_touch .support_panel input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.get_in_touch .support_panel label {
    padding-left: 35px;
    color: #000000;
    line-height: 1.6;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}.get_in_touch .support_panel label::before {
    left: 0;
    top: 2px;
    border: 2px solid rgb(203,207,165,0.5);
    content: '';
    width: 22px;
    height: 22px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: absolute;
}.get_in_touch .support_panel input[type="checkbox"]:checked + label::before {
    border-color: rgb(203,207,165);
    background: rgb(203,207,165);
}.get_in_touch .support_panel input[type="checkbox"]:checked + label::after {
    top: 6px;
    left: 8px;
    position: absolute;
    content: '';
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    width: 6px;
    height: 10px;
    border: solid #ffffff;
}.get_in_touch .support_panel a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(203,207,165);
}.get_in_touch .support_panel a:hover {
    color: rgb(183,161,118);
}.get_in_touch .inquiry_message {
    color: #ffffff;
    padding: 15px 40px;
    overflow: hidden;
    z-index: 1;
    border-radius: 50px;
    border: none;
    font-family: Arial, sans-serif;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.3s ease;
    background: rgb(203,207,165);
    position: relative;
}.get_in_touch .inquiry_message::before {
    background: rgb(183,161,118);
    height: 100%;
    border-radius: 50px;
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
    transform: translateY(100%);
    z-index: -1;
    left: 0;
    transition: all 0.5s ease;
}.get_in_touch .inquiry_message:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgb(203,207,165,0.5);
}.get_in_touch .inquiry_message:hover::before {
    transform: translateY(0);
}.get_in_touch .feedback_form {
    transform: translateY(-50%);
    position: absolute;
    width: 40%;
    padding: 50px;
    border-radius: 70px 0 0 70px;
    right: 0;
    z-index: 3;
    background: linear-gradient(135deg, rgb(203,207,165), rgb(183,161,118));
    justify-content: center;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    top: 50%;
    flex-direction: column;
    display: flex;
}.get_in_touch .feedback_form::before {
    border-radius: 70px 0 0 70px;
    content: '';
    left: 0;
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}.get_in_touch .feedback_form h4 {
    font-size: 20px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    color: #ffffff;
}.get_in_touch .feedback_form h4::after {
    bottom: -10px;
    width: 40px;
    background: #ffffff;
    height: 3px;
    content: '';
    border-radius: 3px;
    left: 0;
    position: absolute;
}.get_in_touch .request_map {
    padding: 0;
    margin: 0;
    list-style: none;
}.get_in_touch .request_map li {
    display: flex;
    border-radius: 10px;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 5px;
    transition: all 0.3s ease;
}.get_in_touch .request_map li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.get_in_touch .request_map svg {
    transition: transform 0.3s ease;
    height: 24px;
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 3px;
    width: 24px;
}.get_in_touch .request_map li:hover svg {
    transform: scale(1.2);
}.get_in_touch .request_map svg path {
    fill: #ffffff;
}.get_in_touch .request_map span {
    font-size: 15px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.get_in_touch .request_map a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.get_in_touch .request_map a:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {.get_in_touch .feedback_block {
    width: 70%;
}.get_in_touch .feedback_form {
    width: 35%;
}
}

@media (max-width: 992px) {.get_in_touch .photo_item {
    display: none;
}.get_in_touch .container {
    align-items: center;
    flex-direction: column;
    display: flex;
}.get_in_touch .feedback_block {
    width: 100%;
    flex-direction: column;
    max-width: 600px;
}.get_in_touch .feedback_form {
    max-width: 600px;
    right: auto;
    top: auto;
    margin-top: 30px;
    transform: none;
    position: relative;
    border-radius: 20px;
    width: 100%;
}.get_in_touch .feedback_form::before {
    border-radius: 20px;
}
}

@media (max-width: 768px) {.get_in_touch {
    padding: 70px 0;
}.get_in_touch h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 40px;
}.get_in_touch .message_query,
    .get_in_touch .feedback_form {
    padding: 30px;
}
}

@media (max-width: 576px) {.get_in_touch {
    padding: 50px 0;
}.get_in_touch h3 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
}.get_in_touch .message_query,
    .get_in_touch .feedback_form {
    padding: 25px 20px;
}.get_in_touch input[type="text"],
    .get_in_touch textarea {
    margin-bottom: 15px;
    padding: 12px 20px;
}.get_in_touch .inquiry_message {
    padding: 12px;
    width: 100%;
}}.debate_club {
    background-color: rgb(230,231,218);
    padding: 5rem 0 2rem;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
}.debate_club::before {
    right: 0;
    height: 250px;
    content: '';
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgb(203,207,165,0.5) 100%);
    left: 0;
    opacity: 0.05;
    position: absolute;
    z-index: 0;
}.debate_club .container {
    position: relative;
    z-index: 1;
}.debate_club .sustain_cta {
    gap: 4rem;
    flex-direction: column;
    display: flex;
}.debate_club .message_info {
    position: relative;
    display: grid;
    padding-bottom: 2.5rem;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    border-bottom: 1px solid rgb(183,161,118,0.5);
}.debate_club .message_info::after {
    left: 0;
    bottom: -1px;
    height: 3px;
    position: absolute;
    background-color: rgb(203,207,165);
    content: '';
    width: 60px;
}.debate_club .info_item {
    transition: transform 0.3s ease-out;
    padding: 0.5rem;
}.debate_club .info_item:hover {
    transform: translateX(5px);
}.debate_club .info_item p,
.debate_club .info_item a {
    display: flex;
    color: #000000;
    align-items: center;
    font-weight: 400;
    text-decoration: none;
    font-size: 17px;
    gap: 0.75rem;
    transition: color 0.3s ease;
}.debate_club .info_item a:hover {
    color: rgb(203,207,165);
}.debate_club .info_item svg {
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    fill: rgb(203,207,165);
}.debate_club .text_main_holder {
    grid-template-columns: 1.2fr 1fr 1.2fr;
    display: grid;
    gap: 3rem;
}.debate_club .main_master {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}.debate_club .main_master svg {
    transition: opacity 0.3s ease;
    max-width: 160px;
    height: auto;
}.debate_club .main_master svg:hover {
    opacity: 0.8;
}.debate_club .job_board {
    color: #000000;
    font-size: 13px;
    max-width: 300px;
    line-height: 1.6;
    opacity: 0.8;
}.debate_club .head_expert {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}.debate_club .head_expert h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0.5rem;
    position: relative;
    color: #000000;
}.debate_club .nav_train {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.debate_club .nav_train a {
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: 17px;
    position: relative;
    color: #000000;
    padding-left: 0;
}.debate_club .nav_train a::before {
    transition: width 0.3s ease, left 0.3s ease;
    width: 0;
    top: 50%;
    left: -10px;
    content: '';
    position: absolute;
    background-color: rgb(203,207,165);
    transform: translateY(-50%);
    height: 1px;
}.debate_club .nav_train a:hover {
    color: rgb(203,207,165);
    padding-left: 12px;
}.debate_club .nav_train a:hover::before {
    width: 10px;
    left: 0;
}.debate_club .subscribe_holder {
    display: flex;
    background-color: #ffffff;
    flex-direction: column;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    gap: 1.5rem;
    border-radius: 16px;
}.debate_club .subscribe_holder h5 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}.debate_club .subscribe_holder p {
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
}.debate_club .input_holder {
    position: relative;
    display: flex;
    gap: 0.5rem;
}.debate_club .input_holder input[type="email"] {
    border-radius: 10px;
    padding: 1rem 1.25rem;
    color: #000000;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    flex: 1;
    background-color: transparent;
    font-size: 17px;
    border: 1px solid rgb(183,161,118,0.5);
}.debate_club .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(203,207,165,0.5);
    border-color: rgb(203,207,165);
}.debate_club .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.debate_club .join_section {
    border: none;
    color: #ffffff;
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding: 1rem 1.5rem;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    background-color: rgb(203,207,165);
}.debate_club .join_section:hover {
    background-color: rgb(183,161,118);
    transform: translateY(-2px);
}.debate_club .footer_caption {
    text-align: center;
    border-top: 1px solid rgb(183,161,118,0.5);
    margin-top: 3rem;
    padding-top: 1.5rem;
}.debate_club .leaderboard {
    color: #000000;
    font-size: 13px;
    opacity: 0.8;
}.debate_club .nav_train:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.debate_club .nav_train:first-child::after {
    background-color: rgb(183,161,118,0.5);
    left: 0;
    height: 1px;
    bottom: -0.75rem;
    position: absolute;
    content: '';
    width: 30px;
}.debate_club {
    background-blend-mode: overlay;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: 40px 40px;
    background-image: 
        linear-gradient(rgb(183,161,118,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(183,161,118,0.5) 1px, transparent 1px);
    background-position: center;
}

@media (max-width: 1024px) {.debate_club {
    padding: 4rem 0 2rem;
}.debate_club .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.debate_club .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.debate_club {
    padding: 3.5rem 0 1.5rem;
}.debate_club .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.debate_club .subscribe_holder {
    grid-column: auto;
}.debate_club .message_info {
    grid-template-columns: 1fr 1fr;
}.debate_club .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.debate_club {
    padding: 3rem 0 1.5rem;
}.debate_club .message_info {
    grid-template-columns: 1fr;
}.debate_club .input_holder {
    flex-direction: column;
}.debate_club .join_section {
    width: 100%;
}.debate_club .main_master,
    .debate_club .head_expert h5,
    .debate_club .nav_train,
    .debate_club .nav_train a {
    align-items: center;
    text-align: center;
}.debate_club .main_master svg {
    margin: 0 auto;
}.debate_club .job_board {
    text-align: center;
    max-width: 100%;
}.debate_club .nav_train:first-child::after {
    left: 50%;
    transform: translateX(-50%);
}.debate_club .message_info::after {
    left: 50%;
    transform: translateX(-50%);
}.debate_club .nav_train a::before {
    display: none;
}.debate_club .nav_train a:hover {
    padding-left: 0;
}}.training_structure {
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(145deg, rgb(230,231,218) 0%, rgba(240, 245, 255, 1) 100%);
    overflow: hidden;
}.training_structure::before {
    height: 40%;
    right: -5%;
    opacity: 0.6;
    top: -5%;
    width: 35%;
    transform: rotate(-15deg) skewX(10deg);
    position: absolute;
    z-index: 1;
    background: linear-gradient(210deg, rgb(203,207,165,0.5) 0%, transparent 80%);
    content: "";
}.training_structure::after {
    content: "";
    height: 30%;
    left: -5%;
    transform: rotate(15deg) skewX(-10deg);
    z-index: 1;
    width: 40%;
    position: absolute;
    background: linear-gradient(30deg, rgb(183,161,118,0.5) 0%, transparent 70%);
    opacity: 0.5;
    bottom: -5%;
}.training_structure .container.mastery_zone {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background-color: #ffffff;
    transform: perspective(1000px) rotateY(2deg);
    margin: 0 auto;
}.training_structure .container.mastery_zone:hover {
    transform: perspective(1000px) rotateY(0deg);
}.training_structure .container.mastery_zone > div {
    border-left: 4px solid rgb(203,207,165);
    padding: 3.5rem;
    position: relative;
}.training_structure .container.mastery_zone > div::before {
    position: absolute;
    left: -2px;
    background: linear-gradient(to bottom, rgb(203,207,165), rgb(183,161,118));
    height: 100%;
    transform: scaleY(0);
    content: "";
    transition: transform 0.6s ease-out;
    top: 0;
    transform-origin: top;
    width: 4px;
}.training_structure .container.mastery_zone:hover > div::before {
    transform: scaleY(1);
}.training_structure h3 {
    font-size: 2.2rem;
    position: relative;
    padding-bottom: 0.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    transform: translateX(0);
    color: #000000;
    transition: transform 0.4s ease-out;
}.training_structure .container.mastery_zone:hover h3 {
    transform: translateX(10px);
}.training_structure h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 3px;
    width: 80px;
    transform: scaleX(1);
    transition: transform 0.4s ease-out;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(203,207,165), rgb(183,161,118));
}.training_structure .container.mastery_zone:hover h3::after {
    transform: scaleX(1.5);
}.training_structure p {
    color: #000000;
    line-height: 1.8;
    opacity: 0.9;
    font-size: 18px;
    max-width: 90%;
    transition: opacity 0.3s ease-out;
    margin-bottom: 0;
}.training_structure .container.mastery_zone:hover p {
    opacity: 1;
}.training_structure p span {
    position: relative;
    border-left: 2px solid transparent;
    padding-left: 10px;
    transition: all 0.4s ease-out, border-left 0.6s ease-out;
    display: block;
}.training_structure .container.mastery_zone:hover p span {
    padding-left: 20px;
    border-left: 2px solid rgb(183,161,118,0.5);
}

@media (max-width: 992px) {.training_structure {
    padding: 5rem 0;
}.training_structure .container.mastery_zone {
    transform: perspective(1000px) rotateY(1deg);
}.training_structure .container.mastery_zone > div {
    padding: 2.5rem;
}.training_structure h3 {
    font-size: 1.8rem;
}.training_structure p {
    max-width: 100%;
}
}

@media (max-width: 768px) {.training_structure {
    padding: 4rem 0;
}.training_structure .container.mastery_zone {
    transform: none;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}.training_structure .container.mastery_zone > div {
    padding: 2rem;
}.training_structure h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}.training_structure h3::after {
    width: 60px;
}.training_structure p {
    font-size: calc(18px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.training_structure {
    padding: 3rem 0;
}.training_structure .container.mastery_zone {
    padding: 0 1rem;
}.training_structure .container.mastery_zone > div {
    padding: 1.5rem;
}.training_structure h3 {
    font-size: 1.3rem;
}.training_structure p span {
    padding-left: 8px;
}.training_structure .container.mastery_zone:hover p span {
    padding-left: 12px;
}}.cookieUsageContainer {
    z-index: 1050;
    width: 90%;
    position: fixed;
    transform: translateX(-50%);
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    bottom: 20px;
    left: 50%;
    max-width: 500px;
    overflow: hidden;
    border-radius: 12px;
}.digital_cookies {
    padding: 20px;
    flex-direction: column;
    display: flex;
    align-items: center;
}.data_approve {
    margin-bottom: 20px;
}.data_approve svg, .data_approve svg path, .data_approve img {
    fill: rgb(203,207,165);
    width: 60px;
    height: 60px;
}.cookieUsageContainer h5 {
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    color: rgb(203,207,165);
    margin-bottom: 10px;
}.cookieUsageContainer p {
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-size: 18px;
}.web_tracking {
    width: calc(50% - 10px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    background: rgb(203,207,165);
    text-align: center;
    font-size: 15px;
    display: inline-block;
    color: #ffffff;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
}.web_tracking:hover {
    background: rgb(183,161,118);
}.cookie_button.cookies_tracking {
    background: rgb(183,161,118);
}.cookie_button.cookies_tracking:hover {
    background: rgb(183,161,118,0.5);
}.cookieUsageContainer p a {
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: rgb(203,207,165);
}.cookieUsageContainer p a:hover {
    color: rgb(183,161,118);
}#cookieModalNotice {
    display: none;
}#cookieModalNotice:checked ~ .cookieUsageContainer {
    opacity: 0;
    visibility: hidden;
}