﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.head_teach5d {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-skeletono8 {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1230px;
}.ranking_barzM {
    flex: 0 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;
}}
header {
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    z-index: 100;
    padding: 1rem 0;
    position: relative;
    background: rgb(172,199,195);
}header::before {
    left: 0;
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    opacity: 0.4;
    height: 100%;
    top: 0;
    background: linear-gradient(to right, 
        rgb(138,150,162,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(105,117,130,0.5) 100%);
}header .container {
    padding: 0 2%;
    width: 100%;
    position: relative;
    margin: 0;
    max-width: 100%;
    z-index: 1;
}header .head_corerc {
    grid-template-columns: 1fr 3fr 1fr;
    align-items: center;
    gap: 1rem;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    display: grid;
}header .head_baselZ {
    padding: 0.5rem 1rem;
    justify-content: center;
    position: relative;
    text-decoration: none;
    grid-area: logo;
    display: flex;
    align-items: center;
}header .head_baselZ::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(138,150,162), 
        rgb(105,117,130), 
        rgb(138,150,162), 
        transparent);
    left: 50%;
    bottom: 0;
    position: absolute;
    content: '';
    height: 2px;
    width: 50%;
    transform: translateX(-50%);
}header .head_baselZ svg {
    width: 160px;
    height: auto;
    transition: all 0.3s ease;
}header .head_baselZ:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
    transform: translateY(-3px);
}header .nav_classjy {
    background: rgba(255, 255, 255, 0.5);
    padding: 0.6rem;
    gap: 0.5rem;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    justify-content: center;
    grid-area: menu;
    display: flex;
    border-radius: 23px;
}header .header_knowuM {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #000000;
    text-align: center;
    padding: 0.4rem 0.8rem;
    position: relative;
    text-decoration: none;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 14px;
}header .header_knowuM:hover {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(138,150,162), rgb(105,117,130));
    box-shadow: 0 3px 8px rgb(138,150,162,0.5);
    transform: translateY(-2px);
}

@media (max-width: 991px) {header .head_baselZ svg {
    width: 140px;
}header .nav_classjy {
    padding: 0.5rem;
    gap: 0.4rem;
}header .header_knowuM {
    font-size: calc(14px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header .head_corerc {
    grid-template-areas:
            "logo"
            "nav_classjy";
    grid-template-columns: 1fr;
}header .head_baselZ {
    padding: 0.4rem;
}header .head_baselZ svg {
    width: 130px;
}header .nav_classjy {
    flex-wrap: wrap;
    padding: 0.4rem;
}header .header_knowuM {
    font-size: calc(14px - 1px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .head_baselZ svg {
    width: 120px;
}header .nav_classjy {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.4rem;
    flex-wrap: nowrap;
}header .nav_classjy::-webkit-scrollbar {
    height: 2px;
}header .nav_classjy::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(138,150,162);
}header .header_knowuM {
    white-space: nowrap;
    flex-shrink: 0;
}}.ranking_barzM {
    padding: 5rem 0 1rem;
    background: linear-gradient(135deg, #000000 0%, rgb(138,150,162,0.5) 100%);
    z-index: 1;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.ranking_barzM::before {
    bottom: 0;
    left: 0;
    top: 0;
    content: '';
    background: radial-gradient(circle at 30% 50%, rgb(138,150,162,0.5) 0%, transparent 50%);
    position: absolute;
    right: 0;
    z-index: -1;
}.ranking_barzM::after {
    position: absolute;
    animation: glowLine 3s infinite alternate;
    top: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(138,150,162), transparent);
    content: '';
    left: 0;
    z-index: 2;
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.ranking_barzM .container {
    z-index: 2;
    position: relative;
}.ranking_barzM .footer_clients1k {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}.ranking_barzM .reach_expertsOl {
    backdrop-filter: blur(8px);
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
    border: 1px solid rgb(105,117,130,0.5);
    display: flex;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    padding: 1.5rem;
    flex-wrap: wrap;
    position: relative;
}.ranking_barzM .reach_expertsOl::before {
    position: absolute;
    width: 50%;
    left: 50%;
    top: -2px;
    animation: scanLine 4s infinite linear;
    transform: translateX(-50%);
    content: '';
    background: linear-gradient(90deg, transparent, rgb(105,117,130), transparent);
    height: 2px;
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.ranking_barzM .info_item {
    min-width: 200px;
    flex: 1;
    text-align: center;
    transition: transform 0.3s ease;
    max-width: 300px;
}.ranking_barzM .info_item:hover {
    transform: translateY(-5px);
}.ranking_barzM .info_item p, 
.ranking_barzM .info_item a {
    border: 1px solid transparent;
    align-items: center;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    justify-content: center;
    padding: 0.75rem;
    display: flex;
    gap: 0.5rem;
    font-size: calc(12px - 2px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    text-decoration: none;
}.ranking_barzM .info_item svg {
    width: 1.25rem;
    transition: fill 0.3s ease;
    fill: rgb(105,117,130);
    height: 1.25rem;
}.ranking_barzM .info_item a:hover {
    box-shadow: 0 0 15px rgb(138,150,162,0.5);
    border-color: rgb(138,150,162,0.5);
    background: #000000;
}.ranking_barzM .info_item a:hover svg {
    fill: rgb(138,150,162);
}.ranking_barzM .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    display: grid;
}.ranking_barzM .top_leadcQ {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
}.ranking_barzM .top_leadcQ svg {
    height: auto;
    max-width: 180px;
    transition: filter 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(138,150,162,0.5));
}.ranking_barzM .top_leadcQ svg:hover {
    filter: drop-shadow(0 0 10px rgb(138,150,162));
}.ranking_barzM .footer_classesry {
    line-height: 1.5;
    opacity: 0.7;
    font-size: calc(16px - 1px);
    max-width: 280px;
    color: #ffffff;
}.ranking_barzM .nav_classjy {
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
}.ranking_barzM .nav_classjy h5 {
    color: #ffffff;
    padding-bottom: 0.75rem;
    font-weight: 600;
    font-size: 21px;
    position: relative;
    margin-bottom: 0.5rem;
}.ranking_barzM .nav_classjy h5::after {
    left: 0;
    width: 40px;
    bottom: 0;
    height: 2px;
    content: '';
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(105,117,130);
}.ranking_barzM .nav_classjy:hover h5::after {
    width: 80px;
}.ranking_barzM .header_sites8 {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
}.ranking_barzM .header_sites8 a {
    color: #ffffff;
    font-size: 12px;
    transition: all 0.3s ease;
    opacity: 0.8;
    text-decoration: none;
    padding-left: 1rem;
    position: relative;
}.ranking_barzM .header_sites8 a::before {
    border-radius: 50%;
    background: rgb(105,117,130);
    transform: translateY(-50%);
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 50%;
    left: 0;
    transition: all 0.3s ease;
}.ranking_barzM .header_sites8 a:hover {
    color: rgb(138,150,162);
    transform: translateX(5px);
    opacity: 1;
}.ranking_barzM .header_sites8 a:hover::before {
    box-shadow: 0 0 8px rgb(138,150,162);
    background: rgb(138,150,162);
    width: 7px;
    height: 7px;
}.ranking_barzM .subscribe_holder {
    padding: 1.5rem;
    border-radius: 11px;
    display: flex;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    gap: 1.25rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    border: 1px solid rgb(105,117,130,0.5);
}.ranking_barzM .subscribe_holder::before {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    background: radial-gradient(circle at top right, rgb(138,150,162,0.5) 0%, transparent 70%);
    top: 0;
    right: 0;
}.ranking_barzM .subscribe_holder h5 {
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
}.ranking_barzM .subscribe_holder p {
    opacity: 0.9;
    line-height: 1.6;
    color: #ffffff;
    font-size: calc(12px - 1px);
}.ranking_barzM .input_holder {
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
    position: relative;
}.ranking_barzM .input_holder input[type="email"] {
    border-radius: 10px;
    flex: 1;
    padding: 0.875rem 1rem;
    border: 1px solid rgb(105,117,130,0.5);
    color: #ffffff;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    font-size: 12px;
}.ranking_barzM .input_holder input[type="email"]:focus {
    border-color: rgb(138,150,162);
    outline: none;
    box-shadow: 0 0 10px rgb(138,150,162,0.5);
}.ranking_barzM .input_holder input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.5;
}.ranking_barzM .enroll_instantly4x {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    background: rgb(138,150,162);
    width: 100%;
    padding: 0.875rem 1.5rem;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}.ranking_barzM .enroll_instantly4x::before {
    top: 0;
    height: 100%;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    width: 100%;
    content: '';
}.ranking_barzM .enroll_instantly4x:hover {
    background: rgb(105,117,130);
    box-shadow: 0 0 15px rgb(105,117,130,0.5);
    transform: translateY(-2px);
}.ranking_barzM .enroll_instantly4x:hover::before {
    left: 100%;
}.ranking_barzM .media_kitYL {
    padding-top: 1.5rem;
    margin-top: 3rem;
    border-top: 1px solid rgb(105,117,130,0.5);
    text-align: center;
    position: relative;
}.ranking_barzM .media_kitYL::before {
    background: linear-gradient(90deg, transparent, rgb(105,117,130,0.5), transparent);
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    content: '';
    top: -1px;
}.ranking_barzM .referral_progul {
    font-size: 16px;
    opacity: 0.7;
    color: #ffffff;
}

@media (max-width: 1024px) {.ranking_barzM {
    padding: 4rem 0 1rem;
}.ranking_barzM .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.ranking_barzM .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.ranking_barzM .input_holder {
    flex-direction: row;
}.ranking_barzM .enroll_instantly4x {
    width: auto;
}
}

@media (max-width: 768px) {.ranking_barzM {
    padding: 3rem 0 1rem;
}.ranking_barzM .reach_expertsOl {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}.ranking_barzM .info_item {
    min-width: 100%;
}.ranking_barzM .text_main_holder {
    grid-template-columns: 1fr;
    gap: 2.5rem;
}.ranking_barzM .subscribe_holder {
    grid-column: auto;
}.ranking_barzM .top_leadcQ {
    text-align: center;
    align-items: center;
}.ranking_barzM .footer_classesry {
    max-width: 100%;
    text-align: center;
}.ranking_barzM .nav_classjy h5 {
    text-align: center;
}.ranking_barzM .nav_classjy h5::after {
    left: 50%;
    transform: translateX(-50%);
}.ranking_barzM .header_sites8 {
    align-items: center;
}.ranking_barzM .header_sites8 a {
    text-align: center;
}.ranking_barzM .header_sites8 a:hover {
    transform: translateY(-2px);
}.ranking_barzM .input_holder {
    flex-direction: column;
}.ranking_barzM .enroll_instantly4x {
    width: 100%;
}
}

@media (max-width: 480px) {.ranking_barzM {
    padding: 2.5rem 0 1rem;
}.ranking_barzM .info_item p, 
    .ranking_barzM .info_item a {
    font-size: calc(12px - 3px);
}.ranking_barzM .nav_classjy h5, 
    .ranking_barzM .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}.ranking_barzM .header_sites8 a, 
    .ranking_barzM .subscribe_holder p {
    font-size: calc(12px - 2px);
}.ranking_barzM .referral_progul {
    font-size: calc(16px - 2px);
}}.teaching_experienceHP {
    padding: 140px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgb(172,199,195) 100%);
    position: relative;
}.teaching_experienceHP::before {
    left: 0;
    content: "";
    animation: morphBackground 15s infinite alternate ease-in-out;
    top: 0;
    position: absolute;
    mix-blend-mode: screen;
    width: 100%;
    height: 100%;
    background: 
    radial-gradient(circle at 25% 25%, rgb(138,150,162,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(105,117,130,0.5) 0%, transparent 40%);
}.teaching_experienceHP .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.teaching_experienceHP .review_trackEQ {
    grid-template-columns: 35% 1fr;
    gap: 20px 40px;
    display: grid;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    grid-template-rows: auto auto 1fr;
    position: relative;
}.teaching_experienceHP .img_lightbox23 {
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(138,150,162,0.5);
    grid-area: photo;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 3;
    border-radius: 12px;
    position: relative;
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    height: 420px;
    transform: perspective(1000px) rotateY(-8deg);
}.teaching_experienceHP .img_lightbox23::before {
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    inset: 0;
    position: absolute;
    border-radius: 12px;
    mix-blend-mode: multiply;
}.teaching_experienceHP .review_trackEQ:hover .img_lightbox23 {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.teaching_experienceHP .name {
    align-self: end;
    grid-area: name;
    transform: perspective(1000px) rotateY(5deg);
    color: #ffffff;
    padding-left: 20px;
    font-weight: 700;
    transform-origin: left center;
    font-size: 33px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}.teaching_experienceHP .name::after {
    transition: transform 0.5s ease;
    left: 20px;
    transform: scaleX(0.6);
    bottom: -8px;
    position: absolute;
    background: rgb(138,150,162);
    width: 60px;
    transform-origin: left;
    content: "";
    height: 4px;
}.teaching_experienceHP .review_trackEQ:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.teaching_experienceHP .review_trackEQ:hover .name::after {
    transform: scaleX(1);
}.teaching_experienceHP .review_trackEQ > span:not(.name) {
    transform-origin: left center;
    grid-area: job;
    margin-top: 5px;
    transform: perspective(1000px) rotateY(5deg);
    color: rgb(105,117,130);
    font-weight: 600;
    padding-left: 20px;
    letter-spacing: 1px;
    font-size: 20px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-transform: uppercase;
}.teaching_experienceHP .review_trackEQ:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.teaching_experienceHP .work_projectskz {
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    z-index: 2;
    margin: 30px 0 0;
    transform: translateY(0);
    padding: 35px;
    border-radius: 12px;
    font-weight: 300;
    border-left: 4px solid rgb(138,150,162);
    line-height: 1.7;
    grid-area: quote;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    backdrop-filter: blur(10px);
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.teaching_experienceHP .work_projectskz::before {
    font-size: calc(39px * 2);
    color: rgb(138,150,162);
    content: "";
    left: 25px;
    opacity: 0.7;
    position: absolute;
    top: -15px;
}.teaching_experienceHP .review_trackEQ:hover .work_projectskz {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.teaching_experienceHP {
    padding: 80px 0;
}.teaching_experienceHP .review_trackEQ {
    gap: 15px;
    grid-template-areas:
      "img_lightbox23"
      "name"
      "job_blockJP"
      "work_projectskz";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
}.teaching_experienceHP .img_lightbox23 {
    height: 320px;
    margin: 0 auto;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    transform: none;
    max-width: 320px;
}.teaching_experienceHP .name,
  .teaching_experienceHP .review_trackEQ > span:not(.name) {
    text-align: center;
    transform: none;
    padding-left: 0;
}.teaching_experienceHP .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.6);
}.teaching_experienceHP .review_trackEQ:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.teaching_experienceHP .work_projectskz {
    margin-top: 20px;
}.teaching_experienceHP .review_trackEQ:hover .img_lightbox23,
  .teaching_experienceHP .review_trackEQ:hover .name,
  .teaching_experienceHP .review_trackEQ:hover > span:not(.name),
  .teaching_experienceHP .review_trackEQ:hover .work_projectskz {
    transform: none;
}
}

@media (max-width: 576px) {.teaching_experienceHP {
    padding: 60px 0;
}.teaching_experienceHP .img_lightbox23 {
    max-width: 250px;
    height: 250px;
}.teaching_experienceHP .name {
    font-size: 20px;
}.teaching_experienceHP .work_projectskz {
    padding: 25px 20px;
    font-size: calc(16px * 0.95);
}}.primary_pageHo {
    justify-content: center;
    background: linear-gradient(135deg, rgb(172,199,195) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    display: flex;
    padding: 2rem;
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
}.primary_pageHo::before {
    position: absolute;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 85% 100%, 0 100%);
    bottom: 0;
    top: 0;
    z-index: 1;
    content: "";
    right: 0;
    background: linear-gradient(45deg, rgb(138,150,162,0.5) 15%, transparent 15%, transparent 85%, rgb(105,117,130,0.5) 85%);
}.primary_pageHo::after {
    box-shadow: 0 0 15px 1px rgb(138,150,162);
    bottom: 15%;
    left: 10%;
    position: absolute;
    content: "";
    z-index: 2;
    background: linear-gradient(90deg, transparent, rgb(138,150,162), transparent);
    height: 1px;
    transform: translateY(-50%);
    animation: glow 4s infinite alternate ease-in-out;
    width: 80%;
}.primary_pageHo .learn_quickproZ5 {
    z-index: 10;
    width: 100%;
    grid-template-columns: 1fr;
    position: relative;
    transform: translateY(-2%);
    max-width: 1200px;
    display: grid;
    gap: 2.5rem;
    margin: 0 auto;
}.primary_pageHo .learn_quickproZ5 > div:first-child {
    opacity: 0;
    position: relative;
    animation: slideInLeft 1s forwards 0.3s ease-out;
    transform: translateX(-5%);
}.primary_pageHo .learn_quickproZ5 > div:last-child {
    transform: translateX(5%);
    opacity: 0;
    position: relative;
    animation: slideInRight 1s forwards 0.6s ease-out;
}.primary_pageHo h3 {
    color: #ffffff;
    max-width: 90%;
    letter-spacing: 0.03em;
    position: relative;
    font-weight: 400;
    font-size: calc(22px * 1.1);
    margin-bottom: 1rem;
    padding-left: 2rem;
    line-height: 1.5;
}.primary_pageHo h3::before {
    top: 0.5em;
    transform: skewY(-15deg);
    content: "";
    background: rgb(138,150,162);
    height: 85%;
    left: 0;
    position: absolute;
    width: 8px;
}.primary_pageHo h1 {
    letter-spacing: -0.02em;
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: calc(41px * 1.2);
    transform: perspective(1000px) rotateX(0deg);
    line-height: 1.2;
    transition: transform 0.5s ease;
    font-weight: 700;
}.primary_pageHo h1::after {
    left: 0;
    transform: scaleX(0);
    background: rgb(105,117,130);
    animation: expandLine 1.2s forwards 1s ease-in-out;
    transform-origin: left center;
    content: "";
    bottom: -0.5rem;
    position: absolute;
    width: 80px;
    height: 4px;
}.primary_pageHo .skill_spotzE {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25),
              0 0 0 1px rgba(255, 255, 255, 0.05);
    animation: fadeUpIn 1s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 2.5rem;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    backdrop-filter: blur(8px);
    background: linear-gradient(120deg, rgba(25, 29, 43, 0.85), rgba(15, 19, 33, 0.95));
}.primary_pageHo .skill_spotzE::before {
    top: -8px;
    border-right: 2px solid rgb(138,150,162);
    content: "";
    right: -8px;
    border-top: 2px solid rgb(138,150,162);
    position: absolute;
    width: 60%;
    z-index: -1;
    opacity: 0.7;
    height: 60%;
}.primary_pageHo .skill_spotzE > div {
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.3);
    margin-top: 1.5rem;
    height: 200px;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
}.primary_pageHo .skill_spotzE > div::before {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
    z-index: 1;
}.primary_pageHo .skill_spotzE > div:hover {
    transform: translateY(-5px) scale(1.02);
}.primary_pageHo p {
    line-height: 1.6;
    bottom: 0;
    color: #ffffff;
    position: absolute;
    font-size: 14px;
    font-weight: 300;
    padding: 2rem;
    transform: translateY(0);
    left: 0;
    width: 100%;
    z-index: 2;
    transition: transform 0.4s ease;
}.primary_pageHo .skill_spotzE > div:hover p {
    transform: translateY(-5px);
}

@keyframes glow {
  0%, 100% {
    opacity: 0.6;
    box-shadow: 0 0 10px 1px rgb(138,150,162);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 20px 2px rgb(138,150,162);
  }
}

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

@keyframes slideInLeft {
  0% {
    transform: translateX(-5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@media (min-width: 768px) {.primary_pageHo .learn_quickproZ5 {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.primary_pageHo h3 {
    padding-left: 2.5rem;
    font-size: calc(22px * 1.2);
}.primary_pageHo h1 {
    font-size: calc(41px * 1.4);
}.primary_pageHo .skill_spotzE > div {
    height: 250px;
}
}

@media (min-width: 992px) {.primary_pageHo {
    padding: 3rem;
}.primary_pageHo .learn_quickproZ5 {
    gap: 4rem;
}.primary_pageHo h3 {
    font-size: calc(22px * 1.3);
    max-width: 85%;
}.primary_pageHo h1 {
    font-size: calc(41px * 1.6);
}.primary_pageHo .skill_spotzE {
    padding: 3rem;
}.primary_pageHo .skill_spotzE > div {
    height: 300px;
}.primary_pageHo p {
    font-size: calc(14px * 1.1);
}
}

@media (max-width: 767px) {.primary_pageHo {
    padding: 1.5rem;
}.primary_pageHo h3 {
    font-size: 22px;
    padding-left: 1.5rem;
}.primary_pageHo h1 {
    font-size: 41px;
}.primary_pageHo .skill_spotzE {
    padding: 1.5rem;
}.primary_pageHo .skill_spotzE > div {
    height: 180px;
}.primary_pageHo p {
    padding: 1.5rem;
}
}

@media (max-width: 480px) {.primary_pageHo h3 {
    font-size: calc(22px * 0.9);
    padding-left: 1.25rem;
}.primary_pageHo h1 {
    font-size: calc(41px * 0.9);
}.primary_pageHo .skill_spotzE {
    padding: 1.25rem;
}.primary_pageHo .skill_spotzE > div {
    height: 160px;
}.primary_pageHo p {
    font-size: calc(14px * 0.9);
    padding: 1.25rem;
}}.cookie_panel_overlaynC {
    border-top: 2px solid rgb(138,150,162);
    background: rgb(172,199,195);
    width: 100%;
    position: fixed;
    z-index: 90;
    bottom: 0;
}.cookie_eductrlTn {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}.cookie_panel_overlaynC h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#bannerCookieNoticemC {
    display: none;
}#bannerCookieNoticemC:checked ~ .cookie_panel_overlaynC {
    visibility: hidden;
    opacity: 0;
}.cookie_panel_overlaynC p {
    font-size: 18px;
}.cookie_updateswm {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_updateswm svg, .cookie_updateswm svg path, .cookie_updateswm img {
    width: 100px;
    height: 100px;
    fill: rgb(138,150,162);
}.track_settingsSa {
    text-align: center;
    border-bottom: 2px solid rgb(138,150,162);
    line-height: 35px;
    white-space: nowrap;
    cursor: pointer;
    color: rgb(138,150,162);
    margin-left: 10px;
    flex-shrink: 0;
    font-size: 24px;
    min-width: 120px;
    text-decoration: none;
}.cookie_panel_overlaynC p a {
    text-decoration: none;
    color: rgb(138,150,162);
}
@media only screen and (max-width: 1200px) {.cookie_panel_overlaynC {
    padding: 20px;
}}

.wrapper-skeletono8 .cookie_panel_overlaynC {
    border: none;
    box-shadow: rgb(105,117,130,0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    background: rgb(105,117,130);
}.wrapper-skeletono8 .track_settingsSa {
    color: #ffffff;
    margin-left: 30px;
    border: none;
    padding: 10px;
    font-weight: 400;
    background: rgb(138,150,162);
    font-size: 20px;
}.wrapper-skeletono8 .cookie_gategO h5, .wrapper-skeletono8 .cookie_gategO p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.cookie_updateswm {
    display: none;
}.cookie_eductrlTn {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_panel_overlaynC h5 {
    text-align: center;
}.cookie_panel_overlaynC p {
    text-align: center;
}.cookie_gategO {
    margin-bottom: 20px;
}body .wrapper-skeletono8 .track_settingsSa {
    margin-bottom: 10px;
    margin-left: 0;
}}.customer_experiencegQ {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(172,199,195) 50%, rgb(138,150,162,0.5) 50%);
    padding: 6rem 0;
}.customer_experiencegQ::before {
    width: 200px;
    position: absolute;
    right: -5%;
    z-index: 0;
    content: "";
    background: linear-gradient(45deg, rgb(105,117,130), rgb(138,150,162,0.5));
    top: -5%;
    border-radius: 50%;
    height: 200px;
    filter: blur(50px);
    opacity: 0.7;
}.customer_experiencegQ::after {
    border-radius: 50%;
    width: 250px;
    bottom: -5%;
    content: "";
    z-index: 0;
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(138,150,162), rgb(105,117,130,0.5));
    filter: blur(60px);
    left: -5%;
    height: 250px;
}.customer_experiencegQ .container {
    position: relative;
    z-index: 1;
}.customer_experiencegQ h2 {
    font-size: 33px;
    color: #000000;
    transform: skewX(-5deg);
    position: relative;
    margin-bottom: 4rem;
    font-weight: 700;
    display: inline-block;
}.customer_experiencegQ h2::after {
    background: linear-gradient(90deg, rgb(105,117,130), transparent);
    bottom: -10px;
    height: 4px;
    width: 70%;
    position: absolute;
    transform: translateX(15%);
    left: 0;
    content: "";
}.customer_experiencegQ .rating_spotzj {
    transform: rotate(-2deg);
    gap: 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}.customer_experiencegQ .review_trackEQ {
    background: #ffffff;
    padding: 2rem;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    overflow: hidden;
    transform: rotate(2deg);
    border-radius: 25px;
    position: relative;
    display: flex;
}.customer_experiencegQ .review_trackEQ:nth-child(odd) {
    transform: rotate(4deg) translateY(-15px);
}.customer_experiencegQ .review_trackEQ:nth-child(3n) {
    transform: rotate(-1deg) translateY(10px);
}.customer_experiencegQ .review_trackEQ:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transform: rotate(0) translateY(-10px) scale(1.05);
}.customer_experiencegQ .review_trackEQ::before {
    width: 100%;
    height: 5px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(105,117,130), rgb(138,150,162));
    left: 0;
    top: 0;
}.customer_experiencegQ .review_trackEQ img {
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    transform: translateY(-20px);
    height: 80px;
    width: 80px;
    margin: 0 auto 1rem;
    border: 3px solid #ffffff;
}.customer_experiencegQ .review_trackEQ:hover img {
    transform: translateY(-20px) scale(1.1) rotate(360deg);
}.customer_experiencegQ .review_trackEQ p {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: calc(18px * 1.1);
    text-align: center;
    color: #000000;
}.customer_experiencegQ .review_trackEQ .description {
    text-align: center;
    position: relative;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
}.customer_experiencegQ .review_trackEQ .description::before {
    content: "";
    z-index: -1;
    top: -20px;
    position: absolute;
    font-size: 4rem;
    font-family: serif;
    left: 0;
    color: rgb(105,117,130,0.5);
}

@media (max-width: 992px) {.customer_experiencegQ .rating_spotzj {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.customer_experiencegQ {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(172,199,195) 40%, rgb(138,150,162,0.5) 60%);
}.customer_experiencegQ h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 3rem;
}.customer_experiencegQ .rating_spotzj {
    grid-template-columns: 1fr;
    transform: rotate(0);
    gap: 2rem;
}.customer_experiencegQ .review_trackEQ,
    .customer_experiencegQ .review_trackEQ:nth-child(odd),
    .customer_experiencegQ .review_trackEQ:nth-child(3n) {
    transform: rotate(0);
}.customer_experiencegQ .review_trackEQ:hover {
    transform: translateY(-5px);
}}.secure_safeFL {
    border: 2px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 50px;
    max-width: 1100px;
    font-family: Arial, sans-serif;
    position: relative;
    background: #ffffff;
    margin: 0 auto;
}.secure_safeFL::before,
.secure_safeFL::after {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    content: '';
    background: rgb(105,117,130,0.5);
}.secure_safeFL::before {
    width: 200px;
    top: -50px;
    right: -50px;
    height: 200px;
}.secure_safeFL::after {
    height: 300px;
    left: -100px;
    bottom: -100px;
    width: 300px;
}.secure_safeFL h1 {
    color: rgb(138,150,162);
    margin-bottom: 30px;
    margin-top: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 45px;
    border-bottom: 3px dashed rgb(138,150,162);
}.secure_safeFL h2 {
    margin-top: 30px;
    color: rgb(105,117,130);
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    font-size: 30px;
    border-left: 8px double rgb(105,117,130);
    font-weight: 600;
}.secure_safeFL h2::before {
    left: -15px;
    position: absolute;
    content: '';
    transform: translateY(-50%);
    background: rgb(138,150,162);
    border-radius: 50%;
    height: 10px;
    width: 10px;
    top: 50%;
}.secure_safeFL ul {
    background: rgb(105,117,130,0.5);
    border-radius: 10px;
    border: 1px solid rgb(105,117,130,0.5);
    padding-left: 20px;
    margin: 20px 0;
    list-style: none;
}.secure_safeFL ul li {
    padding-left: 20px;
    position: relative;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
}.secure_safeFL ul li::before {
    top: 50%;
    content: '•';
    left: 0;
    font-size: 1.5em;
    position: absolute;
    color: rgb(138,150,162);
    transform: translateY(-50%);
}.secure_safeFL p, .secure_safeFL span, .secure_safeFL div {
    border-left: 4px solid rgb(138,150,162,0.5);
    color: #000000;
    margin-bottom: 20px;
    border-radius: 10px;
    line-height: 1.8;
    font-size: 13px;
    padding: 10px;
    background: rgb(138,150,162,0.5);
}.secure_safeFL h3, .secure_safeFL h4, .secure_safeFL h5, .secure_safeFL h6 {
    margin-top: 25px;
    padding-left: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 21px;
    color: rgb(138,150,162);
    border-left: 5px solid rgb(138,150,162);
    font-weight: 600;
}.secure_safeFL h3::after, .secure_safeFL h4::after, .secure_safeFL h5::after, .secure_safeFL h6::after {
    bottom: -5px;
    width: 20px;
    background: rgb(105,117,130);
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
}

@media only screen and (max-width: 800px) {.secure_safeFL {
    padding: 30px;
}.secure_safeFL h1 {
    font-size: calc(21px - 4px);
}.secure_safeFL h2 {
    font-size: calc(21px - 3px);
}.secure_safeFL h3, .secure_safeFL h4, .secure_safeFL h5, .secure_safeFL h6 {
    font-size: calc(21px - 2px);
}.secure_safeFL p, .secure_safeFL span, .secure_safeFL div, .secure_safeFL ul li {
    font-size: calc(13px - 2px);
}}.our_teamkQ {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.our_teamkQ::before {
    background-color: rgba(21, 25, 40, 0.85);
    z-index: 1;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
}.our_teamkQ::after {
    background: linear-gradient(135deg, rgb(138,150,162,0.5) 0%, transparent 65%);
    width: 70%;
    height: 200%;
    position: absolute;
    transform: rotate(15deg);
    right: -25%;
    content: "";
    z-index: 2;
    top: -50%;
}.our_teamkQ .container {
    z-index: 5;
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
}.our_teamkQ .section_contentiH {
    backdrop-filter: blur(10px);
    padding: 3rem;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
}.our_teamkQ .section_contentiH:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_teamkQ h1 {
    color: #ffffff;
    transform: translateX(-5px);
    transition: transform 0.5s ease;
    margin-bottom: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 40px;
}.our_teamkQ h1::after {
    transform-origin: left center;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(138,150,162), rgb(105,117,130));
    width: 80px;
    content: "";
    height: 3px;
    bottom: -15px;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scaleX(0.8);
}.our_teamkQ .section_contentiH:hover h1 {
    transform: translateX(0);
}.our_teamkQ .section_contentiH:hover h1::after {
    transform: scaleX(1);
}.our_teamkQ ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.our_teamkQ li {
    margin-bottom: 1.5rem;
}.our_teamkQ h4 {
    display: inline-block;
    color: rgb(105,117,130);
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: calc(24px * 1.1);
    position: relative;
    padding-left: 2rem;
}.our_teamkQ h4::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    transform: translateY(-50%) rotate(45deg);
    height: 12px;
    content: "";
    transition: transform 0.3s ease;
    background: rgb(138,150,162);
}.our_teamkQ li:hover h4::before {
    transform: translateY(-50%) rotate(225deg);
}.our_teamkQ span {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 18px;
    padding-left: 2rem;
    transition: opacity 0.3s ease;
    position: relative;
    line-height: 1.8;
    hyphens: auto;
    display: block;
    opacity: 0.9;
    text-align: justify;
    max-width: 90%;
}.our_teamkQ span::first-letter {
    margin-right: 2px;
    color: rgb(138,150,162);
    font-weight: 700;
    font-size: 200%;
}.our_teamkQ li:hover span {
    opacity: 1;
}.our_teamkQ span::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(138,150,162,0.5), transparent);
    height: calc(100% - 1.4em);
    width: 1px;
    content: "";
    top: 0.7em;
    position: absolute;
}

@media (min-width: 992px) {.our_teamkQ {
    padding: 8rem 0;
}.our_teamkQ .section_contentiH {
    margin-left: 5%;
    padding: 4rem;
    width: 90%;
}.our_teamkQ h1 {
    margin-bottom: 3rem;
    font-size: calc(40px * 1.2);
}.our_teamkQ h1::after {
    width: 120px;
    height: 4px;
}.our_teamkQ span {
    line-height: 1.9;
    max-width: 85%;
    padding-left: 3rem;
    font-size: calc(18px * 1.05);
}.our_teamkQ h4 {
    font-size: calc(24px * 1.2);
    padding-left: 3rem;
}.our_teamkQ h4::before {
    height: 15px;
    width: 15px;
}
}

@media (max-width: 991px) {.our_teamkQ::after {
    width: 100%;
    right: -50%;
}.our_teamkQ .section_contentiH {
    transform: perspective(1000px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.our_teamkQ {
    padding: 4rem 0;
}.our_teamkQ .section_contentiH {
    transform: none;
    padding: 2rem;
}.our_teamkQ h1 {
    font-size: calc(40px * 0.9);
    margin-bottom: 2rem;
}.our_teamkQ span {
    padding-left: 1.5rem;
    line-height: 1.7;
    font-size: calc(18px * 0.95);
    max-width: 100%;
}.our_teamkQ h4 {
    padding-left: 1.5rem;
}.our_teamkQ h1::after {
    height: 3px;
    width: 60px;
}
}

@media (max-width: 576px) {.our_teamkQ {
    padding: 3rem 0;
}.our_teamkQ .container {
    padding: 0 1rem;
}.our_teamkQ .section_contentiH {
    padding: 1.5rem;
}.our_teamkQ h1 {
    margin-bottom: 1.5rem;
    font-size: calc(40px * 0.8);
}.our_teamkQ span {
    padding-left: 1rem;
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.our_teamkQ h4 {
    font-size: calc(24px * 0.9);
    padding-left: 1rem;
}.our_teamkQ h4::before {
    height: 8px;
    width: 8px;
}.our_teamkQ h1::after {
    height: 2px;
    width: 50px;
}
}

@media (hover: none) {.our_teamkQ .section_contentiH {
    transform: none !important;
}.our_teamkQ h1 {
    transform: none;
}.our_teamkQ h1::after {
    transform: scaleX(1);
}}.join_our_mailing_listFd {
    background: linear-gradient(135deg, rgb(138,150,162,0.5), rgb(105,117,130));
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
    z-index: 1;
}.join_our_mailing_listFd::before {
    width: 40%;
    opacity: 0.3;
    right: -5%;
    animation: shine 8s infinite ease-in-out;
    z-index: -1;
    top: -10%;
    transform: rotate(-15deg) translateZ(0);
    position: absolute;
    height: 140%;
    background: linear-gradient(120deg, transparent, rgb(138,150,162,0.5), transparent);
    content: "";
}.join_our_mailing_listFd::after {
    height: 130%;
    background: linear-gradient(240deg, transparent, rgb(105,117,130,0.5), transparent);
    content: "";
    animation: shine 8s infinite ease-in-out reverse;
    bottom: -10%;
    transform: rotate(20deg) translateZ(0);
    width: 35%;
    position: absolute;
    z-index: -1;
    left: -5%;
    opacity: 0.2;
}.join_our_mailing_listFd .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.join_our_mailing_listFd .edu_ethosCQ {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1), 
                0 1px 0 rgba(255,255,255,0.1) inset,
                0 -1px 0 rgba(0,0,0,0.1) inset;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2.5rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    display: grid;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 29px;
}.join_our_mailing_listFd .edu_ethosCQ:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15), 
                0 1px 0 rgba(255,255,255,0.2) inset,
                0 -1px 0 rgba(0,0,0,0.1) inset;
}.join_our_mailing_listFd h4 {
    text-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding-left: 1rem;
    color: #ffffff;
    margin: 0 0 1rem;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    transform: translateZ(0);
    font-size: calc(21px * 1.1);
}.join_our_mailing_listFd h4::before {
    transform: scaleY(0);
    border-radius: 10px;
    position: absolute;
    background: #ffffff;
    bottom: 0.2em;
    animation: scaleIn 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    width: 4px;
    top: 0.2em;
    transform-origin: bottom;
    left: 0;
    content: "";
    opacity: 0.8;
}.join_our_mailing_listFd .input_holder {
    display: flex;
    z-index: 2;
    width: 100%;
    position: relative;
    gap: 1rem;
    flex-direction: column;
}.join_our_mailing_listFd .input_holder span {
    width: 100%;
    display: block;
    position: relative;
}.join_our_mailing_listFd input[type="email"] {
    color: #ffffff;
    backdrop-filter: blur(5px);
    border-radius: 29px;
    background: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(5px);
    font-size: 14px;
    padding: 1rem 1.5rem;
    outline: none;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border: 1px solid rgba(255,255,255,0.2);
}.join_our_mailing_listFd input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
    transition: all 0.3s ease;
}.join_our_mailing_listFd input[type="email"]:focus {
    background: rgba(255,255,255,0.15);
    transform: translateY(-2px);
    border-color: rgba(255,255,255,0.3);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1), 0 0 0 2px rgb(138,150,162,0.5);
}.join_our_mailing_listFd input[type="email"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}.join_our_mailing_listFd .enroll_instantly4x {
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1), 
                0 1px 0 rgba(255,255,255,0.5) inset;
    font-weight: 600;
    z-index: 1;
    background: #ffffff;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    border: none;
    padding: 1rem 2rem;
    width: 100%;
    overflow: hidden;
    border-radius: 29px;
    color: rgb(138,150,162);
}.join_our_mailing_listFd .enroll_instantly4x::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    left: -100%;
    transition: all 0.5s ease;
    height: 100%;
    z-index: -1;
}.join_our_mailing_listFd .enroll_instantly4x:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.15), 
                0 1px 0 rgba(255,255,255,0.5) inset;
    color: rgb(138,150,162);
    transform: translateY(-3px);
    background: linear-gradient(to right, #ffffff, rgba(255,255,255,0.9));
}.join_our_mailing_listFd .enroll_instantly4x:hover::before {
    left: 100%;
    animation: shine 1s forwards;
}.join_our_mailing_listFd .enroll_instantly4x:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateZ(0);
    }
    100% {
        transform: translateX(100%) translateZ(0);
    }
}

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

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

@media (min-width: 768px) {.join_our_mailing_listFd .edu_ethosCQ {
    align-items: center;
    gap: 3rem;
    padding: 3rem;
    grid-template-columns: 1fr 1fr;
}.join_our_mailing_listFd h4 {
    font-size: calc(21px * 1.2);
    margin: 0;
}.join_our_mailing_listFd .input_holder {
    gap: 1rem;
    flex-direction: row;
}.join_our_mailing_listFd input[type="email"] {
    flex: 1;
}.join_our_mailing_listFd .enroll_instantly4x {
    white-space: nowrap;
    width: auto;
    flex: 0 0 auto;
}
}

@media (min-width: 992px) {.join_our_mailing_listFd {
    padding: 6rem 0;
}.join_our_mailing_listFd .edu_ethosCQ {
    padding: 4rem;
    gap: 4rem;
}.join_our_mailing_listFd h4 {
    font-size: calc(21px * 1.3);
}.join_our_mailing_listFd .edu_ethosCQ > div:first-child {
    animation: fadeIn 0.8s ease-out;
}.join_our_mailing_listFd .input_holder {
    animation: fadeIn 0.8s 0.2s both ease-out;
}
}

@media (max-width: 767px) {.join_our_mailing_listFd h4 {
    text-align: center;
    padding-left: 0;
}.join_our_mailing_listFd h4::before {
    height: 3px;
    top: -0.8rem;
    animation: widthIn 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    transform: translateX(-50%) scaleX(0);
    bottom: auto;
    width: 50px;
    left: 50%;
}@keyframes widthIn {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
}.connect_formIL {
    position: relative;
    padding: 100px 0;
}.connect_formIL::before {
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(138,150,162,0.5);
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
}.connect_formIL .container {
    margin: 0 auto;
    z-index: 5;
    position: relative;
    max-width: 1200px;
}.connect_formIL .feedback_query24 {
    overflow: hidden;
    transform-style: preserve-3d;
    border-radius: 15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    perspective: 1000px;
}.connect_formIL .message_listlJ {
    background-color: rgb(172,199,195);
    transition: transform 0.5s ease;
    width: 40%;
    z-index: 3;
    transform-origin: left center;
    padding: 60px 40px;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    transform: rotateY(5deg);
    position: relative;
}.connect_formIL .feedback_query24:hover .message_listlJ {
    transform: rotateY(0deg);
}.connect_formIL .message_listlJ h3 {
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
    color: #000000;
    padding-left: 20px;
    font-size: 32px;
}.connect_formIL .message_listlJ h3::before {
    width: 6px;
    border-radius: 10px;
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(138,150,162), rgb(105,117,130));
    top: 0;
    content: "";
}.connect_formIL .message_listlJ div {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    border-radius: 10px;
}.connect_formIL .message_listlJ div:hover {
    transform: translateZ(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.connect_formIL .message_listlJ div svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
}.connect_formIL .message_listlJ div svg path {
    fill: rgb(138,150,162);
}.connect_formIL .message_listlJ div span {
    font-size: 15px;
    color: #000000;
}.connect_formIL .message_listlJ div span a {
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}.connect_formIL .message_listlJ div span a:hover {
    color: rgb(138,150,162);
}.connect_formIL .reach_feedbackZ8 {
    justify-content: center;
    transition: transform 0.5s ease;
    flex-direction: column;
    background: linear-gradient(135deg, rgb(105,117,130), rgb(138,150,162));
    display: flex;
    transform: rotateY(-5deg);
    transform-origin: right center;
    width: 60%;
    padding: 60px 40px;
    z-index: 2;
}.connect_formIL .feedback_query24:hover .reach_feedbackZ8 {
    transform: rotateY(0deg);
}.connect_formIL .reach_feedbackZ8 h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 40px;
}.connect_formIL form {
    flex-direction: column;
    width: 100%;
    display: flex;
}.connect_formIL form input[type="text"],
.connect_formIL form input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 15px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: 18px 25px;
    margin-bottom: 20px;
}.connect_formIL form input[type="text"]:focus,
.connect_formIL form input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
    border-color: rgba(255, 255, 255, 0.4);
}.connect_formIL form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.connect_formIL .query_gridD9 {
    position: relative;
    margin-bottom: 30px;
}.connect_formIL .query_gridD9 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_formIL .query_gridD9 label {
    line-height: 1.6;
    cursor: pointer;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-left: 35px;
}.connect_formIL .query_gridD9 label::before {
    border: 2px solid rgba(255, 255, 255, 0.4);
    height: 20px;
    border-radius: 10px;
    left: 0;
    width: 20px;
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    top: 2px;
}.connect_formIL .query_gridD9 input[type="checkbox"]:checked + label::before {
    background-color: #ffffff;
    border-color: #ffffff;
}.connect_formIL .query_gridD9 input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    content: "";
    transform: rotate(45deg);
    border: solid rgb(138,150,162);
    width: 6px;
    position: absolute;
    left: 7px;
    height: 12px;
    top: 4px;
}.connect_formIL .query_gridD9 label a {
    text-decoration: underline;
    transition: all 0.3s ease;
    color: #ffffff;
}.connect_formIL .query_gridD9 label a:hover {
    color: rgba(255, 255, 255, 0.8);
}.connect_formIL form .contact_reach4W {
    padding: 18px 35px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 10px;
    z-index: 1;
    font-size: 15px;
    border: none;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    align-self: flex-start;
    color: rgb(138,150,162);
}.connect_formIL form .contact_reach4W::before {
    transform: translateY(100%);
    transition: transform 0.3s ease;
    top: 0;
    background: linear-gradient(135deg, rgb(105,117,130), rgb(138,150,162));
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
}.connect_formIL form .contact_reach4W:hover {
    color: #ffffff;
}.connect_formIL form .contact_reach4W:hover::before {
    transform: translateY(0);
}@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.connect_formIL .message_listlJ div:nth-child(2) {
    animation: float 6s infinite ease-in-out;
}.connect_formIL .message_listlJ div:nth-child(3) {
    animation: float 7s infinite ease-in-out;
}.connect_formIL .message_listlJ div:nth-child(4) {
    animation: float 8s infinite ease-in-out;
}.connect_formIL .message_listlJ div:nth-child(5) {
    animation: float 9s infinite ease-in-out;
}

@media screen and (max-width: 992px) {.connect_formIL .container {
    width: 90%;
}.connect_formIL .feedback_query24,
    .connect_formIL .message_listlJ,
    .connect_formIL .reach_feedbackZ8 {
    transform: none;
}.connect_formIL .message_listlJ,
    .connect_formIL .reach_feedbackZ8 {
    width: 100%;
}.connect_formIL .message_listlJ {
    padding: 40px 30px;
}.connect_formIL .reach_feedbackZ8 {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.connect_formIL {
    padding: 60px 0;
}.connect_formIL .message_listlJ,
    .connect_formIL .reach_feedbackZ8 {
    padding: 30px 20px;
}.connect_formIL .message_listlJ h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.connect_formIL form input[type="text"],
    .connect_formIL form input[type="email"] {
    padding: 15px 20px;
}.connect_formIL form .contact_reach4W {
    width: 100%;
    padding: 15px 20px;
}}.tariff_listYB {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.tariff_listYB::before {
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    left: 0;
    right: 0;
}.tariff_listYB .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.tariff_listYB .indv_costTY {
    display: flex;
    flex-direction: column;
    align-items: center;
}.tariff_listYB h2 {
    color: #ffffff;
    text-align: center;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    transform: translateY(20px);
}.tariff_listYB .skill_pricingYM {
    margin-bottom: 40px;
    transform: translateY(20px);
    max-width: 700px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
    opacity: 0;
    font-size: 18px;
    line-height: 1.6;
}.tariff_listYB .annual_planM6 {
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    width: 100%;
    gap: 30px;
}.tariff_listYB .annual_planM6 li {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(30px);
}.tariff_listYB .annual_planM6 li:nth-child(1) {
    animation-delay: 0.3s;
}.tariff_listYB .annual_planM6 li:nth-child(2) {
    animation-delay: 0.4s;
}.tariff_listYB .annual_planM6 li:nth-child(3) {
    animation-delay: 0.5s;
}.tariff_listYB .annual_planM6 li:nth-child(4) {
    animation-delay: 0.6s;
}.tariff_listYB .cert_feesLq {
    text-decoration: none;
    display: block;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 100%;
    position: relative;
}.tariff_listYB .cert_feesLq:hover {
    transform: translateY(-8px) scale(1.02);
}.tariff_listYB .cert_feesLq::before {
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    left: -100%;
    pointer-events: none;
    height: 100%;
}.tariff_listYB .cert_feesLq:hover::before {
    left: 100%;
}.tariff_listYB .fee_chartFe {
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    height: 100%;
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    overflow: hidden;
    padding: 5px;
    border-radius: 11px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}.tariff_listYB .cert_feesLq:hover .fee_chartFe {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.tariff_listYB .fee_chartFe::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(138,150,162), rgb(105,117,130));
    content: '';
    transform-origin: left;
    transform: scaleX(0);
    width: 100%;
    left: 0;
    height: 5px;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}.tariff_listYB .cert_feesLq:hover .fee_chartFe::after {
    transform: scaleX(1);
}.tariff_listYB .fee_boarddi {
    color: #ffffff;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    display: flex;
    height: 100%;
    min-height: 400px;
    box-sizing: border-box;
}.tariff_listYB .fee_boarddi h4 {
    margin: 0 0 20px;
    font-weight: 700;
    color: rgb(138,150,162);
    transition: transform 0.3s ease;
    font-size: 18px;
    padding-bottom: 15px;
    position: relative;
}.tariff_listYB .cert_feesLq:hover .fee_boarddi h4 {
    transform: translateX(5px);
}.tariff_listYB .fee_boarddi h4::after {
    bottom: 0;
    content: "";
    background: rgb(105,117,130);
    position: absolute;
    width: 40px;
    transition: width 0.3s ease;
    left: 0;
    height: 3px;
}.tariff_listYB .cert_feesLq:hover .fee_boarddi h4::after {
    width: 60px;
}.tariff_listYB .fee_boarddi p {
    max-height: 200px;
    overflow-y: auto;
    margin: 0 0 30px;
    word-break: break-word;
    overflow-wrap: break-word;
    scrollbar-color: rgb(138,150,162,0.5) transparent;
    line-height: 1.6;
    color: rgba(255,255,255,0.8);
    font-size: calc(18px - 2px);
    scrollbar-width: thin;
}.tariff_listYB .fee_boarddi p::-webkit-scrollbar {
    width: 5px;
}.tariff_listYB .fee_boarddi p::-webkit-scrollbar-track {
    background: transparent;
}.tariff_listYB .fee_boarddi p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(138,150,162,0.5);
}.tariff_listYB .price_dealsAm {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 700;
    position: relative;
    margin-top: auto;
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(138,150,162) 0%, rgb(138,150,162,0.5) 100%);
    padding: 10px 20px;
    border-radius: 10px;
    font-size: calc(18px + 4px);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    display: inline-block;
    overflow: hidden;
}.tariff_listYB .cert_feesLq:hover .price_dealsAm {
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transform: scale(1.05);
}.tariff_listYB .price_dealsAm::before {
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    height: 200%;
    left: -50%;
    width: 200%;
    position: absolute;
    transform: scale(0);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    content: "";
    top: -50%;
    opacity: 0;
}.tariff_listYB .cert_feesLq:hover .price_dealsAm::before {
    transform: scale(1);
    opacity: 1;
}

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

@media (max-width: 991px) {.tariff_listYB {
    padding: 80px 0;
}.tariff_listYB .annual_planM6 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.tariff_listYB .fee_boarddi {
    padding: 25px;
    min-height: 350px;
}
}

@media (max-width: 767px) {.tariff_listYB {
    padding: 60px 0;
}.tariff_listYB h2 {
    font-size: calc(32px - 4px);
}.tariff_listYB .skill_pricingYM {
    margin-bottom: 30px;
    font-size: calc(18px - 1px);
}.tariff_listYB .annual_planM6 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 400px;
}.tariff_listYB .fee_boarddi {
    min-height: 300px;
}.tariff_listYB .price_dealsAm {
    font-size: calc(18px + 2px);
}
}

@media (max-width: 480px) {.tariff_listYB {
    padding: 40px 0;
}.tariff_listYB h2 {
    font-size: calc(32px - 6px);
}.tariff_listYB .fee_boarddi {
    min-height: 280px;
    padding: 20px;
}.tariff_listYB .fee_boarddi p {
    margin-bottom: 20px;
    font-size: calc(18px - 3px);
}.tariff_listYB .price_dealsAm {
    padding: 8px 15px;
}}.program_outcomesLS {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(138,150,162,0.5), rgb(105,117,130) 120%);
}.program_outcomesLS::before {
    content: "";
    z-index: 1;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(138,150,162,0.5) 0%, transparent 60%);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}.program_outcomesLS::after {
    transform: rotate(-15deg);
    top: -30%;
    height: 80%;
    right: -30%;
    content: "";
    background: radial-gradient(ellipse, rgb(105,117,130,0.5) 0%, transparent 70%);
    z-index: 0;
    position: absolute;
    width: 80%;
}.program_outcomesLS .container {
    grid-template-columns: 1fr;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 2;
    gap: 2.5rem;
    margin: 0 auto;
    display: grid;
}.program_outcomesLS .img_lightbox23 {
    object-fit: cover;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    filter: saturate(1.1) contrast(1.05);
    width: 100%;
}.program_outcomesLS .img_lightbox23:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.program_outcomesLS .edu_ethosCQ {
    flex-direction: column;
    justify-content: center;
    display: flex;
}.program_outcomesLS .section_contentiH {
    transform: translateY(-20px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    padding: 2rem;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
}.program_outcomesLS .section_contentiH:hover {
    transform: translateY(-25px);
    box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.5);
}.program_outcomesLS h1 {
    font-weight: 700;
    line-height: 1.2;
    font-size: clamp(1.75rem, 3vw, 39px);
    color: #000000;
    position: relative;
    margin-bottom: 1.75rem;
}.program_outcomesLS h1::after {
    height: 0.25rem;
    content: "";
    transition: width 0.4s ease;
    position: absolute;
    background: linear-gradient(90deg, rgb(138,150,162), rgb(105,117,130));
    left: 0;
    width: 4rem;
    bottom: -0.5rem;
    transform-origin: left;
}.program_outcomesLS .section_contentiH:hover h1::after {
    width: 6rem;
}.program_outcomesLS ul {
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 1.25rem;
    display: grid;
}.program_outcomesLS li {
    display: flex;
    align-items: flex-start;
    transition: transform 0.3s ease;
}.program_outcomesLS li:hover {
    transform: translateX(10px);
}.program_outcomesLS li p {
    align-items: flex-start;
    color: #000000;
    margin: 0;
    line-height: 1.6;
    font-size: calc(13px * 0.95);
    display: flex;
}.program_outcomesLS svg {
    transition: transform 0.3s ease-out;
    height: 1.5rem;
    flex-shrink: 0;
    width: 1.5rem;
    margin-right: 0.75rem;
    transform: translateY(2px);
}.program_outcomesLS li:hover svg {
    transform: translateY(0) scale(1.1);
}.program_outcomesLS svg path {
    fill: rgb(138,150,162);
    transition: fill 0.3s ease;
}.program_outcomesLS li:hover svg path {
    fill: rgb(105,117,130);
}

@media (min-width: 768px) {.program_outcomesLS .container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.program_outcomesLS .img_lightbox23 {
    transform: perspective(1000px) rotateY(-8deg);
    height: 100%;
}.program_outcomesLS ul {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.program_outcomesLS .section_contentiH {
    padding: 2.5rem;
}
}

@media (min-width: 992px) {.program_outcomesLS {
    padding: 8rem 0;
}.program_outcomesLS .container {
    gap: 4rem;
}.program_outcomesLS .img_lightbox23 {
    transform: perspective(1200px) rotateY(-12deg) translateZ(20px);
}.program_outcomesLS .section_contentiH {
    padding: 3rem;
}.program_outcomesLS h1 {
    margin-bottom: 2.25rem;
}
}

@media (max-width: 767px) {.program_outcomesLS {
    padding: 4rem 0;
}.program_outcomesLS .container {
    gap: 1.5rem;
}.program_outcomesLS .section_contentiH {
    transform: translateY(0);
}.program_outcomesLS .section_contentiH:hover {
    transform: translateY(-5px);
}.program_outcomesLS h1 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}.program_outcomesLS li p {
    font-size: 0.9rem;
}}.thanksCard7h {
    background: linear-gradient(135deg, rgb(172,199,195) 0%, rgb(105,117,130,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.thanksCard7h::before {
    content: "";
    top: 0;
    background-size: 35px 35px;
    width: 100%;
    left: 0;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgb(138,150,162,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(138,150,162,0.5) 1px, transparent 1px);
    height: 100%;
    opacity: 0.07;
    transform: perspective(1000px) rotateX(5deg);
    pointer-events: none;
    position: absolute;
}.thanksCard7h::after {
    top: -20%;
    filter: blur(30px);
    width: 60%;
    position: absolute;
    right: -10%;
    height: 70%;
    content: "";
    background: radial-gradient(circle, rgb(138,150,162,0.5) 0%, transparent 70%);
    animation: float 15s infinite ease-in-out;
    z-index: 0;
    opacity: 0.15;
}.thanksCard7h .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.thanksCard7h h2 {
    transform: translateY(20px);
    animation: slideUp 0.8s forwards ease-out 0.2s;
    font-size: 34px;
    color: #000000;
    margin-bottom: 2.5rem;
    max-width: 80%;
    font-weight: 700;
    position: relative;
    opacity: 0;
}.thanksCard7h h2::after {
    left: 0;
    position: absolute;
    transform: scaleX(0);
    height: 3px;
    background: linear-gradient(90deg, rgb(138,150,162) 0%, rgb(138,150,162,0.5) 100%);
    animation: expandLine 1s forwards ease-out 1s;
    transform-origin: left;
    content: "";
    width: 80px;
    bottom: -12px;
}.thanksCard7h .edu_ethosCQ {
    padding: 3.5rem;
    animation: slideUp 0.8s forwards ease-out 0.5s;
    background: #ffffff;
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 0 0 1px rgba(0, 0, 0, 0.03);
    position: relative;
    transform: translateY(30px);
}.thanksCard7h .edu_ethosCQ::before {
    width: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    content: "";
    opacity: 0.03;
    position: absolute;
    background: linear-gradient(135deg, rgb(138,150,162,0.5) 0%, transparent 100%);
    height: 100%;
}.thanksCard7h .edu_ethosCQ ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thanksCard7h .edu_ethosCQ li {
    position: relative;
    padding-left: 2rem;
}.thanksCard7h .edu_ethosCQ li::before {
    width: 8px;
    border-radius: 50%;
    animation: pulseIn 0.6s forwards ease-out 1.2s;
    transform: scale(0);
    left: 0;
    height: 8px;
    background-color: rgb(138,150,162);
    top: 8px;
    position: absolute;
    content: "";
}.thanksCard7h .edu_ethosCQ span {
    display: block;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-size: 17px;
    transform: translateX(10px);
    color: #000000;
    opacity: 0;
    animation: fadeIn 0.8s forwards ease-out 0.9s;
}

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

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

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

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

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

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

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

@media (max-width: 480px) {.thanksCard7h {
    padding: 2.5rem 0;
}.thanksCard7h h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.5rem;
}.thanksCard7h .edu_ethosCQ {
    padding: 1.5rem;
}.thanksCard7h h2::after {
    height: 2px;
    width: 60px;
    bottom: -8px;
}}.course_program0d {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: rgb(172,199,195);
    min-height: 100vh;
    position: relative;
}.course_program0d .study_mapi1 {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
}.course_program0d .study_mapi1::after {
    left: 0;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(172,199,195) 90%
    );
    width: 100%;
    z-index: 2;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
}.course_program0d .knowledge_flowVv {
    animation: carousel-zoom 25s ease-in-out infinite;
    width: 100%;
    display: flex;
    height: 100%;
}.course_program0d .study_mapi1:hover .knowledge_flowVv {
    animation-play-state: paused;
}.course_program0d .learn_codingVh {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    height: 100%;
}.course_program0d .learn_codingVh img {
    object-fit: cover;
    width: 100%;
    transform-origin: center;
    filter: brightness(0.9) saturate(1.2);
    height: 100%;
}.course_program0d .container {
    width: 100%;
    z-index: 3;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}.course_program0d .edu_ethosCQ {
    width: 100%;
    max-width: 800px;
    position: relative;
}.course_program0d .coding_expert3m {
    border-radius: 22px;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    padding: 3rem;
    backdrop-filter: blur(10px);
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 
                0 5px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: rgba(255, 255, 255, 0.8);
}.course_program0d .coding_expert3m:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.course_program0d .coding_expert3m::before {
    position: absolute;
    border: 1px solid rgb(138,150,162);
    border-radius: 10px;
    content: "";
    right: 20px;
    opacity: 0.3;
    left: 20px;
    pointer-events: none;
    top: 20px;
    bottom: 20px;
}.course_program0d .coding_expert3m h3 {
    font-weight: 700;
    color: rgb(138,150,162);
    position: relative;
    font-size: 28px;
    display: inline-block;
    margin-bottom: 0.5rem;
}.course_program0d .coding_expert3m h3::after {
    height: 2px;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    content: "";
    left: 50%;
    background: rgb(138,150,162);
    bottom: -10px;
}.course_program0d .coding_expert3m p {
    line-height: 1.7;
    color: #000000;
    margin: 0 auto 2rem;
    font-size: 13px;
    max-width: 90%;
}.course_program0d .coding_expert3m .contact_reach4W {
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(138,150,162);
    font-size: 18px;
    padding: 0.9rem 2.5rem;
    border-radius: 22px;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
    z-index: 1;
    display: inline-block;
    position: relative;
    font-weight: 600;
}.course_program0d .coding_expert3m .contact_reach4W::before {
    left: -10%;
    content: "";
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transform: skewX(-25deg) translateX(-100%);
    top: 0;
    z-index: -1;
    position: absolute;
    transition: all 0.6s ease;
    width: 120%;
}.course_program0d .coding_expert3m .contact_reach4W:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.course_program0d .coding_expert3m .contact_reach4W:hover::before {
    transform: skewX(-25deg) translateX(100%);
}

@keyframes carousel-zoom {
    0%, 20% {
        transform: scale(1);
    }
    25%, 45% {
        transform: scale(1.1) translateX(-5%);
    }
    50%, 70% {
        transform: scale(1) translateY(3%);
    }
    75%, 95% {
        transform: scale(1.05) translateX(5%);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.course_program0d .study_mapi1::after {
    background: radial-gradient(
            circle at center,
            transparent 20%,
            rgb(172,199,195) 85%
        );
}.course_program0d .knowledge_flowVv {
    animation-duration: 20s;
}.course_program0d .edu_ethosCQ {
    max-width: 600px;
}.course_program0d .coding_expert3m {
    padding: 2.5rem;
}.course_program0d .coding_expert3m h3 {
    font-size: calc(28px * 0.9);
}.course_program0d .coding_expert3m p {
    max-width: 95%;
}
}

@media (max-width: 767px) {.course_program0d {
    min-height: auto;
    padding: 4rem 0;
}.course_program0d .study_mapi1 {
    position: fixed;
    z-index: 0;
}.course_program0d .study_mapi1::after {
    background: radial-gradient(
            circle at center,
            transparent 0%,
            rgb(172,199,195) 70%
        );
}.course_program0d .knowledge_flowVv {
    animation-duration: 15s;
}.course_program0d .edu_ethosCQ {
    max-width: 100%;
}.course_program0d .coding_expert3m {
    padding: 2rem 1.5rem;
}.course_program0d .coding_expert3m::before {
    bottom: 10px;
    right: 10px;
    top: 10px;
    left: 10px;
}.course_program0d .coding_expert3m h3 {
    font-size: 19px;
}.course_program0d .coding_expert3m h3::after {
    width: 60px;
}.course_program0d .coding_expert3m p {
    max-width: 100%;
    line-height: 1.6;
    font-size: calc(13px * 0.9);
    margin-bottom: 1.5rem;
}.course_program0d .coding_expert3m .contact_reach4W {
    width: 100%;
    padding: 0.8rem 1.5rem;
}
}