svg {
    width: 30px;
    height: 30px;
}

.wrap-container {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}

.verify_cta {
    flex: 0 0 auto;
}

.verify_cta {
    padding: 80px 0 40px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

html,body {
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    color: #000000;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}

.container {
    max-width: 100%;
    margin: auto;
    width: 1270px;
}

header::after {
    width: 100%;
    content: '';
    height: 10px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(180,169,163,0.5), 
        transparent
    );
    position: absolute;
    left: 0;
    opacity: 0.6;
    bottom: 0;
}

header .nav_skill {
    padding: 1.3rem 3rem;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .top_lead {
    overflow: hidden;
    padding: 1rem;
    transition: all 0.6s ease;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    flex: 0 0 auto;
    margin-right: 2rem;
    position: relative;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
}

header .top_mainwrap {
    transition: all 0.4s ease;
    position: relative;
    display: block;
}

header .nav_block {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 2;
}

header .nav_block:hover::before {
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.2;
}

header .main_tutor {
    margin: 0 0.5rem;
    position: relative;
}

header .main_tutor a {
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    font-weight: 600;
    padding: 0.8rem 1.3rem;
    background: rgba(255, 255, 255, 0.1);
    color: #000000;
    align-items: center;
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    z-index: 1;
    transition: all 0.4s ease;
    text-decoration: none;
    font-size: 15px;
}

header .main_tutor a:hover {
    transform: translateY(-3px) scale(1.05);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

header .main_tutor:hover::after {
    transform: translateX(-50%) scale(1);
}

header .nav_skill::before {
    background: radial-gradient(circle, rgb(180,169,163,0.5) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(30px);
    width: 200px;
    opacity: 0.1;
    right: -100px;
    height: 200px;
    top: -100px;
    content: '';
    position: absolute;
}

.education_experience {
    position: relative;
    overflow: hidden;
    background-color: rgb(215,210,185);
    padding: 4rem 0;
}

.education_experience::before {
    position: absolute;
    width: 40%;
    filter: blur(20px);
    opacity: 0.07;
    transform: rotate(15deg);
    background: linear-gradient(135deg, rgb(180,169,163,0.5), rgb(180,169,163));
    height: 40%;
    z-index: 0;
    right: -5%;
    top: -5%;
    content: "";
}

.education_experience .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}

.education_experience .learner_voices:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 3px 8px rgba(0,0,0,0.05),
                0 25px 50px rgba(rgb(180,169,163,0.5), 0.06);
}

.education_experience .learner_voices::before {
    right: 1.5rem;
    transform: rotate(15deg);
    width: 80px;
    z-index: -1;
    content: "";
    top: 1.5rem;
    position: absolute;
    height: 80px;
    background: rgb(180,169,163,0.5);
    border-radius: 10px;
    opacity: 0.05;
}

.education_experience .learner_voices:hover .img_grid {
    transform: perspective(800px) rotateY(-2deg) translateY(-5px);
    box-shadow: 15px 15px 30px rgba(0,0,0,0.15);
}

.education_experience .img_grid::before {
    background: linear-gradient(
        135deg,
        rgba(rgb(180,169,163,0.5), 0.2) 0%,
        transparent 40%,
        transparent 60%,
        rgba(rgb(135,123,122,0.5), 0.2) 100%
    );
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
}

.education_experience .learner_voices:hover .img_grid::after {
    opacity: 1;
    transform: rotate(25deg) translate(50%, 50%);
}

.education_experience .name {
    display: inline-block;
    letter-spacing: 0.03em;
    color: #000000;
    font-weight: 700;
    margin: 0 0 0.75rem;
    font-size: 22px;
    position: relative;
}

.education_experience .name::after {
    height: 3px;
    background: linear-gradient(to right, rgb(180,169,163), rgb(180,169,163,0.5));
    transform-origin: left center;
    bottom: -5px;
    transition: transform 0.35s ease;
    content: "";
    width: 2.5rem;
    left: 0;
    position: absolute;
    transform: scaleX(0.8);
}

.education_experience .learner_voices:hover > div:nth-child(2) > div {
    color: rgb(180,169,163);
    opacity: 1;
}

.education_experience .learner_voices:hover > div:nth-child(2) > div::before {
    height: 1.2em;
    top: 0.2em;
}

.education_experience .work_overview {
    padding-left: 1rem;
    position: relative;
    color: #000000;
    line-height: 1.7;
    border-left: 2px solid rgba(rgb(180,169,163,0.5), 0.3);
    transition: border-color 0.3s ease;
    margin: 0;
    font-size: 15px;
}

.statistical_report {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    isolation: isolate;
}

.statistical_report::before {
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    background-color: #000000;
    opacity: 0.85;
    top: 0;
}

.statistical_report .fast_gain {
    gap: 40px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.statistical_report .expert_pros svg path {
    fill: rgb(180,169,163);
}

.statistical_report .extra_experts {
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 33px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    display: inline-block;
}

.statistical_report .boost_growth {
    max-width: 90%;
    color: #ffffff;
    font-size: 18px;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 40px;
}

.statistical_report .class_gains:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}

.statistical_report .statistics_edge {
    display: flex;
    top: 20px;
    width: 40px;
    align-items: center;
    height: 40px;
    position: absolute;
    justify-content: center;
    right: 20px;
}

.statistical_report .statistics_edge svg {
    fill: rgb(135,123,122);
    width: 100%;
    height: 100%;
}

.statistical_report .class_gains p {
    font-size: 18px;
    color: #ffffff;
    opacity: 0.7;
    line-height: 1.4;
}



.statistical_report .class_gains:nth-child(1) {
    border-left-color: rgb(180,169,163);
}

.statistical_report .class_gains:nth-child(3) {
    border-left-color: rgb(180,169,163);
}

.statistical_report .class_gains:nth-child(even) .statistics_edge svg,
.statistical_report .class_gains:nth-child(even) .statistics_edge svg path {
    fill: rgb(180,169,163);
}

.statistical_report .class_gains::after {
    height: 1px;
    bottom: 0;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(180,169,163,0.5), transparent);
}

.educational_rewards::after {
    bottom: -5%;
    height: 60%;
    filter: blur(50px);
    position: absolute;
    transform: rotate(10deg) translateZ(0);
    opacity: 0.2;
    content: "";
    width: 40%;
    left: -10%;
    background: linear-gradient(120deg, rgb(135,123,122,0.5) 0%, rgb(180,169,163,0.5) 80%);
    z-index: 0;
    pointer-events: none;
}

.educational_rewards .img_grid {
    width: 100%;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.12), 
                -5px -5px 30px rgba(255, 255, 255, 0.8);
    height: auto;
    will-change: transform;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.educational_rewards .text_arch {
    transform: translateZ(0);
    padding: 30px 10px 30px 40px;
    position: relative;
}

.educational_rewards h1 {
    background: linear-gradient(90deg, #000000 60%, rgb(180,169,163) 100%);
    color: #000000;
    background-clip: text !important;
    transform: translateZ(0);
    font-weight: 700;
    margin-bottom: 35px;
    font-size: 46px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    line-height: 1.2;
}

.educational_rewards li:hover {
    transform: translateX(5px);
}

.educational_rewards li:nth-child(odd)::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(135,123,122,0.5) 0%, transparent 100%);
    opacity: 0.1;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    top: 0;
    content: "";
    z-index: -1;
    left: 0;
    transform: scaleX(0);
    height: 100%;
    width: 100%;
    transform-origin: left;
}

.educational_rewards li:nth-child(even):hover::before {
    transform: scaleX(1);
}

.educational_rewards li p {
    align-items: flex-start;
    display: flex;
    color: #000000;
    line-height: 1.5;
    font-size: calc(14px * 1.05);
    margin: 0;
}

.educational_rewards li:hover svg {
    transform: scale(1.15);
}

.educational_rewards svg path {
    transition: fill 0.3s ease;
    fill: rgb(180,169,163);
}

.educational_rewards li:hover svg path:last-child {
    fill: rgb(135,123,122);
}

.pricing_layout::before {
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
}

.pricing_layout h2 {
    transform: translateY(20px);
    font-weight: 700;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 29px;
    text-align: center;
    opacity: 0;
    color: #ffffff;
}

.pricing_layout .class_deals {
    width: 100%;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    gap: 30px;
}

.pricing_layout .class_deals li:nth-child(1) {
    --li-index: 0;
}

.pricing_layout .class_deals li:nth-child(2) {
    --li-index: 1;
}

.pricing_layout .class_deals li:nth-child(3) {
    --li-index: 2;
}

.pricing_layout .sub_options {
    text-decoration: none;
    will-change: transform;
    display: block;
    height: 100%;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.pricing_layout .sub_options:hover .bundle_rate {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(180,169,163,0.5), 0.5);
    border-color: rgba(255,255,255,0.2);
}

.pricing_layout .bundle_rate::before {
    top: -10%;
    width: 40%;
    background: linear-gradient(135deg, rgb(180,169,163,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    transition: all 0.6s ease;
    transform: rotate(-45deg);
    height: 50%;
    left: -10%;
    opacity: 0.1;
}

.pricing_layout .monthly_plan h4 {
    font-weight: 600;
    color: #ffffff;
    margin-top: 0;
    font-size: calc(21px * 1.1);
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

.pricing_layout .sub_options:hover .monthly_plan h4::after {
    width: 60px;
}

.pricing_layout .monthly_plan p {
    overflow-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
    hyphens: auto;
    line-height: 1.7;
    margin-bottom: 25px;
    flex-grow: 1;
    font-size: calc(17px * 0.9);
    white-space: normal;
    word-wrap: break-word;
}

.pricing_layout .learn_deals::before {
    left: -100%;
    height: 100%;
    transition: left 0.7s ease;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    top: 0;
    content: "";
}

.company_info::after {
    top: -50%;
    background: radial-gradient(circle at center, rgb(180,169,163,0.5) 0%, transparent 70%);
    height: 200%;
    left: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
    position: absolute;
    opacity: 0.3;
    content: "";
    z-index: -1;
    width: 200%;
}

.company_info .text_arch {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    padding: 50px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.05),
        inset 5px 5px 15px rgba(255, 255, 255, 0.05),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(12px);
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.company_info h1::after {
    position: absolute;
    left: 0;
    content: "";
    transform: scaleX(1);
    width: 80px;
    bottom: 0;
    height: 4px;
    transition: transform 0.4s ease-out;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(180,169,163), transparent);
}

.company_info ul li h4::before {
    opacity: 0;
    transform: translateY(-50%) scale(0);
    background: rgb(180,169,163);
    left: -20px;
    height: 12px;
    width: 12px;
    content: "";
    position: absolute;
    top: 50%;
    transition: all 0.3s ease;
}

.company_info ul li span {
    font-size: 16px;
    background: rgba(0, 0, 0, 0.2);
    transform: translateY(0);
    color: #ffffff;
    border-left: 3px solid rgb(180,169,163);
    line-height: 1.8;
    position: relative;
    overflow: hidden;
    padding: 20px;
    opacity: 0.9;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
}

.company_info .text_arch:hover ul li span {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(5px);
    opacity: 1;
}

.thanksZone::before {
    left: -5%;
    background: linear-gradient(145deg, rgb(135,123,122,0.5) 0%, transparent 80%);
    height: 70%;
    filter: blur(40px);
    animation: float 12s ease-in-out infinite alternate;
    content: "";
    opacity: 0.4;
    top: -10%;
    z-index: 1;
    transform: rotate(-15deg) skew(10deg);
    width: 40%;
    position: absolute;
}

.thanksZone .container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.thanksZone h2 {
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000000;
    animation: fadeUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.3;
    font-size: 37px;
}

.thanksZone h2 {
    font-size: calc(37px * 0.7);
    line-height: 1.4;
    margin-bottom: 30px;
}

.thanksZone .quick_mastery {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(30px);
    overflow: hidden;
    opacity: 0;
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    border-radius: 8px;
    padding: 50px 40px;
    position: relative;
}

.thanksZone .quick_mastery {
    padding: 30px 20px;
}

.thanksZone li {
    position: relative;
    padding-left: 25px;
}

.thanksZone li {
    padding-left: 20px;
}

.thanksZone span {
    transform: translateY(10px);
    opacity: 0;
    display: block;
    line-height: 1.8;
    font-weight: 400;
    font-family: Arial, sans-serif;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 14px;
    color: #000000;
}

.thanksZone span {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}

footer {
    position: relative;
}

.verify_cta .container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.verify_cta .company_holder {
    position: relative;
    padding-right: 40px;
}

.verify_cta .company_holder::after {
    height: 60%;
    right: 0;
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(135,123,122,0.5), 
        transparent);
    top: 20%;
    position: absolute;
    content: "";
    width: 1px;
}

.verify_cta .honor_cta {
    line-height: 1.6;
    font-size: 18px;
    color: #ffffff;
    max-width: 90%;
    margin-bottom: 30px;
    opacity: 0.8;
}

.verify_cta .partner_logo {
    display: flex;
    justify-content: flex-end;
}

.verify_cta .nav_block {
    position: relative;
}

.verify_cta .nav_block h5::after {
    position: absolute;
    content: "";
    bottom: 0;
    border-radius: 10px;
    left: 0;
    height: 2px;
    width: 30px;
    background: rgb(180,169,163);
}

.verify_cta .nav_block .site_header a {
    color: #ffffff;
    text-decoration: none;
    padding-left: 0;
    opacity: 0.7;
    position: relative;
    transition: all 0.3s ease;
    font-size: calc(18px * 0.95);
}

.verify_cta .nav_block .site_header a:hover {
    padding-left: 12px;
    opacity: 1;
    color: rgb(180,169,163);
}

.edu_global {
    padding: 20px 0;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
}



.edu_global {
    overflow: hidden;
    position: relative;
}

.verify_cta::after {
    box-shadow: 0 0 40px rgb(180,169,163,0.5);
}

.verify_cta .container::before {
    width: 150px;
    content: "";
    height: 150px;
    bottom: -75px;
    position: absolute;
    filter: blur(30px);
    border-radius: 50%;
    background: radial-gradient(
        circle, 
        rgb(135,123,122,0.5), 
        transparent 70%
    );
    animation: pulse 10s infinite alternate-reverse;
    left: -75px;
}

.verify_cta .company_holder::before {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, 
        rgb(180,169,163,0.5), 
        transparent);
    bottom: -20px;
    content: "";
    left: 0;
    width: 100px;
}

.verify_cta .nav_block .site_header a:hover::after {
    width: 100%;
}

.verify_cta .nav_block .site_header a:nth-child(even):hover {
    transform: translateX(2px);
}

.edu_global::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(135,123,122,0.5), 
        transparent);
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
}

.edu_global .res_connect:hover {
    letter-spacing: 0.7px;
    opacity: 1;
}

.customer_feedback {
    background: linear-gradient(135deg, rgb(215,210,185) 0%, rgba(248, 248, 250, 0.97) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}

.customer_feedback::after {
    background: radial-gradient(circle, rgb(135,123,122,0.5) 0%, transparent 70%);
    left: -5%;
    content: "";
    opacity: 0.1;
    position: absolute;
    width: 20rem;
    filter: blur(40px);
    bottom: -10%;
    height: 20rem;
    border-radius: 50%;
    z-index: 0;
}

.customer_feedback h2::after {
    left: 0;
    width: 120px;
    height: 4px;
    content: "";
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    bottom: -12px;
    background: linear-gradient(90deg, rgb(180,169,163) 0%, rgb(135,123,122) 100%);
    position: absolute;
    border-radius: 10px;
}

.customer_feedback .learner_voices {
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    transform: translateY(0);
    border-radius: 12px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.03), 
                -10px -10px 20px rgba(255, 255, 255, 0.8),
                inset 3px 3px 6px rgba(0, 0, 0, 0.02),
                inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    position: relative;
    background: #ffffff;
}

.customer_feedback .learner_voices::after {
    right: -10px;
    height: 100px;
    background: radial-gradient(circle, rgb(135,123,122,0.5) 0%, transparent 70%);
    filter: blur(20px);
    content: "";
    z-index: 0;
    bottom: -10px;
    border-radius: 50%;
    transition: all 0.5s ease;
    position: absolute;
    width: 100px;
    opacity: 0.1;
}

.customer_feedback .learner_voices img {
    transition: all 0.3s ease;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), 
                -5px -5px 10px rgba(255, 255, 255, 0.8);
    object-fit: cover;
    border: 2px solid #ffffff;
}

.customer_feedback .learner_voices h4::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(180,169,163) 0%, transparent 100%);
    width: 0;
    left: 0;
    height: 2px;
    bottom: -5px;
    transition: width 0.4s ease;
    content: "";
}

.customer_feedback .description::before {
    transition: all 0.3s ease;
    left: -10px;
    top: 0;
    width: 3px;
    background: linear-gradient(to bottom, rgb(180,169,163,0.5), transparent);
    transform: scaleY(0.7);
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0;
}

.customer_feedback a:hover {
    transform: translateY(-5px);
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.15), 
                -8px -8px 20px rgba(255, 255, 255, 0.9);
}

.customer_feedback a::before {
    content: "";
    height: 100%;
    top: 0;
    transition: all 0.5s ease;
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
}

.customer_feedback a:hover::before {
    left: 100%;
}

.privacy_shell::before {
    animation: slidein 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    width: 100%;
    top: 0;
    transform-origin: left center;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(180,169,163) 0%, rgb(135,123,122) 100%);
    height: 5px;
    left: 0;
}

.privacy_shell .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1140px;
}

.privacy_shell h1 {
    opacity: 0;
    letter-spacing: -0.5px;
    position: relative;
    margin-bottom: 2.5rem;
    transform: translateY(10px);
    animation: fadeup 0.5s ease-out 0.2s forwards;
    font-weight: 700;
    font-size: 46px;
    color: #000000;
}

.privacy_shell h2 {
    animation: fadeup 0.5s ease-out 0.3s forwards;
    transform: translateY(10px);
    position: relative;
    margin: 2.5rem 0 1.5rem;
    opacity: 0;
    font-size: 34px;
    font-weight: 600;
    padding-left: 1rem;
    color: #000000;
}

.privacy_shell h3 {
    font-weight: 600;
    transform: translateY(10px);
    color: #000000;
    opacity: 0;
    font-size: calc(34px * 0.85);
    margin: 2rem 0 1rem;
    animation: fadeup 0.5s ease-out 0.3s forwards;
}

.privacy_shell p {
    margin-bottom: 1.5rem;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    color: #000000;
    max-width: 95%;
    font-size: 17px;
    line-height: 1.75;
    opacity: 0;
    transform: translateY(10px);
}

.privacy_shell span {
    font-size: 17px;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    color: #000000;
    display: block;
    line-height: 1.75;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    transform: translateY(10px);
    position: relative;
    opacity: 0;
}

.privacy_shell ul {
    padding-left: 0;
    border-radius: 0 10px 10px 0;
    border-left: 3px solid rgb(180,169,163);
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    margin: 1.5rem 0 2rem;
    opacity: 0;
    animation: slidein 0.6s ease-out 0.5s forwards;
    transform: translateX(-10px);
    padding: 1.5rem 2rem;
    list-style: none;
    position: relative;
}

.privacy_shell li:last-child {
    margin-bottom: 0;
}

.enroll_instantly {
    z-index: 1;
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(180,169,163) 0%, rgb(135,123,122) 100%);
    overflow: hidden;
}

.enroll_instantly::before {
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.enroll_instantly h6 {
    font-family: Arial, sans-serif;
    font-size: calc(18px * 1.1);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    color: #ffffff;
    margin-bottom: 2.5rem;
    text-align: center;
    font-weight: 600;
    max-width: 800px;
    transform: translateZ(10px);
    opacity: 0;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.enroll_instantly .reach_feedback {
    font-size: 20px;
    justify-content: center;
    display: inline-flex;
    font-weight: 600;
    color: rgb(180,169,163);
    background-color: #ffffff;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 1rem 2rem;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    transform: translateY(0);
}

.enroll_instantly .reach_feedback:hover {
    transform: translateY(-5px);
    color: rgb(135,123,122);
    background-color: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.contact_box {
    overflow: hidden;
    padding: 80px 0;
    background: rgb(215,210,185);
    position: relative;
}

.contact_box .img_grid {
    top: 0;
    left: 0;
    z-index: 1;
    width: 50%;
    position: absolute;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}

.contact_box .img_grid::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    height: 100%;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

.contact_box h3 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-weight: 700;
    position: relative;
    font-size: 37px;
    backdrop-filter: blur(5px);
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
    display: inline-block;
}

.contact_box .inquiry_info::after {
    opacity: 0.2;
    position: absolute;
    height: 100px;
    content: '';
    bottom: 0;
    width: 100px;
    border-radius: 50%;
    left: 0;
    background: rgb(135,123,122,0.5);
    transform: translate(-50%, 50%);
}

.contact_box input[type="text"],
.contact_box textarea {
    background: #ffffff;
    width: 100%;
    border-radius: 28px;
    padding: 15px 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    color: #000000;
    border: 2px solid rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.contact_box .query_card input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_box .query_card label::before {
    border: 2px solid rgb(180,169,163,0.5);
    left: 0;
    top: 2px;
    width: 20px;
    border-radius: 10px;
    content: '';
    position: absolute;
    height: 20px;
    transition: all 0.3s ease;
}

.contact_box .query_card input[type="checkbox"]:checked + label::after {
    height: 10px;
    position: absolute;
    width: 6px;
    transform: rotate(45deg);
    left: 7px;
    top: 6px;
    border: solid #ffffff;
    content: '';
    border-width: 0 2px 2px 0;
}

.contact_box .reach_feedback::before {
    height: 100%;
    transform: translateX(-100%);
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    background: rgb(135,123,122);
    position: absolute;
    z-index: -1;
    transition: transform 0.4s ease;
}

.contact_box .reach_feedback:hover {
    box-shadow: 0 5px 15px rgb(180,169,163,0.5);
}

.contact_box .support_infohiwR {
    position: relative;
    overflow: hidden;
    padding: 50px;
    background: linear-gradient(135deg, rgb(180,169,163), rgb(135,123,122));
    width: 35%;
    color: #ffffff;
}

.contact_box .support_infohiwR h4 {
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 19px;
    position: relative;
    font-family: Arial, sans-serif;
}

.contact_box .support_infohiwR h4::after {
    background: #ffffff;
    border-radius: 3px;
    left: 0;
    content: '';
    position: absolute;
    width: 40px;
    bottom: -10px;
    height: 3px;
}

.contact_box .request_form li {
    transition: transform 0.3s ease;
    align-items: flex-start;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact_box .request_form svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.contact_box .request_form li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}

.contact_box .request_form a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.course_program_description {
    background: linear-gradient(135deg, rgb(215,210,185) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.course_program_description::after {
    right: -50px;
    top: -50px;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(135,123,122,0.5) 0%, transparent 70%);
    z-index: 1;
    border-radius: 50%;
    animation: pulse 8s infinite alternate;
    width: 200px;
    height: 200px;
}

.course_program_description .quick_mastery::before {
    content: "";
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
    animation: shine 5s infinite;
    top: 0;
    position: absolute;
    height: 100%;
}

.course_program_description .learn_track {
    position: relative;
    flex: 1;
    padding-right: 20px;
}

.course_program_description .learn_track::before {
    animation: rotate 25s linear infinite;
    width: 60px;
    content: "";
    border-radius: 50%;
    height: 60px;
    left: -30px;
    top: -30px;
    position: absolute;
    border: 2px solid rgb(180,169,163,0.5);
    z-index: -1;
}

.course_program_description .top_lead {
    margin-bottom: 20px;
    max-width: 180px;
    width: 60px;
    position: relative;
    transform: translateZ(0);
    align-items: center;
    border-radius: 10px;
    transition: transform 0.3s ease;
    padding: 10px 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(215,210,185) 100%);
    height: 60px;
    display: flex;
}

.course_program_description h3 {
    margin-bottom: 25px;
    color: rgb(180,169,163);
    padding-bottom: 15px;
    position: relative;
    font-size: 37px;
    font-weight: 700;
}

.course_program_description p {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.7;
    position: relative;
}

.course_program_description .img_grid::before {
    z-index: 2;
    left: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
}

.course_program_description .quick_mastery:hover .img_grid {
    transform: perspective(1000px) rotateY(0deg);
}

.cookie_message_window {
    position: fixed;
    background: rgb(215,210,185);
    border-top: 3px solid rgb(180,169,163);
    bottom: 0;
    padding: 20px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    width: 100%;
}

.user_choices {
    flex-wrap: nowrap;
    margin: auto;
    justify-content: space-between;
    padding: 0 20px;
    display: flex;
    align-items: center;
    max-width: 1200px;
}

.cookie_message_window p {
    color: #000000;
    font-size: 14px;
    max-width: 500px;
}

.learn_cookies {
    margin-right: 20px;
    flex-shrink: 0;
}

.cookie_none {
    font-weight: 600;
    color: #ffffff;
    border: 2px solid transparent;
    margin-left: 10px;
    text-align: center;
    flex-shrink: 0;
    transition: border 0.2s;
    padding: 12px 24px;
    min-width: 140px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 10px;
    background: rgb(180,169,163);
}


.wrap-container .cookie_message_window {
    border: none;
    padding: 30px 0;
    background: rgb(135,123,122);
}

.wrap-container .cookie_necessary h5, .wrap-container .cookie_necessary p {
    color: #ffffff;
}

.title_section {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,210,185), rgb(135,123,122,0.5));
    justify-content: center;
    perspective: 1000px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.title_section::after {
    content: '';
    height: 100%;
    top: -50%;
    width: 100%;
    background: radial-gradient(
    circle at center,
    rgb(180,169,163,0.5) 0%,
    transparent 70%
  );
    position: absolute;
    right: -50%;
    z-index: 0;
    transform: rotate(-15deg);
    animation: pulseGlow 8s infinite alternate ease-in-out;
    opacity: 0.1;
}

.title_section .learn_front h3 {
    font-weight: 600;
    transform: perspective(1000px) rotateY(-1deg);
    line-height: 1.4;
    transition: transform 0.5s ease;
    border-left: 4px solid rgb(180,169,163);
    font-size: calc(20px * 1.05);
    color: #000000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 1.5rem 2rem;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    margin-bottom: 1rem;
}

.title_section .training_space::before {
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
}

.title_section .title_style_header {
    margin-bottom: 2rem;
    animation: slideInLeft 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 1s;
    transform: translateX(-20px);
    font-weight: 700;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
    position: relative;
    font-size: 44px;
    opacity: 0;
    line-height: 1.2;
    color: #ffffff;
}



@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 1400px) {header .nav_skill {
    margin: 0 auto;
    max-width: 1320px;
}header .main_tutor {
    margin: 0 0.7rem;
}header .main_tutor a {
    padding: 0.8rem 1.6rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .nav_skill {
    padding: 0.8rem 1.5rem;
}header .top_lead {
    max-width: 140px;
    padding: 0.6rem;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
}header .top_mainwrap img {
    max-height: 35px;
}header .nav_block {
    justify-content: flex-start;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}header .nav_block::-webkit-scrollbar {
    height: 3px;
}header .nav_block::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(180,169,163,0.5);
}header .main_tutor {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .main_tutor a {
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    font-size: calc(15px - 2px);
}header .main_tutor::after {
    display: none;
}header::after {
    height: 5px;
}
}



@media (min-width: 992px) {.education_experience {
    padding: 8rem 0;
}.education_experience .learner_voices {
    max-width: 90%;
    margin: 0 auto;
    padding: 4rem;
    gap: 2.5rem 4rem;
    border-left-width: 6px;
}.education_experience .img_grid {
    height: 320px;
    width: 240px;
}.education_experience .learner_voices > div:nth-child(2) > div {
    font-size: calc(15px * 1);
}.education_experience .work_overview {
    font-size: calc(15px * 1.1);
    line-height: 1.8;
}
}



@media (hover: none) {.education_experience .learner_voices {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                    0 1px 4px rgba(0,0,0,0.03),
                    0 20px 40px rgba(rgb(180,169,163,0.5), 0.04) !important;
}.education_experience .img_grid {
    transform: none !important;
}.education_experience .img_grid::after {
    display: none;
}.education_experience .name::after {
    transform: scaleX(1);
}}



@media screen and (max-width: 768px) {.statistical_report {
    padding: 60px 0;
}.statistical_report .gain_study {
    gap: 20px;
    grid-template-columns: 1fr;
}.statistical_report .class_gains {
    padding: 20px;
}.statistical_report .class_gains span {
    font-size: 2rem;
}
}



@media screen and (max-width: 576px) {.statistical_report {
    padding: 40px 0;
}.statistical_report .fast_gain {
    gap: 30px;
}.statistical_report .extra_experts {
    font-size: calc(33px * 0.85);
}.statistical_report .boost_growth {
    font-size: calc(18px * 0.95);
    margin-bottom: 30px;
}.statistical_report .class_gains {
    padding: 20px 15px;
}.statistical_report .statistics_edge {
    height: 30px;
    width: 30px;
    top: 15px;
    right: 15px;
}.statistical_report .class_gains span {
    font-size: 1.8rem;
}.statistical_report .class_gains p {
    font-size: calc(18px * 0.9);
}}



@media (max-width: 768px) {.educational_rewards {
    padding: 60px 0;
}.educational_rewards .img_grid {
    max-height: 350px;
}.educational_rewards h1 {
    margin-bottom: 20px;
    font-size: calc(46px * 0.75);
}.educational_rewards li {
    padding: 8px 0 8px 35px;
}.educational_rewards svg {
    height: 24px;
    width: 24px;
    top: 10px;
}.educational_rewards ul {
    gap: 12px;
}.educational_rewards .text_arch::before {
    width: 6px;
}
}



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



@media (max-width: 768px) {.pricing_layout {
    padding: 70px 0;
}.pricing_layout h2 {
    margin-bottom: 15px;
    font-size: calc(29px * 0.8);
}.pricing_layout .lesson_rates {
    font-size: calc(17px * 0.95);
    margin-bottom: 35px;
}.pricing_layout .class_deals {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.pricing_layout .monthly_plan {
    min-height: auto;
}
}



@media (max-width: 992px) {.company_info {
    padding: 80px 0;
}.company_info .text_arch {
    padding: 30px;
    transform: perspective(800px) rotateX(1deg);
}.company_info h1 {
    font-size: calc(46px * 0.85);
    margin-bottom: 20px;
}
}



@media (max-width: 576px) {.company_info {
    padding: 40px 0;
}.company_info .container {
    padding: 0 20px;
}.company_info .text_arch {
    padding: 20px;
}.company_info h1 {
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-size: calc(46px * 0.6);
}.company_info h1::after {
    height: 3px;
    width: 60px;
}.company_info ul li span {
    line-height: 1.6;
    padding: 12px;
}}



@media (max-width: 768px) {.thanksZone {
    padding: 80px 0 60px;
}.thanksZone h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 35px;
}.thanksZone h2::after {
    bottom: -12px;
    width: 60px;
}.thanksZone .quick_mastery {
    padding: 35px 30px;
}.thanksZone span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 767px) {.verify_cta {
    padding: 50px 0 20px;
}.verify_cta .site_header {
    flex-direction: column;
    width: 100%;
    gap: 40px;
}.verify_cta .nav_block {
    text-align: center;
}.verify_cta .nav_block h5 {
    text-align: center;
}.verify_cta .nav_block h5::after {
    transform: translateX(-50%);
    left: 50%;
}.verify_cta .nav_block .site_header {
    align-items: center;
}.verify_cta .nav_block .site_header a {
    text-align: center;
}.verify_cta .nav_block .site_header a::before {
    display: none;
}.verify_cta .nav_block .site_header a:hover {
    padding-left: 0;
}
}



@media (max-width: 991px) {.verify_cta .company_holder::before {
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
            transparent, 
            rgb(180,169,163,0.5), 
            transparent);
    left: 50%;
}}



@media (max-width: 991px) {.verify_cta .company_holder h3::before {
    display: none;
}}



@media (max-width: 1200px) {.customer_feedback .student_perspectives {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.customer_feedback h2 {
    font-size: calc(36px * 0.9);
}
}



@media (max-width: 768px) {.customer_feedback {
    padding: 3.5rem 0;
}.customer_feedback h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.8);
}.customer_feedback h2::after {
    bottom: -10px;
    height: 3px;
    width: 100px;
}.customer_feedback .student_perspectives {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.5rem;
}.customer_feedback .learner_voices {
    padding: 1.5rem;
}.customer_feedback .learner_voices div {
    gap: 0.75rem;
}.customer_feedback .learner_voices img {
    width: 50px;
    height: 50px;
}.customer_feedback a {
    padding: 0.9rem 1.8rem;
    margin-top: 2rem;
}
}



@media (min-width: 768px) {.privacy_shell {
    padding: 6rem 3rem;
}.privacy_shell h1 {
    font-size: calc(46px * 1.15);
    margin-bottom: 3rem;
}.privacy_shell h1::after {
    width: 80px;
}.privacy_shell p, .privacy_shell span {
    max-width: 85%;
}.privacy_shell ul {
    margin-left: 1rem;
    max-width: 90%;
}
}



@media (max-width: 767px) {.privacy_shell {
    padding: 4rem 1.5rem;
}.privacy_shell h1 {
    font-size: calc(46px * 0.9);
}.privacy_shell h2 {
    font-size: calc(34px * 0.9);
}.privacy_shell h3 {
    font-size: calc(34px * 0.8);
}.privacy_shell h4 {
    font-size: calc(34px * 0.7);
}.privacy_shell p, .privacy_shell span {
    max-width: 100%;
}.privacy_shell ul {
    padding: 1.25rem 1.5rem;
}}



@media (max-width: 575px) {.enroll_instantly {
    padding: 2.5rem 1rem;
}.enroll_instantly h6 {
    font-size: calc(18px * 0.9);
    line-height: 1.4;
    margin-bottom: 1.5rem;
}.enroll_instantly .reach_feedback {
    padding: 0.75rem 1.4rem;
    font-size: calc(20px * 0.9);
}.enroll_instantly::after {
    right: -20%;
    width: 60%;
}
}



@media (max-width: 992px) {.contact_box .img_grid {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
}.contact_box .inquiry_info {
    margin: 0 auto;
    max-width: 90%;
    flex-direction: column;
}.contact_box .request_info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}.contact_box .support_infohiwR {
    width: 100%;
}
}



@media (max-width: 576px) {.contact_box {
    padding: 40px 0;
}.contact_box h3 {
    font-size: calc(37px * 0.8);
}.contact_box .inquiry_info {
    max-width: 95%;
}.contact_box .request_info,
    .contact_box .support_infohiwR {
    padding: 30px 20px;
}.contact_box input[type="text"],
    .contact_box textarea {
    padding: 12px;
}.contact_box .reach_feedback {
    width: 100%;
    padding: 12px;
}}



@media screen and (max-width: 767px) {.course_program_description {
    padding: 50px 0;
}.course_program_description .quick_mastery {
    padding: 25px;
}.course_program_description .top_lead {
    max-width: 150px;
    height: 50px;
}.course_program_description h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(37px - 6px);
}.course_program_description h3::after {
    height: 2px;
    width: 60px;
}.course_program_description p {
    margin-bottom: 20px;
    font-size: calc(18px - 1px);
}.course_program_description .img_grid {
    min-height: 300px;
}
}


@media only screen and (max-width: 800px) {.learn_cookies {
    display: none;
}.user_choices {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}.cookie_message_window h5, .cookie_message_window p {
    text-align: center;
}.cookie_necessary {
    margin-bottom: 20px;
}.cookie_none {
    max-width: 300px;
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}



@media (min-width: 1200px) {.title_section .learn_front > div {
    gap: 4rem;
    grid-template-columns: 0.4fr 0.6fr;
}.title_section .training_space {
    min-height: 550px;
}.title_section .learn_front h3 {
    font-size: calc(20px * 1.2);
}.title_section .training_space > div {
    padding: 5rem;
}
}



@media (max-width: 767px) {.title_section {
    padding: 3rem 0;
}.title_section .learn_front h3 {
    padding: 1.25rem 1.5rem;
    font-size: calc(20px * 0.9);
}.title_section .training_space {
    min-height: 350px;
}.title_section .training_space > div {
    padding: 2rem;
}.title_section .title_style_header {
    font-size: calc(44px * 0.9);
    margin-bottom: 1.5rem;
}.title_section .training_space p {
    font-size: 17px;
    max-width: 100%;
}
}



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



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



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



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



@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(180,169,163,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(180,169,163);
    }
}



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



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



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



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



@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%, 100% {
    transform: rotate(25deg) translateX(100%);
  }
}



@keyframes slideInBottom {
  0% {
    transform: translateY(40px) rotateX(3deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}



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

