* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}.top_skill_934 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.wrapper-holder_105 {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}.edu_global_085 {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1177px;
}svg {
    height: 30px;
    width: 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;
}}
.our_story_875 {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.our_story_875::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 35%,
        rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    right: 0;
    content: "";
    top: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
}.our_story_875::after {
    filter: blur(40px);
    right: -10%;
    background: linear-gradient(45deg, 
        rgb(218,173,175,0.5) 0%,
        rgb(199,134,139,0.5) 100%);
    position: absolute;
    z-index: 2;
    height: 80%;
    width: 60%;
    content: "";
    transform: rotate(-15deg);
    top: -10%;
}.our_story_875 .container {
    z-index: 5;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.our_story_875 .content_box_wrap_037 {
    transition: transform 0.5s ease-out;
    padding: 50px;
    position: relative;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%);
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 4px solid rgb(218,173,175);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
}.our_story_875 .content_box_wrap_037:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_story_875 .content_box_wrap_037::before {
    right: 20px;
    border-right: 3px solid rgb(199,134,139);
    top: 20px;
    opacity: 0.7;
    border-top: 3px solid rgb(199,134,139);
    width: 60px;
    height: 60px;
    position: absolute;
    content: "";
}.our_story_875 .content_box_wrap_037::after {
    border-left: 3px solid rgb(218,173,175);
    border-bottom: 3px solid rgb(218,173,175);
    height: 60px;
    position: absolute;
    bottom: 20px;
    opacity: 0.7;
    content: "";
    left: 20px;
    width: 60px;
}.our_story_875 h1 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 40px;
    transform: translateX(-10px);
    animation: slideIn 0.8s ease-out forwards;
    opacity: 0;
    color: #ffffff;
    position: relative;
    margin-bottom: 40px;
}.our_story_875 h1::after {
    transform: scaleX(0);
    bottom: -15px;
    animation: expandLine 1.2s 0.5s ease-out forwards;
    transform-origin: left;
    content: "";
    height: 4px;
    width: 80px;
    background: linear-gradient(90deg, 
        rgb(218,173,175) 0%,
        rgb(199,134,139) 100%);
    position: absolute;
    left: 0;
}.our_story_875 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.our_story_875 li {
    animation: fadeUp 0.8s 0.3s ease-out forwards;
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 25px;
}.our_story_875 h4 {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-size: calc(22px + 2px);
    font-weight: 600;
    color: rgb(199,134,139);
}.our_story_875 h4::before {
    background-color: rgb(218,173,175);
    width: 8px;
    height: 8px;
    position: absolute;
    content: "";
    left: -15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}.our_story_875 span {
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    font-size: 12px;
    position: relative;
    text-align: justify;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

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

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

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

@media (max-width: 992px) {.our_story_875 {
    padding: 80px 0;
}.our_story_875 .content_box_wrap_037 {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.our_story_875 h1 {
    font-size: calc(40px - 4px);
}.our_story_875 span {
    font-size: calc(12px - 1px);
}
}

@media (max-width: 768px) {.our_story_875 {
    padding: 60px 0;
}.our_story_875::after {
    width: 80%;
    height: 60%;
}.our_story_875 .content_box_wrap_037 {
    transform: none;
    padding: 30px 25px;
}.our_story_875 .content_box_wrap_037::before,
    .our_story_875 .content_box_wrap_037::after {
    width: 40px;
    height: 40px;
}.our_story_875 h1 {
    margin-bottom: 30px;
    font-size: calc(40px - 8px);
}.our_story_875 h4 {
    font-size: 22px;
}
}

@media (max-width: 576px) {.our_story_875 {
    padding: 50px 0;
}.our_story_875 .content_box_wrap_037 {
    padding: 25px 20px;
}.our_story_875 h1 {
    font-size: calc(40px - 12px);
    margin-bottom: 25px;
}.our_story_875 h1::after {
    bottom: -10px;
    height: 3px;
    width: 60px;
}.our_story_875 span {
    font-size: calc(12px - 2px);
    padding-left: 10px;
    line-height: 1.6;
}.our_story_875 .content_box_wrap_037::before,
    .our_story_875 .content_box_wrap_037::after {
    width: 30px;
    height: 30px;
}}.privacy_arsenal_943 {
    display: flex;
    height: auto;
    font-family: Arial, sans-serif;
    padding: 20px 40px;
    background: linear-gradient(135deg, rgb(218,173,175) 30%, rgb(199,134,139) 100%);
    width: 100%;
    color: #ffffff;
    gap: 20px;
    flex-direction: column;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}.privacy_arsenal_943 h1 {
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 38px;
    border-bottom: 2px solid #ffffff;
}.privacy_arsenal_943 h2 {
    font-weight: 600;
    border-bottom: 1px solid #ffffff;
    font-size: 31px;
    padding-bottom: 8px;
    color: #ffffff;
}.privacy_arsenal_943 h3, .privacy_arsenal_943 h4, .privacy_arsenal_943 h5, .privacy_arsenal_943 h6 {
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 400;
}.privacy_arsenal_943 ul, .privacy_arsenal_943 ol {
    border-left: 2px solid #ffffff;
    list-style: none;
    margin: 20px 0;
    padding: 0;
}.privacy_arsenal_943 li {
    color: #ffffff;
    padding: 10px 0;
    border-bottom: 1px dashed #ffffff;
    font-size: 14px;
    margin-left: 10px;
}.privacy_arsenal_943 section {
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
    color: #ffffff;
}.privacy_arsenal_943 p, .privacy_arsenal_943 span, .privacy_arsenal_943 div {
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 14px;
}

@media only screen and (max-width: 800px) {.privacy_arsenal_943 {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
}.privacy_arsenal_943 h1 {
    font-size: calc(19px - 10px);
}.privacy_arsenal_943 h2 {
    font-size: calc(19px - 5px);
}.privacy_arsenal_943 ul, .privacy_arsenal_943 ol {
    border-left: 1px solid #ffffff;
}.privacy_arsenal_943 li {
    font-size: calc(14px - 2px);
}}.study_process_587 {
    padding: 170px 0 140px;
    background: linear-gradient(130deg, rgb(236,215,216) 0%, rgb(199,134,139,0.5) 150%);
    overflow: visible;
    position: relative;
}.study_process_587::before {
    background-image: linear-gradient(rgb(218,173,175,0.5) 1px, transparent 1px);
    top: 0;
    opacity: 0.05;
    background-size: 100% 40px;
    z-index: 1;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.study_process_587 .learning_dna_637 {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.study_process_587 .content_box_wrap_037 {
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    display: flex;
    padding: 0;
}.study_process_587 .content_box_wrap_037 h2 {
    padding: 35px 40px;
    width: 40%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: linear-gradient(120deg, rgb(218,173,175,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    font-size: 29px;
    position: relative;
    color: #ffffff;
    backdrop-filter: blur(10px);
    transform: translate(-60px, -40px);
    border-radius: 17px;
    align-self: flex-start;
    margin: 0;
    z-index: 4;
    font-weight: 700;
}.study_process_587 .content_box_wrap_037 p {
    align-self: flex-end;
    padding: 40px 50px;
    position: relative;
    line-height: 1.8;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 14px;
    z-index: 3;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    backdrop-filter: blur(15px);
    margin: 0;
    transform: translate(30px, 40px);
    width: 60%;
}.study_process_587 .content_box_wrap_037::before {
    filter: blur(40px);
    opacity: 0.15;
    left: 10%;
    border-radius: 17px;
    z-index: 1;
    content: '';
    top: 15%;
    width: 80%;
    height: 65%;
    background: linear-gradient(140deg, rgb(218,173,175,0.5) 0%, transparent 70%);
    position: absolute;
}.study_process_587 .content_box_wrap_037::after {
    position: absolute;
    border: 1px solid rgb(218,173,175,0.5);
    border-radius: 17px;
    opacity: 0.1;
    left: 5%;
    height: 80%;
    content: '';
    z-index: 2;
    top: 10%;
    width: 90%;
}.study_process_587 .content_box_wrap_037 h2::before {
    position: absolute;
    bottom: -60px;
    background: rgb(218,173,175);
    border-radius: 50%;
    opacity: 0.05;
    filter: blur(30px);
    right: -60px;
    content: '';
    z-index: -1;
    height: 120px;
    width: 120px;
}.study_process_587 .content_box_wrap_037 h2::after {
    content: '';
    background: rgb(218,173,175);
    position: absolute;
    bottom: -90px;
    opacity: 0.6;
    width: 3px;
    right: 40px;
    height: 80px;
    z-index: 5;
}.study_process_587 .content_box_wrap_037 p::before {
    height: 1px;
    opacity: 0.3;
    width: 80%;
    content: '';
    top: 30px;
    position: absolute;
    left: 10%;
    background: linear-gradient(90deg, transparent, rgb(218,173,175,0.5), transparent);
}.study_process_587 .content_box_wrap_037 p::after {
    width: 60%;
    position: absolute;
    bottom: 30px;
    height: 1px;
    opacity: 0.3;
    content: '';
    left: 20%;
    background: linear-gradient(90deg, transparent, rgb(199,134,139,0.5), transparent);
}.study_process_587::after {
    right: 10%;
    z-index: 1;
    filter: blur(80px);
    opacity: 0.05;
    background: rgb(218,173,175,0.5);
    bottom: -100px;
    position: absolute;
    animation: float-morph 20s infinite alternate;
    width: 250px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    content: '';
    height: 250px;
}.study_process_587 .learning_dna_637::before {
    opacity: 0.2;
    height: 200px;
    animation: rotate-scale 25s infinite linear;
    transform-origin: center;
    border: 1px solid rgb(199,134,139,0.5);
    width: 200px;
    position: absolute;
    top: -100px;
    left: 12%;
    content: '';
}.study_process_587 .learning_dna_637::after {
    bottom: -90px;
    position: absolute;
    width: 180px;
    border: 1px dashed rgb(218,173,175,0.5);
    left: 40%;
    content: '';
    opacity: 0.15;
    animation: rotate-scale 20s infinite linear reverse;
    height: 180px;
    transform-origin: center;
}@keyframes float-morph {
    0% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
    50% {
        border-radius: 50% 50% 70% 30% / 60% 40% 30% 70%;
        transform: translate(-30px, -20px);
    }
    100% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
}

@keyframes rotate-scale {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.study_process_587 .learning_dna_637::before {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}.study_process_587 .learning_dna_637::after {
    clip-path: polygon(50% 0, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

@media screen and (max-width: 1200px) {.study_process_587 .content_box_wrap_037 h2 {
    transform: translate(-40px, -30px);
    width: 45%;
}.study_process_587 .content_box_wrap_037 p {
    width: 65%;
    transform: translate(20px, 30px);
}.study_process_587 .learning_dna_637::before,
    .study_process_587 .learning_dna_637::after {
    height: 160px;
    width: 160px;
}
}

@media screen and (max-width: 992px) {.study_process_587 {
    padding: 140px 0 120px;
}.study_process_587 .content_box_wrap_037 h2 {
    transform: translate(-30px, -25px);
    padding: 30px 35px;
    width: 50%;
}.study_process_587 .content_box_wrap_037 p {
    padding: 35px 40px;
    width: 70%;
    transform: translate(15px, 25px);
}.study_process_587 .content_box_wrap_037 h2::after {
    bottom: -70px;
    height: 60px;
}.study_process_587 .learning_dna_637::before {
    height: 140px;
    top: -70px;
    width: 140px;
}.study_process_587 .learning_dna_637::after {
    height: 140px;
    width: 140px;
    bottom: -70px;
}
}

@media screen and (max-width: 768px) {.study_process_587 {
    padding: 120px 0 100px;
    overflow: hidden;
}.study_process_587 .content_box_wrap_037 {
    flex-direction: column;
}.study_process_587 .content_box_wrap_037 h2 {
    padding: 25px 30px;
    font-size: calc(29px * 0.9);
    transform: none;
    margin-bottom: 40px;
    width: 100%;
}.study_process_587 .content_box_wrap_037 p {
    transform: none;
    width: 100%;
}.study_process_587 .content_box_wrap_037::before,
    .study_process_587 .content_box_wrap_037::after {
    display: none;
}.study_process_587 .content_box_wrap_037 h2::after {
    height: 40px;
    bottom: -50px;
    right: 50%;
}.study_process_587 .learning_dna_637::before,
    .study_process_587 .learning_dna_637::after,
    .study_process_587::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.study_process_587 {
    padding: 100px 0 80px;
}.study_process_587 .content_box_wrap_037 h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
    padding: 20px 25px;
}.study_process_587 .content_box_wrap_037 p {
    font-size: calc(14px * 0.9);
    padding: 25px 30px;
}.study_process_587 .content_box_wrap_037 h2::after {
    height: 30px;
    bottom: -40px;
}}.course_fit_for_902 {
    z-index: 1;
    background-color: rgb(236,215,216);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.course_fit_for_902::before {
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
    position: absolute;
    z-index: -1;
    left: 0;
}.course_fit_for_902::after {
    position: absolute;
    width: 100%;
    animation: cloudMove 25s infinite alternate ease-in-out;
    height: 100%;
    top: 0;
    z-index: -1;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(218,173,175,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(199,134,139,0.5), 0.1) 0%, transparent 40%);
}.course_fit_for_902 .learning_dna_637 {
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}.course_fit_for_902 h3 {
    position: relative;
    margin-bottom: 4rem;
    text-align: center;
    font-size: 41px;
    font-weight: 600;
    opacity: 0.9;
    letter-spacing: 1px;
    color: rgb(218,173,175);
}.course_fit_for_902 h3::after {
    bottom: -15px;
    position: absolute;
    opacity: 0.6;
    content: "";
    transform: translateX(-50%);
    background: rgb(218,173,175);
    height: 2px;
    left: 50%;
    width: 50px;
}.course_fit_for_902 ul {
    gap: 2rem;
    margin: 0;
    list-style: none;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    padding: 0;
}.course_fit_for_902 li {
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 2rem;
    border: 1px solid rgba(#ffffff, 0.1);
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    border-radius: 13px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: rgba(#ffffff, 0.08);
}.course_fit_for_902 li::before {
    z-index: -1;
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
}.course_fit_for_902 li:hover {
    border-color: rgba(rgb(218,173,175,0.5), 0.2);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
    transform: translateY(-10px);
}.course_fit_for_902 li:hover::after {
    height: 4px;
    background: linear-gradient(
        90deg,
        rgb(218,173,175) 0%,
        rgb(199,134,139) 100%
    );
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}.course_fit_for_902 li svg {
    opacity: 0.9;
    margin-bottom: 1.5rem;
    transition: all 0.5s ease;
    width: 50px;
    fill: rgb(199,134,139);
    height: 50px;
}.course_fit_for_902 li svg path {
    transition: fill 0.5s ease;
    fill: rgb(199,134,139);
}.course_fit_for_902 li:hover svg {
    animation: float 3s infinite ease-in-out;
    transform: translateY(-3px);
}.course_fit_for_902 li:hover svg path {
    fill: rgb(218,173,175);
}.course_fit_for_902 li {
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}

@keyframes float {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}

@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}

@media (max-width: 1200px) {.course_fit_for_902 ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 992px) {.course_fit_for_902 {
    padding: 5rem 0;
}.course_fit_for_902 h3 {
    font-size: calc(41px * 0.9);
    margin-bottom: 3.5rem;
}
}

@media (max-width: 768px) {.course_fit_for_902 {
    padding: 4rem 0;
}.course_fit_for_902 .learning_dna_637 {
    padding: 0 1.5rem;
}.course_fit_for_902 h3 {
    font-size: calc(41px * 0.8);
    margin-bottom: 3rem;
}.course_fit_for_902 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.course_fit_for_902 li {
    padding: 1.5rem;
}.course_fit_for_902 li svg {
    height: 45px;
    width: 45px;
    margin-bottom: 1.2rem;
}
}

@media (max-width: 480px) {.course_fit_for_902 {
    padding: 3rem 0;
}.course_fit_for_902 .learning_dna_637 {
    padding: 0 1rem;
}.course_fit_for_902 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(41px * 0.7);
}.course_fit_for_902 li {
    padding: 1.25rem;
}.course_fit_for_902 li svg {
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
}}.sign_up_now_619 {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(218,173,175) 0%, rgb(199,134,139) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    padding: 5rem 2rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}.sign_up_now_619::before {
    top: 0;
    width: 100%;
    position: absolute;
    transform: translateZ(-10px);
    height: 100%;
    left: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(255,255,255,0.05),
        rgba(255,255,255,0.05) 15px,
        transparent 15px,
        transparent 30px
    );
    z-index: -1;
}.sign_up_now_619::after {
    top: -50%;
    position: absolute;
    content: "";
    width: 100%;
    z-index: -1;
    height: 100%;
    background: radial-gradient(
        circle at center,
        rgba(255,255,255,0.15) 0%,
        transparent 70%
    );
    right: -50%;
    transform: rotate(-15deg);
}.sign_up_now_619 .container {
    transform-style: preserve-3d;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    animation: containerReveal 0.8s ease-out forwards;
}.sign_up_now_619 h6 {
    margin-bottom: 2.5rem;
    font-weight: 600;
    margin-left: auto;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    line-height: 1.5;
    font-size: calc(18px * 1.2);
    color: #ffffff;
    text-align: center;
    transition: transform 0.4s ease-out;
    position: relative;
    transform: translateZ(20px);
    max-width: 90%;
    margin-right: auto;
}.sign_up_now_619 .container div {
    align-items: center;
    justify-content: center;
    display: flex;
    animation: buttonContainer 0.5s ease-out 0.4s both;
    margin-top: 1.5rem;
    transform: translateZ(30px);
}.sign_up_now_619 .container div span {
    position: relative;
    transition: transform 0.3s var(--timing-cubic);
    display: inline-block;
}.sign_up_now_619 .container div span::before {
    height: calc(100% + 20px);
    transform: scale(0.9);
    border: 2px solid rgba(255,255,255,0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    border-radius: 18px;
    left: -10px;
    width: calc(100% + 20px);
    z-index: -1;
    top: -10px;
    position: absolute;
    content: "";
}.sign_up_now_619 .container div span:hover::before {
    opacity: 1;
    transform: scale(1);
}.sign_up_now_619 .request_section_370 {
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.07);
    border-radius: 10px;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 0.9rem 2.5rem;
    overflow: hidden;
    align-items: center;
    font-weight: 700;
    display: inline-flex;
    color: rgb(218,173,175);
    font-size: 14px;
    position: relative;
    justify-content: center;
    text-decoration: none;
}.sign_up_now_619 .request_section_370::before {
    transition: opacity 0.4s ease;
    left: 0;
    z-index: -1;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    background: linear-gradient(to right, rgb(199,134,139) 0%, rgb(218,173,175) 100%);
}.sign_up_now_619 .request_section_370:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.08);
    color: #ffffff;
    transform: translateY(-5px);
}.sign_up_now_619 .request_section_370:hover::before {
    opacity: 1;
}.sign_up_now_619 .request_section_370:active {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1), 0 4px 4px rgba(0,0,0,0.05);
}.sign_up_now_619 .request_section_370 span {
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}.sign_up_now_619 .request_section_370:hover span {
    transform: scale(1.05);
}

@keyframes containerReveal {
    0% {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@keyframes buttonContainer {
    0% {
        opacity: 0;
        transform: translateZ(30px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateZ(30px) scale(1);
    }
}

@media (min-width: 768px) {.sign_up_now_619 {
    padding: 7rem 3rem;
    background: linear-gradient(120deg, rgb(218,173,175) 0%, rgb(199,134,139) 70%, rgb(218,173,175,0.5) 100%);
}.sign_up_now_619::before {
    background-size: 40px 40px;
}.sign_up_now_619 h6 {
    margin-bottom: 3rem;
    max-width: 80%;
    font-size: calc(18px * 1.4);
}.sign_up_now_619 .container {
    align-items: center;
    display: flex;
    flex-direction: column;
}.sign_up_now_619 .request_section_370 {
    padding: 1rem 3rem;
}
}

@media (min-width: 992px) {.sign_up_now_619 {
    padding: 8rem 4rem;
}.sign_up_now_619::after {
    height: 150%;
    width: 150%;
}.sign_up_now_619 h6 {
    font-size: calc(18px * 1.5);
    max-width: 70%;
    margin-bottom: 3.5rem;
}.sign_up_now_619 .container div {
    margin-top: 2rem;
}.sign_up_now_619 .request_section_370 {
    font-size: calc(14px * 1.1);
    padding: 1.1rem 3.5rem;
}
}

@media (max-width: 767px) {.sign_up_now_619 {
    padding: 4rem 1.5rem;
}.sign_up_now_619 h6 {
    font-size: 18px;
    margin-bottom: 2rem;
}.sign_up_now_619 .request_section_370 {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 480px) {.sign_up_now_619 {
    padding: 3.5rem 1rem;
}.sign_up_now_619 h6 {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.sign_up_now_619 .request_section_370 {
    font-size: calc(14px * 0.9);
    padding: 0.7rem 1.8rem;
}}.plan_shelf_367 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.plan_shelf_367::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    content: "";
    bottom: 0;
}.plan_shelf_367 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}.plan_shelf_367 .plan_rates_546 {
    perspective: 1000px;
}.plan_shelf_367 h2 {
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    margin-bottom: 25px;
    transform: translateZ(50px);
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 37px;
    text-align: center;
}.plan_shelf_367 h2::after {
    transform: translateX(-50%);
    height: 3px;
    content: "";
    background: rgb(218,173,175);
    box-shadow: 0 0 15px rgb(218,173,175,0.5);
    width: 80px;
    position: absolute;
    bottom: -10px;
    left: 50%;
}.plan_shelf_367 .plan_pricing_126 {
    text-align: center;
    font-size: 14px;
    opacity: 0.9;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto 60px;
    line-height: 1.6;
}.plan_shelf_367 .price_deals_602 {
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    margin: 0;
    gap: 30px;
}.plan_shelf_367 .learn_offers_847 {
    will-change: transform;
    display: block;
    height: 100%;
    text-decoration: none;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.plan_shelf_367 .program_price_407 {
    border-radius: 8px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(255, 255, 255, 0.03);
    height: 100%;
    padding: 8px;
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.plan_shelf_367 .program_price_407::before {
    transition: opacity 0.4s ease;
    animation: shimmer 3s infinite linear;
    top: -5px;
    content: "";
    background-size: 200% 200%;
    opacity: 0;
    left: -5px;
    right: -5px;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    z-index: -1;
    bottom: -5px;
    position: absolute;
}.plan_shelf_367 .sub_options_918 {
    height: 100%;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
    padding: 35px 25px;
    border: 1px solid rgba(255,255,255,0.05);
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    flex-direction: column;
    display: flex;
}.plan_shelf_367 .sub_options_918 h4 {
    font-size: 21px;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-weight: 600;
}.plan_shelf_367 .sub_options_918 h4::after {
    background: rgb(218,173,175);
    height: 2px;
    bottom: 0;
    left: 0;
    width: 40px;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
}.plan_shelf_367 .sub_options_918 p {
    margin-bottom: 25px;
    opacity: 0.8;
    line-height: 1.6;
    color: #ffffff;
    flex-grow: 1;
    font-size: calc(14px - 2px);
}.plan_shelf_367 .skill_offers_567 {
    color: #ffffff;
    padding: 12px 25px;
    align-self: flex-start;
    display: inline-block;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    font-size: calc(21px + 4px);
    font-weight: 700;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,173,175) 0%, rgb(199,134,139) 100%);
}.plan_shelf_367 .skill_offers_567::before {
    left: -100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    position: absolute;
}.plan_shelf_367 .learn_offers_847:hover {
    transform: translateY(-10px) rotateX(5deg);
}.plan_shelf_367 .learn_offers_847:hover .program_price_407 {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.plan_shelf_367 .learn_offers_847:hover .program_price_407::before {
    opacity: 1;
}.plan_shelf_367 .learn_offers_847:hover .sub_options_918 h4::after {
    width: 80px;
}.plan_shelf_367 .learn_offers_847:hover .skill_offers_567::before {
    left: 100%;
}.plan_shelf_367 .learn_offers_847:hover .sub_options_918 {
    transform: translateZ(20px);
    border-color: rgba(255,255,255,0.1);
}

@keyframes shimmer {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

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

@media (max-width: 768px) {.plan_shelf_367 {
    padding: 80px 0;
}.plan_shelf_367 h2 {
    font-size: calc(37px - 4px);
}.plan_shelf_367 .plan_pricing_126 {
    margin-bottom: 40px;
}.plan_shelf_367 .price_deals_602 {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.plan_shelf_367 .sub_options_918 h4 {
    font-size: calc(21px - 1px);
}.plan_shelf_367 .skill_offers_567 {
    font-size: calc(21px + 2px);
    padding: 10px 20px;
}
}

@media (max-width: 480px) {.plan_shelf_367 {
    padding: 60px 0;
}.plan_shelf_367 h2 {
    font-size: calc(37px - 6px);
}.plan_shelf_367 .plan_pricing_126 {
    margin-bottom: 30px;
    font-size: calc(14px - 1px);
}.plan_shelf_367 .sub_options_918 {
    padding: 25px 15px;
}.plan_shelf_367 .sub_options_918 p {
    font-size: calc(14px - 3px);
    margin-bottom: 20px;
}.plan_shelf_367 .skill_offers_567 {
    padding: 8px 15px;
    font-size: calc(21px + 0px);
}
}

@media (hover: none) {.plan_shelf_367 .learn_offers_847:hover {
    transform: none;
}.plan_shelf_367 .program_price_407 {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.plan_shelf_367 .learn_offers_847:active {
    transform: scale(0.98);
}}header {
    overflow: visible;
    position: relative;
    z-index: 99;
    background: linear-gradient(135deg, rgb(218,173,175,0.5) 0%, rgb(199,134,139) 100%);
    width: 100%;
}header::before {
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(145deg, rgb(199,134,139,0.5) 0%, transparent 70%);
}header .nav_prime_728 {
    transform: none;
    z-index: 5;
    align-items: center;
    display: flex;
    padding: 20px 15px;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
}header .nav_prime_728 .top_main_046 {
    transition: transform 0.4s ease;
    transform: translateX(0);
    margin-right: 10px;
}header .nav_prime_728 .top_main_046:hover {
    transform: scale(1.05);
}header .nav_prime_728 .top_main_046 .header_base_951 {
    display: inline-block;
}header .nav_prime_728 .top_main_046 .header_base_951 svg {
    width: auto;
    height: 50px;
}header .nav_prime_728 .main_mainbar_154 {
    padding: 20px 30px;
    padding: 0;
    list-style: none;
    transform: none;
    position: relative;
    display: flex;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 28px;
    flex-wrap: wrap;
}header .nav_prime_728 .main_mainbar_154::before {
    height: 100%;
    width: 100%;
    transform: rotate(-2deg) scale(1.03);
    top: 0;
    z-index: -1;
    left: 0;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    border-radius: 28px;
}header .nav_prime_728 .main_mainbar_154 .main_head_375 {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 12px;
}header .nav_prime_728 .main_mainbar_154 .main_head_375:hover {
    transform: translateY(-3px) scale(1.05);
}header .nav_prime_728 .main_mainbar_154 .main_head_375 a {
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 13px;
    padding: 8px 5px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
}header .nav_prime_728 .main_mainbar_154 .main_head_375 a::after {
    width: 100%;
    transition: transform 0.4s ease;
    transform: translateX(-100%);
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(199,134,139), transparent);
    bottom: 0;
    position: absolute;
    content: "";
    height: 2px;
}header .nav_prime_728 .main_mainbar_154 .main_head_375:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .nav_prime_728 {
    flex-direction: column;
    align-items: center;
}header .nav_prime_728 .top_main_046 {
    margin-bottom: 15px;
    margin-right: 0;
}header .nav_prime_728 .main_mainbar_154 {
    width: 100%;
    justify-content: center;
    padding: 15px;
}header .nav_prime_728 .main_mainbar_154 .main_head_375 {
    margin: 5px 15px 5px 0;
}header .nav_prime_728 .main_mainbar_154 .main_head_375 a {
    font-size: calc(13px - 2px);
    padding: 5px;
}}.edu_global_085 {
    font-family: Arial, sans-serif;
    padding: 5rem 0 2rem;
    position: relative;
    background-color: rgb(236,215,216);
    color: #000000;
}.edu_global_085::before {
    background: linear-gradient(180deg, transparent 0%, rgb(218,173,175,0.5) 100%);
    opacity: 0.05;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    content: '';
    height: 250px;
}.edu_global_085 .container {
    position: relative;
    z-index: 1;
}.edu_global_085 .slack_invite_253 {
    gap: 4rem;
    display: flex;
    flex-direction: column;
}.edu_global_085 .contact_form_604 {
    display: grid;
    gap: 1.5rem;
    padding-bottom: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    position: relative;
    border-bottom: 1px solid rgb(199,134,139,0.5);
}.edu_global_085 .contact_form_604::after {
    left: 0;
    background-color: rgb(218,173,175);
    bottom: -1px;
    height: 3px;
    width: 60px;
    content: '';
    position: absolute;
}.edu_global_085 .info_item {
    transition: transform 0.3s ease-out;
    padding: 0.5rem;
}.edu_global_085 .info_item:hover {
    transform: translateX(5px);
}.edu_global_085 .info_item p,
.edu_global_085 .info_item a {
    align-items: center;
    gap: 0.75rem;
    display: flex;
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
    transition: color 0.3s ease;
}.edu_global_085 .info_item a:hover {
    color: rgb(218,173,175);
}.edu_global_085 .info_item svg {
    fill: rgb(218,173,175);
    height: 20px;
    flex-shrink: 0;
    width: 20px;
}.edu_global_085 .text_main_holder {
    grid-template-columns: 1.2fr 1fr 1.2fr;
    display: grid;
    gap: 3rem;
}.edu_global_085 .top_main_046 {
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
}.edu_global_085 .top_main_046 svg {
    transition: opacity 0.3s ease;
    height: auto;
    max-width: 160px;
}.edu_global_085 .top_main_046 svg:hover {
    opacity: 0.8;
}.edu_global_085 .podcast_cta_864 {
    font-size: 16px;
    color: #000000;
    opacity: 0.8;
    max-width: 300px;
    line-height: 1.6;
}.edu_global_085 .main_mainbar_154 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.edu_global_085 .main_mainbar_154 h5 {
    color: #000000;
    position: relative;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0.5rem;
}.edu_global_085 .head_class_301 {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.edu_global_085 .head_class_301 a {
    position: relative;
    text-decoration: none;
    padding-left: 0;
    color: #000000;
    font-size: 17px;
    transition: color 0.3s ease, padding-left 0.3s ease;
}.edu_global_085 .head_class_301 a::before {
    height: 1px;
    top: 50%;
    left: -10px;
    position: absolute;
    width: 0;
    transform: translateY(-50%);
    background-color: rgb(218,173,175);
    content: '';
    transition: width 0.3s ease, left 0.3s ease;
}.edu_global_085 .head_class_301 a:hover {
    padding-left: 12px;
    color: rgb(218,173,175);
}.edu_global_085 .head_class_301 a:hover::before {
    left: 0;
    width: 10px;
}.edu_global_085 .subscribe_holder {
    flex-direction: column;
    background-color: #ffffff;
    display: flex;
    gap: 1.5rem;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    border-radius: 17px;
}.edu_global_085 .subscribe_holder h5 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}.edu_global_085 .subscribe_holder p {
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
}.edu_global_085 .input_holder {
    position: relative;
    gap: 0.5rem;
    display: flex;
}.edu_global_085 .input_holder input[type="email"] {
    flex: 1;
    padding: 1rem 1.25rem;
    color: #000000;
    border-radius: 10px;
    font-size: 17px;
    border: 1px solid rgb(199,134,139,0.5);
    background-color: transparent;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}.edu_global_085 .input_holder input[type="email"]:focus {
    border-color: rgb(218,173,175);
    outline: none;
    box-shadow: 0 0 0 3px rgb(218,173,175,0.5);
}.edu_global_085 .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.edu_global_085 .new_beginnings_928 {
    cursor: pointer;
    font-size: 19px;
    border-radius: 10px;
    background-color: rgb(218,173,175);
    padding: 1rem 1.5rem;
    color: #ffffff;
    border: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-weight: 600;
}.edu_global_085 .new_beginnings_928:hover {
    background-color: rgb(199,134,139);
    transform: translateY(-2px);
}.edu_global_085 .vr_labs_549 {
    margin-top: 3rem;
    padding-top: 1.5rem;
    text-align: center;
    border-top: 1px solid rgb(199,134,139,0.5);
}.edu_global_085 .intern_opp_815 {
    opacity: 0.8;
    color: #000000;
    font-size: 16px;
}.edu_global_085 .head_class_301:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.edu_global_085 .head_class_301:first-child::after {
    width: 30px;
    bottom: -0.75rem;
    left: 0;
    position: absolute;
    height: 1px;
    background-color: rgb(199,134,139,0.5);
    content: '';
}.edu_global_085 {
    background-blend-mode: overlay;
    background-image: 
        linear-gradient(rgb(199,134,139,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(199,134,139,0.5) 1px, transparent 1px);
    background-attachment: fixed;
    background-position: center;
    background-size: 40px 40px;
    background-repeat: repeat;
}

@media (max-width: 1024px) {.edu_global_085 {
    padding: 4rem 0 2rem;
}.edu_global_085 .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}.edu_global_085 .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.edu_global_085 {
    padding: 3.5rem 0 1.5rem;
}.edu_global_085 .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.edu_global_085 .subscribe_holder {
    grid-column: auto;
}.edu_global_085 .contact_form_604 {
    grid-template-columns: 1fr 1fr;
}.edu_global_085 .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.edu_global_085 {
    padding: 3rem 0 1.5rem;
}.edu_global_085 .contact_form_604 {
    grid-template-columns: 1fr;
}.edu_global_085 .input_holder {
    flex-direction: column;
}.edu_global_085 .new_beginnings_928 {
    width: 100%;
}.edu_global_085 .top_main_046,
    .edu_global_085 .main_mainbar_154 h5,
    .edu_global_085 .head_class_301,
    .edu_global_085 .head_class_301 a {
    align-items: center;
    text-align: center;
}.edu_global_085 .top_main_046 svg {
    margin: 0 auto;
}.edu_global_085 .podcast_cta_864 {
    text-align: center;
    max-width: 100%;
}.edu_global_085 .head_class_301:first-child::after {
    left: 50%;
    transform: translateX(-50%);
}.edu_global_085 .contact_form_604::after {
    transform: translateX(-50%);
    left: 50%;
}.edu_global_085 .head_class_301 a::before {
    display: none;
}.edu_global_085 .head_class_301 a:hover {
    padding-left: 0;
}}.join_our_mailing_list_450 {
    padding: 5rem 3rem;
    perspective: 1200px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(125deg, rgb(236,215,216) 0%, rgba(0, 0, 0, 0.5) 100%);
}.join_our_mailing_list_450::before {
    background: rgb(218,173,175,0.5);
    height: 140%;
    filter: blur(2px);
    transform: rotateY(-20deg) rotateX(10deg);
    content: "";
    z-index: 1;
    position: absolute;
    top: -10%;
    animation: float-panel 15s ease-in-out infinite alternate;
    width: 60%;
    opacity: 0.15;
    left: -10%;
}.join_our_mailing_list_450::after {
    animation: float-panel-reverse 12s ease-in-out infinite alternate;
    height: 140%;
    transform: rotateY(20deg) rotateX(-5deg);
    position: absolute;
    z-index: 1;
    width: 70%;
    opacity: 0.2;
    right: -10%;
    content: "";
    background: rgb(199,134,139,0.5);
    top: -20%;
}.join_our_mailing_list_450 .learning_dna_637 {
    gap: 2rem;
    z-index: 2;
    display: flex;
    transform-style: preserve-3d;
    align-items: center;
    position: relative;
    justify-content: space-between;
}.join_our_mailing_list_450 p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding-left: 2rem;
    transform: translateZ(30px) rotateY(-5deg);
    flex: 0 0 40%;
    font-weight: 700;
    color: #000000;
    font-size: 20px;
    position: relative;
}.join_our_mailing_list_450 p::before {
    opacity: 0.8;
    transform: translateZ(10px) translateX(-5px) rotateY(15deg);
    left: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(to bottom, rgb(218,173,175), rgb(199,134,139));
    content: "";
    top: 0;
    position: absolute;
}.join_our_mailing_list_450 .input_holder {
    display: flex;
    gap: 1rem;
    position: relative;
    transform: translateZ(50px) rotateY(5deg);
    flex-direction: column;
    flex: 0 0 60%;
}.join_our_mailing_list_450 .input_holder::before {
    z-index: -1;
    background: rgba(255, 255, 255, 0.1);
    height: 180%;
    top: -40%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    filter: blur(3px);
    position: absolute;
    transform: translateZ(-20px) rotateY(-5deg);
    border-radius: 10px;
    content: "";
    width: 140%;
    left: -20%;
}.join_our_mailing_list_450 .free_lessons_284 {
    border: none;
    padding: 1.3rem 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #000000;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    width: 100%;
    background: #ffffff;
    transform: translateZ(10px);
    font-size: 15px;
}.join_our_mailing_list_450 .free_lessons_284:focus {
    transform: translateZ(20px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    outline: none;
}.join_our_mailing_list_450 .free_lessons_284::placeholder {
    opacity: 0.6;
    color: #000000;
}.join_our_mailing_list_450 .new_beginnings_928 {
    border: none;
    align-self: flex-end;
    background: linear-gradient(to right, rgb(199,134,139), rgb(218,173,175));
    transform: translateZ(20px);
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 1.2rem 2.5rem;
    font-size: 17px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}.join_our_mailing_list_450 .new_beginnings_928::before {
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
    transition: opacity 0.3s ease;
    left: 0;
    opacity: 0;
    background: linear-gradient(to left, rgb(199,134,139), rgb(218,173,175));
    width: 100%;
}.join_our_mailing_list_450 .new_beginnings_928:hover {
    transform: translateZ(30px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.join_our_mailing_list_450 .new_beginnings_928:hover::before {
    opacity: 1;
}

@keyframes float-panel {
    0% {
        transform: rotateY(-20deg) rotateX(10deg) translateZ(0);
    }
    100% {
        transform: rotateY(-15deg) rotateX(5deg) translateZ(30px);
    }
}

@keyframes float-panel-reverse {
    0% {
        transform: rotateY(20deg) rotateX(-5deg) translateZ(0);
    }
    100% {
        transform: rotateY(15deg) rotateX(-10deg) translateZ(20px);
    }
}

@media (max-width: 768px) {.join_our_mailing_list_450 {
    perspective: 800px;
    padding: 3.5rem 1.5rem;
}.join_our_mailing_list_450 .learning_dna_637 {
    flex-direction: column;
    align-items: stretch;
}.join_our_mailing_list_450 p {
    transform: translateZ(20px) rotateY(0);
    flex: none;
    margin-bottom: 2rem;
    font-size: 17px;
}.join_our_mailing_list_450 p::before {
    transform: translateZ(5px) translateX(-2px) rotateY(0);
}.join_our_mailing_list_450 .input_holder {
    transform: translateZ(30px) rotateY(0);
    flex: none;
}.join_our_mailing_list_450 .new_beginnings_928 {
    width: 100%;
    align-self: stretch;
}}.gratZone_602 {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(236,215,216) 0%, rgba(255,255,255,0.95) 100%);
}.gratZone_602::before {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: "";
    background-size: 20px 20px;
    background-image: 
        linear-gradient(45deg, rgba(rgb(218,173,175,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(218,173,175,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(218,173,175,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(218,173,175,0.5), 0.05) 75%);
    animation: patternShift 60s linear infinite;
    top: 0;
}.gratZone_602::after {
    width: 30%;
    height: 50%;
    top: -10%;
    right: -5%;
    animation: floatGlow 15s ease-in-out infinite alternate;
    opacity: 0.25;
    background: linear-gradient(145deg, rgb(218,173,175,0.5), rgb(199,134,139,0.5));
    content: "";
    filter: blur(70px);
    position: absolute;
    z-index: 0;
}.gratZone_602 .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    transform: translateZ(0);
}.gratZone_602 h2 {
    position: relative;
    margin-bottom: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    font-size: 38px;
    transform: perspective(1000px) translateZ(0);
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #000000;
    text-align: center;
    font-family: Arial, sans-serif;
}.gratZone_602 h2::after {
    content: "";
    position: absolute;
    box-shadow: 0 2px 10px rgba(rgb(218,173,175,0.5), 0.2);
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -1rem;
    left: 50%;
    background: linear-gradient(90deg, rgb(218,173,175), rgb(199,134,139));
    width: 6rem;
    transform: translateX(-50%) scaleX(0.8);
}.gratZone_602:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.gratZone_602 .learning_dna_637 {
    background: #ffffff;
    padding: 3rem 2.5rem;
    position: relative;
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 8px;
    overflow: hidden;
    transform: translateY(0);
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.gratZone_602 .learning_dna_637::before {
    left: -2px;
    z-index: 1;
    animation: gradientMove 6s linear infinite;
    content: "";
    height: 5px;
    background-size: 200% 100%;
    top: -2px;
    background: linear-gradient(90deg, rgb(218,173,175), rgb(199,134,139), rgb(218,173,175));
    position: absolute;
    right: -2px;
}.gratZone_602 .learning_dna_637::after {
    background: linear-gradient(180deg, transparent, rgba(rgb(236,215,216), 0.05));
    content: "";
    height: 30%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
}.gratZone_602:hover .learning_dna_637 {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
}.gratZone_602 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 2;
    position: relative;
}.gratZone_602 li {
    position: relative;
    z-index: 2;
}.gratZone_602 li::before {
    background-image: radial-gradient(circle, rgb(199,134,139,0.5) 0%, transparent 70%);
    z-index: -1;
    transition: transform 0.6s ease, opacity 0.6s ease;
    width: 2rem;
    content: "";
    position: absolute;
    transform: scale(0.8);
    top: -0.5rem;
    left: -1rem;
    height: 2rem;
    opacity: 0.3;
}.gratZone_602:hover li::before {
    transform: scale(1.2);
    opacity: 0.5;
}.gratZone_602 span {
    padding: 0.5rem 0;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 15px;
    transition: color 0.3s ease;
    position: relative;
    line-height: 1.7;
    display: block;
}.gratZone_602 span::first-letter {
    color: rgb(218,173,175);
    font-weight: 600;
    font-size: 1.5em;
}

@keyframes gradientMove {
    0% { background-position: 0 0; }
    100% { background-position: 200% 0; }
}

@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}

@keyframes patternShift {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px; }
}

@media (max-width: 991px) {.gratZone_602 {
    padding: 4rem 0;
}.gratZone_602 h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2.5rem;
}.gratZone_602 .learning_dna_637 {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.gratZone_602 {
    padding: 3.5rem 0;
}.gratZone_602 h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
    line-height: 1.4;
}.gratZone_602 h2::after {
    width: 5rem;
    bottom: -0.8rem;
}.gratZone_602 .learning_dna_637 {
    padding: 2rem 1.5rem;
}.gratZone_602 span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 575px) {.gratZone_602 {
    padding: 3rem 0;
}.gratZone_602 h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.8rem;
}.gratZone_602 h2::after {
    width: 4rem;
}.gratZone_602 .learning_dna_637 {
    padding: 1.5rem 1.25rem;
}.gratZone_602 span {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}.gratZone_602 li::before {
    top: -0.3rem;
    width: 1.5rem;
    left: -0.5rem;
    height: 1.5rem;
}}.training_specialist_598 {
    padding: 6rem 2rem;
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(90deg, rgb(236,215,216) 30%, rgb(199,134,139,0.5) 100%);
}.training_specialist_598::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(218,173,175,0.5) 0,
        rgb(218,173,175,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}.training_specialist_598::after {
    z-index: 0;
    top: -20%;
    filter: blur(60px);
    position: absolute;
    content: "";
    background: rgb(218,173,175,0.5);
    transform: rotate(-15deg);
    width: 50%;
    right: -10%;
    height: 140%;
}.training_specialist_598 .reviews_block_718 {
    position: relative;
    display: grid;
    transform: rotateX(5deg) rotateZ(-1deg);
    grid-template-columns: 1fr 1.2fr;
    max-width: 1100px;
    z-index: 1;
    margin: 0 auto;
    transform-style: preserve-3d;
    gap: 0;
}.training_specialist_598 .portrait_img_125 {
    transform-style: preserve-3d;
    border-radius: 0;
    transform: translateZ(30px);
    transition: all 0.7s ease;
    z-index: 2;
    height: 450px;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
}.training_specialist_598 .work_summary_491 {
    transition: all 0.7s ease;
    flex-direction: column;
    margin-left: -3rem;
    justify-content: center;
    transform-style: preserve-3d;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform: translateZ(10px);
    background: #ffffff;
    display: flex;
    padding: 3rem 3rem 3rem 5rem;
    z-index: 1;
    position: relative;
}.training_specialist_598 .work_summary_491::before {
    background: linear-gradient(to bottom, rgb(218,173,175), rgb(199,134,139));
    transform: translateY(-50%);
    top: 50%;
    content: "";
    position: absolute;
    width: 10px;
    left: 0;
    height: 60%;
}.training_specialist_598 .name {
    color: #000000;
    transition: transform 0.5s ease;
    transform: translateZ(20px);
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: calc(38px * 1.2);
}.training_specialist_598 .work_summary_491 div:nth-child(2) {
    transition: transform 0.5s ease 0.1s;
    transform: translateZ(15px);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2rem;
    color: rgb(199,134,139);
}.training_specialist_598 .career_timeline_694 {
    transform: translateZ(10px);
    color: #000000;
    line-height: 1.7;
    transition: transform 0.5s ease 0.2s;
    font-size: 15px;
    font-style: italic;
    position: relative;
}.training_specialist_598 .career_timeline_694::after {
    font-size: 5rem;
    right: 0;
    color: rgb(218,173,175,0.5);
    bottom: -2rem;
    font-family: serif;
    position: absolute;
    line-height: 0;
    content: "";
}.training_specialist_598 .reviews_block_718:hover .portrait_img_125 {
    transform: translateZ(50px) translateX(-20px);
}.training_specialist_598 .reviews_block_718:hover .work_summary_491 {
    transform: translateZ(30px) translateX(20px);
}.training_specialist_598 .reviews_block_718:hover .name {
    transform: translateZ(40px);
}.training_specialist_598 .reviews_block_718:hover .work_summary_491 div:nth-child(2) {
    transform: translateZ(35px);
}.training_specialist_598 .reviews_block_718:hover .career_timeline_694 {
    transform: translateZ(30px);
}

@media screen and (max-width: 991px) {.training_specialist_598 .reviews_block_718 {
    transform: none;
    grid-template-columns: 1fr;
}.training_specialist_598 .portrait_img_125 {
    height: 350px;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    margin-bottom: -2rem;
}.training_specialist_598 .work_summary_491 {
    margin-left: 0;
    padding: 3rem 2rem 2rem;
    transform: none;
    z-index: 3;
}.training_specialist_598 .work_summary_491::before {
    transform: translateX(-50%);
    height: 5px;
    width: 50%;
    top: 0;
    left: 50%;
}.training_specialist_598 .reviews_block_718:hover .portrait_img_125,
    .training_specialist_598 .reviews_block_718:hover .work_summary_491,
    .training_specialist_598 .reviews_block_718:hover .name,
    .training_specialist_598 .reviews_block_718:hover .work_summary_491 div:nth-child(2),
    .training_specialist_598 .reviews_block_718:hover .career_timeline_694 {
    transform: none;
}}.landing_page_210 {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(236,215,216), #ffffff 90%);
}.landing_page_210::before {
    width: 60%;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    background: linear-gradient(45deg, rgba(94,170,168,0.1), rgba(94,170,168,0.05));
    content: "";
    right: 0;
}.landing_page_210::after {
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 2;
    background: radial-gradient(circle at 20% 30%, rgba(94,170,168,0.12), transparent 50%);
    left: 0;
}.landing_page_210 .learning_dna_637 {
    max-width: 1400px;
    gap: 2rem;
    min-height: 100vh;
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
    margin: 0 auto;
    padding: 5rem 2rem;
    z-index: 5;
}.landing_page_210 h1 {
    opacity: 0;
    margin-bottom: 2rem;
    position: relative;
    color: #000000;
    font-size: 43px;
    grid-column: 1 / -1;
    transform: translateY(-20px);
    animation: slideDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.landing_page_210 h1::after {
    bottom: -10px;
    width: 60px;
    transform: scaleX(0);
    content: "";
    position: absolute;
    animation: scaleIn 0.6s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 4px;
    background: rgb(218,173,175);
    left: 0;
    transform-origin: left;
}.landing_page_210 .content_box_wrap_037 {
    justify-content: center;
    z-index: 10;
    transform: translateX(-30px);
    position: relative;
    display: flex;
    animation: slideRight 0.8s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    flex-direction: column;
}.landing_page_210 .fast_studypro_157 {
    background: rgba(255, 255, 255, 0.9);
    border-left: 4px solid rgb(218,173,175);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transform: perspective(1000px) rotateY(-2deg);
}.landing_page_210 .fast_studypro_157:hover {
    transform: perspective(1000px) rotateY(0);
}.landing_page_210 .fast_studypro_157 p {
    line-height: 1.6;
    font-size: calc(14px * 1.2);
    color: #000000;
    margin-bottom: 2rem;
    position: relative;
}.landing_page_210 .fast_studypro_157 p::after {
    height: 2px;
    position: absolute;
    background: rgb(199,134,139);
    content: "";
    left: 0;
    bottom: -10px;
    width: 40px;
}.landing_page_210 svg {
    margin: 1.5rem 0;
    filter: drop-shadow(0 6px 12px rgba(94,170,168,0.2));
    transform: scale(0.9);
    height: 120px;
    width: 120px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.landing_page_210 svg:hover {
    transform: scale(1);
}.landing_page_210 svg path {
    transition: fill 0.3s ease;
    fill: rgb(218,173,175);
}.landing_page_210 svg:hover path {
    fill: rgb(199,134,139);
}.landing_page_210 svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.landing_page_210 svg:hover text {
    fill: #000000;
}.landing_page_210 .request_section_370 {
    position: relative;
    margin-top: 1.5rem;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transform: translateY(0);
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(45deg, rgb(218,173,175), rgb(199,134,139));
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 15px;
    padding: 1rem 2rem;
}.landing_page_210 .request_section_370::before {
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    background: linear-gradient(45deg, rgb(199,134,139), rgb(218,173,175));
    z-index: -1;
    content: "";
    opacity: 0;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}.landing_page_210 .request_section_370:hover {
    box-shadow: 0 8px 20px rgba(94,170,168,0.4);
    transform: translateY(-5px);
}.landing_page_210 .request_section_370:hover::before {
    opacity: 1;
}.landing_page_210 .portrait_img_125 {
    transform: translateX(30px) scale(0.95);
    animation: slideLeft 0.8s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    z-index: 3;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    height: 100%;
}.landing_page_210 .portrait_img_125::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(to bottom, transparent 70%, rgba(94,170,168,0.3));
}

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

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

@keyframes slideLeft {
    from {
        transform: translateX(30px) scale(0.95);
        opacity: 0;
    }
    to {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}

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

@media (max-width: 992px) {.landing_page_210 .learning_dna_637 {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 4rem 1.5rem;
}.landing_page_210 h1 {
    font-size: calc(43px * 0.9);
    text-align: center;
}.landing_page_210 h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes scaleIn {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .landing_page_210 .content_box_wrap_037 {
    order: 2;
}.landing_page_210 .portrait_img_125 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 300px;
    order: 1;
}.landing_page_210::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    width: 100%;
}
}

@media (max-width: 768px) {.landing_page_210 .learning_dna_637 {
    padding: 3rem 1rem;
    gap: 2rem;
}.landing_page_210 h1 {
    font-size: calc(43px * 0.8);
}.landing_page_210 .fast_studypro_157 {
    padding: 1.5rem;
}.landing_page_210 .fast_studypro_157 p {
    font-size: 14px;
}.landing_page_210 svg {
    width: 100px;
    height: 100px;
}.landing_page_210 .portrait_img_125 {
    height: 250px;
}.landing_page_210 .request_section_370 {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 576px) {.landing_page_210 .learning_dna_637 {
    padding: 2rem 1rem;
}.landing_page_210 h1 {
    font-size: calc(43px * 0.7);
}.landing_page_210 .fast_studypro_157 {
    padding: 1.25rem;
    transform: perspective(1000px) rotateY(0);
}.landing_page_210 svg {
    margin: 1rem 0;
    height: 80px;
    width: 80px;
}.landing_page_210 .portrait_img_125 {
    height: 200px;
}}.course_summary_260 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background-color: rgb(236,215,216);
}.course_summary_260::before {
    position: absolute;
    content: "";
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(218,173,175,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(199,134,139,0.5) 0%, transparent 40%);
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
}.course_summary_260::after {
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(218,173,175,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(199,134,139,0.5) 0%, transparent 8%);
    width: 100%;
    z-index: 1;
    left: 0;
    content: "";
    background-size: 120px 120px, 120px 120px;
    position: absolute;
    top: 0;
}.course_summary_260 .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
}.course_summary_260 .job_classes_542 {
    display: flex;
    flex-direction: column;
}.course_summary_260 .content_box_wrap_037 {
    z-index: 4;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    margin-bottom: 60px;
    border-top: 3px solid rgb(218,173,175);
    padding: 50px;
    border-radius: 29px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid rgb(199,134,139);
    position: relative;
}.course_summary_260 .content_box_wrap_037::before {
    top: 0;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(218,173,175,0.5) 49%, rgb(218,173,175,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 48%, rgb(199,134,139,0.5) 49%, rgb(199,134,139,0.5) 51%, transparent 52%) 0 0 / 20px 20px;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
}.course_summary_260 .content_box_wrap_037 h2 {
    display: inline-block;
    border-radius: 10px;
    padding-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    padding: 10px 25px;
    font-size: 31px;
    margin-bottom: 30px;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    color: #ffffff;
}.course_summary_260 .content_box_wrap_037 h2::after {
    position: absolute;
    height: 3px;
    border-radius: 10px;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(218,173,175) 0%, rgb(199,134,139) 100%);
    bottom: 0;
    left: 0;
}.course_summary_260 .content_box_wrap_037 .description {
    position: relative;
    color: #000000;
    line-height: 1.8;
    padding: 15px 20px;
    border-left: 2px solid rgb(218,173,175);
    backdrop-filter: blur(3px);
    font-weight: 600;
    font-size: 15px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    margin-bottom: 25px;
}.course_summary_260 .content_box_wrap_037 .description:last-child {
    border-left: 2px solid rgb(199,134,139);
    margin-bottom: 0;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.6);
}.course_summary_260 .portrait_img_125 {
    z-index: 2;
    transform: scale(1.05);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}.course_summary_260 .portrait_img_125::before {
    top: 0;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
}.course_summary_260 .portrait_img_125::after {
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.05) 20px, rgba(255, 255, 255, 0.05) 40px);
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 3;
}

@keyframes gridAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 992px) {.course_summary_260 {
    padding: 80px 0;
}.course_summary_260 .content_box_wrap_037 {
    padding: 40px;
    margin-bottom: 40px;
}.course_summary_260 .portrait_img_125 {
    height: 60%;
}
}

@media (max-width: 768px) {.course_summary_260 {
    padding: 60px 0;
}.course_summary_260 .content_box_wrap_037 {
    margin-bottom: 30px;
    padding: 30px;
}.course_summary_260 .content_box_wrap_037 h2 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.9);
}.course_summary_260 .portrait_img_125 {
    height: 50%;
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
}
}

@media (max-width: 576px) {.course_summary_260 {
    padding: 50px 0;
}.course_summary_260 .content_box_wrap_037 {
    margin-bottom: 20px;
    padding: 25px 20px;
}.course_summary_260 .content_box_wrap_037 h2 {
    margin-bottom: 15px;
    font-size: calc(31px * 0.8);
    padding-bottom: 10px;
}.course_summary_260 .content_box_wrap_037 .description {
    padding-left: 15px;
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}.course_summary_260 .portrait_img_125 {
    clip-path: polygon(0 15%, 100% 5%, 100% 100%, 0% 100%);
    height: 40%;
}}

.course_summary_260::before,
.course_summary_260::after,
.course_summary_260 .content_box_wrap_037::before,
.course_summary_260 .container::before,
.course_summary_260 .container::after {
    pointer-events: none;
}.course_summary_260 .job_classes_542::after {
    top: 0;
    height: 100%;
    background-size: 30px 30px;
    pointer-events: none;
    width: 100%;
    opacity: 0.3;
    z-index: 1;
    position: absolute;
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(218,173,175,0.5) 0%, transparent 1%),
        radial-gradient(circle at 90% 90%, rgb(199,134,139,0.5) 0%, transparent 1%);
    content: "";
}.client_comments_872 {
    position: relative;
    overflow: hidden;
    background: rgb(236,215,216);
    padding: 7rem 1rem;
}.client_comments_872::before {
    top: 0;
    width: 100%;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 30%);
    height: 100%;
    background: linear-gradient(0deg, transparent 40%, rgb(218,173,175,0.5) 100%);
    content: "";
    position: absolute;
}.client_comments_872::after {
    content: "";
    width: 100%;
    bottom: 0;
    clip-path: polygon(0 70%, 100% 90%, 100% 100%, 0 100%);
    background: linear-gradient(180deg, transparent 50%, rgb(199,134,139,0.5) 100%);
    position: absolute;
    height: 100%;
    right: 0;
}.client_comments_872 .container {
    position: relative;
    z-index: 2;
}.client_comments_872 h2 {
    width: fit-content;
    font-weight: 700;
    text-align: left;
    padding: 1rem 0;
    margin-bottom: 4rem;
    font-size: 38px;
    color: #000000;
    position: relative;
}.client_comments_872 h2::before {
    content: "";
    left: -20px;
    background: rgb(218,173,175);
    height: 100%;
    top: 0;
    transform: skewY(45deg);
    width: 5px;
    position: absolute;
}.client_comments_872 h2::after {
    background: rgb(199,134,139);
    position: absolute;
    content: "";
    width: 80%;
    left: 0;
    height: 3px;
    bottom: 0;
}.client_comments_872 .review_quotes_052 {
    gap: 5rem;
    margin: 0 auto;
    max-width: 800px;
    display: flex;
    flex-direction: column;
}.client_comments_872 .reviews_block_718 {
    background: #ffffff;
    flex-direction: column;
    padding: 2.5rem 2rem 2rem;
    display: flex;
    border-radius: 22px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.client_comments_872 .reviews_block_718:nth-child(odd) {
    transform: translateX(-30px);
    align-self: flex-start;
}.client_comments_872 .reviews_block_718:nth-child(even) {
    transform: translateX(30px);
    align-self: flex-end;
}.client_comments_872 .reviews_block_718:hover {
    transform: translateY(-10px) translateX(0);
}.client_comments_872 .reviews_block_718::before {
    left: 15px;
    position: absolute;
    transition: all 0.3s ease;
    top: 15px;
    width: 100%;
    z-index: -1;
    height: 100%;
    border-radius: 22px;
    content: "";
    background: rgb(218,173,175,0.5);
}.client_comments_872 .reviews_block_718:hover::before {
    background: rgb(199,134,139,0.5);
    left: 10px;
    top: 10px;
}.client_comments_872 .reviews_block_718 img {
    position: absolute;
    border-radius: 50%;
    left: 25px;
    top: -25px;
    height: 70px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 4px solid #ffffff;
    width: 70px;
}.client_comments_872 .reviews_block_718 p {
    font-size: calc(14px + 0.1rem);
    margin: 0.5rem 0;
    padding-left: 60px;
    font-weight: 600;
    color: #000000;
}.client_comments_872 .reviews_block_718 .description {
    position: relative;
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
    margin-top: 1rem;
    padding: 1.5rem 0 0.5rem;
    font-weight: 400;
    border-top: 1px solid rgb(236,215,216);
}.client_comments_872 .reviews_block_718 .description::before {
    position: absolute;
    top: 0.5rem;
    line-height: 1;
    color: rgb(218,173,175,0.5);
    content: "";
    font-size: 3rem;
    left: 0;
}.client_comments_872 .reviews_block_718 .description::after {
    bottom: -1.5rem;
    font-size: 3rem;
    line-height: 1;
    color: rgb(218,173,175,0.5);
    position: absolute;
    content: "";
    right: 0;
}

@media (max-width: 991px) {.client_comments_872 {
    padding: 5rem 1rem;
}.client_comments_872 .review_quotes_052 {
    gap: 4rem;
}
}

@media (max-width: 767px) {.client_comments_872 h2 {
    font-size: calc(38px - 0.3rem);
    margin-bottom: 3rem;
}.client_comments_872 .review_quotes_052 {
    gap: 3.5rem;
}.client_comments_872 .reviews_block_718:nth-child(odd),
    .client_comments_872 .reviews_block_718:nth-child(even) {
    transform: none;
    width: 100%;
    align-self: center;
}.client_comments_872 .reviews_block_718:hover {
    transform: translateY(-5px);
}.client_comments_872 .reviews_block_718 p {
    padding-left: 50px;
}}.connect_with_us_294 {
    background: rgb(236,215,216);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}.connect_with_us_294::before {
    top: 0;
    background-size: 40px 40px;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(218,173,175), 0.05) 49%, rgba(rgb(218,173,175), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(199,134,139), 0.05) 49%, rgba(rgb(199,134,139), 0.05) 51%, transparent 52%);
    width: 100%;
    z-index: 0;
}.connect_with_us_294 .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.connect_with_us_294 h2 {
    display: inline-block;
    margin-bottom: 50px;
    position: relative;
    border-bottom: 3px solid rgb(218,173,175);
    color: #000000;
    font-size: 37px;
    font-weight: 700;
    padding-bottom: 15px;
}.connect_with_us_294 .query_inquiry_157 {
    position: relative;
    border-radius: 22px;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}.connect_with_us_294 .portrait_img_125 {
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
}.connect_with_us_294 .connect_support_790 {
    background: #ffffff;
    flex: 0 0 55%;
    position: relative;
    padding: 60px;
}.connect_with_us_294 .connect_support_790::before {
    opacity: 0.1;
    z-index: -1;
    left: 0;
    background-position: 0 0, 15px 15px;
    width: 100%;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    top: 0;
    content: "";
    height: 100%;
    background-size: 30px 30px;
    position: absolute;
}.connect_with_us_294 #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}.connect_with_us_294 h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    color: rgb(218,173,175);
    position: relative;
}.connect_with_us_294 input[type="text"] {
    border-radius: 0 10px 10px 0;
    width: 100%;
    transition: all 0.3s ease;
    border: none;
    border-left: 3px solid rgb(218,173,175);
    padding: 15px 20px;
    background: rgb(236,215,216);
    color: #000000;
    font-size: 18px;
}.connect_with_us_294 input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left-color: rgb(199,134,139);
}.connect_with_us_294 input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.connect_with_us_294 .reach_info_397 {
    gap: 12px;
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
}.connect_with_us_294 .reach_info_397 input[type="checkbox"] {
    margin-top: 3px;
    width: 22px;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    appearance: none;
    height: 22px;
    border: 2px solid rgb(236,215,216);
    background: rgb(236,215,216);
    transition: all 0.3s ease;
}.connect_with_us_294 .reach_info_397 input[type="checkbox"]:checked {
    border-color: rgb(218,173,175);
    background: rgb(218,173,175);
}.connect_with_us_294 .reach_info_397 input[type="checkbox"]:checked::after {
    border-right: 2px solid #ffffff;
    height: 10px;
    border-bottom: 2px solid #ffffff;
    width: 5px;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 40%;
    content: "";
    left: 50%;
}.connect_with_us_294 .reach_info_397 label {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
}.connect_with_us_294 .reach_info_397 a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(218,173,175);
    position: relative;
}.connect_with_us_294 .reach_info_397 a:hover {
    color: rgb(199,134,139);
}.connect_with_us_294 .reach_info_397 a::after {
    background: rgb(218,173,175);
    bottom: -2px;
    width: 100%;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    height: 1px;
    content: "";
}.connect_with_us_294 .reach_info_397 a:hover::after {
    height: 2px;
    background: rgb(199,134,139);
}.connect_with_us_294 .request_section_370 {
    background: rgb(218,173,175);
    align-self: flex-start;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    margin-top: 15px;
    border: none;
    overflow: hidden;
    border-radius: 10px;
    padding: 15px 35px;
    color: #ffffff;
}.connect_with_us_294 .request_section_370::after {
    left: 50%;
    content: "";
    transition: all 0.6s ease;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    position: absolute;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    width: 0;
    top: 50%;
}.connect_with_us_294 .request_section_370:hover {
    background: rgb(199,134,139);
}.connect_with_us_294 .request_section_370:hover::after {
    width: 300%;
    height: 300%;
}.connect_with_us_294 svg {
    transition: all 0.3s ease;
    width: 20px;
    fill: rgb(218,173,175);
    height: 20px;
}.connect_with_us_294 svg path {
    transition: all 0.3s ease;
    fill: rgb(218,173,175);
}.connect_with_us_294 svg:hover {
    fill: rgb(199,134,139);
}.connect_with_us_294 svg:hover path {
    fill: rgb(199,134,139);
}

@media (max-width: 992px) {.connect_with_us_294 {
    padding: 70px 0;
}.connect_with_us_294 .query_inquiry_157 {
    flex-direction: column;
}.connect_with_us_294 .portrait_img_125 {
    flex: 0 0 auto;
    min-height: 300px;
}.connect_with_us_294 .connect_support_790 {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}

@media (max-width: 768px) {.connect_with_us_294 {
    padding: 60px 0;
}.connect_with_us_294 h2 {
    margin-bottom: 40px;
    font-size: calc(37px - 4px);
}.connect_with_us_294 .connect_support_790 {
    padding: 35px 25px 45px;
}.connect_with_us_294 #contact {
    gap: 20px;
}.connect_with_us_294 .portrait_img_125 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.connect_with_us_294 {
    padding: 50px 0;
}.connect_with_us_294 .container {
    padding: 0 15px;
}.connect_with_us_294 h2 {
    font-size: calc(37px - 6px);
    margin-bottom: 30px;
}.connect_with_us_294 .connect_support_790 {
    padding: 30px 20px 40px;
}.connect_with_us_294 .request_section_370 {
    width: 100%;
}.connect_with_us_294 .portrait_img_125 {
    min-height: 200px;
}}.cookie_message_alert_804 {
    bottom: 0;
    box-shadow: 0 -10px 30px rgb(218,173,175,0.5);
    background: rgb(199,134,139);
    border-top: 2px solid rgb(218,173,175);
    animation: slideIn 0.5s ease-in-out;
    position: fixed;
    width: 100%;
    z-index: 90;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.cookie_window_286 {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, rgb(199,134,139) 0%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 0 20px rgb(218,173,175,0.5);
    padding: 20px 5%;
    display: flex;
}.cookie_reset_986 {
    box-shadow: 0 0 15px rgb(218,173,175);
    padding: 10px;
    margin-right: 20px;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    overflow: hidden;
}.cookie_reset_986 svg, .cookie_reset_986 svg path {
    width: 60px;
    height: 60px;
    fill: rgb(218,173,175);
    transition: transform 0.3s ease;
}.cookie_reset_986:hover svg {
    transform: rotate(20deg);
}.cookie_show_904 {
    min-width: 300px;
    color: #ffffff;
    flex: 1;
}.cookie_show_904 h5 {
    color: rgb(218,173,175);
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(218,173,175);
}.cookie_show_904 p {
    color: #ffffff;
    font-size: 14px;
    text-shadow: 0 0 5px rgb(218,173,175,0.5);
    margin-bottom: 0;
}.visitor_privacy_189 {
    box-shadow: 0 0 10px rgb(218,173,175,0.5);
    margin-left: 10px;
    white-space: nowrap;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    text-decoration: none;
    background: rgb(218,173,175);
    color: #000000;
}.visitor_privacy_189:hover {
    background: rgb(199,134,139);
    box-shadow: 0 0 20px rgb(199,134,139,0.5);
}.cookie_message_alert_804 p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(218,173,175);
}.cookie_message_alert_804 p a:hover {
    color: rgb(199,134,139);
}#cookiePolicyPanel_632 {
    display: none;
}#cookiePolicyPanel_632:checked ~ .cookie_message_alert_804 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_message_alert_804 {
    padding: 20px;
}.cookie_window_286 {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.cookie_reset_986 {
    display: none;
}.cookie_window_286 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_show_904 {
    text-align: center;
    margin-bottom: 20px;
}.cookie_message_alert_804 h5, .cookie_message_alert_804 p {
    text-align: center;
}.visitor_privacy_189 {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
}
