﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.inner-container_24 {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.top_pro_58 {
    flex: 1 0 auto;
}.webinar_arch_07 {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1183px;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    scroll-behavior: auto;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.plan_block_06 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.plan_block_06::before {
    bottom: 0;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
    right: 0;
    z-index: 1;
    position: absolute;
    left: 0;
}.plan_block_06 .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}.plan_block_06 .pricing_block_30 {
    perspective: 1000px;
    position: relative;
}.plan_block_06 h2 {
    animation: fadeInDown 0.8s ease-out forwards;
    color: #ffffff;
    font-size: 35px;
    text-shadow: 0 3px 10px rgba(0,0,0,0.3);
    font-weight: 700;
    text-align: center;
    transform: translateZ(50px);
    letter-spacing: 1px;
    margin-bottom: 20px;
}.plan_block_06 .premium_grid_94 {
    text-align: center;
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    margin: 0 auto 50px;
    line-height: 1.6;
    transform: translateZ(30px);
    opacity: 0.9;
    color: #ffffff;
    font-size: calc(16px * 1.1);
}.plan_block_06 .lesson_plans_91 {
    list-style: none;
    perspective: 2000px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
}.plan_block_06 .lesson_plans_91 li {
    opacity: 0;
    height: 100%;
    animation: cardEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform: translateY(30px) rotateX(5deg);
}.plan_block_06 .lesson_plans_91 li:nth-child(1) {
    animation-delay: 0.3s;
}.plan_block_06 .lesson_plans_91 li:nth-child(2) {
    animation-delay: 0.5s;
}.plan_block_06 .lesson_plans_91 li:nth-child(3) {
    animation-delay: 0.7s;
}.plan_block_06 .lesson_plans_91 li:nth-child(4) {
    animation-delay: 0.9s;
}.plan_block_06 .bundle_price_45 {
    color: inherit;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    height: 100%;
    will-change: transform;
    display: block;
}.plan_block_06 .bundle_price_45:hover {
    transform: translateY(-15px) scale(1.02) rotateX(2deg);
}.plan_block_06 .premium_cost_86 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
    clip-path: polygon(0 0, 100% 0, 100% 94%, 96% 100%, 0 100%);
    backdrop-filter: blur(10px);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,182,154,0.5), rgb(217,144,106,0.5));
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    transition: all 0.4s ease;
    height: 100%;
}.plan_block_06 .bundle_price_45:hover .premium_cost_86 {
    box-shadow: 0 25px 50px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.15);
    border-color: rgba(255,255,255,0.25);
}.plan_block_06 .premium_cost_86::before {
    transition: all 0.4s ease;
    opacity: 0.15;
    position: absolute;
    top: -10px;
    transform: rotate(45deg);
    width: 100px;
    content: "";
    background: rgb(217,144,106);
    height: 100px;
    right: -10px;
}.plan_block_06 .bundle_price_45:hover .premium_cost_86::before {
    opacity: 0.25;
    transform: rotate(45deg) scale(1.2);
}.plan_block_06 .price_panel_13 {
    position: relative;
    z-index: 1;
    padding: 35px 30px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.plan_block_06 .bundle_price_45:hover .price_panel_13 {
    transform: translateZ(10px);
}.plan_block_06 .price_panel_13 h4 {
    font-weight: 700;
    margin: 0 0 20px;
    color: #ffffff;
    position: relative;
    font-size: calc(21px * 1.2);
    transition: transform 0.3s ease;
    padding-bottom: 15px;
}.plan_block_06 .bundle_price_45:hover .price_panel_13 h4 {
    transform: translateY(-5px);
}.plan_block_06 .price_panel_13 h4::after {
    background: rgb(231,182,154);
    position: absolute;
    height: 3px;
    content: "";
    width: 50px;
    transition: width 0.4s ease;
    bottom: 0;
    left: 0;
}.plan_block_06 .bundle_price_45:hover .price_panel_13 h4::after {
    width: 80px;
}.plan_block_06 .price_panel_13 p {
    opacity: 0.8;
    line-height: 1.6;
    overflow-y: auto;
    margin-bottom: 30px;
    transition: opacity 0.3s ease;
    color: #ffffff;
    max-height: 200px;
    font-size: 16px;
    padding-right: 10px;
}.plan_block_06 .price_panel_13 p::-webkit-scrollbar {
    width: 4px;
}.plan_block_06 .price_panel_13 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(231,182,154,0.5);
}.plan_block_06 .bundle_price_45:hover .price_panel_13 p {
    opacity: 1;
}.plan_block_06 .trial_rates_79 {
    display: block;
    margin-top: 20px;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    position: relative;
    color: #ffffff;
    font-size: calc(21px * 1.4);
    transition: all 0.4s ease;
}.plan_block_06 .trial_rates_79::before {
    position: absolute;
    width: 30px;
    background: rgb(217,144,106);
    content: "";
    transition: width 0.4s ease;
    top: -10px;
    height: 2px;
    left: 0;
}.plan_block_06 .bundle_price_45:hover .trial_rates_79::before {
    width: 50px;
}.plan_block_06 .bundle_price_45:hover .trial_rates_79 {
    color: rgb(217,144,106);
    transform: scale(1.1);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px) translateZ(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(50px);
    }
}

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

@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.plan_block_06 {
    padding: 100px 0;
}.plan_block_06 h2 {
    font-size: calc(35px * 0.9);
}.plan_block_06 .premium_grid_94 {
    margin-bottom: 40px;
    font-size: 16px;
}.plan_block_06 .lesson_plans_91 {
    gap: 25px;
}
}

@media (max-width: 992px) {.plan_block_06 {
    padding: 80px 0;
}.plan_block_06 .lesson_plans_91 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.plan_block_06 .price_panel_13 {
    padding: 30px 25px;
}.plan_block_06 .price_panel_13 p {
    max-height: 180px;
}
}

@media (max-width: 768px) {.plan_block_06 {
    padding: 70px 0;
}.plan_block_06 h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 15px;
}.plan_block_06 .premium_grid_94 {
    font-size: calc(16px * 0.95);
    margin-bottom: 30px;
}.plan_block_06 .lesson_plans_91 {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.plan_block_06 .premium_cost_86 {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 94% 100%, 0 100%);
}.plan_block_06 .trial_rates_79 {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 576px) {.plan_block_06 {
    padding: 60px 0;
}.plan_block_06 h2 {
    font-size: calc(35px * 0.7);
}.plan_block_06 .premium_grid_94 {
    font-size: calc(16px * 0.9);
    margin-bottom: 25px;
}.plan_block_06 .price_panel_13 {
    padding: 25px 20px;
}.plan_block_06 .price_panel_13 h4 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 21px;
}.plan_block_06 .price_panel_13 p {
    margin-bottom: 20px;
    font-size: calc(16px * 0.9);
    max-height: 150px;
}}.program_information_25 {
    position: relative;
    background: rgb(244,219,201);
    padding: 120px 0;
    overflow: hidden;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
}.program_information_25::before {
    background: linear-gradient(135deg, rgb(231,182,154,0.5) 0%, transparent 50%, rgb(217,144,106,0.5) 100%);
    z-index: 1;
    content: "";
    animation: backgroundShift 15s infinite alternate;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    height: 100%;
}.program_information_25::after {
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(231,182,154,0.5) 0%, transparent 70%);
    top: 0;
    position: absolute;
    animation: pulse 8s infinite alternate;
    z-index: 2;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
}.program_information_25 .container {
    z-index: 5;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.program_information_25 .learn_code_93 {
    perspective: 1000px;
    display: grid;
    gap: 40px;
    grid-template-columns: 1.5fr 1fr;
    position: relative;
}.program_information_25 .learn_code_93::before {
    height: calc(100% + 60px);
    transform: rotateY(5deg) rotateX(2deg);
    top: -30px;
    transform-style: preserve-3d;
    content: "";
    left: -30px;
    border: 1px solid rgb(231,182,154,0.5);
    animation: borderPulse 4s infinite alternate;
    border-radius: 28px;
    width: calc(100% + 60px);
    position: absolute;
    z-index: -1;
}.program_information_25 .text_holder_item_31 {
    flex-direction: column;
    gap: 30px;
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    position: relative;
    animation: floatPanel 8s ease-in-out infinite;
    background: rgba(255, 255, 255, 0.03);
    transform: translateZ(0);
    display: flex;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    border-radius: 28px;
}.program_information_25 .text_holder_item_31 h2 {
    display: inline-block;
    margin-bottom: 25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(231,182,154,0.5);
    color: #ffffff;
    position: relative;
    padding: 15px 20px;
    -webkit-text-fill-color: transparent;
    border-left: 2px solid rgb(217,144,106);
    background: linear-gradient(to right, rgb(231,182,154) 0%, rgb(217,144,106) 100%);
    -webkit-background-clip: text !important;
    background-clip: text !important;
    font-weight: 700;
    border-radius: 10px;
    border-bottom: 2px solid rgb(231,182,154);
    font-size: 36px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    max-width: fit-content;
    transform: translateY(-10px);
    border-radius: 8px 0 8px 0;
    letter-spacing: 1.5px;
}.program_information_25 .text_holder_item_31 .description {
    color: #000000;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(4px);
    z-index: 2;
    text-align: justify;
    transition: all 0.5s ease;
    transform: translateZ(0);
    margin-bottom: 25px;
    position: relative;
    padding: 18px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    font-size: 17px;
    letter-spacing: 0.5px;
    border-left: 3px solid rgb(231,182,154,0.5);
    line-height: 1.9;
    font-weight: 400;
    border-radius: 10px;
}.program_information_25 .text_holder_item_31 .description:first-of-type {
    border-left-color: rgb(231,182,154);
}.program_information_25 .text_holder_item_31 .description:last-of-type {
    border-left-color: rgb(217,144,106);
    margin-bottom: 0;
}.program_information_25 .text_holder_item_31 .description::before {
    top: 0;
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    width: 100%;
}.program_information_25 .text_holder_item_31 .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.program_information_25 .img_item_wrapper_08 {
    align-self: flex-start;
    overflow: hidden;
    background-position: center;
    border-radius: 28px;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    transform-style: preserve-3d;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    height: 450px;
    position: relative;
    animation: floatImage 6s ease-in-out infinite alternate;
    z-index: 4;
    background-size: cover;
    transform: translateZ(0) rotateY(-5deg);
}.program_information_25 .img_item_wrapper_08:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(231,182,154,0.5);
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(231,182,154,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(217,144,106,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(231,182,154,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(231,182,154);
    }
}

@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}

@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(231,182,154,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(231,182,154);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.program_information_25 {
    padding: 100px 0;
}.program_information_25 .learn_code_93 {
    gap: 30px;
}.program_information_25 .text_holder_item_31 {
    padding: 30px;
}.program_information_25 .text_holder_item_31 h2 {
    font-size: calc(36px * 0.9);
    padding: 12px 18px;
}.program_information_25 .text_holder_item_31 .description {
    padding: 15px;
}
}

@media screen and (max-width: 991px) {.program_information_25 {
    padding: 80px 0;
}.program_information_25 .learn_code_93 {
    grid-template-columns: 1fr;
    gap: 40px;
}.program_information_25 .learn_code_93::before {
    top: -20px;
    height: calc(100% + 40px);
    transform: none;
    left: -20px;
    width: calc(100% + 40px);
}.program_information_25 .text_holder_item_31 {
    transform: none;
    animation: none;
    order: 2;
}.program_information_25 .img_item_wrapper_08 {
    order: 1;
    transform: none;
    animation: pulse 8s infinite alternate;
    min-height: 400px;
}.program_information_25 .img_item_wrapper_08:hover {
    transform: scale(1.02) translateY(-5px);
}.program_information_25 .text_holder_item_31 h2 {
    text-align: center;
    margin-left: auto;
    max-width: 100%;
    display: block;
    margin-right: auto;
}.program_information_25 .text_holder_item_31 .description {
    text-align: left;
}
}

@media screen and (max-width: 767px) {.program_information_25 {
    padding: 60px 0;
}.program_information_25 .learn_code_93 {
    gap: 30px;
}.program_information_25 .text_holder_item_31 {
    gap: 20px;
    padding: 25px;
}.program_information_25 .text_holder_item_31 h2 {
    margin-bottom: 15px;
    font-size: calc(36px * 0.8);
    padding: 10px 15px;
}.program_information_25 .text_holder_item_31 .description {
    font-size: calc(17px * 0.95);
    margin-bottom: 15px;
    padding: 12px;
    line-height: 1.7;
}.program_information_25 .img_item_wrapper_08 {
    min-height: 350px;
}.program_information_25 .learn_code_93::before {
    display: none;
}
}

@media screen and (max-width: 480px) {.program_information_25 {
    padding: 40px 0;
}.program_information_25 .text_holder_item_31 {
    gap: 15px;
    padding: 20px;
}.program_information_25 .text_holder_item_31 h2 {
    font-size: calc(36px * 0.7);
    padding: 8px 12px;
    letter-spacing: 1px;
}.program_information_25 .text_holder_item_31 .description {
    padding: 10px;
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.program_information_25 .img_item_wrapper_08 {
    min-height: 280px;
}}.educational_rewards_36 {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(45deg, rgb(244,219,201), #ffffff);
    overflow: hidden;
}.educational_rewards_36::before {
    left: -25%;
    width: 150%;
    position: absolute;
    top: -100px;
    height: 200px;
    background: rgb(231,182,154,0.5);
    content: '';
    z-index: 1;
    transform: rotate(-5deg);
}.educational_rewards_36::after {
    content: '';
    bottom: -100px;
    position: absolute;
    height: 200px;
    right: -25%;
    z-index: 1;
    background: rgb(217,144,106,0.5);
    transform: rotate(-5deg);
    width: 150%;
}.educational_rewards_36 .learning_studio_56 {
    position: relative;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    z-index: 2;
}.educational_rewards_36 .img_item_wrapper_08 {
    z-index: 3;
    position: relative;
    transition: all 0.5s ease;
    margin-left: -5%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    border-radius: 0 18px 18px 0;
    width: 45%;
    height: 600px;
    margin-top: -50px;
}.educational_rewards_36 .img_item_wrapper_08:hover {
    box-shadow: 20px 30px 60px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}.educational_rewards_36 .img_item_wrapper_08::after {
    height: 90%;
    border: 5px solid rgb(231,182,154);
    border-left: none;
    width: 60%;
    content: '';
    top: 20px;
    opacity: 0.5;
    z-index: -1;
    right: -20px;
    position: absolute;
}.educational_rewards_36 .text_holder_item_31 {
    width: 60%;
    padding-top: 20px;
    padding-left: 8%;
}.educational_rewards_36 h2 {
    width: fit-content;
    margin-bottom: 50px;
    font-size: 32px;
    position: relative;
    color: #000000;
    font-weight: 700;
}.educational_rewards_36 h2::before {
    position: absolute;
    height: 30px;
    width: 120%;
    bottom: -10px;
    background: rgb(231,182,154,0.5);
    left: -10%;
    z-index: -1;
    content: '';
}.educational_rewards_36 .text_main_holder {
    display: grid;
    padding-right: 5%;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.educational_rewards_36 .text_main_holder > div {
    align-items: flex-start;
    border-radius: 10px;
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    background: #ffffff;
    gap: 15px;
    transition: all 0.3s ease;
}.educational_rewards_36 .text_main_holder > div::before {
    left: 0;
    background: rgb(231,182,154);
    top: 0;
    transition: height 0.3s ease-out;
    height: 0;
    content: '';
    width: 5px;
    position: absolute;
}.educational_rewards_36 .text_main_holder > div:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}.educational_rewards_36 .text_main_holder > div:hover::before {
    height: 100%;
}.educational_rewards_36 .text_main_holder > div:nth-child(even) {
    transform: translateY(20px);
}.educational_rewards_36 .text_main_holder > div:nth-child(even):hover {
    transform: translateY(10px);
}.educational_rewards_36 .text_main_holder svg {
    width: 45px;
    height: 45px;
    transition: transform 0.3s ease;
}.educational_rewards_36 .text_main_holder > div:hover svg {
    transform: scale(1.1);
}.educational_rewards_36 .text_main_holder svg path {
    fill: rgb(217,144,106);
    transition: fill 0.3s ease;
}.educational_rewards_36 .text_main_holder > div:hover svg path {
    fill: rgb(231,182,154);
}.educational_rewards_36 .text_main_holder p {
    position: relative;
    margin: 0;
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
    z-index: 1;
}

@media (max-width: 1200px) {.educational_rewards_36 .img_item_wrapper_08 {
    margin-left: 0;
    width: 40%;
}.educational_rewards_36 .text_holder_item_31 {
    width: 60%;
    padding-left: 5%;
}
}

@media (max-width: 992px) {.educational_rewards_36 .learning_studio_56 {
    flex-direction: column;
    padding: 0 20px;
}.educational_rewards_36 .img_item_wrapper_08 {
    margin-top: 0;
    border-radius: 18px;
    margin-bottom: 40px;
    width: 100%;
    height: 400px;
}.educational_rewards_36 .text_holder_item_31 {
    width: 100%;
    padding-left: 0;
}.educational_rewards_36 .text_main_holder {
    padding-right: 0;
    grid-template-columns: 1fr;
}.educational_rewards_36 .text_main_holder > div:nth-child(even) {
    transform: translateY(0);
}.educational_rewards_36 .text_main_holder > div:nth-child(even):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 576px) {.educational_rewards_36 {
    padding: 80px 0;
}.educational_rewards_36 .img_item_wrapper_08 {
    height: 300px;
}.educational_rewards_36 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.educational_rewards_36 .text_main_holder > div {
    padding: 20px;
}.educational_rewards_36 .text_main_holder svg {
    height: 35px;
    width: 35px;
}}.gratefulPage_87 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, hsl(210, 40%, 95%), hsl(210, 40%, 98%));
    padding: 6rem 0;
}.gratefulPage_87::before {
    background: radial-gradient(circle at 20% 30%, rgb(231,182,154,0.5), transparent 60%);
    height: 200%;
    z-index: 0;
    opacity: 0.2;
    content: "";
    width: 120%;
    transform: rotate(-15deg);
    position: absolute;
    top: -50%;
    left: -20%;
}.gratefulPage_87::after {
    right: -10%;
    height: 70%;
    opacity: 0.15;
    content: "";
    width: 70%;
    z-index: 0;
    position: absolute;
    background: radial-gradient(circle at 80% 80%, rgb(217,144,106,0.5), transparent 60%);
    bottom: -10%;
}.gratefulPage_87 .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
}.gratefulPage_87 .learning_studio_56 {
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    position: relative;
    border-radius: 16px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    clip-path: polygon(
        0 0,
        100% 0,
        98% 98%,
        2% 100%
    );
}.gratefulPage_87 .learning_studio_56:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.07),
        -25px -25px 70px rgba(255, 255, 255, 1),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.04);
}.gratefulPage_87 .learning_studio_56 > div:first-child {
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}.gratefulPage_87 .learning_studio_56 > div:first-child::after {
    width: 100%;
    left: 0;
    animation: gradientSlide 6s infinite ease-in-out;
    border-radius: 3px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(231,182,154), rgb(217,144,106), rgb(231,182,154));
    height: 3px;
    content: "";
    background-size: 200% 100%;
    box-shadow: 0 2px 6px rgba(rgb(231,182,154,0.5), 0.2);
}.gratefulPage_87 h5 {
    margin: 0;
    font-size: calc(24px * 1.15);
    position: relative;
    padding-left: 1.2rem;
    transform: translateZ(0);
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
}.gratefulPage_87 h5::before {
    top: 0.1em;
    left: 0;
    box-shadow: 
        1px 1px 3px rgba(0, 0, 0, 0.1),
        -1px -1px 3px rgba(255, 255, 255, 0.7);
    background: rgb(231,182,154);
    border-radius: 3px;
    height: 90%;
    width: 6px;
    transform: translateZ(0);
    position: absolute;
    content: "";
}.gratefulPage_87 .learning_studio_56 > div:last-child {
    transform: translateZ(0);
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
}.gratefulPage_87 a {
    transform: translateZ(0);
    padding: 0.5rem 1.2rem;
    background: 
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(240, 245, 250, 0.5));
    border-radius: 12px;
    position: relative;
    backdrop-filter: blur(8px);
    text-decoration: none;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.03),
        -4px -4px 8px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.5);
    display: block;
    transition: all 0.3s ease;
}.gratefulPage_87 a:hover {
    transform: translateY(1px);
    box-shadow: 
        2px 2px 5px rgba(0, 0, 0, 0.02),
        -2px -2px 5px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(0, 0, 0, 0.03),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}.gratefulPage_87 a:active {
    transform: translateY(2px);
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.05),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8);
}.gratefulPage_87 p {
    font-size: 14px;
    transition: all 0.3s ease;
    margin: 0;
    position: relative;
    z-index: 1;
    color: #000000;
    line-height: 1.7;
}

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

@media (max-width: 991px) {.gratefulPage_87 {
    padding: 5rem 0;
}.gratefulPage_87 .learning_studio_56 {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.gratefulPage_87 h5 {
    font-size: calc(24px * 1.05);
}.gratefulPage_87 .learning_studio_56 > div:first-child {
    padding-bottom: 1.2rem;
    margin-bottom: 1.5rem;
}
}

@media (max-width: 767px) {.gratefulPage_87 {
    padding: 4rem 0;
}.gratefulPage_87 .learning_studio_56 {
    padding: 2rem;
    transform: none;
    clip-path: polygon(
            0 0,
            100% 0,
            97% 97%,
            3% 100%
        );
}.gratefulPage_87 h5 {
    font-size: 24px;
    padding-left: 1rem;
}.gratefulPage_87 h5::before {
    width: 4px;
}.gratefulPage_87 a {
    padding: 0.5rem 1rem;
}.gratefulPage_87 p {
    font-size: calc(14px - 1px);
}
}

@media (max-width: 575px) {.gratefulPage_87 {
    padding: 3.5rem 0;
}.gratefulPage_87 .container {
    padding: 0 1.5rem;
}.gratefulPage_87 .learning_studio_56 {
    border-radius: 12px;
    clip-path: polygon(
            0 0,
            100% 0,
            96% 96%,
            4% 100%
        );
    padding: 1.75rem;
}.gratefulPage_87 h5 {
    font-size: calc(24px - 2px);
    padding-left: 0.8rem;
}.gratefulPage_87 h5::before {
    width: 3px;
}.gratefulPage_87 .learning_studio_56 > div:first-child {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
}.gratefulPage_87 a {
    border-radius: 8px;
    padding: 0.4rem 0.8rem;
}.gratefulPage_87 p {
    line-height: 1.6;
    font-size: calc(14px - 2px);
}}.get_updates_87 {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: rgb(244,219,201);
    z-index: 1;
}.get_updates_87::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 38.2% 100%);
    right: 0;
    content: "";
    opacity: 0.08;
    width: 61.8%;
    background: rgb(231,182,154,0.5);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}.get_updates_87::after {
    position: absolute;
    width: 38.2%;
    height: 61.8%;
    opacity: 0.08;
    bottom: 0;
    clip-path: polygon(0 38.2%, 100% 0, 100% 100%, 0 100%);
    left: 0;
    z-index: -1;
    content: "";
    background: rgb(217,144,106,0.5);
}.get_updates_87 .container {
    max-width: 1140px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.get_updates_87 .learning_studio_56 {
    position: relative;
    gap: 0;
    grid-template-columns: 38.2% 61.8%;
    display: grid;
}.get_updates_87 .learning_studio_56::before {
    opacity: 0.05;
    position: absolute;
    height: 200px;
    content: "";
    width: 200px;
    border: 15px solid rgb(217,144,106);
    top: -100px;
    z-index: -1;
    right: -100px;
    border-radius: 50%;
}.get_updates_87 .learning_studio_56::after {
    position: absolute;
    z-index: -1;
    width: 120px;
    height: 120px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    background: rgb(231,182,154);
    animation: rotateDiamond 15s linear infinite;
    opacity: 0.05;
    left: 38.2%;
    bottom: -60px;
}.get_updates_87 p {
    margin: 0;
    position: relative;
    padding-right: 2rem;
    color: #000000;
    align-items: center;
    height: 100%;
    line-height: 1.3;
    display: flex;
    font-weight: 700;
    font-size: 35px;
    font-family: Arial, sans-serif;
}.get_updates_87 p::before {
    animation: extendHeight 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    background: rgb(231,182,154);
    width: 3px;
    left: -20px;
    position: absolute;
    content: "";
    height: 61.8%;
}.get_updates_87 p::after {
    content: "";
    height: 3px;
    width: 38.2%;
    bottom: -20px;
    animation: extendWidth 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    position: absolute;
    background: rgb(217,144,106);
    right: 0;
    transform-origin: right;
}.get_updates_87 .input_holder {
    padding-left: 2rem;
    display: flex;
    align-items: center;
    position: relative;
}.get_updates_87 .input_holder::before {
    height: 100%;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    top: -8px;
    left: 8px;
    transition: all 0.3s ease;
    background: transparent;
    border: 1px solid #000000;
    content: "";
    z-index: -1;
    pointer-events: none;
}.get_updates_87 .input_holder:hover::before {
    transform: translate(4px, -4px);
}.get_updates_87 .mail_section_29 {
    transition: all 0.3s ease;
    background: #ffffff;
    padding: 1.2rem 1.5rem;
    outline: none;
    width: 61.8%;
    color: #000000;
    border-right: none;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 17px;
    font-family: Arial, sans-serif;
}.get_updates_87 .mail_section_29:focus {
    border-color: rgb(231,182,154);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.get_updates_87 .help_list_56 {
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    background: #000000;
    font-family: Arial, sans-serif;
    font-size: 20px;
    position: relative;
    padding: 1.2rem 0;
    overflow: hidden;
    cursor: pointer;
    width: 38.2%;
    border: 1px solid #000000;
}.get_updates_87 .help_list_56::before {
    height: 100%;
    z-index: -1;
    position: absolute;
    left: -100%;
    transition: all 0.3s ease;
    background: rgb(231,182,154);
    content: "";
    width: 100%;
    top: 0;
}.get_updates_87 .help_list_56:hover {
    color: #ffffff;
    border-color: rgb(231,182,154);
}.get_updates_87 .help_list_56:hover::before {
    left: 0;
}

@keyframes extendWidth {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes extendHeight {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes rotateDiamond {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.get_updates_87 {
    padding: 4rem 1.5rem;
}.get_updates_87 .learning_studio_56 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.get_updates_87 p {
    padding-right: 0;
    padding-left: 1.5rem;
    font-size: calc(35px * 0.9);
}.get_updates_87 p::before {
    left: 0;
    height: 80%;
}.get_updates_87 p::after {
    left: 0;
    width: 50%;
    right: auto;
}.get_updates_87 .input_holder {
    padding-left: 0;
}
}

@media (max-width: 768px) {.get_updates_87 {
    padding: 3.5rem 1.5rem;
}.get_updates_87 p {
    font-size: 19px;
}.get_updates_87 .input_holder {
    align-items: stretch;
    flex-direction: column;
}.get_updates_87 .mail_section_29 {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
}.get_updates_87 .help_list_56 {
    width: 100%;
}.get_updates_87::before,
    .get_updates_87::after {
    opacity: 0.05;
}
}

@media (max-width: 576px) {.get_updates_87 {
    margin: 4rem 0;
    padding: 3rem 1rem;
}.get_updates_87 p {
    padding-left: 1rem;
}.get_updates_87 p::before {
    width: 2px;
}.get_updates_87 p::after {
    height: 2px;
}.get_updates_87 .mail_section_29,
    .get_updates_87 .help_list_56 {
    padding: 1rem;
}.get_updates_87 .learning_studio_56::before,
    .get_updates_87 .learning_studio_56::after {
    display: none;
}}.company_overview_39 {
    padding: 120px 0;
    background-color: rgb(244,219,201);
    position: relative;
    overflow: hidden;
}.company_overview_39::before {
    width: 100%;
    background: 
        linear-gradient(0deg, rgb(244,219,201) 20%, transparent 80%),
        linear-gradient(90deg, rgb(244,219,201) 10%, transparent 90%);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
}.company_overview_39::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(231,182,154,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(217,144,106,0.5) 0%, transparent 40%);
    filter: blur(50px);
    opacity: 0.8;
    left: 0;
    z-index: 1;
}.company_overview_39 .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1100px;
}.company_overview_39 h2 {
    font-weight: 700;
    position: relative;
    color: #000000;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    margin-bottom: 80px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 44px;
}.company_overview_39 h2::after {
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
    position: absolute;
    bottom: -20px;
    content: "";
    background: linear-gradient(90deg, rgb(231,182,154), rgb(217,144,106));
    width: 60px;
}.company_overview_39 .study_experts_42 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    width: 100%;
}.company_overview_39 .study_experts_42::before {
    width: 2px;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, 
        transparent 0%,
        rgb(231,182,154,0.5) 10%, 
        rgb(231,182,154) 50%,
        rgb(217,144,106) 50%,
        rgb(217,144,106,0.5) 90%,
        transparent 100%);
    left: 50%;
}.company_overview_39 .why_choose_92 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    border-radius: 28px;
    padding: 40px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.9);
    width: 55%;
    position: relative;
}.company_overview_39 .why_choose_92:nth-child(1) {
    border-left: 4px solid rgb(231,182,154);
    transform: translateX(-40px);
    align-self: flex-start;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
}.company_overview_39 .why_choose_92:nth-child(2) {
    border-right: 4px solid rgb(217,144,106);
    align-self: flex-end;
    transform: translateX(40px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
}.company_overview_39 .why_choose_92::before {
    z-index: 3;
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 20px;
    top: 50%;
    width: 20px;
    background: rgb(231,182,154);
}.company_overview_39 .why_choose_92:nth-child(1)::before {
    box-shadow: 0 0 15px rgb(231,182,154,0.5);
    right: -55px;
    transform: translateY(-50%);
}.company_overview_39 .why_choose_92:nth-child(2)::before {
    box-shadow: 0 0 15px rgb(217,144,106,0.5);
    background: rgb(217,144,106);
    left: -55px;
    transform: translateY(-50%);
}.company_overview_39 .why_choose_92::after {
    content: "";
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    width: 35px;
    top: 50%;
    position: absolute;
}.company_overview_39 .why_choose_92:nth-child(1)::after {
    right: -35px;
}.company_overview_39 .why_choose_92:nth-child(2)::after {
    left: -35px;
}.company_overview_39 .why_choose_92:hover {
    z-index: 4;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: scale(1.03) translateY(-5px);
}.company_overview_39 .why_choose_92:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-40px);
}.company_overview_39 .why_choose_92:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(40px);
}.company_overview_39 .why_choose_92 h3 {
    font-weight: 600;
    color: #000000;
    font-size: 22px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    letter-spacing: 1px;
}.company_overview_39 .why_choose_92 h3::after {
    transition: width 0.4s ease;
    bottom: 0;
    position: absolute;
    content: "";
    height: 2px;
    width: 40%;
    left: 0;
    background: linear-gradient(90deg, rgb(231,182,154), transparent);
}.company_overview_39 .why_choose_92:nth-child(2) h3::after {
    background: linear-gradient(90deg, rgb(217,144,106), transparent);
}.company_overview_39 .why_choose_92:hover h3::after {
    width: 70%;
}.company_overview_39 .why_choose_92 p {
    line-height: 1.8;
    font-size: 12px;
    font-weight: 400;
    z-index: 2;
    color: #000000;
    position: relative;
}.company_overview_39 .container::before,
.company_overview_39 .container::after {
    height: 250px;
    opacity: 0.2;
    width: 250px;
    position: absolute;
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    animation: floatAnim 15s linear infinite alternate;
    content: "";
    background: linear-gradient(45deg, rgb(231,182,154,0.5), transparent);
    z-index: 0;
    filter: blur(60px);
}.company_overview_39 .container::before {
    left: -150px;
    top: 10%;
}.company_overview_39 .container::after {
    right: -150px;
    background: linear-gradient(45deg, rgb(217,144,106,0.5), transparent);
    animation-delay: -5s;
    bottom: 10%;
}@keyframes floatAnim {
    0% {
        transform: translateY(0) rotate(0deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        border-radius: 60% 40% 40% 60% / 30% 70% 30% 70%;
    }
    100% {
        transform: translateY(0) rotate(360deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
}

.company_overview_39::before {
    position: absolute;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 10%, transparent 10px, rgb(231,182,154,0.5) 10px, transparent 12px),
        radial-gradient(circle at 15% 15%, transparent 10px, rgb(231,182,154,0.5) 10px, transparent 12px),
        radial-gradient(circle at 20% 20%, transparent 10px, rgb(231,182,154,0.5) 10px, transparent 12px),
        radial-gradient(circle at 25% 25%, transparent 10px, rgb(231,182,154,0.5) 10px, transparent 12px),
        radial-gradient(circle at 30% 30%, transparent 10px, rgb(231,182,154,0.5) 10px, transparent 12px),
        radial-gradient(circle at 35% 35%, transparent 10px, rgb(231,182,154,0.5) 10px, transparent 12px),
        radial-gradient(circle at 40% 40%, transparent 10px, rgb(231,182,154,0.5) 10px, transparent 12px),
        radial-gradient(circle at 45% 45%, transparent 10px, rgb(231,182,154,0.5) 10px, transparent 12px),
        radial-gradient(circle at 50% 50%, transparent 10px, rgb(217,144,106,0.5) 10px, transparent 12px),
        radial-gradient(circle at 55% 55%, transparent 10px, rgb(217,144,106,0.5) 10px, transparent 12px),
        radial-gradient(circle at 60% 60%, transparent 10px, rgb(217,144,106,0.5) 10px, transparent 12px),
        radial-gradient(circle at 65% 65%, transparent 10px, rgb(217,144,106,0.5) 10px, transparent 12px),
        radial-gradient(circle at 70% 70%, transparent 10px, rgb(217,144,106,0.5) 10px, transparent 12px),
        radial-gradient(circle at 75% 75%, transparent 10px, rgb(217,144,106,0.5) 10px, transparent 12px),
        radial-gradient(circle at 80% 80%, transparent 10px, rgb(217,144,106,0.5) 10px, transparent 12px),
        radial-gradient(circle at 85% 85%, transparent 10px, rgb(217,144,106,0.5) 10px, transparent 12px),
        radial-gradient(circle at 90% 90%, transparent 10px, rgb(217,144,106,0.5) 10px, transparent 12px);
    height: 100%;
    z-index: 1;
    opacity: 0.15;
    background-position: center;
    width: 100%;
    background-size: 100px 100px;
}

@media screen and (max-width: 1200px) {.company_overview_39 .why_choose_92:nth-child(1) {
    transform: translateX(-20px);
}.company_overview_39 .why_choose_92:nth-child(2) {
    transform: translateX(20px);
}.company_overview_39 .why_choose_92:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-20px);
}.company_overview_39 .why_choose_92:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(20px);
}
}

@media screen and (max-width: 991px) {.company_overview_39 {
    padding: 100px 0;
}.company_overview_39 h2 {
    margin-bottom: 60px;
}.company_overview_39 .why_choose_92 {
    padding: 30px;
    width: 50%;
}.company_overview_39 .why_choose_92:nth-child(1) {
    transform: translateX(-15px);
}.company_overview_39 .why_choose_92:nth-child(2) {
    transform: translateX(15px);
}.company_overview_39 .why_choose_92:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-15px);
}.company_overview_39 .why_choose_92:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(15px);
}
}

@media screen and (max-width: 768px) {.company_overview_39 {
    padding: 80px 0;
}.company_overview_39 h2 {
    font-size: calc(36px + 0.1rem);
    margin-bottom: 50px;
}.company_overview_39 .study_experts_42::before {
    left: 30px;
}.company_overview_39 .why_choose_92 {
    max-width: 500px;
    margin-left: auto;
    padding: 25px;
    width: 85%;
}.company_overview_39 .why_choose_92:nth-child(1),
    .company_overview_39 .why_choose_92:nth-child(2) {
    margin-left: 60px;
    transform: translateX(0);
    border-right: none;
    align-self: flex-end;
    border-left: 4px solid rgb(231,182,154);
}.company_overview_39 .why_choose_92:nth-child(2) {
    border-left: 4px solid rgb(217,144,106);
}.company_overview_39 .why_choose_92:nth-child(1):hover,
    .company_overview_39 .why_choose_92:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px);
}.company_overview_39 .why_choose_92::before {
    left: -45px;
    right: auto;
}.company_overview_39 .why_choose_92::after {
    left: -25px;
    right: auto;
}
}

@media screen and (max-width: 576px) {.company_overview_39 {
    padding: 60px 0;
}.company_overview_39 h2 {
    font-size: 36px;
    margin-bottom: 40px;
}.company_overview_39 .study_experts_42 {
    gap: 30px;
}.company_overview_39 .study_experts_42::before {
    left: 20px;
}.company_overview_39 .why_choose_92 {
    width: 85%;
    padding: 20px;
    margin-left: 40px;
}.company_overview_39 .why_choose_92::before {
    left: -35px;
    height: 15px;
    width: 15px;
}.company_overview_39 .why_choose_92::after {
    left: -15px;
    width: 15px;
}.company_overview_39 .why_choose_92 h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(17px + 0.1rem);
}.company_overview_39 .why_choose_92 p {
    font-size: calc(12px - 0.05rem);
}}.info_hub_32 {
    background: linear-gradient(135deg, rgb(244,219,201) 50%, rgba(rgb(231,182,154,0.5), 0.05) 100%);
    position: relative;
    padding: 6rem 2rem;
    color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.info_hub_32::before {
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 20px,
            rgba(rgb(217,144,106,0.5), 0.03) 20px,
            rgba(rgb(217,144,106,0.5), 0.03) 40px
        );
    height: 100%;
    top: 0;
    content: "";
    z-index: 0;
    position: absolute;
    left: 0;
    width: 100%;
}.info_hub_32::after {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    animation: float 15s infinite ease-in-out;
    right: -5%;
    width: 300px;
    height: 300px;
    content: "";
    background: radial-gradient(circle, rgba(rgb(231,182,154,0.5), 0.1) 0%, transparent 70%);
    top: -15%;
}.info_hub_32 h1 {
    opacity: 0;
    transform: translateX(-10px);
    text-align: left;
    color: rgb(231,182,154);
    margin-bottom: 3rem;
    font-weight: 700;
    animation: slideIn 0.8s forwards ease-out;
    z-index: 2;
    position: relative;
    font-size: 44px;
}.info_hub_32 h1::after {
    background: rgb(217,144,106);
    position: absolute;
    width: 60px;
    content: "";
    left: 0;
    bottom: -10px;
    transform: scaleX(0);
    height: 4px;
    transform-origin: left;
    animation: expandLine 1.2s 0.4s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.info_hub_32 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.info_hub_32 .join_us_65 {
    display: grid;
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(20px);
    background: #ffffff;
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 4px;
    padding: 2.5rem;
    gap: 2.5rem;
    opacity: 0;
    grid-template-columns: 1fr;
}.info_hub_32 .join_us_65 > div {
    transition: transform 0.3s ease;
    position: relative;
}.info_hub_32 .join_us_65 > div:hover {
    transform: translateY(-5px);
}.info_hub_32 .join_us_65 > div:first-child {
    color: #000000;
    padding-left: 1.5rem;
    font-size: calc(18px * 1.05);
    border-left: 3px solid rgb(231,182,154);
    line-height: 1.6;
}.info_hub_32 h6 {
    text-transform: uppercase;
    color: rgb(231,182,154);
    display: flex;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 0.7rem;
    align-items: center;
    font-size: 18px;
}.info_hub_32 h6 svg {
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
}.info_hub_32 span {
    font-size: 18px;
    color: #000000;
    display: block;
    margin-left: 1.8rem;
}.info_hub_32 .learn_talk_43 {
    gap: 1.2rem;
    display: flex;
    flex-direction: column;
}.info_hub_32 .learn_talk_43 > div {
    transition: transform 0.3s ease;
}.info_hub_32 .learn_talk_43 > div:hover {
    transform: translateX(5px);
}.info_hub_32 .message_us_28 {
    text-decoration: none;
    align-items: center;
    display: flex;
    font-size: 18px;
    color: rgb(217,144,106);
    transition: color 0.3s ease;
    font-weight: 600;
}.info_hub_32 .message_us_28:hover {
    color: rgb(231,182,154);
}.info_hub_32 .message_us_28 svg {
    margin-left: 0.5rem;
    transform: scale(0.9);
    transition: transform 0.3s ease, fill 0.3s ease;
}.info_hub_32 .message_us_28:hover svg {
    transform: scale(1);
}.info_hub_32 svg path {
    transition: fill 0.3s ease;
}.info_hub_32 .message_us_28:hover svg path {
    fill: rgb(231,182,154);
}

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

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

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

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

@media (min-width: 768px) {.info_hub_32 {
    padding: 8rem 3rem;
}.info_hub_32 h1 {
    font-size: calc(44px * 1.2);
    margin-bottom: 4rem;
}.info_hub_32 .join_us_65 {
    padding: 3.5rem;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
}.info_hub_32 h1::after {
    width: 80px;
}.info_hub_32::after {
    width: 500px;
    height: 500px;
}
}

@media (min-width: 992px) {.info_hub_32 {
    padding: 10rem 4rem;
}.info_hub_32::before {
    background-size: 60px 60px;
}.info_hub_32 .join_us_65 {
    padding: 4rem;
}.info_hub_32 .join_us_65 > div:first-child {
    font-size: calc(18px * 1.1);
}.info_hub_32 h6 {
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 767px) {.info_hub_32 {
    padding: 4rem 1.5rem;
}.info_hub_32 h1 {
    font-size: calc(44px * 0.9);
    margin-bottom: 2.5rem;
}.info_hub_32 .join_us_65 {
    padding: 2rem;
}.info_hub_32 .join_us_65 > div:first-child {
    margin-bottom: 1rem;
}.info_hub_32 .learn_talk_43 {
    gap: 1rem;
}
}

@media (max-width: 480px) {.info_hub_32 {
    padding: 3rem 1rem;
}.info_hub_32 h1 {
    font-size: calc(44px * 0.8);
}.info_hub_32 .join_us_65 {
    padding: 1.5rem;
}.info_hub_32 h6 {
    font-size: calc(18px * 0.9);
}.info_hub_32 span,
    .info_hub_32 .message_us_28 {
    font-size: calc(18px * 0.9);
}}.webinar_arch_07 {
    padding: 80px 0 40px;
    position: relative;
    color: #ffffff;
    z-index: 1;
}.webinar_arch_07::before {
    top: 0;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
}footer {
    position: relative;
}.webinar_arch_07 .container {
    display: grid;
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr 1fr;
}.webinar_arch_07 .company_holder {
    padding-right: 40px;
    position: relative;
}.webinar_arch_07 .company_holder::after {
    right: 0;
    content: "";
    height: 60%;
    top: 20%;
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(217,144,106,0.5), 
        transparent);
    width: 1px;
    position: absolute;
}.webinar_arch_07 .company_holder h3 {
    margin-bottom: 25px;
    font-weight: 700;
    display: inline-block;
    font-size: calc(37px * 0.9);
    position: relative;
}.webinar_arch_07 .company_holder h3::after {
    bottom: -8px;
    background: rgb(231,182,154);
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    content: "";
}.webinar_arch_07 .achieve_cta_49 {
    color: #ffffff;
    max-width: 90%;
    font-size: 17px;
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 30px;
}.webinar_arch_07 .reward_sys_07 {
    display: flex;
    justify-content: flex-end;
}.webinar_arch_07 .main_tutor_36 {
    gap: 60px;
    display: flex;
}.webinar_arch_07 .nav_wrap_05 {
    position: relative;
}.webinar_arch_07 .nav_wrap_05 h5 {
    font-size: 21px;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 12px;
    font-weight: 600;
}.webinar_arch_07 .nav_wrap_05 h5::after {
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px;
    bottom: 0;
    background: rgb(231,182,154);
    content: "";
    border-radius: 10px;
}.webinar_arch_07 .nav_wrap_05 .main_tutor_36 {
    gap: 15px;
    display: flex;
    flex-direction: column;
}.webinar_arch_07 .nav_wrap_05 .main_tutor_36 a {
    font-size: calc(17px * 0.95);
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    opacity: 0.7;
    text-decoration: none;
    padding-left: 0;
}.webinar_arch_07 .nav_wrap_05 .main_tutor_36 a::before {
    height: 1px;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    background: rgb(231,182,154);
    transition: all 0.3s ease;
    opacity: 0;
    width: 0;
}.webinar_arch_07 .nav_wrap_05 .main_tutor_36 a:hover {
    opacity: 1;
    padding-left: 12px;
    color: rgb(231,182,154);
}.webinar_arch_07 .nav_wrap_05 .main_tutor_36 a:hover::before {
    width: 8px;
    opacity: 1;
}.search_foot_37 {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}.search_foot_37 .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.search_foot_37 .design_res_86 {
    color: #ffffff;
    opacity: 0.6;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.5px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(231,182,154,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(231,182,154);
    }
}

@media (max-width: 991px) {.webinar_arch_07 {
    padding: 60px 0 30px;
}.webinar_arch_07 .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.webinar_arch_07 .company_holder {
    text-align: center;
    padding-right: 0;
    margin: 0 auto;
    max-width: 600px;
}.webinar_arch_07 .company_holder::after {
    display: none;
}.webinar_arch_07 .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.webinar_arch_07 .company_holder h3::after {
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
}.webinar_arch_07 .achieve_cta_49 {
    max-width: 100%;
    text-align: center;
}.webinar_arch_07 .reward_sys_07 {
    justify-content: center;
}
}

@media (max-width: 767px) {.webinar_arch_07 {
    padding: 50px 0 20px;
}.webinar_arch_07 .main_tutor_36 {
    width: 100%;
    flex-direction: column;
    gap: 40px;
}.webinar_arch_07 .nav_wrap_05 {
    text-align: center;
}.webinar_arch_07 .nav_wrap_05 h5 {
    text-align: center;
}.webinar_arch_07 .nav_wrap_05 h5::after {
    left: 50%;
    transform: translateX(-50%);
}.webinar_arch_07 .nav_wrap_05 .main_tutor_36 {
    align-items: center;
}.webinar_arch_07 .nav_wrap_05 .main_tutor_36 a {
    text-align: center;
}.webinar_arch_07 .nav_wrap_05 .main_tutor_36 a::before {
    display: none;
}.webinar_arch_07 .nav_wrap_05 .main_tutor_36 a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.webinar_arch_07 {
    padding: 40px 0 20px;
}.webinar_arch_07 .company_holder h3 {
    font-size: calc(37px * 0.8);
}.webinar_arch_07 .achieve_cta_49 {
    font-size: calc(17px * 0.9);
}.search_foot_37 .design_res_86 {
    font-size: calc(16px * 0.9);
}}

.webinar_arch_07::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.webinar_arch_07::after {
    box-shadow: 0 0 40px rgb(231,182,154,0.5);
}.webinar_arch_07 .container::before {
    animation: pulse 10s infinite alternate-reverse;
    content: "";
    position: absolute;
    background: radial-gradient(
        circle, 
        rgb(217,144,106,0.5), 
        transparent 70%
    );
    filter: blur(30px);
    height: 150px;
    left: -75px;
    bottom: -75px;
    width: 150px;
    border-radius: 50%;
}.webinar_arch_07 .nav_wrap_05::before {
    opacity: 0.7;
    top: 10px;
    position: absolute;
    left: -15px;
    content: "";
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: rgb(231,182,154);
}.webinar_arch_07 .nav_wrap_05:hover::before {
    animation: glow 2s infinite;
}.webinar_arch_07 .company_holder::before {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    width: 100px;
    background: linear-gradient(90deg, 
        rgb(231,182,154,0.5), 
        transparent);
    bottom: -20px;
}

@media (max-width: 991px) {.webinar_arch_07 .company_holder::before {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(231,182,154,0.5), 
            transparent);
}}

.webinar_arch_07 .nav_wrap_05 .main_tutor_36 a::after {
    height: 1px;
    background: rgb(231,182,154);
    left: 0;
    position: absolute;
    content: "";
    width: 0;
    transition: width 0.3s ease;
    bottom: -2px;
}.webinar_arch_07 .nav_wrap_05 .main_tutor_36 a:hover::after {
    width: 100%;
}.webinar_arch_07 .nav_wrap_05 .main_tutor_36 a:nth-child(odd):hover {
    transform: translateX(2px);
}.webinar_arch_07 .nav_wrap_05 .main_tutor_36 a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    right: 0;
    height: 1px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, 
            transparent, 
            rgb(217,144,106,0.5), 
            transparent);
    position: absolute;
    top: 0;
}.webinar_arch_07::before {
    background-blend-mode: overlay;
}}

.webinar_arch_07 .company_holder h3::before {
    height: 1px;
    opacity: 0.7;
    position: absolute;
    background: rgb(231,182,154);
    left: -30px;
    width: 20px;
    top: 50%;
    content: "";
}

@media (max-width: 991px) {.webinar_arch_07 .company_holder h3::before {
    display: none;
}}

.search_foot_37 {
    overflow: hidden;
    position: relative;
}.search_foot_37::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(217,144,106,0.5), 
        transparent);
    width: 100%;
}.search_foot_37::after {
    width: 30%;
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(217,144,106,0.5), 
        transparent);
    content: "";
    height: 1px;
    bottom: 0;
    left: 35%;
}.search_foot_37 .design_res_86 {
    transition: all 0.3s ease;
    position: relative;
}.search_foot_37 .design_res_86:hover {
    opacity: 1;
    letter-spacing: 0.7px;
}.privacy_depot_04 {
    background: linear-gradient(145deg, rgb(244,219,201), #ffffff);
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 4rem 2rem;
}.privacy_depot_04::before {
    background: linear-gradient(90deg, rgb(231,182,154), rgb(217,144,106), rgb(231,182,154));
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 5px;
    content: "";
    z-index: 1;
}.privacy_depot_04::after {
    height: 300px;
    position: absolute;
    background: linear-gradient(180deg, transparent 0%, rgb(244,219,201) 100%);
    z-index: -1;
    transform: skewY(-3deg) translateY(50%);
    left: 0;
    opacity: 0.07;
    width: 100%;
    content: "";
    bottom: 0;
}.privacy_depot_04 .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}.privacy_depot_04 h1 {
    font-size: 39px;
    transform-origin: left center;
    font-weight: 700;
    color: rgb(231,182,154);
    position: relative;
    padding-left: 1.5rem;
    border-left: 4px solid rgb(217,144,106);
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
}.privacy_depot_04 h1::after {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgb(217,144,106);
    left: 1.5rem;
    bottom: -10px;
    transform: scaleX(1);
    content: "";
    width: 60px;
    transform-origin: left center;
    height: 3px;
    position: absolute;
}.privacy_depot_04 h1:hover::after {
    transform: scaleX(1.5);
}.privacy_depot_04 h2 {
    font-weight: 600;
    color: #000000;
    padding-bottom: 0.75rem;
    margin: 2.5rem 0 1.25rem;
    position: relative;
    font-size: 34px;
}.privacy_depot_04 h2::before {
    content: "";
    background-color: rgb(231,182,154);
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    transition: width 0.3s ease-out;
    position: absolute;
}.privacy_depot_04 h2:hover::before {
    width: 80px;
}.privacy_depot_04 h3 {
    font-weight: 600;
    font-size: calc(34px * 0.85);
    padding-left: 1rem;
    color: #000000;
    margin: 2rem 0 1rem;
    position: relative;
}.privacy_depot_04 h3::before {
    left: 0;
    width: 3px;
    position: absolute;
    top: 0;
    transform: scaleY(0.7);
    bottom: 0;
    content: "";
    background-color: rgb(217,144,106);
}.privacy_depot_04 h4 {
    font-weight: 600;
    font-size: calc(34px * 0.7);
    color: #000000;
    opacity: 0.95;
    margin: 1.75rem 0 0.875rem;
}.privacy_depot_04 p {
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 100%;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.8;
}.privacy_depot_04 p strong {
    padding: 0.15em 0.3em;
    background: linear-gradient(120deg, transparent 0%, rgb(217,144,106,0.5) 30%, transparent 100%);
    margin: 0 -0.3em;
    transition: background 0.3s ease;
    color: #000000;
    font-weight: 600;
}.privacy_depot_04 p strong:hover {
    background: linear-gradient(120deg, transparent 0%, rgb(217,144,106,0.5) 50%, transparent 100%);
}.privacy_depot_04 ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
}.privacy_depot_04 li {
    position: relative;
    color: #000000;
    padding-left: 1.5rem;
    margin-bottom: 0.875rem;
    font-size: 14px;
    line-height: 1.7;
}.privacy_depot_04 li::before {
    position: absolute;
    transition: transform 0.2s ease, background 0.2s ease;
    left: 0;
    border-radius: 50%;
    background: #ffffff;
    transform: translateY(-50%);
    border: 2px solid rgb(231,182,154);
    width: 8px;
    height: 8px;
    content: "";
    top: 0.7em;
}.privacy_depot_04 li:hover::before {
    background: rgb(231,182,154);
    transform: translateY(-50%) scale(1.2);
}.privacy_depot_04 span {
    padding: 0.5rem 0 0.5rem 1rem;
    margin-bottom: 1.5rem;
    font-size: 14px;
    line-height: 1.7;
    display: block;
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.5) 0%, transparent 100%);
    border-left: 1px solid rgb(217,144,106,0.5);
    color: #000000;
}

@media (min-width: 768px) {.privacy_depot_04 {
    padding: 5rem 3rem;
}.privacy_depot_04 h1 {
    margin-bottom: 2.5rem;
    font-size: calc(39px * 1.1);
    padding-left: 2rem;
}.privacy_depot_04 h1::after {
    left: 2rem;
    width: 80px;
}.privacy_depot_04 .container {
    padding: 0 2rem;
}.privacy_depot_04 p {
    max-width: 90%;
}.privacy_depot_04 ul {
    padding-left: 2rem;
    max-width: 90%;
}
}

@media (min-width: 992px) {.privacy_depot_04 {
    padding: 6rem 4rem;
}.privacy_depot_04::after {
    transform: skewY(-5deg) translateY(50%);
}.privacy_depot_04 .container {
    padding: 0 3rem;
}.privacy_depot_04 h1 {
    font-size: calc(39px * 1.2);
}.privacy_depot_04 h2 {
    font-size: calc(34px * 1.1);
}.privacy_depot_04 p {
    font-size: calc(14px * 1.05);
    max-width: 80%;
}.privacy_depot_04 ul {
    margin: 2rem 0 2.5rem;
}.privacy_depot_04 li {
    font-size: calc(14px * 1.05);
    margin-bottom: 1rem;
}
}

@media (max-width: 767px) {.privacy_depot_04 {
    padding: 3rem 1.5rem;
}.privacy_depot_04 h1 {
    font-size: calc(39px * 0.9);
    padding-left: 1rem;
}.privacy_depot_04 h1::after {
    left: 1rem;
    width: 50px;
}.privacy_depot_04 h2 {
    font-size: calc(34px * 0.9);
}.privacy_depot_04 h3 {
    font-size: calc(34px * 0.75);
}.privacy_depot_04 h4 {
    font-size: calc(34px * 0.65);
}.privacy_depot_04 p, 
    .privacy_depot_04 li,
    .privacy_depot_04 span {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.privacy_depot_04 {
    padding: 2.5rem 1rem;
}.privacy_depot_04 h1 {
    font-size: calc(39px * 0.85);
}.privacy_depot_04 h2 {
    margin: 2rem 0 1rem;
    font-size: calc(34px * 0.85);
}.privacy_depot_04 ul {
    padding-left: 0.75rem;
}.privacy_depot_04 li {
    padding-left: 1.25rem;
}}.primary_page_48 {
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(244,219,201) 0%, rgba(0, 0, 0, 0.5) 100%);
    perspective: 1000px;
    display: flex;
    position: relative;
    flex-direction: column;
}.primary_page_48::before {
    pointer-events: none;
    top: 0;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(231,182,154,0.5) 0%, transparent 50%);
    width: 100%;
    transform: translateZ(-50px);
    left: 0;
}.primary_page_48::after {
    right: -5px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    opacity: 0.1;
    background: linear-gradient(225deg, rgb(217,144,106) 0%, transparent 70%);
    width: 40%;
    content: "";
    position: absolute;
    height: 40%;
    bottom: -5px;
}.primary_page_48 h1 {
    position: relative;
    font-size: 33px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    letter-spacing: 0.05em;
    transform: translateZ(30px);
    color: rgb(231,182,154);
    animation: titleEntrance 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    margin: 3rem 1rem 2rem;
}.primary_page_48 h1::after {
    transform: translateX(-50%);
    position: absolute;
    bottom: -10px;
    left: 50%;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(217,144,106), transparent);
    width: 80px;
}.primary_page_48 .learning_studio_56 {
    z-index: 2;
    flex: 1;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    padding: 0 1rem;
    width: 100%;
    max-width: 1200px;
    perspective: 1000px;
}.primary_page_48 .text_holder_item_31 {
    display: flex;
    padding: 2rem 1rem;
    flex: 1;
    opacity: 0;
    position: relative;
    animation: fadeUp 1s ease-out 0.3s forwards;
    z-index: 3;
    justify-content: center;
    transform: translateZ(20px);
    flex-direction: column;
}.primary_page_48 .text_holder_item_31 ol {
    margin: 0;
    list-style: none;
    gap: 2.5rem;
    padding: 0;
    display: flex;
    flex-direction: column;
}.primary_page_48 .text_holder_item_31 li {
    position: relative;
}.primary_page_48 .text_holder_item_31 li:first-child {
    transform: translateX(-10px) rotate(-1deg);
    transition: transform 0.5s ease-out;
}.primary_page_48 .text_holder_item_31 li:first-child:hover {
    transform: translateX(0) rotate(0);
}.primary_page_48 .course_hero_21 {
    border-radius: 0 10px 10px 0;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 2rem;
    position: relative;
    overflow: hidden;
    border-left: 4px solid rgb(217,144,106);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1), 
                -5px -5px 30px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.9);
}.primary_page_48 .course_hero_21::before {
    z-index: 0;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(94, 170, 168, 0.05) 100%);
    content: "";
}.primary_page_48 .course_hero_21:hover {
    transform: translateY(-5px);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15), 
                -5px -5px 30px rgba(255, 255, 255, 0.2);
}.primary_page_48 .course_hero_21 svg {
    width: 80px;
    transform: rotate(-3deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 10px;
    height: 80px;
    float: left;
    margin-right: 20px;
}.primary_page_48 .course_hero_21:hover svg {
    transform: rotate(0deg) scale(1.05);
}.primary_page_48 .course_hero_21 svg path {
    fill: rgb(217,144,106);
    transition: fill 0.4s ease;
}.primary_page_48 .course_hero_21:hover svg path {
    fill: rgb(231,182,154);
}.primary_page_48 .course_hero_21 svg text {
    transition: fill 0.4s ease;
    font-family: Arial, sans-serif;
}.primary_page_48 .course_hero_21:hover svg text {
    fill: rgb(231,182,154);
}.primary_page_48 .course_hero_21 p {
    color: #000000;
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 1;
    font-size: calc(18px * 1.1);
}.primary_page_48 .help_list_56 {
    transform: perspective(1000px) rotateX(0deg) translateZ(0);
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    margin-top: 1rem;
    padding: 1rem 2rem;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(217,144,106) 0%, rgb(231,182,154) 100%);
    color: #ffffff;
    position: relative;
    font-weight: 600;
    text-decoration: none;
    transform-origin: center;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    font-size: 14px;
    display: inline-block;
}.primary_page_48 .help_list_56::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.6s ease;
    top: 0;
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
}.primary_page_48 .help_list_56:hover {
    transform: perspective(1000px) rotateX(10deg) translateZ(10px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
}.primary_page_48 .help_list_56:hover::before {
    left: 100%;
}.primary_page_48 .img_item_wrapper_08 {
    opacity: 0;
    border-radius: 26px;
    animation: photoEntrance 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    position: relative;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    height: 350px;
    box-shadow: 20px 20px 40px rgba(0,0,0,0.2);
    transform: perspective(1000px) rotateY(-5deg);
    overflow: hidden;
}.primary_page_48 .img_item_wrapper_08::before {
    right: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, rgb(231,182,154,0.5) 0%, transparent 50%);
    z-index: 1;
    left: 0;
    bottom: 0;
    content: "";
}.primary_page_48 .img_item_wrapper_08::after {
    bottom: 0;
    pointer-events: none;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,0.2);
}.primary_page_48 .img_item_wrapper_08:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 30px 30px 60px rgba(0,0,0,0.3);
}

@keyframes titleEntrance {
    0% { 
        opacity: 0;
        transform: translateY(-50px) translateZ(30px);
    }
    100% { 
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

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

@keyframes photoEntrance {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateY(-15deg) translateX(100px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateY(-5deg) translateX(0);
    }
}

@media (min-width: 768px) {.primary_page_48 h1 {
    font-size: calc(33px * 1.2);
    margin: 4rem 2rem 3rem;
}.primary_page_48 .learning_studio_56 {
    padding: 0 3rem;
    gap: 3rem;
    flex-direction: row;
    align-items: center;
}.primary_page_48 .text_holder_item_31 {
    flex: 1;
    padding: 2rem 0;
}.primary_page_48 .img_item_wrapper_08 {
    height: 500px;
    flex: 1;
}.primary_page_48 .course_hero_21 {
    padding: 2.5rem;
}.primary_page_48 .course_hero_21 svg {
    height: 100px;
    width: 100px;
}
}

@media (min-width: 992px) {.primary_page_48 h1 {
    font-size: calc(39px * 0.9);
}.primary_page_48 .learning_studio_56 {
    padding: 0 5rem;
    gap: 5rem;
}.primary_page_48 .course_hero_21 {
    padding: 3rem;
}.primary_page_48 .course_hero_21 p {
    font-size: calc(18px * 1.2);
}.primary_page_48 .img_item_wrapper_08 {
    height: 600px;
}.primary_page_48 .course_hero_21 svg {
    height: 120px;
    width: 120px;
    margin-right: 30px;
}.primary_page_48 .help_list_56 {
    font-size: calc(14px * 1.1);
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 1200px) {.primary_page_48::before {
    background: linear-gradient(45deg, rgb(231,182,154,0.5) 0%, transparent 70%);
}.primary_page_48 h1 {
    font-size: 39px;
}.primary_page_48 .learning_studio_56 {
    padding: 0 6rem;
}.primary_page_48 .course_hero_21 {
    padding: 3.5rem;
}.primary_page_48 .course_hero_21 p {
    font-size: calc(18px * 1.3);
}}header {
    overflow: visible;
    position: relative;
    z-index: 99;
    background: linear-gradient(135deg, rgb(231,182,154,0.5) 0%, rgb(217,144,106) 100%);
    width: 100%;
}header::before {
    left: 0;
    z-index: -1;
    background: linear-gradient(145deg, rgb(217,144,106,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
}header .head_class_82 {
    align-items: center;
    transform: none;
    z-index: 5;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 20px 15px;
    justify-content: space-between;
}header .head_class_82 .top_start_56 {
    margin-right: 10px;
    transform: translateX(0);
    transition: transform 0.4s ease;
}header .head_class_82 .top_start_56:hover {
    transform: scale(1.05);
}header .head_class_82 .top_start_56 .main_learning_23 {
    display: inline-block;
}header .head_class_82 .top_start_56 .main_learning_23 svg {
    height: 50px;
    width: auto;
}header .head_class_82 .nav_wrap_05 {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    display: flex;
    transform: none;
    margin: 0;
    border-radius: 27px;
    flex-wrap: wrap;
    padding: 20px 30px;
    list-style: none;
    padding: 0;
}header .head_class_82 .nav_wrap_05::before {
    content: "";
    width: 100%;
    border-radius: 27px;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    height: 100%;
    position: absolute;
    transform: rotate(-2deg) scale(1.03);
    z-index: -1;
}header .head_class_82 .nav_wrap_05 .nav_mainwrap_01 {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 12px;
}header .head_class_82 .nav_wrap_05 .nav_mainwrap_01:hover {
    transform: translateY(-3px) scale(1.05);
}header .head_class_82 .nav_wrap_05 .nav_mainwrap_01 a {
    padding: 8px 5px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-weight: 600;
    position: relative;
    color: #ffffff;
}header .head_class_82 .nav_wrap_05 .nav_mainwrap_01 a::after {
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(217,144,106), transparent);
    content: "";
    width: 100%;
    transition: transform 0.4s ease;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
}header .head_class_82 .nav_wrap_05 .nav_mainwrap_01:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .head_class_82 {
    flex-direction: column;
    align-items: center;
}header .head_class_82 .top_start_56 {
    margin-right: 0;
    margin-bottom: 15px;
}header .head_class_82 .nav_wrap_05 {
    width: 100%;
    justify-content: center;
    padding: 15px;
}header .head_class_82 .nav_wrap_05 .nav_mainwrap_01 {
    margin: 5px 15px 5px 0;
}header .head_class_82 .nav_wrap_05 .nav_mainwrap_01 a {
    font-size: calc(16px - 2px);
    padding: 5px;
}}.cookie_popup_disclosure_30 {
    position: fixed;
    transition: transform 0.3s ease-in-out;
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    background: rgb(244,219,201);
    width: 100%;
    border-top: 3px solid rgb(231,182,154);
    bottom: 0;
}.cookie_list_69 {
    display: flex;
    max-width: 1200px;
    align-items: center;
    margin: 0 auto;
    padding: 20px 15px;
    justify-content: space-between;
}.cookie_overlay_27 {
    margin-right: 15px;
    flex-shrink: 0;
}.cookie_overlay_27 svg {
    height: 60px;
    transition: fill 0.3s ease;
    width: 60px;
    fill: rgb(231,182,154);
}.cookie_overlay_27 svg:hover {
    fill: rgb(217,144,106);
}.cookie_hide_49 {
    flex-grow: 1;
    margin-right: 15px;
    color: #000000;
}.cookie_popup_disclosure_30 h5 {
    font-weight: 600;
    color: rgb(231,182,154);
    font-family: Arial, sans-serif;
    font-size: 19px;
    margin-bottom: 8px;
}.cookie_popup_disclosure_30 p {
    font-size: 13px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}.cookie_gate_04 {
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    margin-left: 10px;
    text-decoration: none;
    border-radius: 30px;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 20px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: rgb(231,182,154);
}.cookie_gate_04:hover {
    background: rgb(217,144,106);
    box-shadow: 0 0 10px rgb(217,144,106,0.5);
}#cookiesGrantPermissionBtn_70 {
    background: rgb(231,182,154);
}#do_not_accept_cookies_usage_87 {
    background: rgba(0, 0, 0, 0.5);
}.cookie_popup_disclosure_30 p a {
    color: rgb(231,182,154);
    transition: color 0.3s ease;
    text-decoration: underline;
}.cookie_popup_disclosure_30 p a:hover {
    color: rgb(217,144,106);
}
@media only screen and (max-width: 1200px) {.cookie_list_69 {
    align-items: center;
    flex-direction: column;
}.cookie_overlay_27 {
    margin-bottom: 15px;
}.cookie_hide_49 {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
}.cookie_gate_04 {
    width: 100%;
    max-width: 200px;
    margin-left: 0;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 800px) {.cookie_list_69 {
    padding: 15px;
}.cookie_overlay_27 {
    display: none;
}.cookie_popup_disclosure_30 h5 {
    font-size: 18px;
}.cookie_popup_disclosure_30 p {
    font-size: 12px;
}}
#consentNotification_74 {
    display: none;
}#consentNotification_74:checked ~ .cookie_popup_disclosure_30 {
    opacity: 0;
    visibility: hidden;
}.contact_form_section_26 {
    background: linear-gradient(135deg, rgb(244,219,201) 0%, rgba(16, 22, 47, 0.95) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.contact_form_section_26::before {
    height: 100%;
    top: 0;
    width: 100%;
    background-size: 20px 20px, 20px 20px;
    animation: gridMove 20s linear infinite;
    content: "";
    left: 0;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(231,182,154), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(217,144,106), 0.04) 50%, transparent 100%);
    position: absolute;
}.contact_form_section_26::after {
    top: 0;
    left: 0;
    content: "";
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(231,182,154), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(217,144,106), 0.15) 0%, 
        transparent 50%
    );
    position: absolute;
    width: 100%;
    opacity: 0.6;
    height: 100%;
    z-index: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.contact_form_section_26 .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.contact_form_section_26 h2 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    position: relative;
}.contact_form_section_26 h2::after {
    position: absolute;
    left: 50%;
    height: 3px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(231,182,154), rgb(217,144,106));
    width: 80px;
    border-radius: 1.5px;
    content: "";
    transform: translateX(-50%);
}.contact_form_section_26 .support_feedback_89 {
    margin-top: 60px;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.contact_form_section_26 .support_feedback_89::before {
    left: -8px;
    border: 1px solid rgba(rgb(231,182,154), 0.2);
    content: "";
    width: 100%;
    border-radius: 15px;
    top: -8px;
    height: 100%;
    z-index: -1;
    position: absolute;
}.contact_form_section_26 .support_feedback_89::after {
    content: "";
    right: -8px;
    height: 100%;
    z-index: -1;
    position: absolute;
    border-radius: 15px;
    border: 1px solid rgba(rgb(217,144,106), 0.2);
    width: 100%;
    bottom: -8px;
}.contact_form_section_26 .img_item_wrapper_08 {
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    min-height: 550px;
    position: relative;
    height: 100%;
}.contact_form_section_26 .img_item_wrapper_08::before {
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    top: 0;
    width: 100%;
    z-index: 1;
}.contact_form_section_26 .img_item_wrapper_08::after {
    height: 60px;
    border-right: 2px solid rgba(rgb(231,182,154), 0.6);
    width: 60px;
    position: absolute;
    z-index: 2;
    content: "";
    top: 20px;
    border-top: 2px solid rgba(rgb(231,182,154), 0.6);
    right: 20px;
}.contact_form_section_26 .feedback_map_62 {
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    background: rgba(255, 255, 255, 0.03);
}.contact_form_section_26 .feedback_map_62::before {
    border-left: 2px solid rgba(rgb(217,144,106), 0.6);
    content: "";
    border-bottom: 2px solid rgba(rgb(217,144,106), 0.6);
    bottom: 20px;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 20px;
}.contact_form_section_26 form {
    width: 100%;
}.contact_form_section_26 form h3 {
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 23px;
}.contact_form_section_26 form h3::before {
    height: 100%;
    border-radius: 10px;
    top: 0;
    left: 0;
    background: rgb(231,182,154);
    position: absolute;
    content: "";
    width: 3px;
}.contact_form_section_26 form input[type="text"] {
    color: #ffffff;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    padding: 18px 25px;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.contact_form_section_26 form input[type="text"]:focus {
    background: rgba(255, 255, 255, 0.08);
    outline: none;
    border-color: rgb(231,182,154);
    box-shadow: 0 0 15px rgba(rgb(231,182,154), 0.2);
}.contact_form_section_26 form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_form_section_26 .reach_reach_42 {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact_form_section_26 .reach_reach_42 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_section_26 .reach_reach_42 label {
    font-size: 13px;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}.contact_form_section_26 .reach_reach_42 label::before {
    top: 2px;
    width: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
    height: 22px;
    border-radius: 10px;
    position: absolute;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    content: "";
}.contact_form_section_26 .reach_reach_42 input[type="checkbox"]:checked + label::before {
    border-color: rgb(231,182,154);
    background: rgb(231,182,154);
}.contact_form_section_26 .reach_reach_42 input[type="checkbox"]:checked + label::after {
    position: absolute;
    left: 8px;
    border-bottom: 2px solid #ffffff;
    height: 10px;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    top: 6px;
    width: 6px;
    content: "";
}.contact_form_section_26 .reach_reach_42 label a {
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    color: rgb(231,182,154);
}.contact_form_section_26 .reach_reach_42 label a:hover {
    color: rgb(217,144,106);
}.contact_form_section_26 form .help_list_56 {
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border: none;
    position: relative;
    background: linear-gradient(45deg, rgb(231,182,154), rgb(217,144,106));
    transition: all 0.4s ease;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    padding: 16px 40px;
    z-index: 1;
}.contact_form_section_26 form .help_list_56::before {
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    transition: all 0.4s ease;
    z-index: -1;
    left: -100%;
    background: linear-gradient(45deg, rgb(217,144,106), rgb(231,182,154));
}.contact_form_section_26 form .help_list_56:hover::before {
    left: 0;
}.contact_form_section_26 form .help_list_56:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.contact_form_section_26 svg {
    width: 22px;
    height: 22px;
    fill: rgb(231,182,154);
}.contact_form_section_26 svg path {
    fill: rgb(231,182,154);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.contact_form_section_26 {
    padding: 90px 0;
}.contact_form_section_26 .support_feedback_89 {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_form_section_26 .img_item_wrapper_08 {
    min-height: 400px;
}.contact_form_section_26 .feedback_map_62 {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact_form_section_26 {
    padding: 70px 0;
}.contact_form_section_26 h2 {
    font-size: calc(34px * 0.9);
}.contact_form_section_26 .img_item_wrapper_08 {
    min-height: 350px;
}.contact_form_section_26 .img_item_wrapper_08::after,
    .contact_form_section_26 .feedback_map_62::before {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.contact_form_section_26 {
    padding: 50px 0;
}.contact_form_section_26 h2 {
    font-size: calc(34px * 0.8);
}.contact_form_section_26 .support_feedback_89 {
    margin-top: 40px;
}.contact_form_section_26 .img_item_wrapper_08 {
    min-height: 250px;
}.contact_form_section_26 .feedback_map_62 {
    padding: 30px 20px;
}.contact_form_section_26 form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.contact_form_section_26 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_form_section_26 form .help_list_56 {
    width: 100%;
    padding: 15px 20px;
}}.training_specialist_24 {
    background: linear-gradient(135deg, rgb(231,182,154,0.5), rgb(244,219,201));
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.training_specialist_24::before {
    pointer-events: none;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5), transparent 70%);
    height: 100%;
}.training_specialist_24::after {
    border-radius: 50% 60% 70% 40%;
    position: absolute;
    background: rgb(231,182,154);
    width: 40%;
    right: -5%;
    height: 40%;
    bottom: -10%;
    content: "";
    opacity: 0.05;
    z-index: 0;
    filter: blur(40px);
}.training_specialist_24 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    padding: 0 15px;
}.training_specialist_24 .edu_quotes_30 {
    gap: 2rem;
    backdrop-filter: blur(10px) saturate(180%);
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.8);
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    position: relative;
}.training_specialist_24 .edu_quotes_30:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}.training_specialist_24 .edu_quotes_30 > div:first-child {
    position: relative;
    order: 1;
}.training_specialist_24 .edu_quotes_30 > div:nth-child(2) {
    order: 2;
    position: relative;
}.training_specialist_24 .edu_quotes_30 > div:last-child {
    position: relative;
    order: 3;
}.training_specialist_24 .img_item_wrapper_08 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 300px;
    position: relative;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), clip-path 0.5s ease;
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
}.training_specialist_24 .edu_quotes_30:hover .img_item_wrapper_08 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(-5px) scale(1.02);
}.training_specialist_24 .img_item_wrapper_08::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent 50%);
    position: absolute;
    inset: 0;
    content: "";
}.training_specialist_24 .name {
    margin: 0 0 0.5rem;
    transition: transform 0.4s ease-out;
    transform: translateX(0);
    font-size: 23px;
    color: rgb(231,182,154);
    font-weight: 700;
    position: relative;
}.training_specialist_24 .name::before {
    background: rgb(231,182,154);
    width: 0;
    height: 2px;
    left: -1rem;
    top: 50%;
    content: "";
    transition: width 0.4s ease-out 0.1s;
    position: absolute;
}.training_specialist_24 .edu_quotes_30:hover .name {
    transform: translateX(1rem);
}.training_specialist_24 .edu_quotes_30:hover .name::before {
    width: 1.5rem;
}.training_specialist_24 .edu_quotes_30 > div:nth-child(2) > div {
    margin-bottom: 0.5rem;
    transform: translateY(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-weight: 600;
    opacity: 0.85;
    font-size: 0.95rem;
    color: rgb(217,144,106);
}.training_specialist_24 .edu_quotes_30:hover > div:nth-child(2) > div {
    transform: translateY(-3px);
    opacity: 1;
}.training_specialist_24 .work_achievements_71 {
    opacity: 0.92;
    margin: 0;
    transition: opacity 0.4s ease;
    color: #000000;
    position: relative;
    font-size: 14px;
    padding: 0;
    font-family: Arial, sans-serif;
    line-height: 1.7;
}.training_specialist_24 .work_achievements_71::before {
    left: -1rem;
    transform: rotate(-5deg);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    opacity: 0.1;
    content: "";
    font-size: 8rem;
    top: -2.5rem;
    color: rgb(231,182,154);
    z-index: -1;
}.training_specialist_24 .edu_quotes_30:hover .work_achievements_71::before {
    transform: rotate(5deg) translateY(-10px);
}.training_specialist_24 .edu_quotes_30:hover .work_achievements_71 {
    opacity: 1;
}

@media (min-width: 768px) {.training_specialist_24 .edu_quotes_30 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 250px 1fr;
    padding: 3.5rem;
    gap: 2rem 3rem;
}.training_specialist_24 .edu_quotes_30 > div:first-child {
    grid-row: 1 / span 2;
    grid-column: 1;
    order: unset;
}.training_specialist_24 .edu_quotes_30 > div:nth-child(2) {
    grid-row: 1;
    order: unset;
    grid-column: 2;
}.training_specialist_24 .edu_quotes_30 > div:last-child {
    grid-row: 2;
    order: unset;
    grid-column: 2;
}.training_specialist_24 .img_item_wrapper_08 {
    height: 100%;
    clip-path: polygon(0% 0%, 95% 5%, 100% 100%, 5% 95%);
}.training_specialist_24 .edu_quotes_30:hover .img_item_wrapper_08 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
}

@media (min-width: 992px) {.training_specialist_24 {
    padding: 7rem 0;
}.training_specialist_24 .edu_quotes_30 {
    padding: 4rem;
    grid-template-columns: 320px 1fr;
    gap: 3rem 4rem;
}.training_specialist_24 .name {
    font-size: calc(23px * 1.1);
    margin-bottom: 0.75rem;
}.training_specialist_24 .edu_quotes_30 > div:nth-child(2) > div {
    font-size: 1.05rem;
    margin-bottom: 1rem;
}.training_specialist_24 .work_achievements_71 {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.training_specialist_24 {
    padding: 4rem 0;
}.training_specialist_24 .edu_quotes_30 {
    padding: 2rem;
}.training_specialist_24 .img_item_wrapper_08 {
    margin-bottom: 1rem;
    height: 250px;
}.training_specialist_24 .name {
    margin-bottom: 0.5rem;
    text-align: center;
}.training_specialist_24 .edu_quotes_30 > div:nth-child(2) > div {
    text-align: center;
    margin-bottom: 1.5rem;
}.training_specialist_24 .work_achievements_71 {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.training_specialist_24 .work_achievements_71::before {
    left: 50%;
    transform: translateX(-50%);
    top: -1.5rem;
}.training_specialist_24 .edu_quotes_30:hover .name {
    transform: translateX(0);
}.training_specialist_24 .name::before {
    left: 50%;
    transform: translateX(-50%);
}.training_specialist_24 .edu_quotes_30:hover .name::before {
    width: 50px;
}
}