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

header,footer {
    width: 100%;
}

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

.course_highlightsx::before {
    opacity: 0.1;
    content: "";
    background-image: repeating-linear-gradient(
        45deg,
        rgb(179,196,183,0.5) 0,
        rgb(179,196,183,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    animation: patternShift 20s linear infinite;
    left: 0;
}

.course_highlightsx .pic_img_wrapr::before {
    position: absolute;
    content: "";
    width: 100%;
    z-index: 2;
    left: 0;
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgb(179,196,183,0.5) 100%
    );
    height: 100%;
    top: 0;
}

.course_highlightsx .new_studyS::before {
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    position: absolute;
    border-radius: 24px 0 0 24px;
    top: 0;
    z-index: -1;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
}

.course_highlightsx .head_classi {
    z-index: 5;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.course_highlightsx .head_classi svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,196,183);
}

.course_highlightsx h3 {
    padding-bottom: 15px;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    line-height: 1.3;
    font-size: 30px;
}

.course_highlightsx p {
    color: #000000;
    margin-bottom: 0;
    line-height: 1.8;
    position: relative;
    font-size: 15px;
}

.contact_sectionS::before {
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, transparent 48%, rgb(179,196,183,0.5) 49%, rgb(179,196,183,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(130,155,144,0.5) 49%, rgb(130,155,144,0.5) 51%, transparent 52%);
    opacity: 0.3;
    background-size: 60px 60px;
    z-index: 0;
}

.contact_sectionS .feedback_infoq {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    z-index: 1;
}

.contact_sectionS .connect_messageM {
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: #ffffff;
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
    position: relative;
    transform: skew(-3deg);
    flex: 1 1 60%;
    padding: 60px;
}

.contact_sectionS .connect_messageM h3::before {
    height: 3px;
    transform: none;
    left: 0;
    width: 60px;
    clip-path: none;
}

.contact_sectionS .connect_messageM textarea {
    resize: vertical;
    height: 140px;
}

.contact_sectionS .connect_messageM .inquiry_listT {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}

.contact_sectionS .connect_messageM .inquiry_listT label {
    font-size: calc(16px - 2px);
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    color: #000000;
    padding-left: 35px;
}

.contact_sectionS .connect_messageM .inquiry_listT input[type="checkbox"]:checked + label::after {
    left: 9px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    height: 12px;
    content: '';
    width: 6px;
    top: 5px;
}

.contact_sectionS .connect_messageM .inquiry_listT a:hover::after {
    background-color: rgb(130,155,144);
    transform: scaleX(1);
}

.contact_sectionS .connect_messageM .inquiry_feedbackt:hover {
    background: rgb(130,155,144);
    transform: translate(-3px, -3px);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
}

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

.contact_sectionS .request_mapv .query_linksN {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact_sectionS .request_mapv .query_linksN li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.contact_sectionS .request_mapv .query_linksN li svg path {
    fill: rgb(179,196,183);
}

.contact_sectionS .request_mapv .query_linksN li a {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
}

.plan_arrayO::before {
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    z-index: 1;
    left: 0;
    position: absolute;
    content: "";
    pointer-events: none;
    height: 100%;
    top: 0;
    width: 100%;
}

.plan_arrayO .basic_ratesn {
    max-width: 700px;
    line-height: 1.6;
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: 18px;
    color: #000000;
    margin: 0 auto;
}

.plan_arrayO .member_feesv {
    overflow: hidden;
    flex-direction: column;
    background-color: #ffffff;
    position: relative;
    display: flex;
    min-height: 450px;
}

.plan_arrayO .fee_planP h3 {
    font-size: calc(23px + 2px);
    margin-bottom: 8px;
    position: relative;
    transition: transform 0.3s ease;
    font-weight: 600;
    transform: translateX(0);
    color: #000000;
}

.plan_arrayO .training_feesS:hover .study_ratesO::before {
    transform: translateX(0);
    opacity: 1;
}

.plan_arrayO .pic_img_wrapr {
    overflow: hidden;
    position: relative;
    height: 200px;
    width: 100%;
    transition: transform 0.6s ease;
}

.plan_arrayO .training_feesS:hover .pic_img_wrapr {
    transform: scale(1.05);
}

.plan_arrayO .training_feesS:nth-child(even) .member_feesv {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}

.plan_arrayO .training_feesS:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}

.privacy_gateD {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.cookie_window_overlayt h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.edu_trackx {
    color: rgb(179,196,183);
    text-decoration: none;
    margin-left: 10px;
    white-space: nowrap;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    min-width: 120px;
    flex-shrink: 0;
    line-height: 35px;
    border-bottom: 2px solid rgb(179,196,183);
}

.segment-wrapperr .cookies_termsZ svg, .segment-wrapperr .cookies_termsZ svg path, .segment-wrapperr .cookies_termsZ img {
    width: 40px;
    height: 40px;
    fill:#000000;
}

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

.future_attendeese h4 {
    border-left: 4px solid rgb(179,196,183);
    position: relative;
    padding-left: 20px;
    line-height: 1.3;
    margin-bottom: 60px;
    font-size: 37px;
    font-weight: 600;
    color: #000000;
}

.future_attendeese div p::before {
    border: 1px solid rgba(rgb(179,196,183), 0.1);
    font-weight: 700;
    top: 50%;
    color: rgb(179,196,183);
    transition: all 0.3s ease;
    width: 50px;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    justify-content: center;
    background: rgb(225,219,212);
    align-items: center;
    height: 50px;
    border-radius: 50%;
    content: counter(item);
    display: flex;
}

.future_attendeese div p svg path {
    fill: #ffffff;
}

.newsletterz::before {
    height: 200%;
    width: 100%;
    background: linear-gradient(45deg, transparent 30%, rgb(179,196,183,0.5) 70%, transparent 90%);
    top: -50%;
    transform: rotate(15deg) translateZ(0);
    right: -50%;
    animation: lightShift 8s infinite alternate ease-in-out;
    content: "";
    opacity: 0.3;
    position: absolute;
    pointer-events: none;
}

.newsletterz h4 {
    font-size: 21px;
    position: relative;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 2rem;
    max-width: 90%;
    font-family: Arial, sans-serif;
    color: #000000;
}

.newsletterz .smart_classesH:hover h4::after {
    width: 100px;
}

.newsletterz .input_holder span {
    position: relative;
    flex: 1 1 250px;
}

.newsletterz input[type="email"] {
    background: rgba(240, 240, 245, 0.8);
    font-size: 13px;
    font-family: Arial, sans-serif;
    width: 100%;
    color: #000000;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
}

.newsletterz .sub_scaleU:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.newsletterz .sub_scaleU:active {
    transform: translateY(1px);
}

footer {
    z-index: 1;
    position: relative;
}

footer::before {
    opacity: 0.75;
    top: 0;
    z-index: -1;
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(179,196,183,0.5) 35%, rgb(130,155,144,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    background-size: 300% 300%;
    animation: gradientFlow 20s ease infinite;
    left: 0;
}

.affiliate_ctaA .company_holder {
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    position: relative;
    backdrop-filter: blur(8px);
    flex: 1 1 350px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    padding: 2rem;
    border-radius: 14px;
    overflow: hidden;
}

.affiliate_ctaA .company_holder h3 {
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 0 15px rgb(179,196,183,0.5);
    color: #ffffff;
    font-size: 37px;
    margin: 0 0 1.5rem;
    position: relative;
    display: inline-block;
}

.affiliate_ctaA .equity_infot {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.affiliate_ctaA .nav_tutord {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.affiliate_ctaA .header_prop::before {
    left: -50%;
    height: 1px;
    transform: translateY(-1px);
    width: 200%;
    background: linear-gradient(90deg, transparent, rgb(130,155,144), transparent);
    top: 0;
    content: "";
    position: absolute;
}

.affiliate_ctaA .header_prop:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(130,155,144,0.5);
}

.affiliate_ctaA .header_prop:hover h5::after {
    width: 100%;
}

.affiliate_ctaA .header_prop .nav_tutord {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.affiliate_ctaA .header_prop .nav_tutord a::before {
    height: 100%;
    content: "";
    top: 0;
    border-radius: 10px;
    z-index: -1;
    opacity: 0.5;
    background: linear-gradient(180deg, rgb(179,196,183), rgb(130,155,144));
    width: 3px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}

.affiliate_ctaA .header_prop .nav_tutord a:hover::before {
    width: 5px;
    box-shadow: 0 0 10px rgb(179,196,183);
    opacity: 1;
}

.chrome_extu::before {
    content: "";
    opacity: 0.5;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(179,196,183), rgb(130,155,144), transparent);
    position: absolute;
    top: 0;
}

.operation_processX::before {
    z-index: -1;
    transform: perspective(1000px) rotateX(5deg);
    height: 110%;
    left: -2%;
    content: "";
    width: 104%;
    opacity: 0.08;
    top: -5%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
}

.operation_processX .smart_classesH > div {
    width: 100%;
    max-width: 800px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    background: rgba(255, 255, 255, 0.94);
    position: relative;
    backdrop-filter: blur(10px) saturate(180%);
    padding: 3.5rem 3rem;
    transform: translateX(0) translateY(0);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.operation_processX p span {
    position: relative;
    display: block;
}

.who_we_areu {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

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

.who_we_areu .phrase_holderx {
    max-width: 90%;
    margin-left: auto;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    border-left: 4px solid rgb(179,196,183);
    padding: 50px 60px;
}

.who_we_areu p b::before {
    position: absolute;
    content: "";
    height: 2px;
    transition: width 0.4s ease-in-out;
    left: 0;
    background: rgb(130,155,144);
    width: 0;
    bottom: -2px;
}

.who_we_areu .phrase_holderx:hover ol li {
    color: #000000;
}

.who_we_areu::after {
    right: -10%;
    position: absolute;
    top: -20%;
    transition: all 0.5s ease;
    content: "";
    transform: rotate(-15deg);
    background: linear-gradient(45deg, rgb(179,196,183,0.5), transparent);
    width: 40%;
    opacity: 0.5;
    z-index: 1;
    height: 70%;
}

.title_boardr::after {
    z-index: 1;
    bottom: -10%;
    content: "";
    border-radius: 100px;
    position: absolute;
    height: 60%;
    width: 60%;
    background: linear-gradient(225deg, rgb(130,155,144,0.5) 0%, transparent 80%);
    right: -10%;
    transform: rotate(15deg);
}

.title_boardr .phrase_holderx {
    opacity: 0;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 15px 20px rgba(0,0,0,0.05);
    padding: 2rem;
    z-index: 5;
    animation: fadeSlideUp 0.8s ease-out 0.4s forwards;
    transform: translateY(30px);
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
}

.title_boardr .learn_welcomeh p::after {
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(179,196,183), rgb(130,155,144));
    height: 3px;
    bottom: -10px;
    border-radius: 10px;
    transform: translateX(-50%);
    position: absolute;
    width: 50px;
}

.title_boardr .inquiry_feedbackt:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.05);
    transform: translateY(-5px) scale(1.03);
}

.title_boardr .inquiry_feedbackt:hover::before {
    left: 100%;
}

.title_boardr .pic_img_wrapr {
    overflow: hidden;
    animation: fadeSlideUp 0.8s ease-out 0.6s forwards;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 15px 20px rgba(0,0,0,0.1);
    transform: translateY(30px) scale(0.95);
    position: relative;
    opacity: 0;
    width: 100%;
    margin-top: 2rem;
    border-radius: 12px;
    height: 300px;
}

.training_specialistB::before {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5), transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.training_specialistB .user_feedbackf:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.05);
}

.training_specialistB .user_feedbackf > div:nth-child(2) {
    order: 2;
    position: relative;
}

.training_specialistB .pic_img_wrapr {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
    width: 100%;
    height: 300px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), clip-path 0.5s ease;
}

.training_specialistB .name::before {
    content: "";
    height: 2px;
    width: 0;
    background: rgb(179,196,183);
    left: -1rem;
    position: absolute;
    transition: width 0.4s ease-out 0.1s;
    top: 50%;
}

.training_specialistB .exp_listU {
    line-height: 1.7;
    transition: opacity 0.4s ease;
    padding: 0;
    opacity: 0.92;
    font-size: 16px;
    margin: 0;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
}

.training_specialistB .user_feedbackf:hover .exp_listU {
    opacity: 1;
}

.client_opinionsd::before {
    background: 
        linear-gradient(30deg, rgb(179,196,183,0.5) 12%, transparent 12.5%, transparent 87%, rgb(179,196,183,0.5) 87.5%, rgb(179,196,183,0.5)),
        linear-gradient(150deg, rgb(179,196,183,0.5) 12%, transparent 12.5%, transparent 87%, rgb(179,196,183,0.5) 87.5%, rgb(179,196,183,0.5)),
        linear-gradient(30deg, rgb(179,196,183,0.5) 12%, transparent 12.5%, transparent 87%, rgb(179,196,183,0.5) 87.5%, rgb(179,196,183,0.5)),
        linear-gradient(150deg, rgb(179,196,183,0.5) 12%, transparent 12.5%, transparent 87%, rgb(179,196,183,0.5) 87.5%, rgb(179,196,183,0.5)),
        linear-gradient(60deg, rgb(130,155,144,0.5) 25%, transparent 25.5%, transparent 75%, rgb(130,155,144,0.5) 75%, rgb(130,155,144,0.5));
    width: 100%;
    left: 0;
    height: 100%;
    background-size: 80px 140px;
    opacity: 0.1;
    z-index: 0;
    position: absolute;
    content: "";
    top: 0;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0;
}

.client_opinionsd .user_feedbackf::after {
    content: "";
    width: 2px;
    transform: scaleY(0);
    transform-origin: bottom;
    bottom: 100%;
    transition: transform 0.5s ease;
    height: 40px;
    background: rgb(179,196,183);
    left: 20px;
    position: absolute;
}

.client_opinionsd .user_feedbackf .pic_img_wrapr::before {
    background: linear-gradient(45deg, rgb(179,196,183,0.5), transparent 60%);
    top: 0;
    z-index: 2;
    transition: all 0.4s ease;
    content: "";
    width: 100%;
    opacity: 0;
    height: 100%;
    left: 0;
    position: absolute;
}

.client_opinionsd .user_feedbackf:hover p {
    transform: translateZ(25px);
}

.client_opinionsd .user_feedbackf:nth-child(3n+2) {
    transform: translateZ(0) translateY(0);
}

.client_opinionsd .user_feedbackf:nth-child(3n+2):hover {
    transform: translateZ(30px) translateY(-10px);
}

.privacy_moduleo .container {
    align-items: center;
    flex-direction: column;
    display: flex;
    max-width: 1200px;
    width: 100%;
}

.privacy_moduleo h2 {
    font-size: 38px;
    margin-top: 25px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 15px;
}

.privacy_moduleo li {
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    justify-content: flex-start;
    color: #000000;
    display: flex;
    background-color: rgb(130,155,144,0.5);
    margin-bottom: 15px;
    font-size: 13px;
}

.thanksCoreV::before {
    opacity: 0.06;
    width: 100%;
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgb(130,155,144,0.5) 0px,
            rgb(130,155,144,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    pointer-events: none;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}

.thanksCoreV .smart_classesH::before {
    top: 20px;
    position: absolute;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.2;
    content: "";
    right: 20px;
    pointer-events: none;
    border: 1px solid rgb(130,155,144,0.5);
    transform: scale(0.98);
    bottom: 20px;
    left: 20px;
}

.thanksCoreV h5::before {
    opacity: 0.3;
    font-size: calc(18px * 2.5);
    content: "";
    position: absolute;
    left: -30px;
    color: rgb(179,196,183,0.5);
    top: -20px;
}

.thanksCoreV p {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    transition: color 0.3s ease;
}

.thanksCoreV a:hover p {
    color: rgb(179,196,183);
}

header .nav_mainbarN::before {
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(130,155,144,0.5) 10px,
        rgb(130,155,144,0.5) 11px
    );
    height: 100%;
    opacity: 0.1;
    position: absolute;
    animation: slidePattern 25s linear infinite;
    left: 0;
    content: "";
    width: 100%;
}

header .first_teachw {
    border-radius: 10px;
    transform: rotate(-3deg);
    display: block;
    position: relative;
    padding: 15px;
    background: #ffffff;
    box-shadow: 5px 5px 0 rgb(179,196,183,0.5);
    transition: all 0.3s ease;
}

header .first_teachw svg {
    width: auto;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
    height: 45px;
}

header .header_prop:hover::before {
    width: 100%;
}

header .main_pagewrapO {
    margin: 5px 3px;
    position: relative;
}

header .main_pagewrapO:nth-child(even) {
    transform: translateY(3px);
}

header .main_pagewrapO a::before {
    width: 5px;
    content: "";
    transform: scaleY(0);
    top: 0;
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(179,196,183);
    transform-origin: top;
    right: 0;
    height: 100%;
}

header .main_pagewrapO a:hover {
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    transform: translateX(5px);
    border-left-color: rgb(179,196,183);
    color: rgb(179,196,183);
}



@media (max-width: 1200px) {.course_highlightsx .new_studyS {
    max-width: 65%;
}
}



@media (max-width: 992px) {.contact_sectionS {
    padding: 70px 0;
}.contact_sectionS .feedback_infoq {
    flex-direction: column;
}.contact_sectionS .connect_messageM {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    flex: 1 1 100%;
    padding: 40px;
}.contact_sectionS .request_mapv {
    margin-top: -20px;
    flex: 1 1 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    margin-left: 0;
    padding: 40px;
}
}



@media (max-width: 576px) {.contact_sectionS {
    padding: 40px 0;
}.contact_sectionS .connect_messageM,
    .contact_sectionS .request_mapv {
    padding: 30px 20px;
    clip-path: none;
    box-shadow: none;
    transform: skew(0);
}.contact_sectionS .connect_messageM #contact {
    transform: skew(0);
}.contact_sectionS .connect_messageM::before,
    .contact_sectionS .request_mapv::after {
    clip-path: none;
}.contact_sectionS .request_mapv {
    margin-top: 0;
}.contact_sectionS h3 {
    transform: skew(0);
    font-size: calc(38px - 6px);
}.contact_sectionS .connect_messageM .inquiry_listT label {
    font-size: calc(16px - 3px);
}.contact_sectionS .connect_messageM .inquiry_feedbackt {
    clip-path: none;
}}


@media only screen and (max-width: 1200px) {.cookie_window_overlayt {
    padding: 20px;
}
}


@media only screen and (max-width: 800px){.segment-wrapperr .cookies_termsZ {
    margin: 0;
    margin-bottom: 14px;
}}



@media (max-width: 991px) {.future_attendeese {
    padding: 100px 0;
}.future_attendeese h4 {
    font-size: calc(37px - 2px);
    margin-bottom: 50px;
}.future_attendeese div {
    gap: 25px;
}
}



@media (max-width: 479px) {.future_attendeese {
    padding: 60px 0;
}.future_attendeese h4 {
    margin-bottom: 35px;
    font-size: calc(37px - 6px);
    padding-left: 15px;
}.future_attendeese div {
    gap: 15px;
}.future_attendeese div p {
    font-size: calc(14px - 1px);
    padding-left: 55px;
}.future_attendeese div p::before {
    height: 40px;
    width: 40px;
}.future_attendeese div p::after {
    left: 20px;
    top: 60px;
}.future_attendeese div p svg {
    left: 10px;
    width: 20px;
    height: 20px;
    top: 10px;
}}



@media (max-width: 1200px) {.affiliate_ctaA .container {
    gap: 2rem;
}.affiliate_ctaA .company_holder {
    flex: 1 1 320px;
}.affiliate_ctaA .equity_infot {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}



@media (max-width: 768px) {.affiliate_ctaA {
    padding: 3rem 0 1.5rem;
}.affiliate_ctaA .company_holder,
    .affiliate_ctaA .header_prop {
    padding: 1.5rem;
}.affiliate_ctaA .nav_tutord {
    gap: 1.5rem;
}.affiliate_ctaA .company_holder h3 {
    font-size: calc(37px - 2px);
}.affiliate_ctaA .header_prop h5 {
    font-size: calc(24px - 1px);
}.affiliate_ctaA .company_holder:hover,
    .affiliate_ctaA .header_prop:hover {
    transform: translateY(-3px);
}
}



@media (max-width: 767px) {.operation_processX {
    padding: 4rem 0;
}.operation_processX::before {
    opacity: 0.05;
}.operation_processX .smart_classesH > div {
    transform: none !important;
    padding: 2rem 1.5rem;
}.operation_processX h3 {
    margin-bottom: 1.2rem;
    font-size: calc(33px * 0.7);
}.operation_processX p {
    font-size: calc(14px * 0.95);
}.operation_processX h3::after {
    width: 40%;
}.operation_processX .smart_classesH > div:hover h3::after {
    width: 70%;
}
}



@media (max-width: 576px) {.who_we_areu {
    padding: 50px 0;
}.who_we_areu .phrase_holderx {
    padding: 25px 20px;
    border-left-width: 2px;
}.who_we_areu h5 {
    letter-spacing: 1px;
    font-size: calc(23px * 0.85);
}.who_we_areu h5::after {
    width: 30px;
}.who_we_areu p {
    margin-bottom: 15px;
    font-size: calc(15px * 0.95);
}.who_we_areu p b {
    font-size: calc(15px * 1.2);
}.who_we_areu ol li {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
    padding-left: 5px;
}}



@media (min-width: 1200px) {.title_boardr .smart_classesH {
    padding: 0 8rem;
}.title_boardr .phrase_holderx {
    padding: 4rem;
}.title_boardr .learn_welcomeh svg {
    width: 200px;
    height: 200px;
}.title_boardr .pic_img_wrapr {
    height: 650px;
}
}



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



@media (max-width: 768px) {.client_opinionsd {
    padding: 4rem 1rem;
}.client_opinionsd .client_feedbackk {
    grid-template-columns: 1fr;
    gap: 2rem;
    transform: perspective(1000px) rotateX(10deg);
}.client_opinionsd h4 {
    font-size: calc(33px * 0.8);
    margin-bottom: 3rem;
    transform: perspective(800px) rotateX(5deg);
}.client_opinionsd .user_feedbackf:nth-child(n) {
    transform: translateZ(0) translateY(0);
}.client_opinionsd .user_feedbackf:nth-child(n):hover {
    transform: translateZ(20px) translateY(-5px);
}}



@media (max-width: 991px) {.thanksCoreV {
    padding: 90px 0 70px;
}.thanksCoreV .smart_classesH {
    padding: 50px 40px;
}
}



@media (max-width: 767px) {.thanksCoreV {
    padding: 70px 0 50px;
}.thanksCoreV .smart_classesH {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.thanksCoreV h5 {
    font-size: calc(18px * 0.95);
}.thanksCoreV p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 991px) {header .main_tutorX {
    gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}header .head_classi {
    justify-self: center;
}header .header_prop {
    justify-content: center;
}header .header_prop::before {
    opacity: 0.1;
    background: rgb(130,155,144,0.5);
    width: 100%;
}
}



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



@keyframes lightShift {
    0% {
        opacity: 0.2;
        transform: rotate(15deg) translateX(-10%) translateZ(0);
    }
    100% {
        opacity: 0.4;
        transform: rotate(15deg) translateX(10%) translateZ(0);
    }
}



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



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



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

