* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

header,footer {
    width: 100%;
}

header {
    position: relative;
    z-index: 100;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 1rem 0;
    background: rgb(232,225,227);
}

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

.qvdata_viz {
    flex: 0 0 auto;
}

.qvdata_viz {
    padding: 70px 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 2;
    position: relative;
}

.DOcontact_box::before {
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(196,171,177), 0.05) 100%);
    width: 100%;
    top: 0;
    z-index: 0;
}

.DOcontact_box h2 {
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 70px;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    position: relative;
    color: #ffffff;
}

.DOcontact_box h2::after {
    background: rgb(196,171,177);
    bottom: -20px;
    position: absolute;
    content: "";
    left: calc(50% - 10px);
    height: 2px;
    width: 70px;
}

.DOcontact_box .Pvpic_float {
    position: relative;
    min-height: 100%;
}

.DOcontact_box .Pvpic_float::before {
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
}



.DOcontact_box .Hfcontact_request {
    position: relative;
    padding: 50px;
}

.DOcontact_box .Hfcontact_request::before {
    z-index: -1;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

.DOcontact_box h3 {
    color: #ffffff;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 21px;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.DOcontact_box input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(196,171,177), 0.2);
    outline: none;
    background: rgba(0, 0, 0, 0.3);
    border-color: rgb(196,171,177);
}

.DOcontact_box input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.DOcontact_box .FWconnect_support input[type="checkbox"] {
    height: 24px;
    width: 24px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    appearance: none;
    margin-top: 2px;
}

.DOcontact_box .FWconnect_support label {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(14px - 2px);
}

.DOcontact_box .FWconnect_support a {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(196,171,177);
}

.DOcontact_box .FWconnect_support a:hover::after {
    background: #ffffff;
}

.DOcontact_box .bEconnect_grid {
    margin-top: 10px;
    border: none;
    font-size: 19px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transition: all 0.3s ease;
    align-self: flex-start;
    background: rgb(196,171,177);
    padding: 16px 35px;
    overflow: hidden;
    border-radius: 10px;
}

.DOcontact_box .bEconnect_grid:hover::before {
    left: 100%;
}

.DOcontact_box svg path {
    transition: all 0.3s ease;
    fill: rgb(196,171,177);
}

.DOcontact_box svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}

.DOcontact_box svg:hover path {
    fill: #ffffff;
}

.Szjoin_now::before {
    transform: translateZ(-10px);
    position: absolute;
    height: 100%;
    pointer-events: none;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    content: '';
    width: 100%;
    top: 0;
}

.Szjoin_now .container {
    display: flex;
    max-width: 1140px;
    align-items: center;
    transform: translateZ(20px);
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    z-index: 1;
    gap: 2.5rem;
}

.Szjoin_now div div {
    justify-content: center;
    perspective: 600px;
    display: flex;
}

.Szjoin_now div div span {
    transform: translateZ(30px);
    display: inline-block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.Szjoin_now .bEconnect_grid {
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.4s ease;
    color: rgb(196,171,177);
    position: relative;
    display: inline-block;
    transform: translateZ(0);
    font-size: 15px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding: 1rem 2.5rem;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
                0 6px 6px rgba(0, 0, 0, 0.1),
                0 0 0 3px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transform-style: preserve-3d;
}

.Szjoin_now .bEconnect_grid span {
    position: relative;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    display: inline-block;
}

.Szjoin_now .bEconnect_grid:hover::before {
    opacity: 0.7;
}

.Szjoin_now .bEconnect_grid:hover span {
    transform: scale(1.05);
}

.yTprice_table {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 100px 0;
}

.yTprice_table::before {
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
}

.yTprice_table .cTstudy_rates {
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
    z-index: 2;
    justify-content: center;
}

.yTprice_table h2::after {
    height: 3px;
    border-radius: 1px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -12px;
    background: rgb(196,171,177);
    content: "";
    width: 80px;
}

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

.yTprice_table .vbqtr_cost {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transform: translateY(0) scale(1);
    width: 100%;
    flex-direction: column;
    display: flex;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
}

.yTprice_table .Uzstudy_rates {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.yTprice_table .vbqtr_cost h4 {
    font-size: calc(19px * 1.1);
    transition: color 0.3s ease;
    position: relative;
    letter-spacing: 0.3px;
    margin: 0 0 20px;
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: 600;
}

.yTprice_table .vbqtr_cost:hover h4::after {
    width: 60px;
    background-color: rgb(196,171,177);
}

.yTprice_table .cTbundle_price {
    letter-spacing: 0.5px;
    padding: 15px 0 0;
    font-size: calc(19px * 1.15);
    transition: transform 0.3s ease, color 0.3s ease;
    color: rgb(196,171,177);
    position: relative;
    margin-top: auto;
    font-weight: 700;
    display: block;
}

.yTprice_table .vbqtr_cost:hover .cTbundle_price {
    color: rgb(173,130,142);
    transform: translateY(-3px);
}

.yTprice_table .vbqtr_cost:hover .cTbundle_price::before {
    width: 40px;
    opacity: 1;
}

.Qpinstructor_profile {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(232,225,227);
}

.Qpinstructor_profile .container {
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    padding: 0 1.5rem;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
}

.Qpinstructor_profile .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.Qpinstructor_profile .cpstudent_opinions:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 8px 20px rgba(0,0,0,0.05),
        0 2px 8px rgba(0,0,0,0.03);
}

.Qpinstructor_profile .cpstudent_opinions::after {
    transform: rotate(15deg);
    height: 80px;
    right: 25px;
    width: 80px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(196,171,177) 48%, rgb(196,171,177) 52%, transparent 52%);
    transition: all 0.5s ease;
    position: absolute;
    opacity: 0.1;
    top: 25px;
    content: "";
}

.Qpinstructor_profile .Pvpic_float::before {
    transition: opacity 0.4s ease;
    content: "";
    z-index: 1;
    inset: 0;
    opacity: 0.5;
    background: linear-gradient(to top right, rgb(196,171,177,0.5), transparent 70%);
    position: absolute;
}

.Qpinstructor_profile .cpstudent_opinions:hover .Pvpic_float {
    border-radius: 30% 50% 70% 90%;
    transform: scale(1.05) rotate(-2deg);
}

.Qpinstructor_profile .name {
    display: inline-block;
    font-size: calc(19px * 1.1);
    font-weight: 700;
    transition: transform 0.4s ease;
    margin: 0 0 0.5rem;
    position: relative;
    color: #000000;
}

.Qpinstructor_profile .cpstudent_opinions > div:nth-child(2) div {
    transition: transform 0.4s ease;
    position: relative;
    letter-spacing: 0.5px;
    font-size: calc(12px * 0.95);
    transform: translateX(0);
    margin-bottom: 0.8rem;
    color: rgb(173,130,142);
    font-weight: 600;
}

.Qpinstructor_profile .oNwork_projects::before {
    transition: transform 0.5s ease;
    position: absolute;
    left: 0.3rem;
    font-size: 2.5rem;
    opacity: 0.3;
    content: "";
    top: -0.5rem;
    color: rgb(196,171,177);
}

.Axuser_reviews {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(232,225,227) 0%, rgb(173,130,142,0.5) 100%);
    overflow: hidden;
}

.Axuser_reviews::after {
    left: -5%;
    transform: rotate(10deg) skewX(-10deg);
    opacity: 0.5;
    pointer-events: none;
    z-index: 1;
    bottom: -10%;
    height: 60%;
    background: linear-gradient(45deg, rgb(173,130,142,0.5) 20%, transparent 80%);
    content: "";
    position: absolute;
    width: 35%;
}

.Axuser_reviews h2 {
    font-size: 30px;
    color: #000000;
    margin-bottom: 3.5rem;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 700;
    text-align: center;
    transform: translateZ(30px);
}

.Axuser_reviews .ljlearner_reflections {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    padding: 0;
    gap: 2.5rem;
    margin: 0;
    perspective: 1000px;
}

.Axuser_reviews .cpstudent_opinions::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(196,171,177) 0%, rgb(173,130,142) 100%);
    transform-origin: left;
    height: 5px;
    transform: scaleX(0);
    z-index: 2;
    position: absolute;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    content: "";
}

.Axuser_reviews .cpstudent_opinions > div {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}

.Axuser_reviews .cpstudent_opinions:hover img {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.Axuser_reviews .cpstudent_opinions h4 {
    color: #000000;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.Axuser_reviews .description {
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    color: #000000;
    z-index: 2;
    margin: 0;
}

.Axuser_reviews .cpstudent_opinions:hover .description::before {
    transform: scale(1.2) rotate(5deg);
    opacity: 0.5;
}

.Axuser_reviews a {
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    margin-right: auto;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    padding: 0.8rem 2rem;
    font-weight: 600;
    text-align: center;
    display: table;
    font-size: 18px;
    margin-left: auto;
    margin-top: 2.5rem;
    border-radius: 4px;
    background: linear-gradient(135deg, rgb(196,171,177) 0%, rgb(173,130,142) 100%);
}

.Gxtraining_method::before {
    background: rgb(196,171,177);
    right: -50px;
    animation: float 12s infinite ease-in-out;
    z-index: -1;
    position: absolute;
    height: 250px;
    top: -50px;
    opacity: 0.1;
    width: 250px;
    content: "";
    transform: rotate(45deg);
}

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

.Gxtraining_method .Pcstudy_training {
    position: relative;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(2deg);
    display: flex;
}

.Gxtraining_method .Pcstudy_training > div:hover {
    transform: translateX(5px) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 10px 20px rgba(0,0,0,0.05),
        0 1px 0 rgba(255,255,255,0.9) inset;
}

.Gxtraining_method .Pcstudy_training > div::before {
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(196,171,177,0.5) 0%, transparent 100%);
    left: 0;
    mix-blend-mode: overlay;
    transition: opacity 0.5s ease;
    opacity: 0;
}

.Gxtraining_method .Pcstudy_training > div:hover h3 {
    transform: translateX(5px);
}

.Gxtraining_method h3::after {
    height: 3px;
    left: 0;
    content: "";
    transition: width 0.4s ease-out;
    background: rgb(196,171,177);
    bottom: -10px;
    position: absolute;
    width: 60px;
}

.Gxtraining_method p {
    font-family: Arial, sans-serif;
    line-height: 1.7;
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 18px;
    position: relative;
    color: #000000;
    transform: translateY(0);
}

.Bgprogram_overview {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(232,225,227) 0%, rgba(250, 250, 255, 0.95) 100%);
}

.Bgprogram_overview::after {
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    z-index: 1;
    height: 5px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(196,171,177) 0%, transparent 100%);
}

.Bgprogram_overview h2 {
    position: relative;
    opacity: 0;
    font-size: calc(32px * 1.05);
    color: #000000;
    transform: translateX(-2rem);
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
    font-weight: 700;
    margin-bottom: 3rem;
}

.Bgprogram_overview .hGfuture_skills {
    grid-template-columns: 1fr;
    animation: fadeUpContent 1s ease-out 0.5s forwards;
    display: grid;
    gap: 2.5rem;
    transform: translateY(2rem);
    opacity: 0;
}

.Bgprogram_overview .Pvpic_float::before {
    content: "";
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(173,130,142,0.5) 100%
    );
    height: 100%;
}

.Bgprogram_overview .Pvpic_float:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.Bgprogram_overview .LNcontent_pad {
    scrollbar-color: rgb(196,171,177) transparent;
    overflow-y: auto;
    padding-right: 1.5rem;
    max-height: 400px;
    scrollbar-width: thin;
}

.Bgprogram_overview .description:first-of-type::first-letter {
    color: rgb(196,171,177);
    margin-right: 0.8rem;
    font-size: 3.5rem;
    line-height: 0.8;
    font-weight: 700;
    float: left;
}

.Bgprogram_overview .description:last-of-type::before {
    top: 0;
    background: linear-gradient(90deg, rgb(173,130,142,0.5) 0%, transparent 100%);
    position: absolute;
    width: 80%;
    height: 1px;
    left: 0;
    content: "";
}

.Xxcookie_notice {
    align-items: center;
    margin: auto;
    width: 90%;
    justify-content: space-between;
    max-width: 1200px;
    border: 2px solid rgb(196,171,177);
    border-radius: 18px;
    padding: 20px;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
}

.Duuser_alert h5 {
    font-size: 23px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: rgb(196,171,177);
    text-transform: uppercase;
    font-weight: 700;
}

.gKcookie_guide {
    text-align: center;
    cursor: pointer;
    border: none;
    min-width: 120px;
    font-size: 18px;
    background: rgb(196,171,177);
    flex-shrink: 0;
    text-decoration: none;
    border-radius: 10px;
    color: #ffffff;
    padding: 10px 20px;
}

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

.abappNote .container {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}

.abappNote .Pcstudy_training {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: flex;
    z-index: 2;
    max-width: 900px;
    padding: 3.5rem;
}

.abappNote h5 {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    border-left: 3px solid rgb(173,130,142);
    color: #000000;
    margin: 0;
    padding-left: 1rem;
}

.abappNote a::before {
    position: absolute;
    z-index: -1;
    transition: opacity 0.5s ease;
    content: '';
    height: 100%;
    background: linear-gradient(90deg, rgb(196,171,177,0.5) 0%, transparent 100%);
    opacity: 0;
    width: 100%;
}

.abappNote .Pcstudy_training > div:last-child {
    padding-top: 2rem;
    position: relative;
}

.Mqour_team {
    position: relative;
    background: rgb(232,225,227);
    overflow: hidden;
    padding: 110px 0;
}

.Mqour_team::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    background-image: linear-gradient(120deg, rgb(196,171,177,0.5) 0%, transparent 75%);
}

.Mqour_team h3 {
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 40px;
    display: inline-block;
    margin-bottom: 60px;
    grid-column: 1 / -1;
}

.Mqour_team .telearn_history {
    grid-column: 1 / 7;
    position: relative;
    z-index: 1;
}

.Mqour_team .telearn_history,
.Mqour_team .Jomethod_innov {
    position: relative;
}

.Mqour_team .telearn_history p,
.Mqour_team .Jomethod_innov p {
    margin-bottom: 30px;
    line-height: 1.8;
    padding-right: 20px;
    color: #000000;
    font-size: 18px;
}

.Mqour_team .wpfast_track {
    box-shadow: 15px 15px 0 rgb(173,130,142,0.5);
}

.Mqour_team .Pvpic_float:hover,
.Mqour_team .wpfast_track:hover {
    box-shadow: 20px 20px 0 rgb(196,171,177,0.5);
    transform: translateY(-10px);
}

.Mqour_team .wpfast_track:hover {
    box-shadow: 20px 20px 0 rgb(173,130,142,0.5);
}

.Mqour_team .Jomethod_innov::before {
    height: 100px;
    position: absolute;
    z-index: -1;
    right: -20px;
    background: repeating-linear-gradient(
        -45deg,
        rgb(173,130,142,0.5),
        rgb(173,130,142,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    width: 100px;
    top: -20px;
    content: "";
}

.Mqour_team .Pvpic_float::before,
.Mqour_team .wpfast_track::before {
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    width: 100%;
    top: 0;
    transition: all 0.6s;
    position: absolute;
    content: "";
    z-index: 2;
    left: -100%;
}



.Mqour_team .Jomethod_innov p {
    position: relative;
    font-style: italic;
    padding-left: 20px;
}

.Mqour_team .Jomethod_innov p::before {
    background: rgb(173,130,142);
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 4px;
    left: 0;
}

.dGprivacy_frame:before {
    background: rgb(196,171,177,0.5);
    width: 150px;
    z-index: 1;
    height: 150px;
    content: "";
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: -50px;
}

.dGprivacy_frame:after {
    z-index: 1;
    bottom: -50px;
    content: "";
    width: 200px;
    border-radius: 50%;
    position: absolute;
    height: 200px;
    background: rgb(173,130,142,0.5);
    right: -50px;
}

.dGprivacy_frame h1:before {
    bottom: -5px;
    width: 50px;
    position: absolute;
    content: "";
    background: rgb(173,130,142);
    z-index: -1;
    height: 5px;
    left: 0;
}

.dGprivacy_frame h2:before {
    width: 30px;
    height: 3px;
    background: rgb(196,171,177);
    z-index: -1;
    content: "";
    left: 0;
    position: absolute;
    bottom: -5px;
}

.dGprivacy_frame li {
    margin-bottom: 15px;
    line-height: 1.8;
    position: relative;
    font-size: 17px;
}

.dGprivacy_frame div {
    background: #ffffff;
    z-index: 2;
    position: relative;
    line-height: 1.8;
    padding: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    border-radius: 10px;
}

.dGprivacy_frame p, .dGprivacy_frame span {
    font-size: 17px;
    z-index: 2;
    position: relative;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #000000;
}

.dGprivacy_frame a {
    font-weight: 400;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid rgb(173,130,142);
    z-index: 2;
    color: rgb(173,130,142);
}

.dGprivacy_frame button:hover {
    background: rgb(196,171,177);
    border-color: rgb(173,130,142);
}

.hqstay_connected {
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(196,171,177,0.5), rgb(173,130,142));
    position: relative;
}

.hqstay_connected::after {
    background: linear-gradient(-165deg, rgb(173,130,142), transparent);
    bottom: -10%;
    transform: rotate(15deg);
    width: 25%;
    z-index: 1;
    content: "";
    left: -5%;
    height: 120%;
    position: absolute;
    opacity: 0.05;
}

.hqstay_connected .Pcstudy_training {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 3px solid rgb(196,171,177);
    transform: perspective(1000px) rotateY(-1deg);
    align-items: center;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.95);
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

.hqstay_connected .Pcstudy_training:hover h4::after {
    width: 5rem;
}

.hqstay_connected .input_holder {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: row;
    margin-top: 1rem;
    max-width: 600px;
}

.hqstay_connected input[type="email"]:focus {
    transform: translateY(-2px);
    background: white;
    border-color: rgb(196,171,177,0.5);
    box-shadow: 0 2px 10px rgba(rgb(196,171,177,0.5), 0.15);
}

.hqstay_connected input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}

.hqstay_connected .Nbjoin_list {
    background: linear-gradient(135deg, rgb(196,171,177), rgb(196,171,177,0.5));
    border: none;
    position: relative;
    z-index: 1;
    padding: 0.9rem 1.5rem;
    font-size: 16px;
    font-weight: 600;
    min-width: 180px;
    overflow: hidden;
    cursor: pointer;
    color: white;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hqstay_connected .Nbjoin_list:hover::before {
    transform: translateX(100%);
}

.hqstay_connected .Nbjoin_list:active {
    transform: translateY(0);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.1);
}

.bjwelcome::before {
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 85%);
    top: 0;
    background: linear-gradient(45deg, rgba(0,0,0,0.2), rgba(0,0,0,0));
    bottom: 0;
}

.bjwelcome .Fflearn_team {
    width: 100%;
    padding: 5% 8%;
    z-index: 2;
    height: 100%;
    display: flex;
    position: relative;
}

.bjwelcome .Hamaster_studyfast::before {
    transition: opacity 0.4s ease, transform 0.6s ease;
    background: linear-gradient(110deg, 
              rgb(173,130,142,0.5) 0%, 
              rgba(0, 0, 0, 0.5) 50%, 
              rgb(196,171,177,0.5) 100%);
    bottom: 0;
    left: 0;
    opacity: 0.7;
    top: 0;
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
}

.bjwelcome .Hamaster_studyfast span {
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    display: block;
    margin-bottom: 25px;
    background: linear-gradient(90deg, rgb(173,130,142,0.5), transparent);
    padding: 15px 25px;
    position: relative;
    transform: translateX(-20px);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}

.bjwelcome .Hamaster_studyfast h1 {
    animation: slideInRight 0.9s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    transform: translateX(-30px);
    margin-bottom: 30px;
    position: relative;
    color: #ffffff;
    padding-left: 5%;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    opacity: 0;
}

.bjwelcome .Hamaster_studyfast p {
    margin: 0;
    line-height: 1.6;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: calc(14px * 1.1);
    position: relative;
    font-weight: 400;
}

header::before {
    width: 100%;
    opacity: 0.4;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, 
        rgb(196,171,177,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(173,130,142,0.5) 100%);
    height: 100%;
    content: '';
    z-index: 0;
    top: 0;
}

header .container {
    position: relative;
    max-width: 100%;
    z-index: 1;
    padding: 0 2%;
    margin: 0;
    width: 100%;
}

header .Upfirst_expert {
    justify-content: center;
    text-decoration: none;
    display: flex;
    position: relative;
    grid-area: logo;
    padding: 0.5rem 1rem;
    align-items: center;
}

header .Upfirst_expert svg {
    height: auto;
    transition: all 0.3s ease;
    width: 160px;
}

header .Upfirst_expert:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

header .vamain_site {
    gap: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    display: flex;
    grid-area: menu;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    align-items: center;
    padding: 0.6rem;
}

header .SGhead_primary:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(196,171,177), rgb(173,130,142));
    box-shadow: 0 3px 8px rgb(196,171,177,0.5);
    color: #ffffff;
}

.Zulocation_info::before {
    left: 0;
    background: linear-gradient(135deg, rgb(196,171,177,0.5) 0%, rgb(173,130,142,0.5) 100%);
    position: absolute;
    opacity: 0.7;
    content: '';
    width: 100%;
    top: 0;
    z-index: 0;
    height: 100%;
}


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

.Zulocation_info .XYedu_guide {
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    transform: translateZ(0);
    overflow: hidden;
    border-radius: 28px;
    position: relative;
}

.Zulocation_info .XYedu_guide::after {
    width: 40%;
    top: 0;
    content: '';
    position: absolute;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(232,225,227) 50%);
}

.Zulocation_info h3::after {
    height: 3px;
    background: linear-gradient(to right, rgb(196,171,177), rgb(173,130,142));
    width: 60px;
    content: '';
    left: 0;
    border-radius: 10px;
    bottom: 0;
    position: absolute;
}

.Zulocation_info .Ighelp_request {
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    display: grid;
}

.Zulocation_info .Ighelp_request span {
    padding: 15px;
    position: relative;
    background: rgb(232,225,227);
    margin-bottom: 15px;
    align-items: flex-start;
    overflow: hidden;
    display: flex;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.Zulocation_info .Ighelp_request span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}

.Zulocation_info .Ighelp_request span:hover::before {
    width: 6px;
}

.Zulocation_info .Ighelp_request span svg {
    height: 20px;
    position: absolute;
    width: 20px;
    transition: all 0.3s ease;
    fill: rgb(196,171,177);
    top: 12px;
    opacity: 0.6;
    right: 12px;
}

.Zulocation_info .Ighelp_request span:hover svg path {
    stroke-width: 1;
}

.Zulocation_info .Ighelp_request span p {
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    color: #000000;
    display: flex;
    align-items: center;
}

.Zulocation_info .Ighelp_request span span svg {
    width: 14px;
    opacity: 0.8;
    position: static;
    height: 14px;
    margin-right: 6px;
}

.Zulocation_info .Ighelp_request span span::before {
    display: none;
}

.Zulocation_info .Ighelp_request span span a svg {
    margin-right: 5px;
    height: 14px;
    transition: transform 0.3s ease;
    width: 14px;
}

.Zulocation_info .Ighelp_request span span a::after {
    left: 0;
    bottom: -2px;
    background: rgb(196,171,177);
    transition: width 0.3s ease;
    width: 0;
    height: 1px;
    position: absolute;
    content: '';
}

.Zulocation_info .BSreach_section {
    border-radius: 10px;
    padding: 20px;
    position: relative;
    grid-column: 1 / -1;
    margin-top: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, rgb(232,225,227) 0%, #ffffff 100%);
    overflow: hidden;
}

.Zulocation_info .BSreach_section h4 {
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    position: relative;
    color: rgb(196,171,177);
    font-weight: 600;
    font-size: 21px;
}

.Zulocation_info .BSreach_section h4::after {
    background: rgb(173,130,142);
    content: '';
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    bottom: -5px;
    height: 2px;
}

.Zulocation_info .BSreach_section span:last-child {
    border-bottom: none;
}

.Zulocation_info .BSreach_section span svg {
    margin-right: 8px;
    width: 12px;
    opacity: 0.7;
    fill: rgb(173,130,142);
    transition: all 0.3s ease;
    height: 12px;
}

.Zulocation_info .BSreach_section span:hover svg {
    opacity: 1;
    transform: scale(1.2);
    fill: rgb(196,171,177);
}

.qvdata_viz .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.qvdata_viz .company_holder {
    transition: all 0.3s ease;
    padding: 30px;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 12px 0 12px 0;
    overflow: hidden;
}

.qvdata_viz .company_holder h3 {
    position: relative;
    font-size: 35px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
}

.qvdata_viz .svres_connect {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.qvdata_viz .umtop_class {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}

.qvdata_viz .vamain_site .umtop_class {
    gap: 12px;
    flex-direction: column;
    display: flex;
}

.qvdata_viz .vamain_site .umtop_class a {
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    font-size: 15px;
    overflow: hidden;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    display: inline-block;
    padding: 8px 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.qvdata_viz .vamain_site .umtop_class a:hover {
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
}

.IJsample_docs .container {
    justify-content: center;
    align-items: center;
    display: flex;
}



footer::after {
    right: 0;
    position: absolute;
    background-size: 40px 40px;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    top: 0;
    content: '';
}


@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 (max-width: 992px) {.DOcontact_box {
    padding: 70px 0;
}.DOcontact_box .DRquery_widget {
    grid-template-columns: 1fr;
}.DOcontact_box .Pvpic_float {
    min-height: 300px;
}.DOcontact_box .Hfcontact_request {
    padding: 40px 30px 50px;
}
}



@media (max-width: 768px) {.DOcontact_box {
    padding: 50px 0;
}.DOcontact_box h2 {
    margin-bottom: 50px;
    font-size: calc(28px - 4px);
}.DOcontact_box .Pvpic_float {
    min-height: 250px;
}
}



@media (max-width: 576px) {.DOcontact_box {
    padding: 40px 0;
}.DOcontact_box .container {
    padding: 0 15px;
}.DOcontact_box h2 {
    margin-bottom: 40px;
    font-size: calc(28px - 6px);
}.DOcontact_box h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.DOcontact_box h2::after {
    width: 50px;
}.DOcontact_box .Hfcontact_request {
    padding: 30px 20px 40px;
}.DOcontact_box #contact {
    gap: 20px;
}.DOcontact_box .bEconnect_grid {
    width: 100%;
}.DOcontact_box .Pvpic_float {
    min-height: 200px;
}}



@media (max-width: 576px) {.Szjoin_now {
    padding: 2.5rem 1rem;
}.Szjoin_now h6 {
    font-size: calc(18px * 0.85);
    line-height: 1.5;
    transform: perspective(1000px) rotateX(2deg);
    padding: 0.5rem 0.75rem;
}.Szjoin_now .bEconnect_grid {
    font-size: calc(15px * 0.85);
    padding: 0.75rem 1.75rem;
}.Szjoin_now .container {
    gap: 1.5rem;
}
}



@media (min-width: 1200px) {.Szjoin_now h6 {
    font-size: calc(18px * 1.1);
}.Szjoin_now .bEconnect_grid {
    padding: 1.25rem 3rem;
    font-size: calc(15px * 1.1);
}
}




@media (max-width: 1200px) {.yTprice_table {
    padding: 80px 0;
}.yTprice_table .kVannual_plan {
    max-width: 90%;
}.yTprice_table .rTprogram_rate {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}



@media (max-width: 992px) {.yTprice_table h2 {
    font-size: 37px;
}.yTprice_table .SWlearn_fees {
    padding: 30px 25px;
}.yTprice_table .vbqtr_cost h4 {
    font-size: 19px;
}
}



@media (max-width: 480px) {.yTprice_table {
    padding: 50px 0;
}.yTprice_table h2 {
    font-size: calc(37px * 0.85);
}.yTprice_table .kVannual_plan {
    font-size: calc(16px * 0.95);
}.yTprice_table .SWlearn_fees {
    padding: 25px 20px;
}.yTprice_table .vbqtr_cost h4 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.95);
}.yTprice_table .cTbundle_price {
    font-size: 19px;
}}



@media (min-width: 992px) {.Qpinstructor_profile .container {
    transform: perspective(1500px) rotateY(3deg);
}.Qpinstructor_profile .cpstudent_opinions {
    padding: 4rem;
    gap: 3rem;
}.Qpinstructor_profile .Pvpic_float {
    width: 220px;
    height: 220px;
}.Qpinstructor_profile .oNwork_projects {
    column-gap: 2.5rem;
    column-count: 2;
    padding-left: 0;
    border-left: none;
}.Qpinstructor_profile .oNwork_projects::before {
    font-size: 4rem;
    left: -1rem;
}
}



@media (max-width: 767px) {.Qpinstructor_profile {
    padding: 4rem 0;
}.Qpinstructor_profile .container {
    transform: none;
}.Qpinstructor_profile .cpstudent_opinions {
    padding: 2rem;
}.Qpinstructor_profile .cpstudent_opinions > div:first-child {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}.Qpinstructor_profile .cpstudent_opinions > div:nth-child(2) {
    text-align: center;
}.Qpinstructor_profile .name::after {
    left: 50%;
    transform: translateX(-50%);
}.Qpinstructor_profile .oNwork_projects {
    text-align: left;
    padding-left: 1rem;
}}



@media (max-width: 576px) {.Axuser_reviews {
    padding: 3.5rem 0;
}.Axuser_reviews .container {
    padding: 0 1rem;
}.Axuser_reviews .ljlearner_reflections {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.Axuser_reviews h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 2rem;
}.Axuser_reviews .cpstudent_opinions img {
    height: 50px;
    width: 50px;
}.Axuser_reviews .cpstudent_opinions {
    padding: 1.5rem;
}.Axuser_reviews .description::before {
    font-size: 60px;
    top: -25px;
}
}



@media (min-width: 768px) {.Gxtraining_method {
    padding: 8rem 0;
}.Gxtraining_method .Pcstudy_training > div {
    transform: translateX(0) skewX(-2deg);
    padding: 4rem 5rem;
}.Gxtraining_method .Pcstudy_training > div:hover {
    transform: translateX(8px) translateY(-8px) skewX(-2deg);
}.Gxtraining_method h3 {
    font-size: 28px;
}.Gxtraining_method p span {
    padding-left: 2rem;
}
}



@media (max-width: 767px) {.Gxtraining_method {
    padding: 5rem 0;
}.Gxtraining_method .Pcstudy_training > div {
    padding: 2.5rem 1.5rem;
}.Gxtraining_method h3 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.5rem;
}.Gxtraining_method p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.Gxtraining_method p span {
    padding-left: 0.75rem;
}}



@media (min-width: 1024px) {.Bgprogram_overview {
    padding: 10rem 0;
}.Bgprogram_overview::before {
    width: 60%;
}.Bgprogram_overview h2 {
    font-size: calc(32px * 1.2);
    max-width: 70%;
}.Bgprogram_overview .hGfuture_skills {
    grid-template-columns: 40% 1fr;
    gap: 5rem;
}.Bgprogram_overview .Pvpic_float {
    height: 500px;
}.Bgprogram_overview .description {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}
}


@media only screen and (max-width: 1200px) {.Xxcookie_notice {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.ogcookie_review {
    margin-bottom: 20px;
    margin-right: 0;
}.gKcookie_guide {
    width: 100%;
    margin: 10px 0;
    max-width: 250px;
}}



@media (max-width: 768px) {.abappNote {
    padding: 3rem 0;
}.abappNote .Pcstudy_training {
    padding: 2rem;
    transform: none;
}.abappNote .Pcstudy_training:hover {
    transform: translateY(-5px);
}.abappNote .Pcstudy_training > div:first-child::before {
    height: 40px;
    width: 0.7rem;
    left: -2rem;
}.abappNote h5 {
    padding-left: 0.7rem;
    font-size: calc(20px - 0.2rem);
}
}



@media (max-width: 1200px) {.Mqour_team {
    padding: 90px 0;
}.Mqour_team h3 {
    margin-bottom: 50px;
}.Mqour_team .Pvpic_float,
    .Mqour_team .wpfast_track {
    height: 320px;
}
}



@media (max-width: 992px) {.Mqour_team .Pcstudy_training {
    grid-template-columns: 1fr;
}.Mqour_team .telearn_history,
    .Mqour_team .Jomethod_innov {
    margin-bottom: 50px;
    grid-column: 1 / -1;
}.Mqour_team .Jomethod_innov {
    margin-bottom: 0;
}.Mqour_team h3 {
    margin-bottom: 40px;
}.Mqour_team .Pvpic_float,
    .Mqour_team .wpfast_track {
    height: 400px;
}.Mqour_team .telearn_history p,
    .Mqour_team .Jomethod_innov p {
    padding-right: 0;
}
}



@media (max-width: 576px) {.Mqour_team {
    padding: 50px 0;
}.Mqour_team h3 {
    margin-bottom: 30px;
    font-size: calc(40px * 0.7);
}.Mqour_team h3::after {
    bottom: -10px;
    height: 4px;
    width: 50%;
}.Mqour_team .telearn_history span {
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
}.Mqour_team .telearn_history p,
    .Mqour_team .Jomethod_innov p {
    margin-bottom: 20px;
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.Mqour_team .Pvpic_float,
    .Mqour_team .wpfast_track {
    height: 280px;
    box-shadow: 8px 8px 0 rgb(196,171,177,0.5);
}.Mqour_team .wpfast_track {
    box-shadow: 8px 8px 0 rgb(173,130,142,0.5);
}.Mqour_team .Pvpic_float:hover,
    .Mqour_team .wpfast_track:hover {
    box-shadow: 10px 10px 0 rgb(196,171,177,0.5);
}.Mqour_team .wpfast_track:hover {
    box-shadow: 10px 10px 0 rgb(173,130,142,0.5);
}.Mqour_team .telearn_history::before,
    .Mqour_team .Jomethod_innov::before {
    width: 80px;
    height: 80px;
}}



@media screen and (max-width: 767px) {.hqstay_connected {
    padding: 3rem 0;
}.hqstay_connected .Pcstudy_training {
    padding: 2rem 1.5rem;
}.hqstay_connected h4 {
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.1);
}.hqstay_connected .input_holder {
    flex-direction: column;
    gap: 0.75rem;
}.hqstay_connected .input_holder span {
    flex: 1 1 auto;
    width: 100%;
}.hqstay_connected input[type="email"],
    .hqstay_connected .Nbjoin_list {
    padding: 0.8rem 1rem;
    width: 100%;
}
}



@media screen and (max-width: 1200px) {.bjwelcome .Hamaster_studyfast {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 8% 5%;
}.bjwelcome .Hamaster_studyfast h1 {
    font-size: calc(40px * 0.9);
}.bjwelcome .Hamaster_studyfast div div {
    max-width: 90%;
    margin-left: 5%;
}
}



@media screen and (max-width: 768px) {.bjwelcome {
    min-height: 90vh;
}.bjwelcome::before {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 90%);
}.bjwelcome .Fflearn_team {
    padding: 10% 5%;
}.bjwelcome .Hamaster_studyfast {
    border-left: 3px solid rgb(196,171,177);
    transform: none;
    padding: 10% 6%;
}.bjwelcome .Hamaster_studyfast span {
    padding: 12px 20px;
    margin-bottom: 20px;
}.bjwelcome .Hamaster_studyfast h3 {
    font-size: calc(22px * 0.85);
}.bjwelcome .Hamaster_studyfast h1 {
    padding-left: 2%;
    font-size: calc(40px * 0.75);
}.bjwelcome .Hamaster_studyfast h1::after {
    height: 3px;
    width: 50px;
}.bjwelcome .Hamaster_studyfast div div {
    padding: 15px 20px;
    margin-left: 2%;
    margin-top: 25px;
}.bjwelcome .Hamaster_studyfast p {
    font-size: 14px;
}
}



@media (max-width: 991px) {header .Upfirst_expert svg {
    width: 140px;
}header .vamain_site {
    gap: 0.4rem;
    padding: 0.5rem;
}header .SGhead_primary {
    font-size: calc(17px - 1px);
    padding: 0.35rem 0.6rem;
}
}



@media (max-width: 767px) {header .Igtop_edu {
    grid-template-areas:
            "logo"
            "vamain_site";
    grid-template-columns: 1fr;
}header .Upfirst_expert {
    padding: 0.4rem;
}header .Upfirst_expert svg {
    width: 130px;
}header .vamain_site {
    padding: 0.4rem;
    flex-wrap: wrap;
}header .SGhead_primary {
    font-size: calc(17px - 1px);
    padding: 0.3rem 0.5rem;
}
}


@media (max-width: 991px) {.Zulocation_info {
    padding: 60px 0;
}.Zulocation_info .XYedu_guide {
    padding: 30px;
}.Zulocation_info h3 {
    font-size: calc(31px - 0.2rem);
}.Zulocation_info .Ighelp_request {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.Zulocation_info .Ighelp_request span svg {
    top: 10px;
    right: 10px;
    height: 18px;
    width: 18px;
}.Zulocation_info .BSreach_section h4 svg {
    width: 16px;
    height: 16px;
}
}


@media (max-width: 480px) {.Zulocation_info {
    padding: 30px 0;
    border-radius: 10px;
}.Zulocation_info .container {
    padding: 0 15px;
}.Zulocation_info .XYedu_guide {
    padding: 20px;
}.Zulocation_info h3 {
    font-size: calc(31px - 0.4rem);
    margin-bottom: 20px;
}.Zulocation_info .CYcontact_query {
    margin-bottom: 20px;
}.Zulocation_info .Ighelp_request span {
    padding: 10px;
    margin-bottom: 10px;
}.Zulocation_info .BSreach_section {
    padding: 15px;
}.Zulocation_info .BSreach_section span {
    padding: 6px 0;
}.Zulocation_info .Ighelp_request span svg {
    right: 6px;
    width: 14px;
    top: 6px;
    height: 14px;
}.Zulocation_info .BSreach_section h4 svg {
    height: 14px;
    width: 14px;
}}



@media (max-width: 576px) {.qvdata_viz {
    padding: 40px 0;
}.qvdata_viz .company_holder h3 {
    font-size: calc(35px * 0.8);
}.qvdata_viz .vamain_site h5 {
    font-size: calc(21px * 0.9);
}.qvdata_viz .vamain_site .umtop_class a,
    .qvdata_viz .footer_agreement {
    font-size: calc(15px * 0.95);
}}



@keyframes float {
    0%, 100% {
        transform: rotate(45deg) translate(0px, 0px);
    }
    50% {
        transform: rotate(45deg) translate(20px, 20px);
    }
}



@keyframes slideInTitle {
    0% {
        transform: translateX(-2rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes fadeUpContent {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



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



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



@keyframes expandWidth {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 50px 50px, 50px 50px;
    }
}

