* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.main_pagewrapz {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.fund_ctaD {
    flex: 0 0 auto;
}.wrapper-structure6 {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}.container {
    width: 1109px;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.educational_gainsi {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,235,237) 0%, rgba(247, 248, 255, 0.85) 100%);
}.educational_gainsi .container {
    position: relative;
    max-width: 1400px;
    padding: 0 2rem;
    margin: 0 auto;
}.educational_gainsi .why_trustA {
    flex-direction: column-reverse;
    position: relative;
    display: flex;
    gap: 3rem;
}.educational_gainsi .headline_wrapB {
    background: rgba(255, 255, 255, 0.7);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2rem;
    transform: translateY(0);
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
}.educational_gainsi .headline_wrapB:hover {
    transform: translateY(-5px);
}.educational_gainsi .headline_wrapB::before {
    left: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 0;
    background: rgb(202,207,210);
    width: 3px;
    top: 0;
    position: absolute;
}.educational_gainsi .headline_wrapB:hover::before {
    height: 100%;
}.educational_gainsi h4 {
    margin-bottom: 2rem;
    position: relative;
    border-left: 3px solid rgb(164,173,176);
    font-weight: 600;
    color: #000000;
    line-height: 1.4;
    padding-left: 1rem;
    font-size: 1.8rem;
}.educational_gainsi .headline_wrapB > div {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}.educational_gainsi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.educational_gainsi li {
    margin-bottom: 1.25rem;
    transition: transform 0.4s ease;
    position: relative;
    transform: translateX(0);
}.educational_gainsi li:hover {
    transform: translateX(5px);
}.educational_gainsi li p {
    align-items: flex-start;
    display: flex;
    line-height: 1.6;
    gap: 1rem;
    margin: 0;
    color: #000000;
    font-size: 13px;
}.educational_gainsi li p span:first-child {
    flex-shrink: 0;
    margin-top: 0.2rem;
}.educational_gainsi li svg {
    transform: scale(1);
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
}.educational_gainsi li:hover svg {
    transform: scale(1.15);
}.educational_gainsi li svg path {
    transition: fill 0.3s ease;
    fill: rgb(202,207,210);
}.educational_gainsi li:hover svg path {
    fill: rgb(164,173,176);
}.educational_gainsi .snap5 {
    height: auto;
    filter: saturate(0.9);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 13px;
    object-fit: cover;
    width: 100%;
    transform: scale(1);
}.educational_gainsi .snap5:hover {
    filter: saturate(1.1);
    transform: scale(1.02);
}

@media (min-width: 768px) {.educational_gainsi {
    padding: 7rem 0;
}.educational_gainsi .why_trustA {
    flex-direction: row;
    gap: 5rem;
    align-items: center;
}.educational_gainsi .headline_wrapB {
    flex: 1;
    padding: 3rem;
}.educational_gainsi .snap5 {
    height: 100%;
    flex: 1;
    max-height: 500px;
    max-width: 45%;
}.educational_gainsi .headline_wrapB > div {
    flex-direction: row;
}.educational_gainsi h4 {
    font-size: 2rem;
    padding-left: 1.5rem;
}
}

@media (min-width: 992px) {.educational_gainsi {
    padding: 8rem 0;
}.educational_gainsi .why_trustA {
    gap: 6rem;
}.educational_gainsi .headline_wrapB {
    padding: 3.5rem;
}.educational_gainsi .snap5 {
    border-radius: 100px;
    transform: perspective(1000px) rotateY(-3deg);
}.educational_gainsi .snap5:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.educational_gainsi h4 {
    font-size: 2.2rem;
}.educational_gainsi li {
    margin-bottom: 1.5rem;
}.educational_gainsi li p {
    font-size: calc(13px + 0.1rem);
}
}

@media (min-width: 1200px) {.educational_gainsi .headline_wrapB::after {
    transform: translate(10px, 10px);
    height: 60px;
    right: 0;
    width: 60px;
    border-bottom: 3px solid rgb(164,173,176);
    border-right: 3px solid rgb(164,173,176);
    position: absolute;
    opacity: 0;
    bottom: 0;
    content: "";
    transition: opacity 0.5s ease, transform 0.5s ease;
}.educational_gainsi .headline_wrapB:hover::after {
    opacity: 1;
    transform: translate(0, 0);
}.educational_gainsi h4 {
    font-size: 2.4rem;
}.educational_gainsi li p {
    font-size: calc(13px + 0.15rem);
}.educational_gainsi .snap5 {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
}.educational_gainsi .snap5:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
}

@media (prefers-reduced-motion: reduce) {.educational_gainsi *,
    .educational_gainsi *::before,
    .educational_gainsi *::after {
    transition-duration: 0.01s !important;
    animation-iteration-count: 1 !important;
    animation-duration: 0.01s !important;
}}.study_process5 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,235,237) 0%, rgba(245, 247, 250, 0.85) 100%);
}.study_process5::before {
    content: "";
    background: linear-gradient(120deg, rgb(202,207,210,0.5) 0%, rgba(255, 255, 255, 0) 70%);
    height: 75%;
    transform: rotate(-15deg) skewX(5deg);
    opacity: 0.15;
    z-index: 1;
    right: -5%;
    position: absolute;
    top: -10%;
    width: 45%;
    animation: floatGradient 18s ease-in-out infinite alternate;
}.study_process5::after {
    height: 65%;
    left: -3%;
    content: "";
    transform: rotate(12deg) skewX(-8deg);
    z-index: 1;
    opacity: 0.12;
    width: 35%;
    background: linear-gradient(240deg, rgb(164,173,176,0.5) 0%, rgba(255, 255, 255, 0) 80%);
    animation: floatGradient 14s ease-in-out infinite alternate;
    position: absolute;
    bottom: -5%;
    animation-delay: 2s;
}.study_process5 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.study_process5 .why_trustA {
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    padding: 3.5rem;
    backdrop-filter: blur(5px);
    align-items: center;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.85);
    justify-content: center;
}.study_process5 .why_trustA:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.study_process5 .why_trustA > div {
    max-width: 85%;
    z-index: 3;
    position: relative;
}.study_process5 h3 {
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    animation: slideInTitle 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateX(-10px);
    font-size: calc(38px * 0.85);
    margin-bottom: 1.8rem;
    opacity: 0;
}.study_process5 h3::after {
    bottom: -12px;
    background: linear-gradient(90deg, rgb(202,207,210) 0%, rgb(164,173,176) 100%);
    width: 80px;
    height: 3px;
    animation-delay: 0.6s;
    transform-origin: left;
    animation: expandLine 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    left: 0;
    content: "";
    position: absolute;
    transform: scaleX(0);
}.study_process5 p {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    position: relative;
    transform: translateY(10px);
    line-height: 1.8;
    animation-delay: 0.3s;
    margin-top: 0.8rem;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #000000;
}.study_process5 p span {
    display: inline-block;
    position: relative;
}.study_process5 p span::before {
    animation-delay: 0.9s;
    left: -15px;
    width: 30px;
    transform: rotate(45deg) scale(0);
    top: -12px;
    position: absolute;
    content: "";
    opacity: 0.1;
    animation: rotateIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    z-index: -1;
    border-radius: 1px;
    height: 30px;
    background: rgb(202,207,210,0.5);
}

@keyframes floatGradient {
    0% {
        transform: rotate(-15deg) skewX(5deg) translateY(0);
    }
    50% {
        transform: rotate(-13deg) skewX(3deg) translateY(-15px);
    }
    100% {
        transform: rotate(-15deg) skewX(5deg) translateY(0);
    }
}

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

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

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

@keyframes rotateIn {
    0% {
        transform: rotate(45deg) scale(0);
    }
    100% {
        transform: rotate(45deg) scale(1);
    }
}

@media screen and (max-width: 992px) {.study_process5 {
    padding: 90px 0;
}.study_process5 .why_trustA {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.study_process5 .why_trustA > div {
    max-width: 90%;
}.study_process5 h3 {
    font-size: calc(38px * 0.75);
    margin-bottom: 1.5rem;
}
}

@media screen and (max-width: 768px) {.study_process5 {
    padding: 70px 0;
}.study_process5 .why_trustA {
    padding: 2rem;
    transform: none;
}.study_process5 .why_trustA > div {
    max-width: 100%;
}.study_process5 h3 {
    margin-bottom: 1.3rem;
    font-size: calc(38px * 0.7);
}.study_process5 h3::after {
    width: 60px;
    height: 2px;
}.study_process5::before,
    .study_process5::after {
    opacity: 0.08;
}
}

@media screen and (max-width: 576px) {.study_process5 {
    padding: 50px 0;
}.study_process5 .why_trustA {
    padding: 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}.study_process5 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(20px * 1.1);
}.study_process5 p {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}}.join_listm {
    background: linear-gradient(135deg, rgb(202,207,210,0.5), rgb(233,235,237));
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
}.join_listm::before {
    content: "";
    right: -5%;
    width: 300px;
    z-index: 0;
    position: absolute;
    opacity: 0.7;
    background: radial-gradient(circle, rgb(164,173,176,0.5) 0%, transparent 70%);
    animation: float 15s infinite ease-in-out;
    top: -10%;
    height: 300px;
}.join_listm::after {
    width: 250px;
    position: absolute;
    opacity: 0.5;
    background: radial-gradient(circle, rgb(202,207,210,0.5) 0%, transparent 70%);
    z-index: 0;
    content: "";
    height: 250px;
    animation: float 20s infinite ease-in-out reverse;
    bottom: -10%;
    left: -5%;
}.join_listm .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
}.join_listm .why_trustA {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
}.join_listm .why_trustA:hover {
    transform: perspective(1000px) rotateX(0deg);
}.join_listm h3 {
    color: #000000;
    font-family: Arial, sans-serif;
    transition: transform 0.4s ease;
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    transform: translateY(0);
    line-height: 1.3;
    margin-bottom: 2rem;
    position: relative;
}.join_listm h3::after {
    bottom: -10px;
    position: absolute;
    height: 3px;
    transform-origin: left;
    transition: transform 0.5s ease-out;
    background: rgb(202,207,210);
    left: 0;
    transform: scaleX(1);
    content: "";
    width: 60px;
}.join_listm .why_trustA:hover h3 {
    transform: translateY(-5px);
}.join_listm .why_trustA:hover h3::after {
    transform: scaleX(1.5);
}.join_listm .input_holder {
    gap: 1rem;
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}.join_listm .input_holder div {
    position: relative;
    overflow: hidden;
    flex: 1 1 300px;
}.join_listm .input_holder input[type="email"] {
    outline: none;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    width: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
}.join_listm .input_holder input[type="email"]:focus {
    border-color: rgb(202,207,210);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}.join_listm .input_holder input[type="email"]::placeholder {
    transition: color 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.join_listm .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    color: rgba(0, 0, 0, 0.2);
}.join_listm .input_holder .sub_block9 {
    background: rgb(202,207,210);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    overflow: hidden;
    z-index: 1;
    position: relative;
    flex: 0 0 auto;
    border: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1rem 1.8rem;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}.join_listm .input_holder .sub_block9::before {
    z-index: -1;
    height: 100%;
    content: "";
    left: -100%;
    width: 100%;
    transition: all 0.6s ease;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.join_listm .input_holder .sub_block9:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background: rgb(164,173,176);
    transform: translateY(-3px);
}.join_listm .input_holder .sub_block9:active {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}.join_listm .input_holder .sub_block9:hover::before {
    left: 100%;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, 15px) rotate(5deg);
    }
    50% {
        transform: translate(-5px, 10px) rotate(-5deg);
    }
    75% {
        transform: translate(-15px, -5px) rotate(2deg);
    }
}

@media screen and (max-width: 768px) {.join_listm {
    padding: 3rem 0;
}.join_listm .why_trustA {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0deg);
}.join_listm h3 {
    margin-bottom: 1.5rem;
    font-size: clamp(1.25rem, 5vw, 1.75rem);
}.join_listm .input_holder {
    gap: 1rem;
    flex-direction: column;
}.join_listm .input_holder div {
    flex: 1 1 100%;
}.join_listm .input_holder .sub_block9 {
    padding: 0.9rem 1.5rem;
    width: 100%;
}.join_listm::before {
    width: 150px;
    height: 150px;
}.join_listm::after {
    width: 120px;
    height: 120px;
}
}

@media screen and (max-width: 480px) {.join_listm {
    padding: 2.5rem 0;
}.join_listm .why_trustA {
    padding: 1.5rem;
}.join_listm h3 {
    margin-bottom: 1.25rem;
    font-size: 1.2rem;
}.join_listm h3::after {
    width: 40px;
    height: 2px;
}.join_listm .input_holder input[type="email"] {
    padding: 0.9rem 1.2rem;
}.join_listm .input_holder .sub_block9 {
    padding: 0.8rem 1.2rem;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(202,207,210);
}header .top_plank .top_slabe div svg, header .top_plank .top_slabe div svg path {
    fill: #ffffff;
}header .top_plank .top_slabe div span {
    color: #ffffff;
}header .top_plank .top_slabe {
    align-items: center;
    line-height: 21px;
    font-size: 14px;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
}header .top_plank .top_slabe div {
    justify-content: flex-start;
    margin-right: 24px;
    display: flex;
    align-items: center;
}header .top_plank .top_slabe div img, header .top_plank .top_slabe div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.title_openerz {
    overflow: hidden;
    position: relative;
    width: 100%;
}.title_openerz .learning_open5 {
    display: flex;
    padding: 6rem 4rem;
    align-items: center;
    box-sizing: border-box;
    isolation: isolate;
    min-height: 100vh;
    position: relative;
    justify-content: flex-start;
}.title_openerz .learning_open5::before {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    mix-blend-mode: multiply;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(
    135deg,
    rgb(202,207,210,0.5),
    rgb(164,173,176,0.5),
    rgba(0, 0, 0, 0.65)
  );
}.title_openerz .learning_open5::after {
    content: "";
    background: linear-gradient(
    170deg,
    transparent 35%,
    rgba(0, 0, 0, 0.5) 100%
  );
    top: 0;
    left: -5%;
    width: 110%;
    z-index: 2;
    height: 100%;
    position: absolute;
    backdrop-filter: contrast(1.05) saturate(1.2);
}.title_openerz .study_learnB {
    position: relative;
    transform: translateX(5%) perspective(1000px) rotateY(-3deg);
    max-width: 70%;
    padding-left: 3rem;
    border-left: 4px solid rgb(164,173,176);
    z-index: 10;
    animation: fadeSlideIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.title_openerz .study_learnB::before {
    top: -30px;
    left: -120px;
    background: linear-gradient(
    45deg,
    rgb(202,207,210),
    rgb(164,173,176)
  );
    opacity: 0.3;
    height: 100px;
    animation: floatElement 8s ease-in-out infinite;
    z-index: -1;
    position: absolute;
    border-radius: 10px;
    width: 100px;
    content: "";
    transform: rotate(-15deg);
}.title_openerz .study_learnB::after {
    border-radius: 10px;
    z-index: -1;
    bottom: -40px;
    position: absolute;
    right: -80px;
    height: 160px;
    content: "";
    background: linear-gradient(
    -45deg,
    rgb(164,173,176),
    rgb(202,207,210)
  );
    width: 160px;
    transform: rotate(10deg);
    animation: floatElement 10s ease-in-out infinite reverse;
    opacity: 0.2;
}.title_openerz h1 {
    line-height: 1.1;
    font-size: clamp(2.5rem, 5vw, 48px);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 1.5rem;
    position: relative;
    transform: translateY(5px);
    color: #ffffff;
}.title_openerz h1::after {
    content: "";
    left: 0;
    bottom: -0.5rem;
    position: absolute;
    width: 3rem;
    transform-origin: left;
    background: rgb(164,173,176);
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    height: 4px;
}.title_openerz h3 {
    line-height: 1.4;
    font-weight: 600;
    transform: translateX(0) translateY(0);
    opacity: 0.92;
    max-width: 95%;
    font-size: clamp(1.2rem, 2.5vw, 23px);
    position: relative;
    margin: 0 0 2rem;
    animation: slideRight 1s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
    color: #ffffff;
}.title_openerz p {
    line-height: 1.6;
    opacity: 0.85;
    max-width: 80%;
    font-size: clamp(1rem, 1.5vw, 18px);
    -webkit-background-clip: text !important;
    margin: 0;
    background-clip: text !important;
    background: linear-gradient(
    90deg,
    #ffffff,
    rgba(255, 255, 255, 0.9)
  );
    color: #ffffff;
    transform: translateY(10px);
    letter-spacing: 0.02em;
    animation: fadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    font-weight: 400;
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-2%) perspective(1000px) rotateY(-3deg);
  }
  100% {
    opacity: 1;
    transform: translateX(5%) perspective(1000px) rotateY(-3deg);
  }
}

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

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

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

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


@media screen and (max-width: 1200px) {.title_openerz .study_learnB {
    max-width: 80%;
    padding-left: 2.5rem;
}
}

@media screen and (max-width: 992px) {.title_openerz .learning_open5 {
    align-items: center;
    padding: 5rem 3rem;
}.title_openerz .study_learnB {
    transform: translateX(0) perspective(1000px) rotateY(-2deg);
    max-width: 90%;
}.title_openerz h1 {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
}
}

@media screen and (max-width: 768px) {.title_openerz .learning_open5 {
    padding: 4rem 2rem;
}.title_openerz .study_learnB {
    padding-left: 1.5rem;
    transform: none;
    max-width: 100%;
}.title_openerz .study_learnB::before {
    height: 70px;
    width: 70px;
    top: -20px;
    left: -50px;
}.title_openerz .study_learnB::after {
    right: -40px;
    width: 100px;
    bottom: -30px;
    height: 100px;
}.title_openerz h1 {
    font-size: clamp(1.8rem, 6vw, 2.8rem);
}.title_openerz h3 {
    font-size: clamp(1.1rem, 3vw, 1.4rem);
    max-width: 100%;
}.title_openerz p {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    max-width: 100%;
}
}

@media screen and (max-width: 576px) {.title_openerz .learning_open5 {
    min-height: 80vh;
    padding: 3rem 1.5rem;
}.title_openerz .study_learnB {
    padding-left: 1rem;
    border-left-width: 3px;
}.title_openerz h1 {
    margin-bottom: 1rem;
    font-size: clamp(1.6rem, 7vw, 2.2rem);
}.title_openerz h1::after {
    height: 3px;
    width: 2.5rem;
}.title_openerz h3 {
    font-size: clamp(1rem, 4vw, 1.2rem);
    margin-bottom: 1.5rem;
}
}

@media (hover: hover) {.title_openerz:hover .study_learnB {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateX(5%) perspective(1000px) rotateY(-1deg);
}}.mentorship_profilew {
    background: radial-gradient(circle at 70% 30%, rgb(202,207,210,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(164,173,176,0.5) 0%, transparent 40%), 
              #000000;
    position: relative;
    overflow: hidden;
    padding: 7rem 2rem;
}.mentorship_profilew::before {
    animation: backgroundMovement 30s linear infinite alternate;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    width: 150%;
    top: -25%;
    height: 150%;
    left: -25%;
    content: "";
    opacity: 0.3;
    position: absolute;
}.mentorship_profilew .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.mentorship_profilew .student_quotesR {
    border-radius: 15px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    gap: 0;
    grid-template-rows: auto auto auto;
}.mentorship_profilew .student_quotesR::after {
    mix-blend-mode: overlay;
    background: linear-gradient(135deg, rgb(202,207,210,0.5) 0%, transparent 50%);
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    pointer-events: none;
    height: 100%;
    opacity: 0.3;
    width: 100%;
}.mentorship_profilew .student_quotesR .snap5 {
    transform: scale(1.05) translateX(-5%);
    z-index: 1;
    border-radius: 0;
    grid-row: 1 / 4;
    transition: all 0.5s ease;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    min-height: 500px;
    box-shadow: 0 0 30px rgb(202,207,210,0.5);
    grid-column: 1 / 2;
}.mentorship_profilew .student_quotesR .snap5:hover {
    transform: scale(1.07) translateX(-4%);
    box-shadow: 0 0 50px rgb(202,207,210);
}.mentorship_profilew .student_quotesR .name {
    font-size: 32px;
    z-index: 2;
    letter-spacing: 2px;
    grid-column: 2 / 3;
    position: relative;
    grid-row: 1 / 2;
    text-shadow: 0 0 10px rgb(202,207,210,0.5), 0 0 20px rgb(202,207,210,0.5);
    animation: neonPulse 4s infinite alternate;
    padding: 3.5rem 2rem 0.5rem 3rem;
    color: #ffffff;
    font-weight: 700;
}.mentorship_profilew .student_quotesR span:not(.name) {
    color: rgb(164,173,176);
    font-size: 21px;
    grid-column: 2 / 3;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 2rem 1rem 3rem;
    font-weight: 400;
    grid-row: 2 / 3;
}.mentorship_profilew .student_quotesR .job_boxT {
    padding: 2rem 2rem 2.5rem 3rem;
    z-index: 2;
    margin-right: 1.5rem;
    color: #ffffff;
    backdrop-filter: blur(5px);
    border-top: 1px solid rgb(164,173,176,0.5);
    position: relative;
    line-height: 1.7;
    font-size: 15px;
    border-radius: 0 10px 0 0;
    grid-column: 2 / 3;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    grid-row: 3 / 4;
}

@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(202,207,210,0.5), 0 0 20px rgb(202,207,210,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(202,207,210), 0 0 30px rgb(202,207,210);
  }
}

@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

@media (max-width: 992px) {.mentorship_profilew {
    padding: 5rem 1.5rem;
}.mentorship_profilew .student_quotesR {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
}.mentorship_profilew .student_quotesR .snap5 {
    grid-column: 1 / 2;
    transform: scale(1.02) translateY(-5%);
    min-height: 350px;
    grid-row: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}.mentorship_profilew .student_quotesR .snap5:hover {
    transform: scale(1.03) translateY(-4%);
}.mentorship_profilew .student_quotesR .name {
    grid-column: 1 / 2;
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    grid-row: 2 / 3;
}.mentorship_profilew .student_quotesR span:not(.name) {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
    padding: 0 1.5rem 1rem 1.5rem;
}.mentorship_profilew .student_quotesR .job_boxT {
    margin-right: 0;
    border-radius: 10px;
    padding: 1.5rem;
    grid-row: 4 / 5;
    grid-column: 1 / 2;
}
}

@media (max-width: 576px) {.mentorship_profilew {
    padding: 4rem 1rem;
}.mentorship_profilew .student_quotesR .snap5 {
    min-height: 280px;
}.mentorship_profilew .student_quotesR .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.mentorship_profilew .student_quotesR span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.mentorship_profilew .student_quotesR .job_boxT {
    padding: 1.2rem;
}}.register_nowL {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(170deg, rgb(202,207,210) 0%, rgb(164,173,176) 100%);
    z-index: 1;
    overflow: hidden;
}.register_nowL::before {
    top: 0;
    content: '';
    z-index: -1;
    animation: gridMove 20s linear infinite;
    transform: perspective(500px) rotateX(60deg);
    height: 100%;
    opacity: 0.05;
    left: 0;
    background-size: 30px 30px;
    transform-origin: center top;
    background-image: 
        linear-gradient(#ffffff 1px, transparent 1px),
        linear-gradient(to right, #ffffff 1px, transparent 1px);
    width: 100%;
    position: absolute;
}.register_nowL::after {
    height: 100%;
    top: 0;
    opacity: 0.1;
    filter: blur(60px);
    z-index: -1;
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    animation: colorShift 15s ease-in-out infinite alternate;
    background: radial-gradient(
        circle at 30% 30%,
        rgb(164,173,176) 0%,
        transparent 50%
    ),
    radial-gradient(
        circle at 70% 70%,
        rgb(202,207,210) 0%,
        transparent 50%
    );
}.register_nowL .why_trustA {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
}.register_nowL .why_trustA::before {
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
    height: 200px;
    width: 200px;
    border-radius: 50%;
    content: '';
    position: absolute;
    animation: orbitRotate 20s linear infinite;
    right: -100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: -100px;
}.register_nowL .why_trustA::after {
    width: 150px;
    position: absolute;
    animation: orbitRotate 15s linear infinite reverse;
    left: -75px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
    content: '';
    bottom: -75px;
    height: 150px;
}.register_nowL h3 {
    color: #ffffff;
    animation: textPulse 4s ease-in-out infinite alternate;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 55px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 36px;
    text-shadow: 0 0 15px #ffffff;
    position: relative;
}.register_nowL h3::before {
    left: -2px;
    text-shadow: none;
    width: 100%;
    animation: glitchText 3s infinite linear alternate;
    top: 0;
    color: rgb(164,173,176);
    height: 100%;
    position: absolute;
    filter: blur(1px);
    z-index: -1;
    content: attr(data-text);
    opacity: 0.6;
}.register_nowL h3::after {
    animation: barPulse 2s ease-in-out infinite;
    box-shadow: 0 0 10px #ffffff;
    position: absolute;
    content: '';
    bottom: -20px;
    transform: translateX(-50%);
    height: 3px;
    opacity: 0.7;
    width: 50px;
    left: 50%;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
}.register_nowL .course_infoF {
    border-radius: 18px;
    padding: 18px 48px;
    text-decoration: none;
    background: transparent;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: all 0.4s ease;
    border: 2px solid #ffffff;
    overflow: hidden;
    font-weight: 600;
    display: inline-block;
    z-index: 1;
}.register_nowL .course_infoF::before {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    transition: all 0.4s ease;
    left: -100%;
    height: 100%;
    content: '';
    background: #ffffff;
}.register_nowL .course_infoF::after {
    transition: opacity 0.4s ease;
    left: 0;
    background-size: 10px 10px;
    z-index: -1;
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(
        -45deg,
        transparent 25%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 50%,
        transparent 75%,
        rgba(255, 255, 255, 0.1) 75%
    );
    opacity: 0;
    height: 100%;
    animation: patternMove 3s linear infinite;
}.register_nowL .course_infoF:hover {
    border-color: #ffffff;
    color: rgb(202,207,210);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}.register_nowL .course_infoF:hover::before {
    left: 0;
}.register_nowL .course_infoF:hover::after {
    opacity: 0.3;
}

@media screen and (max-width: 992px) {.register_nowL {
    padding: 80px 0;
}.register_nowL .why_trustA::before {
    top: -75px;
    height: 150px;
    right: -75px;
    width: 150px;
}.register_nowL .why_trustA::after {
    width: 120px;
    left: -60px;
    bottom: -60px;
    height: 120px;
}.register_nowL h3 {
    margin-bottom: 45px;
    font-size: calc(36px * 0.9);
}.register_nowL .course_infoF {
    padding: 16px 42px;
}
}

@media screen and (max-width: 768px) {.register_nowL {
    padding: 70px 0;
}.register_nowL .why_trustA::before {
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
}.register_nowL .why_trustA::after {
    bottom: -40px;
    width: 80px;
    left: -40px;
    height: 80px;
}.register_nowL h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 40px;
    letter-spacing: 2px;
}.register_nowL h3::after {
    bottom: -15px;
    width: 40px;
}.register_nowL .course_infoF {
    padding: 14px 36px;
    font-size: calc(20px * 0.95);
}
}

@media screen and (max-width: 576px) {.register_nowL {
    padding: 60px 0;
}.register_nowL .why_trustA::before {
    right: -35px;
    width: 70px;
    height: 70px;
    top: -35px;
}.register_nowL .why_trustA::after {
    width: 50px;
    height: 50px;
    bottom: -25px;
    left: -25px;
}.register_nowL h3 {
    margin-bottom: 35px;
    letter-spacing: 1px;
    font-size: calc(36px * 0.7);
}.register_nowL h3::after {
    bottom: -12px;
    width: 30px;
    height: 2px;
}.register_nowL .course_infoF {
    padding: 12px 30px;
    letter-spacing: 1px;
    font-size: calc(20px * 0.9);
}}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 30px;
    }
}

@keyframes colorShift {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.1;
    }
}

@keyframes orbitRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes textPulse {
    0% {
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        text-shadow: 0 0 20px #ffffff, 0 0 30px #ffffff;
    }
    100% {
        text-shadow: 0 0 10px #ffffff;
    }
}

@keyframes glitchText {
    0% {
        left: -2px;
        filter: blur(1px);
    }
    25% {
        left: 2px;
        filter: blur(0);
    }
    50% {
        left: -1px;
        filter: blur(1px);
    }
    75% {
        left: 1px;
        filter: blur(0);
    }
    100% {
        left: -2px;
        filter: blur(1px);
    }
}

@keyframes barPulse {
    0%, 100% {
        opacity: 0.7;
        width: 50px;
    }
    50% {
        opacity: 1;
        width: 70px;
    }
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 10px 10px;
    }
}.privacy_armoryd {
    overflow: hidden;
    background-color: rgb(164,173,176);
    height: 100%;
    font-family: Arial, sans-serif;
    padding: 30px;
    width: 100%;
    color: #000000;
}.privacy_armoryd h1 {
    font-weight: 700;
    color: rgb(202,207,210);
    font-size: 39px;
    margin-bottom: 20px;
    margin-top: 30px;
}.privacy_armoryd h2 {
    color: rgb(202,207,210);
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 600;
}.privacy_armoryd h3, .privacy_armoryd h4, .privacy_armoryd h5, .privacy_armoryd h6 {
    margin-top: 20px;
    font-weight: 400;
    color: rgb(202,207,210);
    font-size: 18px;
    margin-bottom: 10px;
}.privacy_armoryd li {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
}.privacy_armoryd section {
    border-radius: 29px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 20px;
}.privacy_armoryd p, .privacy_armoryd span, .privacy_armoryd div {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 800px) {.privacy_armoryd {
    padding: 20px;
}.privacy_armoryd h1 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: calc(18px - 5px);
}.privacy_armoryd h2 {
    margin-top: 20px;
    font-size: calc(18px - 3px);
    margin-bottom: 10px;
}.privacy_armoryd h3, .privacy_armoryd h4, .privacy_armoryd h5, .privacy_armoryd h6 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: calc(18px - 2px);
}.privacy_armoryd ul, .privacy_armoryd ol {
    margin: 10px 0;
    padding: 5px 0;
}.privacy_armoryd li {
    font-size: calc(14px - 1px);
    margin-bottom: 5px;
}.privacy_armoryd p, .privacy_armoryd span, .privacy_armoryd div {
    font-size: calc(14px - 1px);
    margin-bottom: 4px;
}}.appBlockE {
    position: relative;
    background: linear-gradient(135deg, rgb(233,235,237) 0%, rgb(164,173,176,0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
}.appBlockE::before {
    content: "";
    z-index: 1;
    left: 0;
    width: 100%;
    opacity: 0.07;
    background-image: 
        linear-gradient(90deg, rgb(202,207,210,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(202,207,210,0.5) 1px, transparent 1px);
    top: 0;
    pointer-events: none;
    transform: perspective(1000px) rotateX(5deg);
    height: 100%;
    background-size: 35px 35px;
    position: absolute;
}.appBlockE::after {
    background: radial-gradient(circle, rgb(202,207,210,0.5) 0%, transparent 70%);
    top: -20%;
    filter: blur(30px);
    height: 70%;
    opacity: 0.15;
    right: -10%;
    z-index: 0;
    animation: float 15s infinite ease-in-out;
    content: "";
    width: 60%;
    position: absolute;
}.appBlockE .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.appBlockE h2 {
    position: relative;
    font-weight: 700;
    max-width: 80%;
    font-size: 29px;
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 0.8s forwards ease-out 0.2s;
    color: #000000;
    margin-bottom: 2.5rem;
}.appBlockE h2::after {
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    height: 3px;
    content: "";
    width: 80px;
    animation: expandLine 1s forwards ease-out 1s;
    background: linear-gradient(90deg, rgb(202,207,210) 0%, rgb(202,207,210,0.5) 100%);
    bottom: -12px;
    left: 0;
}.appBlockE .why_trustA {
    padding: 3.5rem;
    animation: slideUp 0.8s forwards ease-out 0.5s;
    background: #ffffff;
    position: relative;
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateY(30px);
}.appBlockE .why_trustA::before {
    background: linear-gradient(135deg, rgb(202,207,210,0.5) 0%, transparent 100%);
    z-index: -1;
    width: 100%;
    opacity: 0.03;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
}.appBlockE .why_trustA ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.appBlockE .why_trustA li {
    position: relative;
    padding-left: 2rem;
}.appBlockE .why_trustA li::before {
    border-radius: 50%;
    animation: pulseIn 0.6s forwards ease-out 1.2s;
    position: absolute;
    top: 8px;
    transform: scale(0);
    background-color: rgb(202,207,210);
    height: 8px;
    left: 0;
    content: "";
    width: 8px;
}.appBlockE .why_trustA span {
    line-height: 1.7;
    display: block;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    animation: fadeIn 0.8s forwards ease-out 0.9s;
    font-size: 18px;
    transform: translateX(10px);
    opacity: 0;
}

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

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

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

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

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

@media (max-width: 991px) {.appBlockE {
    padding: 4rem 0;
}.appBlockE h2 {
    font-size: calc(29px * 0.9);
    max-width: 100%;
}.appBlockE .why_trustA {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.appBlockE {
    padding: 3rem 0;
}.appBlockE::before {
    background-size: 25px 25px;
}.appBlockE h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
}.appBlockE .why_trustA {
    padding: 2rem;
}.appBlockE .why_trustA li {
    padding-left: 1.5rem;
}.appBlockE .why_trustA li::before {
    width: 6px;
    height: 6px;
    top: 6px;
}
}

@media (max-width: 480px) {.appBlockE {
    padding: 2.5rem 0;
}.appBlockE h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.5rem;
}.appBlockE .why_trustA {
    padding: 1.5rem;
}.appBlockE h2::after {
    bottom: -8px;
    height: 2px;
    width: 60px;
}}.meet_usk {
    justify-content: center;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 5rem 0;
}.meet_usk::before {
    content: "";
    right: 0;
    z-index: 1;
    left: 0;
    bottom: 0;
    top: 0;
    background: #000000;
    position: absolute;
    opacity: 0.75;
}.meet_usk::after {
    transform: rotate(25deg);
    animation: rotateBackground 30s infinite linear;
    position: absolute;
    z-index: 2;
    width: 100%;
    right: -50%;
    background: rgb(202,207,210);
    opacity: 0.15;
    content: "";
    height: 100%;
    top: -50%;
}.meet_usk .container {
    max-width: 1200px;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center center;
    position: relative;
    z-index: 10;
    padding: 0 2rem;
}.meet_usk h2 {
    margin-bottom: 3rem;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: calc(33px * 1.5);
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    transform: translateZ(50px);
}.meet_usk h2::after {
    position: absolute;
    height: 4px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    content: "";
    left: 0;
    background: rgb(164,173,176);
    width: 80px;
    bottom: -10px;
    transform: skewX(-20deg);
}.meet_usk .headline_wrapB {
    overflow: hidden;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    transform-style: preserve-3d;
    border-radius: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.meet_usk .headline_wrapB::before {
    height: 100%;
    transform: translateZ(20px);
    content: "";
    background: linear-gradient(to bottom, rgb(202,207,210), rgb(164,173,176));
    position: absolute;
    left: 0;
    width: 5px;
    top: 0;
}.meet_usk .headline_wrapB::after {
    content: "";
    position: absolute;
    width: 200px;
    opacity: 0.05;
    right: -10%;
    background: rgb(164,173,176);
    z-index: -1;
    top: -10%;
    height: 200px;
    border-radius: 50%;
}.meet_usk .headline_wrapB:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(10px);
}.meet_usk .headline_wrapB > div {
    position: relative;
    z-index: 5;
}.meet_usk .headline_wrapB p {
    font-size: calc(13px * 1.5);
    color: #000000;
    padding-bottom: 0.5rem;
    position: relative;
    font-weight: 600;
    transform: translateZ(10px);
    display: inline-block;
    margin-bottom: 1.5rem;
}.meet_usk .headline_wrapB p::after {
    content: "";
    width: 100%;
    background: linear-gradient(to right, rgb(202,207,210), transparent);
    bottom: 0;
    height: 2px;
    left: 0;
    position: absolute;
}.meet_usk .headline_wrapB div div {
    color: #000000;
    transform: translateZ(5px);
    line-height: 1.7;
    font-size: 13px;
    text-align: justify;
    column-count: 2;
    column-gap: 2.5rem;
}

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

@media (max-width: 992px) {.meet_usk {
    padding: 4rem 0;
}.meet_usk h2 {
    margin-bottom: 2.5rem;
    font-size: calc(33px * 1.3);
}.meet_usk .headline_wrapB {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(-1deg);
}.meet_usk .headline_wrapB div div {
    column-count: 2;
}
}

@media (max-width: 768px) {.meet_usk {
    padding: 3rem 0;
}.meet_usk h2 {
    margin-bottom: 2rem;
    font-size: 33px;
}.meet_usk .headline_wrapB {
    transform: none;
    padding: 2rem;
}.meet_usk .container {
    transform: none;
}.meet_usk .headline_wrapB div div {
    column-count: 1;
}.meet_usk .headline_wrapB p {
    font-size: calc(13px * 1.2);
}
}

@media (max-width: 576px) {.meet_usk {
    padding: 2.5rem 0;
}.meet_usk h2 {
    margin-bottom: 1.5rem;
}.meet_usk .headline_wrapB {
    padding: 1.5rem;
}.meet_usk h2::after {
    width: 60px;
    height: 3px;
}.meet_usk .container {
    padding: 0 1.5rem;
}
}

@media (hover: hover) {.meet_usk .headline_wrapB:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}}.payment_planc {
    padding: 120px 0;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.payment_planc::before {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    right: 0;
    z-index: 1;
}.payment_planc .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.learn_feesi {
    position: relative;
}.payment_planc h2 {
    font-weight: 700;
    animation: fadeInDown 0.8s ease-out;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    position: relative;
    text-align: center;
    font-size: 30px;
}.payment_planc h2::after {
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    width: 80px;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(202,207,210), rgb(164,173,176));
    height: 3px;
}.payment_planc .learning_packagep {
    opacity: 0.9;
    line-height: 1.6;
    font-size: calc(16px * 1.1);
    animation: fadeInUp 0.8s ease-out 0.2s both;
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}.payment_planc .fee_structureF {
    margin: 0;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
}.payment_planc .fee_structureF li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.payment_planc .fee_pricingM {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateZ(0);
    overflow: hidden;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(120deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.02) 100%);
    position: relative;
    display: block;
    text-decoration: none;
}.payment_planc .fee_pricingM::before {
    background: linear-gradient(135deg, 
        rgb(202,207,210,0.5) 0%, 
        transparent 100%);
    opacity: 0;
    inset: 0;
    content: "";
    z-index: 1;
    transition: opacity 0.4s ease-out;
    position: absolute;
}.payment_planc .fee_pricingM:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.payment_planc .fee_pricingM:hover::before {
    opacity: 0.15;
}.payment_planc .plan_feesS {
    height: 100%;
    position: relative;
    padding: 2.5rem 2rem;
    z-index: 2;
}.payment_planc .payment_planB {
    flex-direction: column;
    height: 100%;
    display: flex;
}.payment_planc .payment_planB h4 {
    position: relative;
    display: inline-block;
    transform: translateZ(20px);
    color: #ffffff;
    transition: transform 0.3s ease;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: calc(23px * 1.2);
}.payment_planc .payment_planB h4::after {
    transform-origin: left;
    position: absolute;
    transform: scaleX(1);
    content: "";
    left: 0;
    width: 40px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(164,173,176);
    bottom: -8px;
    height: 2px;
}.payment_planc .fee_pricingM:hover .payment_planB h4::after {
    transform: scaleX(1.5);
}.payment_planc .payment_planB p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
    max-height: 300px;
    overflow-y: auto;
    hyphens: auto;
    transform: translateZ(10px);
    flex-grow: 1;
    margin-bottom: 2rem;
    font-size: 16px;
    line-height: 1.6;
    padding-right: 5px;
}.payment_planc .payment_planB p::-webkit-scrollbar {
    width: 4px;
}.payment_planc .payment_planB p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(164,173,176,0.5);
}.payment_planc .cost_feeZ {
    background: linear-gradient(135deg, 
        rgb(202,207,210) 0%, 
        rgb(164,173,176) 100%);
    padding: 0.8rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    display: inline-block;
    margin-top: auto;
    font-size: calc(23px * 1.2);
    font-weight: 700;
    transform: translateZ(15px);
    align-self: flex-start;
    color: #ffffff;
}.payment_planc .fee_pricingM:hover .cost_feeZ {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(25px) scale(1.05);
}

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

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

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

@media (max-width: 992px) {.payment_planc {
    padding: 80px 0;
}.payment_planc .plan_feesS {
    padding: 2rem 1.5rem;
}.payment_planc .payment_planB h4 {
    font-size: calc(23px * 1.1);
}.payment_planc .cost_feeZ {
    font-size: calc(23px * 1.1);
    padding: 0.7rem 1.2rem;
}
}

@media (max-width: 768px) {.payment_planc {
    padding: 60px 0;
}.payment_planc h2 {
    font-size: calc(30px * 0.9);
}.payment_planc .learning_packagep {
    margin-bottom: 2rem;
    font-size: 16px;
}.payment_planc .fee_structureF {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.payment_planc .payment_planB p {
    max-height: 200px;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.payment_planc {
    padding: 50px 0;
}.payment_planc h2 {
    font-size: calc(30px * 0.8);
}.payment_planc .plan_feesS {
    padding: 1.5rem 1.2rem;
}.payment_planc .payment_planB h4 {
    margin-bottom: 1.2rem;
    font-size: 23px;
}.payment_planc .cost_feeZ {
    padding: 0.6rem 1rem;
    font-size: 23px;
}.payment_planc .fee_pricingM:hover {
    transform: translateY(-5px);
}}header {
    overflow: visible;
    background: linear-gradient(135deg, rgb(233,235,237), #ffffff);
    z-index: 99;
    position: relative;
    width: 100%;
}header::before {
    opacity: 0.3;
    width: 100%;
    bottom: 0;
    content: "";
    height: 15px;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(202,207,210,0.5) 6px,
            rgb(202,207,210,0.5) 10px,
            transparent 10px
        ) repeat-x;
    background-size: 20px 20px;
    left: 0;
    position: absolute;
}header .nav_startt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    position: relative;
}header .nav_startt::before,
header .nav_startt::after {
    width: 30%;
    position: absolute;
    height: 2px;
    content: "";
    background: linear-gradient(to right, rgb(202,207,210), transparent);
}header .nav_startt::before {
    left: 0;
    top: 10px;
}header .nav_startt::after {
    right: 0;
    bottom: 10px;
    background: linear-gradient(to left, rgb(164,173,176), transparent);
}header .nav_startt .top_pagebare {
    z-index: 2;
    position: relative;
}header .nav_startt .top_pagebare::before {
    z-index: -1;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    top: -20%;
    width: 140%;
    transition: transform 0.5s ease-in-out;
    height: 140%;
    opacity: 0.05;
    left: -20%;
    background: rgb(202,207,210,0.5);
    position: absolute;
    content: "";
}header .nav_startt .top_pagebare:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .nav_startt .top_pagebare .top_mentorr {
    transition: transform 0.3s ease;
    display: block;
}header .nav_startt .top_pagebare:hover .top_mentorr {
    transform: translateY(-3px);
}header .nav_startt .top_pagebare .top_mentorr svg {
    height: 45px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    width: auto;
}header .nav_startt .head_mainbar5 {
    margin: 0;
    list-style: none;
    padding: 0;
    position: relative;
    display: flex;
}header .nav_startt .head_mainbar5::before {
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    opacity: 0.05;
    z-index: -1;
    left: 0;
    width: 100%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transition: all 0.5s ease;
    background: rgb(164,173,176,0.5);
}header .nav_startt .head_mainbar5:hover::before {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.08;
}header .nav_startt .head_mainbar5 .head_page3 {
    margin: 0 8px;
    position: relative;
}header .nav_startt .head_mainbar5 .head_page3 a {
    display: block;
    color: #000000;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transition: all 0.4s ease;
    padding: 10px 15px;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 17px;
    text-decoration: none;
}header .nav_startt .head_mainbar5 .head_page3 a:hover {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    color: #ffffff;
}header .nav_startt .head_mainbar5 .head_page3 a::before {
    height: 100%;
    z-index: -1;
    left: 0;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    width: 100%;
    content: "";
    transition: transform 0.4s ease, border-radius 0.4s ease;
    top: 0;
    transform-origin: right top;
    background: rgb(202,207,210);
    position: absolute;
    transform: scale(0);
}header .nav_startt .head_mainbar5 .head_page3 a:hover::before {
    transform: scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}header .nav_startt .head_mainbar5 .head_page3:nth-child(2n) a::before {
    background: rgb(164,173,176);
    transform-origin: left bottom;
}header .nav_startt .head_mainbar5 .head_page3:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .nav_startt .head_mainbar5 .head_page3:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .nav_startt {
    flex-direction: column;
    padding: 20px 15px;
}header .nav_startt .top_pagebare {
    margin-bottom: 15px;
}header .nav_startt .head_mainbar5 {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .nav_startt .head_mainbar5 .head_page3 {
    margin: 5px;
}header .nav_startt .head_mainbar5 .head_page3 a {
    padding: 8px 12px;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header .nav_startt {
    padding: 15px 10px;
}header .nav_startt .top_pagebare .top_mentorr svg {
    height: 40px;
}header .nav_startt .head_mainbar5 .head_page3 a {
    padding: 6px 10px;
    font-size: calc(17px - 2px);
}}.cookieUsagePromptBaru {
    transition: transform 0.3s ease-in-out;
    width: 100%;
    transform: translateY(100%);
    position: fixed;
    z-index: 90;
    padding: 20px 0;
    border-top: 3px solid rgb(164,173,176);
    bottom: 0;
    background: rgb(164,173,176);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    animation: slideUp 0.5s forwards;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#userPrivacyWindowb {
    display: none;
}#userPrivacyWindowb:checked ~ .cookieUsagePromptBaru {
    visibility: hidden;
    opacity: 0;
}.secure_cookiesK {
    display: flex;
    padding: 20px 5%;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}.cookieUsagePromptBaru h5 {
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}.cookieUsagePromptBaru p {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
}.data_approval2 {
    display: flex;
    filter: drop-shadow(0 0 10px rgb(202,207,210));
    align-items: center;
    margin-right: 15px;
    justify-content: center;
    flex-shrink: 0;
}.data_approval2 svg {
    fill: rgb(202,207,210);
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease-in-out;
}.data_approval2:hover svg {
    transform: scale(1.1);
}.visitor_controlsU {
    flex-shrink: 0;
    margin-left: 10px;
    border-radius: 19px;
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    line-height: 40px;
    min-width: 140px;
    padding: 10px 20px;
    text-decoration: none;
    background: linear-gradient(90deg, rgb(202,207,210), rgb(164,173,176));
    color: #000000;
    white-space: nowrap;
    box-shadow: 0 0 15px rgb(202,207,210);
    font-size: 14px;
}.visitor_controlsU:hover {
    box-shadow: 0 0 20px rgb(164,173,176);
}.cookie_button.edu_cookiesb {
    border: 2px solid rgb(164,173,176);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.edu_cookiesb:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(164,173,176);
}.cookieUsagePromptBaru p a {
    color: rgb(202,207,210);
    transition: color 0.3s ease;
    text-decoration: none;
}.cookieUsagePromptBaru p a:hover {
    color: rgb(164,173,176);
}
@media only screen and (max-width: 1200px) {.cookieUsagePromptBaru {
    padding: 15px 0;
}.secure_cookiesK {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.data_approval2 {
    display: none;
}.secure_cookiesK {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookieUsagePromptBaru h5 {
    margin-bottom: 5px;
    font-size: 19px;
}.learn_agreeX {
    margin-bottom: 15px;
}.visitor_controlsU {
    margin: 10px 0;
    min-width: 100%;
}}
.customer_feedbackY {
    background: linear-gradient(180deg, rgb(233,235,237) 0%, rgb(202,207,210,0.5) 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.customer_feedbackY::before {
    opacity: 0.3;
    content: "";
    height: 200px;
    left: 0;
    z-index: 0;
    top: 0;
    right: 0;
    transform: skewY(-5deg) translateY(-100px);
    position: absolute;
    background: linear-gradient(to right, rgb(164,173,176,0.5), transparent, rgb(164,173,176,0.5));
}.customer_feedbackY::after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(3deg) translateY(50px);
    height: 150px;
    background: linear-gradient(to left, rgb(202,207,210,0.5), transparent, rgb(202,207,210,0.5));
    content: "";
    opacity: 0.3;
    z-index: 0;
}.customer_feedbackY .container {
    position: relative;
    z-index: 1;
}.customer_feedbackY h2 {
    margin-bottom: 70px;
    text-align: center;
    font-size: 30px;
    position: relative;
    font-weight: 700;
    transform: perspective(500px) rotateX(5deg);
    padding-bottom: 20px;
    color: #000000;
}.customer_feedbackY h2::after {
    height: 5px;
    content: "";
    background: linear-gradient(to right, rgb(202,207,210), rgb(164,173,176));
    width: 100px;
    border-radius: 10px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 0;
}.customer_feedbackY .client_feedback6 {
    max-width: 800px;
    align-items: center;
    display: flex;
    perspective: 1000px;
    transform-style: preserve-3d;
    margin: 0 auto;
    gap: 70px;
    flex-direction: column;
}.customer_feedbackY .student_quotesR {
    border-radius: 15px;
    flex-direction: column;
    padding: 30px;
    transform: translateZ(0);
    background: #ffffff;
    gap: 20px;
    transition: all 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
}.customer_feedbackY .student_quotesR:nth-child(odd) {
    transform: translateX(-30px) rotateZ(-1deg);
    align-self: flex-start;
}.customer_feedbackY .student_quotesR:nth-child(even) {
    transform: translateX(30px) rotateZ(1deg);
    align-self: flex-end;
}.customer_feedbackY .student_quotesR:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    z-index: 2;
    transform: scale(1.03) rotateZ(0);
}.customer_feedbackY .student_quotesR::before {
    z-index: -1;
    position: absolute;
    box-shadow: -5px -5px 15px rgba(0, 0, 0, 0.5);
    transform: rotate(45deg);
    top: -15px;
    width: 30px;
    content: "";
    height: 30px;
    left: 30px;
    background: #ffffff;
}.customer_feedbackY .student_quotesR:nth-child(even)::before {
    right: 30px;
    left: auto;
}.customer_feedbackY .student_quotesR img {
    border-radius: 50%;
    height: 80px;
    left: 20px;
    width: 80px;
    position: absolute;
    transition: all 0.5s ease;
    object-fit: cover;
    border: 5px solid #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    top: -40px;
}.customer_feedbackY .student_quotesR:nth-child(even) img {
    right: 20px;
    left: auto;
}.customer_feedbackY .student_quotesR:hover img {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}.customer_feedbackY .student_quotesR p {
    font-family: Arial, sans-serif;
    margin: 0;
}.customer_feedbackY .student_quotesR p:first-of-type {
    position: relative;
    margin-top: 40px;
    margin-left: 100px;
    font-weight: 600;
    color: #000000;
    font-size: 21px;
}.customer_feedbackY .student_quotesR:nth-child(even) p:first-of-type {
    margin-right: 100px;
    margin-left: 0;
    text-align: right;
}.customer_feedbackY .student_quotesR .description {
    font-size: 14px;
    font-weight: 400;
    padding: 20px;
    line-height: 1.7;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(233,235,237), transparent);
    position: relative;
    color: #000000;
}.customer_feedbackY .student_quotesR:nth-child(even) .description {
    background: linear-gradient(to left, rgb(233,235,237), transparent);
}.customer_feedbackY .student_quotesR .description::before {
    font-size: 60px;
    left: 0;
    position: absolute;
    line-height: 1;
    color: rgb(202,207,210,0.5);
    font-weight: 700;
    content: "";
    top: -20px;
}.customer_feedbackY .student_quotesR:nth-child(even) .description::before {
    right: 0;
    left: auto;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.customer_feedbackY .student_quotesR:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}.customer_feedbackY .student_quotesR:nth-child(3n+2) {
    animation: float 7s ease-in-out infinite;
    animation-delay: 1s;
}.customer_feedbackY .student_quotesR:nth-child(3n) {
    animation-delay: 2s;
    animation: float 8s ease-in-out infinite;
}

@media (max-width: 992px) {.customer_feedbackY {
    padding: 80px 0;
}.customer_feedbackY .student_quotesR:nth-child(odd),
    .customer_feedbackY .student_quotesR:nth-child(even) {
    width: 90%;
    transform: none;
}.customer_feedbackY .student_quotesR:hover {
    transform: scale(1.02);
}
}

@media (max-width: 768px) {.customer_feedbackY {
    padding: 70px 0;
}.customer_feedbackY h2 {
    margin-bottom: 50px;
    transform: none;
}.customer_feedbackY .client_feedback6 {
    gap: 80px;
}.customer_feedbackY .student_quotesR {
    padding: 25px 20px;
}.customer_feedbackY .student_quotesR img {
    height: 60px;
    width: 60px;
    top: -30px;
}.customer_feedbackY .student_quotesR p:first-of-type {
    margin-left: 80px;
    margin-top: 30px;
    font-size: calc(21px * 0.9);
}.customer_feedbackY .student_quotesR:nth-child(even) p:first-of-type {
    margin-right: 80px;
}.customer_feedbackY .student_quotesR .description {
    padding: 15px;
    font-size: calc(14px * 0.95);
}}.program_overview1 {
    position: relative;
    padding: 8rem 2rem;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(164,173,176,0.5) 0%, rgb(233,235,237) 50%, rgb(202,207,210,0.5) 100%);
}.program_overview1::before {
    animation: rotate 60s linear infinite;
    top: -50%;
    left: -50%;
    background: 
        radial-gradient(ellipse at center, transparent 0%, transparent 65%, rgb(164,173,176,0.5) 100%);
    position: absolute;
    width: 200%;
    z-index: 1;
    height: 200%;
    content: "";
}.program_overview1::after {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    z-index: 2;
    background: linear-gradient(
        rgb(164,173,176,0.5),
        transparent 20%,
        transparent 80%,
        rgb(202,207,210,0.5)
    );
    left: 0;
}.program_overview1 .container {
    max-width: 1400px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
}.program_overview1 .program_flowI {
    flex-direction: column;
    margin-bottom: 2rem;
    display: flex;
    position: relative;
}.program_overview1 .headline_wrapB {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    margin-bottom: 4rem;
}.program_overview1 h2 {
    display: inline-block;
    font-size: 45px;
    margin-bottom: 3rem;
    position: relative;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}.program_overview1 h2::before,
.program_overview1 h2::after {
    height: 3px;
    width: 150%;
    position: absolute;
    left: -25%;
    content: "";
    background: linear-gradient(to right, transparent, rgb(202,207,210), transparent);
}.program_overview1 h2::before {
    top: -15px;
}.program_overview1 h2::after {
    bottom: -15px;
}.program_overview1 .description {
    animation: slideUp 0.8s forwards;
    animation-delay: 0.2s;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #000000;
    position: relative;
    opacity: 0;
    font-size: calc(12px * 1.1);
    transform: translateY(30px);
}.program_overview1 .description:nth-of-type(2) {
    animation-delay: 0.5s;
}.program_overview1 .snap5 {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    height: 500px;
    margin-top: 2rem;
    transform: scale(0.95);
}.program_overview1 .snap5::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgb(202,207,210,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(164,173,176,0.5) 100%
    );
    transition: opacity 0.5s ease;
    top: 0;
    opacity: 0.7;
}.program_overview1 .snap5:hover {
    transform: scale(1);
}.program_overview1 .snap5:hover::before {
    opacity: 0.4;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.program_overview1 {
    padding: 5rem 1.5rem;
}.program_overview1 .headline_wrapB {
    margin-bottom: 3rem;
}.program_overview1 h2 {
    font-size: calc(45px * 0.85);
}.program_overview1 .snap5 {
    height: 400px;
}
}

@media screen and (max-width: 768px) {.program_overview1 {
    padding: 4rem 1rem;
}.program_overview1 .headline_wrapB {
    margin-bottom: 2rem;
}.program_overview1 h2 {
    font-size: calc(45px * 0.7);
}.program_overview1 h2::before,
    .program_overview1 h2::after {
    width: 120%;
    left: -10%;
}.program_overview1 .description {
    font-size: 12px;
}.program_overview1 .snap5 {
    height: 300px;
}}.prospective_studentsn {
    padding: 120px 0 100px;
    background: rgb(233,235,237);
    position: relative;
    overflow: hidden;
}.prospective_studentsn::before {
    transform: rotate(35deg);
    z-index: 1;
    content: "";
    height: 100%;
    top: -50%;
    width: 100%;
    position: absolute;
    background: rgb(202,207,210,0.5);
    right: -50%;
}.prospective_studentsn::after {
    bottom: -50%;
    z-index: 1;
    background: rgb(164,173,176,0.5);
    transform: rotate(-35deg);
    position: absolute;
    height: 100%;
    left: -50%;
    width: 100%;
    content: "";
}.prospective_studentsn .container {
    z-index: 2;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}.prospective_studentsn .why_trustA {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    padding: 60px 40px;
    border-radius: 23px;
}.prospective_studentsn .why_trustA::before {
    top: 0;
    background: linear-gradient(90deg, rgb(202,207,210), rgb(164,173,176));
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 6px;
}.prospective_studentsn .why_trustA::after {
    width: 120px;
    z-index: -1;
    right: 20px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgb(202,207,210,0.5);
    height: 120px;
    content: "";
    opacity: 0.5;
    top: 20px;
}.prospective_studentsn h4 {
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    color: #000000;
    margin-bottom: 50px;
    position: relative;
}.prospective_studentsn h4::before {
    content: "";
    bottom: -20px;
    width: 40px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    border-radius: 10px;
    height: 4px;
    background: rgb(202,207,210);
}.prospective_studentsn h4::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -20px;
    background: rgb(164,173,176,0.5);
    width: 80px;
    border-radius: 10px;
    transform: translateX(-20px);
    height: 4px;
}.prospective_studentsn div > div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    position: relative;
    gap: 30px;
}.prospective_studentsn div > div::before {
    opacity: 0.5;
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(164,173,176,0.5) 20%, 
        rgb(164,173,176,0.5) 80%, 
        transparent 100%);
    left: 0;
}.prospective_studentsn p {
    font-size: 13px;
    z-index: 1;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 24px;
    display: flex;
    color: #000000;
    margin: 0;
}.prospective_studentsn p::before {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(135deg, #ffffff 0%, rgb(233,235,237) 100%);
    border-radius: 10px;
    z-index: -1;
    transition: opacity 0.4s ease;
}.prospective_studentsn p:hover {
    border-color: rgb(202,207,210,0.5);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.prospective_studentsn p:hover::before {
    opacity: 1;
}.prospective_studentsn p svg {
    flex-shrink: 0;
    width: 28px;
    margin-right: 18px;
    transition: all 0.4s ease;
    height: 28px;
}.prospective_studentsn p svg path {
    transition: fill 0.3s ease;
    fill: rgb(202,207,210);
}.prospective_studentsn p:hover svg {
    transform: rotate(10deg) scale(1.2);
}.prospective_studentsn p:hover svg path {
    fill: rgb(164,173,176);
}@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.prospective_studentsn .why_trustA::before {
    animation: dotAnimation 8s infinite;
}@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.prospective_studentsn .why_trustA > div p {
    animation: fadeSlideIn 0.6s ease forwards;
    opacity: 0;
}.prospective_studentsn .why_trustA > div p:nth-child(1) {
    animation-delay: 0.1s;
}.prospective_studentsn .why_trustA > div p:nth-child(2) {
    animation-delay: 0.3s;
}.prospective_studentsn .why_trustA > div p:nth-child(3) {
    animation-delay: 0.5s;
}.prospective_studentsn .why_trustA > div p:nth-child(4) {
    animation-delay: 0.7s;
}.prospective_studentsn .why_trustA > div p:nth-child(5) {
    animation-delay: 0.9s;
}.prospective_studentsn .why_trustA > div p:nth-child(6) {
    animation-delay: 1.1s;
}.prospective_studentsn p::after {
    right: 10px;
    opacity: 0;
    z-index: -1;
    bottom: 10px;
    position: absolute;
    transition: all 0.4s ease;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    content: "";
    background: rgb(164,173,176,0.5);
}.prospective_studentsn p:hover::after {
    opacity: 0.3;
    transform: scale(2);
}

@media (max-width: 991px) {.prospective_studentsn {
    padding: 90px 0 80px;
}.prospective_studentsn .why_trustA {
    padding: 50px 30px;
}.prospective_studentsn h4 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.9);
}.prospective_studentsn div > div {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.prospective_studentsn p {
    padding: 20px;
}.prospective_studentsn .why_trustA::after {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 768px) {.prospective_studentsn {
    padding: 80px 0 70px;
}.prospective_studentsn .why_trustA {
    padding: 40px 25px;
}.prospective_studentsn h4 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.8);
}.prospective_studentsn div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.prospective_studentsn div > div::before {
    display: none;
}.prospective_studentsn p {
    padding: 18px;
}.prospective_studentsn p svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
}.prospective_studentsn .why_trustA::after {
    right: auto;
    width: 80px;
    height: 80px;
    left: 20px;
    top: auto;
    bottom: 20px;
}
}

@media (max-width: 576px) {.prospective_studentsn {
    padding: 60px 0 50px;
}.prospective_studentsn .why_trustA {
    padding: 35px 20px;
}.prospective_studentsn h4 {
    font-size: calc(34px * 0.7);
    margin-bottom: 30px;
}.prospective_studentsn h4::before {
    height: 3px;
    width: 30px;
}.prospective_studentsn h4::after {
    height: 3px;
    width: 60px;
}.prospective_studentsn p {
    font-size: calc(13px * 0.9);
    padding: 15px;
}.prospective_studentsn p svg {
    margin-right: 12px;
    height: 20px;
    width: 20px;
}.prospective_studentsn p:hover {
    transform: translateY(-5px) scale(1.01);
}.prospective_studentsn .why_trustA::after {
    width: 60px;
    height: 60px;
}}footer {
    position: relative;
    width: 100%;
}footer .fund_ctaD {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 100px 0 30px;
    background-color: #2c3e50;
    color: #ffffff;
}footer .fund_ctaD::before {
    position: absolute;
    opacity: 0.1;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    background-size: 60px 60px;
}footer .data_vizC {
    position: relative;
    z-index: 1;
}footer .connect_sectionp {
    margin: -70px auto 60px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    display: grid;
    position: relative;
}footer .info_item {
    border-radius: 10px;
    height: 100px;
    align-items: center;
    display: flex;
    overflow: hidden;
    padding: 0 20px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    background-color: #ffffff;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    height: 50%;
    background-color: rgb(202,207,210);
    content: "";
    width: 6px;
    transition: height 0.3s ease, top 0.3s ease;
    position: absolute;
    left: 0;
    top: 25%;
}footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}footer .info_item:hover::before {
    top: 0;
    height: 100%;
}footer .info_item svg {
    margin-right: 15px;
    flex-shrink: 0;
    width: 22px;
    position: relative;
    fill: rgb(202,207,210);
    height: 22px;
    z-index: 1;
}footer .info_item p,
footer .info_item a {
    color: #2c3e50;
    position: relative;
    font-size: 18px;
    z-index: 1;
    text-decoration: none;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    color: rgb(202,207,210);
}footer .text_main_holder {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}footer .top_pagebare, footer .subscribe_holder {
    padding: 30px;
    position: relative;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
}footer .top_pagebare:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .head_mainbar5 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
}footer .top_pagebare svg {
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
    margin-bottom: 20px;
}footer .webinar_livev {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 16px;
}footer .head_mainbar5 h5 {
    grid-column: 1 / -1;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
}footer .head_mainbar5 h5::after {
    height: 2px;
    left: 0;
    background-color: rgb(202,207,210);
    bottom: 0;
    width: 50px;
    content: "";
    position: absolute;
}footer .nav_pagez {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    transition: all 0.3s ease;
    padding: 20px;
}footer .nav_pagez:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}footer .nav_pagez a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    transition: all 0.3s ease;
    padding: 8px 0;
    text-decoration: none;
}footer .nav_pagez a:last-child {
    border-bottom: none;
}footer .nav_pagez a::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "→";
    right: 0;
    position: absolute;
    transform: translateX(-10px);
    opacity: 0;
}footer .nav_pagez a:hover {
    padding-left: 5px;
    color: #ffffff;
}footer .nav_pagez a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    position: relative;
    color: #ffffff;
}footer .subscribe_holder h5::after {
    height: 2px;
    left: 0;
    position: absolute;
    background-color: rgb(202,207,210);
    width: 50px;
    content: "";
    bottom: 0;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    margin-bottom: 25px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 18px;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(202,207,210);
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub_block9 {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    padding: 15px;
    color: #ffffff;
    font-size: 18px;
    background-color: rgb(202,207,210);
}footer .sub_block9:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(164,173,176);
}footer .rating_starsL {
    position: relative;
    text-align: center;
    margin-top: 50px;
}footer .program_foot5 {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 30px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 2fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_block9 {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .head_mainbar5 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .fund_ctaD {
    padding: 70px 0 30px;
}footer .connect_sectionp {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .top_pagebare, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head_mainbar5 h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .rating_starsL {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .fund_ctaD {
    padding: 50px 0 20px;
}footer .nav_pagez {
    padding: 15px;
}footer .head_mainbar5 h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .input_holder input[type="email"],
    footer .sub_block9 {
    padding: 12px;
}}.contact_usY {
    padding: 5rem 0;
    position: relative;
}.contact_usY::before {
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    left: 0;
    z-index: 1;
    position: absolute;
}.contact_usY .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.contact_usY .request_helpu {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    flex-wrap: wrap;
    display: flex;
    overflow: hidden;
    position: relative;
    background: rgb(233,235,237);
}.contact_usY .request_helpu::before {
    background: linear-gradient(90deg, 
        rgb(202,207,210), 
        rgb(164,173,176));
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    height: 5px;
    top: 0;
}.contact_usY .reach_linksu {
    padding: 3rem;
    flex: 1 0 300px;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    background: rgb(233,235,237);
}.contact_usY .reach_linksu::after {
    top: 0;
    right: 0;
    background: linear-gradient(to bottom,
        transparent,
        rgb(202,207,210,0.5),
        transparent);
    position: absolute;
    height: 100%;
    width: 1px;
    content: "";
}.contact_usY .reach_linksu h3 {
    padding-bottom: 1rem;
    color: rgb(202,207,210);
    display: inline-block;
    font-size: 19px;
    border-bottom: 2px solid rgb(164,173,176);
    font-weight: 700;
    margin-bottom: 2.5rem;
}.contact_usY .reach_linksu div {
    padding: 1rem;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.02));
}.contact_usY .reach_linksu div:hover {
    transform: translateX(5px);
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.05));
}.contact_usY .reach_linksu div svg {
    width: 24px;
    border-radius: 50%;
    margin-right: 1rem;
    height: 24px;
    background: rgb(202,207,210);
    flex-shrink: 0;
    padding: 5px;
}.contact_usY .reach_linksu div svg path {
    fill: #ffffff;
}.contact_usY .reach_linksu div span {
    color: #000000;
    font-size: 14px;
}.contact_usY .reach_linksu div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}.contact_usY .reach_linksu div span a:hover {
    color: rgb(202,207,210);
}.contact_usY .help_reach7 {
    padding: 3rem;
    position: relative;
    background: #ffffff;
    flex: 1 0 450px;
}.contact_usY .help_reach7::before {
    position: absolute;
    content: "";
    top: 3rem;
    width: 20px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    left: -10px;
    height: 20px;
    transform: rotate(45deg);
    background: #ffffff;
}.contact_usY .help_reach7 form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.contact_usY .help_reach7 h3 {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    color: #000000;
}.contact_usY .help_reach7 h3::after {
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 50px;
    background: rgb(202,207,210);
    height: 3px;
    content: "";
}.contact_usY .help_reach7 input[type="text"],
.contact_usY .help_reach7 input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 1.2rem;
    border-radius: 10px;
    background: rgb(233,235,237);
    transition: all 0.3s ease;
    font-size: 14px;
    color: #000000;
    width: 100%;
}.contact_usY .help_reach7 input[type="text"]:focus,
.contact_usY .help_reach7 input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(202,207,210,0.5);
    border-color: rgb(202,207,210);
}.contact_usY .help_reach7 input[type="text"]::placeholder,
.contact_usY .help_reach7 input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.contact_usY .help_reach7 .help_requestS {
    align-items: flex-start;
    margin: 0.5rem 0;
    display: flex;
    gap: 10px;
}.contact_usY .help_reach7 .help_requestS input[type="checkbox"] {
    width: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    flex-shrink: 0;
    border: 2px solid #000000;
    transition: all 0.2s ease;
    position: relative;
    margin-top: 2px;
    background-color: #ffffff;
    appearance: none;
    height: 20px;
    border-radius: 4px;
}.contact_usY .help_reach7 .help_requestS input[type="checkbox"]:checked {
    border-color: rgb(202,207,210);
    background-color: rgb(202,207,210);
}.contact_usY .help_reach7 .help_requestS input[type="checkbox"]:checked::after {
    width: 4px;
    left: 7px;
    transform: rotate(45deg);
    position: absolute;
    border-width: 0 2px 2px 0;
    height: 8px;
    top: 3px;
    border: solid #ffffff;
    content: "";
}.contact_usY .help_reach7 .help_requestS label {
    font-size: calc(14px - 1px);
    line-height: 1.5;
    color: #000000;
}.contact_usY .help_reach7 .help_requestS label a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(202,207,210);
}.contact_usY .help_reach7 .connect_listJ {
    background: rgb(202,207,210);
    font-weight: 600;
    overflow: hidden;
    border: none;
    border-radius: 10px;
    padding: 1rem;
    position: relative;
    font-size: 15px;
    transition: all 0.3s ease;
    color: #ffffff;
    cursor: pointer;
    width: 100%;
    margin-top: 1rem;
}.contact_usY .help_reach7 .connect_listJ::after {
    content: "";
    position: absolute;
    opacity: 0;
    transform: scale(1, 1) translate(-50%);
    height: 5px;
    width: 5px;
    transform-origin: 50% 50%;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.5);
}.contact_usY .help_reach7 .connect_listJ:hover {
    background: rgb(164,173,176);
}.contact_usY .help_reach7 .connect_listJ:focus {
    outline: none;
}.contact_usY .help_reach7 .connect_listJ:active::after {
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    20% {
        transform: scale(25, 25);
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

@media screen and (max-width: 992px) {.contact_usY .request_helpu {
    flex-direction: column;
}.contact_usY .reach_linksu {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}.contact_usY .reach_linksu::after {
    right: unset;
    height: 1px;
    background: linear-gradient(to right,
            transparent,
            rgb(202,207,210,0.5),
            transparent);
    left: 0;
    width: 100%;
    top: unset;
    bottom: 0;
}.contact_usY .help_reach7::before {
    top: -10px;
    left: 3rem;
    transform: rotate(135deg);
}
}

@media screen and (max-width: 768px) {.contact_usY {
    padding: 4rem 0;
}.contact_usY .reach_linksu,
    .contact_usY .help_reach7 {
    padding: 2rem;
}.contact_usY .reach_linksu h3,
    .contact_usY .help_reach7 h3 {
    font-size: calc(19px - 2px);
}
}

@media screen and (max-width: 576px) {.contact_usY {
    padding: 3rem 0;
}.contact_usY .reach_linksu,
    .contact_usY .help_reach7 {
    padding: 1.5rem;
}.contact_usY .reach_linksu div {
    margin-bottom: 1.25rem;
    padding: 0.75rem;
}.contact_usY .reach_linksu div svg {
    width: 20px;
    height: 20px;
}.contact_usY .help_reach7 input[type="text"],
    .contact_usY .help_reach7 input[type="email"] {
    padding: 0.8rem 1rem;
}.contact_usY .help_reach7::before {
    display: none;
}
}