* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.level_upbase {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.nav_studybase {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: auto;
}.wrapper-sectionbase {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1200px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.get_in_touchbase {
    overflow: hidden;
    background: rgb(239,215,226);
    position: relative;
    padding: 90px 0;
}.get_in_touchbase::before {
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(185,150,173,0.5),
        rgb(185,150,173,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    height: 100%;
    left: 0;
    content: '';
    width: 100%;
    opacity: 0.05;
}.get_in_touchbase .pic_wrapperbase {
    top: 5%;
    z-index: 1;
    height: 90%;
    width: 40%;
    right: 0;
    position: absolute;
    border-radius: 18px 0 0 18px;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
}.get_in_touchbase .pic_wrapperbase::after {
    content: '';
    top: 0;
    border-radius: 18px 0 0 18px;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(213,183,195,0.5), transparent 70%);
    height: 100%;
    position: absolute;
}.get_in_touchbase .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.get_in_touchbase h3 {
    margin-bottom: 50px;
    color: rgb(213,183,195);
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 37px;
}.get_in_touchbase .request_sectionbase {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 18px;
    display: flex;
}.get_in_touchbase .support_feedbackbase {
    padding: 50px;
    position: relative;
    flex: 1;
}.get_in_touchbase form h3 {
    margin-bottom: 30px;
    text-align: left;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}.get_in_touchbase input[type="text"],
.get_in_touchbase textarea {
    font-size: 14px;
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    color: #000000;
    background: #ffffff;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}.get_in_touchbase input[type="text"]:focus,
.get_in_touchbase textarea:focus {
    outline: none;
    border-color: rgb(213,183,195);
    box-shadow: 0 0 0 2px rgb(213,183,195,0.5);
}.get_in_touchbase textarea {
    height: 150px;
    resize: none;
}.get_in_touchbase .query_blockbase {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.get_in_touchbase .query_blockbase input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.get_in_touchbase .query_blockbase label {
    cursor: pointer;
    color: #000000;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
}.get_in_touchbase .query_blockbase label::before {
    transition: all 0.3s ease;
    border: 2px solid rgb(185,150,173);
    border-radius: 10px;
    content: '';
    height: 18px;
    left: 0;
    top: 2px;
    width: 18px;
    position: absolute;
}.get_in_touchbase .query_blockbase input[type="checkbox"]:checked + label::before {
    background: rgb(213,183,195);
    border-color: rgb(213,183,195);
}.get_in_touchbase .query_blockbase input[type="checkbox"]:checked + label::after {
    top: 6px;
    left: 6px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    content: '';
    height: 10px;
    border: solid #ffffff;
    width: 6px;
    position: absolute;
}.get_in_touchbase .query_blockbase a {
    color: rgb(213,183,195);
    text-decoration: none;
    transition: all 0.3s ease;
}.get_in_touchbase .query_blockbase a:hover {
    text-decoration: underline;
}.get_in_touchbase .inquiry_linksbase {
    border-radius: 10px;
    font-size: 20px;
    padding: 15px 40px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    display: inline-block;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    background: rgb(213,183,195);
    color: #ffffff;
}.get_in_touchbase .inquiry_linksbase:hover {
    background: rgb(185,150,173);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.get_in_touchbase .request_listbase {
    padding: 50px;
    width: 35%;
    position: relative;
    background: rgb(213,183,195);
}.get_in_touchbase .request_listbase::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    left: 0;
    top: 0;
}.get_in_touchbase .request_listbase h4 {
    color: #ffffff;
    font-size: 20px;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    position: relative;
    font-weight: 600;
}.get_in_touchbase .request_listbase h4::after {
    height: 3px;
    background: #ffffff;
    position: absolute;
    bottom: -15px;
    content: '';
    left: 0;
    width: 40px;
}.get_in_touchbase .request_infobase {
    list-style: none;
    padding: 0;
    margin: 0;
}.get_in_touchbase .request_infobase li {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}.get_in_touchbase .request_infobase svg {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-right: 15px;
}.get_in_touchbase .request_infobase svg path {
    fill: #ffffff;
}.get_in_touchbase .request_infobase span {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
}.get_in_touchbase .request_infobase a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}.get_in_touchbase .request_infobase a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.get_in_touchbase .pic_wrapperbase {
    display: none;
}.get_in_touchbase .request_sectionbase {
    flex-direction: column;
}.get_in_touchbase .support_feedbackbase {
    width: 100%;
}.get_in_touchbase .request_listbase {
    width: 100%;
}
}

@media (max-width: 768px) {.get_in_touchbase {
    padding: 60px 0;
}.get_in_touchbase h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 40px;
}.get_in_touchbase .support_feedbackbase,
    .get_in_touchbase .request_listbase {
    padding: 40px;
}
}

@media (max-width: 576px) {.get_in_touchbase {
    padding: 40px 0;
}.get_in_touchbase h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.get_in_touchbase .support_feedbackbase,
    .get_in_touchbase .request_listbase {
    padding: 30px 20px;
}.get_in_touchbase form h3,
    .get_in_touchbase .request_listbase h4 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.get_in_touchbase input[type="text"],
    .get_in_touchbase textarea {
    margin-bottom: 15px;
    padding: 12px;
}.get_in_touchbase textarea {
    height: 120px;
}.get_in_touchbase .inquiry_linksbase {
    width: 100%;
    padding: 12px;
}.get_in_touchbase .request_infobase li {
    margin-bottom: 20px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    animation: gradientFlow 20s ease infinite;
    background-size: 300% 300%;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(213,183,195,0.5) 35%, rgb(185,150,173,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.75;
    position: absolute;
    z-index: -1;
    left: 0;
}footer::after {
    position: absolute;
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(213,183,195,0.5) 25%, rgb(213,183,195,0.5) 26%, transparent 27%, transparent 74%, rgb(185,150,173,0.5) 75%, rgb(185,150,173,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(213,183,195,0.5) 25%, rgb(213,183,195,0.5) 26%, transparent 27%, transparent 74%, rgb(185,150,173,0.5) 75%, rgb(185,150,173,0.5) 76%, transparent 77%, transparent);
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.15;
    background-size: 50px 50px;
}.level_upbase {
    padding: 4rem 0 2.5rem;
    color: #ffffff;
    position: relative;
}.level_upbase::before {
    width: 100%;
    height: 2px;
    opacity: 0.8;
    box-shadow: 0 0 20px rgb(213,183,195,0.5);
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(213,183,195), rgb(185,150,173), transparent);
    left: 0;
    content: "";
}.level_upbase .container {
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    gap: 3rem;
    display: flex;
}.level_upbase .company_holder {
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    border-radius: 24px;
    overflow: hidden;
    padding: 2rem;
    backdrop-filter: blur(8px);
    position: relative;
    flex: 1 1 350px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
}.level_upbase .company_holder::before {
    position: absolute;
    left: -50%;
    top: 0;
    transform: translateY(-1px);
    content: "";
    height: 1px;
    width: 200%;
    background: linear-gradient(90deg, transparent, rgb(213,183,195), transparent);
}.level_upbase .company_holder::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: translateY(1px);
    background: linear-gradient(90deg, transparent, rgb(185,150,173), transparent);
    left: 0;
}.level_upbase .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(213,183,195,0.5);
}.level_upbase .company_holder h3 {
    text-shadow: 0 0 15px rgb(213,183,195,0.5);
    font-size: 29px;
    margin: 0 0 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    display: inline-block;
}.level_upbase .company_holder h3::after {
    position: absolute;
    box-shadow: 0 0 10px rgb(213,183,195);
    width: 50px;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(213,183,195), rgb(185,150,173));
    bottom: -8px;
    left: 0;
    content: "";
    transition: width 0.3s ease-out;
}.level_upbase .company_holder:hover h3::after {
    width: 100%;
}.level_upbase .stats_toolbase {
    text-shadow: 0 0 10px #000000;
    line-height: 1.6;
    max-width: 100%;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.85;
}.level_upbase .equity_infobase {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.level_upbase .head_mentorbase {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}.level_upbase .first_teachbase {
    backdrop-filter: blur(8px);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    position: relative;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    padding: 2rem;
    overflow: hidden;
    min-width: 250px;
    transition: all 0.4s ease;
    border-radius: 24px;
    flex: 1 1 calc(50% - 1.25rem);
}.level_upbase .first_teachbase::before {
    background: linear-gradient(90deg, transparent, rgb(185,150,173), transparent);
    top: 0;
    left: -50%;
    height: 1px;
    position: absolute;
    transform: translateY(-1px);
    content: "";
    width: 200%;
}.level_upbase .first_teachbase::after {
    content: "";
    transform: translateY(1px);
    left: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(213,183,195), transparent);
    bottom: 0;
}.level_upbase .first_teachbase:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(185,150,173,0.5);
    transform: translateY(-5px);
}.level_upbase .first_teachbase h5 {
    text-shadow: 0 0 15px rgb(185,150,173,0.5);
    display: inline-block;
    margin: 0 0 1.5rem;
    font-size: 24px;
    letter-spacing: 0.5px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
}.level_upbase .first_teachbase h5::after {
    width: 40px;
    bottom: -8px;
    box-shadow: 0 0 10px rgb(185,150,173);
    transition: width 0.3s ease-out;
    content: "";
    border-radius: 10px;
    height: 3px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(185,150,173), rgb(213,183,195));
}.level_upbase .first_teachbase:hover h5::after {
    width: 100%;
}.level_upbase .first_teachbase .head_mentorbase {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.level_upbase .first_teachbase .head_mentorbase a {
    border-radius: 10px;
    opacity: 0.8;
    font-size: 12px;
    z-index: 1;
    position: relative;
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}.level_upbase .first_teachbase .head_mentorbase a::before {
    width: 3px;
    border-radius: 10px;
    z-index: -1;
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0.5;
    top: 0;
    background: linear-gradient(180deg, rgb(213,183,195), rgb(185,150,173));
    height: 100%;
    left: 0;
    content: "";
}.level_upbase .first_teachbase .head_mentorbase a::after {
    opacity: 0;
    z-index: -1;
    left: 0;
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    height: 100%;
    width: 0;
    top: 0;
}.level_upbase .first_teachbase .head_mentorbase a:hover {
    text-shadow: 0 0 10px rgb(185,150,173,0.5);
    color: #ffffff;
    padding-left: 1.5rem;
    opacity: 1;
}.level_upbase .first_teachbase .head_mentorbase a:hover::before {
    opacity: 1;
    width: 5px;
    box-shadow: 0 0 10px rgb(213,183,195);
}.level_upbase .first_teachbase .head_mentorbase a:hover::after {
    width: 100%;
    opacity: 0.2;
}.cloud_labbase {
    margin-top: 2rem;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2rem 0;
}.cloud_labbase::before {
    opacity: 0.5;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(213,183,195), rgb(185,150,173), transparent);
    height: 1px;
    top: 0;
    left: 0;
}.cloud_labbase .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.cloud_labbase .quiz_linksbase {
    text-shadow: 0 0 5px #000000;
    font-size: 15px;
    letter-spacing: 0.5px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    opacity: 0.7;
    color: #ffffff;
}.cloud_labbase .quiz_linksbase:hover {
    text-shadow: 0 0 8px rgb(185,150,173,0.5);
    opacity: 1;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.level_upbase .container {
    gap: 2rem;
}.level_upbase .company_holder {
    flex: 1 1 320px;
}.level_upbase .equity_infobase {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}

@media (max-width: 992px) {.level_upbase {
    padding: 3.5rem 0 2rem;
}.level_upbase .container {
    flex-direction: column;
    gap: 2rem;
}.level_upbase .company_holder,
    .level_upbase .equity_infobase {
    flex: 1 1 100%;
    min-width: 100%;
}.level_upbase .first_teachbase {
    min-width: 220px;
    flex: 0 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.level_upbase {
    padding: 3rem 0 1.5rem;
}.level_upbase .company_holder,
    .level_upbase .first_teachbase {
    padding: 1.5rem;
}.level_upbase .head_mentorbase {
    gap: 1.5rem;
}.level_upbase .company_holder h3 {
    font-size: calc(29px - 2px);
}.level_upbase .first_teachbase h5 {
    font-size: calc(24px - 1px);
}.level_upbase .company_holder:hover,
    .level_upbase .first_teachbase:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.level_upbase {
    padding: 2.5rem 0 1rem;
}.level_upbase .head_mentorbase {
    gap: 1rem;
}.level_upbase .first_teachbase {
    min-width: 100%;
    flex: 1 1 100%;
}.level_upbase .first_teachbase .head_mentorbase a {
    padding: 0.4rem 0.8rem;
}.level_upbase .first_teachbase .head_mentorbase a:hover {
    padding-left: 1.2rem;
}.cloud_labbase {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.level_upbase .company_holder:hover,
    .level_upbase .first_teachbase:hover {
    transform: translateY(-2px);
}}.who_we_arebase {
    padding: 100px 0;
    background-color: rgb(239,215,226);
    position: relative;
    overflow: hidden;
}.who_we_arebase::before {
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(213,183,195,0.5) 0,
        rgb(213,183,195,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    position: absolute;
    z-index: 1;
    height: 100%;
}.who_we_arebase .container {
    position: relative;
    z-index: 2;
}.who_we_arebase .skills_centerbase {
    gap: 0;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
}.who_we_arebase .skills_centerbase h3 {
    padding-left: 20px;
    width: 100%;
    transition: transform 0.3s ease;
    transform: translateZ(0);
    font-size: 40px;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 60px;
    border-left: 6px solid rgb(213,183,195);
}.who_we_arebase .skills_centerbase h3:hover {
    transform: translateX(5px);
}.who_we_arebase .academy_learningsbase {
    padding-right: 60px;
    position: relative;
    width: 55%;
}.who_we_arebase .smart_classesbase {
    position: relative;
    width: 45%;
}.who_we_arebase .academy_learningsbase span {
    transform: skewX(-10deg);
    font-weight: 600;
    color: rgb(213,183,195);
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    background-color: rgb(213,183,195,0.5);
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 20px;
}.who_we_arebase .academy_learningsbase p {
    font-size: 13px;
    position: relative;
    margin-bottom: 40px;
    line-height: 1.8;
    color: #000000;
}.who_we_arebase .smart_classesbase p {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 40px;
    position: relative;
    color: #000000;
}.who_we_arebase .academy_learningsbase .pic_wrapperbase {
    box-shadow: -15px 15px 0 rgb(213,183,195,0.5);
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 0 21px 21px 0;
    height: 320px;
}.who_we_arebase .academy_learningsbase .pic_wrapperbase:hover {
    transform: translate(5px, -5px);
    box-shadow: -20px 20px 0 rgb(213,183,195,0.5);
}.who_we_arebase .smart_classesbase .belief_corebase {
    box-shadow: 15px 15px 0 rgb(185,150,173,0.5);
    border-radius: 21px 0 0 21px;
    height: 320px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    width: 100%;
}.who_we_arebase .smart_classesbase .belief_corebase:hover {
    box-shadow: 20px 20px 0 rgb(185,150,173,0.5);
    transform: translate(-5px, -5px);
}.who_we_arebase .academy_learningsbase::after {
    height: 2px;
    width: 40%;
    bottom: -30px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(213,183,195), transparent);
    content: "";
}.who_we_arebase .smart_classesbase::before {
    top: -30px;
    background: linear-gradient(90deg, transparent, rgb(185,150,173));
    height: 2px;
    width: 40%;
    position: absolute;
    right: 0;
    content: "";
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {.who_we_arebase {
    padding: 80px 0;
}.who_we_arebase .skills_centerbase h3 {
    margin-bottom: 40px;
}.who_we_arebase .academy_learningsbase,
    .who_we_arebase .smart_classesbase {
    width: 50%;
}.who_we_arebase .academy_learningsbase {
    padding-right: 30px;
}.who_we_arebase .academy_learningsbase .pic_wrapperbase,
    .who_we_arebase .smart_classesbase .belief_corebase {
    height: 280px;
}
}

@media (max-width: 768px) {.who_we_arebase {
    padding: 60px 0;
}.who_we_arebase .skills_centerbase h3 {
    margin-bottom: 30px;
    font-size: calc(40px * 0.8);
}.who_we_arebase .academy_learningsbase,
    .who_we_arebase .smart_classesbase {
    width: 100%;
    padding-right: 0;
}.who_we_arebase .academy_learningsbase {
    margin-bottom: 60px;
}.who_we_arebase .academy_learningsbase .pic_wrapperbase {
    box-shadow: -10px 10px 0 rgb(213,183,195,0.5);
    border-radius: 21px;
    height: 250px;
}.who_we_arebase .smart_classesbase .belief_corebase {
    height: 250px;
    box-shadow: 10px 10px 0 rgb(185,150,173,0.5);
    border-radius: 21px;
}.who_we_arebase .academy_learningsbase::after,
    .who_we_arebase .smart_classesbase::before {
    width: 30%;
}
}

@media (max-width: 576px) {.who_we_arebase {
    padding: 40px 0;
}.who_we_arebase .skills_centerbase h3 {
    font-size: calc(40px * 0.7);
    border-left-width: 4px;
    padding-left: 15px;
    margin-bottom: 25px;
}.who_we_arebase .academy_learningsbase {
    margin-bottom: 40px;
}.who_we_arebase .academy_learningsbase span {
    padding: 6px 12px;
    font-size: calc(20px * 0.9);
}.who_we_arebase .academy_learningsbase p,
    .who_we_arebase .smart_classesbase p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
    margin-bottom: 25px;
}.who_we_arebase .academy_learningsbase .pic_wrapperbase,
    .who_we_arebase .smart_classesbase .belief_corebase {
    height: 200px;
}.who_we_arebase .academy_learningsbase .pic_wrapperbase {
    box-shadow: -8px 8px 0 rgb(213,183,195,0.5);
}.who_we_arebase .smart_classesbase .belief_corebase {
    box-shadow: 8px 8px 0 rgb(185,150,173,0.5);
}.who_we_arebase .academy_learningsbase::after,
    .who_we_arebase .smart_classesbase::before {
    width: 25%;
}}.take_a_spinbase {
    background: rgb(239,215,226);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.take_a_spinbase::before {
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(213,183,195,0.5) 0%, transparent 50%, rgb(185,150,173,0.5) 100%);
    opacity: 0.15;
    height: 100%;
    z-index: 1;
    content: '';
    width: 100%;
    left: 0;
}.take_a_spinbase::after {
    animation: rotate-bg 120s linear infinite;
    z-index: 1;
    top: -50%;
    left: -50%;
    opacity: 0.05;
    width: 200%;
    position: absolute;
    height: 200%;
    background: repeating-linear-gradient(45deg, #000000, #000000 10px, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.5) 20px);
    content: '';
}.take_a_spinbase .skills_centerbase {
    padding: 60px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    display: flex;
    z-index: 10;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    align-items: center;
    border-radius: 26px;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
}.take_a_spinbase .container p {
    text-shadow: 0 0 10px rgba(rgb(213,183,195,0.5), 0.5);
    font-size: 30px;
    line-height: 1.4;
    z-index: 5;
    margin: 0;
    font-weight: 700;
    color: #ffffff;
    width: 60%;
}.take_a_spinbase .inquiry_linksbase {
    overflow: hidden;
    z-index: 5;
    justify-content: center;
    isolation: isolate;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    height: 200px;
    color: #ffffff;
    position: relative;
    width: 200px;
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 50%;
    padding: 0;
}.take_a_spinbase .inquiry_linksbase::before {
    z-index: -2;
    animation: rotate-border 8s linear infinite;
    content: '';
    border-radius: 50%;
    background: conic-gradient(
        rgb(213,183,195),
        rgb(185,150,173),
        rgb(213,183,195)
    );
    position: absolute;
    inset: 0;
}.take_a_spinbase .inquiry_linksbase::after {
    z-index: -1;
    background: rgb(185,150,173);
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    content: '';
}.take_a_spinbase .inquiry_linksbase:hover {
    transform: scale(1.05);
}.take_a_spinbase .inquiry_linksbase:hover::after {
    background: linear-gradient(135deg, rgb(185,150,173) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@keyframes rotate-bg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-border {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.take_a_spinbase {
    padding: 90px 0;
}.take_a_spinbase .skills_centerbase {
    padding: 40px;
}.take_a_spinbase .container p {
    font-size: calc(24px * 1.2);
}.take_a_spinbase .inquiry_linksbase {
    width: 160px;
    height: 160px;
}
}

@media (max-width: 767px) {.take_a_spinbase {
    padding: 70px 0;
}.take_a_spinbase .skills_centerbase {
    gap: 40px;
    flex-direction: column;
    padding: 30px;
}.take_a_spinbase .container p {
    text-align: center;
    font-size: 24px;
    width: 100%;
}.take_a_spinbase .inquiry_linksbase {
    height: 140px;
    width: 140px;
}
}

@media (max-width: 480px) {.take_a_spinbase {
    padding: 50px 0;
}.take_a_spinbase .skills_centerbase {
    padding: 25px 20px;
}.take_a_spinbase .container p {
    font-size: calc(18px * 1.2);
}.take_a_spinbase .inquiry_linksbase {
    width: 120px;
    font-size: calc(14px * 0.9);
    height: 120px;
}}header {
    width: 100%;
    z-index: 100;
    position: relative;
    padding: 1.5rem 3%;
    background: linear-gradient(to right, rgb(213,183,195,0.5), rgb(185,150,173,0.5));
}header::before {
    content: '';
    position: absolute;
    pointer-events: none;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    bottom: 0.5rem;
    left: 0.5rem;
    z-index: 0;
    top: 0.5rem;
    right: 0.5rem;
}header::after {
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    z-index: 0;
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
}header .container {
    position: relative;
    max-width: 100%;
    margin: 0;
    z-index: 1;
    padding: 0;
    width: 100%;
}header .main_trainbase {
    overflow: hidden;
    border-radius: 14px;
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    flex-direction: column;
}header .main_trainbase::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 5px;
    content: '';
    background: linear-gradient(to bottom, rgb(213,183,195), rgb(185,150,173));
    position: absolute;
}header .main_trainbase::after {
    background: linear-gradient(to bottom, rgb(185,150,173), rgb(213,183,195));
    width: 5px;
    right: 0;
    content: '';
    height: 100%;
    top: 0;
    position: absolute;
}header .site_corebase {
    text-decoration: none;
    position: relative;
    justify-content: center;
    display: flex;
    padding: 0 0 1rem 0;
}header .site_corebase::after {
    bottom: 0;
    width: 80px;
    content: '';
    height: 1px;
    background: rgb(213,183,195,0.5);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}header .site_corebase svg {
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    transition: all 0.3s ease;
    width: 170px;
}header .site_corebase:hover svg {
    transform: scale(1.03);
}header .first_teachbase {
    max-width: 90%;
    padding-top: 1rem;
    width: 100%;
    display: flex;
    gap: 0.7rem;
    justify-content: center;
    flex-wrap: wrap;
}header .main_sitewrapbase {
    text-decoration: none;
    font-size: 18px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 0.7rem 1.3rem;
    position: relative;
    font-weight: 600;
    z-index: 1;
    background: rgb(239,215,226);
    transition: all 0.3s ease;
}header .main_sitewrapbase::before {
    z-index: -1;
    transition: width 0.3s ease;
    left: 0;
    background: linear-gradient(to bottom, rgb(213,183,195), rgb(185,150,173));
    position: absolute;
    height: 100%;
    content: '';
    border-radius: 10px 0 0 10px;
    width: 3px;
    top: 0;
}header .main_sitewrapbase:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    color: #ffffff;
}header .main_sitewrapbase:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .main_trainbase {
    padding: 1.2rem;
}header .site_corebase {
    padding: 0 0 0.8rem 0;
}header .site_corebase svg {
    width: 150px;
}header .first_teachbase {
    gap: 0.6rem;
    padding-top: 0.8rem;
}header .main_sitewrapbase {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .main_trainbase {
    padding: 1rem;
}header .site_corebase {
    padding: 0 0 0.7rem 0;
}header .site_corebase svg {
    width: 130px;
}header .first_teachbase {
    gap: 0.5rem;
    padding-top: 0.7rem;
    max-width: 95%;
}header .main_sitewrapbase {
    font-size: calc(18px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .main_trainbase {
    padding: 0.8rem 0.8rem 1rem;
}header .site_corebase {
    padding: 0 0 0.6rem 0;
}header .site_corebase svg {
    width: 120px;
}header .first_teachbase {
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .first_teachbase::-webkit-scrollbar {
    height: 3px;
}header .first_teachbase::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(213,183,195);
}header .main_sitewrapbase {
    margin-right: 3px;
    white-space: nowrap;
    flex-shrink: 0;
}}.developer_experiencebase {
    background: rgb(239,215,226);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}.developer_experiencebase::before {
    height: 100%;
    background: linear-gradient(120deg, transparent 30%, rgb(213,183,195,0.5) 100%);
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}.developer_experiencebase::after {
    background: rgb(185,150,173,0.5);
    bottom: 0;
    width: 40%;
    position: absolute;
    right: 0;
    z-index: 1;
    content: "";
    opacity: 0.5;
    height: 70%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}.developer_experiencebase .review_cornerbase {
    display: grid;
    gap: 3rem;
    position: relative;
    grid-template-columns: 1fr 1.5fr;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.developer_experiencebase .pic_wrapperbase {
    aspect-ratio: 3/4;
    border-radius: 0;
    position: relative;
    filter: grayscale(100%);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    overflow: hidden;
}.developer_experiencebase .pic_wrapperbase::before {
    top: 0;
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(213,183,195,0.5) 100%);
    left: 0;
    height: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
}.developer_experiencebase .pic_wrapperbase:hover {
    filter: grayscale(0%);
    transform: scale(1.03);
}.developer_experiencebase .job_tablebase {
    flex-direction: column;
    justify-content: center;
    display: flex;
    padding: 2rem;
    position: relative;
}.developer_experiencebase .job_tablebase::before {
    position: absolute;
    content: "";
    width: 2px;
    left: 0;
    background: rgb(213,183,195);
    transition: height 0.8s ease-out;
    top: 0;
    height: 0;
}.developer_experiencebase .review_cornerbase:hover .job_tablebase::before {
    height: 100%;
}.developer_experiencebase .name {
    margin-bottom: 0.5rem;
    overflow: hidden;
    font-weight: 700;
    color: #000000;
    font-size: 41px;
    position: relative;
}.developer_experiencebase .name::after {
    width: 100%;
    content: "";
    left: 0;
    background: rgb(185,150,173);
    transition: transform 0.6s ease-out 0.2s;
    transform: translateX(-101%);
    height: 1px;
    bottom: 0;
    position: absolute;
}.developer_experiencebase .review_cornerbase:hover .name::after {
    transform: translateX(0);
}.developer_experiencebase .job_tablebase > div:nth-child(2) {
    margin-bottom: 2.5rem;
    font-weight: 400;
    transform: translateY(20px);
    opacity: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgb(185,150,173);
    transition: all 0.5s ease-out 0.4s;
    font-size: 24px;
}.developer_experiencebase .review_cornerbase:hover .job_tablebase > div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}.developer_experiencebase .emp_blockbase {
    font-size: 13px;
    position: relative;
    font-weight: 300;
    line-height: 1.8;
    opacity: 0;
    transition: all 0.5s ease-out 0.6s;
    padding: 0 0 0 20px;
    transform: translateY(20px);
    color: #000000;
}.developer_experiencebase .review_cornerbase:hover .emp_blockbase {
    opacity: 1;
    transform: translateY(0);
}.developer_experiencebase .emp_blockbase::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(213,183,195);
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.developer_experiencebase:hover .name {
    overflow: hidden;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
    white-space: nowrap;
}

@media (max-width: 992px) {.developer_experiencebase .review_cornerbase {
    gap: 2rem;
    grid-template-columns: 1fr;
}.developer_experiencebase .pic_wrapperbase {
    max-height: 300px;
    aspect-ratio: 16/9;
}.developer_experiencebase .job_tablebase {
    padding: 1rem 0;
}.developer_experiencebase .job_tablebase::before {
    height: 2px;
    width: 0;
    transition: width 0.8s ease-out;
}.developer_experiencebase .review_cornerbase:hover .job_tablebase::before {
    height: 2px;
    width: 100%;
}}.privacy_armourybase {
    background-color: rgb(239,215,226);
    margin-left: 5%;
    color: #000000;
    margin-right: 5%;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
}.privacy_armourybase:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}.privacy_armourybase h1,
.privacy_armourybase h2 {
    letter-spacing: 2px;
    margin: 20px 0;
    text-transform: uppercase;
}.privacy_armourybase h1 {
    color: rgb(213,183,195);
    font-size: 40px;
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(213,183,195);
    font-weight: 700;
}.privacy_armourybase h2 {
    font-size: 38px;
    padding-left: 10px;
    font-weight: 600;
    border-left: 5px solid rgb(185,150,173);
    color: rgb(185,150,173);
}.privacy_armourybase ul {
    padding: 0;
    list-style-type: none;
    margin: 20px 0;
}.privacy_armourybase ul li {
    padding: 10px 0;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    font-size: 15px;
}.privacy_armourybase ul li:last-child {
    border-bottom: none;
}.privacy_armourybase p {
    font-weight: 300;
    margin: 20px 0;
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
}.privacy_armourybase div {
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {.privacy_armourybase {
    padding: 20px;
}.privacy_armourybase h1 {
    font-size: calc(21px - 10px);
}.privacy_armourybase h2 {
    font-size: calc(21px - 10px);
}.privacy_armourybase ul li {
    font-size: calc(15px - 2px);
}.privacy_armourybase p {
    font-size: calc(15px - 2px);
}}.cookie_message_bannerbase {
    position: fixed;
    border-top: 2px solid rgb(213,183,195);
    background: rgb(239,215,226);
    z-index: 90;
    width: 100%;
    bottom: 0;
}#cookieDialogAlertbase {
    display: none;
}#cookieDialogAlertbase:checked ~ .cookie_message_bannerbase {
    opacity: 0;
    visibility: hidden;
}.cookie_nonebase {
    padding: 20px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}.cookie_message_bannerbase h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_message_bannerbase p {
    font-size: 18px;
}.cookie_updatesbase {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_updatesbase svg, .cookie_updatesbase svg path, .cookie_updatesbase img {
    width: 100px;
    height: 100px;
    fill: rgb(213,183,195);
}.cookie_tabbase {
    text-align: center;
    margin-left: 10px;
    border-bottom: 2px solid rgb(213,183,195);
    font-size: 24px;
    color: rgb(213,183,195);
    text-decoration: none;
    flex-shrink: 0;
    white-space: nowrap;
    line-height: 35px;
    cursor: pointer;
    min-width: 120px;
}.cookie_message_bannerbase p a {
    text-decoration: none;
    color: rgb(213,183,195);
}
@media only screen and (max-width: 1200px) {.cookie_message_bannerbase {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_updatesbase {
    display: none;
}.cookie_nonebase {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_message_bannerbase h5 {
    text-align: center;
}.cookie_message_bannerbase p {
    text-align: center;
}.edu_cookiesbase {
    margin-bottom: 20px;
}body .wrapper-sectionbase .cookie_tabbase {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-sectionbase .cookie_message_bannerbase {
    background: rgb(213,183,195);
    box-shadow: rgb(185,150,173,0.5) 0px 0px 10px 10px;
}.wrapper-sectionbase .cookie_nonebase {
    padding: 40px 0;
    justify-content: space-between;
}.wrapper-sectionbase .cookie_tabbase {
    color: rgb(213,183,195);
    padding: 10px;
    border: none;
    font-size: 20px;
    background: #ffffff;
    margin-left: 30px;
}.wrapper-sectionbase .edu_cookiesbase {
    color: #ffffff;
    text-align: left;
}.wrapper-sectionbase .edu_cookiesbase h5 {
    font-weight: 700;
}.wrapper-sectionbase .edu_cookiesbase h5, .wrapper-sectionbase .edu_cookiesbase p {
    color: #ffffff;
}.wrapper-sectionbase .cookie_message_bannerbase p a {
    color: rgb(185,150,173);
    text-decoration: underline;
}.gratContentbase {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(239,215,226) 25%, rgba(rgb(213,183,195,0.5), 0.05) 100%);
    padding: 5rem 0;
}.gratContentbase::before {
    background: linear-gradient(120deg, rgb(185,150,173), rgba(rgb(185,150,173,0.5), 0.2));
    opacity: 0.1;
    transform: rotate(35deg) skew(15deg);
    width: 40%;
    z-index: 0;
    animation: float 15s ease-in-out infinite alternate;
    top: -15%;
    content: "";
    position: absolute;
    filter: blur(80px);
    height: 70%;
    right: -10%;
}.gratContentbase::after {
    opacity: 0.3;
    content: "";
    height: 10px;
    bottom: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(213,183,195) 20%, 
        rgb(185,150,173) 50%, 
        rgb(213,183,195) 80%, 
        transparent);
}.gratContentbase .container {
    z-index: 2;
    max-width: 1140px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}.gratContentbase .skills_centerbase {
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(185,150,173,0.5), 0.1) inset;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    gap: 2rem;
    padding: 3.5rem;
    flex-direction: column;
    transform: perspective(1000px) rotateY(1deg);
    backdrop-filter: blur(10px);
    position: relative;
    display: flex;
}.gratContentbase .skills_centerbase:hover {
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(185,150,173,0.5), 0.15) inset;
    transform: perspective(1000px) rotateY(-1deg);
}.gratContentbase .skills_centerbase > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.gratContentbase .skills_centerbase > div:first-child::after {
    left: 0;
    transform-origin: left;
    height: 3px;
    bottom: 0;
    position: absolute;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: rgb(213,183,195);
    width: 60px;
}.gratContentbase .skills_centerbase:hover > div:first-child::after {
    width: 120px;
}.gratContentbase h5 {
    position: relative;
    color: #000000;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
    transition: transform 0.4s ease;
    transform: translateX(-5px);
    line-height: 1.4;
    font-size: 18px;
}.gratContentbase .skills_centerbase:hover h5 {
    transform: translateX(0);
}.gratContentbase a {
    display: block;
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease-out;
}.gratContentbase a:hover {
    transform: translateY(-3px);
}.gratContentbase p {
    font-weight: 400;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    position: relative;
    line-height: 1.8;
    transition: color 0.3s ease;
}.gratContentbase a:hover p {
    color: rgb(213,183,195);
}.gratContentbase a::before {
    opacity: 0.7;
    left: 0;
    height: 1px;
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 0;
    background: linear-gradient(90deg, 
        rgb(213,183,195), 
        rgb(185,150,173));
    bottom: -10px;
    position: absolute;
    content: "";
}.gratContentbase a:hover::before {
    width: 100%;
}.gratContentbase .skills_centerbase > div:first-child::before {
    transform: rotate(-5deg) scale(0.9);
    content: "✓";
    color: rgb(185,150,173);
    right: 0;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: calc(28px * 1.5);
    top: -20px;
    position: absolute;
    opacity: 0.1;
}.gratContentbase .skills_centerbase:hover > div:first-child::before {
    transform: rotate(5deg) scale(1.1);
    opacity: 0.2;
}

@keyframes float {
    0% {
        transform: rotate(35deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(38deg) skew(12deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(32deg) skew(18deg) translate(20px, -10px);
    }
}

@media (max-width: 992px) {.gratContentbase {
    padding: 4rem 0;
}.gratContentbase .skills_centerbase {
    padding: 2.5rem;
}.gratContentbase h5 {
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 768px) {.gratContentbase {
    padding: 3rem 0;
}.gratContentbase .skills_centerbase {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0deg);
    gap: 1.5rem;
}.gratContentbase .skills_centerbase:hover {
    transform: perspective(1000px) rotateY(0deg);
}.gratContentbase h5 {
    font-size: calc(18px * 0.85);
    transform: translateX(0);
}.gratContentbase p {
    font-size: calc(16px * 0.95);
}.gratContentbase::before {
    right: -30%;
    width: 60%;
    height: 50%;
    top: -10%;
}
}

@media (max-width: 576px) {.gratContentbase {
    padding: 2.5rem 0;
}.gratContentbase .skills_centerbase {
    padding: 1.5rem;
    gap: 1.25rem;
}.gratContentbase h5 {
    font-size: calc(18px * 0.8);
}.gratContentbase p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.gratContentbase .skills_centerbase > div:first-child {
    padding-bottom: 1rem;
}.gratContentbase .skills_centerbase > div:first-child::after {
    width: 40px;
    height: 2px;
}.gratContentbase .skills_centerbase:hover > div:first-child::after {
    width: 80px;
}.gratContentbase .skills_centerbase > div:first-child::before {
    font-size: calc(28px * 1.2);
    top: -15px;
}}.course_program_infobase {
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgba(245, 245, 247, 0.9) 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.course_program_infobase::before {
    width: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(rgb(213,183,195,0.5), 0.03) 0px,
    rgba(rgb(213,183,195,0.5), 0.03) 2px,
    transparent 2px,
    transparent 8px
  );
    content: "";
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}.course_program_infobase .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.course_program_infobase .learn_networkbase {
    display: grid;
    transform: translateY(20px);
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    gap: 40px;
    grid-template-columns: 1fr;
    opacity: 0;
}.course_program_infobase .pic_wrapperbase {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 380px;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.course_program_infobase .pic_wrapperbase::after {
    content: "";
    backdrop-filter: brightness(1.05);
    background: linear-gradient(
    to right,
    rgba(rgb(213,183,195,0.5), 0.2),
    transparent 40%
  );
    position: absolute;
    inset: 0;
}.course_program_infobase .pic_wrapperbase:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.course_program_infobase .content_wrapbase {
    transform: translateY(0);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 40px;
    background: #ffffff;
}.course_program_infobase .content_wrapbase::before {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(213,183,195);
    transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    width: 6px;
    content: "";
    height: 0;
    z-index: 1;
}.course_program_infobase .content_wrapbase:hover::before {
    height: 100%;
}.course_program_infobase .content_wrapbase h3 {
    padding-bottom: 12px;
    line-height: 1.3;
    color: #000000;
    font-weight: 700;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(185,150,173,0.5);
    font-size: calc(19px * 1.1);
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.course_program_infobase .content_wrapbase:hover h3 {
    transform: translateX(15px);
    color: rgb(213,183,195);
}.course_program_infobase .content_wrapbase div {
    position: relative;
    overflow: hidden;
}.course_program_infobase .description {
    overflow-y: auto;
    font-size: 17px;
    padding-right: 15px;
    color: #000000;
    line-height: 1.8;
    max-height: 300px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
}.course_program_infobase .description::-webkit-scrollbar {
    width: 4px;
}.course_program_infobase .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.course_program_infobase .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(185,150,173);
}.course_program_infobase .content_wrapbase span.description {
    display: none;
}

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

@media (min-width: 768px) {.course_program_infobase {
    padding: 120px 0;
}.course_program_infobase .learn_networkbase {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.course_program_infobase .pic_wrapperbase {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    height: 480px;
}.course_program_infobase .content_wrapbase {
    backdrop-filter: blur(5px);
    margin-left: -40px;
    padding: 50px 60px 50px 50px;
}.course_program_infobase .content_wrapbase h3 {
    font-size: 19px;
    margin-bottom: 30px;
}.course_program_infobase .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_program_infobase .learn_networkbase {
    gap: 0;
}.course_program_infobase .pic_wrapperbase {
    height: 580px;
    z-index: 2;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
}.course_program_infobase .content_wrapbase {
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.08);
    margin-left: -80px;
    padding: 60px 70px 60px 100px;
}.course_program_infobase .content_wrapbase h3 {
    font-size: calc(19px * 1.15);
}.course_program_infobase .description {
    line-height: 1.9;
    max-height: 380px;
}
}

@media (max-width: 767px) {.course_program_infobase {
    padding: 70px 0;
}.course_program_infobase .pic_wrapperbase {
    height: 280px;
    width: calc(100% + 30px);
    margin: 0 -15px;
}.course_program_infobase .content_wrapbase {
    padding: 30px 25px;
}.course_program_infobase .content_wrapbase h3 {
    font-size: calc(18px * 1.1);
    margin-bottom: 20px;
}.course_program_infobase .description {
    max-height: 250px;
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}}.opening_pagebase {
    min-height: 600px;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100vh;
}.opening_pagebase .skill_trackfastbase {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
}.opening_pagebase .skill_trackfastbase::before {
    z-index: 2;
    backdrop-filter: brightness(0.9) contrast(1.1);
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.7) 0%, 
    rgba(0, 0, 0, 0.5) 40%, 
    rgba(rgb(213,183,195,0.5), 0.4) 70%, 
    rgba(rgb(185,150,173,0.5), 0.3) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}.opening_pagebase .founders_teambase {
    z-index: 3;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    transform: translateY(10px);
    animation: fadeUp 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    justify-content: center;
    height: 100%;
}.opening_pagebase .founders_teambase > div {
    animation: elementFadeIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: translateY(20px);
    opacity: 0;
}.opening_pagebase .founders_teambase > div:nth-child(1) {
    animation-delay: 0.3s;
}.opening_pagebase .founders_teambase > div:nth-child(2) {
    animation-delay: 0.6s;
}.opening_pagebase .founders_teambase > div:nth-child(3) {
    animation-delay: 0.9s;
}.opening_pagebase p {
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: calc(18px * 1.2);
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    padding-left: 2rem;
    letter-spacing: 0.15em;
}.opening_pagebase p::before {
    left: 0;
    content: '';
    transform: translateY(-50%);
    width: 1.5rem;
    position: absolute;
    top: 50%;
    background: rgb(185,150,173);
    height: 2px;
}.opening_pagebase .title_style_header {
    font-weight: 700;
    background: linear-gradient(120deg, #ffffff 0%, rgb(185,150,173) 100%);
    line-height: 1.2;
    background-clip: text !important;
    transform: translateX(-5px);
    color: #ffffff;
    -webkit-background-clip: text !important;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
    -webkit-text-fill-color: transparent;
    font-size: clamp(2.5rem, 6vw, 39px);
}.opening_pagebase h3 {
    background: linear-gradient(90deg, 
    rgba(rgb(213,183,195,0.5), 0.2) 0%, 
    rgba(rgb(185,150,173,0.5), 0.1) 100%);
    padding: 1.5rem 2rem;
    backdrop-filter: blur(5px);
    font-size: calc(20px * 1.1);
    transform: translateX(20px);
    color: #ffffff;
    max-width: 90%;
    border-left: 3px solid rgb(185,150,173);
    line-height: 1.6;
    font-weight: 400;
}.opening_pagebase::after {
    height: 30%;
    bottom: 0;
    content: '';
    background: linear-gradient(to top, 
    rgba(rgba(0, 0, 0, 0.5), 0.7) 0%, 
    transparent 100%);
    left: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
    position: absolute;
}

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

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

@media screen and (max-width: 991px) {.opening_pagebase {
    height: 90vh;
}.opening_pagebase .founders_teambase {
    padding: 1.5rem;
}.opening_pagebase h3 {
    padding: 1.25rem 1.5rem;
    max-width: 100%;
    transform: translateX(10px);
}
}

@media screen and (max-width: 767px) {.opening_pagebase {
    height: 80vh;
}.opening_pagebase .founders_teambase {
    padding: 1.25rem;
}.opening_pagebase p {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    font-size: 18px;
}.opening_pagebase p::before {
    width: 1.2rem;
}.opening_pagebase .title_style_header {
    transform: translateX(0);
}.opening_pagebase h3 {
    padding: 1rem 1.25rem;
    font-size: 20px;
    transform: translateX(0);
}
}

@media screen and (max-width: 480px) {.opening_pagebase {
    min-height: 100vh;
    height: auto;
}.opening_pagebase .founders_teambase {
    justify-content: flex-start;
    padding-top: 25vh;
    padding: 4rem 1rem;
}.opening_pagebase p {
    letter-spacing: 0.1em;
    font-size: calc(18px * 0.9);
    padding-left: 1.2rem;
}.opening_pagebase p::before {
    width: 1rem;
}.opening_pagebase .title_style_header {
    margin-bottom: 1rem;
}.opening_pagebase h3 {
    padding: 0.8rem 1rem;
    border-left-width: 2px;
    font-size: calc(20px * 0.9);
}}.pricing_layoutbase {
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgba(245, 247, 252, 1) 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.pricing_layoutbase::before {
    top: 0;
    width: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    pointer-events: none;
    height: 100%;
}.pricing_layoutbase .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.pricing_layoutbase .pricing_ratesbase {
    display: flex;
    flex-direction: column-reverse;
}.pricing_layoutbase .deal_boardbase {
    transition: transform 0.5s ease-out;
    margin-bottom: 50px;
    text-align: center;
}.pricing_layoutbase .deal_boardbase h2 {
    font-weight: 700;
    color: #000000;
    font-size: 36px;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}.pricing_layoutbase .deal_boardbase h2::after {
    bottom: -10px;
    content: "";
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    background: rgb(213,183,195);
}.pricing_layoutbase .rate_listbase {
    max-width: 700px;
    font-size: 12px;
    line-height: 1.6;
    white-space: normal;
    color: #000000;
    word-break: break-word;
    margin: 0 auto;
    overflow-wrap: break-word;
}.pricing_layoutbase .payment_optionbase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}.pricing_layoutbase .study_ratesbase {
    position: relative;
    color: #000000;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    display: block;
}.pricing_layoutbase .study_ratesbase:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.pricing_layoutbase .cert_costbase {
    background-color: #ffffff;
    min-height: 450px;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    display: flex;
}.pricing_layoutbase .cost_breakdownbase {
    padding: 30px;
    display: flex;
    z-index: 2;
    flex: 1;
    flex-direction: column;
    word-break: break-word;
    position: relative;
    overflow-wrap: break-word;
    white-space: normal;
}.pricing_layoutbase .cost_breakdownbase h3 {
    position: relative;
    margin-bottom: 8px;
    font-weight: 600;
    transition: transform 0.3s ease;
    font-size: calc(23px + 2px);
    transform: translateX(0);
    color: #000000;
}.pricing_layoutbase .study_ratesbase:hover .cost_breakdownbase h3 {
    transform: translateX(5px);
}.pricing_layoutbase .edu_ratesbase {
    margin: 15px 0;
    font-size: calc(23px + 4px);
    display: inline-block;
    font-weight: 700;
    color: rgb(213,183,195);
    position: relative;
}.pricing_layoutbase .edu_ratesbase::before {
    left: -20px;
    content: "";
    transform: translateX(-10px);
    background: rgb(213,183,195);
    opacity: 0;
    transition: all 0.3s ease;
    width: 10px;
    position: absolute;
    height: 2px;
    top: 50%;
}.pricing_layoutbase .study_ratesbase:hover .edu_ratesbase::before {
    opacity: 1;
    transform: translateX(0);
}.pricing_layoutbase .cost_breakdownbase p {
    white-space: normal;
    overflow-wrap: break-word;
    margin-top: 15px;
    line-height: 1.6;
    word-break: break-word;
    font-size: 12px;
    flex: 1;
    color: #000000;
}.pricing_layoutbase .pic_wrapperbase {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.6s ease;
    height: 200px;
}.pricing_layoutbase .pic_wrapperbase::after {
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(0deg, rgba(rgb(213,183,195,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    position: absolute;
}.pricing_layoutbase .study_ratesbase:hover .pic_wrapperbase {
    transform: scale(1.05);
}.pricing_layoutbase .study_ratesbase:nth-child(odd) .cert_costbase {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}.pricing_layoutbase .study_ratesbase:nth-child(even) .cert_costbase {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}.pricing_layoutbase .study_ratesbase:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.pricing_layoutbase .study_ratesbase:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.pricing_layoutbase .study_ratesbase:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.pricing_layoutbase .study_ratesbase:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

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

@media (min-width: 768px) {.pricing_layoutbase .payment_optionbase {
    grid-template-columns: repeat(2, 1fr);
}.pricing_layoutbase .deal_boardbase {
    margin-bottom: 60px;
}.pricing_layoutbase .cost_breakdownbase h3 {
    font-size: 23px;
}.pricing_layoutbase .edu_ratesbase {
    font-size: calc(23px + 2px);
}.pricing_layoutbase .cost_breakdownbase p {
    font-size: calc(12px - 1px);
}
}

@media (min-width: 992px) {.pricing_layoutbase .pricing_ratesbase {
    flex-direction: row;
    gap: 50px;
    align-items: center;
}.pricing_layoutbase .deal_boardbase {
    flex: 0 0 30%;
    margin-bottom: 0;
    text-align: left;
}.pricing_layoutbase .deal_boardbase h2::after {
    transform: none;
    left: 0;
}.pricing_layoutbase .payment_optionbase {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}.pricing_layoutbase .cost_breakdownbase {
    padding: 35px;
}
}

@media (min-width: 1200px) {.pricing_layoutbase .payment_optionbase {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_layoutbase .cert_costbase {
    min-height: 500px;
}.pricing_layoutbase .pic_wrapperbase {
    height: 220px;
}.pricing_layoutbase .cost_breakdownbase h3 {
    font-size: calc(23px + 2px);
}.pricing_layoutbase .edu_ratesbase {
    font-size: calc(23px + 6px);
}
}