* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}html,body {
    scroll-behavior: smooth;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}.top_lesson7984 {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1138px;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.partner_logo7361 {
    flex: 0 0 auto;
}.wrapper-capsule5718 {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.who_we_are0761 {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(182,191,205) 0%, rgb(74,103,161,0.5) 100%);
}.who_we_are0761::before {
    top: 0;
    z-index: 1;
    left: 0;
    content: "";
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    height: 100%;
    position: absolute;
    width: 100%;
}.who_we_are0761::after {
    height: 200%;
    right: -20%;
    background: linear-gradient(
        to bottom right,
        rgb(130,150,181,0.5) 10%,
        transparent 70%
    );
    width: 60%;
    z-index: 0;
    content: "";
    top: -50%;
    position: absolute;
    transform: rotate(15deg);
}.who_we_are0761 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
}.who_we_are0761 h1 {
    margin-bottom: 3rem;
    transform: perspective(500px) translateZ(0);
    font-weight: 700;
    color: rgb(130,150,181);
    display: inline-block;
    font-size: 40px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.who_we_are0761 h1::after {
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: -10px;
    left: 0;
    background: linear-gradient(
        to right,
        rgb(130,150,181) 0%,
        rgb(74,103,161) 100%
    );
    transform-origin: left center;
    content: "";
    position: absolute;
    width: 60%;
    height: 3px;
}.who_we_are0761 h1:hover {
    transform: perspective(500px) translateZ(10px);
}.who_we_are0761 h1:hover::after {
    transform: scaleX(1.2);
}.who_we_are0761 .learn_identity9426 {
    position: relative;
}.who_we_are0761 .learn_identity9426 ul {
    gap: 2.5rem;
    display: grid;
    padding: 0;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
}.who_we_are0761 .pedagogy_way9180 {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #ffffff;
    z-index: 1;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    padding: 2.5rem;
    border-left: 4px solid rgb(130,150,181);
}.who_we_are0761 .pedagogy_way9180::before {
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.85) 100%
    );
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    content: "";
    left: 0;
}.who_we_are0761 .pedagogy_way9180::after {
    position: absolute;
    opacity: 0.6;
    height: 60px;
    z-index: -1;
    border-right: 3px solid rgb(74,103,161,0.5);
    border-top: 3px solid rgb(74,103,161,0.5);
    right: 20px;
    content: "";
    top: 20px;
    width: 60px;
}.who_we_are0761 .pedagogy_way9180:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
}.who_we_are0761 .pedagogy_way9180 h4 {
    padding-bottom: 0.75rem;
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-size: calc(20px * 1.2);
    font-weight: 700;
}.who_we_are0761 .pedagogy_way9180 h4::after {
    content: "";
    transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(1);
    height: 3px;
    transform-origin: left center;
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(
        to right,
        rgb(130,150,181) 0%,
        rgb(74,103,161) 100%
    );
    width: 40px;
}.who_we_are0761 .pedagogy_way9180:hover h4::after {
    transform: scaleX(1.2);
    width: 60px;
}.who_we_are0761 .pedagogy_way9180 div {
    position: relative;
    z-index: 1;
    color: #000000;
    font-size: 12px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}.who_we_are0761 .pedagogy_way9180:nth-child(even) {
    border-right: 4px solid rgb(74,103,161);
    border-left: none;
}.who_we_are0761 .pedagogy_way9180:nth-child(odd) div {
    padding-right: 1rem;
}.who_we_are0761 .pedagogy_way9180:nth-child(even) div {
    padding-left: 1rem;
}

@media (min-width: 768px) {.who_we_are0761 {
    padding: 8rem 0;
}.who_we_are0761 h1 {
    margin-bottom: 4rem;
    font-size: calc(40px * 1.2);
}.who_we_are0761 .learn_identity9426 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem;
}.who_we_are0761 .pedagogy_way9180 {
    padding: 3rem;
}.who_we_are0761 .pedagogy_way9180 h4 {
    margin-bottom: 2rem;
    font-size: calc(20px * 1.4);
}.who_we_are0761 .pedagogy_way9180:nth-child(1) {
    transform: perspective(1000px) rotateY(-2deg);
}.who_we_are0761 .pedagogy_way9180:nth-child(2) {
    transform: perspective(1000px) rotateY(2deg);
}.who_we_are0761 .pedagogy_way9180:hover:nth-child(1) {
    transform: perspective(1000px) rotateY(-2deg) translateY(-8px);
}.who_we_are0761 .pedagogy_way9180:hover:nth-child(2) {
    transform: perspective(1000px) rotateY(2deg) translateY(-8px);
}
}

@media (min-width: 992px) {.who_we_are0761::before {
    background-image: repeating-linear-gradient(
            45deg,
            transparent,
            transparent 15px,
            rgba(255, 255, 255, 0.03) 15px,
            rgba(255, 255, 255, 0.03) 30px
        );
}.who_we_are0761 .container {
    padding: 0 2rem;
}.who_we_are0761 h1 {
    font-size: calc(40px * 1.5);
}.who_we_are0761 .pedagogy_way9180 {
    padding: 3.5rem;
}.who_we_are0761 .pedagogy_way9180::after {
    height: 80px;
    width: 80px;
}
}

@media (min-width: 1200px) {.who_we_are0761 {
    padding: 10rem 0;
}.who_we_are0761 .container {
    padding: 0 3rem;
}.who_we_are0761 .learn_identity9426 ul {
    gap: 5rem;
}.who_we_are0761 .pedagogy_way9180 {
    padding: 4rem;
}.who_we_are0761 .pedagogy_way9180:nth-child(1) {
    transform: perspective(1200px) rotateY(-3deg) translateZ(20px);
}.who_we_are0761 .pedagogy_way9180:nth-child(2) {
    transform: perspective(1200px) rotateY(3deg) translateZ(20px);
}.who_we_are0761 .pedagogy_way9180:hover:nth-child(1) {
    transform: perspective(1200px) rotateY(-3deg) translateZ(30px) translateY(-10px);
}.who_we_are0761 .pedagogy_way9180:hover:nth-child(2) {
    transform: perspective(1200px) rotateY(3deg) translateZ(30px) translateY(-10px);
}
}

@media (prefers-reduced-motion) {.who_we_are0761 .pedagogy_way9180,
    .who_we_are0761 h1,
    .who_we_are0761 .pedagogy_way9180 h4::after,
    .who_we_are0761 h1::after {
    transition: none;
}.who_we_are0761 .pedagogy_way9180:hover,
    .who_we_are0761 h1:hover,
    .who_we_are0761 .pedagogy_way9180:hover h4::after,
    .who_we_are0761 h1:hover::after {
    transform: none;
}}.help_desk_info4298 {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: rgb(74,103,161,0.5);
}.help_desk_info4298::before {
    top: -15%;
    content: "";
    right: -10%;
    transform: rotate(-15deg);
    z-index: 1;
    background: linear-gradient(135deg, rgb(130,150,181,0.5) 0%, transparent 70%);
    opacity: 0.7;
    width: 40%;
    height: 70%;
    position: absolute;
}.help_desk_info4298::after {
    bottom: -10%;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    content: "";
    left: -5%;
    height: 60%;
    background: linear-gradient(225deg, rgb(130,150,181,0.5) 0%, transparent 80%);
    width: 30%;
    transform: rotate(20deg);
}.help_desk_info4298 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
}.help_desk_info4298 .course_info0789 {
    position: relative;
    padding: 3rem;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transform: perspective(1000px) rotateY(-2deg);
}.help_desk_info4298 .course_info0789:hover {
    transform: perspective(1000px) rotateY(0deg);
}.help_desk_info4298 .course_info0789::before {
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(130,150,181), rgb(74,103,161));
    width: 5px;
    content: "";
    height: 100%;
}.help_desk_info4298 h3 {
    margin-bottom: 1.5rem;
    color: #000000;
    padding-bottom: 0.8rem;
    transform: translateX(0.5rem);
    font-size: calc(35px * 1.1);
    position: relative;
    font-weight: 700;
}.help_desk_info4298 h3::after {
    left: 0;
    content: "";
    transform-origin: left;
    background: rgb(130,150,181);
    width: 80px;
    bottom: 0;
    height: 3px;
    position: absolute;
    transition: transform 0.3s ease;
}.help_desk_info4298 .course_info0789:hover h3::after {
    transform: scaleX(1.5);
}.help_desk_info4298 p {
    color: #000000;
    font-size: 15px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}.help_desk_info4298 h5 {
    font-size: 23px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    align-items: center;
    display: flex;
    font-weight: 600;
}.help_desk_info4298 h5 svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
    transform: translateY(2px);
}.help_desk_info4298 h5:hover svg {
    transform: translateY(0) scale(1.1);
}.help_desk_info4298 svg {
    height: 24px;
    width: 24px;
    transition: all 0.3s ease;
}.help_desk_info4298 svg path {
    transition: fill 0.3s ease;
    fill: rgb(130,150,181);
}.help_desk_info4298 .ask_form8967 {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
    margin: 2rem 0 0;
}.help_desk_info4298 .assist_grid5182 {
    transition: all 0.3s ease;
    position: relative;
    color: #000000;
    align-items: center;
    font-size: 15px;
    background: linear-gradient(to right, rgba(rgb(130,150,181,0.5), 0.05), transparent);
    padding: 0.75rem 1rem;
    text-decoration: none;
    overflow: hidden;
    display: flex;
    border-left: 3px solid transparent;
}.help_desk_info4298 .assist_grid5182::before {
    height: 2px;
    left: 0;
    bottom: 0;
    width: 0;
    content: "";
    background: rgb(130,150,181);
    transition: width 0.4s ease;
    position: absolute;
}.help_desk_info4298 .assist_grid5182:hover {
    border-left-color: rgb(130,150,181);
    transform: translateX(5px);
}.help_desk_info4298 .assist_grid5182:hover::before {
    width: 100%;
}.help_desk_info4298 .assist_grid5182:hover svg {
    transform: scale(1.1) rotate(5deg);
}.help_desk_info4298 .assist_grid5182:hover svg path {
    fill: rgb(74,103,161);
}.help_desk_info4298 .assist_grid5182 svg {
    margin-left: 0.5rem;
}

@media (min-width: 768px) {.help_desk_info4298 .course_info0789 {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.help_desk_info4298 h3 {
    font-size: calc(35px * 1.2);
    grid-column: 1 / -1;
}.help_desk_info4298 .ask_form8967 {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 1.5rem;
}.help_desk_info4298::before {
    width: 30%;
    height: 80%;
}.help_desk_info4298::after {
    width: 25%;
    height: 70%;
}.help_desk_info4298 .course_info0789 {
    padding: 4rem;
}
}

@media (min-width: 992px) {.help_desk_info4298 .course_info0789 {
    grid-template-columns: 1.5fr 1fr;
}.help_desk_info4298 .ask_form8967 {
    margin-top: 3rem;
}.help_desk_info4298 h3 {
    font-size: calc(35px * 1.3);
}.help_desk_info4298 .course_info0789 {
    transform: perspective(1500px) rotateY(-3deg);
}
}

@media (max-width: 767px) {.help_desk_info4298 {
    padding: 3rem 0;
}.help_desk_info4298 .course_info0789 {
    transform: perspective(800px) rotateY(-1deg);
    padding: 2rem;
}.help_desk_info4298 h3 {
    font-size: calc(35px * 1);
}.help_desk_info4298 .assist_grid5182 {
    padding: 0.5rem 0.75rem;
}.help_desk_info4298::before,
    .help_desk_info4298::after {
    opacity: 0.4;
}
}

@media (max-width: 480px) {.help_desk_info4298 .course_info0789 {
    padding: 1.5rem;
}.help_desk_info4298 h3 {
    font-size: 35px;
}.help_desk_info4298 .assist_grid5182 svg {
    width: 20px;
    height: 20px;
}.help_desk_info4298 h5 svg {
    width: 20px;
    height: 20px;
}}.join_our_community6850 {
    position: relative;
    background: linear-gradient(135deg, rgb(130,150,181,0.5), rgb(74,103,161));
    perspective: 1000px;
    padding: 6rem 2rem;
    overflow: hidden;
}.join_our_community6850::before {
    content: "";
    position: absolute;
    top: -50%;
    filter: blur(15px);
    width: 100%;
    height: 100%;
    transform: rotate(35deg) translateZ(-10px);
    background: rgb(74,103,161,0.5);
    right: -50%;
    z-index: 0;
}.join_our_community6850::after {
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    bottom: -5%;
    background: rgb(130,150,181,0.5);
    transform: translateZ(-5px) rotate(15deg);
    height: 40%;
    content: "";
    left: -5%;
    position: absolute;
    width: 40%;
}.join_our_community6850 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    transform-style: preserve-3d;
}.join_our_community6850 .success_story9568 {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    -webkit-backdrop-filter: blur(10px) saturate(150%) contrast(110%);
    backdrop-filter: blur(10px) saturate(150%) contrast(110%);
    transform: translateZ(50px);
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgba(255, 255, 255, 0.1);
    padding: 3rem;
}.join_our_community6850 .success_story9568:hover {
    transform: translateZ(60px) scale(1.01);
}.join_our_community6850 .success_story9568::before {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(130,150,181), transparent);
    top: 0;
    content: "";
    left: -100%;
    animation: lightSweep 6s infinite ease-in-out;
    position: absolute;
}.join_our_community6850 .success_story9568::after {
    height: 2px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(74,103,161), transparent);
    bottom: 0;
    animation: lightSweep 6s 3s infinite ease-in-out;
    right: -100%;
    width: 100%;
}.join_our_community6850 h3 {
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    letter-spacing: -0.01em;
    font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
    color: #ffffff;
    padding-left: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}.join_our_community6850 h3::before {
    background: rgb(130,150,181);
    width: 4px;
    position: absolute;
    transform-origin: top;
    bottom: 0.5rem;
    left: 0;
    transform: scaleY(0);
    top: 0.5rem;
    content: "";
    animation: scaleInY 1s 0.5s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}.join_our_community6850 .input_holder {
    gap: 1rem;
    display: flex;
    transform: translateZ(30px);
    position: relative;
}.join_our_community6850 .input_holder div {
    overflow: hidden;
    flex-grow: 1;
    position: relative;
}.join_our_community6850 .input_holder div::before {
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    transform: scaleX(0);
    content: "";
    left: 0;
    background: rgb(74,103,161);
    transform-origin: right;
    bottom: 0;
    height: 2px;
    position: absolute;
}.join_our_community6850 .input_holder div:focus-within::before {
    transform-origin: left;
    transform: scaleX(1);
}.join_our_community6850 input[type="email"] {
    padding: 1rem 1.25rem;
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
}.join_our_community6850 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: opacity 0.3s ease, transform 0.3s ease;
}.join_our_community6850 input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    outline: none;
}.join_our_community6850 input[type="email"]:focus::placeholder {
    transform: translateX(10px);
    opacity: 0.5;
}.join_our_community6850 .sub_backdrop8541 {
    padding: 1rem 1.75rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(130,150,181), rgb(74,103,161));
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
    font-size: 15px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 1;
}.join_our_community6850 .sub_backdrop8541::before {
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(74,103,161), rgb(130,150,181));
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    opacity: 0;
}.join_our_community6850 .sub_backdrop8541:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px) scale(1.02);
}.join_our_community6850 .sub_backdrop8541:hover::before {
    opacity: 1;
}.join_our_community6850 .sub_backdrop8541:active {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    transform: translateY(1px) scale(0.98);
}

@keyframes lightSweep {
    0% { transform: translateX(0%); }
    50% { transform: translateX(200%); }
    100% { transform: translateX(0%); }
}

@keyframes scaleInY {
    0% { transform: scaleY(0); }
    100% { transform: scaleY(1); }
}

@media (max-width: 768px) {.join_our_community6850 {
    padding: 4rem 1.5rem;
}.join_our_community6850 .success_story9568 {
    transform: translateZ(30px);
    padding: 2rem 1.5rem;
}.join_our_community6850 h3 {
    margin-bottom: 1.5rem;
    font-size: clamp(1.25rem, 4vw, 1.75rem);
}.join_our_community6850 .input_holder {
    flex-direction: column;
    gap: 1rem;
}.join_our_community6850 input[type="email"] {
    padding: 0.875rem;
}.join_our_community6850 .sub_backdrop8541 {
    width: 100%;
    padding: 0.875rem;
}
}

@media (max-width: 480px) {.join_our_community6850 {
    padding: 3rem 1rem;
}.join_our_community6850 .success_story9568 {
    padding: 1.5rem 1rem;
}.join_our_community6850 h3 {
    font-size: 1.25rem;
    padding-left: 0.75rem;
}.join_our_community6850 h3::before {
    width: 3px;
}.join_our_community6850 input[type="email"] {
    font-size: calc(14px * 0.9);
}.join_our_community6850 .sub_backdrop8541 {
    font-size: calc(15px * 0.9);
}
}

@media (min-width: 1440px) {.join_our_community6850 .success_story9568 {
    max-width: 85%;
    padding: 4rem;
    margin: 0 auto;
}.join_our_community6850 h3 {
    font-size: 2.5rem;
}.join_our_community6850 .input_holder {
    max-width: 90%;
    margin: 0 auto;
}}.contact_form_section2140 {
    background: #ffffff;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}.contact_form_section2140::before {
    background-size: 20px 20px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    left: 0;
    z-index: 0;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
}.contact_form_section2140 .container {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.contact_form_section2140 h2 {
    padding-left: 20px;
    text-align: left;
    border-left: 5px solid rgb(130,150,181);
    color: #000000;
    font-size: 37px;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
}.contact_form_section2140 .inquiry_form3810 {
    flex-direction: row-reverse;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    background: #ffffff;
}.contact_form_section2140 .main_image4701 {
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
}.contact_form_section2140 .main_image4701::before {
    z-index: 1;
    height: 100%;
    left: 0;
    background: rgb(130,150,181,0.5);
    mix-blend-mode: multiply;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
}.contact_form_section2140 .inquiry_help8973 {
    flex: 0 0 60%;
    padding: 60px;
    position: relative;
}.contact_form_section2140 .inquiry_help8973::after {
    right: 0;
    z-index: -1;
    content: "";
    width: 150px;
    height: 150px;
    background: rgb(182,191,205);
    position: absolute;
    top: 0;
    border-radius: 0 0 0 100%;
}.contact_form_section2140 #contact {
    flex-direction: column;
    display: flex;
    gap: 30px;
}.contact_form_section2140 h3 {
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 24px;
}.contact_form_section2140 h3::after {
    height: 2px;
    bottom: -10px;
    background: rgb(130,150,181);
    left: 0;
    width: 40px;
    content: "";
    position: absolute;
}.contact_form_section2140 input[type="text"] {
    color: #000000;
    width: 100%;
    border: none;
    font-size: 18px;
    background: rgb(182,191,205);
    transition: all 0.3s ease;
    padding: 18px 20px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}.contact_form_section2140 input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(130,150,181,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    outline: none;
    background: #ffffff;
}.contact_form_section2140 input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact_form_section2140 .inquiry_widget9204 {
    margin-top: 5px;
    gap: 12px;
    align-items: center;
    display: flex;
}.contact_form_section2140 .inquiry_widget9204 input[type="checkbox"] {
    appearance: none;
    width: 22px;
    position: relative;
    height: 22px;
    border: 2px solid rgb(182,191,205);
    transition: all 0.2s ease;
    cursor: pointer;
    border-radius: 10px;
}.contact_form_section2140 .inquiry_widget9204 input[type="checkbox"]:checked {
    background: rgb(130,150,181);
    border-color: rgb(130,150,181);
}.contact_form_section2140 .inquiry_widget9204 input[type="checkbox"]:checked::after {
    position: absolute;
    transform: rotate(45deg);
    width: 6px;
    content: "";
    border: solid #ffffff;
    height: 11px;
    border-width: 0 2px 2px 0;
    top: 3px;
    left: 7px;
}.contact_form_section2140 .inquiry_widget9204 label {
    color: #000000;
    line-height: 1.5;
    font-size: 18px;
}.contact_form_section2140 .inquiry_widget9204 a {
    text-decoration: none;
    color: rgb(130,150,181);
    transition: all 0.3s ease;
    position: relative;
}.contact_form_section2140 .inquiry_widget9204 a:hover {
    color: rgb(74,103,161);
}.contact_form_section2140 .inquiry_widget9204 a::after {
    height: 1px;
    width: 100%;
    content: "";
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    background: rgb(130,150,181);
    bottom: -2px;
}.contact_form_section2140 .inquiry_widget9204 a:hover::after {
    background: rgb(74,103,161);
}.contact_form_section2140 .request_grid0965 {
    border: none;
    color: #ffffff;
    background: rgb(130,150,181);
    align-self: flex-start;
    font-size: 16px;
    box-shadow: 0 4px 15px rgb(130,150,181,0.5);
    margin-top: 20px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    padding: 18px 40px;
    transition: all 0.3s ease;
}.contact_form_section2140 .request_grid0965:hover {
    background: rgb(74,103,161);
    box-shadow: 0 7px 20px rgb(74,103,161,0.5);
    transform: translateY(-2px);
}.contact_form_section2140 svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
    fill: rgb(130,150,181);
}.contact_form_section2140 svg path {
    fill: rgb(130,150,181);
    transition: all 0.3s ease;
}.contact_form_section2140 svg:hover {
    fill: rgb(74,103,161);
}.contact_form_section2140 svg:hover path {
    fill: rgb(74,103,161);
}

@media (max-width: 992px) {.contact_form_section2140 .inquiry_form3810 {
    flex-direction: column;
}.contact_form_section2140 .main_image4701 {
    order: 1;
    min-height: 300px;
    flex: 0 0 auto;
}.contact_form_section2140 .inquiry_help8973 {
    padding: 50px 40px;
    order: 2;
    flex: 0 0 auto;
}.contact_form_section2140 h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact_form_section2140 {
    padding: 60px 0;
}.contact_form_section2140 h2 {
    margin-bottom: 30px;
    font-size: calc(37px - 4px);
}.contact_form_section2140 .inquiry_help8973 {
    padding: 40px 30px;
}.contact_form_section2140 #contact {
    gap: 25px;
}.contact_form_section2140 .main_image4701 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_form_section2140 {
    padding: 40px 0;
}.contact_form_section2140 .container {
    padding: 0 15px;
}.contact_form_section2140 h2 {
    padding-left: 15px;
    font-size: calc(37px - 6px);
    margin-bottom: 25px;
}.contact_form_section2140 .inquiry_help8973 {
    padding: 30px 20px;
}.contact_form_section2140 #contact {
    gap: 20px;
}.contact_form_section2140 input[type="text"] {
    padding: 15px;
}.contact_form_section2140 .request_grid0965 {
    padding: 15px 20px;
    width: 100%;
}.contact_form_section2140 .main_image4701 {
    min-height: 200px;
}}.greeting_page5963 {
    overflow: hidden;
    background: rgb(182,191,205);
    min-height: 100vh;
    position: relative;
    width: 100%;
}.greeting_page5963::before {
    background-image: linear-gradient(
        0deg,
        rgb(130,150,181,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(130,150,181,0.5) 50%,
        rgb(130,150,181,0.5) 75%,
        transparent 75%
    );
    opacity: 0.05;
    background-size: 30px 30px;
    content: "";
    animation: slideBg 20s linear infinite;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}@keyframes slideBg {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 60px;
    }
}

.greeting_page5963 .success_story9568 {
    flex-direction: column;
    height: 100vh;
    display: flex;
    z-index: 1;
    width: 100%;
    position: relative;
}.greeting_page5963 .study_tools7635 {
    perspective: 1500px;
    width: 100%;
    overflow: hidden;
    height: 60vh;
    margin-top: 50px;
    position: relative;
}.greeting_page5963 .study_tools7635 input {
    display: none;
}.greeting_page5963 .page_title8631 {
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    transform-style: preserve-3d;
    height: 100%;
}.greeting_page5963 .learn_hero4379 {
    left: 10%;
    height: 100%;
    width: 80%;
    transform: rotateY(60deg) translateZ(600px);
    border: 5px solid #ffffff;
    top: 0;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    overflow: hidden;
    opacity: 0;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    position: absolute;
    visibility: hidden;
}.greeting_page5963 .learn_hero4379 img {
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    height: 100%;
    transform: scale(1.1);
    object-fit: cover;
}.greeting_page5963 .study_tools7635 input:nth-child(1):checked ~ .page_title8631 .learn_hero4379:nth-child(1),
.greeting_page5963 .study_tools7635 input:nth-child(2):checked ~ .page_title8631 .learn_hero4379:nth-child(2),
.greeting_page5963 .study_tools7635 input:nth-child(3):checked ~ .page_title8631 .learn_hero4379:nth-child(3),
.greeting_page5963 .study_tools7635 input:nth-child(4):checked ~ .page_title8631 .learn_hero4379:nth-child(4),
.greeting_page5963 .study_tools7635 input:nth-child(5):checked ~ .page_title8631 .learn_hero4379:nth-child(5),
.greeting_page5963 .study_tools7635 input:nth-child(6):checked ~ .page_title8631 .learn_hero4379:nth-child(6),
.greeting_page5963 .study_tools7635 input:nth-child(7):checked ~ .page_title8631 .learn_hero4379:nth-child(7),
.greeting_page5963 .study_tools7635 input:nth-child(8):checked ~ .page_title8631 .learn_hero4379:nth-child(8),
.greeting_page5963 .study_tools7635 input:nth-child(9):checked ~ .page_title8631 .learn_hero4379:nth-child(9),
.greeting_page5963 .study_tools7635 input:nth-child(10):checked ~ .page_title8631 .learn_hero4379:nth-child(10) {
    visibility: visible;
    z-index: 2;
    transform: rotateY(0) translateZ(0);
    opacity: 1;
}.greeting_page5963 .study_tools7635 input:checked ~ .page_title8631 .learn_hero4379 img {
    transform: scale(1);
}.greeting_page5963 .learn_title7580 {
    bottom: 30px;
    width: 100%;
    position: absolute;
    text-align: center;
    display: flex;
    left: 0;
    z-index: 10;
    justify-content: center;
    gap: 15px;
}.greeting_page5963 .learn_title7580 label {
    background-color: transparent;
    height: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    width: 12px;
    transform: scale(1);
    border: 2px solid #ffffff;
    border-radius: 50%;
}.greeting_page5963 .learn_title7580 label::before {
    inset: 2px;
    background: rgb(130,150,181);
    transform: scale(0);
    position: absolute;
    transition: transform 0.3s ease;
    border-radius: 50%;
    content: "";
}.greeting_page5963 .study_tools7635 input:nth-child(1):checked ~ .learn_title7580 label:nth-child(1)::before,
.greeting_page5963 .study_tools7635 input:nth-child(2):checked ~ .learn_title7580 label:nth-child(2)::before,
.greeting_page5963 .study_tools7635 input:nth-child(3):checked ~ .learn_title7580 label:nth-child(3)::before,
.greeting_page5963 .study_tools7635 input:nth-child(4):checked ~ .learn_title7580 label:nth-child(4)::before,
.greeting_page5963 .study_tools7635 input:nth-child(5):checked ~ .learn_title7580 label:nth-child(5)::before,
.greeting_page5963 .study_tools7635 input:nth-child(6):checked ~ .learn_title7580 label:nth-child(6)::before,
.greeting_page5963 .study_tools7635 input:nth-child(7):checked ~ .learn_title7580 label:nth-child(7)::before,
.greeting_page5963 .study_tools7635 input:nth-child(8):checked ~ .learn_title7580 label:nth-child(8)::before,
.greeting_page5963 .study_tools7635 input:nth-child(9):checked ~ .learn_title7580 label:nth-child(9)::before,
.greeting_page5963 .study_tools7635 input:nth-child(10):checked ~ .learn_title7580 label:nth-child(10)::before {
    transform: scale(1);
}.greeting_page5963 .study_tools7635 input:nth-child(1):checked ~ .learn_title7580 label:nth-child(1),
.greeting_page5963 .study_tools7635 input:nth-child(2):checked ~ .learn_title7580 label:nth-child(2),
.greeting_page5963 .study_tools7635 input:nth-child(3):checked ~ .learn_title7580 label:nth-child(3),
.greeting_page5963 .study_tools7635 input:nth-child(4):checked ~ .learn_title7580 label:nth-child(4),
.greeting_page5963 .study_tools7635 input:nth-child(5):checked ~ .learn_title7580 label:nth-child(5),
.greeting_page5963 .study_tools7635 input:nth-child(6):checked ~ .learn_title7580 label:nth-child(6),
.greeting_page5963 .study_tools7635 input:nth-child(7):checked ~ .learn_title7580 label:nth-child(7),
.greeting_page5963 .study_tools7635 input:nth-child(8):checked ~ .learn_title7580 label:nth-child(8),
.greeting_page5963 .study_tools7635 input:nth-child(9):checked ~ .learn_title7580 label:nth-child(9),
.greeting_page5963 .study_tools7635 input:nth-child(10):checked ~ .learn_title7580 label:nth-child(10) {
    border-color: rgb(130,150,181);
    transform: scale(1.3);
}.greeting_page5963 .text_box_item3701 {
    z-index: 5;
    padding: 50px 30px;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    position: relative;
    text-align: center;
}.greeting_page5963 .text_box_item3701::before {
    left: 50%;
    height: 3px;
    content: "";
    background-color: rgb(130,150,181);
    top: 0;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
}.greeting_page5963 .text_box_item3701 .container {
    margin: 0 auto;
    max-width: 800px;
}.greeting_page5963 .text_box_item3701 h1 {
    font-weight: 700;
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    font-size: 41px;
}.greeting_page5963 .text_box_item3701 h1::after {
    width: 100%;
    background: rgb(74,103,161);
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -10px;
    content: "";
}.greeting_page5963 .text_box_item3701 h3 {
    color: rgb(130,150,181);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 25px;
}.greeting_page5963 .text_box_item3701 p {
    margin: 0 auto;
    max-width: 90%;
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 0;
}.greeting_page5963 .learn_hero4379::after {
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    pointer-events: none;
    left: 0;
    position: absolute;
}@keyframes slideIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.greeting_page5963 .text_box_item3701 h1,
.greeting_page5963 .text_box_item3701 h3,
.greeting_page5963 .text_box_item3701 p {
    opacity: 0;
    animation: slideIn 0.6s forwards;
}.greeting_page5963 .text_box_item3701 h1 {
    animation-delay: 0.2s;
}.greeting_page5963 .text_box_item3701 h3 {
    animation-delay: 0.4s;
}.greeting_page5963 .text_box_item3701 p {
    animation-delay: 0.6s;
}

@media (max-width: 1200px) {.greeting_page5963 .text_box_item3701 {
    max-width: 960px;
}
}

@media (max-width: 992px) {.greeting_page5963 .study_tools7635 {
    height: 50vh;
}.greeting_page5963 .text_box_item3701 {
    padding: 40px 20px;
    max-width: 720px;
}.greeting_page5963 .text_box_item3701 h1 {
    font-size: calc(41px * 0.9);
}
}

@media (max-width: 768px) {.greeting_page5963 .study_tools7635 {
    margin-top: 30px;
    height: 45vh;
}.greeting_page5963 .learn_hero4379 {
    width: 90%;
    left: 5%;
}.greeting_page5963 .text_box_item3701 {
    max-width: 540px;
    padding: 30px 15px;
}.greeting_page5963 .text_box_item3701 h1 {
    font-size: calc(41px * 0.8);
    margin-bottom: 15px;
}.greeting_page5963 .text_box_item3701 h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 20px;
}.greeting_page5963 .text_box_item3701 p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.greeting_page5963 .study_tools7635 {
    margin-top: 20px;
    height: 40vh;
}.greeting_page5963 .learn_hero4379 {
    width: 95%;
    left: 2.5%;
    border-width: 3px;
}.greeting_page5963 .text_box_item3701 {
    padding: 25px 10px;
}.greeting_page5963 .text_box_item3701::before {
    width: 60px;
}.greeting_page5963 .text_box_item3701 h1 {
    font-size: calc(41px * 0.7);
}.greeting_page5963 .text_box_item3701 h3 {
    font-size: calc(21px * 0.8);
    margin-bottom: 15px;
}.greeting_page5963 .text_box_item3701 p {
    font-size: calc(17px * 0.9);
    max-width: 100%;
}.greeting_page5963 .learn_title7580 {
    gap: 10px;
    bottom: 15px;
}.greeting_page5963 .learn_title7580 label {
    height: 10px;
    width: 10px;
}}

.greeting_page5963 .learn_hero4379 {
    border-radius: 19px;
}.greeting_page5963 .learn_hero4379::before {
    justify-content: center;
    top: 15px;
    opacity: 0.9;
    display: flex;
    border-radius: 50%;
    align-items: center;
    right: 15px;
    width: 35px;
    background: #ffffff;
    content: "";
    height: 35px;
    position: absolute;
    z-index: 3;
}.greeting_page5963 .learn_title7580 label:hover {
    transform: scale(1.2);
}.thxField3570 {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(182,191,205) 0%, rgba(rgb(130,150,181,0.5), 0.08) 100%);
}.thxField3570::before {
    animation: orbital 30s infinite linear;
    content: "";
    opacity: 0.8;
    height: 200%;
    left: -50%;
    top: -50%;
    width: 200%;
    pointer-events: none;
    transform: rotate(-12deg);
    position: absolute;
    background: radial-gradient(circle at center, rgba(rgb(74,103,161,0.5), 0.03) 0%, transparent 60%);
}.thxField3570::after {
    position: absolute;
    opacity: 0.4;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(130,150,181,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(rgb(130,150,181,0.5), 0.06) 1px, transparent 2px),
        radial-gradient(circle at 70% 40%, rgba(rgb(130,150,181,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(rgb(130,150,181,0.5), 0.05) 1px, transparent 2px);
    top: 0;
    background-size: 8rem 8rem;
    width: 100%;
    pointer-events: none;
    left: 0;
    content: "";
}.thxField3570 .container {
    z-index: 1;
    position: relative;
    padding: 0 1.5rem;
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1200px;
}.thxField3570 .success_story9568 {
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.85) 100%
    );
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
    mask-image: linear-gradient(
        to bottom right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
    overflow: hidden;
    transform: translateZ(0);
    flex-direction: column;
    gap: 2.5rem;
    display: flex;
    padding: 3.5rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.thxField3570 .success_story9568:hover {
    transform: translateZ(20px) translateY(-5px);
}.thxField3570 .success_story9568 > div:first-child {
    position: relative;
    transform: translateZ(10px);
}.thxField3570 .success_story9568 > div:first-child::before {
    top: 50%;
    width: 2.5rem;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(130,150,181), transparent);
    left: -3.5rem;
    transform: translateY(-50%);
    height: 2px;
}.thxField3570 .success_story9568 > div:last-child {
    position: relative;
    transform: translateZ(5px);
}.thxField3570 .success_story9568 > div:last-child::after {
    position: absolute;
    right: -3.5rem;
    bottom: 2rem;
    content: "";
    height: 2px;
    transform: translateY(-50%);
    width: 2.5rem;
    background: linear-gradient(90deg, transparent, rgb(130,150,181), transparent);
}.thxField3570 h5 {
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    font-size: 18px;
    padding-left: 1.5rem;
    transition: transform 0.5s ease;
    color: #000000;
}.thxField3570 h5::before {
    box-shadow: 0 0 10px rgba(rgb(130,150,181,0.5), 0.5);
    background: rgb(130,150,181);
    border-radius: 50%;
    height: 0.5rem;
    top: 0.5rem;
    position: absolute;
    width: 0.5rem;
    left: 0;
    animation: pulse 3s infinite ease-in-out;
    content: "";
}.thxField3570 a {
    transition: transform 0.4s ease-out;
    text-decoration: none;
    display: block;
}.thxField3570 a:hover {
    transform: translateX(5px);
}.thxField3570 p {
    font-weight: 400;
    line-height: 1.8;
    border-left: 1px solid rgba(rgb(130,150,181,0.5), 0.2);
    font-size: 17px;
    padding: 0 0 0 1.5rem;
    margin: 0;
    position: relative;
    color: #000000;
}

@media (min-width: 768px) {.thxField3570 {
    padding: 8rem 0;
}.thxField3570 .success_story9568 {
    padding: 4.5rem;
    gap: 3rem;
}.thxField3570 h5 {
    padding-left: 2rem;
    font-size: calc(18px * 1.1);
}.thxField3570 p {
    padding: 0 0 0 2rem;
    font-size: calc(17px * 1.05);
}.thxField3570 .success_story9568 > div:first-child::before {
    width: 4rem;
}.thxField3570 .success_story9568 > div:last-child::after {
    width: 4rem;
}
}

@media (min-width: 992px) {.thxField3570 {
    padding: 10rem 0;
}.thxField3570 .success_story9568 {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}.thxField3570 .success_story9568 > div:first-child {
    flex: 0 0 40%;
}.thxField3570 .success_story9568 > div:last-child {
    flex: 0 0 60%;
}.thxField3570 .success_story9568 > div:first-child::before {
    top: 50%;
    height: 3rem;
    width: 2px;
    left: auto;
    background: linear-gradient(to bottom, transparent, rgb(130,150,181), transparent);
    right: -2rem;
}.thxField3570 .success_story9568 > div:last-child::after {
    bottom: 2rem;
    width: 2px;
    left: -2rem;
    right: auto;
    height: 3rem;
    background: linear-gradient(to bottom, transparent, rgb(130,150,181), transparent);
}
}

@media (min-width: 1200px) {.thxField3570 .success_story9568 {
    padding: 5rem;
    gap: 5rem;
}.thxField3570 h5 {
    font-size: calc(18px * 1.2);
}.thxField3570 p {
    font-size: calc(17px * 1.1);
}
}

@media (max-width: 767px) {.thxField3570 {
    padding: 4rem 0;
}.thxField3570 .success_story9568 {
    padding: 2.5rem;
    gap: 2rem;
}.thxField3570 h5 {
    font-size: calc(18px * 0.95);
}.thxField3570 .success_story9568 > div:first-child::before,
    .thxField3570 .success_story9568 > div:last-child::after {
    display: none;
}}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.7; }
}

@keyframes orbital {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}.educational_gains4986 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(182,191,205), #ffffff 80%);
    position: relative;
    padding: 120px 0;
}.educational_gains4986::before {
    left: 0;
    width: 100%;
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(74,103,161,0.5) 0.5%, transparent 8%),
        radial-gradient(circle at 90% 70%, rgb(130,150,181,0.5) 0.8%, transparent 10%);
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    pointer-events: none;
}.educational_gains4986 .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
}.educational_gains4986 .success_story9568 {
    align-items: center;
    position: relative;
    gap: 60px;
    grid-template-columns: 1fr 0.8fr;
    display: grid;
}.educational_gains4986 .text_box_item3701 {
    position: relative;
    transform: translateY(-10px);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    padding: 40px;
}.educational_gains4986 .text_box_item3701:hover {
    transform: translateY(-15px);
}.educational_gains4986 .text_box_item3701::before {
    position: absolute;
    left: 0;
    width: 60%;
    top: -5px;
    background: linear-gradient(90deg, rgb(130,150,181), rgb(74,103,161));
    content: '';
    height: 5px;
}.educational_gains4986 h4 {
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    font-size: calc(23px * 1.1);
    margin-bottom: 30px;
    color: #000000;
}.educational_gains4986 h4::after {
    content: '';
    position: absolute;
    bottom: -12px;
    background: rgb(130,150,181);
    width: 40px;
    height: 3px;
    left: 0;
}.educational_gains4986 .text_box_item3701 > div {
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
    margin-top: 25px;
}.educational_gains4986 ul {
    flex: 1;
    margin: 0;
    min-width: 280px;
    list-style: none;
    padding: 0;
}.educational_gains4986 li {
    margin-bottom: 20px;
    transition: transform 0.3s ease-out;
    transform: translateX(0);
}.educational_gains4986 li:hover {
    transform: translateX(5px);
}.educational_gains4986 li p {
    align-items: flex-start;
    color: #000000;
    margin: 0;
    gap: 15px;
    line-height: 1.6;
    font-size: 13px;
    display: flex;
}.educational_gains4986 li p span:first-child {
    display: flex;
    padding: 8px;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: center;
    width: 38px;
    transform: translateY(-2px);
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(130,150,181,0.5), rgb(74,103,161,0.5));
    height: 38px;
}.educational_gains4986 li:hover p span:first-child {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}.educational_gains4986 svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}.educational_gains4986 li:hover svg {
    transform: rotate(5deg);
}.educational_gains4986 svg path {
    fill: rgb(130,150,181);
    transition: fill 0.3s ease;
}.educational_gains4986 li:hover svg path {
    fill: rgb(74,103,161);
}.educational_gains4986 .main_image4701 {
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.15);
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.6s ease;
    height: auto;
    object-fit: cover;
    z-index: 2;
    aspect-ratio: 4/3;
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 4px;
    position: relative;
}.educational_gains4986 .main_image4701:hover {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.18);
    transform: perspective(1000px) rotateY(-2deg) translateY(-5px);
}.educational_gains4986 .success_story9568::after {
    content: '';
    position: absolute;
    right: -5%;
    width: 45%;
    background: linear-gradient(135deg, rgb(130,150,181,0.5), rgb(74,103,161,0.5));
    top: -5%;
    height: 80%;
    clip-path: polygon(0 0, 100% 20%, 90% 100%, 10% 80%);
    z-index: 1;
}

@media (max-width: 1200px) {.educational_gains4986 {
    padding: 100px 0;
}.educational_gains4986 .success_story9568 {
    gap: 40px;
}.educational_gains4986 .text_box_item3701 {
    padding: 35px;
}.educational_gains4986 h4 {
    font-size: 23px;
}
}

@media (max-width: 991px) {.educational_gains4986 {
    padding: 80px 0;
}.educational_gains4986 .success_story9568 {
    grid-template-columns: 1fr;
    gap: 50px;
}.educational_gains4986 .main_image4701 {
    max-width: 80%;
    margin: 0 auto;
    transform: perspective(1000px) rotateY(0);
}.educational_gains4986 .main_image4701:hover {
    transform: perspective(1000px) translateY(-5px);
}.educational_gains4986 .success_story9568::after {
    bottom: 0;
    width: 70%;
    height: 40%;
    right: 0;
    top: auto;
}
}

@media (max-width: 767px) {.educational_gains4986 {
    padding: 60px 0;
}.educational_gains4986 .text_box_item3701 {
    padding: 30px 25px;
}.educational_gains4986 .text_box_item3701 > div {
    gap: 10px;
    flex-direction: column;
}.educational_gains4986 ul {
    width: 100%;
}.educational_gains4986 h4 {
    font-size: calc(19px * 1.2);
}.educational_gains4986 .main_image4701 {
    max-width: 100%;
}.educational_gains4986 li p {
    gap: 12px;
}.educational_gains4986 li p span:first-child {
    width: 34px;
    height: 34px;
}
}

@media (max-width: 576px) {.educational_gains4986 {
    padding: 50px 0;
}.educational_gains4986 h4 {
    font-size: 19px;
}.educational_gains4986 .success_story9568 {
    gap: 40px;
}.educational_gains4986 li {
    margin-bottom: 15px;
}.educational_gains4986 li p {
    font-size: calc(13px * 0.95);
}.educational_gains4986 li p span:first-child {
    height: 30px;
    width: 30px;
}.educational_gains4986 svg {
    width: 20px;
    height: 20px;
}}.training_specialist3256 {
    background: linear-gradient(135deg, rgb(182,191,205) 0%, rgb(130,150,181,0.5) 100%);
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    padding: 7rem 2rem 5rem;
}.training_specialist3256::before {
    width: 60%;
    position: absolute;
    content: "";
    transform: rotateZ(-15deg) rotateX(45deg) rotateY(15deg);
    height: 70%;
    right: -10%;
    z-index: 1;
    opacity: 0.2;
    background: repeating-linear-gradient(
        45deg,
        rgb(74,103,161,0.5),
        rgb(74,103,161,0.5) 5px,
        transparent 5px,
        transparent 20px
    );
    top: -20%;
}.training_specialist3256::after {
    height: 50%;
    position: absolute;
    transform: rotateZ(15deg) rotateX(30deg) rotateY(-10deg);
    bottom: -15%;
    z-index: 1;
    left: -5%;
    content: "";
    border: 5px solid rgb(130,150,181,0.5);
    width: 40%;
    opacity: 0.3;
}.training_specialist3256 .feedback_zone9015 {
    justify-content: center;
    z-index: 2;
    position: relative;
    max-width: 1000px;
    transform-style: preserve-3d;
    align-items: center;
    display: flex;
    margin: 0 auto;
}.training_specialist3256 .main_image4701 {
    position: absolute;
    height: 380px;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
    left: 15%;
    transform: 
        translateZ(60px) 
        rotateY(15deg) 
        rotateX(5deg);
    width: 300px;
    border-radius: 10px;
    z-index: 3;
}.training_specialist3256 .main_image4701:hover {
    filter: brightness(1.1);
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(80px) 
        rotateY(5deg) 
        rotateX(0deg);
}.training_specialist3256 .work_explore9407 {
    padding: 2.5rem 2.5rem 2.5rem 8rem;
    z-index: 2;
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
    margin-left: auto;
    border-radius: 27px;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    width: 550px;
    position: relative;
    background: #ffffff;
}.training_specialist3256 .work_explore9407::before {
    content: "";
    transition: all 0.5s ease;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: rgb(130,150,181,0.5);
    left: 15px;
    top: 15px;
    border-radius: 27px;
    opacity: 0.3;
    width: 100%;
}.training_specialist3256 .work_explore9407:hover {
    transform: 
        translateZ(40px) 
        rotateY(-5deg) 
        rotateX(0deg);
    box-shadow: 25px 25px 40px -5px rgba(0, 0, 0, 0.5);
}.training_specialist3256 .work_explore9407:hover::before {
    opacity: 0.5;
    top: 8px;
    left: 8px;
}.training_specialist3256 .name {
    font-weight: 700;
    transform: translateY(30px);
    color: rgb(130,150,181);
    margin-bottom: 0.7rem;
    animation: slide-up 0.7s forwards 0.2s;
    opacity: 0;
    position: relative;
    font-size: 37px;
    z-index: 2;
}.training_specialist3256 .work_explore9407 > div:nth-child(2) {
    margin-bottom: 2rem;
    animation: slide-up 0.7s forwards 0.4s;
    color: rgb(74,103,161);
    position: relative;
    transform: translateY(30px);
    z-index: 2;
    opacity: 0;
    font-weight: 600;
    font-size: 21px;
}.training_specialist3256 .emp_highlights9374 {
    transform: translateY(30px);
    z-index: 2;
    font-weight: 400;
    line-height: 1.7;
    animation: slide-up 0.7s forwards 0.6s;
    font-size: 15px;
    color: #000000;
    position: relative;
    font-style: italic;
    opacity: 0;
}@keyframes slide-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.training_specialist3256 .emp_highlights9374::after {
    z-index: -1;
    content: "";
    opacity: 0.4;
    position: absolute;
    right: 0;
    color: rgb(74,103,161,0.5);
    bottom: -50px;
    font-family: serif;
    font-size: 6rem;
}@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.training_specialist3256 .feedback_zone9015:hover .main_image4701 {
    animation: floating 6s ease-in-out infinite;
}

@media (max-width: 1100px) {.training_specialist3256 .feedback_zone9015 {
    align-items: center;
    flex-direction: column;
}.training_specialist3256 .main_image4701 {
    position: relative;
    height: 320px;
    width: 250px;
    left: auto;
    transform: 
            translateZ(30px) 
            rotateY(0deg) 
            rotateX(0deg);
    margin-bottom: 4rem;
}.training_specialist3256 .work_explore9407 {
    padding: 2rem;
    transform: 
            translateZ(20px) 
            rotateY(0deg) 
            rotateX(0deg);
    margin-left: 0;
    width: 100%;
}}header {
    background: linear-gradient(to right, rgb(130,150,181,0.5), rgb(74,103,161,0.5));
    width: 100%;
    padding: 1.5rem 3%;
    z-index: 100;
    position: relative;
}header::before {
    left: 0.5rem;
    pointer-events: none;
    right: 0.5rem;
    top: 0.5rem;
    position: absolute;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 0;
    border-radius: 10px;
    bottom: 0.5rem;
}header::after {
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    z-index: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    position: absolute;
}header .container {
    margin: 0;
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 1;
}header .nav_know2681 {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 1.5rem;
    position: relative;
    background: #ffffff;
}header .nav_know2681::before {
    content: '';
    width: 5px;
    top: 0;
    background: linear-gradient(to bottom, rgb(130,150,181), rgb(74,103,161));
    position: absolute;
    height: 100%;
    left: 0;
}header .nav_know2681::after {
    content: '';
    background: linear-gradient(to bottom, rgb(74,103,161), rgb(130,150,181));
    width: 5px;
    top: 0;
    position: absolute;
    height: 100%;
    right: 0;
}header .top_guide0658 {
    padding: 0 0 1rem 0;
    display: flex;
    text-decoration: none;
    position: relative;
    justify-content: center;
}header .top_guide0658::after {
    transform: translateX(-50%);
    position: absolute;
    background: rgb(130,150,181,0.5);
    bottom: 0;
    width: 80px;
    content: '';
    left: 50%;
    height: 1px;
}header .top_guide0658 svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    height: auto;
    transition: all 0.3s ease;
    width: 170px;
}header .top_guide0658:hover svg {
    transform: scale(1.03);
}header .head_bar9275 {
    padding-top: 1rem;
    gap: 0.7rem;
    width: 100%;
    max-width: 90%;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}header .top_pro0659 {
    border-radius: 10px;
    position: relative;
    font-family: Arial, sans-serif;
    text-decoration: none;
    padding: 0.7rem 1.3rem;
    background: rgb(182,191,205);
    color: #000000;
    z-index: 1;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 19px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    font-weight: 600;
}header .top_pro0659::before {
    width: 3px;
    position: absolute;
    z-index: -1;
    left: 0;
    transition: width 0.3s ease;
    background: linear-gradient(to bottom, rgb(130,150,181), rgb(74,103,161));
    height: 100%;
    content: '';
    border-radius: 10px 0 0 10px;
    top: 0;
}header .top_pro0659:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}header .top_pro0659:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .nav_know2681 {
    padding: 1.2rem;
}header .top_guide0658 {
    padding: 0 0 0.8rem 0;
}header .top_guide0658 svg {
    width: 150px;
}header .head_bar9275 {
    padding-top: 0.8rem;
    gap: 0.6rem;
}header .top_pro0659 {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .nav_know2681 {
    padding: 1rem;
}header .top_guide0658 {
    padding: 0 0 0.7rem 0;
}header .top_guide0658 svg {
    width: 130px;
}header .head_bar9275 {
    padding-top: 0.7rem;
    gap: 0.5rem;
    max-width: 95%;
}header .top_pro0659 {
    font-size: calc(19px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .nav_know2681 {
    padding: 0.8rem 0.8rem 1rem;
}header .top_guide0658 {
    padding: 0 0 0.6rem 0;
}header .top_guide0658 svg {
    width: 120px;
}header .head_bar9275 {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.3rem;
    padding-top: 0.6rem;
    justify-content: flex-start;
}header .head_bar9275::-webkit-scrollbar {
    height: 3px;
}header .head_bar9275::-webkit-scrollbar-thumb {
    background: rgb(130,150,181);
    border-radius: 10px;
}header .top_pro0659 {
    white-space: nowrap;
    margin-right: 3px;
    flex-shrink: 0;
}}.course_program0392 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(182,191,205) 0%, rgb(130,150,181,0.5) 100%);
    position: relative;
    padding: 6rem 0;
}.course_program0392::before {
    pointer-events: none;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(74,103,161,0.5) 0%, transparent 60%);
    height: 200%;
    z-index: 0;
    width: 200%;
    top: -50%;
    opacity: 0.3;
    left: -50%;
    position: absolute;
    transform: rotate(-15deg);
}.course_program0392::after {
    opacity: 0.4;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
    content: "";
    pointer-events: none;
    background: 
        radial-gradient(circle at 20% 80%, rgb(130,150,181,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 20%, rgb(74,103,161,0.5) 0%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(130,150,181,0.5) 0%, transparent 20%);
}.course_program0392 .container {
    z-index: 1;
    padding: 0 2rem;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}.course_program0392 .skill_tool3580 {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
    transform: translateZ(0);
    position: relative;
}.course_program0392 .main_image4701 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 380px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.course_program0392 .main_image4701::before {
    opacity: 0.5;
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(45deg, rgb(74,103,161,0.5) 0%, transparent 100%);
}.course_program0392 .main_image4701::after {
    height: 120%;
    transition: opacity 0.5s ease-out;
    left: -10%;
    position: absolute;
    opacity: 0;
    width: 120%;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.2) 100%);
    top: -10%;
    pointer-events: none;
    z-index: 2;
    content: "";
}.course_program0392 .main_image4701:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.course_program0392 .main_image4701:hover::after {
    opacity: 1;
}.course_program0392 .text_box_item3701 {
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    transform: perspective(1000px) translateZ(0);
    background: rgba(255, 255, 255, 0.95);
    padding: 2.5rem;
    z-index: 2;
}.course_program0392 .text_box_item3701::before {
    content: "";
    opacity: 0.05;
    background: linear-gradient(135deg, rgb(74,103,161,0.5) 0%, transparent 100%);
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}.course_program0392 .text_box_item3701:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) translateZ(10px);
}.course_program0392 h3 {
    line-height: 1.3;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(23px * 1.1);
    color: #000000;
    font-weight: 600;
}.course_program0392 h3::after {
    width: 60px;
    left: 0;
    content: "";
    bottom: -12px;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    height: 3px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(130,150,181) 0%, rgb(74,103,161) 100%);
}.course_program0392 .text_box_item3701:hover h3::after {
    width: 90px;
}.course_program0392 .description {
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 15px;
    line-height: 1.7;
}.course_program0392 p.description {
    overflow-y: auto;
    margin-top: 0;
    padding-right: 15px;
    max-height: 300px;
    scrollbar-color: rgb(74,103,161,0.5) transparent;
    scrollbar-width: thin;
}.course_program0392 p.description::-webkit-scrollbar {
    width: 5px;
}.course_program0392 p.description::-webkit-scrollbar-track {
    background: transparent;
}.course_program0392 p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(74,103,161,0.5);
}.course_program0392 span.description {
    display: none;
}.course_program0392 .skill_tool3580 > div {
    position: relative;
}

@media (min-width: 768px) {.course_program0392 {
    padding: 8rem 0;
}.course_program0392 .skill_tool3580 {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.course_program0392 .main_image4701 {
    height: 450px;
}.course_program0392 h3 {
    font-size: calc(23px * 1.2);
}.course_program0392 p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_program0392 .skill_tool3580 {
    gap: 6rem;
}.course_program0392 .main_image4701 {
    height: 520px;
    transform: perspective(1200px) rotateX(3deg) rotateY(-3deg);
}.course_program0392 .text_box_item3701 {
    padding: 3rem;
}.course_program0392 h3 {
    margin-bottom: 2rem;
    font-size: calc(23px * 1.3);
}.course_program0392 h3::after {
    height: 4px;
    bottom: -15px;
}.course_program0392 p.description {
    line-height: 1.8;
    max-height: 400px;
}
}

@media (min-width: 1200px) {.course_program0392 .container {
    padding: 0 3rem;
}.course_program0392 .main_image4701 {
    height: 580px;
}.course_program0392 .text_box_item3701 {
    padding: 3.5rem;
}.course_program0392 h3 {
    font-size: calc(23px * 1.4);
}.course_program0392 p.description {
    font-size: calc(15px * 1.05);
    max-height: 450px;
}
}

@media (max-width: 767px) {.course_program0392 {
    padding: 4rem 0;
}.course_program0392 .main_image4701 {
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
    height: 280px;
}.course_program0392 .text_box_item3701 {
    padding: 2rem;
}.course_program0392 h3 {
    font-size: 23px;
    margin-bottom: 1.25rem;
}.course_program0392 h3::after {
    bottom: -10px;
    width: 50px;
    height: 2px;
}.course_program0392 p.description {
    max-height: 250px;
    line-height: 1.6;
}}.client_experience5164 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(165deg, rgb(182,191,205) 0%, #ffffff 100%);
}.client_experience5164::before {
    height: 100%;
    content: "";
    width: 100%;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(130,150,181,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(74,103,161,0.5) 0%, transparent 40%);
    opacity: 0.5;
    top: 0;
    left: 0;
    position: absolute;
}.client_experience5164::after {
    opacity: 0.05;
    height: 100%;
    content: "";
    background-size: 50px 50px;
    background-image: 
        linear-gradient(90deg, rgb(130,150,181,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(130,150,181,0.5) 1px, transparent 1px);
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
}.client_experience5164 .success_story9568 {
    margin: 0 auto;
    max-width: 1300px;
    z-index: 1;
    overflow: hidden;
    padding: 0;
    position: relative;
}.client_experience5164 h4 {
    position: relative;
    z-index: 2;
    font-size: 28px;
    text-align: center;
    color: #000000;
    margin-bottom: 80px;
    font-weight: 700;
}.client_experience5164 h4::before {
    transform: translateX(-50%);
    left: 50%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: -20px;
    width: 100px;
    background: linear-gradient(90deg, rgb(130,150,181), rgb(74,103,161));
    border-radius: 10px;
}.client_experience5164 h4::after {
    width: 20px;
    left: 50%;
    content: "";
    border: 3px solid rgb(130,150,181);
    height: 20px;
    z-index: 1;
    background: #ffffff;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 50%;
    bottom: -26px;
}.client_experience5164 .client_quotes2310 {
    animation: scrollReviews 60s linear infinite;
    position: relative;
    width: max-content;
    padding: 20px 0;
    display: flex;
}.client_experience5164 .client_quotes2310:hover {
    animation-play-state: paused;
}.client_experience5164 .feedback_zone9015 {
    border-radius: 24px;
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 320px;
    align-items: center;
    height: 400px;
    transform: translateY(0);
    margin: 0 20px;
    transition: all 0.4s ease;
    padding: 30px;
}.client_experience5164 .feedback_zone9015:hover {
    transform: translateY(-15px);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.client_experience5164 .feedback_zone9015::before {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    height: 100%;
    left: 0;
    border-radius: inherit;
    content: "";
}.client_experience5164 .feedback_zone9015::after {
    top: -10px;
    position: absolute;
    content: "";
    opacity: 0.2;
    right: -10px;
    transition: all 0.4s ease;
    z-index: -1;
    background: rgb(130,150,181,0.5);
    height: 60px;
    border-radius: 50%;
    width: 60px;
}.client_experience5164 .feedback_zone9015:hover::after {
    opacity: 0.3;
    transform: scale(1.2);
}.client_experience5164 .main_image4701 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 110px;
    margin-bottom: 25px;
    width: 110px;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 50%;
    border: 5px solid #ffffff;
}.client_experience5164 .feedback_zone9015:hover .main_image4701 {
    transform: scale(1.1);
    border-color: rgb(130,150,181,0.5);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.client_experience5164 .feedback_zone9015 span {
    font-size: calc(13px * 1.2);
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000000;
    transition: all 0.3s ease;
    text-align: center;
}.client_experience5164 .feedback_zone9015 span::after {
    width: 40px;
    bottom: -8px;
    position: absolute;
    content: "";
    height: 2px;
    left: 50%;
    opacity: 0.5;
    transform: translateX(-50%);
    background: rgb(130,150,181);
    transition: all 0.3s ease;
}.client_experience5164 .feedback_zone9015:hover span {
    color: rgb(130,150,181);
}.client_experience5164 .feedback_zone9015:hover span::after {
    width: 60px;
    opacity: 1;
}.client_experience5164 .feedback_zone9015 p {
    flex-grow: 1;
    color: #000000;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 13px;
    text-align: center;
    align-items: center;
    display: flex;
    line-height: 1.6;
}.client_experience5164 .feedback_zone9015:nth-child(3n+1) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(130,150,181,0.5), 0.05));
}.client_experience5164 .feedback_zone9015:nth-child(3n+2) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(74,103,161,0.5), 0.05));
}.client_experience5164 .feedback_zone9015:nth-child(3n+2)::after {
    background: rgb(74,103,161,0.5);
}.client_experience5164 .feedback_zone9015:nth-child(3n+3) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(130,150,181,0.5), 0.03));
}.client_experience5164 .feedback_zone9015:nth-child(even) {
    margin-top: 30px;
}.client_experience5164 .feedback_zone9015:nth-child(odd) {
    margin-top: -30px;
}

@keyframes scrollReviews {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1200px) {.client_experience5164 {
    padding: 90px 0;
}.client_experience5164 .feedback_zone9015 {
    padding: 25px;
    width: 280px;
    height: 380px;
}.client_experience5164 .main_image4701 {
    width: 90px;
    height: 90px;
}
}

@media (max-width: 992px) {.client_experience5164 {
    padding: 70px 0;
}.client_experience5164 h4 {
    margin-bottom: 60px;
}.client_experience5164 .feedback_zone9015 {
    margin: 0 15px;
    padding: 20px;
    width: 250px;
    height: 350px;
}.client_experience5164 .main_image4701 {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
}.client_experience5164 .feedback_zone9015 span {
    font-size: 13px;
}.client_experience5164 .feedback_zone9015:nth-child(even) {
    margin-top: 20px;
}.client_experience5164 .feedback_zone9015:nth-child(odd) {
    margin-top: -20px;
}
}

@media (max-width: 768px) {.client_experience5164 {
    padding: 60px 0;
}.client_experience5164 .success_story9568 {
    padding: 0 20px;
    overflow: visible;
}.client_experience5164 .client_quotes2310 {
    width: 100%;
    flex-direction: column;
    animation: none;
}.client_experience5164 .feedback_zone9015 {
    margin: 0 0 30px;
    min-height: 200px;
    width: 100%;
    height: auto;
    padding: 25px;
}.client_experience5164 .feedback_zone9015:last-child {
    margin-bottom: 0;
}.client_experience5164 .feedback_zone9015:nth-child(even),
    .client_experience5164 .feedback_zone9015:nth-child(odd) {
    margin-top: 0;
}.client_experience5164 .feedback_zone9015::after {
    width: 40px;
    height: 40px;
}.client_experience5164 .main_image4701 {
    height: 80px;
    margin-bottom: 15px;
    width: 80px;
}.client_experience5164 .feedback_zone9015 p {
    margin-top: 10px;
}}.pricing_wrapper9280 {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(182,191,205), #ffffff);
    position: relative;
}.pricing_wrapper9280::before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    position: absolute;
}.pricing_wrapper9280 .container {
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}.pricing_wrapper9280 .plan_cost7530 {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}.pricing_wrapper9280 .skill_offers0613 {
    text-align: center;
    transform: translateY(20px);
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    padding: 2rem;
    animation: fadeInUp 0.8s forwards 0.2s;
    order: 1;
}.pricing_wrapper9280 .skill_offers0613 h2 {
    position: relative;
    color: rgb(130,150,181);
    font-weight: 700;
    font-size: 37px;
    display: inline-block;
    margin-bottom: 1.5rem;
}.pricing_wrapper9280 .skill_offers0613 h2::after {
    bottom: -10px;
    content: "";
    height: 3px;
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(130,150,181), transparent);
    width: 60%;
    transform: translateX(-50%);
}.pricing_wrapper9280 .skill_offers0613 .pricing_list9534 {
    line-height: 1.6;
    margin: 0 auto;
    font-size: 14px;
    max-width: 80%;
    font-weight: 400;
    color: #000000;
}.pricing_wrapper9280 .member_fees5078 {
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
    order: 2;
}.pricing_wrapper9280 .pricing_block7548 {
    animation: fadeInUp 0.8s forwards;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    text-decoration: none;
    transform: translateY(30px);
    opacity: 0;
    display: block;
    will-change: transform, opacity;
    animation-delay: calc(0.1s * var(--i, 1));
}.pricing_wrapper9280 .pricing_block7548:nth-child(1) {
    --i: 1;
}.pricing_wrapper9280 .pricing_block7548:nth-child(2) {
    --i: 2;
}.pricing_wrapper9280 .pricing_block7548:nth-child(3) {
    --i: 3;
}.pricing_wrapper9280 .pricing_block7548:nth-child(4) {
    --i: 4;
}.pricing_wrapper9280 .pricing_block7548:hover {
    transform: translateY(-5px) scale(1.02);
}.pricing_wrapper9280 .package_price4901 {
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    overflow: hidden;
    background: #ffffff;
    transition: all 0.4s ease;
    flex-direction: column;
    display: flex;
    position: relative;
}.pricing_wrapper9280 .pricing_block7548:hover .package_price4901 {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.pricing_wrapper9280 .payment_option3029 {
    flex-grow: 1;
    padding: 2.5rem 2rem;
    display: flex;
    z-index: 1;
    flex-direction: column;
    position: relative;
}.pricing_wrapper9280 .payment_option3029::before {
    position: absolute;
    content: "";
    height: 120px;
    transform: translate(30px, -30px);
    right: 0;
    top: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(130,150,181,0.5) 50%);
    z-index: -1;
    opacity: 0;
    width: 120px;
    transition: opacity 0.4s ease, transform 0.4s ease;
}.pricing_wrapper9280 .pricing_block7548:hover .payment_option3029::before {
    opacity: 0.7;
    transform: translate(0, 0);
}.pricing_wrapper9280 .pricing_block7548 h3 {
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    font-size: calc(18px + 0.2rem);
}.pricing_wrapper9280 .pricing_block7548:hover h3 {
    color: rgb(130,150,181);
}.pricing_wrapper9280 .price_deals2987 {
    font-size: calc(20px + 0.8rem);
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: rgb(130,150,181);
}.pricing_wrapper9280 .price_deals2987::before {
    width: 40px;
    height: 3px;
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    background: rgb(74,103,161);
    transition: width 0.3s ease;
}.pricing_wrapper9280 .pricing_block7548:hover .price_deals2987::before {
    width: 80px;
}.pricing_wrapper9280 .pricing_block7548 p {
    line-height: 1.6;
    color: #000000;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-word-break: break-all;
    margin-bottom: 0;
    font-size: 14px;
}.pricing_wrapper9280 .main_image4701 {
    position: relative;
    transition: transform 0.5s ease;
    overflow: hidden;
    height: 200px;
}.pricing_wrapper9280 .main_image4701::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    content: "";
}.pricing_wrapper9280 .pricing_block7548:hover .main_image4701 {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing_wrapper9280 .member_fees5078 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_wrapper9280 .skill_offers0613 {
    padding: 3rem;
}.pricing_wrapper9280 .payment_option3029 {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.pricing_wrapper9280 .plan_cost7530 {
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}.pricing_wrapper9280 .skill_offers0613 {
    display: flex;
    flex-direction: column;
    text-align: left;
    height: 100%;
    order: 2;
    padding: 4rem 3rem;
    justify-content: center;
}.pricing_wrapper9280 .skill_offers0613 h2::after {
    background: linear-gradient(90deg, rgb(130,150,181), transparent);
    transform: none;
    left: 0;
    width: 100px;
}.pricing_wrapper9280 .skill_offers0613 .pricing_list9534 {
    margin: 0;
    max-width: 100%;
}.pricing_wrapper9280 .member_fees5078 {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.pricing_wrapper9280 .member_fees5078 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.pricing_wrapper9280 .payment_option3029 {
    padding: 3rem 2.5rem;
}.pricing_wrapper9280 .skill_offers0613 h2 {
    font-size: calc(37px + 0.3rem);
}
}

@media (max-width: 767px) {.pricing_wrapper9280 {
    padding: 4rem 0;
}.pricing_wrapper9280 .skill_offers0613 h2 {
    font-size: calc(37px - 0.2rem);
}.pricing_wrapper9280 .skill_offers0613 .pricing_list9534 {
    max-width: 100%;
    font-size: calc(14px - 0.1rem);
}.pricing_wrapper9280 .pricing_block7548 h3 {
    font-size: 18px;
}.pricing_wrapper9280 .price_deals2987 {
    font-size: calc(20px + 0.5rem);
}.pricing_wrapper9280 .main_image4701 {
    height: 160px;
}}.privacy_fence8721 {
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 40px;
    width: 100%;
}.privacy_fence8721 h1 {
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 25px;
    margin-top: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(130,150,181);
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(130,150,181);
    font-family: Arial, sans-serif;
}.privacy_fence8721 h2 {
    margin-top: 30px;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid #000000;
    padding-bottom: 8px;
    text-transform: uppercase;
    color: #000000;
}.privacy_fence8721 ul, .privacy_fence8721 ol {
    list-style: none;
    margin: 20px 0;
    padding-left: 0;
}.privacy_fence8721 ul li, .privacy_fence8721 ol li {
    font-family: Arial, sans-serif;
    background: rgb(130,150,181,0.5);
    font-weight: 400;
    border-radius: 10px;
    color: #000000;
    position: relative;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}.privacy_fence8721 ul li::before, .privacy_fence8721 ol li::before {
    font-weight: 700;
    width: 1em;
    content: '\2022';
    color: rgb(130,150,181);
    margin-left: -1em;
    display: inline-block;
}.privacy_fence8721 p, .privacy_fence8721 span, .privacy_fence8721 div {
    font-size: 18px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #000000;
}.privacy_fence8721 p:hover, .privacy_fence8721 span:hover, .privacy_fence8721 div:hover {
    color: rgb(130,150,181);
}

@media only screen and (max-width: 800px) {.privacy_fence8721 {
    padding: 20px;
}.privacy_fence8721 h1, .privacy_fence8721 h2 {
    font-size: 21px;
    text-align: center;
}.privacy_fence8721 ul li, .privacy_fence8721 ol li {
    font-size: 18px;
    padding: 8px;
}}

.privacy_fence8721 ul li:hover, .privacy_fence8721 ol li:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgb(130,150,181);
    transform: translateY(-3px);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.privacy_fence8721 h1, .privacy_fence8721 h2 {
    animation: fadeInUp 0.6s ease-in-out;
}.modalTrackingConsent5863 {
    width: 100%;
    z-index: 90;
    border-top: 2px solid rgb(130,150,181);
    position: fixed;
    bottom: 0;
    background: rgb(182,191,205);
}.track_prefs7263 {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    display: flex;
}.modalTrackingConsent5863 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.modalTrackingConsent5863 p {
    font-size: 18px;
}.consent_panel4562 {
    margin-right: 10px;
    flex-shrink: 0;
}.consent_panel4562 svg, .consent_panel4562 svg path, .consent_panel4562 img {
    width: 100px;
    height: 100px;
    fill: rgb(130,150,181);
}.cookie_lock4186 {
    color: rgb(130,150,181);
    font-size: 24px;
    border-bottom: 2px solid rgb(130,150,181);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
    text-align: center;
    margin-left: 10px;
    min-width: 120px;
    line-height: 35px;
}.modalTrackingConsent5863 p a {
    text-decoration: none;
    color: rgb(130,150,181);
}#panelPrivacyPolicy1346 {
    display: none;
}#panelPrivacyPolicy1346:checked ~ .modalTrackingConsent5863 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.modalTrackingConsent5863 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.consent_panel4562 {
    display: none;
}.track_prefs7263 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.modalTrackingConsent5863 h5 {
    text-align: center;
}.modalTrackingConsent5863 p {
    text-align: center;
}.privacy_ack2894 {
    margin-bottom: 20px;
}body .wrapper-capsule5718 .cookie_lock4186 {
    margin-left: 0;
}}
.wrapper-capsule5718 .track_prefs7263 {
    justify-content: flex-end;
}.wrapper-capsule5718 .cookie_lock4186 {
    padding: 10px;
    background: rgb(130,150,181);
    margin-left: 30px;
    color: #ffffff;
    font-size: 20px;
}.wrapper-capsule5718 .privacy_ack2894 {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.wrapper-capsule5718 .cookie_lock4186 {
    margin-left: 0;
    margin-bottom: 10px;
}}footer {
    position: relative;
}footer::before {
    z-index: 1;
    content: '';
    left: 0;
    top: 0;
    opacity: 0.95;
    position: absolute;
    background: linear-gradient(125deg, #000000 0%, rgb(74,103,161) 100%);
    bottom: 0;
    right: 0;
}.partner_logo7361 {
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 2;
    padding: 60px 0;
}.partner_logo7361 .container {
    display: flex;
    flex-wrap: wrap;
}.partner_logo7361 .company_holder {
    padding: 25px;
    border-radius: 25px;
    margin-bottom: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    flex: 0 0 100%;
}.partner_logo7361 .company_holder h3 {
    letter-spacing: 1px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 31px;
    margin-bottom: 20px;
}.partner_logo7361 .patent_info9783 {
    color: #ffffff;
    padding: 15px 20px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    max-width: 80%;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
}.partner_logo7361 .guide_section2874 {
    flex: 0 0 100%;
    margin-top: 20px;
}.partner_logo7361 .top_site8092 {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    gap: 30px;
    display: flex;
}.partner_logo7361 .head_bar9275 {
    max-width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 25px;
    transition: all 0.3s ease;
}.partner_logo7361 .head_bar9275:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
}.partner_logo7361 .head_bar9275 h5 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 21px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: 600;
}.partner_logo7361 .head_bar9275 .top_site8092 {
    flex-direction: column;
    margin-top: 0;
    display: flex;
    gap: 12px;
}.partner_logo7361 .head_bar9275 .top_site8092 a {
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    padding: 8px 12px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 10px;
}.partner_logo7361 .head_bar9275 .top_site8092 a:hover {
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}.credit_info8569 {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    margin-top: 40px;
    z-index: 2;
    position: relative;
}.credit_info8569::before {
    right: 20%;
    height: 1px;
    content: '';
    opacity: 0.2;
    left: 20%;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
}.credit_info8569 .container {
    justify-content: center;
    display: flex;
}.credit_info8569 .footer_address1867 {
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 12px;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.partner_logo7361 .top_site8092 {
    justify-content: space-between;
}.partner_logo7361 .company_holder {
    flex: 0 0 30%;
    text-align: left;
}.partner_logo7361 .guide_section2874 {
    flex: 0 0 65%;
}.partner_logo7361 .container {
    justify-content: space-between;
    align-items: flex-start;
}.partner_logo7361 .patent_info9783 {
    margin: 0;
    text-align: left;
    max-width: 100%;
}
}

@media (max-width: 767px) {.partner_logo7361 .head_bar9275 {
    flex: 0 0 100%;
    margin-bottom: 20px;
    max-width: 100%;
}.partner_logo7361 .company_holder {
    padding: 20px 15px;
}.partner_logo7361 .patent_info9783 {
    padding: 15px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.partner_logo7361 {
    padding: 40px 0;
}.partner_logo7361 .company_holder h3 {
    font-size: calc(31px * 0.8);
}.partner_logo7361 .head_bar9275 h5 {
    font-size: calc(21px * 0.9);
}.partner_logo7361 .head_bar9275 .top_site8092 a {
    font-size: calc(14px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
    background-size: 20px 20px;
    height: 100%;
    top: 0;
    content: '';
}