* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.online_tools {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
    scroll-behavior: auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1242px;
}.panel-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}.head_mainwrap {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.subscribe_to_newsletter {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    padding: 6rem 2rem;
    background: rgb(212,209,190);
}.subscribe_to_newsletter::before {
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
    background-size: 60px 60px;
    height: 100%;
    opacity: 0.2;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(30deg, transparent 49%, rgb(180,170,166,0.5) 49%, rgb(180,170,166,0.5) 51%, transparent 51%),
        linear-gradient(150deg, transparent 49%, rgb(138,127,125,0.5) 49%, rgb(138,127,125,0.5) 51%, transparent 51%);
}.subscribe_to_newsletter .method_ped {
    transform-style: preserve-3d;
    display: flex;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    justify-content: center;
}.subscribe_to_newsletter .reach_links {
    width: 70%;
    position: relative;
    background: #ffffff;
    box-shadow: 
        30px 30px 0px rgb(180,170,166,0.5),
        -30px -30px 0px rgb(138,127,125,0.5);
    transition: transform 0.5s ease;
    transform: rotateX(5deg) rotateY(-15deg) rotateZ(0deg);
    padding: 3.5rem 3rem;
}.subscribe_to_newsletter .reach_links:hover {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}.subscribe_to_newsletter h3 {
    padding-left: 1.5rem;
    font-size: 22px;
    margin-bottom: 2.5rem;
    border-left: 5px solid rgb(180,170,166);
    transform: translateZ(20px);
    color: #000000;
    font-weight: 700;
    position: relative;
}.subscribe_to_newsletter .input_holder {
    display: flex;
    transform: translateZ(30px);
    gap: 2rem;
    flex-direction: column;
}.subscribe_to_newsletter input[type="email"] {
    transform-origin: left center;
    font-size: 15px;
    background: #ffffff;
    transform: skewY(0deg);
    padding: 1.2rem 1.5rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border: 2px solid rgba(0, 0, 0, 0.5);
    color: #000000;
}.subscribe_to_newsletter input[type="email"]:focus {
    transform: skewY(-2deg);
    outline: none;
    border-color: rgb(180,170,166);
    box-shadow: 10px 10px 0px rgb(138,127,125,0.5);
}.subscribe_to_newsletter input[type="submit"] {
    letter-spacing: 1px;
    text-transform: uppercase;
    transform: skewY(0deg);
    font-size: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
    transform-origin: right center;
    padding: 1rem 2.5rem;
    font-weight: 600;
    cursor: pointer;
    background: rgb(180,170,166);
    font-family: Arial, sans-serif;
    position: relative;
    align-self: flex-end;
}.subscribe_to_newsletter input[type="submit"]:hover {
    transform: skewY(2deg);
    box-shadow: -10px 10px 0px rgb(180,170,166,0.5);
    background: rgb(138,127,125);
}.subscribe_to_newsletter .reach_links::before {
    background: rgb(138,127,125);
    height: 100px;
    opacity: 0.2;
    content: "";
    right: -50px;
    position: absolute;
    top: -50px;
    width: 100px;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
}.subscribe_to_newsletter .reach_links::after {
    left: -50px;
    content: "";
    width: 100px;
    position: absolute;
    bottom: -50px;
    background: rgb(180,170,166);
    opacity: 0.2;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    height: 100px;
}.subscribe_to_newsletter .input_holder::before {
    top: 20%;
    opacity: 0.3;
    border: 2px solid rgb(138,127,125);
    height: 50px;
    right: -25px;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    content: "";
    position: absolute;
    width: 50px;
    animation: float 6s ease-in-out infinite;
}.subscribe_to_newsletter .input_holder::after {
    opacity: 0.3;
    content: "";
    height: 50px;
    bottom: 20%;
    width: 50px;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    left: -25px;
    border: 2px solid rgb(180,170,166);
    position: absolute;
    animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% {
        transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg) translateY(0);
    }
    50% {
        transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg) translateY(-20px);
    }
}

@media (max-width: 992px) {.subscribe_to_newsletter .reach_links {
    transform: rotateX(3deg) rotateY(-10deg) rotateZ(0deg);
    width: 85%;
    box-shadow: 
            20px 20px 0px rgb(180,170,166,0.5),
            -20px -20px 0px rgb(138,127,125,0.5);
}
}

@media (max-width: 768px) {.subscribe_to_newsletter {
    padding: 4rem 1.5rem;
}.subscribe_to_newsletter .reach_links {
    width: 100%;
    transform: none;
    box-shadow: 
            10px 10px 0px rgb(180,170,166,0.5),
            -10px -10px 0px rgb(138,127,125,0.5);
    padding: 2.5rem 2rem;
}.subscribe_to_newsletter h3 {
    font-size: calc(22px * 0.9);
    transform: none;
}.subscribe_to_newsletter .input_holder {
    transform: none;
}.subscribe_to_newsletter .reach_links::before,
    .subscribe_to_newsletter .reach_links::after,
    .subscribe_to_newsletter .input_holder::before,
    .subscribe_to_newsletter .input_holder::after {
    display: none;
}
}

@media (max-width: 480px) {.subscribe_to_newsletter {
    padding: 3rem 1rem;
}.subscribe_to_newsletter .reach_links {
    padding: 2rem 1.5rem;
    box-shadow: 
            5px 5px 0px rgb(180,170,166,0.5),
            -5px -5px 0px rgb(138,127,125,0.5);
}.subscribe_to_newsletter h3 {
    font-size: calc(22px * 0.8);
    margin-bottom: 2rem;
    padding-left: 1rem;
}.subscribe_to_newsletter input[type="email"] {
    padding: 1rem;
}.subscribe_to_newsletter input[type="submit"] {
    padding: 0.8rem 1.5rem;
    align-self: stretch;
}}.meet_us {
    color: #ffffff;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(138,127,125,0.5);
}.meet_us::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 100%;
    opacity: 0.2;
    background: 
        linear-gradient(217deg, rgb(180,170,166,0.5), transparent 70%),
        linear-gradient(127deg, rgb(138,127,125,0.5), transparent 70%);
}.meet_us .container {
    z-index: 2;
    position: relative;
}.meet_us .method_ped {
    position: relative;
    gap: 100px;
    flex-direction: column;
    display: flex;
}.meet_us h3 {
    transform: translateX(-100px);
    animation: slideIn 0.6s ease forwards;
    position: relative;
    font-size: calc(44px * 1.2);
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 700;
    opacity: 0;
}@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.meet_us h3::before {
    transform: translateY(-50%);
    width: 20px;
    position: absolute;
    height: 3px;
    background: rgb(180,170,166);
    left: -30px;
    content: "";
    top: 50%;
}.meet_us .pro_classes {
    position: relative;
    animation: fadeInRight 0.6s ease forwards 0.3s;
    opacity: 0;
    gap: 40px;
    transform: translateX(-50px);
    grid-template-columns: 1fr 1fr;
    border-left: 3px solid rgb(180,170,166);
    padding-left: 40px;
    display: grid;
}@keyframes fadeInRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.meet_us .pro_classes span {
    color: rgb(180,170,166);
    position: relative;
    font-size: 24px;
    grid-column: 1 / 3;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}.meet_us .pro_classes p {
    line-height: 1.8;
    padding-right: 20px;
    margin: 0;
    color: #ffffff;
    opacity: 0.9;
    font-size: 15px;
}.meet_us .pro_classes .post_thumbnail {
    width: 100%;
    position: relative;
    height: 100%;
    transition: transform 0.4s ease;
    border-radius: 0;
    transform: scale(1);
    overflow: hidden;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    min-height: 300px;
}.meet_us .pro_classes .post_thumbnail:hover {
    transform: scale(1.05);
}.meet_us .pro_classes .post_thumbnail::before {
    width: 100%;
    top: 0;
    content: "";
    background: linear-gradient(to right, rgb(180,170,166,0.5), transparent);
    z-index: 1;
    position: absolute;
    opacity: 0.3;
    height: 100%;
    left: 0;
}.meet_us .guide_bios {
    transform: translateX(50px);
    grid-template-columns: 1fr 1fr;
    opacity: 0;
    display: grid;
    border-right: 3px solid rgb(138,127,125);
    padding-right: 40px;
    animation: fadeInLeft 0.6s ease forwards 0.6s;
    position: relative;
    gap: 40px;
}@keyframes fadeInLeft {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.meet_us .guide_bios p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #ffffff;
    grid-column: 2 / 3;
    padding-left: 20px;
    opacity: 0.9;
}.meet_us .guide_bios .edu_beliefs {
    transition: transform 0.4s ease;
    height: 100%;
    width: 100%;
    transform: scale(1);
    border-radius: 0;
    grid-column: 1 / 2;
    min-height: 300px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    position: relative;
    grid-row: 1 / 2;
    overflow: hidden;
}.meet_us .guide_bios .edu_beliefs:hover {
    transform: scale(1.05);
}.meet_us .guide_bios .edu_beliefs::before {
    background: linear-gradient(to left, rgb(138,127,125,0.5), transparent);
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    content: "";
    opacity: 0.3;
    position: absolute;
}.meet_us .method_ped::before {
    height: 1px;
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(180,170,166), transparent);
    top: -20px;
    width: 40%;
    position: absolute;
}.meet_us .method_ped::after {
    content: "";
    background: linear-gradient(to left, rgb(138,127,125), transparent);
    right: 0;
    height: 1px;
    position: absolute;
    bottom: -20px;
    width: 40%;
}.meet_us .container::before {
    left: -100px;
    width: 200px;
    position: absolute;
    height: 200px;
    border-radius: 50%;
    top: -100px;
    border: 1px solid rgb(180,170,166,0.5);
    content: "";
    animation: rotate 30s linear infinite;
    z-index: -1;
}.meet_us .container::after {
    border: 1px solid rgb(138,127,125,0.5);
    right: -150px;
    border-radius: 50%;
    position: absolute;
    height: 300px;
    width: 300px;
    z-index: -1;
    animation: rotate 40s linear infinite reverse;
    bottom: -150px;
    content: "";
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.meet_us::after {
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    z-index: 0;
    top: 0;
    position: absolute;
}

@media screen and (max-width: 992px) {.meet_us {
    padding: 80px 0;
}.meet_us h3 {
    font-size: calc(44px * 1.1);
}.meet_us .method_ped {
    gap: 70px;
}.meet_us .pro_classes,
    .meet_us .guide_bios {
    grid-template-columns: 1fr;
    gap: 30px;
}.meet_us .pro_classes p {
    grid-column: 1 / 2;
    padding-right: 0;
}.meet_us .guide_bios p {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    padding-left: 0;
}.meet_us .guide_bios .edu_beliefs {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.meet_us .pro_classes .post_thumbnail,
    .meet_us .guide_bios .edu_beliefs {
    min-height: 250px;
}
}

@media screen and (max-width: 768px) {.meet_us {
    padding: 60px 0;
}.meet_us h3 {
    font-size: 44px;
}.meet_us .method_ped {
    gap: 50px;
}.meet_us .pro_classes,
    .meet_us .guide_bios {
    padding-right: 20px;
    padding-left: 20px;
}.meet_us .pro_classes {
    border-left: 2px solid rgb(180,170,166);
}.meet_us .guide_bios {
    border-right: 2px solid rgb(138,127,125);
}.meet_us .pro_classes span {
    font-size: calc(24px * 0.9);
}.meet_us .pro_classes p,
    .meet_us .guide_bios p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}.meet_us .pro_classes .post_thumbnail,
    .meet_us .guide_bios .edu_beliefs {
    border-radius: 10px;
    min-height: 220px;
    clip-path: none;
}
}

@media screen and (max-width: 576px) {.meet_us {
    padding: 50px 0;
}.meet_us h3 {
    font-size: calc(44px * 0.8);
}.meet_us h3::before {
    left: -20px;
    width: 15px;
}.meet_us .method_ped {
    gap: 40px;
}.meet_us .pro_classes,
    .meet_us .guide_bios {
    padding-right: 15px;
    padding-left: 15px;
    gap: 20px;
}.meet_us .pro_classes .post_thumbnail,
    .meet_us .guide_bios .edu_beliefs {
    min-height: 180px;
}.meet_us .container::before,
    .meet_us .container::after {
    display: none;
}}footer {
    position: relative;
    width: 100%;
}footer .online_tools {
    color: #ffffff;
    background:rgb(138,127,125);
    font-family: Arial, sans-serif;
    position: relative;
    padding: 250px 0 30px;
}footer .online_tools::before {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(180,170,166) 25%, rgb(138,127,125) 25%, rgb(138,127,125) 50%, rgb(180,170,166) 50%, rgb(180,170,166) 75%, rgb(138,127,125) 75%);
    content: "";
    height: 20px;
    width: 100%;
    top: 0;
}footer .grant_info {
    position: relative;
    z-index: 1;
}footer .request_info {
    justify-content: space-between;
    border-radius: 26px;
    background-color: #ffffff;
    margin-bottom: 50px;
    top: -120px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    right: 0;
}footer .info_item {
    justify-content: flex-start;
    flex: 1 1 250px;
    padding: 25px;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    left: 0;
    content: "";
    height: 3px;
    bottom: 0;
    transition: width 0.3s ease;
    width: 0;
    background-color: rgb(180,170,166);
    position: absolute;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    width: 22px;
    flex-shrink: 0;
    height: 22px;
    fill: rgb(180,170,166);
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
}footer .info_item a:hover {
    color: rgb(180,170,166);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 20px;
    margin-top: 100px;
}footer .head_core {
    position: relative;
    padding: 0 25px;
}footer .head_core svg {
    margin-bottom: 20px;
    height: 45px;
    width: auto;
    filter: brightness(0) invert(1);
}footer .footer_social {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    max-width: 350px;
}footer .head_study {
    position: relative;
    padding: 0 25px;
}footer .head_study h5 {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    padding-bottom: 10px;
}footer .head_study h5::after {
    height: 2px;
    width: 60px;
    left: 0;
    bottom: -2px;
    background-color: rgb(180,170,166);
    content: "";
    position: absolute;
}footer .head_site {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}footer .head_site a {
    margin: 5px 8px 5px 0;
    padding: 8px 16px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
    border-radius: 20px;
}footer .head_site a:hover {
    color: #ffffff;
    background-color: rgb(180,170,166);
    transform: translateY(-3px);
}footer .subscribe_holder {
    background-color: rgb(138,127,125,0.5);
    position: relative;
    padding: 30px 25px;
    border-radius: 26px;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
}footer .subscribe_holder p {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}footer .input_holder {
    gap: 15px;
    display: flex;
    position: relative;
    flex-direction: column;
}footer .input_holder::before {
    height: 50px;
    background-color: rgb(180,170,166);
    content: "";
    position: absolute;
    z-index: -1;
    right: -10px;
    top: -10px;
    opacity: 0.1;
    width: 50px;
    border-radius: 50%;
}footer .input_holder::after {
    z-index: -1;
    opacity: 0.1;
    position: absolute;
    bottom: -20px;
    left: -10px;
    content: "";
    border-radius: 50%;
    height: 70px;
    background-color: rgb(138,127,125);
    width: 70px;
}footer .input_holder input[type="email"] {
    color: rgb(138,127,125);
    border-radius: 10px;
    padding: 15px;
    border: none;
    font-size: 15px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.9);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}footer .sub_benefit {
    padding: 15px;
    transition: all 0.3s ease;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: rgb(180,170,166);
}footer .sub_benefit::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    transition: left 0.7s ease;
}footer .sub_benefit:hover {
    background-color: rgb(138,127,125);
}footer .sub_benefit:hover::before {
    left: 100%;
}footer .rating_stars {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    text-align: center;
    padding-top: 20px;
}footer .patent_info {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

@media (min-width: 768px) {footer .online_tools {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_benefit {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .request_info {
    margin-bottom: 80px;
    position: relative;
    top: 0;
}footer .online_tools {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .head_study, footer .subscribe_holder, footer .head_core {
    padding: 20px;
}footer .rating_stars {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .head_study h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(24px - 2px);
}footer .head_site a {
    font-size: calc(15px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .sub_benefit {
    padding: 12px;
}}.homepage {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(212,209,190), #ffffff 90%);
    min-height: 100vh;
}.homepage::before {
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgba(94,170,168,0.1), rgba(94,170,168,0.05));
    top: 0;
    width: 60%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    right: 0;
    z-index: 1;
}.homepage::after {
    left: 0;
    position: absolute;
    background: radial-gradient(circle at 20% 30%, rgba(94,170,168,0.12), transparent 50%);
    z-index: 2;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
}.homepage .method_ped {
    grid-template-columns: 1fr 1fr;
    padding: 5rem 2rem;
    min-height: 100vh;
    z-index: 5;
    display: grid;
    margin: 0 auto;
    max-width: 1400px;
    gap: 2rem;
    position: relative;
}.homepage h1 {
    opacity: 0;
    position: relative;
    color: #000000;
    grid-column: 1 / -1;
    animation: slideDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-size: 46px;
    margin-bottom: 2rem;
    transform: translateY(-20px);
}.homepage h1::after {
    transform: scaleX(0);
    bottom: -10px;
    position: absolute;
    animation: scaleIn 0.6s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
    width: 60px;
    background: rgb(180,170,166);
    height: 4px;
    content: "";
    left: 0;
}.homepage .content_column {
    opacity: 0;
    transform: translateX(-30px);
    z-index: 10;
    position: relative;
    flex-direction: column;
    display: flex;
    animation: slideRight 0.8s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    justify-content: center;
}.homepage .start_open {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(180,170,166);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}.homepage .start_open:hover {
    transform: perspective(1000px) rotateY(0);
}.homepage .start_open p {
    line-height: 1.6;
    position: relative;
    margin-bottom: 2rem;
    color: #000000;
    font-size: calc(15px * 1.2);
}.homepage .start_open p::after {
    content: "";
    background: rgb(138,127,125);
    position: absolute;
    height: 2px;
    bottom: -10px;
    left: 0;
    width: 40px;
}.homepage svg {
    margin: 1.5rem 0;
    height: 120px;
    width: 120px;
    transform: scale(0.9);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    filter: drop-shadow(0 6px 12px rgba(94,170,168,0.2));
}.homepage svg:hover {
    transform: scale(1);
}.homepage svg path {
    fill: rgb(180,170,166);
    transition: fill 0.3s ease;
}.homepage svg:hover path {
    fill: rgb(138,127,125);
}.homepage svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.homepage svg:hover text {
    fill: #000000;
}.homepage .support_widget {
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    transform: translateY(0);
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    border: none;
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
    padding: 1rem 2rem;
    background: linear-gradient(45deg, rgb(180,170,166), rgb(138,127,125));
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    margin-top: 1.5rem;
    position: relative;
}.homepage .support_widget::before {
    position: absolute;
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
    content: "";
    z-index: -1;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(138,127,125), rgb(180,170,166));
}.homepage .support_widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(94,170,168,0.4);
}.homepage .support_widget:hover::before {
    opacity: 1;
}.homepage .post_thumbnail {
    z-index: 3;
    position: relative;
    opacity: 0;
    transform: translateX(30px) scale(0.95);
    animation: slideLeft 0.8s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    height: 100%;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}.homepage .post_thumbnail::after {
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(to bottom, transparent 70%, rgba(94,170,168,0.3));
    position: absolute;
}

@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) {.homepage .method_ped {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 4rem 1.5rem;
}.homepage h1 {
    text-align: center;
    font-size: calc(46px * 0.9);
}.homepage h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes scaleIn {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .homepage .content_column {
    order: 2;
}.homepage .post_thumbnail {
    order: 1;
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.homepage::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    width: 100%;
}
}

@media (max-width: 768px) {.homepage .method_ped {
    padding: 3rem 1rem;
    gap: 2rem;
}.homepage h1 {
    font-size: calc(46px * 0.8);
}.homepage .start_open {
    padding: 1.5rem;
}.homepage .start_open p {
    font-size: 15px;
}.homepage svg {
    width: 100px;
    height: 100px;
}.homepage .post_thumbnail {
    height: 250px;
}.homepage .support_widget {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 576px) {.homepage .method_ped {
    padding: 2rem 1rem;
}.homepage h1 {
    font-size: calc(46px * 0.7);
}.homepage .start_open {
    transform: perspective(1000px) rotateY(0);
    padding: 1.25rem;
}.homepage svg {
    margin: 1rem 0;
    width: 80px;
    height: 80px;
}.homepage .post_thumbnail {
    height: 200px;
}}.secure_oasis {
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgb(212,209,190) 0%, rgba(rgb(180,170,166,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
}.secure_oasis::before {
    animation: slidein 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    top: 0;
    transform-origin: left center;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(180,170,166) 0%, rgb(138,127,125) 100%);
    left: 0;
    content: "";
    height: 5px;
}.secure_oasis::after {
    z-index: 0;
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(rgb(180,170,166,0.5), 0.03), transparent);
    content: "";
    position: absolute;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    width: 30%;
    height: 100%;
}.secure_oasis .container {
    z-index: 1;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.secure_oasis h1 {
    animation: fadeup 0.5s ease-out 0.2s forwards;
    position: relative;
    transform: translateY(10px);
    letter-spacing: -0.5px;
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 2.5rem;
    opacity: 0;
    color: #000000;
}.secure_oasis h1::after {
    transform: scaleX(0);
    content: "";
    position: absolute;
    bottom: -12px;
    background: rgb(180,170,166);
    animation: scaleIn 0.6s ease-out 0.6s forwards;
    width: 60px;
    transform-origin: left;
    left: 0;
    height: 3px;
}.secure_oasis h2 {
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
    font-size: 38px;
    transform: translateY(10px);
    position: relative;
    padding-left: 1rem;
    color: #000000;
    opacity: 0;
    animation: fadeup 0.5s ease-out 0.3s forwards;
}.secure_oasis h2::before {
    background: rgb(138,127,125);
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.8;
    transform: scaleY(0.7);
    content: "";
    width: 3px;
    top: 0;
}.secure_oasis h3 {
    color: #000000;
    margin: 2rem 0 1rem;
    font-weight: 600;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    opacity: 0;
    font-size: calc(38px * 0.85);
    transform: translateY(10px);
}.secure_oasis h4 {
    margin: 1.5rem 0 1rem;
    opacity: 0;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    opacity: 0.85;
    font-weight: 600;
    color: #000000;
    transform: translateY(10px);
    font-size: calc(38px * 0.75);
}.secure_oasis p {
    opacity: 0;
    margin-bottom: 1.5rem;
    font-size: 12px;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    color: #000000;
    max-width: 95%;
    line-height: 1.75;
    transform: translateY(10px);
}.secure_oasis p strong {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #000000;
}.secure_oasis p strong::after {
    opacity: 0.5;
    content: "";
    position: absolute;
    height: 1px;
    bottom: -2px;
    width: 100%;
    left: 0;
    background: rgb(180,170,166);
}.secure_oasis span {
    line-height: 1.75;
    transform: translateY(10px);
    position: relative;
    font-size: 12px;
    display: block;
    margin-bottom: 1.5rem;
    opacity: 0;
    color: #000000;
    padding-left: 1rem;
    animation: fadeup 0.5s ease-out 0.4s forwards;
}.secure_oasis span::before {
    height: calc(100% - 1rem);
    width: 3px;
    opacity: 0.3;
    background: rgb(138,127,125);
    position: absolute;
    top: 0.5rem;
    left: 0;
    content: "";
}.secure_oasis ul {
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    opacity: 0;
    padding-left: 0;
    transform: translateX(-10px);
    list-style: none;
    animation: slidein 0.6s ease-out 0.5s forwards;
    border-radius: 0 10px 10px 0;
    border-left: 3px solid rgb(180,170,166);
    padding: 1.5rem 2rem;
    margin: 1.5rem 0 2rem;
    position: relative;
}.secure_oasis ul::before {
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, rgba(rgb(180,170,166,0.5), 0.05), transparent);
    content: "";
    left: 0;
    z-index: -1;
    height: 100%;
}.secure_oasis li {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
    padding-left: 1.75rem;
    font-size: 12px;
    position: relative;
}.secure_oasis li:last-child {
    margin-bottom: 0;
}.secure_oasis li::before {
    height: 8px;
    left: 0;
    transform: rotate(45deg);
    position: absolute;
    background: rgb(138,127,125);
    top: 0.5rem;
    content: "";
    border-radius: 1px;
    width: 8px;
}

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

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

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

@media (min-width: 768px) {.secure_oasis {
    padding: 6rem 3rem;
}.secure_oasis h1 {
    font-size: calc(43px * 1.15);
    margin-bottom: 3rem;
}.secure_oasis h1::after {
    width: 80px;
}.secure_oasis p, .secure_oasis span {
    max-width: 85%;
}.secure_oasis ul {
    margin-left: 1rem;
    max-width: 90%;
}
}

@media (min-width: 992px) {.secure_oasis {
    padding: 7rem 4rem;
}.secure_oasis::after {
    width: 40%;
}.secure_oasis h1 {
    font-size: calc(43px * 1.3);
}.secure_oasis h2 {
    padding-left: 1.5rem;
}.secure_oasis p, .secure_oasis span {
    font-size: calc(12px * 1.05);
    max-width: 80%;
}.secure_oasis ul {
    padding: 2rem 2.5rem;
}.secure_oasis li {
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.secure_oasis {
    padding: 4rem 1.5rem;
}.secure_oasis h1 {
    font-size: calc(43px * 0.9);
}.secure_oasis h2 {
    font-size: calc(38px * 0.9);
}.secure_oasis h3 {
    font-size: calc(38px * 0.8);
}.secure_oasis h4 {
    font-size: calc(38px * 0.7);
}.secure_oasis p, .secure_oasis span {
    max-width: 100%;
}.secure_oasis ul {
    padding: 1.25rem 1.5rem;
}}.instructor_history {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,209,190) 0%, rgb(180,170,166,0.5) 50%, rgb(212,209,190) 100%);
}.instructor_history::before {
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(180,170,166,0.5) 0,
        rgb(180,170,166,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0.05;
    height: 100%;
    content: "";
}.instructor_history::after {
    width: 100%;
    opacity: 0.4;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(180,170,166,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(138,127,125,0.5) 0%, transparent 50%);
    position: absolute;
    left: 0;
    filter: blur(60px);
    content: "";
    height: 100%;
}.instructor_history .container {
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.instructor_history .review_opinions {
    display: flex;
    padding: 60px 40px;
    align-items: center;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    border-radius: 12px;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.instructor_history .review_opinions::before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    opacity: 0;
    position: absolute;
    inset: 0;
    transform: rotate(-45deg) scale(2);
    z-index: 1;
    transition: opacity 0.6s ease;
    content: "";
}.instructor_history .review_opinions:hover::before {
    animation: holographic-sweep 1.5s ease infinite;
    opacity: 1;
}@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

.instructor_history .post_thumbnail {
    width: 180px;
    transform: rotate(-3deg);
    border-radius: 10px;
    transition: all 0.5s ease;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(180,170,166,0.5);
    position: relative;
    z-index: 2;
    height: 180px;
    margin-bottom: 35px;
}.instructor_history .post_thumbnail::before {
    width: 100%;
    height: 100%;
    z-index: 3;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}.instructor_history .post_thumbnail::after {
    animation: rotate 15s linear infinite;
    top: -50%;
    left: -50%;
    mix-blend-mode: overlay;
    position: absolute;
    width: 200%;
    z-index: 1;
    opacity: 0.15;
    content: "";
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(180,170,166,0.5) 90deg,
            transparent 180deg,
            rgb(138,127,125,0.5) 270deg,
            transparent 360deg
        );
    height: 200%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.instructor_history .name {
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 37px;
    position: relative;
    color: #000000;
    z-index: 2;
}.instructor_history .name::after {
    transform: translateX(-50%);
    left: 50%;
    bottom: -8px;
    position: absolute;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(180,170,166) 50%,
        transparent 100%
    );
    width: 70px;
    content: "";
}.instructor_history .review_opinions span:not(.name) {
    position: relative;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 17px;
    text-transform: uppercase;
    z-index: 2;
    letter-spacing: 2px;
}.instructor_history .career_wrap {
    color: #000000;
    line-height: 1.8;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin: 0;
    text-align: center;
    border-left: 3px solid rgb(180,170,166);
    z-index: 2;
    max-width: 85%;
    padding: 25px 30px;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    border-right: 3px solid rgb(138,127,125);
    backdrop-filter: blur(5px);
}.instructor_history .career_wrap::before,
.instructor_history .career_wrap::after {
    background: rgb(180,170,166,0.5);
    width: 40px;
    height: 40px;
    opacity: 0.1;
    position: absolute;
    content: "";
}.instructor_history .career_wrap::before {
    border-left: 3px solid rgb(180,170,166);
    top: -5px;
    border-top: 3px solid rgb(180,170,166);
    left: -5px;
}.instructor_history .career_wrap::after {
    border-right: 3px solid rgb(138,127,125);
    bottom: -5px;
    right: -5px;
    border-bottom: 3px solid rgb(138,127,125);
}.instructor_history .review_opinions:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}.instructor_history .review_opinions:hover .post_thumbnail {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(180,170,166,0.5);
    transform: rotate(0deg) scale(1.05);
}

@media (max-width: 991px) {.instructor_history {
    padding: 80px 0;
}.instructor_history .review_opinions {
    padding: 50px 30px;
}.instructor_history .post_thumbnail {
    width: 160px;
    height: 160px;
    margin-bottom: 30px;
}.instructor_history .career_wrap {
    padding: 20px 25px;
    max-width: 90%;
}
}

@media (max-width: 767px) {.instructor_history {
    padding: 60px 0;
}.instructor_history .review_opinions {
    padding: 40px 25px;
}.instructor_history .post_thumbnail {
    height: 140px;
    width: 140px;
    margin-bottom: 25px;
}.instructor_history .name {
    font-size: calc(37px * 0.9);
}.instructor_history .review_opinions span:not(.name) {
    font-size: calc(17px * 0.95);
    margin-bottom: 20px;
}.instructor_history .career_wrap {
    padding: 18px 20px;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 575px) {.instructor_history {
    padding: 50px 0;
}.instructor_history .review_opinions {
    padding: 35px 20px;
}.instructor_history .post_thumbnail {
    margin-bottom: 20px;
    height: 120px;
    width: 120px;
}.instructor_history .name {
    font-size: calc(37px * 0.8);
}.instructor_history .review_opinions span:not(.name) {
    font-size: calc(17px * 0.9);
    letter-spacing: 1px;
    margin-bottom: 15px;
}.instructor_history .career_wrap {
    padding: 15px;
    font-size: calc(15px * 0.9);
    max-width: 100%;
}}.course_features {
    background: rgb(212,209,190);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.course_features::before {
    content: "";
    left: 0;
    bottom: 0;
    opacity: 0.03;
    right: 0;
    top: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgb(138,127,125,0.5) 2px, rgb(138,127,125,0.5) 4px),
        repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(180,170,166,0.5) 2px, rgb(180,170,166,0.5) 4px);
    z-index: 0;
}.course_features::after {
    background: 
        radial-gradient(ellipse at top left, rgb(180,170,166,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at bottom right, rgb(138,127,125,0.5) 0%, transparent 60%);
    width: 90%;
    z-index: 0;
    position: absolute;
    height: 90%;
    filter: blur(40px);
    top: 5%;
    content: "";
    left: 5%;
    animation: ambientLight 15s infinite alternate ease-in-out;
}.course_features .container {
    z-index: 1;
    position: relative;
}.course_features .method_ped {
    position: relative;
    max-width: 100%;
    border-radius: 11px;
    flex-direction: column;
    background: transparent;
    overflow: visible;
    display: flex;
}.course_features .post_thumbnail {
    top: 0;
    height: 100%;
    overflow: hidden;
    left: 0;
    border-radius: 11px;
    filter: saturate(0.8) contrast(1.1);
    transform: translateZ(0);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    position: absolute;
    z-index: 0;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
}.course_features .post_thumbnail::before {
    left: 0;
    position: absolute;
    mix-blend-mode: multiply;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 1;
    content: "";
    width: 100%;
    top: 0;
}.course_features .post_thumbnail::after {
    z-index: 2;
    top: 0;
    left: 0;
    background: 
        linear-gradient(to right, #000000 0%, transparent 20%, transparent 80%, #000000 100%),
        linear-gradient(to bottom, #000000 0%, transparent 20%, transparent 80%, #000000 100%);
    content: "";
    height: 100%;
    opacity: 0.7;
    width: 100%;
    position: absolute;
}.course_features .method_ped:hover .post_thumbnail {
    filter: saturate(1.1) contrast(1.2);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        65% 100%, 
        60% 85%, 
        40% 85%, 
        35% 100%, 
        0% 100%
    );
}.course_features .career_ready {
    backdrop-filter: blur(10px);
    width: 85%;
    border-radius: 11px;
    z-index: 3;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    box-shadow:
        0 15px 35px 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);
    transform: perspective(1000px) rotateX(2deg);
    margin: 40px auto;
    transition: all 0.6s ease;
    padding: 80px 60px;
}.course_features .career_ready::before {
    top: -2px;
    bottom: -2px;
    opacity: 0.7;
    transition: opacity 0.6s ease;
    right: -2px;
    z-index: -1;
    background: linear-gradient(
        45deg,
        rgb(180,170,166) 0%,
        transparent 30%,
        transparent 70%,
        rgb(138,127,125) 100%
    );
    position: absolute;
    content: "";
    left: -2px;
    border-radius: calc(11px + 2px);
}.course_features .career_ready::after {
    content: "";
    right: 10px;
    left: 10px;
    opacity: 0.5;
    border-radius: 10px;
    top: 10px;
    z-index: -1;
    bottom: 10px;
    transition: all 0.4s ease;
    position: absolute;
    border: 1px dashed rgb(180,170,166,0.5);
}.course_features .method_ped:hover .career_ready {
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.15),
        0 10px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(0deg);
}.course_features .method_ped:hover .career_ready::before {
    opacity: 1;
}.course_features .method_ped:hover .career_ready::after {
    top: 15px;
    bottom: 15px;
    left: 15px;
    opacity: 0.7;
    right: 15px;
}.course_features .head_core {
    align-items: center;
    width: 70px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.05),
        0 0 0 5px rgb(180,170,166,0.5);
    left: 50%;
    background: #ffffff;
    z-index: 5;
    border-radius: 50%;
    top: -35px;
    transform: translateX(-50%);
    height: 70px;
    position: absolute;
    display: flex;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    justify-content: center;
}.course_features .head_core::before {
    right: -10px;
    opacity: 0.5;
    z-index: -1;
    transition: opacity 0.5s ease;
    position: absolute;
    animation: rotateConic 10s linear infinite;
    top: -10px;
    left: -10px;
    background: 
        conic-gradient(
            rgb(180,170,166) 0deg, 
            rgb(180,170,166) 90deg, 
            transparent 90deg, 
            transparent 180deg, 
            rgb(138,127,125) 180deg, 
            rgb(138,127,125) 270deg, 
            transparent 270deg, 
            transparent 360deg
        );
    content: "";
    border-radius: 50%;
    bottom: -10px;
}.course_features .head_core:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 6px 12px rgba(0, 0, 0, 0.08),
        0 0 0 5px rgb(138,127,125,0.5);
    transform: translateX(-50%) scale(1.1);
}.course_features .head_core:hover::before {
    opacity: 0.8;
}.course_features .head_core svg {
    transition: transform 0.5s ease;
    height: 40px;
    width: 40px;
}.course_features .head_core:hover svg {
    transform: rotate(15deg);
}.course_features .head_core svg path {
    fill: rgb(180,170,166);
    transition: fill 0.5s ease;
}.course_features .head_core:hover svg path {
    fill: rgb(138,127,125);
}.course_features h3 {
    font-size: 33px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 30px;
}.course_features h3::before {
    bottom: 0;
    width: 50px;
    position: absolute;
    content: "";
    transition: width 0.5s ease;
    left: 50%;
    background: rgb(180,170,166);
    transform: translateX(-50%);
    height: 2px;
}.course_features h3::after {
    height: 1px;
    transition: width 0.5s ease;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    background: rgb(138,127,125,0.5);
    left: 50%;
    width: 100px;
    bottom: -5px;
}.course_features .career_ready:hover h3::before {
    width: 100px;
}.course_features .career_ready:hover h3::after {
    width: 150px;
}.course_features p {
    text-align: center;
    max-width: 90%;
    position: relative;
    font-size: 17px;
    margin: 0 auto;
    color: #000000;
    line-height: 1.8;
}.course_features p::before, 
.course_features p::after {
    position: absolute;
    height: 20px;
    content: "";
    opacity: 0.3;
    transition: all 0.5s ease;
    width: 20px;
}.course_features p::before {
    border-top: 2px solid rgb(180,170,166);
    top: -10px;
    border-left: 2px solid rgb(180,170,166);
    left: -10px;
}.course_features p::after {
    border-bottom: 2px solid rgb(138,127,125);
    right: -10px;
    bottom: -10px;
    border-right: 2px solid rgb(138,127,125);
}.course_features .career_ready:hover p::before,
.course_features .career_ready:hover p::after {
    opacity: 0.6;
    width: 40px;
    height: 40px;
}

@keyframes ambientLight {
    0% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1) rotate(5deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.course_features {
    padding: 100px 0;
}.course_features .career_ready {
    padding: 70px 50px;
    width: 90%;
}.course_features h3 {
    font-size: calc(33px - 2px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.course_features {
    padding: 80px 0;
}.course_features .career_ready {
    width: 90%;
    padding: 60px 40px;
    margin: 30px auto;
}.course_features .head_core {
    width: 60px;
    height: 60px;
    top: -30px;
}.course_features .head_core svg {
    width: 35px;
    height: 35px;
}.course_features h3 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(33px - 4px);
}.course_features p {
    line-height: 1.7;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {.course_features {
    padding: 60px 0;
}.course_features .career_ready {
    width: 95%;
    padding: 50px 30px;
    margin: 25px auto;
    transform: none;
}.course_features .head_core {
    top: -25px;
    width: 50px;
    height: 50px;
}.course_features .head_core svg {
    width: 30px;
    height: 30px;
}.course_features .head_core::before {
    display: none;
}.course_features h3 {
    font-size: calc(33px - 6px);
    margin-bottom: 20px;
    padding-bottom: 12px;
}.course_features p {
    font-size: calc(17px - 2px);
    max-width: 100%;
    line-height: 1.6;
}.course_features p::before, 
    .course_features p::after {
    height: 15px;
    width: 15px;
}.course_features .career_ready:hover p::before,
    .course_features .career_ready:hover p::after {
    width: 25px;
    height: 25px;
}.course_features h3::before {
    width: 40px;
}.course_features h3::after {
    width: 80px;
}.course_features .career_ready:hover h3::before {
    width: 70px;
}.course_features .career_ready:hover h3::after {
    width: 110px;
}.course_features .post_thumbnail {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            60% 100%, 
            50% 95%, 
            40% 95%, 
            30% 100%, 
            0% 100%
        );
}.course_features .method_ped:hover .post_thumbnail {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            65% 100%, 
            55% 92%, 
            35% 92%, 
            25% 100%, 
            0% 100%
        );
}.course_features .career_ready::after {
    display: none;
}}header {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    padding: 0;
    background: linear-gradient(120deg, rgb(180,170,166) 0%, rgb(138,127,125) 100%);
    margin-top: 0;
    position: relative;
    z-index: 100;
    overflow: visible;
}header::before {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    top: 2px;
    bottom: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    content: '';
    left: 2px;
    right: 2px;
    z-index: -1;
}header .head_pagebar {
    padding: 1.2rem 3rem;
    z-index: 5;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}header .head_core {
    background: rgba(255, 255, 255, 0.15);
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    margin-right: 2rem;
    position: relative;
    transition: all 0.3s ease;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    flex: 0 0 auto;
}header .head_core::before {
    top: 3px;
    position: absolute;
    left: 3px;
    z-index: -1;
    right: 3px;
    bottom: 3px;
    content: '';
    border: 1px dashed rgba(255, 255, 255, 0.3);
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
}header .head_core:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}header .top_wrap {
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    display: block;
}header .top_wrap img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .head_study {
    z-index: 2;
    position: relative;
    margin: 0;
    display: flex;
    padding: 0;
    list-style: none;
}header .head_know {
    position: relative;
    margin: 0 0.5rem;
}header .head_know a {
    display: flex;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    justify-content: center;
    height: 40px;
    overflow: hidden;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    font-weight: 600;
    color: #ffffff;
    padding: 0 1.2rem;
    align-items: center;
    font-size: 17px;
}header .head_know a::before {
    content: '';
    left: -100%;
    width: 100%;
    height: 100%;
    transition: left 0.7s ease;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
}header .head_know a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}header .head_know a:hover::before {
    left: 100%;
}header .head_know::after {
    bottom: -5px;
    left: 50%;
    position: absolute;
    height: 2px;
    background: #ffffff;
    transform: translateX(-50%);
    content: '';
    width: 0;
    transition: width 0.3s ease;
}header .head_know:hover::after {
    width: 80%;
}header .head_pagebar::before {
    border-bottom: none;
    width: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    height: 40px;
    top: 10px;
    opacity: 0.5;
    content: '';
    position: absolute;
    border-right: none;
    right: 10px;
}header .head_pagebar::after {
    width: 40px;
    content: '';
    border-top: none;
    position: absolute;
    height: 40px;
    bottom: 10px;
    left: 10px;
    opacity: 0.5;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-left: none;
}header .head_mainwrap {
    z-index: 1;
    padding-top: 2rem;
    background: rgb(212,209,190);
    position: relative;
    margin-top: -15px;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    right: 15px;
    background: #ffffff;
    border-radius: 50%;
    content: '';
    top: 15px;
    height: 8px;
    width: 8px;
    box-shadow: 0 0 10px #ffffff;
    animation: pulse 2s infinite;
    position: absolute;
}

@media (min-width: 1400px) {header .head_pagebar {
    max-width: 1320px;
    margin: 0 auto;
}header .head_know {
    margin: 0 0.7rem;
}header .head_know a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .head_pagebar {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .head_core {
    margin-bottom: 0;
    margin-right: 0;
}header .head_study {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .head_know a {
    padding: 0 1rem;
    height: 35px;
    font-size: calc(17px - 1px);
}header .head_pagebar::before,
    header .head_pagebar::after {
    display: none;
}.head_mainwrap {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .head_pagebar {
    padding: 0.8rem 1.5rem;
}header .head_core {
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
    padding: 0.5rem 0.8rem;
}header .top_wrap img {
    max-height: 35px;
}header .head_study {
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    overflow-x: auto;
}header .head_study::-webkit-scrollbar {
    height: 3px;
}header .head_study::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .head_know {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .head_know a {
    height: 32px;
    padding: 0 0.8rem;
    white-space: nowrap;
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    font-size: calc(17px - 2px);
}header .head_know::after {
    display: none;
}header::after {
    width: 5px;
    top: 10px;
    height: 5px;
    right: 10px;
}.head_mainwrap {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .head_pagebar {
    padding: 0.7rem 1.2rem;
}header .head_core {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .head_know a {
    padding: 0 0.6rem;
    height: 30px;
    font-size: calc(17px - 3px);
}}.connect_form {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.connect_form::before {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    content: '';
    background: rgb(138,127,125,0.5);
    top: 0;
    height: 100%;
}.connect_form .container {
    max-width: 1400px;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.connect_form .reach_links {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0;
    display: grid;
}.connect_form .request_map {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 50px;
    grid-row: 2;
    border-radius: 0 0 20px 20px;
    background: #ffffff;
    display: flex;
}.connect_form .request_map h3 {
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
    width: 100%;
    position: relative;
}.connect_form .request_map h3::after {
    transform: translateX(-50%);
    bottom: -15px;
    width: 80px;
    left: 50%;
    height: 3px;
    content: '';
    background: rgb(180,170,166);
    position: absolute;
}.connect_form .request_map div {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    padding: 20px;
    align-items: center;
    border-radius: 10px;
    background: rgb(212,209,190);
    flex: 0 0 calc(50% - 20px);
    display: flex;
}.connect_form .request_map div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.connect_form .request_map svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.connect_form .request_map svg path {
    fill: rgb(180,170,166);
}.connect_form .request_map span {
    color: #000000;
    font-size: 14px;
}.connect_form .request_map a {
    color: rgb(180,170,166);
    transition: color 0.3s ease;
    text-decoration: none;
}.connect_form .request_map a:hover {
    color: rgb(138,127,125);
}.connect_form .contact_reach {
    border-radius: 20px 20px 0 0;
    position: relative;
    background: rgb(180,170,166);
    grid-row: 1;
    padding: 0;
    overflow: hidden;
}.connect_form .contact_reach::before {
    opacity: 0.2;
    border-radius: 50%;
    right: -50px;
    position: absolute;
    width: 150px;
    top: -50px;
    content: '';
    background: rgb(138,127,125);
    height: 150px;
}.connect_form .contact_reach::after {
    background: rgb(138,127,125);
    position: absolute;
    opacity: 0.1;
    height: 200px;
    content: '';
    left: -80px;
    border-radius: 50%;
    width: 200px;
    bottom: -80px;
}.connect_form form {
    padding: 60px 50px;
    position: relative;
    z-index: 1;
}.connect_form form h3 {
    position: relative;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
}.connect_form form h3::after {
    transform: translateX(-50%);
    content: '';
    height: 3px;
    width: 80px;
    background: #ffffff;
    bottom: -15px;
    position: absolute;
    left: 50%;
}.connect_form form input[type="text"],
.connect_form form input[type="email"] {
    font-size: 14px;
    width: 100%;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}.connect_form form input[type="text"]:focus,
.connect_form form input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    outline: none;
}.connect_form form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.connect_form .support_feedback {
    margin: 25px 0 30px;
    display: flex;
    align-items: flex-start;
}.connect_form .support_feedback input[type="checkbox"] {
    width: 22px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    appearance: none;
    position: relative;
    height: 22px;
    -webkit-appearance: none;
    border-radius: 10px;
    margin-right: 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}.connect_form .support_feedback input[type="checkbox"]:checked {
    border-color: #ffffff;
    background-color: #ffffff;
}.connect_form .support_feedback input[type="checkbox"]:checked::before {
    width: 6px;
    top: 4px;
    border: solid rgb(180,170,166);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    content: '';
    left: 7px;
    height: 10px;
    position: absolute;
}.connect_form .support_feedback label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.6;
}.connect_form .support_feedback a {
    font-weight: 600;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    transition: opacity 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.connect_form .support_feedback a:hover {
    opacity: 0.8;
    border-bottom-color: #ffffff;
}.connect_form .support_widget {
    border-radius: 10px;
    background: #ffffff;
    padding: 18px 20px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: rgb(180,170,166);
    transition: all 0.3s ease;
    width: 100%;
    font-weight: 700;
}.connect_form .support_widget:hover {
    background: rgb(212,209,190);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {.connect_form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}.connect_form form h3 {
    grid-column: span 2;
}.connect_form .support_feedback {
    grid-column: span 2;
}.connect_form .support_widget {
    grid-column: span 2;
}
}

@media (max-width: 992px) {.connect_form {
    padding: 90px 0;
}.connect_form .contact_reach,
    .connect_form .request_map {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.connect_form {
    padding: 70px 0;
}.connect_form .request_map div {
    flex: 0 0 100%;
}.connect_form .contact_reach,
    .connect_form .request_map {
    padding: 40px 30px;
}.connect_form .request_map h3,
    .connect_form form h3 {
    margin-bottom: 35px;
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 576px) {.connect_form {
    padding: 50px 0;
}.connect_form .contact_reach,
    .connect_form .request_map {
    padding: 30px 25px;
}.connect_form .request_map h3,
    .connect_form form h3 {
    font-size: calc(28px * 0.85);
    margin-bottom: 30px;
}.connect_form form input[type="text"],
    .connect_form form input[type="email"] {
    padding: 15px;
}}.price_card_deck {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(212,209,190);
}.price_card_deck::before {
    width: 600px;
    right: -10%;
    top: -15%;
    content: "";
    background: linear-gradient(135deg, rgb(180,170,166,0.5), rgb(138,127,125,0.5));
    opacity: 0.15;
    z-index: 0;
    position: absolute;
    filter: blur(80px);
    height: 600px;
}.price_card_deck::after {
    z-index: 0;
    width: 500px;
    background: linear-gradient(225deg, rgb(138,127,125,0.5), rgb(180,170,166,0.5));
    height: 500px;
    bottom: -15%;
    content: "";
    opacity: 0.1;
    left: -10%;
    filter: blur(100px);
    position: absolute;
}.price_card_deck .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    z-index: 1;
}.price_card_deck .fee_board {
    display: flex;
    gap: 60px;
    flex-direction: column;
}.price_card_deck .edu_packages {
    order: -1;
    transform: translateX(5%);
    position: relative;
    margin-bottom: 20px;
    z-index: 2;
}.price_card_deck .edu_packages h2 {
    color: transparent;
    transition: transform 0.5s ease;
    -webkit-background-clip: text !important;
    font-size: 34px;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    background-clip: text !important;
    font-weight: 700;
    background: linear-gradient(90deg, #000000, rgb(180,170,166));
    margin-bottom: 15px;
}.price_card_deck .edu_packages .learning_packages {
    line-height: 1.6;
    transform: translateY(0);
    margin-left: 5px;
    color: #000000;
    max-width: 700px;
    transition: transform 0.4s ease;
    font-size: 12px;
}.price_card_deck .edu_packages:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}.price_card_deck .edu_packages:hover .learning_packages {
    transform: translateY(3px);
}.price_card_deck .learning_price {
    gap: 30px;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.price_card_deck .bundle_price {
    transform: translateZ(0) scale(1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    transform-style: preserve-3d;
}.price_card_deck .bundle_price:hover {
    z-index: 5;
    transform: translateZ(20px) scale(1.02);
}.price_card_deck .payment_scheme {
    overflow: hidden;
    flex-direction: column;
    background: #ffffff;
    transition: box-shadow 0.5s ease;
    display: flex;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    height: 100%;
}.price_card_deck .bundle_price:hover .payment_scheme {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(180,170,166,0.5);
}.price_card_deck .payment_scheme::before {
    position: absolute;
    right: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(180,170,166), rgb(138,127,125));
    transform-origin: left;
    top: 0;
    transform: scaleX(0);
    height: 5px;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.price_card_deck .bundle_price:hover .payment_scheme::before {
    transform: scaleX(1);
}.price_card_deck .pricing_levels {
    display: flex;
    padding: 35px 30px;
    z-index: 2;
    position: relative;
    flex-grow: 1;
    overflow: hidden;
    flex-direction: column;
}.price_card_deck .pricing_levels h3 {
    transition: transform 0.4s ease, color 0.3s ease;
    margin-bottom: 15px;
    transform: translateY(0);
    position: relative;
    color: #000000;
    overflow-wrap: break-word;
    word-break: break-word;
    font-weight: 600;
    font-size: calc(20px + 2px);
}.price_card_deck .bundle_price:hover .pricing_levels h3 {
    transform: translateY(-2px);
    color: rgb(180,170,166);
}.price_card_deck .pricing_levels .cost_summary {
    font-weight: 700;
    font-size: calc(20px + 6px);
    overflow-wrap: break-word;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 5px 0 20px;
    display: block;
    color: rgb(180,170,166);
    word-break: break-word;
}.price_card_deck .bundle_price:hover .pricing_levels .cost_summary {
    transform: scale(1.05);
}.price_card_deck .pricing_levels .cost_summary::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    content: "";
    background: rgb(138,127,125,0.5);
    width: 50px;
    transition: width 0.4s ease;
}.price_card_deck .bundle_price:hover .pricing_levels .cost_summary::after {
    width: 80px;
}.price_card_deck .pricing_levels p {
    opacity: 0.85;
    white-space: normal;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.7;
    flex-grow: 1;
    transition: opacity 0.3s ease;
    overflow-wrap: break-word;
    color: #000000;
    word-break: break-word;
}.price_card_deck .bundle_price:hover .pricing_levels p {
    opacity: 1;
}.price_card_deck .bundle_price .post_thumbnail {
    height: 220px;
    overflow: hidden;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    position: relative;
}.price_card_deck .bundle_price:hover .post_thumbnail {
    height: 240px;
}.price_card_deck .bundle_price .post_thumbnail::after {
    bottom: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    content: "";
    right: 0;
}.price_card_deck .bundle_price:hover .post_thumbnail::after {
    opacity: 1;
}.price_card_deck .bundle_price:nth-child(odd) .payment_scheme {
    flex-direction: column-reverse;
}

@media (min-width: 992px) {.price_card_deck {
    padding: 140px 0;
}.price_card_deck .fee_board {
    flex-direction: row;
    align-items: flex-start;
}.price_card_deck .edu_packages {
    order: 0;
    margin-right: 70px;
    align-self: flex-start;
    position: sticky;
    transform: translateX(0);
    top: 100px;
    width: 30%;
}.price_card_deck .learning_price {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}
}

@media (min-width: 1200px) {.price_card_deck .learning_price {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price_card_deck .edu_packages h2 {
    font-size: calc(34px + 5px);
}
}

@media (max-width: 991px) {.price_card_deck {
    padding: 80px 0;
}.price_card_deck .edu_packages {
    text-align: center;
    transform: translateX(0);
}.price_card_deck .edu_packages .learning_packages {
    margin: 0 auto;
}
}

@media (max-width: 767px) {.price_card_deck {
    padding: 60px 0;
}.price_card_deck .learning_price {
    grid-template-columns: 1fr;
}.price_card_deck .pricing_levels {
    padding: 25px 20px;
}.price_card_deck .bundle_price .post_thumbnail {
    height: 180px;
}.price_card_deck .edu_packages h2 {
    font-size: calc(34px - 2px);
}
}

@media (max-width: 480px) {.price_card_deck {
    padding: 50px 0;
}.price_card_deck .pricing_levels h3 {
    font-size: 20px;
}.price_card_deck .pricing_levels .cost_summary {
    font-size: calc(20px + 2px);
}.price_card_deck .pricing_levels p {
    font-size: calc(12px - 1px);
}}.thanks_id {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(180,170,166,0.5), 0.05), rgba(rgb(138,127,125,0.5), 0.1));
}.thanks_id::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(180,170,166,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(138,127,125,0.5), 0.1) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
}.thanks_id::after {
    position: absolute;
    animation: floatShape 15s ease-in-out infinite alternate;
    height: 300px;
    z-index: 0;
    background: rgb(180,170,166);
    width: 300px;
    top: -150px;
    filter: blur(20px);
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    opacity: 0.05;
    right: -150px;
}.thanks_id .container {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 1;
    max-width: 1200px;
}.thanks_id h2 {
    color: #000000;
    transition: transform 0.5s ease-out;
    font-weight: 600;
    line-height: 1.3;
    font-size: 35px;
    font-family: Arial, sans-serif;
    text-align: left;
    transform: perspective(1000px) translateZ(10px);
    position: relative;
    margin-bottom: 40px;
}.thanks_id h2::after {
    bottom: -12px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    background: linear-gradient(90deg, rgb(180,170,166), rgb(138,127,125));
    transform: scaleX(0.8);
    content: "";
    border-radius: 10px;
    position: absolute;
    transform-origin: left;
    width: 120px;
    height: 4px;
}.thanks_id:hover h2::after {
    transform: scaleX(1);
}.thanks_id .method_ped {
    padding: 40px;
    overflow: hidden;
    border-radius: 19px;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.thanks_id .method_ped::before {
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(180,170,166), rgb(138,127,125), rgb(180,170,166));
    width: 100%;
    position: absolute;
    animation: gradientShift 6s ease infinite;
    top: 0;
    background-size: 200% 100%;
    left: 0;
}.thanks_id ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.thanks_id li {
    transition: transform 0.3s ease-out;
    position: relative;
    padding: 10px 0 10px 20px;
}.thanks_id li::before {
    position: absolute;
    left: 0;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(rgb(180,170,166,0.5), 0.5);
    background: rgb(180,170,166);
    transform: translateY(-50%);
    width: 8px;
    content: "";
    top: 24px;
}.thanks_id span {
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 400;
    transform: translateY(0);
    position: relative;
    line-height: 1.7;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 16px;
    display: block;
}.thanks_id span::after {
    content: "";
    right: 0;
    bottom: -10px;
    position: absolute;
    transform-origin: right;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgba(rgb(180,170,166,0.5), 0.3));
    transform: scaleX(0.5);
    opacity: 0;
    height: 1px;
    transition: all 0.5s ease;
}.thanks_id .method_ped:hover {
    transform: translateY(-5px);
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.thanks_id .method_ped:hover span::after {
    transform: scaleX(1);
    opacity: 1;
}

@keyframes floatShape {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(20px, 30px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}

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

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

@media (max-width: 767px) {.thanks_id {
    padding: 80px 0;
}.thanks_id .container {
    padding: 0 20px;
}.thanks_id h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.9);
}.thanks_id .method_ped {
    padding: 30px 20px;
}.thanks_id li {
    padding: 10px 0 10px 15px;
}.thanks_id li::before {
    width: 6px;
    height: 6px;
}.thanks_id span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.thanks_id {
    padding: 60px 0;
}.thanks_id h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
}.thanks_id .method_ped {
    padding: 25px 15px;
}.thanks_id span {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}}.study_process {
    min-height: 65vh;
    background: rgb(212,209,190);
    overflow: hidden;
    position: relative;
}.study_process::before {
    content: "";
    filter: blur(40px);
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, rgb(180,170,166,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(138,127,125,0.5) 0%, transparent 30%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}.study_process::after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    z-index: 2;
    background: repeating-radial-gradient(
        circle at center,
        transparent,
        transparent 50px,
        rgba(255, 255, 255, 0.03) 50px,
        rgba(255, 255, 255, 0.03) 100px
    );
    top: 0;
}.study_process .container {
    max-width: 1100px;
    align-items: center;
    display: flex;
    z-index: 5;
    position: relative;
    justify-content: center;
    margin: 0 auto;
    padding: 5rem 2rem;
}.study_process .method_ped {
    padding: 0;
    max-width: 900px;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    flex-direction: column;
    align-items: center;
    aspect-ratio: 1/1;
    display: flex;
    height: 100%;
    width: 100%;
}.study_process .method_ped::before {
    border-radius: 50%;
    content: "";
    left: 5%;
    width: 90%;
    height: 90%;
    border: 2px solid rgb(180,170,166,0.5);
    z-index: -1;
    animation: rotateBorder 20s linear infinite;
    top: 5%;
    position: absolute;
}.study_process .method_ped::after {
    animation: rotateBorder 15s linear infinite reverse;
    content: "";
    z-index: -1;
    left: 10%;
    height: 80%;
    position: absolute;
    top: 10%;
    width: 80%;
    border-radius: 50%;
    border: 1px dashed rgb(138,127,125,0.5);
}.study_process h3 {
    transform: translateY(-20px);
    position: relative;
    color: rgb(180,170,166);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    text-align: center;
    background: #ffffff;
    font-size: 31px;
    padding: 1rem 2rem;
    font-weight: 700;
    z-index: 2;
    max-width: 70%;
    margin: 0 0 1.5rem;
}.study_process h3::before {
    border-radius: inherit;
    content: "";
    position: absolute;
    opacity: 0.2;
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, rgb(180,170,166,0.5), transparent);
    height: 100%;
    left: 0;
    top: 0;
}.study_process h3::after {
    width: 2px;
    top: 100%;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(to bottom, rgb(180,170,166), transparent);
    left: 50%;
    height: 30px;
}.study_process span {
    font-size: 14px;
    text-align: center;
    position: relative;
    line-height: 1.7;
    transform: translateY(20px);
    height: auto;
    padding: 2rem;
    background: #ffffff;
    color: #000000;
    border-radius: 25px;
    display: inline-block;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    width: 60%;
}.study_process span::before {
    position: absolute;
    width: 2px;
    content: "";
    height: 30px;
    background: linear-gradient(to top, rgb(138,127,125), transparent);
    bottom: 100%;
    transform: translateX(-50%);
    left: 50%;
}.study_process span::after {
    opacity: 0.2;
    top: 0;
    background: linear-gradient(45deg, rgb(138,127,125,0.5), transparent);
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    content: "";
    border-radius: inherit;
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 993px) {.study_process .method_ped:hover::before,
    .study_process .method_ped:hover::after {
    animation-play-state: paused;
}.study_process .method_ped:hover h3,
    .study_process .method_ped:hover span {
    transform: translateY(0);
    transition: transform 0.5s ease;
}
}

@media (max-width: 992px) {.study_process {
    min-height: auto;
}.study_process .container {
    padding: 4rem 1.5rem;
}.study_process .method_ped {
    padding: 2rem 0;
    aspect-ratio: auto;
    gap: 3rem;
    border-radius: 0;
    height: auto;
}.study_process .method_ped::before,
    .study_process .method_ped::after {
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 20px;
    height: 100%;
}.study_process h3 {
    max-width: 90%;
    margin-bottom: 0;
    font-size: calc(31px * 0.9);
    transform: none;
}.study_process h3::after {
    display: none;
}.study_process span {
    width: 90%;
    transform: none;
}.study_process span::before {
    display: none;
}
}

@media (max-width: 768px) {.study_process .container {
    padding: 3rem 1.2rem;
}.study_process .method_ped {
    padding: 1.5rem 0;
    gap: 2rem;
}.study_process h3 {
    padding: 0.8rem 1.5rem;
    max-width: 100%;
    font-size: calc(31px * 0.8);
}.study_process span {
    font-size: calc(14px * 0.9);
    padding: 1.5rem;
    width: 100%;
}
}

@media (max-width: 576px) {.study_process .container {
    padding: 2.5rem 1rem;
}.study_process .method_ped {
    gap: 1.5rem;
    padding: 1rem 0;
}.study_process h3 {
    font-size: calc(31px * 0.7);
    padding: 0.7rem 1.2rem;
}.study_process span {
    line-height: 1.6;
    font-size: calc(14px * 0.85);
    padding: 1.2rem;
}.study_process .method_ped::before,
    .study_process .method_ped::after {
    border-width: 1px;
}}.cookieUsagePromptBar {
    bottom: 0;
    position: fixed;
    width: 100%;
    border-top: 2px solid rgb(180,170,166);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    background: rgb(138,127,125);
    transition: all 0.3s ease-in-out;
    padding: 20px 0;
    z-index: 90;
}.cookie_confirm {
    flex-wrap: wrap;
    max-width: 1200px;
    align-items: center;
    margin: auto;
    justify-content: space-between;
    display: flex;
    padding: 20px 30px;
}.cookieUsagePromptBar h5 {
    margin-bottom: 6px;
    transition: color 0.3s ease-in-out;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}.cookieUsagePromptBar p {
    max-width: 500px;
    font-size: 15px;
    color: #ffffff;
}.user_safety {
    flex-shrink: 0;
    margin-right: 20px;
}.user_safety svg, .user_safety svg path {
    transition: transform 0.3s ease-in-out;
    height: 80px;
    width: 80px;
    fill: rgb(180,170,166);
}.user_safety:hover svg {
    transform: rotate(10deg);
}.cookie_layer {
    text-decoration: none;
    border-radius: 18px;
    line-height: 35px;
    background: rgb(180,170,166);
    color: #ffffff;
    margin-left: 20px;
    padding: 10px 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    cursor: pointer;
    font-size: 18px;
    box-shadow: rgb(180,170,166,0.5) 0px 4px 10px 0px;
}.cookie_button.track_cookies {
    background: rgb(180,170,166);
}.cookie_button.consent_track {
    background: rgb(138,127,125);
}.cookie_layer:hover {
    transform: scale(1.05);
    box-shadow: rgb(180,170,166,0.5) 0px 6px 15px 0px;
}.cookieUsagePromptBar p a {
    transition: color 0.3s ease-in-out;
    color: rgb(180,170,166);
    text-decoration: none;
    font-weight: 600;
}.cookieUsagePromptBar p a:hover {
    color: rgb(138,127,125);
}.panel-container .cookieUsagePromptBar {
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
    background: rgb(138,127,125);
}.panel-container .cookie_layer {
    font-weight: 400;
    border-radius: 10px;
    margin-left: 30px;
    padding: 10px;
    background: rgb(180,170,166);
    border: none;
    font-size: 18px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    color: #ffffff;
}.panel-container .manage_cookies h5, .panel-container .manage_cookies p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookieUsagePromptBar {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.user_safety {
    display: none;
}.cookie_confirm {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookieUsagePromptBar h5 {
    text-align: center;
}.cookieUsagePromptBar p {
    text-align: center;
}.manage_cookies {
    margin-bottom: 20px;
    text-align: center;
}.cookie_layer {
    width: 100%;
    max-width: 300px;
    margin-left: 0;
    margin-top: 10px;
}}
#privacyAlertWindow {
    display: none;
}#privacyAlertWindow:checked ~ .cookieUsagePromptBar {
    opacity: 0;
    visibility: hidden;
}