

header,footer {
    width: 100%;
}

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

a {
    text-decoration: none;
    color: inherit;
}

html,body {
    min-height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}


.guiuser_feedback {
    background: linear-gradient(to bottom, 
        rgb(176,171,186) 0%, 
        #ffffff 100%);
    padding: 120px 0 180px;
    overflow: hidden;
    position: relative;
}

.guiuser_feedback::after {
    opacity: 0.2;
    bottom: 0;
}

.guiuser_feedback .container {
    position: relative;
    z-index: 1;
}

.guiuser_feedback h2 {
    color: #000000;
    display: inline-block;
    margin-bottom: 70px;
    transform: translateX(-50%);
    position: relative;
    font-weight: 700;
    font-size: 38px;
    left: 50%;
    text-align: center;
}

.guiuser_feedback h2::before,
.guiuser_feedback h2::after {
    height: 3px;
    width: 100px;
    content: "";
    background: rgb(146,131,165);
    top: 50%;
    position: absolute;
}

.guiuser_feedback h2::before {
    right: calc(100% + 20px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

.guiuser_feedback .hFslearn_reviews {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
}



.guiuser_feedback .FtAreview_spot {
    flex-direction: column;
    position: relative;
    align-items: center;
    padding: 30px 25px;
    display: flex;
}

.guiuser_feedback .FtAreview_spot::before {
    border-radius: 60% 40% 50% 45% / 45% 50% 40% 55%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    transition: all 1s ease;
    content: "";
    inset: 0;
    z-index: -1;
    position: absolute;
    animation: blobAnimation 8s ease-in-out infinite alternate;
    background: #ffffff;
}



.guiuser_feedback .FtAreview_spot:hover::before {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.guiuser_feedback .FtAreview_spot img::after {
    position: absolute;
    animation: rotate 20s linear infinite;
    content: "";
    border: 2px dashed rgb(146,131,165,0.5);
    border-radius: 50%;
    inset: -10px;
}



.guiuser_feedback .FtAreview_spot:hover img {
    transform: scale(1.1) rotate(5deg);
}

.guiuser_feedback .FtAreview_spot p:first-of-type {
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}

.guiuser_feedback .FtAreview_spot .description {
    font-style: italic;
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
}

.guiuser_feedback .FtAreview_spot .description::after {
    bottom: -10px;
    right: -15px;
    content: "";
}

.Xfatraining_benefits {
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 80px 0;
    background: linear-gradient(160deg, rgb(176,171,186) 0%, #ffffff 100%);
}

.Xfatraining_benefits::after {
    left: -150px;
    filter: blur(100px);
    content: "";
    opacity: 0.3;
    animation: pulse 12s ease-in-out infinite alternate-reverse;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    background: rgb(115,88,141,0.5);
    bottom: -150px;
}

.Xfatraining_benefits .RBWskill_sessions {
    grid-template-columns: 1fr 1.3fr;
    position: relative;
    gap: 0;
    display: grid;
}

.Xfatraining_benefits .FWYpic_box:hover {
    transform: scale(1.02);
}

.Xfatraining_benefits .bPNdescription_card {
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.7);
    position: relative;
    margin-left: -30px;
    border-radius: 15px;
    z-index: 2;
    background: #ffffff;
    padding: 40px 35px 40px 45px;
}

.Xfatraining_benefits .bPNdescription_card::after {
    left: 0;
    background: linear-gradient(135deg, rgb(115,88,141,0.5), transparent);
    bottom: 0;
    position: absolute;
    width: 100px;
    opacity: 0.4;
    height: 100px;
    content: "";
    clip-path: polygon(0 100%, 0 0, 100% 100%);
}

.Xfatraining_benefits h3::before {
    left: 0;
    position: absolute;
    border-radius: 10px;
    height: 100%;
    width: 5px;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(146,131,165), rgb(115,88,141));
}

.Xfatraining_benefits li:hover {
    transform: translateY(-5px);
}

.Xfatraining_benefits li p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    border-radius: 10px;
    display: flex;
    color: #000000;
    align-items: center;
    z-index: 1;
    padding: 15px 20px;
    margin: 0;
    overflow: hidden;
    font-size: 17px;
    gap: 16px;
    position: relative;
}

.Xfatraining_benefits svg {
    padding: 10px;
    border-radius: 50%;
    box-shadow: 
    3px 3px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    background: #ffffff;
    width: 24px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    height: 24px;
}

.Xfatraining_benefits li:hover svg path {
    fill: #ffffff;
}

.pyzcompany_overview {
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
    background: linear-gradient(135deg, rgb(176,171,186) 0%, #ffffff 100%);
}

.pyzcompany_overview::after {
    z-index: 0;
    position: absolute;
    transform: rotate(-10deg);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    bottom: -5%;
    left: -5%;
    content: "";
    opacity: 0.1;
    height: 20rem;
    width: 20rem;
    background: linear-gradient(225deg, rgb(115,88,141,0.5) 0%, rgb(146,131,165,0.5) 100%);
}

.pyzcompany_overview h1 {
    margin-bottom: 3rem;
    animation: slideInTitle 0.8s 0.2s forwards ease-out;
    position: relative;
    font-size: 43px;
    text-align: left;
    transform: translateX(-1rem);
    opacity: 0;
    color: #000000;
    font-weight: 700;
}

.pyzcompany_overview .eiGstudy_classes {
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    transform: translateY(20px);
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    animation: fadeInUp 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.pyzcompany_overview .eiGstudy_classes ul {
    margin: 0;
    flex-direction: column;
    list-style: none;
    display: flex;
    padding: 0;
}

.pyzcompany_overview .Mykexpert_network:last-child {
    border-bottom: none;
}

.pyzcompany_overview .Mykexpert_network:hover {
    background: rgba(rgb(146,131,165,0.5), 0.02);
    transform: translateX(10px);
}

.pyzcompany_overview .Mykexpert_network:hover::before {
    transform: scaleY(1);
}

.pyzcompany_overview .Mykexpert_network h4 {
    display: inline-block;
    position: relative;
    color: rgb(146,131,165);
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: calc(18px + 0.1rem);
}

.pyzcompany_overview .Mykexpert_network:hover h4::after {
    transform: scaleX(1);
}

.pyzcompany_overview .Mykexpert_network div {
    text-align: justify;
    padding-right: 1rem;
    max-height: 15rem;
    color: #000000;
    line-height: 1.8;
    font-size: 14px;
    margin: 0;
    overflow-y: auto;
}

.cxQsign_up_for_updates::before {
    top: -10%;
    opacity: 0.15;
    transform: rotateY(-20deg) rotateX(10deg);
    animation: float-panel 15s ease-in-out infinite alternate;
    background: rgb(146,131,165,0.5);
    z-index: 1;
    left: -10%;
    content: "";
    position: absolute;
    height: 140%;
    filter: blur(2px);
    width: 60%;
}

.cxQsign_up_for_updates .RBWskill_sessions {
    transform-style: preserve-3d;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    z-index: 2;
    position: relative;
    align-items: center;
}

.cxQsign_up_for_updates p::before {
    position: absolute;
    left: 0;
    width: 5px;
    content: "";
    background: linear-gradient(to bottom, rgb(146,131,165), rgb(115,88,141));
    top: 0;
    opacity: 0.8;
    transform: translateZ(10px) translateX(-5px) rotateY(15deg);
    height: 100%;
}

.cxQsign_up_for_updates .input_holder::before {
    left: -20%;
    z-index: -1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 140%;
    height: 180%;
    top: -40%;
    transform: translateZ(-20px) rotateY(-5deg);
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    filter: blur(3px);
    border-radius: 10px;
}

.cxQsign_up_for_updates .Pkodiscover_learning:focus {
    transform: translateZ(20px);
    outline: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.cxQsign_up_for_updates .eaOsub_desc {
    font-size: 18px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    padding: 1.2rem 2.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
    transform: translateZ(20px);
    color: #ffffff;
    align-self: flex-end;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    position: relative;
    background: linear-gradient(to right, rgb(115,88,141), rgb(146,131,165));
}

.cxQsign_up_for_updates .eaOsub_desc:hover::before {
    opacity: 1;
}

.UFQpricing_list_item::before {
    bottom: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(145deg, rgba(21, 27, 45, 0.92), rgba(15, 18, 35, 0.97));
    right: 0;
}

.UFQpricing_list_item .EeMpricing_block {
    transform: translateY(20px);
    max-width: 700px;
    margin: 0 auto 50px;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    opacity: 0;
    word-break: break-word;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
}

.UFQpricing_list_item .IGFprogram_rate li {
    perspective: 1000px;
    transform: translateY(30px);
    transform-style: preserve-3d;
    animation: fadeSlideUp 0.8s calc(0.6s + var(--i, 0) * 0.15s) forwards ease-out;
    opacity: 0;
}

.UFQpricing_list_item .IGFprogram_rate li:nth-child(3) {
    --i: 2;
}

.UFQpricing_list_item .Kagpayment_plans {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    will-change: transform;
    display: block;
    text-decoration: none;
    position: relative;
}

.UFQpricing_list_item .Kagpayment_plans:hover .clMstudy_rates {
    border-color: rgba(rgb(146,131,165,0.5), 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 8px 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(rgb(146,131,165,0.5), 0.15);
}

.UFQpricing_list_item .clMstudy_rates::before {
    top: -50%;
    content: "";
    opacity: 0;
    transform: rotate(45deg);
    width: 200%;
    left: -50%;
    position: absolute;
    height: 200%;
    z-index: -1;
    transition: opacity 0.8s ease;
    background: radial-gradient(circle at center, transparent 60%, rgba(rgb(115,88,141,0.5), 0.1) 100%);
}

.UFQpricing_list_item .WNmdiscount_price h4::after {
    background: linear-gradient(90deg, rgb(146,131,165), rgba(rgb(146,131,165,0.5), 0.5));
    display: block;
    content: "";
    transform-origin: left;
    width: 50px;
    transition: transform 0.4s ease;
    height: 3px;
    transform: scaleX(0.7);
    margin-top: 10px;
}

.UFQpricing_list_item .XAfprice_view {
    -webkit-background-clip: text !important;
    color: #ffffff;
    padding: 5px 0;
    font-size: calc(21px * 1.3);
    font-weight: 700;
    align-self: flex-start;
    position: relative;
    display: inline-block;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135deg, rgb(146,131,165), rgb(115,88,141));
    background-clip: text !important;
}

.jRNoperation_process {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(176,171,186) 0%, rgba(rgb(146,131,165,0.5), 0.08) 100%);
    position: relative;
}

.jRNoperation_process::after {
    left: -10%;
    background: linear-gradient(45deg, rgb(115,88,141) 0%, transparent 80%);
    width: 40%;
    transform: rotate(15deg) skewX(15deg);
    z-index: 1;
    opacity: 0.08;
    pointer-events: none;
    position: absolute;
    content: "";
    height: 50%;
    bottom: -5%;
}

.jRNoperation_process h2 {
    margin-bottom: 2.5rem;
    font-size: 31px;
    font-weight: 700;
    position: relative;
    color: #000000;
    display: inline-block;
    transform: translateX(-0.5rem);
}

.jRNoperation_process:hover h2::before {
    transform: scaleX(1);
}

.jRNoperation_process .bPNdescription_card {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
    background-color: rgba(rgb(255, 255, 255, 0.5), 0.96);
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateY(0);
    position: relative;
}

.jRNoperation_process .bPNdescription_card::after {
    top: 0;
    width: 4px;
    position: absolute;
    height: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(146,131,165), rgb(115,88,141));
    left: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.jRNoperation_process p {
    font-family: Arial, sans-serif;
    color: #000000;
    max-width: 96%;
    margin: 0;
    line-height: 1.8;
    font-size: 17px;
}

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

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

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

.pDxcontact_information .aQzsupport_request::after {
    bottom: 0;
    opacity: 0.2;
    left: 0;
    border-radius: 50%;
    width: 100px;
    transform: translate(-50%, 50%);
    position: absolute;
    content: '';
    background: rgb(115,88,141,0.5);
    height: 100px;
}

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

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

.pDxcontact_information .gypcontact_message label::before {
    border: 2px solid rgb(146,131,165,0.5);
    content: '';
    width: 20px;
    top: 2px;
    height: 20px;
    position: absolute;
    border-radius: 10px;
    transition: all 0.3s ease;
    left: 0;
}

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

.pDxcontact_information .Bykconnect_feedback {
    overflow: hidden;
    border: none;
    cursor: pointer;
    background: rgb(146,131,165);
    font-size: 20px;
    border-radius: 25px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 15px 30px;
    z-index: 1;
    transition: all 0.3s ease;
    font-weight: 600;
}

.pDxcontact_information .Bykconnect_feedback:hover::before {
    transform: translateX(0);
}

.pDxcontact_information .BNVreach_reach::before {
    position: absolute;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%),
                linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%);
    width: 100%;
    background-size: 20px 20px;
    height: 100%;
    top: 0;
    content: '';
    left: 0;
    opacity: 0.3;
}

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

.pDxcontact_information .iIrquery_query svg {
    flex-shrink: 0;
    margin-right: 15px;
    height: 22px;
    margin-top: 3px;
    width: 22px;
}

.pDxcontact_information .iIrquery_query span {
    color: #ffffff;
    font-size: 15px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}

.pDxcontact_information .iIrquery_query a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.FQRid_thankdiv::before {
    width: 100%;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(146,131,165,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(115,88,141,0.5), 0.1) 0%, transparent 70%);
    z-index: 0;
    position: absolute;
    left: 0;
    content: "";
}

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

.FQRid_thankdiv h2 {
    transform: perspective(1000px) translateZ(10px);
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    text-align: left;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.3;
    transition: transform 0.5s ease-out;
}

.FQRid_thankdiv:hover h2::after {
    transform: scaleX(1);
}

.FQRid_thankdiv .RBWskill_sessions {
    border-radius: 21px;
    position: relative;
    padding: 40px;
    background: #ffffff;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}

.FQRid_thankdiv li::before {
    left: 0;
    border-radius: 50%;
    background: rgb(146,131,165);
    position: absolute;
    height: 8px;
    top: 24px;
    width: 8px;
    box-shadow: 0 0 10px rgba(rgb(146,131,165,0.5), 0.5);
    transform: translateY(-50%);
    content: "";
}

.FQRid_thankdiv span::after {
    opacity: 0;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(rgb(146,131,165,0.5), 0.3));
    position: absolute;
    right: 0;
    width: 40%;
    content: "";
    height: 1px;
    bottom: -10px;
    transform-origin: right;
    transform: scaleX(0.5);
}

.FQRid_thankdiv .RBWskill_sessions:hover span::after {
    transform: scaleX(1);
    opacity: 1;
}

footer .NlMvolunteer::before {
    height: 20px;
    top: 0;
    background: linear-gradient(90deg, rgb(146,131,165) 25%, rgb(115,88,141) 25%, rgb(115,88,141) 50%, rgb(146,131,165) 50%, rgb(146,131,165) 75%, rgb(115,88,141) 75%);
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
}

footer .info_item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex: 1 1 250px;
    transition: all 0.3s ease;
    padding: 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    align-items: center;
}

footer .info_item:last-child {
    border-right: none;
}

footer .info_item:hover::after {
    width: 100%;
}

footer .info_item svg {
    height: 22px;
    width: 22px;
    fill: rgb(146,131,165);
    flex-shrink: 0;
    margin-right: 15px;
}

footer .info_item a:hover {
    color: rgb(146,131,165);
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 20px;
    display: grid;
    margin-top: 100px;
}

footer .TPGhead_primary svg {
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
    margin-bottom: 20px;
}

footer .fVxhead_know {
    padding: 0 25px;
    position: relative;
}

footer .fVxhead_know h5::after {
    height: 2px;
    position: absolute;
    width: 60px;
    bottom: -2px;
    background-color: rgb(146,131,165);
    left: 0;
    content: "";
}

footer .jVxmain_mainwrap a {
    text-decoration: none;
    font-size: 18px;
    border-radius: 20px;
    padding: 8px 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 5px 8px 5px 0;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
    position: relative;
}

footer .input_holder::after {
    height: 70px;
    bottom: -20px;
    left: -10px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.1;
    width: 70px;
    position: absolute;
    content: "";
    background-color: rgb(115,88,141);
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

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

footer .eaOsub_desc:hover::before {
    left: 100%;
}

footer .faGproject_ref {
    padding-top: 20px;
    text-align: center;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    margin-top: 50px;
}

.WIgstatistical_details::before {
    left: 0;
    opacity: 0.92;
    height: 100%;
    z-index: -3;
    width: 100%;
    content: '';
    background-color: #000000;
    top: 0;
    position: absolute;
}

.WIgstatistical_details .container {
    padding: 0 20px;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.WIgstatistical_details .xPqpro_extra {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.WIgstatistical_details .HErknowledge_gains svg {
    fill: rgb(146,131,165);
    height: 100px;
    filter: drop-shadow(0 0 15px rgb(146,131,165,0.5));
    width: 100px;
}

.WIgstatistical_details .XuPfast_upgrade {
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 32px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.WIgstatistical_details .Gbdstatistics_upsides {
    margin-bottom: 0;
    opacity: 0.9;
    position: relative;
    max-width: 90%;
    line-height: 1.7;
    color: #ffffff;
    font-size: 15px;
}

.WIgstatistical_details .Ylwstatistics_edges:nth-child(even) {
    border-radius: 30px 30px 0 30px;
}

.WIgstatistical_details .Ylwstatistics_edges:hover {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.WIgstatistical_details .Ylwstatistics_edges:hover {
    transform: translateY(-10px) rotate(0deg);
}

.WIgstatistical_details .Ylwstatistics_edges::before {
    transition: all 0.4s ease;
    content: '';
    border-radius: 50%;
    height: 100px;
    right: -50px;
    background: linear-gradient(to right, rgb(146,131,165,0.5), transparent);
    width: 100px;
    position: absolute;
    opacity: 0.2;
    top: -50px;
}

.WIgstatistical_details .aYTknowledge_boosters svg path {
    fill: rgb(146,131,165);
    stroke-width: 0.5;
    stroke: #ffffff;
}

.WIgstatistical_details .Ylwstatistics_edges p {
    margin: 0;
    opacity: 0.9;
    line-height: 1.4;
    color: #ffffff;
    font-size: calc(15px * 0.9);
}

.WIgstatistical_details .Ylhclass_statistics::after {
    position: absolute;
    content: '';
    width: 120%;
    background: rgb(146,131,165,0.5);
    height: 120px;
    border-radius: 50%;
    opacity: 0.05;
    left: -10%;
}

.WIgstatistical_details .Ylhclass_statistics::after {
    background: rgb(115,88,141,0.5);
    top: -70px;
}

.WIgstatistical_details .Ylwstatistics_edges:nth-child(1) {
    transform: rotate(-2deg);
}

.WIgstatistical_details .Ylwstatistics_edges:nth-child(2) {
    transform: rotate(1deg);
}

.WIgstatistical_details .Ylwstatistics_edges:nth-child(4) {
    transform: rotate(2deg);
}

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

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

.GoZtrack_bar {
    flex-shrink: 0;
    margin-right: 10px;
}

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


.wfSwrapper-container .Iigtrack_optin {
    justify-content: flex-end;
}

.wfSwrapper-container .VMeuser_tracker {
    text-align: right;
}

.MsCeducation_experience {
    background: linear-gradient(125deg, #000000 0%, rgb(176,171,186) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

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

.MsCeducation_experience .FtAreview_spot {
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    transform: rotateY(-10deg);
    grid-template-columns: 1.2fr 0.8fr;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    display: grid;
    transform-style: preserve-3d;
    gap: 10px 30px;
    grid-template-rows: auto auto auto;
    position: relative;
}

.MsCeducation_experience .HJEjob_progress::before {
    font-size: calc(47px * 2);
    line-height: 1;
    top: 15px;
    color: rgb(146,131,165);
    content: "";
    left: 20px;
    position: absolute;
}

.MsCeducation_experience .FWYpic_box {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    height: 280px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    grid-area: photo;
    border-radius: 10px;
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(146,131,165,0.5);
    transform: translateZ(40px);
}

.MsCeducation_experience .FtAreview_spot:hover .name {
    transform: translateZ(45px) translateY(-5px);
}

.MsCeducation_experience .FtAreview_spot > span:not(.name) {
    font-weight: 600;
    font-size: 15px;
    z-index: 2;
    transform: translateZ(25px);
    border-radius: 10px;
    padding: 10px 15px;
    color: rgb(115,88,141);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    grid-area: job;
    transition: transform 0.3s ease;
}

.MYycourse_candidates::before {
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.1;
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(146,131,165,0.5) 46%, rgb(146,131,165,0.5) 54%, transparent 55%),
        linear-gradient(135deg, transparent 45%, rgb(115,88,141,0.5) 46%, rgb(115,88,141,0.5) 54%, transparent 55%);
    background-size: 50px 50px;
}

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

.MYycourse_candidates h3 {
    border-left: 4px solid rgb(146,131,165);
    text-align: left;
    position: relative;
    color: rgb(115,88,141);
    margin-bottom: 3rem;
    font-size: 29px;
    font-weight: 700;
    padding-left: 1.5rem;
    box-shadow: -5px 0 15px rgb(146,131,165,0.5);
}

.MYycourse_candidates ul {
    gap: 2rem;
    margin: 0;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
}

.MYycourse_candidates li {
    align-items: center;
    display: flex;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 1.8rem;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
}

.MYycourse_candidates li {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1.5;
}

.MYycourse_candidates li:hover {
    transform: translateY(-5px) scale(1.02);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(146,131,165,0.5);
}

.MYycourse_candidates li:hover svg {
    animation-duration: 1.5s;
}

.MYycourse_candidates li svg path {
    transition: all 0.4s ease;
}

.MYycourse_candidates li:hover svg path {
    fill: rgb(146,131,165);
}

.MYycourse_candidates li:nth-child(2)::after {
    animation-delay: 0.5s;
}

.MYycourse_candidates li:nth-child(4)::after {
    animation-delay: 1.5s;
}

.MYycourse_candidates li:nth-child(2) svg {
    animation-delay: 1s;
}

.MYycourse_candidates li:nth-child(4) svg {
    animation-delay: 1.5s;
}

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

header .container {
    position: relative;
    padding: 1.5rem 2rem;
}

header .TPGhead_primary {
    position: relative;
    z-index: 2;
}

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

header .TpXtop_page:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 8px 8px 0 rgb(146,131,165);
}

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

header .fVxhead_know::before {
    width: 85%;
    border-radius: 0 26px 26px 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    transition: width 0.3s ease;
    opacity: 0.15;
    content: "";
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(115,88,141,0.5) 100%);
    position: absolute;
}

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

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

header .CuVheader_lead a::after {
    bottom: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease 0.1s;
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(146,131,165) 0%, rgb(115,88,141) 100%);
    height: 2px;
    width: 100%;
    left: 0;
    position: absolute;
}

.GOBprivacy_box {
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(176,171,186) 0%, rgb(146,131,165,0.5) 100%);
}

.GOBprivacy_box::after {
    z-index: 0;
    background: radial-gradient(circle, rgb(115,88,141,0.5) 0%, transparent 70%);
    top: -50%;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.1;
    right: -50%;
    content: "";
}

.GOBprivacy_box h1 {
    transform: translateX(-5px);
    font-weight: 700;
    margin-bottom: 2rem;
    animation: slideInLeft 0.6s ease-out 0.2s forwards;
    color: rgb(146,131,165);
    font-size: 38px;
    opacity: 0;
    letter-spacing: -0.02em;
    position: relative;
    padding-bottom: 1rem;
    font-family: Arial, sans-serif;
}

.GOBprivacy_box h2 {
    color: rgb(115,88,141);
    animation: slideInUp 0.5s ease-out 0.4s forwards;
    padding-left: 20px;
    position: relative;
    font-family: Arial, sans-serif;
    margin: 2.5rem 0 1.5rem;
    font-weight: 600;
    transform: translateY(10px);
    font-size: 34px;
    opacity: 0;
}

.GOBprivacy_box h3 {
    padding-left: 15px;
    font-size: calc(34px * 0.85);
    position: relative;
    color: rgb(115,88,141);
    animation: slideInUp 0.5s ease-out 0.5s forwards;
    opacity: 0;
    transform: translateY(10px);
    margin: 2rem 0 1rem;
    font-weight: 600;
    font-family: Arial, sans-serif;
}

.GOBprivacy_box h4::before {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 1px;
    left: 0;
    height: calc(100% - 16px);
    content: "";
    width: 2px;
    position: absolute;
    top: 8px;
}

.GOBprivacy_box p strong {
    font-weight: 600;
    position: relative;
    color: #000000;
}

.GOBprivacy_box p strong::after {
    width: 100%;
    left: 0;
    position: absolute;
    height: 1px;
    bottom: -2px;
    content: "";
    background: rgb(115,88,141,0.5);
}

.GOBprivacy_box ul::before {
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.1;
    background: linear-gradient(90deg, rgb(115,88,141,0.5) 0%, transparent 10%);
    left: 0;
    position: absolute;
    content: "";
}

.GOBprivacy_box li {
    animation: listItemAppear 0.4s ease-out forwards;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    animation-delay: calc(0.9s + (0.1s * var(--li-index, 0)));
    padding: 0.8rem 0 0.8rem 1.8rem;
    opacity: 0;
    position: relative;
    font-size: 15px;
    color: #000000;
    transform: translateY(8px);
    margin-bottom: 0.5rem;
}

.GOBprivacy_box span {
    padding-left: 1rem;
    transform: translateY(10px);
    font-size: 15px;
    display: block;
    margin-bottom: 1.5rem;
    opacity: 0;
    font-family: Arial, sans-serif;
    animation: fadeSlideUp 0.7s ease-out 1s forwards;
    position: relative;
    color: #000000;
    border-left: 1px dashed rgb(115,88,141,0.5);
    line-height: 1.7;
}

.HcQcourse_program_details::after {
    background: linear-gradient(to right, transparent, rgb(115,88,141,0.5));
    width: 30%;
    height: 100%;
    opacity: 0.05;
    position: absolute;
    right: 0;
    z-index: 0;
    top: 0;
    content: "";
}

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

.HcQcourse_program_details .FWYpic_box::before {
    content: "";
    background: linear-gradient(120deg, rgb(146,131,165,0.5) 0%, transparent 60%);
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    opacity: 0.6;
    position: absolute;
    height: 100%;
}

.HcQcourse_program_details .FWYpic_box:hover::before {
    opacity: 0.4;
}

.HcQcourse_program_details .bPNdescription_card::before {
    position: absolute;
    top: 0;
    width: 5px;
    background: rgb(115,88,141);
    left: 0;
    height: 0;
    content: "";
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.HcQcourse_program_details h3 {
    transition: transform 0.3s ease;
    color: #000000;
    position: relative;
    font-size: calc(21px * 1.1);
    margin-bottom: 20px;
    transform-origin: left center;
    font-weight: 700;
}

.HcQcourse_program_details p.description {
    display: block;
}

.HcQcourse_program_details span.description {
    display: none;
}

.pLetitle_welcome {
    background: linear-gradient(135deg, rgb(176,171,186), rgba(0, 0, 0, 0.5));
    position: relative;
    justify-content: flex-start;
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
    display: flex;
    padding: 4rem 2rem;
}

.pLetitle_welcome .iXplearn_training::before {
    animation: growLine 0.6s ease-out 0.4s forwards;
    background: linear-gradient(to bottom, rgb(146,131,165), rgb(115,88,141));
    width: 5px;
    transform: scaleY(0);
    top: 0;
    transform-origin: top;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
}

.pLetitle_welcome .KEClearn_hero {
    border-radius: 16px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateY(30px);
    opacity: 0;
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
}

.pLetitle_welcome .KEClearn_hero > div {
    position: relative;
    display: flex;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    color: #ffffff;
    padding: 3rem;
    min-height: 400px;
    height: 100%;
    flex-direction: column;
    gap: 2rem;
}

.pLetitle_welcome .KEClearn_hero p::before {
    content: "";
    height: 8px;
    top: 50%;
    background: rgb(146,131,165);
    position: absolute;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 8px;
    left: 0;
}

::-webkit-scrollbar {
    padding: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    border-radius: 7px;
    height: 6px;
    background: rgb(255, 255, 255, 0.5);
    width: 14px;
}

::-webkit-scrollbar-thumb {
    transition: all, border-radius, transform 3.5s ease-in-out;
    background: rgb(176,171,186);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(146,131,165,0.5);
}

.pyzcompany_overview .Mykexpert_network div::-webkit-scrollbar {
    width: 5px;
}

.pyzcompany_overview .Mykexpert_network div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}

.pyzcompany_overview .Mykexpert_network div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(115,88,141,0.5);
}

.UFQpricing_list_item .WNmdiscount_price p::-webkit-scrollbar {
    width: 4px;
}

.UFQpricing_list_item .WNmdiscount_price p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.UFQpricing_list_item .WNmdiscount_price p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(rgb(146,131,165,0.5), 0.5);
}

.HcQcourse_program_details .description::-webkit-scrollbar {
    width: 5px;
}

.HcQcourse_program_details .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(176,171,186);
}

.HcQcourse_program_details .description::-webkit-scrollbar-thumb {
    background: rgb(115,88,141,0.5);
    border-radius: 10px;
}

.HcQcourse_program_details .description::-webkit-scrollbar-thumb:hover {
    background: rgb(115,88,141);
}



@media (max-width: 992px) {.Xfatraining_benefits {
    padding: 60px 0;
}.Xfatraining_benefits .RBWskill_sessions {
    grid-template-columns: 1fr;
    gap: 30px;
}.Xfatraining_benefits .FWYpic_box {
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.Xfatraining_benefits .bPNdescription_card {
    margin-left: 0;
    padding: 35px 30px;
}
}



@media screen and (min-width: 768px) {.pyzcompany_overview .eiGstudy_classes ul {
    flex-direction: row;
}.pyzcompany_overview .Mykexpert_network {
    border-bottom: none;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    flex: 1;
}.pyzcompany_overview .Mykexpert_network:last-child {
    border-right: none;
}.pyzcompany_overview .Mykexpert_network:hover {
    transform: translateY(-10px);
}.pyzcompany_overview .Mykexpert_network::before {
    height: 4px;
    width: 100%;
    transform-origin: left;
    transform: scaleX(0);
}.pyzcompany_overview .Mykexpert_network:hover::before {
    transform: scaleX(1);
}
}



@media screen and (max-width: 480px) {.pyzcompany_overview h1 {
    font-size: calc(43px - 0.8rem);
    margin-bottom: 1.5rem;
}.pyzcompany_overview .Mykexpert_network {
    padding: 1.5rem;
}.pyzcompany_overview .Mykexpert_network div {
    max-height: 12rem;
}.pyzcompany_overview::before, 
    .pyzcompany_overview::after {
    width: 10rem;
    height: 10rem;
}}



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



@media (max-width: 992px) {.UFQpricing_list_item h2 {
    font-size: calc(34px * 0.9);
}.UFQpricing_list_item .EeMpricing_block {
    margin-bottom: 40px;
    font-size: calc(15px * 0.95);
}.UFQpricing_list_item .clMstudy_rates {
    padding: 25px;
}.UFQpricing_list_item .WNmdiscount_price h4 {
    font-size: calc(21px * 1);
}.UFQpricing_list_item .XAfprice_view {
    font-size: calc(21px * 1.2);
}
}



@media (min-width: 768px) {.jRNoperation_process {
    padding: 8rem 0;
}.jRNoperation_process .RBWskill_sessions {
    padding: 0 4rem;
}.jRNoperation_process h2 {
    font-size: calc(31px * 1.1);
    margin-bottom: 3rem;
}.jRNoperation_process .bPNdescription_card {
    clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
    padding: 3.5rem;
}.jRNoperation_process p {
    font-size: calc(17px * 1.05);
    line-height: 1.9;
}
}



@media (max-width: 767px) {.jRNoperation_process {
    padding: 4rem 0;
}.jRNoperation_process .RBWskill_sessions {
    padding: 0 1.5rem;
}.jRNoperation_process h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.9);
}.jRNoperation_process h2::before {
    height: 0.3rem;
    width: 5rem;
}.jRNoperation_process .bPNdescription_card {
    padding: 2rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.jRNoperation_process p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 480px) {.jRNoperation_process {
    padding: 3rem 0;
}.jRNoperation_process .RBWskill_sessions {
    padding: 0 1rem;
}.jRNoperation_process h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 1.5rem;
}.jRNoperation_process .bPNdescription_card {
    padding: 1.5rem 1.25rem;
}.jRNoperation_process p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
    max-width: 100%;
}}



@media (max-width: 768px) {.pDxcontact_information {
    padding: 60px 0;
}.pDxcontact_information .FWYpic_box {
    display: none;
}.pDxcontact_information h3 {
    font-size: calc(32px * 0.9);
}.pDxcontact_information .cRmhelp_inquiry,
    .pDxcontact_information .BNVreach_reach {
    padding: 40px 30px;
}.pDxcontact_information form h3,
    .pDxcontact_information .BNVreach_reach h4 {
    font-size: calc(24px * 0.9);
}
}



@media (min-width: 768px) {.FQRid_thankdiv {
    padding: 150px 0;
}.FQRid_thankdiv .container {
    padding: 0 60px;
}.FQRid_thankdiv h2 {
    font-size: calc(30px * 1.1);
    margin-bottom: 50px;
    max-width: 90%;
}.FQRid_thankdiv .RBWskill_sessions {
    padding: 50px;
    transform: perspective(1000px) rotateX(2deg);
}.FQRid_thankdiv .RBWskill_sessions:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.FQRid_thankdiv li {
    padding: 10px 0 10px 30px;
}.FQRid_thankdiv li::before {
    height: 10px;
    width: 10px;
}.FQRid_thankdiv span {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}
}



@media (max-width: 480px) {.FQRid_thankdiv {
    padding: 60px 0;
}.FQRid_thankdiv h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 25px;
}.FQRid_thankdiv .RBWskill_sessions {
    padding: 25px 15px;
}.FQRid_thankdiv span {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}}



@media (max-width: 991px) {footer .Rehform_learn {
    margin-bottom: 80px;
    top: 0;
    position: relative;
}footer .NlMvolunteer {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}



@media (max-width: 576px) {footer .fVxhead_know h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
    margin-bottom: 20px;
}footer .jVxmain_mainwrap a {
    font-size: calc(18px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .eaOsub_desc {
    padding: 12px;
}}



@media screen and (max-width: 768px) {.WIgstatistical_details {
    padding: 80px 0 100px;
}.WIgstatistical_details .HErknowledge_gains svg {
    height: 80px;
    width: 80px;
}.WIgstatistical_details .XuPfast_upgrade {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: calc(32px * 0.9);
}.WIgstatistical_details .Gbdstatistics_upsides {
    font-size: calc(15px * 0.95);
}.WIgstatistical_details .Ylwstatistics_edges {
    flex: 1 1 calc(50% - 20px);
    min-width: 200px;
}
}


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


@media only screen and (max-width: 800px) {.GoZtrack_bar {
    display: none;
}.Iigtrack_optin {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.FYjcookie_overlay_alert h5 {
    text-align: center;
}.FYjcookie_overlay_alert p {
    text-align: center;
}.VMeuser_tracker {
    margin-bottom: 20px;
}body .wfSwrapper-container .tMfcookie_none {
    margin-left: 0;
}}



@media (max-width: 576px) {.MsCeducation_experience {
    padding: 60px 0;
}.MsCeducation_experience .FWYpic_box {
    width: 100%;
    height: 200px;
}.MsCeducation_experience .HJEjob_progress {
    font-size: calc(15px * 0.95);
    padding: 25px 20px;
}.MsCeducation_experience .name {
    font-size: calc(20px * 0.9);
}.MsCeducation_experience .FtAreview_spot > span:not(.name) {
    font-size: calc(15px * 0.9);
}}



@media (max-width: 991px) {.MYycourse_candidates {
    padding: 4rem 0;
}.MYycourse_candidates h3 {
    padding-left: 1.2rem;
    font-size: calc(29px * 0.9);
}.MYycourse_candidates li {
    padding: 1.5rem;
}.MYycourse_candidates li svg {
    width: 35px;
    margin-right: 1.2rem;
    height: 35px;
}
}



@media (max-width: 767px) {.MYycourse_candidates {
    padding: 3rem 0;
}.MYycourse_candidates ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.MYycourse_candidates h3 {
    border-left: none;
    padding-left: 0;
    box-shadow: 0 5px 15px rgb(146,131,165,0.5);
    font-size: calc(29px * 0.8);
    border-bottom: 4px solid rgb(146,131,165);
    text-align: center;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
}.MYycourse_candidates li {
    padding: 1.2rem;
}.MYycourse_candidates li svg {
    width: 30px;
    height: 30px;
    margin-right: 1rem;
}}



@media (max-width: 480px) {header .TpXtop_page {
    transform: none;
    padding: 10px;
}header .TpXtop_page svg {
    height: 40px;
}header .TpXtop_page:hover {
    transform: translateY(-3px);
}}



@media (min-width: 768px) {.GOBprivacy_box {
    padding: 5rem 3rem;
}.GOBprivacy_box h1 {
    margin-bottom: 3rem;
    font-size: calc(38px * 1.1);
}.GOBprivacy_box h1::after {
    height: 5px;
    width: 120px;
}.GOBprivacy_box h2 {
    font-size: calc(34px * 1.05);
    padding-left: 25px;
}.GOBprivacy_box h2::before {
    width: 6px;
}.GOBprivacy_box .container {
    padding: 0 2rem;
}.GOBprivacy_box p,
  .GOBprivacy_box span,
  .GOBprivacy_box li {
    font-size: calc(15px * 1.05);
    line-height: 1.75;
}.GOBprivacy_box ul {
    margin-bottom: 2.5rem;
    padding: 1rem 2rem 1rem 2.5rem;
}
}



@media (max-width: 767px) {.GOBprivacy_box {
    padding: 3rem 1.5rem;
}.GOBprivacy_box h1 {
    font-size: calc(38px * 0.9);
    padding-bottom: 0.8rem;
}.GOBprivacy_box h2 {
    padding-left: 15px;
    font-size: calc(34px * 0.9);
}.GOBprivacy_box h3 {
    font-size: calc(34px * 0.75);
    padding-left: 12px;
}.GOBprivacy_box h4 {
    font-size: calc(34px * 0.65);
    padding-left: 10px;
}.GOBprivacy_box p, 
  .GOBprivacy_box span,
  .GOBprivacy_box li {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.GOBprivacy_box ul {
    padding: 0.5rem 0.5rem 0.5rem 1.2rem;
    margin-bottom: 1.5rem;
}.GOBprivacy_box li {
    padding: 0.6rem 0 0.6rem 1.5rem;
}}



@media (min-width: 1200px) {.HcQcourse_program_details .RMXlearn_business {
    gap: 80px;
}.HcQcourse_program_details .FWYpic_box {
    height: 550px;
}.HcQcourse_program_details .bPNdescription_card {
    padding: 50px 60px;
}.HcQcourse_program_details h3 {
    font-size: calc(28px * 1.1);
}.HcQcourse_program_details .description {
    max-height: 450px;
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}



@media (max-width: 767px) {.HcQcourse_program_details {
    padding: 50px 0;
}.HcQcourse_program_details .FWYpic_box {
    transform: perspective(1000px) rotateY(-1deg);
    height: 200px;
}.HcQcourse_program_details .bPNdescription_card {
    padding: 25px;
}.HcQcourse_program_details h3 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
}.HcQcourse_program_details .description {
    max-height: 200px;
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}



@media (max-width: 768px) {.pLetitle_welcome {
    padding: 2.5rem 1rem;
}.pLetitle_welcome .iXplearn_training {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}.pLetitle_welcome .Hvtlearn_top {
    font-size: calc(44px * 0.7);
}.pLetitle_welcome .KEClearn_hero > div {
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    min-height: 300px;
    gap: 1.5rem;
}.pLetitle_welcome .KEClearn_hero p {
    font-size: calc(13px * 0.9);
    padding-left: 1.25rem;
}.pLetitle_welcome .KEClearn_hero h3 {
    padding: 1rem;
    font-size: calc(20px * 0.8);
}
}

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

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

@keyframes pulse {
  0% {
    opacity: 0.2;
    transform: scale(0.9);
  }
  100% {
    opacity: 0.4;
    transform: scale(1.1);
  }
}



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



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



@keyframes float-panel-reverse {
    0% {
        transform: rotateY(20deg) rotateX(-5deg) translateZ(0);
    }
    100% {
        transform: rotateY(15deg) rotateX(-10deg) translateZ(20px);
    }
}



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



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



@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}



@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(146,131,165,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(146,131,165);
    }
}



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



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



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



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



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

