﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.head_class_fE {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1189px;
}.wrapper-padding_IL {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.trade_mark_od {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    overflow: visible;
    width: 100%;
    z-index: 99;
    position: relative;
    background: linear-gradient(135deg, rgb(233,228,225), #ffffff);
}header::before {
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(208,195,191,0.5) 6px,
            rgb(208,195,191,0.5) 10px,
            transparent 10px
        ) repeat-x;
    background-size: 20px 20px;
    width: 100%;
    height: 15px;
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    opacity: 0.3;
}header .head_guide_r7 {
    position: relative;
    justify-content: space-between;
    display: flex;
    padding: 25px 30px;
    align-items: center;
}header .head_guide_r7::before,
header .head_guide_r7::after {
    position: absolute;
    content: "";
    width: 30%;
    height: 2px;
    background: linear-gradient(to right, rgb(208,195,191), transparent);
}header .head_guide_r7::before {
    left: 0;
    top: 10px;
}header .head_guide_r7::after {
    background: linear-gradient(to left, rgb(173,157,152), transparent);
    bottom: 10px;
    right: 0;
}header .head_guide_r7 .main_class_eL {
    position: relative;
    z-index: 2;
}header .head_guide_r7 .main_class_eL::before {
    content: "";
    width: 140%;
    background: rgb(208,195,191,0.5);
    z-index: -1;
    height: 140%;
    transition: transform 0.5s ease-in-out;
    opacity: 0.05;
    top: -20%;
    left: -20%;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    position: absolute;
}header .head_guide_r7 .main_class_eL:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .head_guide_r7 .main_class_eL .nav_start_iU {
    display: block;
    transition: transform 0.3s ease;
}header .head_guide_r7 .main_class_eL:hover .nav_start_iU {
    transform: translateY(-3px);
}header .head_guide_r7 .main_class_eL .nav_start_iU svg {
    width: auto;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    height: 45px;
}header .head_guide_r7 .header_sitebar_vE {
    margin: 0;
    list-style: none;
    padding: 0;
    position: relative;
    display: flex;
}header .head_guide_r7 .header_sitebar_vE::before {
    background: rgb(173,157,152,0.5);
    position: absolute;
    left: 0;
    transition: all 0.5s ease;
    opacity: 0.05;
    height: 100%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 100%;
    top: 0;
    content: "";
    z-index: -1;
}header .head_guide_r7 .header_sitebar_vE:hover::before {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.08;
}header .head_guide_r7 .header_sitebar_vE .header_train_vk {
    margin: 0 8px;
    position: relative;
}header .head_guide_r7 .header_sitebar_vE .header_train_vk a {
    position: relative;
    display: block;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 10px 15px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    text-decoration: none;
    transition: all 0.4s ease;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}header .head_guide_r7 .header_sitebar_vE .header_train_vk a:hover {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    color: #ffffff;
}header .head_guide_r7 .header_sitebar_vE .header_train_vk a::before {
    z-index: -1;
    height: 100%;
    width: 100%;
    background: rgb(208,195,191);
    transform: scale(0);
    position: absolute;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    left: 0;
    top: 0;
    content: "";
    transform-origin: right top;
}header .head_guide_r7 .header_sitebar_vE .header_train_vk a:hover::before {
    transform: scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}header .head_guide_r7 .header_sitebar_vE .header_train_vk:nth-child(2n) a::before {
    transform-origin: left bottom;
    background: rgb(173,157,152);
}header .head_guide_r7 .header_sitebar_vE .header_train_vk:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .head_guide_r7 .header_sitebar_vE .header_train_vk:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .head_guide_r7 {
    padding: 20px 15px;
    flex-direction: column;
}header .head_guide_r7 .main_class_eL {
    margin-bottom: 15px;
}header .head_guide_r7 .header_sitebar_vE {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .head_guide_r7 .header_sitebar_vE .header_train_vk {
    margin: 5px;
}header .head_guide_r7 .header_sitebar_vE .header_train_vk a {
    padding: 8px 12px;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header .head_guide_r7 {
    padding: 15px 10px;
}header .head_guide_r7 .main_class_eL .nav_start_iU svg {
    height: 40px;
}header .head_guide_r7 .header_sitebar_vE .header_train_vk a {
    font-size: calc(13px - 2px);
    padding: 6px 10px;
}}.follow_LO {
    padding: 5rem 3rem;
    isolation: isolate;
    overflow: hidden;
    background-color: rgb(233,228,225);
    position: relative;
}.follow_LO::before {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(208,195,191,0.5) 49%, rgb(208,195,191,0.5) 51%, transparent 52%) 0 0 / 2rem 2rem,
        linear-gradient(-45deg, transparent 48%, rgb(173,157,152,0.5) 49%, rgb(173,157,152,0.5) 51%, transparent 52%) 1rem 1rem / 2rem 2rem;
    content: "";
    height: 100%;
    left: 0;
}.follow_LO::after {
    width: 40%;
    content: "";
    bottom: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, transparent, rgb(208,195,191,0.5));
    right: 0;
    height: 70%;
    animation: shift 10s infinite alternate;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}.follow_LO .study_guides_ve {
    position: relative;
    gap: 0;
    display: grid;
    grid-template-columns: 2fr 3fr;
}.follow_LO .study_guides_ve::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(208,195,191,0.5), transparent);
    top: 50%;
    content: "";
    opacity: 0.5;
    height: 1px;
    position: absolute;
    transform: translateY(-50%) rotate(-5deg);
    left: 0;
}.follow_LO p {
    padding-right: 2rem;
    margin: 0;
    letter-spacing: 1px;
    justify-content: center;
    color: #000000;
    line-height: 1.6;
    font-size: calc(17px * 1.2);
    flex-direction: column;
    display: flex;
    grid-column: 1 / 2;
    font-weight: 300;
    font-family: Arial, sans-serif;
    position: relative;
    transform-origin: left center;
}.follow_LO p::after {
    height: 100%;
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(208,195,191,0.5), transparent);
    top: 0;
    width: 1px;
}.follow_LO .input_holder {
    display: flex;
    margin-left: 2rem;
    align-items: center;
    position: relative;
    grid-column: 2 / 3;
}.follow_LO .updates_widget_sF {
    padding: 1.2rem 1.5rem;
    border: 1px solid transparent;
    font-family: Arial, sans-serif;
    font-size: 12px;
    flex: 1;
    color: #000000;
    border-radius: 10px 0 0 10px;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}.follow_LO .updates_widget_sF:focus {
    outline: none;
    border-color: rgb(208,195,191,0.5);
}.follow_LO .updates_widget_sF::placeholder {
    opacity: 0.7;
    color: #000000;
    transition: all 0.3s ease;
}.follow_LO .updates_widget_sF:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0.3;
}.follow_LO .sub_typography_oB {
    letter-spacing: 1px;
    background-color: rgb(208,195,191);
    z-index: 1;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 400;
    border: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #ffffff;
    padding: 1.2rem 2rem;
    position: relative;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
}.follow_LO .sub_typography_oB::before {
    transform: translateX(-100%);
    content: "";
    background-color: rgb(173,157,152);
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease;
    left: 0;
    z-index: -1;
    position: absolute;
    top: 0;
}.follow_LO .sub_typography_oB:hover::before {
    transform: translateX(0);
}.follow_LO .sub_typography_oB:hover {
    letter-spacing: 2px;
}

@keyframes shift {
    0% {
        opacity: 0.5;
        transform: translateX(0);
    }
    100% {
        opacity: 0.7;
        transform: translateX(-20px);
    }
}

@media (max-width: 768px) {.follow_LO {
    padding: 3rem 1.5rem;
}.follow_LO .study_guides_ve {
    gap: 2rem;
    grid-template-columns: 1fr;
}.follow_LO p {
    grid-column: 1 / 2;
    padding-bottom: 1.5rem;
    padding-right: 0;
    text-align: center;
}.follow_LO p::after {
    background: linear-gradient(to right, transparent, rgb(208,195,191,0.5), transparent);
    height: 1px;
    bottom: 0;
    width: 50%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
}.follow_LO .input_holder {
    margin-left: 0;
    flex-direction: column;
    grid-column: 1 / 2;
}.follow_LO .updates_widget_sF {
    margin-bottom: 1rem;
    border-radius: 10px;
    width: 100%;
}.follow_LO .sub_typography_oB {
    border-radius: 10px;
    width: 100%;
}}.course_features_dX {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,228,225) 40%, rgb(173,157,152,0.5) 100%);
}.course_features_dX::before {
    background: radial-gradient(circle at center, rgb(208,195,191,0.5) 0%, transparent 70%);
    animation: float 15s infinite ease-in-out;
    top: -10%;
    position: absolute;
    width: 25vw;
    height: 25vw;
    right: -5%;
    content: "";
    z-index: 1;
}.course_features_dX::after {
    bottom: -10%;
    animation: float 18s infinite ease-in-out reverse;
    background: radial-gradient(circle at center, rgb(173,157,152,0.5) 0%, transparent 70%);
    z-index: 1;
    left: -5%;
    height: 30vw;
    content: "";
    position: absolute;
    width: 30vw;
}.course_features_dX .container {
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.course_features_dX h2 {
    margin-bottom: 3rem;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 33px;
}.course_features_dX h2::after {
    bottom: -1rem;
    transform: translateX(-50%) scaleX(0.8);
    position: absolute;
    width: 80px;
    content: "";
    transition: transform 0.5s ease;
    left: 50%;
    background: linear-gradient(90deg, rgb(208,195,191), rgb(173,157,152));
    height: 4px;
}.course_features_dX:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.course_features_dX .master_it_NQ {
    position: relative;
    display: grid;
    transform-style: preserve-3d;
    perspective: 1000px;
    grid-template-columns: 1fr;
    gap: 3rem;
}.course_features_dX .img_thumb_gq {
    position: relative;
    transform: translateY(0) rotate(0deg);
    border-radius: 27px;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 400px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.course_features_dX .img_thumb_gq::before {
    left: 0;
    height: 100%;
    z-index: 2;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgba(rgb(208,195,191), 0.2) 100%
    );
    position: absolute;
}.course_features_dX .img_thumb_gq::after {
    border-radius: 50%;
    z-index: 1;
    animation: pulse 6s infinite alternate;
    opacity: 0.7;
    height: 70px;
    filter: blur(15px);
    content: "";
    top: -10px;
    right: -10px;
    background: rgb(208,195,191);
    width: 70px;
    position: absolute;
}.course_features_dX:hover .img_thumb_gq {
    transform: translateY(-10px) rotate(1deg);
}.course_features_dX .info_section_mC {
    transform: translateZ(0);
    position: relative;
    overflow-y: auto;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.85) 100%
    );
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
    padding: 2.5rem;
    border-radius: 27px;
    max-height: 500px;
}.course_features_dX .info_section_mC::-webkit-scrollbar {
    width: 8px;
}.course_features_dX .info_section_mC::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 10px;
}.course_features_dX .info_section_mC::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(173,157,152,0.5);
    transition: background 0.3s ease;
}.course_features_dX .info_section_mC::-webkit-scrollbar-thumb:hover {
    background: rgb(173,157,152);
}.course_features_dX .info_section_mC::before {
    z-index: -1;
    width: 60px;
    position: absolute;
    height: 60px;
    filter: blur(25px);
    left: 20px;
    content: "";
    opacity: 0.6;
    background: rgb(173,157,152,0.5);
    top: -30px;
    border-radius: 50%;
}.course_features_dX:hover .info_section_mC {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px);
}.course_features_dX .description {
    opacity: 0;
    margin-bottom: 1.5rem;
    line-height: 1.75;
    font-size: 16px;
    color: #000000;
    animation: fadeInUp 0.8s forwards;
    animation-delay: 0.2s;
    transform: translateY(20px);
}.course_features_dX .description:last-child {
    margin-bottom: 0;
    animation-delay: 0.4s;
}

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

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(5%, 3%);
    }
    50% {
        transform: translate(-3%, 5%);
    }
    75% {
        transform: translate(3%, -3%);
    }
}

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

@media (min-width: 768px) {.course_features_dX .master_it_NQ {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.course_features_dX h2 {
    font-size: calc(33px * 1.1);
    text-align: left;
}.course_features_dX h2::after {
    transform: translateX(0) scaleX(0.8);
    left: 0;
}.course_features_dX:hover h2::after {
    transform: translateX(0) scaleX(1);
}.course_features_dX .img_thumb_gq {
    min-height: 450px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 90%);
    height: 100%;
}
}

@media (min-width: 992px) {.course_features_dX {
    padding: 8rem 0;
}.course_features_dX .master_it_NQ {
    gap: 5rem;
}.course_features_dX h2 {
    font-size: calc(33px * 1.2);
    margin-bottom: 4rem;
}.course_features_dX .img_thumb_gq {
    transform: translateX(-20px) rotate(-1deg);
    min-height: 550px;
}.course_features_dX:hover .img_thumb_gq {
    transform: translateX(-20px) translateY(-10px) rotate(0deg);
}.course_features_dX .info_section_mC {
    padding: 3rem;
    transform: translateX(20px);
    max-height: 550px;
}.course_features_dX:hover .info_section_mC {
    transform: translateX(20px) translateZ(30px);
}
}

@media (min-width: 1200px) {.course_features_dX .img_thumb_gq {
    transform: translateX(-40px) rotate(-1deg);
    min-height: 600px;
}.course_features_dX:hover .img_thumb_gq {
    transform: translateX(-40px) translateY(-15px) rotate(0deg);
}.course_features_dX .info_section_mC {
    transform: translateX(40px);
    padding: 3.5rem;
    max-height: 600px;
}.course_features_dX:hover .info_section_mC {
    transform: translateX(40px) translateZ(40px);
}
}

@media (max-width: 767px) {.course_features_dX {
    padding: 4rem 0;
}.course_features_dX h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2rem;
}.course_features_dX .img_thumb_gq {
    height: 280px;
}.course_features_dX .info_section_mC {
    padding: 1.5rem;
}.course_features_dX .description {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}.data_exploration_1l {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background: #ffffff;
}.data_exploration_1l::before {
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(208,195,191,0.5) 0px,
        rgb(208,195,191,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    z-index: -1;
    opacity: 0.2;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
}.data_exploration_1l::after {
    left: -50%;
    position: absolute;
    top: -50%;
    z-index: -2;
    height: 200%;
    content: "";
    width: 200%;
    opacity: 0.2;
    background: radial-gradient(
        ellipse at center,
        rgb(208,195,191,0.5) 0%,
        transparent 60%
    );
    animation: rotate-bg 30s linear infinite;
}@keyframes rotate-bg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.data_exploration_1l .container {
    display: grid;
    gap: 60px;
    position: relative;
    align-items: center;
    padding: 0 20px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
}.data_exploration_1l .expert_statistics_br {
    z-index: 2;
    position: relative;
    order: 1;
    padding: 0;
}.data_exploration_1l .expert_statistics_br::before {
    transform: rotate(-15deg);
    border: 2px solid rgb(208,195,191,0.5);
    z-index: -1;
    content: "";
    height: 120px;
    animation: float 8s ease-in-out infinite;
    left: -40px;
    width: 120px;
    top: -60px;
    position: absolute;
    border-radius: 20px;
}.data_exploration_1l .expert_statistics_br::after {
    bottom: -30px;
    border-radius: 50%;
    z-index: -1;
    content: "";
    position: absolute;
    right: 40px;
    animation: float 6s ease-in-out infinite reverse;
    width: 80px;
    background: rgb(173,157,152,0.5);
    height: 80px;
}@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-5deg);
    }
}

.data_exploration_1l .program_statistics_zr {
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #000000;
    position: relative;
    line-height: 1.2;
}.data_exploration_1l .program_statistics_zr::after {
    bottom: 0;
    border-radius: 10px;
    background: rgb(208,195,191);
    left: 0;
    height: 6px;
    content: "";
    position: absolute;
    width: 80px;
}.data_exploration_1l .statistics_benefit_f8 {
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
}.data_exploration_1l .growth_track_5R {
    order: 2;
    grid-template-columns: repeat(2, 1fr);
    z-index: 2;
    gap: 20px;
    display: grid;
}.data_exploration_1l .statistics_wins_md {
    padding: 30px;
    border: 1px solid rgb(208,195,191,0.5);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.data_exploration_1l .statistics_wins_md:nth-child(odd) {
    transform: translateY(20px);
}.data_exploration_1l .statistics_wins_md:nth-child(even) {
    transform: translateY(-20px);
}.data_exploration_1l .statistics_wins_md:hover {
    transform: scale(1.05) translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: white;
    z-index: 3;
}.data_exploration_1l .statistics_wins_md::before {
    content: "";
    width: 100px;
    border-radius: 50%;
    background: rgb(208,195,191);
    height: 100px;
    transition: all 0.4s ease;
    right: 0;
    opacity: 0.3;
    top: 0;
    position: absolute;
    transform: translate(50%, -50%);
}.data_exploration_1l .statistics_wins_md:hover::before {
    background: rgb(173,157,152);
    transform: translate(30%, -30%) scale(1.2);
}.data_exploration_1l .statistics_wins_md h4 {
    color: rgb(208,195,191);
    display: flex;
    font-size: 4rem;
    font-weight: 700;
    align-items: center;
    transition: all 0.3s ease;
    line-height: 1;
    margin: 0;
}.data_exploration_1l .statistics_wins_md:hover h4 {
    color: rgb(173,157,152);
}.data_exploration_1l .statistics_wins_md span {
    font-weight: 400;
    transition: all 0.3s ease;
    margin-top: 15px;
    display: block;
    font-size: 16px;
    color: #000000;
}.data_exploration_1l .statistics_wins_md:hover span {
    opacity: 1;
}.data_exploration_1l svg {
    width: 24px;
    margin-right: 10px;
    transition: all 0.3s ease;
    height: 24px;
    fill: rgb(208,195,191);
}.data_exploration_1l svg path {
    transition: all 0.3s ease;
    fill: rgb(208,195,191);
}.data_exploration_1l .statistics_wins_md:hover svg,
.data_exploration_1l .statistics_wins_md:hover svg path {
    fill: rgb(173,157,152);
}

@media (max-width: 992px) {.data_exploration_1l .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.data_exploration_1l .expert_statistics_br {
    text-align: center;
    order: 1;
}.data_exploration_1l .program_statistics_zr::after {
    transform: translateX(-50%);
    left: 50%;
}.data_exploration_1l .growth_track_5R {
    order: 2;
}.data_exploration_1l .statistics_wins_md:nth-child(odd),
    .data_exploration_1l .statistics_wins_md:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 768px) {.data_exploration_1l {
    padding: 80px 0;
}.data_exploration_1l .growth_track_5R {
    gap: 15px;
    grid-template-columns: 1fr;
}.data_exploration_1l .program_statistics_zr {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: calc(42px * 0.8);
}.data_exploration_1l .program_statistics_zr::after {
    width: 60px;
    height: 4px;
}.data_exploration_1l .statistics_wins_md {
    padding: 25px;
}.data_exploration_1l .statistics_wins_md h4 {
    font-size: 3rem;
}.data_exploration_1l .expert_statistics_br::before {
    left: 20px;
    height: 80px;
    top: -40px;
    width: 80px;
}.data_exploration_1l .expert_statistics_br::after {
    bottom: -20px;
    width: 60px;
    height: 60px;
    right: 20px;
}
}

@media (max-width: 480px) {.data_exploration_1l {
    padding: 60px 0;
}.data_exploration_1l .container {
    padding: 0 15px;
    gap: 30px;
}.data_exploration_1l .program_statistics_zr {
    font-size: calc(42px * 0.6);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.data_exploration_1l .statistics_benefit_f8 {
    margin-bottom: 20px;
    font-size: calc(16px * 0.9);
}.data_exploration_1l .statistics_wins_md {
    padding: 20px;
}.data_exploration_1l .statistics_wins_md h4 {
    font-size: 2.5rem;
}.data_exploration_1l .statistics_wins_md span {
    margin-top: 10px;
    font-size: calc(16px * 0.9);
}.data_exploration_1l .statistics_wins_md:hover {
    transform: scale(1.02) translateY(0);
}}.secure_retreat_2H {
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 40px;
    color: #000000;
    background: #ffffff;
}.secure_retreat_2H h1 {
    font-size: 40px;
    padding-bottom: 15px;
    border-bottom: 3px solid rgb(208,195,191);
    margin-top: 40px;
    color: rgb(208,195,191);
    font-weight: 700;
    margin-bottom: 30px;
}.secure_retreat_2H h2 {
    margin-bottom: 25px;
    margin-top: 35px;
    border-bottom: 2px solid rgb(173,157,152);
    font-weight: 600;
    padding-bottom: 10px;
    color: rgb(173,157,152);
    font-size: 29px;
}.secure_retreat_2H ul, .secure_retreat_2H ol {
    margin: 25px 0;
    list-style-type: none;
    padding-left: 0;
}.secure_retreat_2H ul li, .secure_retreat_2H ol li {
    font-size: 12px;
    color: #000000;
    position: relative;
    font-weight: 400;
    padding-left: 25px;
    line-height: 1.8;
    margin-bottom: 15px;
}.secure_retreat_2H ul li::before, .secure_retreat_2H ol li::before {
    content: '';
    top: 50%;
    height: 10px;
    width: 10px;
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: rgb(208,195,191);
}.secure_retreat_2H p, .secure_retreat_2H span, .secure_retreat_2H div {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
}

@media only screen and (max-width: 800px) {.secure_retreat_2H {
    padding: 25px;
}.secure_retreat_2H h1 {
    font-size: 29px;
    margin-bottom: 20px;
}.secure_retreat_2H h2 {
    margin-bottom: 15px;
    font-size: 20px;
}.secure_retreat_2H ul li, .secure_retreat_2H ol li {
    font-size: 12px;
}}

.secure_retreat_2H h3, .secure_retreat_2H h4, .secure_retreat_2H h5, .secure_retreat_2H h6 {
    margin-top: 30px;
    font-weight: 600;
    padding-bottom: 5px;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
}.secure_retreat_2H section {
    background: rgb(233,228,225);
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 10px;
}.secure_retreat_2H a {
    color: rgb(208,195,191);
    text-decoration: none;
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
    border-bottom: 2px solid rgb(208,195,191,0.5);
    padding-bottom: 2px;
}.secure_retreat_2H a:hover {
    color: rgb(173,157,152);
    border-bottom-color: rgb(173,157,152,0.5);
}.cookie_banner_dialog_y4 {
    bottom: 0;
    align-items: center;
    width: 100%;
    z-index: 90;
    display: flex;
    transition: transform 0.3s ease-in-out;
    padding: 1rem 0;
    overflow: hidden;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(208,195,191);
    justify-content: center;
    position: fixed;
    background: rgb(233,228,225);
}#cookieWarningPanel_V8 {
    display: none;
}#cookieWarningPanel_V8:checked ~ .cookie_banner_dialog_y4 {
    visibility: hidden;
    opacity: 0;
}.cookie_banner_dialog_y4 .container {
    padding: 0 15px;
    position: relative;
    flex-wrap: wrap;
    z-index: 1;
    justify-content: space-between;
    max-width: 1140px;
    gap: 1rem;
    margin: 0 auto;
    align-items: center;
    display: flex;
}.cookie_disclaimer_82 {
    display: flex;
    margin-right: 1rem;
    align-items: center;
    flex-shrink: 0;
}.cookie_disclaimer_82 svg {
    height: 50px;
    fill: rgb(208,195,191);
    width: 50px;
}.edu_consent_oC {
    min-width: 300px;
    margin-bottom: 20px;
    flex: 1;
}.edu_consent_oC h5 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: rgb(208,195,191);
}.edu_consent_oC p {
    color: #000000;
    font-size: 1rem;
}.user_choices_BZ {
    font-size: 1rem;
    font-weight: 700;
    background: rgb(208,195,191);
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    border: none;
}.cookie_button.cookie_layer_Uz {
    background: rgb(208,195,191);
}.cookie_button.track_alert_zV {
    margin-left: 0.5rem;
    background: #000000;
}.user_choices_BZ:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.track_alert_zV:hover {
    background: rgb(208,195,191);
}.cookie_banner_dialog_y4 p a {
    text-decoration: underline;
    color: rgb(208,195,191);
    transition: color 0.3s ease;
}.cookie_banner_dialog_y4 p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookie_banner_dialog_y4 .container {
    align-items: center;
    flex-direction: column;
}.cookie_disclaimer_82 {
    margin-bottom: 1rem;
    margin-right: 0;
}.edu_consent_oC {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.track_alert_zV {
    margin-top: 0.5rem;
    margin-left: 0;
}}
footer {
    width: 100%;
    position: relative;
}footer .trade_mark_od {
    color: #ffffff;
    background:rgb(173,157,152);
    padding: 250px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
}footer .trade_mark_od::before {
    content: "";
    background: linear-gradient(90deg, rgb(208,195,191) 25%, rgb(173,157,152) 25%, rgb(173,157,152) 50%, rgb(208,195,191) 50%, rgb(208,195,191) 75%, rgb(173,157,152) 75%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
}footer .reg_remind_D0 {
    z-index: 1;
    position: relative;
}footer .send_message_d9 {
    left: 0;
    overflow: hidden;
    position: absolute;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    right: 0;
    margin-bottom: 50px;
    background-color: #ffffff;
    top: -120px;
}footer .info_item {
    position: relative;
    padding: 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex: 1 1 250px;
    justify-content: flex-start;
    align-items: center;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    height: 3px;
    left: 0;
    transition: width 0.3s ease;
    bottom: 0;
    content: "";
    position: absolute;
    width: 0;
    background-color: rgb(208,195,191);
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    height: 22px;
    width: 22px;
    flex-shrink: 0;
    margin-right: 15px;
    fill: rgb(208,195,191);
}footer .info_item p,
footer .info_item a {
    font-size: 17px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
}footer .info_item a:hover {
    color: rgb(208,195,191);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    margin-top: 100px;
    display: grid;
    gap: 20px;
}footer .main_class_eL {
    position: relative;
    padding: 0 25px;
}footer .main_class_eL svg {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
}footer .pledge_block_XN {
    font-size: 15px;
    max-width: 350px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}footer .header_sitebar_vE {
    position: relative;
    padding: 0 25px;
}footer .header_sitebar_vE h5 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}footer .header_sitebar_vE h5::after {
    left: 0;
    bottom: -2px;
    width: 60px;
    position: absolute;
    height: 2px;
    background-color: rgb(208,195,191);
    content: "";
}footer .head_teach_qD {
    flex-wrap: wrap;
    margin-bottom: 20px;
    display: flex;
}footer .head_teach_qD a {
    padding: 8px 16px;
    margin: 5px 8px 5px 0;
    border-radius: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
}footer .head_teach_qD a:hover {
    transform: translateY(-3px);
    background-color: rgb(208,195,191);
    color: #ffffff;
}footer .subscribe_holder {
    border-radius: 22px;
    background-color: rgb(173,157,152,0.5);
    padding: 30px 25px;
    position: relative;
}footer .subscribe_holder h5 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}footer .input_holder::before {
    content: "";
    width: 50px;
    position: absolute;
    top: -10px;
    height: 50px;
    right: -10px;
    opacity: 0.1;
    background-color: rgb(208,195,191);
    z-index: -1;
    border-radius: 50%;
}footer .input_holder::after {
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    background-color: rgb(173,157,152);
    left: -10px;
    content: "";
    height: 70px;
    width: 70px;
    bottom: -20px;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.9);
    color: rgb(173,157,152);
    transition: all 0.3s ease;
    border: none;
    padding: 15px;
    font-size: 17px;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}footer .sub_typography_oB {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    border: none;
    font-weight: 600;
    color: #ffffff;
    background-color: rgb(208,195,191);
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
}footer .sub_typography_oB::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    position: absolute;
    transition: left 0.7s ease;
    left: -100%;
    width: 100%;
    top: 0;
}footer .sub_typography_oB:hover {
    background-color: rgb(173,157,152);
}footer .sub_typography_oB:hover::before {
    left: 100%;
}footer .terms_legal_7d {
    padding-top: 20px;
    text-align: center;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    margin-top: 50px;
}footer .about_learn_Yv {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}

@media (min-width: 768px) {footer .trade_mark_od {
    padding-top: 60px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_typography_oB {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .send_message_d9 {
    top: 0;
    margin-bottom: 80px;
    position: relative;
}footer .trade_mark_od {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item:last-child {
    border-bottom: none;
}footer .header_sitebar_vE, footer .subscribe_holder, footer .main_class_eL {
    padding: 20px;
}footer .terms_legal_7d {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .header_sitebar_vE h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(24px - 2px);
}footer .head_teach_qD a {
    font-size: calc(17px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .sub_typography_oB {
    padding: 12px;
}}.contact_form_box_zG {
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(
        135deg, 
        rgb(173,157,152,0.5) 0%, 
        rgb(208,195,191,0.5) 100%
    );
    position: relative;
    padding: 6rem 0;
}.contact_form_box_zG::before {
    z-index: 1;
    height: 200%;
    animation: subtle-pulse 12s infinite alternate;
    position: absolute;
    content: '';
    width: 200%;
    left: -50%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    top: -50%;
}.contact_form_box_zG::after {
    position: absolute;
    height: 150%;
    content: '';
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    z-index: 1;
    animation: subtle-wave 15s infinite alternate-reverse;
    width: 150%;
    bottom: -30%;
    right: -30%;
}.contact_form_box_zG .container {
    z-index: 2;
    padding: 0 1rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.contact_form_box_zG h2 {
    position: relative;
    margin-bottom: 3rem;
    font-size: 41px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.02em;
}.contact_form_box_zG h2::after {
    width: 80px;
    content: '';
    left: 50%;
    position: absolute;
    bottom: -0.5rem;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(208,195,191), 
        transparent
    );
    height: 3px;
    transform: translateX(-50%);
}.contact_form_box_zG .support_widget_oJ {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    align-items: stretch;
    display: flex;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border-radius: 16px;
}.contact_form_box_zG .img_thumb_gq {
    min-height: 500px;
    flex: 0 0 40%;
    position: relative;
}.contact_form_box_zG .img_thumb_gq::before {
    left: 0;
    opacity: 0.6;
    background: linear-gradient(
        45deg, 
        rgb(173,157,152,0.5) 0%, 
        rgb(208,195,191,0.5) 100%
    );
    top: 0;
    height: 100%;
    content: '';
    mix-blend-mode: color-dodge;
    width: 100%;
    position: absolute;
}.contact_form_box_zG .message_links_Yi {
    flex: 0 0 60%;
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}.contact_form_box_zG .message_links_Yi form {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}.contact_form_box_zG .message_links_Yi h3 {
    margin-bottom: 2rem;
    color: #ffffff;
    text-align: center;
    font-size: 33px;
    font-weight: 600;
}.contact_form_box_zG .message_links_Yi input:not([type="checkbox"]):not([type="submit"]) {
    background: rgba(255,255,255,0.1);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 16px;
    width: 100%;
    outline: none;
    padding: 1rem 1.5rem;
}.contact_form_box_zG .message_links_Yi input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgba(rgb(208,195,191), 0.3);
    border-color: rgb(208,195,191);
}.contact_form_box_zG .message_links_Yi .message_inquiry_45 {
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
}.contact_form_box_zG .message_links_Yi .message_inquiry_45 input[type="checkbox"] {
    border: 2px solid #ffffff;
    width: 22px;
    border-radius: 10px;
    appearance: none;
    cursor: pointer;
    height: 22px;
    margin-right: 1rem;
    position: relative;
    transition: all 0.3s ease;
}.contact_form_box_zG .message_links_Yi .message_inquiry_45 input[type="checkbox"]:checked {
    background: rgb(208,195,191);
    border-color: rgb(208,195,191);
}.contact_form_box_zG .message_links_Yi .message_inquiry_45 input[type="checkbox"]:checked::after {
    left: 50%;
    color: #ffffff;
    top: 50%;
    position: absolute;
    content: '✔';
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
}.contact_form_box_zG .message_links_Yi .message_inquiry_45 label {
    display: flex;
    color: #ffffff;
    align-items: center;
    font-size: 16px;
}.contact_form_box_zG .message_links_Yi .message_inquiry_45 a {
    transition: color 0.3s ease;
    text-decoration: none;
    margin-left: 0.3rem;
    color: rgb(208,195,191);
}.contact_form_box_zG .message_links_Yi .message_inquiry_45 a:hover {
    text-decoration: underline;
}.contact_form_box_zG .message_links_Yi .feedback_inquiry_iH {
    border-radius: 10px;
    color: #ffffff;
    font-size: 19px;
    border: none;
    transition: all 0.3s ease;
    width: 100%;
    cursor: pointer;
    background: rgb(208,195,191);
    padding: 1rem;
    overflow: hidden;
    position: relative;
    font-weight: 600;
}.contact_form_box_zG .message_links_Yi .feedback_inquiry_iH::before {
    position: absolute;
    content: '';
    transition: all 0.3s ease;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
}.contact_form_box_zG .message_links_Yi .feedback_inquiry_iH:hover::before {
    left: 100%;
}.contact_form_box_zG .message_links_Yi .feedback_inquiry_iH:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.contact_form_box_zG .support_widget_oJ {
    flex-direction: column;
}.contact_form_box_zG .img_thumb_gq {
    flex: 0 0 100%;
    min-height: 300px;
}.contact_form_box_zG .message_links_Yi {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact_form_box_zG {
    padding: 3rem 0;
}.contact_form_box_zG h2 {
    font-size: calc(41px * 0.8);
    margin-bottom: 2rem;
}.contact_form_box_zG .message_links_Yi h3 {
    font-size: calc(33px * 0.9);
}.contact_form_box_zG .message_links_Yi input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact_form_box_zG .message_links_Yi .message_inquiry_45 {
    align-items: flex-start;
}.contact_form_box_zG .message_links_Yi .message_inquiry_45 input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact_form_box_zG .support_widget_oJ {
    border-radius: 0;
}.contact_form_box_zG .img_thumb_gq {
    min-height: 250px;
}.contact_form_box_zG .message_links_Yi {
    padding: 2rem 1.5rem;
}}.educational_yield_hZ {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(233,228,225) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}.educational_yield_hZ::before {
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(208,195,191,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(173,157,152,0.5), 0.08) 0%, transparent 60%);
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    z-index: 0;
}.educational_yield_hZ::after {
    right: -150px;
    width: 300px;
    height: 300px;
    background: linear-gradient(45deg, rgb(208,195,191) 0%, rgb(173,157,152) 100%);
    content: "";
    z-index: 0;
    filter: blur(50px);
    opacity: 0.05;
    border-radius: 50%;
    position: absolute;
    top: -150px;
}.educational_yield_hZ .container {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.educational_yield_hZ .img_thumb_gq {
    transform: perspective(1000px) rotateY(-5deg) translateZ(20px);
    height: 100%;
    border-radius: 10px;
    filter: saturate(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    object-fit: cover;
}.educational_yield_hZ .img_thumb_gq:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(30px);
}.educational_yield_hZ .study_guides_ve {
    flex-direction: column;
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    justify-content: center;
    display: flex;
}.educational_yield_hZ .study_guides_ve:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
}.educational_yield_hZ .info_section_mC {
    position: relative;
    padding: 20px 0;
}.educational_yield_hZ .info_section_mC::before {
    width: 4px;
    content: "";
    opacity: 0.8;
    transition: transform 0.4s ease;
    top: 0;
    background: linear-gradient(to bottom, rgb(208,195,191), rgb(173,157,152));
    position: absolute;
    height: 100%;
    left: -20px;
    border-radius: 10px;
    transform: scaleY(0.9);
}.educational_yield_hZ .info_section_mC:hover::before {
    transform: scaleY(1);
}.educational_yield_hZ h1 {
    transition: transform 0.4s ease;
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    font-size: 46px;
    line-height: 1.3;
    transform: translateX(0);
    font-weight: 700;
}.educational_yield_hZ h1::after {
    left: 0;
    background: linear-gradient(to right, rgb(208,195,191), rgb(173,157,152));
    content: "";
    border-radius: 10px;
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: -10px;
    transition: width 0.4s ease;
}.educational_yield_hZ h1:hover::after {
    width: 120px;
}.educational_yield_hZ ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}.educational_yield_hZ li {
    margin-bottom: 18px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: flex-start;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    transform: translateX(0);
    padding: 15px 20px;
    border-radius: 10px;
}.educational_yield_hZ li:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(5px) translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}.educational_yield_hZ li p {
    color: #000000;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}.educational_yield_hZ li svg {
    transition: transform 0.3s ease;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}.educational_yield_hZ li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.educational_yield_hZ li svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,195,191);
}.educational_yield_hZ li:hover svg path {
    fill: rgb(173,157,152);
}.educational_yield_hZ li:nth-child(odd) {
    transform: translateX(-5px);
}.educational_yield_hZ li:nth-child(odd):hover {
    transform: translateX(0) translateY(-2px);
}.educational_yield_hZ li:nth-child(even) {
    background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 992px) {.educational_yield_hZ {
    padding: 80px 0;
}.educational_yield_hZ .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.educational_yield_hZ .img_thumb_gq {
    max-height: 400px;
    transform: perspective(1000px) rotateY(0) translateZ(0);
}.educational_yield_hZ .study_guides_ve {
    transform: none;
}.educational_yield_hZ h1 {
    margin-bottom: 25px;
    font-size: calc(46px * 0.9);
}
}

@media (max-width: 768px) {.educational_yield_hZ {
    padding: 60px 0;
}.educational_yield_hZ .img_thumb_gq {
    max-height: 320px;
}.educational_yield_hZ h1 {
    font-size: calc(46px * 0.8);
}.educational_yield_hZ li {
    margin-bottom: 15px;
    padding: 12px 15px;
}.educational_yield_hZ li p {
    font-size: calc(14px * 0.95);
}.educational_yield_hZ li svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
}

@media (max-width: 576px) {.educational_yield_hZ {
    padding: 50px 0;
}.educational_yield_hZ .img_thumb_gq {
    max-height: 250px;
}.educational_yield_hZ h1 {
    font-size: calc(46px * 0.7);
}.educational_yield_hZ .info_section_mC::before {
    left: -15px;
    width: 3px;
}.educational_yield_hZ li {
    padding: 10px 12px;
    margin-bottom: 12px;
}.educational_yield_hZ li p {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}.educational_yield_hZ li svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}}.company_info_G8 {
    color: #ffffff;
    background: rgb(173,157,152,0.5);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.company_info_G8::before {
    z-index: 0;
    content: "";
    background: 
        linear-gradient(217deg, rgb(208,195,191,0.5), transparent 70%),
        linear-gradient(127deg, rgb(173,157,152,0.5), transparent 70%);
    top: 0;
    height: 100%;
    opacity: 0.2;
    left: 0;
    position: absolute;
    width: 100%;
}.company_info_G8 .container {
    z-index: 2;
    position: relative;
}.company_info_G8 .study_guides_ve {
    flex-direction: column;
    gap: 100px;
    display: flex;
    position: relative;
}.company_info_G8 h3 {
    opacity: 0;
    font-weight: 700;
    font-size: calc(45px * 1.2);
    color: #ffffff;
    transform: translateX(-100px);
    position: relative;
    animation: slideIn 0.6s ease forwards;
    margin-bottom: 0;
}@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.company_info_G8 h3::before {
    width: 20px;
    top: 50%;
    content: "";
    background: rgb(208,195,191);
    left: -30px;
    height: 3px;
    position: absolute;
    transform: translateY(-50%);
}.company_info_G8 .skill_program_wR {
    gap: 40px;
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    display: grid;
    animation: fadeInRight 0.6s ease forwards 0.3s;
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    border-left: 3px solid rgb(208,195,191);
}@keyframes fadeInRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.company_info_G8 .skill_program_wR span {
    position: relative;
    margin-bottom: 10px;
    grid-column: 1 / 3;
    font-size: 19px;
    display: block;
    font-weight: 600;
    color: rgb(208,195,191);
}.company_info_G8 .skill_program_wR p {
    line-height: 1.8;
    color: #ffffff;
    font-size: 13px;
    margin: 0;
    padding-right: 20px;
    opacity: 0.9;
}.company_info_G8 .skill_program_wR .img_thumb_gq {
    position: relative;
    transform: scale(1);
    transition: transform 0.4s ease;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    border-radius: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    min-height: 300px;
}.company_info_G8 .skill_program_wR .img_thumb_gq:hover {
    transform: scale(1.05);
}.company_info_G8 .skill_program_wR .img_thumb_gq::before {
    background: linear-gradient(to right, rgb(208,195,191,0.5), transparent);
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    opacity: 0.3;
    height: 100%;
    width: 100%;
    content: "";
}.company_info_G8 .learning_growth_T6 {
    position: relative;
    gap: 40px;
    border-right: 3px solid rgb(173,157,152);
    padding-right: 40px;
    grid-template-columns: 1fr 1fr;
    animation: fadeInLeft 0.6s ease forwards 0.6s;
    display: grid;
    transform: translateX(50px);
    opacity: 0;
}@keyframes fadeInLeft {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.company_info_G8 .learning_growth_T6 p {
    opacity: 0.9;
    color: #ffffff;
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
    padding-left: 20px;
    grid-column: 2 / 3;
}.company_info_G8 .learning_growth_T6 .skill_track_bY {
    min-height: 300px;
    position: relative;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    height: 100%;
    transition: transform 0.4s ease;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    border-radius: 0;
    transform: scale(1);
    overflow: hidden;
    width: 100%;
}.company_info_G8 .learning_growth_T6 .skill_track_bY:hover {
    transform: scale(1.05);
}.company_info_G8 .learning_growth_T6 .skill_track_bY::before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgb(173,157,152,0.5), transparent);
    z-index: 1;
    opacity: 0.3;
    height: 100%;
    position: absolute;
}.company_info_G8 .study_guides_ve::before {
    background: linear-gradient(to right, rgb(208,195,191), transparent);
    width: 40%;
    content: "";
    left: 0;
    top: -20px;
    height: 1px;
    position: absolute;
}.company_info_G8 .study_guides_ve::after {
    content: "";
    width: 40%;
    right: 0;
    position: absolute;
    bottom: -20px;
    height: 1px;
    background: linear-gradient(to left, rgb(173,157,152), transparent);
}.company_info_G8 .container::before {
    position: absolute;
    height: 200px;
    top: -100px;
    left: -100px;
    animation: rotate 30s linear infinite;
    width: 200px;
    content: "";
    border-radius: 50%;
    border: 1px solid rgb(208,195,191,0.5);
    z-index: -1;
}.company_info_G8 .container::after {
    right: -150px;
    width: 300px;
    animation: rotate 40s linear infinite reverse;
    border-radius: 50%;
    bottom: -150px;
    height: 300px;
    content: "";
    border: 1px solid rgb(173,157,152,0.5);
    z-index: -1;
    position: absolute;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.company_info_G8::after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    z-index: 0;
}

@media screen and (max-width: 992px) {.company_info_G8 {
    padding: 80px 0;
}.company_info_G8 h3 {
    font-size: calc(45px * 1.1);
}.company_info_G8 .study_guides_ve {
    gap: 70px;
}.company_info_G8 .skill_program_wR,
    .company_info_G8 .learning_growth_T6 {
    grid-template-columns: 1fr;
    gap: 30px;
}.company_info_G8 .skill_program_wR p {
    padding-right: 0;
    grid-column: 1 / 2;
}.company_info_G8 .learning_growth_T6 p {
    grid-column: 1 / 2;
    padding-left: 0;
    grid-row: 2 / 3;
}.company_info_G8 .learning_growth_T6 .skill_track_bY {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.company_info_G8 .skill_program_wR .img_thumb_gq,
    .company_info_G8 .learning_growth_T6 .skill_track_bY {
    min-height: 250px;
}
}

@media screen and (max-width: 768px) {.company_info_G8 {
    padding: 60px 0;
}.company_info_G8 h3 {
    font-size: 45px;
}.company_info_G8 .study_guides_ve {
    gap: 50px;
}.company_info_G8 .skill_program_wR,
    .company_info_G8 .learning_growth_T6 {
    padding-left: 20px;
    padding-right: 20px;
}.company_info_G8 .skill_program_wR {
    border-left: 2px solid rgb(208,195,191);
}.company_info_G8 .learning_growth_T6 {
    border-right: 2px solid rgb(173,157,152);
}.company_info_G8 .skill_program_wR span {
    font-size: calc(19px * 0.9);
}.company_info_G8 .skill_program_wR p,
    .company_info_G8 .learning_growth_T6 p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}.company_info_G8 .skill_program_wR .img_thumb_gq,
    .company_info_G8 .learning_growth_T6 .skill_track_bY {
    clip-path: none;
    min-height: 220px;
    border-radius: 10px;
}
}

@media screen and (max-width: 576px) {.company_info_G8 {
    padding: 50px 0;
}.company_info_G8 h3 {
    font-size: calc(45px * 0.8);
}.company_info_G8 h3::before {
    width: 15px;
    left: -20px;
}.company_info_G8 .study_guides_ve {
    gap: 40px;
}.company_info_G8 .skill_program_wR,
    .company_info_G8 .learning_growth_T6 {
    padding-right: 15px;
    gap: 20px;
    padding-left: 15px;
}.company_info_G8 .skill_program_wR .img_thumb_gq,
    .company_info_G8 .learning_growth_T6 .skill_track_bY {
    min-height: 180px;
}.company_info_G8 .container::before,
    .company_info_G8 .container::after {
    display: none;
}}.welcome_yk {
    overflow: hidden;
    height: 100vh;
    background: radial-gradient(ellipse at 70% 70%, rgb(173,157,152,0.5), #000000);
    position: relative;
}.welcome_yk::before {
    left: 0;
    z-index: 1;
    background: 
        linear-gradient(120deg, rgba(94,170,168,0.03) 10%, transparent 30%),
        radial-gradient(circle at 70% 30%, rgba(94,170,168,0.05) 1px, transparent 12px) 0 0 / 40px 40px,
        radial-gradient(circle at 30% 70%, rgba(255,255,255,0.03) 1px, transparent 8px) 0 0 / 60px 60px;
    animation: constellation 20s linear infinite;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
}.welcome_yk::after {
    opacity: 0.08;
    transform: rotate(-3deg);
    background: linear-gradient(to top, rgb(173,157,152) 0%, transparent 100%);
    content: "";
    position: absolute;
    left: -5%;
    height: 40%;
    right: -5%;
    z-index: 2;
    bottom: -5%;
}.welcome_yk .img_thumb_gq {
    height: 100%;
    left: 0;
    transform: scale(1.05);
    filter: saturate(0.8) contrast(1.1) brightness(0.5);
    animation: subtle-scale 25s ease-in-out infinite alternate;
    z-index: 0;
    position: absolute;
    width: 100%;
    top: 0;
}.welcome_yk .img_thumb_gq::after {
    position: absolute;
    z-index: 1;
    width: 100%;
    background: radial-gradient(circle at 60% 40%, transparent 30%, rgba(0, 0, 0, 0.5) 80%, #000000 100%);
    height: 100%;
    top: 0;
    content: "";
    left: 0;
}.welcome_yk .study_guides_ve {
    padding: 8% 5%;
    height: 100%;
    position: relative;
    grid-template-rows: auto auto;
    display: grid;
    align-content: center;
    gap: 2rem;
    max-width: 1400px;
    z-index: 5;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.welcome_yk h1 {
    animation-delay: 0.3s;
    opacity: 0;
    transform: translateY(30px);
    text-shadow: 0 2px 15px rgba(0,0,0,0.2), 0 0 30px rgba(94,170,168,0.3);
    animation: slide-in 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-size: calc(40px * 1.2);
    font-weight: 700;
    max-width: 70%;
    color: #ffffff;
    margin: 0;
    position: relative;
}.welcome_yk h1::after {
    transform: scaleX(0);
    transform-origin: left;
    animation-delay: 0.8s;
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(173,157,152) 0%, transparent 100%);
    width: 80px;
    left: 0;
    animation: line-grow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    height: 3px;
}.welcome_yk .info_section_mC {
    transform: translateY(40px);
    padding: 2.5rem;
    max-width: 550px;
    backdrop-filter: blur(8px);
    opacity: 0;
    border-left: 2px solid rgba(94,170,168,0.3);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.05) inset;
    animation: slide-in 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    animation-delay: 0.6s;
    border-radius: 0 10px 10px 0;
    position: relative;
}.welcome_yk .info_section_mC::before {
    top: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(94,170,168,0.3), transparent);
    left: 0;
    content: "";
    position: absolute;
}.welcome_yk .info_section_mC::after {
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(94,170,168,0.3), transparent);
    height: 1px;
    bottom: 0;
    left: 0;
    content: "";
}.welcome_yk p {
    font-size: calc(13px * 1.1);
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 2rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    position: relative;
}.welcome_yk .edu_intro_3s {
    position: relative;
    justify-content: center;
    margin-bottom: 2rem;
    display: flex;
}.welcome_yk svg {
    height: 80px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: rotate(-5deg);
    filter: drop-shadow(0 5px 15px rgba(94,170,168,0.3));
    width: 80px;
}.welcome_yk svg:hover {
    transform: rotate(0deg) scale(1.05);
}.welcome_yk svg path {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
}.welcome_yk svg text {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
    font-family: Arial, sans-serif;
}.welcome_yk svg:hover path,
.welcome_yk svg:hover text {
    fill: #ffffff;
}.welcome_yk h6 {
    text-align: center;
    margin: 0;
}.welcome_yk .feedback_inquiry_iH {
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 
        0 10px 25px rgba(94,170,168,0.3),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    padding: 1rem 2.5rem;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(173,157,152) 0%, rgb(94,170,168) 100%);
}.welcome_yk .feedback_inquiry_iH::before {
    position: absolute;
    left: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    width: 100%;
    background: linear-gradient(135deg, rgb(94,170,168) 0%, rgb(173,157,152) 100%);
    height: 100%;
    opacity: 0;
    top: 0;
    content: "";
}.welcome_yk .feedback_inquiry_iH::after {
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 10px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s ease;
    border-radius: 50%;
    top: 50%;
    opacity: 0;
    position: absolute;
    z-index: -1;
    height: 10px;
    content: "";
    background: rgba(255,255,255,0.8);
}.welcome_yk .feedback_inquiry_iH:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(94,170,168,0.4),
        0 0 0 1px rgba(255,255,255,0.2) inset;
}.welcome_yk .feedback_inquiry_iH:hover::before {
    opacity: 1;
}.welcome_yk .feedback_inquiry_iH:active {
    box-shadow: 
        0 5px 15px rgba(94,170,168,0.3),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    transform: translateY(0);
}.welcome_yk .feedback_inquiry_iH:active::after {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(15);
}

@keyframes subtle-scale {
    0% { transform: scale(1.05); }
    100% { transform: scale(1.1); }
}

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

@keyframes slide-in {
    0% { transform: translateY(40px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

@keyframes line-grow {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

@media screen and (max-width: 1200px) {.welcome_yk h1 {
    max-width: 80%;
    font-size: calc(40px * 1.1);
}.welcome_yk .info_section_mC {
    max-width: 500px;
}
}

@media screen and (max-width: 992px) {.welcome_yk .study_guides_ve {
    padding: 10% 5%;
}.welcome_yk h1 {
    font-size: 40px;
    max-width: 90%;
}.welcome_yk .info_section_mC {
    padding: 2rem;
    max-width: 450px;
}.welcome_yk svg {
    width: 70px;
    height: 70px;
}
}

@media screen and (max-width: 768px) {.welcome_yk .study_guides_ve {
    padding: 15% 5%;
}.welcome_yk h1 {
    font-size: calc(40px * 0.9);
    max-width: 100%;
}.welcome_yk .info_section_mC {
    max-width: 100%;
    padding: 1.8rem;
}.welcome_yk p {
    font-size: 13px;
}.welcome_yk .feedback_inquiry_iH {
    padding: 0.9rem 2rem;
}
}

@media screen and (max-width: 576px) {.welcome_yk {
    min-height: 100vh;
    height: auto;
}.welcome_yk .study_guides_ve {
    padding: 25% 5% 15%;
}.welcome_yk h1 {
    font-size: calc(40px * 0.8);
}.welcome_yk h1::after {
    bottom: -10px;
    width: 60px;
}.welcome_yk .info_section_mC {
    padding: 1.5rem;
    border-radius: 0 10px 10px 0;
}.welcome_yk svg {
    width: 60px;
    height: 60px;
}.welcome_yk .feedback_inquiry_iH {
    font-size: calc(18px * 0.9);
    padding: 0.8rem 1.5rem;
}}.education_experience_aS {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,228,225) 0%, #ffffff 100%);
    position: relative;
    padding: 5rem 0;
}.education_experience_aS::before {
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(208,195,191,0.5) 0px,
        rgb(208,195,191,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    position: absolute;
    opacity: 0.05;
}.education_experience_aS::after {
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgb(208,195,191,0.5) 0%, rgb(173,157,152,0.5) 100%);
    opacity: 0.08;
    content: "";
    height: 200%;
    top: -50%;
    right: -20%;
    width: 70%;
    z-index: 0;
    position: absolute;
}.education_experience_aS .container {
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.education_experience_aS .user_feedback_Db {
    position: relative;
    display: grid;
    transform: perspective(1000px) rotateY(-1deg);
    gap: 2rem;
    grid-template-columns: 1fr;
    padding: 2.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
}.education_experience_aS .user_feedback_Db:hover {
    transform: perspective(1000px) rotateY(0deg);
}.education_experience_aS .user_feedback_Db::before {
    left: 0;
    width: 5px;
    transition: transform 0.3s ease-out;
    transform-origin: left center;
    top: 0;
    content: "";
    position: absolute;
    transform: scaleY(0.95);
    background: linear-gradient(to bottom, rgb(208,195,191) 0%, rgb(173,157,152) 100%);
    height: 100%;
}.education_experience_aS .user_feedback_Db:hover::before {
    transform: scaleY(1);
}.education_experience_aS .img_thumb_gq {
    border-radius: 5px;
    margin: 0 auto;
    height: 120px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 120px;
    transform: translateY(0);
}.education_experience_aS .user_feedback_Db:hover .img_thumb_gq {
    transform: translateY(-5px);
}.education_experience_aS .img_thumb_gq::after {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    content: "";
    z-index: 1;
    border-radius: 5px;
    position: absolute;
    inset: 0;
}.education_experience_aS .img_thumb_gq::before {
    z-index: -1;
    transition: all 0.3s ease;
    opacity: 0;
    left: -10px;
    height: calc(100% + 20px);
    border-radius: 5px;
    content: "";
    position: absolute;
    transform: scale(0.95);
    background: linear-gradient(135deg, rgb(208,195,191,0.5) 0%, rgb(173,157,152,0.5) 100%);
    top: -10px;
    width: calc(100% + 20px);
}.education_experience_aS .user_feedback_Db:hover .img_thumb_gq::before {
    opacity: 0.5;
    transform: scale(1);
}.education_experience_aS .name {
    transform: translateY(0);
    text-align: center;
    position: relative;
    font-size: 19px;
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: 700;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.education_experience_aS .user_feedback_Db:hover .name {
    transform: translateY(-3px);
}.education_experience_aS .name::after {
    width: 40px;
    left: 50%;
    bottom: -6px;
    position: absolute;
    height: 2px;
    transition: transform 0.3s ease;
    content: "";
    transform: translateX(-50%) scaleX(0.7);
    background: rgb(208,195,191);
}.education_experience_aS .user_feedback_Db:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.education_experience_aS .user_feedback_Db > div:nth-child(2) > div {
    color: rgb(173,157,152);
    transition: color 0.3s ease;
    font-style: italic;
    opacity: 0.9;
    text-align: center;
    font-size: calc(14px * 0.95);
}.education_experience_aS .user_feedback_Db:hover > div:nth-child(2) > div {
    color: rgb(208,195,191);
}.education_experience_aS .exp_details_5H {
    padding: 1rem 0;
    position: relative;
    color: #000000;
    font-size: 14px;
    text-align: center;
    line-height: 1.7;
}.education_experience_aS .exp_details_5H::before,
.education_experience_aS .exp_details_5H::after {
    transition: all 0.3s ease;
    opacity: 0.3;
    color: rgb(208,195,191,0.5);
    line-height: 1;
    content: "";
    position: absolute;
    font-size: 3rem;
}.education_experience_aS .exp_details_5H::before {
    top: -10px;
    left: -5px;
}.education_experience_aS .exp_details_5H::after {
    bottom: -20px;
    right: -5px;
    transform: rotate(180deg);
}.education_experience_aS .user_feedback_Db:hover .exp_details_5H::before,
.education_experience_aS .user_feedback_Db:hover .exp_details_5H::after {
    color: rgb(208,195,191);
    opacity: 0.5;
}

@media (min-width: 768px) {.education_experience_aS {
    padding: 7rem 0;
}.education_experience_aS .user_feedback_Db {
    gap: 2.5rem;
    padding: 3rem;
    align-items: center;
    grid-template-columns: auto 1fr 2fr;
}.education_experience_aS .img_thumb_gq {
    margin: 0;
    width: 150px;
    height: 150px;
}.education_experience_aS .name,
    .education_experience_aS .user_feedback_Db > div:nth-child(2) > div {
    text-align: left;
}.education_experience_aS .name::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.education_experience_aS .user_feedback_Db:hover .name::after {
    transform: translateX(0) scaleX(1);
}.education_experience_aS .exp_details_5H {
    text-align: left;
    padding: 0;
}.education_experience_aS .user_feedback_Db::before {
    width: 8px;
}.education_experience_aS::after {
    width: 50%;
    top: -30%;
    right: -10%;
}
}

@media (min-width: 992px) {.education_experience_aS .user_feedback_Db {
    padding: 3.5rem 4rem;
    gap: 3rem;
}.education_experience_aS .img_thumb_gq {
    width: 180px;
    height: 180px;
}.education_experience_aS .exp_details_5H {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}.education_experience_aS .user_feedback_Db::before {
    width: 10px;
}
}

@media (min-width: 1200px) {.education_experience_aS .container {
    padding: 0 2rem;
}.education_experience_aS .user_feedback_Db {
    grid-template-columns: auto 1fr 3fr;
    padding: 4rem 5rem;
}.education_experience_aS .img_thumb_gq {
    width: 200px;
    height: 200px;
}.education_experience_aS .exp_details_5H {
    padding-right: 1rem;
}.education_experience_aS .user_feedback_Db > div:nth-child(2) {
    padding-right: 1rem;
}
}

@media (max-width: 767px) {.education_experience_aS .user_feedback_Db > div:first-child {
    margin-bottom: 1rem;
}.education_experience_aS .user_feedback_Db > div:nth-child(2) {
    margin-bottom: 1.5rem;
}}.thanksPart_Ln {
    padding: 6rem 2rem;
    overflow: hidden;
    display: flex;
    min-height: 70vh;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(208,195,191,0.5), rgb(173,157,152,0.5));
    position: relative;
}.thanksPart_Ln::before {
    background: radial-gradient(circle at 30% 70%, rgb(208,195,191,0.5) 0%, transparent 60%);
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    z-index: 1;
    width: 100%;
    animation: pulse 15s ease-in-out infinite alternate;
    position: absolute;
    transform-origin: center;
}.thanksPart_Ln::after {
    width: 50%;
    animation: float 20s ease-in-out infinite;
    z-index: 0;
    content: "";
    right: -5%;
    background: radial-gradient(circle, rgb(173,157,152,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: -5%;
    height: 50%;
}.thanksPart_Ln .container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
}.thanksPart_Ln .study_guides_ve {
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.85);
    display: grid;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    gap: 2.5rem;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
}.thanksPart_Ln .study_guides_ve:hover {
    transform: translateZ(30px) scale(1.02);
}.thanksPart_Ln .study_guides_ve > div:first-child {
    position: relative;
    border-left: 4px solid rgb(208,195,191);
    padding-left: 2.5rem;
}.thanksPart_Ln .study_guides_ve > div:first-child::before {
    left: -15px;
    width: 26px;
    box-shadow: 0 0 20px rgba(rgb(208,195,191), 0.5);
    height: 26px;
    top: 50%;
    animation: pulse 3s infinite alternate;
    content: "";
    border-radius: 50%;
    background: rgb(208,195,191);
    transform: translateY(-50%);
    position: absolute;
}.thanksPart_Ln h5 {
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    line-height: 1.4;
    opacity: 0;
    margin: 0;
    font-size: calc(19px * 1.2);
    transition: transform 0.4s ease-out;
    color: #000000;
    transform: translateX(0);
    font-weight: 700;
}.thanksPart_Ln .study_guides_ve > div:nth-child(2) {
    opacity: 0;
    position: relative;
    transition: transform 0.3s ease;
    animation: fadeIn 0.8s 0.4s ease-out forwards;
}.thanksPart_Ln .study_guides_ve > div:nth-child(2)::before {
    height: 1px;
    position: absolute;
    content: "";
    left: 0;
    top: -10px;
    background: linear-gradient(90deg, rgb(208,195,191), transparent);
    width: 70%;
}.thanksPart_Ln a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s ease-out;
    transform: translateY(0);
}.thanksPart_Ln a:hover {
    transform: translateY(-5px);
}.thanksPart_Ln p {
    hyphens: auto;
    font-size: 16px;
    color: #000000;
    padding: 1rem 0;
    position: relative;
    line-height: 1.8;
    margin: 0;
}.thanksPart_Ln p::after {
    width: 35%;
    background: linear-gradient(90deg, transparent, rgb(173,157,152));
    transform-origin: right;
    right: 0;
    content: "";
    position: absolute;
    bottom: 0;
    transform: scaleX(0);
    height: 2px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.thanksPart_Ln a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

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

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

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

@media (min-width: 768px) {.thanksPart_Ln {
    padding: 8rem 3rem;
}.thanksPart_Ln .study_guides_ve {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
    gap: 3.5rem;
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
}.thanksPart_Ln h5 {
    font-size: calc(19px * 1.4);
}.thanksPart_Ln .study_guides_ve > div:first-child::after {
    width: 1px;
    height: 80%;
    transform: translateY(-50%);
    top: 50%;
    right: -3.5rem;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(208,195,191,0.5), transparent);
    content: "";
}.thanksPart_Ln .study_guides_ve > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.thanksPart_Ln .study_guides_ve {
    gap: 5rem;
    padding: 5rem;
}.thanksPart_Ln h5 {
    font-size: calc(19px * 1.5);
}.thanksPart_Ln .study_guides_ve > div:first-child {
    border-left-width: 5px;
    padding-left: 3rem;
}.thanksPart_Ln p {
    font-size: calc(16px * 1.1);
}.thanksPart_Ln .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.thanksPart_Ln {
    padding: 4rem 1.5rem;
}.thanksPart_Ln .study_guides_ve {
    padding: 2.5rem 2rem;
}.thanksPart_Ln h5 {
    font-size: 19px;
}.thanksPart_Ln p {
    font-size: calc(16px * 0.95);
}
}

@media (hover: hover) {.thanksPart_Ln .study_guides_ve:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.thanksPart_Ln .study_guides_ve,
    .thanksPart_Ln a,
    .thanksPart_Ln h5,
    .thanksPart_Ln::before,
    .thanksPart_Ln::after {
    animation: none;
    transition: none;
}.thanksPart_Ln .study_guides_ve > div:first-child::before {
    animation: none;
}.thanksPart_Ln .study_guides_ve > div:nth-child(2) {
    opacity: 1;
}.thanksPart_Ln h5 {
    opacity: 1;
}}.plan_card_vp {
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
    z-index: 1;
}.plan_card_vp::before {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(173,157,152,0.5), rgba(0, 0, 0, 0.5) 80%);
    z-index: -1;
    left: 0;
    height: 100%;
    top: 0;
}.plan_card_vp::after {
    width: 200%;
    position: absolute;
    background: radial-gradient(circle at center, transparent 45%, rgba(255, 255, 255, 0.03) 50%, transparent 55%);
    content: "";
    left: -50%;
    top: -50%;
    z-index: -1;
    animation: rotateBackground 180s linear infinite;
    height: 200%;
    pointer-events: none;
}.plan_card_vp .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.promo_cost_fG {
    position: relative;
}.plan_card_vp h2 {
    font-size: 38px;
    text-align: center;
    transform: perspective(1000px) translateZ(20px);
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}.plan_card_vp h2::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(208,195,191), transparent);
    content: "";
    height: 3px;
    bottom: -10px;
    width: 80px;
    position: absolute;
    left: 50%;
}.plan_card_vp .bundle_rate_vB {
    text-align: center;
    line-height: 1.6;
    color: #ffffff;
    margin: 0 auto 60px;
    opacity: 0.9;
    transform: perspective(1000px) translateZ(10px);
    font-size: 15px;
    max-width: 800px;
}.plan_card_vp .offer_box_Rh {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    list-style: none;
    gap: 30px;
}.plan_card_vp .offer_box_Rh li {
    transition: transform 0.5s ease-out;
    transform-style: preserve-3d;
}.plan_card_vp .trial_pricing_3d {
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 100%;
}.plan_card_vp .cert_cost_0E {
    padding: 30px;
    overflow: hidden;
    backdrop-filter: blur(8px);
    transform-style: preserve-3d;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    height: 100%;
    border-radius: 16px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2),
              -10px -10px 30px rgba(255, 255, 255, 0.05),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}.plan_card_vp .cert_cost_0E::before {
    top: -40px;
    height: 80px;
    background: rgb(208,195,191);
    opacity: 0.1;
    content: "";
    transition: transform 0.5s ease-out;
    width: 80px;
    position: absolute;
    right: -40px;
    border-radius: 50%;
}.plan_card_vp .cert_cost_0E::after {
    background: linear-gradient(90deg, rgb(208,195,191), transparent);
    width: 100%;
    transform-origin: left;
    position: absolute;
    transition: transform 0.5s ease-out;
    bottom: 0;
    height: 3px;
    left: 0;
    transform: scaleX(0.7);
    content: "";
}.plan_card_vp .rate_choices_et {
    transform: translateZ(20px);
    z-index: 2;
    position: relative;
}.plan_card_vp .trial_pricing_3d h4 {
    color: #ffffff;
    display: inline-block;
    font-size: calc(21px + 2px);
    font-weight: 600;
    position: relative;
    margin: 0 0 20px;
}.plan_card_vp .trial_pricing_3d h4::after {
    content: "";
    width: 40px;
    left: 0;
    background: rgb(208,195,191);
    transition: width 0.3s ease;
    height: 2px;
    bottom: -8px;
    position: absolute;
}.plan_card_vp .trial_pricing_3d p {
    max-height: 240px;
    scrollbar-color: rgb(208,195,191) transparent;
    scrollbar-width: thin;
    opacity: 0.8;
    padding-right: 10px;
    color: #ffffff;
    line-height: 1.6;
    font-size: calc(15px - 1px);
    overflow-y: auto;
    margin-bottom: 25px;
}.plan_card_vp .trial_pricing_3d p::-webkit-scrollbar {
    width: 4px;
}.plan_card_vp .trial_pricing_3d p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}.plan_card_vp .trial_pricing_3d p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(208,195,191);
}.plan_card_vp .cost_deals_JS {
    font-size: calc(21px + 6px);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    text-align: right;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    display: block;
}.plan_card_vp .cost_deals_JS::before {
    background: rgb(208,195,191);
    width: 60px;
    transform: scaleX(0);
    bottom: -10px;
    content: "";
    height: 2px;
    transform-origin: right;
    transition: transform 0.3s ease;
    position: absolute;
    right: 0;
}.plan_card_vp .trial_pricing_3d:hover .cert_cost_0E {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.25),
              -15px -15px 40px rgba(255, 255, 255, 0.07),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px) translateZ(0);
}.plan_card_vp .trial_pricing_3d:hover .cert_cost_0E::before {
    opacity: 0.05;
    transform: scale(3);
}.plan_card_vp .trial_pricing_3d:hover .cert_cost_0E::after {
    transform: scaleX(1);
}.plan_card_vp .trial_pricing_3d:hover h4::after {
    width: 100%;
}.plan_card_vp .trial_pricing_3d:hover .cost_deals_JS::before {
    transform: scaleX(1);
}

@keyframes rotateBackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 1200px) {.plan_card_vp .offer_box_Rh {
    grid-template-columns: repeat(4, 1fr);
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {.plan_card_vp .offer_box_Rh {
    grid-template-columns: repeat(3, 1fr);
}.plan_card_vp {
    padding: 100px 0 80px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.plan_card_vp .offer_box_Rh {
    grid-template-columns: repeat(2, 1fr);
}.plan_card_vp {
    padding: 80px 0 60px;
}.plan_card_vp .bundle_rate_vB {
    margin-bottom: 50px;
}
}

@media screen and (max-width: 767px) {.plan_card_vp .offer_box_Rh {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.plan_card_vp {
    padding: 60px 0 40px;
}.plan_card_vp h2 {
    font-size: calc(38px - 4px);
}.plan_card_vp .bundle_rate_vB {
    margin-bottom: 40px;
    font-size: calc(15px - 1px);
}.plan_card_vp .cert_cost_0E {
    padding: 25px 20px;
}
}

@media (hover: none) {.plan_card_vp .cert_cost_0E {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2),
                -8px -8px 20px rgba(255, 255, 255, 0.05);
}.plan_card_vp .trial_pricing_3d:active .cert_cost_0E {
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion: reduce) {.plan_card_vp::after {
    animation: none;
}.plan_card_vp .trial_pricing_3d:hover .cert_cost_0E {
    transform: none;
}.plan_card_vp .trial_pricing_3d:hover .cert_cost_0E::before {
    transform: none;
}}.instructional_approach_LW {
    background: linear-gradient(135deg, rgb(233,228,225) 0%, rgb(173,157,152,0.5) 120%);
    padding: 170px 0 150px;
    position: relative;
    overflow: visible;
}.instructional_approach_LW::before {
    opacity: 0.05;
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    background: rgb(208,195,191,0.5);
    left: 0;
    height: 100%;
    z-index: 1;
}.instructional_approach_LW .study_guides_ve {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.instructional_approach_LW .info_section_mC {
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
    position: relative;
}.instructional_approach_LW .info_section_mC h2 {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    width: 40%;
    padding: 35px 40px;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 0 auto 80px;
    font-size: 38px;
    z-index: 4;
    background: rgb(208,195,191,0.5);
    backdrop-filter: blur(10px);
}.instructional_approach_LW .info_section_mC p {
    padding: 50px 60px;
    border-radius: 28px;
    font-size: 13px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.07);
    z-index: 3;
    backdrop-filter: blur(15px);
    line-height: 1.8;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    color: #ffffff;
    width: 70%;
}.instructional_approach_LW .info_section_mC::before {
    width: 2px;
    height: 60px;
    z-index: 3;
    top: calc(38px * 2 + 70px);
    background: linear-gradient(to bottom, rgb(208,195,191), transparent);
    position: absolute;
    content: '';
    left: 50%;
}.instructional_approach_LW .info_section_mC::after {
    right: 10%;
    border-radius: 50%;
    animation: pulse-subtle 15s infinite alternate;
    top: -100px;
    position: absolute;
    height: 200px;
    filter: blur(70px);
    opacity: 0.03;
    background: rgb(208,195,191);
    width: 200px;
    content: '';
}.instructional_approach_LW .info_section_mC h2::before {
    left: -20%;
    height: 10px;
    background: rgb(208,195,191);
    bottom: -5px;
    position: absolute;
    opacity: 0.2;
    filter: blur(10px);
    width: 140%;
    content: '';
}.instructional_approach_LW .info_section_mC h2::after {
    height: 20px;
    position: absolute;
    bottom: -40px;
    border-radius: 50%;
    background: rgb(208,195,191);
    opacity: 0.7;
    content: '';
    z-index: 5;
    left: 50%;
    width: 20px;
    margin-left: -10px;
    box-shadow: 0 0 15px rgb(208,195,191,0.5);
}.instructional_approach_LW .info_section_mC p::before {
    background: linear-gradient(90deg, transparent, rgb(208,195,191,0.5), transparent);
    content: '';
    position: absolute;
    left: 5%;
    width: 90%;
    top: 20px;
    height: 1px;
    opacity: 0.3;
}.instructional_approach_LW .info_section_mC p::after {
    content: '';
    width: 70%;
    position: absolute;
    left: 15%;
    opacity: 0.3;
    bottom: 20px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(208,195,191,0.5), transparent);
}.instructional_approach_LW::after {
    position: absolute;
    opacity: 0.3;
    content: '';
    height: 200px;
    background: linear-gradient(to top, rgb(208,195,191,0.5), transparent);
    width: 1px;
    bottom: 0;
    left: 50%;
    z-index: 1;
}.instructional_approach_LW .study_guides_ve::before {
    content: '';
    z-index: 0;
    height: 2px;
    position: absolute;
    transform-origin: right center;
    background: rgb(208,195,191,0.5);
    top: 40%;
    width: 250px;
    left: -125px;
    opacity: 0.2;
    transform: rotate(30deg);
}.instructional_approach_LW .study_guides_ve::after {
    content: '';
    right: -125px;
    z-index: 0;
    height: 2px;
    position: absolute;
    top: 40%;
    background: rgb(208,195,191,0.5);
    transform: rotate(-30deg);
    width: 250px;
    opacity: 0.2;
    transform-origin: left center;
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.03;
        transform: scale(1);
    }
    50% {
        opacity: 0.05;
        transform: scale(1.2);
    }
}

@media screen and (max-width: 1200px) {.instructional_approach_LW .info_section_mC h2 {
    width: 50%;
}.instructional_approach_LW .info_section_mC p {
    width: 80%;
}
}

@media screen and (max-width: 992px) {.instructional_approach_LW {
    padding: 140px 0 120px;
}.instructional_approach_LW .info_section_mC h2 {
    width: 60%;
    margin-bottom: 60px;
    padding: 30px 35px;
}.instructional_approach_LW .info_section_mC p {
    padding: 40px 50px;
    width: 90%;
}.instructional_approach_LW .info_section_mC::before {
    height: 40px;
}
}

@media screen and (max-width: 768px) {.instructional_approach_LW {
    overflow: hidden;
    padding: 120px 0 100px;
}.instructional_approach_LW .info_section_mC {
    transform: none;
}.instructional_approach_LW .info_section_mC h2 {
    width: 80%;
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.instructional_approach_LW .info_section_mC p {
    padding: 30px 40px;
    width: 100%;
}.instructional_approach_LW .info_section_mC::before {
    height: 30px;
}.instructional_approach_LW .info_section_mC::after,
    .instructional_approach_LW::after,
    .instructional_approach_LW .study_guides_ve::before,
    .instructional_approach_LW .study_guides_ve::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.instructional_approach_LW {
    padding: 100px 0 80px;
}.instructional_approach_LW .info_section_mC h2 {
    padding: 25px 30px;
    font-size: calc(38px * 0.8);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    width: 100%;
}.instructional_approach_LW .info_section_mC p {
    padding: 25px 30px;
    font-size: calc(13px * 0.9);
}.instructional_approach_LW .info_section_mC::before {
    height: 20px;
}.instructional_approach_LW .info_section_mC h2::after {
    width: 15px;
    margin-left: -7.5px;
    height: 15px;
    bottom: -25px;
}
}