* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.container {
    max-width: 100%;
    width: 1203px;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.head_core_u1bf {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: auto;
    height: 100%;
}.wrapper-holder_qiyn {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}svg {
    width: 30px;
    height: 30px;
}.chrome_ext_sB9e {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program_structure_hZVY {
    position: relative;
    overflow: hidden;
    background-color: rgb(212,228,227);
    padding: 100px 0;
}.program_structure_hZVY::before {
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.1;
    background: repeating-linear-gradient(
    45deg,
    rgb(170,202,200,0.5) 0,
    rgb(170,202,200,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
}.program_structure_hZVY::after {
    height: 100%;
    position: absolute;
    background: radial-gradient(
    circle at 80% 20%,
    rgb(126,171,169,0.5) 0%,
    transparent 60%
  );
    width: 100%;
    content: "";
    right: 0;
    top: 0;
    z-index: 1;
}.program_structure_hZVY .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.program_structure_hZVY .skills_center_fZFC {
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    display: grid;
}.program_structure_hZVY .skills_center_fZFC::before {
    left: -120px;
    animation: rotate 30s linear infinite;
    content: "";
    height: 200px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    width: 200px;
    top: -80px;
    border: 1px solid rgb(170,202,200,0.5);
}.program_structure_hZVY .skills_center_fZFC::after {
    border: 2px solid rgb(126,171,169,0.5);
    height: 300px;
    bottom: -100px;
    content: "";
    animation: rotate 40s linear infinite reverse;
    position: absolute;
    width: 300px;
    right: -50px;
    z-index: -1;
    border-radius: 50%;
}.program_structure_hZVY .career_ready_LZor {
    display: flex;
    border-left: 3px solid rgb(170,202,200);
    flex-direction: column;
    position: relative;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
    border-radius: 14px;
    padding: 40px;
    justify-content: center;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.program_structure_hZVY .career_ready_LZor::before {
    top: 20px;
    border-right: 2px solid rgb(126,171,169,0.5);
    width: 60px;
    height: 60px;
    right: 20px;
    position: absolute;
    z-index: 1;
    border-top: 2px solid rgb(126,171,169,0.5);
    content: "";
}.program_structure_hZVY .career_ready_LZor::after {
    bottom: 20px;
    left: 20px;
    border-left: 2px solid rgb(170,202,200,0.5);
    width: 60px;
    border-bottom: 2px solid rgb(170,202,200,0.5);
    position: absolute;
    height: 60px;
    content: "";
    z-index: 1;
}.program_structure_hZVY .header_mentor_dMBN {
    position: relative;
    margin-bottom: 30px;
}.program_structure_hZVY .header_mentor_dMBN::before {
    top: 50%;
    width: 10px;
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 10px;
    left: -20px;
    background-color: rgb(170,202,200);
    transform: translateY(-50%);
}.program_structure_hZVY .header_mentor_dMBN svg {
    width: 60px;
    height: 60px;
    transition: filter 0.4s ease;
    max-height: 70px;
}.program_structure_hZVY .header_mentor_dMBN:hover svg {
    filter: drop-shadow(0 0 8px rgb(170,202,200,0.5));
}.program_structure_hZVY .header_mentor_dMBN svg path {
    fill: rgb(170,202,200);
    transition: fill 0.3s ease;
}.program_structure_hZVY .header_mentor_dMBN:hover svg path {
    fill: rgb(126,171,169);
}.program_structure_hZVY h3 {
    font-size: 35px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
    padding-bottom: 20px;
    letter-spacing: 1px;
}.program_structure_hZVY h3::after {
    background: linear-gradient(
    to right,
    rgb(170,202,200) 0%,
    rgb(126,171,169) 100%
  );
    content: "";
    position: absolute;
    bottom: 0;
    border-radius: 10px;
    height: 3px;
    width: 80px;
    left: 0;
}.program_structure_hZVY p {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
}.program_structure_hZVY .pic_holder_sv9Q {
    min-height: 500px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    border-radius: 14px;
    height: 500px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}.program_structure_hZVY .pic_holder_sv9Q::before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    z-index: 2;
    background: linear-gradient(
    to bottom right,
    rgb(170,202,200,0.5) 0%,
    transparent 30%,
    transparent 70%,
    rgb(126,171,169,0.5) 100%
  );
}.program_structure_hZVY .pic_holder_sv9Q::after {
    border-radius: 14px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: "";
    inset: 0;
    z-index: 3;
}.program_structure_hZVY .pic_holder_sv9Q:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0.4;
    transform: scale(0.98);
  }
}

@media (max-width: 1199px) {.program_structure_hZVY .skills_center_fZFC {
    gap: 40px;
}.program_structure_hZVY .career_ready_LZor {
    padding: 30px;
}.program_structure_hZVY .pic_holder_sv9Q {
    min-height: 450px;
}
}

@media (max-width: 991px) {.program_structure_hZVY {
    padding: 70px 0;
}.program_structure_hZVY .skills_center_fZFC {
    grid-template-columns: 1fr;
    gap: 40px;
}.program_structure_hZVY .career_ready_LZor {
    order: 2;
}.program_structure_hZVY .pic_holder_sv9Q {
    transform: perspective(1000px) rotateY(0deg);
    order: 1;
    min-height: 400px;
}.program_structure_hZVY .skills_center_fZFC::before,
  .program_structure_hZVY .skills_center_fZFC::after {
    display: none;
}
}

@media (max-width: 767px) {.program_structure_hZVY {
    padding: 50px 0;
}.program_structure_hZVY .career_ready_LZor {
    padding: 25px;
}.program_structure_hZVY h3 {
    margin-bottom: 15px;
    font-size: calc(35px * 0.9);
    padding-bottom: 15px;
}.program_structure_hZVY .header_mentor_dMBN {
    margin-bottom: 20px;
}.program_structure_hZVY .header_mentor_dMBN svg {
    max-height: 60px;
}.program_structure_hZVY .pic_holder_sv9Q {
    min-height: 350px;
}.program_structure_hZVY .career_ready_LZor::before,
  .program_structure_hZVY .career_ready_LZor::after {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 576px) {.program_structure_hZVY {
    padding: 40px 0;
}.program_structure_hZVY .career_ready_LZor {
    padding: 20px;
}.program_structure_hZVY h3 {
    font-size: calc(35px * 0.8);
}.program_structure_hZVY p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}.program_structure_hZVY .header_mentor_dMBN {
    margin-bottom: 15px;
}.program_structure_hZVY .header_mentor_dMBN svg {
    max-height: 50px;
}.program_structure_hZVY .pic_holder_sv9Q {
    min-height: 300px;
}.program_structure_hZVY .career_ready_LZor::before,
  .program_structure_hZVY .career_ready_LZor::after {
    height: 30px;
    width: 30px;
}
}

@media (min-width: 1400px) {.program_structure_hZVY .container {
    max-width: 1320px;
}.program_structure_hZVY .pic_holder_sv9Q {
    min-height: 550px;
}}footer {
    position: relative;
}footer::before {
    position: absolute;
    content: '';
    opacity: 0.92;
    right: 0;
    left: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(170,202,200) 150%);
    bottom: 0;
    top: 0;
    z-index: 1;
}.chrome_ext_sB9e {
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 2;
    position: relative;
    padding: 70px 0;
}.chrome_ext_sB9e .container {
    flex-wrap: wrap;
    display: flex;
    gap: 40px;
}.chrome_ext_sB9e .company_holder {
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 12px 0 12px 0;
    transition: all 0.3s ease;
}.chrome_ext_sB9e .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.chrome_ext_sB9e .company_holder::before {
    content: '';
    background: rgb(170,202,200);
    top: 0;
    width: 100%;
    position: absolute;
    height: 5px;
    left: 0;
}.chrome_ext_sB9e .company_holder h3 {
    font-size: 37px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    display: inline-block;
}.chrome_ext_sB9e .company_holder h3::after {
    height: 3px;
    background: rgb(126,171,169);
    bottom: -8px;
    content: '';
    left: 0;
    position: absolute;
    width: 60px;
}.chrome_ext_sB9e .volunteer_zLMU {
    font-size: 13px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    color: #ffffff;
}.chrome_ext_sB9e .honor_cta_ivSb {
    position: relative;
}.chrome_ext_sB9e .top_learning_cZ0H {
    gap: 30px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}.chrome_ext_sB9e .top_pagebar_N3Ro {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.chrome_ext_sB9e .top_pagebar_N3Ro h5 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    padding-left: 15px;
    font-weight: 600;
    border-left: 3px solid rgb(170,202,200);
    position: relative;
}.chrome_ext_sB9e .top_pagebar_N3Ro .top_learning_cZ0H {
    gap: 12px;
    flex-direction: column;
    display: flex;
}.chrome_ext_sB9e .top_pagebar_N3Ro .top_learning_cZ0H a {
    position: relative;
    display: inline-block;
    z-index: 1;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 8px 15px;
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    font-size: 13px;
}.chrome_ext_sB9e .top_pagebar_N3Ro .top_learning_cZ0H a::before {
    left: 0;
    height: 100%;
    top: 0;
    transition: width 0.3s ease;
    position: absolute;
    width: 0;
    content: '';
    z-index: -1;
    background: rgb(170,202,200,0.5);
}.chrome_ext_sB9e .top_pagebar_N3Ro .top_learning_cZ0H a:hover {
    color: #ffffff;
    transform: translateX(5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}.chrome_ext_sB9e .top_pagebar_N3Ro .top_learning_cZ0H a:hover::before {
    width: 100%;
}.twitter_cta_qb2d {
    z-index: 2;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 50px;
    position: relative;
}.twitter_cta_qb2d .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.twitter_cta_qb2d .footer_milestones_WoVw {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    top: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    left: 0;
    content: '';
    position: absolute;
    background-size: 40px 40px;
}

@media (max-width: 992px) {.chrome_ext_sB9e .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.chrome_ext_sB9e {
    padding: 50px 0;
}.chrome_ext_sB9e .top_pagebar_N3Ro {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.chrome_ext_sB9e {
    padding: 40px 0;
}.chrome_ext_sB9e .company_holder h3 {
    font-size: calc(37px * 0.8);
}.chrome_ext_sB9e .top_pagebar_N3Ro h5 {
    font-size: calc(18px * 0.9);
}.chrome_ext_sB9e .top_pagebar_N3Ro .top_learning_cZ0H a,
    .chrome_ext_sB9e .footer_agreement {
    font-size: calc(13px * 0.95);
}}

.twitter_cta_qb2d::before {
    width: 100%;
    height: 1px;
    left: 0;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.2;
    top: 0;
}.get_updates_DOGr {
    background: linear-gradient(125deg, rgb(212,228,227) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
    perspective: 1200px;
    padding: 5rem 3rem;
}.get_updates_DOGr::before {
    top: -10%;
    background: rgb(170,202,200,0.5);
    left: -10%;
    opacity: 0.15;
    content: "";
    height: 140%;
    z-index: 1;
    transform: rotateY(-20deg) rotateX(10deg);
    filter: blur(2px);
    position: absolute;
    width: 60%;
    animation: float-panel 15s ease-in-out infinite alternate;
}.get_updates_DOGr::after {
    z-index: 1;
    height: 140%;
    opacity: 0.2;
    content: "";
    right: -10%;
    transform: rotateY(20deg) rotateX(-5deg);
    animation: float-panel-reverse 12s ease-in-out infinite alternate;
    top: -20%;
    position: absolute;
    width: 70%;
    background: rgb(126,171,169,0.5);
}.get_updates_DOGr .skills_center_fZFC {
    position: relative;
    justify-content: space-between;
    z-index: 2;
    gap: 2rem;
    align-items: center;
    transform-style: preserve-3d;
    display: flex;
}.get_updates_DOGr p {
    font-size: 20px;
    transform: translateZ(30px) rotateY(-5deg);
    padding-left: 2rem;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    color: #000000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    flex: 0 0 40%;
    font-family: Arial, sans-serif;
}.get_updates_DOGr p::before {
    opacity: 0.8;
    background: linear-gradient(to bottom, rgb(170,202,200), rgb(126,171,169));
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 5px;
    top: 0;
    transform: translateZ(10px) translateX(-5px) rotateY(15deg);
}.get_updates_DOGr .input_holder {
    display: flex;
    position: relative;
    flex-direction: column;
    transform: translateZ(50px) rotateY(5deg);
    flex: 0 0 60%;
    gap: 1rem;
}.get_updates_DOGr .input_holder::before {
    position: absolute;
    height: 180%;
    top: -40%;
    width: 140%;
    filter: blur(3px);
    z-index: -1;
    content: "";
    left: -20%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateZ(-20px) rotateY(-5deg);
}.get_updates_DOGr .updates_widget_MQsd {
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 1.3rem 1.5rem;
    width: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    transform: translateZ(10px);
    background: #ffffff;
}.get_updates_DOGr .updates_widget_MQsd:focus {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateZ(20px);
    outline: none;
}.get_updates_DOGr .updates_widget_MQsd::placeholder {
    opacity: 0.6;
    color: #000000;
}.get_updates_DOGr .subscribe_now_XcKm {
    transform: translateZ(20px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    border: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(to right, rgb(126,171,169), rgb(170,202,200));
    padding: 1.2rem 2.5rem;
    font-size: 15px;
    align-self: flex-end;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
}.get_updates_DOGr .subscribe_now_XcKm::before {
    opacity: 0;
    top: 0;
    content: "";
    z-index: -1;
    width: 100%;
    left: 0;
    background: linear-gradient(to left, rgb(126,171,169), rgb(170,202,200));
    transition: opacity 0.3s ease;
    position: absolute;
    height: 100%;
}.get_updates_DOGr .subscribe_now_XcKm:hover {
    transform: translateZ(30px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.get_updates_DOGr .subscribe_now_XcKm:hover::before {
    opacity: 1;
}

@keyframes float-panel {
    0% {
        transform: rotateY(-20deg) rotateX(10deg) translateZ(0);
    }
    100% {
        transform: rotateY(-15deg) rotateX(5deg) translateZ(30px);
    }
}

@keyframes float-panel-reverse {
    0% {
        transform: rotateY(20deg) rotateX(-5deg) translateZ(0);
    }
    100% {
        transform: rotateY(15deg) rotateX(-10deg) translateZ(20px);
    }
}

@media (max-width: 768px) {.get_updates_DOGr {
    padding: 3.5rem 1.5rem;
    perspective: 800px;
}.get_updates_DOGr .skills_center_fZFC {
    flex-direction: column;
    align-items: stretch;
}.get_updates_DOGr p {
    flex: none;
    margin-bottom: 2rem;
    font-size: 21px;
    transform: translateZ(20px) rotateY(0);
}.get_updates_DOGr p::before {
    transform: translateZ(5px) translateX(-2px) rotateY(0);
}.get_updates_DOGr .input_holder {
    transform: translateZ(30px) rotateY(0);
    flex: none;
}.get_updates_DOGr .subscribe_now_XcKm {
    align-self: stretch;
    width: 100%;
}}.contact_ywOC {
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(212,228,227), rgba(rgb(170,202,200), 0.03));
    padding: 100px 0;
}.contact_ywOC::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(170,202,200), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(126,171,169), 0.05) 0%, transparent 50%);
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
}.contact_ywOC::after {
    background-position: center center;
    left: 0;
    content: "";
    height: 100%;
    animation: backgroundShift 30s linear infinite;
    position: absolute;
    z-index: 1;
    width: 100%;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    background-image: 
        linear-gradient(90deg, rgba(rgb(170,202,200), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(170,202,200), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(126,171,169), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(170,202,200), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(126,171,169), 0.04) 0%, transparent 30%);
    top: 0;
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.contact_ywOC .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}.contact_ywOC h2 {
    color: #000000;
    text-align: center;
    transform: translateX(-50%);
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    left: 50%;
    perspective: 1000px;
    font-weight: 700;
    font-size: 36px;
}.contact_ywOC h2::before {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    width: 100%;
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(170,202,200), transparent);
}.contact_ywOC .request_box_Hejz {
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
    margin-top: 60px;
    border-radius: 16px;
    display: flex;
}.contact_ywOC .request_box_Hejz::before {
    content: "";
    width: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(170,202,200), rgb(126,171,169));
    top: 0;
}.contact_ywOC .pic_holder_sv9Q {
    min-height: 500px;
    flex: 0 0 45%;
    transform: translateZ(0);
    overflow: hidden;
    position: relative;
}.contact_ywOC .pic_holder_sv9Q::before {
    mix-blend-mode: multiply;
    inset: 0;
    content: "";
    position: absolute;
    background: linear-gradient(210deg, rgba(rgb(170,202,200), 0.5), rgba(rgb(126,171,169), 0.5));
    z-index: 1;
}.contact_ywOC .pic_holder_sv9Q::after {
    animation: shine 6s infinite ease-in-out;
    position: absolute;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    z-index: 2;
    left: -100%;
    top: -100%;
    height: 300%;
    width: 300%;
    content: "";
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.contact_ywOC .query_widget_lNCa {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    flex: 0 0 55%;
    backdrop-filter: blur(10px);
    padding: 60px 50px;
    position: relative;
}.contact_ywOC .query_widget_lNCa::before {
    right: 0;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 500px;
    background: 
        radial-gradient(circle, rgba(rgb(170,202,200), 0.03) 0%, transparent 70%);
    width: 500px;
    opacity: 0.5;
}.contact_ywOC form {
    z-index: 3;
    position: relative;
}.contact_ywOC form h3 {
    position: relative;
    font-weight: 600;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
    color: #000000;
    font-size: 23px;
}.contact_ywOC form h3::after {
    position: absolute;
    left: 0;
    width: 30px;
    content: "";
    height: 2px;
    background: rgb(170,202,200);
    bottom: -15px;
}.contact_ywOC form input[type="text"] {
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid rgba(rgb(170,202,200), 0.1);
    background: rgba(rgb(212,228,227), 0.5);
    padding: 18px 25px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    backdrop-filter: blur(5px);
    color: #000000;
    width: 100%;
}.contact_ywOC form input[type="text"]:focus {
    box-shadow: 0 0 0 4px rgba(rgb(170,202,200), 0.1);
    background: rgba(#ffffff, 0.9);
    border-color: rgb(170,202,200);
    outline: none;
}.contact_ywOC form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact_ywOC form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.contact_ywOC .inquiry_card_j8lY {
    margin-bottom: 30px;
    position: relative;
    display: flex;
}.contact_ywOC .inquiry_card_j8lY input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_ywOC .inquiry_card_j8lY label {
    color: #000000;
    line-height: 1.5;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    padding-left: 35px;
}.contact_ywOC .inquiry_card_j8lY label::before {
    content: "";
    height: 22px;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    width: 22px;
    background: rgba(#ffffff, 0.6);
    border-radius: 4px;
    position: absolute;
    border: 1px solid rgba(rgb(170,202,200), 0.3);
}.contact_ywOC .inquiry_card_j8lY input[type="checkbox"]:checked + label::before {
    background: rgb(170,202,200);
    border-color: rgb(170,202,200);
}.contact_ywOC .inquiry_card_j8lY input[type="checkbox"]:checked + label::after {
    left: 8px;
    border-width: 0 2px 2px 0;
    top: 4px;
    border: solid #ffffff;
    content: "";
    height: 12px;
    transform: rotate(45deg);
    width: 6px;
    position: absolute;
}.contact_ywOC .inquiry_card_j8lY label a {
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    color: rgb(170,202,200);
}.contact_ywOC .inquiry_card_j8lY label a::after {
    position: absolute;
    transition: transform 0.3s ease;
    transform-origin: right;
    content: "";
    width: 100%;
    transform: scaleX(0);
    left: 0;
    bottom: -2px;
    height: 1px;
    background: rgb(170,202,200);
}.contact_ywOC .inquiry_card_j8lY label a:hover {
    color: rgb(126,171,169);
}.contact_ywOC .inquiry_card_j8lY label a:hover::after {
    transform: scaleX(1);
    background: rgb(126,171,169);
    transform-origin: left;
}.contact_ywOC .reach_box_QMbz {
    cursor: pointer;
    z-index: 1;
    background: rgb(170,202,200);
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    border: none;
    padding: 16px 40px;
    font-size: 14px;
    border-radius: 8px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.5px;
}.contact_ywOC .reach_box_QMbz::before {
    content: "";
    transition: opacity 0.3s ease;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(170,202,200), rgb(126,171,169));
    top: 0;
    opacity: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
}.contact_ywOC .reach_box_QMbz:hover::before {
    opacity: 1;
}.contact_ywOC .reach_box_QMbz::after {
    transform: scale(0);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    top: -50%;
    z-index: -1;
    transition: all 0.5s ease;
    left: -10px;
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
}.contact_ywOC .reach_box_QMbz:hover::after {
    transform: scale(4);
    opacity: 0;
}.contact_ywOC svg {
    stroke: rgb(170,202,200);
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 2px rgba(rgb(170,202,200), 0.3));
    height: 22px;
    fill: none;
    width: 22px;
    stroke-width: 2;
}.contact_ywOC svg path {
    transition: all 0.3s ease;
    stroke-width: 2;
    stroke: rgb(170,202,200);
}.contact_ywOC svg:hover,
.contact_ywOC svg:hover path {
    stroke: rgb(126,171,169);
    transform: translateY(-2px);
}.contact_ywOC form input {
    border: 1px solid rgb(170,202,200);
}

@media (max-width: 1024px) {.contact_ywOC {
    padding: 80px 0;
}.contact_ywOC .request_box_Hejz {
    margin-top: 50px;
}.contact_ywOC .pic_holder_sv9Q {
    min-height: 450px;
}.contact_ywOC .query_widget_lNCa {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_ywOC {
    padding: 60px 0;
}.contact_ywOC .request_box_Hejz {
    flex-direction: column;
    margin-top: 40px;
}.contact_ywOC .pic_holder_sv9Q {
    width: 100%;
    min-height: 300px;
}.contact_ywOC .query_widget_lNCa {
    padding: 40px 30px;
    width: 100%;
}.contact_ywOC form h3 {
    margin-bottom: 30px;
}.contact_ywOC form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_ywOC .inquiry_card_j8lY {
    margin-bottom: 25px;
}.contact_ywOC .reach_box_QMbz {
    width: 100%;
    padding: 14px 30px;
}
}

@media (max-width: 480px) {.contact_ywOC {
    padding: 50px 0;
}.contact_ywOC h2 {
    font-size: calc(36px * 0.85);
}.contact_ywOC .request_box_Hejz {
    margin-top: 30px;
    border-radius: 12px;
}.contact_ywOC .pic_holder_sv9Q {
    min-height: 220px;
}.contact_ywOC .query_widget_lNCa {
    padding: 30px 20px;
}.contact_ywOC form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.contact_ywOC form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_ywOC .inquiry_card_j8lY {
    margin-bottom: 20px;
}.contact_ywOC .inquiry_card_j8lY label {
    font-size: calc(16px * 0.9);
}.contact_ywOC .reach_box_QMbz {
    padding: 12px 20px;
}}.secure_cove_I4PA {
    transition: all 0.3s ease;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgb(212,228,227);
}.secure_cove_I4PA:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}.secure_cove_I4PA h1 {
    font-size: 38px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    color: rgb(170,202,200);
    font-weight: 700;
    text-transform: uppercase;
}.secure_cove_I4PA h2 {
    font-size: 34px;
    color: rgb(126,171,169);
    font-weight: 600;
    margin-bottom: 15px;
}.secure_cove_I4PA h3, .secure_cove_I4PA h4, .secure_cove_I4PA h5, .secure_cove_I4PA h6 {
    margin-bottom: 10px;
    color: #000000;
    font-weight: 400;
}.secure_cove_I4PA h5 {
    font-size: 24px;
}.secure_cove_I4PA h6 {
    font-size: 21px;
}.secure_cove_I4PA ul, .secure_cove_I4PA ol {
    margin-bottom: 20px;
    margin-left: 20px;
}.secure_cove_I4PA li {
    margin-bottom: 10px;
    position: relative;
    font-size: 13px;
    padding-left: 10px;
}.secure_cove_I4PA li::before {
    left: 0;
    color: rgb(170,202,200);
    content: '•';
    top: 0;
    position: absolute;
}.secure_cove_I4PA p, .secure_cove_I4PA span {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
}.secure_cove_I4PA p {
    text-align: justify;
}.secure_cove_I4PA .container {
    max-width: 1200px;
    margin: 0 auto;
}.secure_cove_I4PA .container div {
    margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {.secure_cove_I4PA {
    border-radius: 10px;
    padding: 20px;
}.secure_cove_I4PA h1 {
    font-size: calc(24px - 10px);
}.secure_cove_I4PA h2 {
    font-size: calc(24px - 8px);
}.secure_cove_I4PA p, .secure_cove_I4PA span {
    font-size: calc(13px - 2px);
}}
.secure_cove_I4PA a {
    border-bottom: 1px solid rgb(170,202,200,0.5);
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(170,202,200);
}.secure_cove_I4PA a:hover {
    border-bottom: 1px solid rgb(126,171,169);
    color: rgb(126,171,169);
}.secure_cove_I4PA button {
    color: #ffffff;
    transition: background-color 0.3s ease;
    border: none;
    background-color: rgb(170,202,200);
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 10px;
    font-size: 20px;
}.secure_cove_I4PA button:hover {
    background-color: rgb(126,171,169);
}header {
    background: rgb(212,228,227);
    padding: 1.2rem 0;
    z-index: 100;
    position: relative;
}header::before {
    opacity: 0.5;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(170,202,200,0.5) 0%, 
        transparent 50%, 
        rgb(126,171,169,0.5) 100%);
}header .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}header .main_learning_oTSy {
    flex-direction: column;
    border-radius: 21px;
    background: #ffffff;
    padding: 1rem;
    gap: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    align-items: center;
    display: flex;
}header .main_top_uSzq {
    position: relative;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
    display: flex;
    justify-content: center;
}header .main_top_uSzq::before {
    bottom: 0;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgb(170,202,200,0.5), 
        rgb(126,171,169,0.5), 
        rgb(170,202,200,0.5), 
        transparent);
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
}header .main_top_uSzq svg {
    height: auto;
    transition: all 0.3s ease;
    width: 160px;
}header .main_top_uSzq:hover svg {
    filter: drop-shadow(0 2px 4px rgb(170,202,200,0.5));
    transform: translateY(-2px);
}header .top_pagebar_N3Ro {
    justify-content: center;
    padding: 0.6rem;
    gap: 0.4rem;
    background: rgb(212,228,227);
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}header .site_nav_oEYw {
    color: #000000;
    z-index: 1;
    border-radius: 10px;
    font-weight: 400;
    overflow: hidden;
    padding: 0.5rem 1rem;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}header .site_nav_oEYw::before {
    background: linear-gradient(135deg, rgb(170,202,200), rgb(126,171,169));
    opacity: 0;
    left: 0;
    top: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    z-index: -1;
    content: '';
    width: 100%;
    position: absolute;
}header .site_nav_oEYw:hover {
    color: #ffffff;
}header .site_nav_oEYw:hover::before {
    opacity: 1;
}header .site_nav_oEYw::after {
    height: 2px;
    width: 100%;
    transform: scaleX(0);
    content: '';
    bottom: 0;
    transition: transform 0.3s ease;
    position: absolute;
    background: linear-gradient(to right, rgb(170,202,200), rgb(126,171,169));
    left: 0;
    transform-origin: left;
}header .site_nav_oEYw:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .main_learning_oTSy {
    padding: 0.8rem;
    gap: 0.8rem;
}header .main_top_uSzq svg {
    width: 140px;
}header .top_pagebar_N3Ro {
    padding: 0.5rem;
}header .site_nav_oEYw {
    padding: 0.4rem 0.8rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .main_learning_oTSy {
    gap: 0.7rem;
    padding: 0.7rem;
}header .main_top_uSzq svg {
    width: 120px;
}header .top_pagebar_N3Ro {
    gap: 0.3rem;
    padding: 0.4rem;
}header .site_nav_oEYw {
    font-size: calc(15px - 2px);
    padding: 0.3rem 0.7rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .main_learning_oTSy {
    padding: 0.6rem;
    gap: 0.6rem;
}header .main_top_uSzq svg {
    width: 110px;
}header .top_pagebar_N3Ro {
    justify-content: flex-start;
    padding: 0.4rem;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .top_pagebar_N3Ro::-webkit-scrollbar {
    height: 2px;
}header .top_pagebar_N3Ro::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(170,202,200);
}header .site_nav_oEYw {
    white-space: nowrap;
    flex-shrink: 0;
}}.support_L3Mz {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,228,227) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0 80px;
}.support_L3Mz::before {
    opacity: 0.1;
    height: 300px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
    z-index: 0;
    background: linear-gradient(45deg, rgb(170,202,200,0.5) 0%, rgb(126,171,169,0.5) 100%);
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    top: -10%;
    width: 300px;
    right: -5%;
}.support_L3Mz::after {
    left: -5%;
    content: "";
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    width: 250px;
    background: linear-gradient(225deg, rgb(126,171,169,0.5) 0%, rgb(170,202,200,0.5) 100%);
    opacity: 0.1;
    bottom: -5%;
    position: absolute;
    height: 250px;
    z-index: 0;
    animation: float 18s ease-in-out infinite alternate-reverse;
}.support_L3Mz h1 {
    font-weight: 700;
    color: #000000;
    text-align: center;
    transform: translateY(10px);
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    position: relative;
    font-size: 48px;
    z-index: 1;
    margin-bottom: 50px;
}.support_L3Mz h1::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(170,202,200) 0%, rgb(126,171,169) 100%);
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    content: "";
    bottom: -15px;
    left: 50%;
}.support_L3Mz .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.support_L3Mz .help_request_7Xet {
    position: relative;
    border-radius: 11px;
    transform: translateY(20px);
    grid-template-columns: 1fr;
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    gap: 40px;
    animation: fadeInUp 1s ease-out 0.3s forwards;
    display: grid;
    overflow: hidden;
    opacity: 0;
}.support_L3Mz .help_request_7Xet::before {
    content: "";
    height: 100%;
    width: 5px;
    background: linear-gradient(180deg, rgb(170,202,200) 0%, rgb(126,171,169) 100%);
    left: 0;
    position: absolute;
    top: 0;
}.support_L3Mz .help_request_7Xet > div {
    animation: fadeInRight 0.6s ease-out forwards;
    animation-delay: calc(0.4s + var(--animation-order, 0) * 0.2s);
    opacity: 0;
    position: relative;
    transform: translateX(-10px);
    padding: 15px 0;
}.support_L3Mz .help_request_7Xet > div:nth-child(1) {
    --animation-order: 1;
}.support_L3Mz .help_request_7Xet > div:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    --animation-order: 2;
}.support_L3Mz .help_request_7Xet > div:nth-child(3) {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    --animation-order: 3;
}.support_L3Mz .help_request_7Xet > div > div {
    color: #000000;
    max-width: 90%;
    line-height: 1.6;
    font-size: calc(18px + 1px);
}.support_L3Mz h6 {
    font-size: 19px;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 12px;
}.support_L3Mz span {
    font-size: 18px;
    display: block;
    color: #000000;
    transition: color 0.3s ease;
    padding-left: 25px;
}.support_L3Mz .message_request_nWtN {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.support_L3Mz .contact_now_5HnO {
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    display: flex;
    font-size: 18px;
    text-decoration: none;
    padding-bottom: 5px;
    align-items: center;
}.support_L3Mz .contact_now_5HnO::after {
    content: "";
    height: 2px;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 0;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(170,202,200) 0%, rgb(126,171,169) 100%);
}.support_L3Mz .contact_now_5HnO:hover {
    transform: translateX(5px);
    color: rgb(170,202,200);
}.support_L3Mz .contact_now_5HnO:hover::after {
    width: 100%;
}.support_L3Mz svg {
    margin-left: 8px;
    width: 20px;
    transition: transform 0.3s ease;
    height: 20px;
}.support_L3Mz svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.support_L3Mz .contact_now_5HnO:hover svg {
    transform: scale(1.1);
}.support_L3Mz .contact_now_5HnO:hover svg path {
    fill: rgb(170,202,200);
}

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

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

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

@media (min-width: 768px) {.support_L3Mz {
    padding: 150px 0 100px;
}.support_L3Mz .help_request_7Xet {
    grid-template-columns: 1fr 1fr;
    padding: 60px;
}.support_L3Mz .help_request_7Xet > div:first-child {
    grid-column: 1 / -1;
}.support_L3Mz h1 {
    margin-bottom: 60px;
    font-size: calc(48px + 0.5rem);
}.support_L3Mz h1::after {
    width: 100px;
}
}

@media (min-width: 992px) {.support_L3Mz {
    padding: 180px 0 120px;
}.support_L3Mz .help_request_7Xet {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 30px;
}.support_L3Mz .help_request_7Xet > div:first-child {
    grid-column: auto;
}.support_L3Mz .help_request_7Xet > div {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 30px;
    border-top: none !important;
}.support_L3Mz .help_request_7Xet > div:first-child {
    border-left: none;
    padding-left: 0;
}.support_L3Mz h6 {
    margin-bottom: 20px;
}
}

@media (max-width: 576px) {.support_L3Mz {
    padding: 80px 0 60px;
}.support_L3Mz .help_request_7Xet {
    padding: 30px 20px;
}.support_L3Mz h1 {
    margin-bottom: 40px;
    font-size: calc(48px - 0.5rem);
}.support_L3Mz .help_request_7Xet > div > div {
    max-width: 100%;
}.support_L3Mz .message_request_nWtN {
    gap: 15px;
}}.client_testimonials_27My {
    overflow: hidden;
    position: relative;
    background: rgb(212,228,227);
    padding: 100px 0;
}.client_testimonials_27My::before {
    background-image: 
        linear-gradient(30deg, rgb(170,202,200,0.5) 12%, transparent 12.5%, transparent 87%, rgb(170,202,200,0.5) 87.5%, rgb(170,202,200,0.5)),
        linear-gradient(150deg, rgb(170,202,200,0.5) 12%, transparent 12.5%, transparent 87%, rgb(170,202,200,0.5) 87.5%, rgb(170,202,200,0.5)),
        linear-gradient(30deg, rgb(170,202,200,0.5) 12%, transparent 12.5%, transparent 87%, rgb(170,202,200,0.5) 87.5%, rgb(170,202,200,0.5)),
        linear-gradient(150deg, rgb(170,202,200,0.5) 12%, transparent 12.5%, transparent 87%, rgb(170,202,200,0.5) 87.5%, rgb(170,202,200,0.5)),
        linear-gradient(60deg, rgb(126,171,169,0.5) 25%, transparent 25.5%, transparent 75%, rgb(126,171,169,0.5) 75%, rgb(126,171,169,0.5)),
        linear-gradient(60deg, rgb(126,171,169,0.5) 25%, transparent 25.5%, transparent 75%, rgb(126,171,169,0.5) 75%, rgb(126,171,169,0.5));
    left: 0;
    width: 100%;
    background-position: 0 0, 0 0, 25px 25px, 25px 25px, 0 0, 25px 25px;
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
    background-size: 50px 50px;
    position: absolute;
    opacity: 0.05;
}.client_testimonials_27My .skills_center_fZFC {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.client_testimonials_27My h4 {
    display: inline-block;
    font-weight: 700;
    transform: skew(-5deg);
    font-size: 32px;
    color: #000000;
    margin-bottom: 70px;
    position: relative;
}.client_testimonials_27My h4::before {
    z-index: -1;
    width: 200%;
    transform: skew(15deg);
    left: -50px;
    position: absolute;
    content: "";
    background: rgb(126,171,169,0.5);
    bottom: -5px;
    height: 10px;
}.client_testimonials_27My h4::after {
    background: rgb(170,202,200,0.5);
    top: -15px;
    animation: rotate 6s linear infinite;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    height: 30px;
    right: -40px;
    width: 30px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.client_testimonials_27My .review_grid_2lik {
    position: relative;
    display: grid;
    z-index: 2;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
}.client_testimonials_27My .review_praise_ZS25 {
    background: #ffffff;
    position: relative;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 80%, 
        85% 100%, 
        0 100%
    );
    padding: 40px 30px;
}.client_testimonials_27My .review_praise_ZS25::before {
    transform: translate(8px, 8px);
    z-index: -1;
    inset: 0;
    clip-path: inherit;
    background: linear-gradient(135deg, rgb(170,202,200,0.5), rgb(126,171,169,0.5));
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    content: "";
    position: absolute;
}.client_testimonials_27My .review_praise_ZS25::after {
    right: 15%;
    background: rgb(212,228,227);
    content: "";
    width: 50px;
    z-index: -2;
    height: 50px;
    bottom: 0;
    position: absolute;
    transform: rotate(45deg) translateY(25px);
}.client_testimonials_27My .review_praise_ZS25:nth-child(odd)::after {
    background: rgb(170,202,200,0.5);
}.client_testimonials_27My .review_praise_ZS25:nth-child(even)::after {
    background: rgb(126,171,169,0.5);
}.client_testimonials_27My .review_praise_ZS25:hover {
    transform: translateY(-15px);
}.client_testimonials_27My .review_praise_ZS25:hover::before {
    transform: translate(4px, 4px);
}.client_testimonials_27My .pic_holder_sv9Q {
    border: 3px solid #ffffff;
    height: 80px;
    z-index: 3;
    right: 20px;
    transition: all 0.4s ease;
    position: absolute;
    top: -20px;
    width: 80px;
}.client_testimonials_27My .review_praise_ZS25:nth-child(odd) .pic_holder_sv9Q {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        70% 100%, 
        0% 100%
    );
}.client_testimonials_27My .review_praise_ZS25:nth-child(even) .pic_holder_sv9Q {
    clip-path: polygon(
        30% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 30%
    );
}.client_testimonials_27My .review_praise_ZS25:hover .pic_holder_sv9Q {
    transform: translateY(-5px) rotate(-5deg);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
}.client_testimonials_27My .review_praise_ZS25 span {
    border-bottom: 1px dashed rgb(170,202,200,0.5);
    font-size: 19px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    display: block;
    color: #000000;
}.client_testimonials_27My .review_praise_ZS25 p {
    position: relative;
    line-height: 1.6;
    font-size: 17px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #000000;
}.client_testimonials_27My .review_praise_ZS25 p::first-letter {
    color: rgb(170,202,200);
    font-size: 1.5em;
    font-weight: 700;
}.client_testimonials_27My .review_grid_2lik::before {
    width: 100px;
    top: -50px;
    border-radius: 50%;
    height: 100px;
    z-index: -1;
    content: "";
    left: 10%;
    border: 10px solid rgb(126,171,169,0.5);
    position: absolute;
}.client_testimonials_27My .review_grid_2lik::after {
    background: rgb(170,202,200,0.5);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    right: 10%;
    z-index: -1;
    width: 150px;
    height: 150px;
    content: "";
    bottom: -75px;
    opacity: 0.2;
}

@media (max-width: 767px) {.client_testimonials_27My {
    padding: 70px 0;
}.client_testimonials_27My h4 {
    transform: none;
    font-size: calc(32px * 0.85);
    display: block;
    text-align: center;
    margin-bottom: 60px;
}.client_testimonials_27My h4::before {
    width: 100%;
    transform: none;
    left: 0;
}.client_testimonials_27My .review_grid_2lik {
    grid-template-columns: 1fr;
    gap: 50px;
}.client_testimonials_27My .review_praise_ZS25 {
    padding: 30px 25px;
}.client_testimonials_27My .pic_holder_sv9Q {
    right: 15px;
    top: -15px;
    height: 70px;
    width: 70px;
}.client_testimonials_27My .review_praise_ZS25 span {
    font-size: calc(19px * 0.9);
}.client_testimonials_27My .review_praise_ZS25 p {
    font-size: calc(17px * 0.9);
}}.leadership_profile_QBwY {
    overflow: hidden;
    padding: 5rem 2rem;
    background: rgb(212,228,227);
    isolation: isolate;
    position: relative;
}.leadership_profile_QBwY::before {
    background: rgb(170,202,200,0.5);
    top: -20%;
    z-index: -1;
    filter: blur(3px);
    right: -5%;
    position: absolute;
    content: "";
    width: 60%;
    height: 140%;
    transform: rotate(15deg);
}.leadership_profile_QBwY::after {
    content: "";
    height: 30%;
    left: -5%;
    animation: morph 15s linear infinite alternate;
    z-index: -1;
    background: rgb(126,171,169,0.5);
    position: absolute;
    bottom: -5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 30%;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.leadership_profile_QBwY .review_praise_ZS25 {
    margin: 0 auto;
    display: grid;
    max-width: 1100px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}.leadership_profile_QBwY .pic_holder_sv9Q {
    position: relative;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    transform: translateX(-5%);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 2;
    border-radius: 0;
    width: 100%;
    height: 450px;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.leadership_profile_QBwY .pic_holder_sv9Q::after {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}.leadership_profile_QBwY .review_praise_ZS25:hover .pic_holder_sv9Q {
    filter: contrast(1.1);
    transform: translateX(0) scale(1.02);
}.leadership_profile_QBwY .experience_tasks_1Gfr {
    padding: 3rem 3rem 3rem 5rem;
    transform: translateX(-15%);
    justify-content: center;
    grid-column: 2 / 3;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    flex-direction: column;
    grid-row: 1 / 2;
    display: flex;
}.leadership_profile_QBwY .review_praise_ZS25:hover .experience_tasks_1Gfr {
    transform: translateX(-10%) translateY(-5px);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
}.leadership_profile_QBwY .name {
    margin-bottom: 0.7rem;
    color: rgb(170,202,200);
    font-weight: 700;
    font-size: 32px;
    position: relative;
    display: inline-block;
}.leadership_profile_QBwY .name::before {
    transition: transform 0.4s ease 0.2s;
    border-radius: 10px;
    height: 30px;
    width: 30px;
    background: rgb(126,171,169,0.5);
    left: -20px;
    position: absolute;
    transform: rotate(45deg) scale(0);
    content: "";
    top: -10px;
    z-index: -1;
}.leadership_profile_QBwY .review_praise_ZS25:hover .name::before {
    transform: rotate(45deg) scale(1);
}.leadership_profile_QBwY .experience_tasks_1Gfr > div:nth-child(2) {
    font-weight: 600;
    color: rgb(126,171,169);
    opacity: 0;
    opacity: 0.9;
    margin-bottom: 2rem;
    font-size: 19px;
    transition: all 0.5s ease 0.3s;
    transform: translateX(-20px);
}.leadership_profile_QBwY .review_praise_ZS25:hover .experience_tasks_1Gfr > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.leadership_profile_QBwY .exp_view_NLsj {
    position: relative;
    opacity: 0;
    padding-top: 20px;
    transition: all 0.5s ease 0.5s;
    font-weight: 400;
    color: #000000;
    font-style: italic;
    line-height: 1.7;
    font-size: 18px;
    transform: translateY(20px);
}.leadership_profile_QBwY .review_praise_ZS25:hover .exp_view_NLsj {
    transform: translateY(0);
    opacity: 1;
}.leadership_profile_QBwY .exp_view_NLsj::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 60px;
    content: "";
    background: linear-gradient(to right, rgb(170,202,200), transparent);
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.leadership_profile_QBwY .experience_tasks_1Gfr::after {
    content: "";
    animation: float 4s ease-in-out infinite;
    width: 40px;
    bottom: 20px;
    background: rgb(170,202,200,0.5);
    border-radius: 50%;
    position: absolute;
    right: 20px;
    height: 40px;
    z-index: -1;
}

@media (max-width: 992px) {.leadership_profile_QBwY .review_praise_ZS25 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 2rem;
}.leadership_profile_QBwY .pic_holder_sv9Q {
    grid-row: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    grid-column: 1 / 2;
    transform: none;
    height: 300px;
}.leadership_profile_QBwY .pic_holder_sv9Q::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.leadership_profile_QBwY .experience_tasks_1Gfr {
    grid-column: 1 / 2;
    transform: none;
    clip-path: none;
    grid-row: 2 / 3;
    padding: 2rem;
}.leadership_profile_QBwY .review_praise_ZS25:hover .experience_tasks_1Gfr {
    transform: translateY(-5px);
}}.pricing_option_sDhW {
    padding: 5rem 0;
    background: rgb(212,228,227);
    position: relative;
    overflow: hidden;
}.pricing_option_sDhW::before {
    z-index: 0;
    filter: blur(60px);
    content: "";
    width: 300px;
    border-radius: 50%;
    top: -50px;
    right: -50px;
    position: absolute;
    height: 300px;
    background: linear-gradient(135deg, rgb(126,171,169,0.5), rgb(170,202,200,0.5));
}.pricing_option_sDhW::after {
    background: linear-gradient(225deg, rgb(170,202,200,0.5), rgb(126,171,169,0.5));
    content: "";
    border-radius: 50%;
    z-index: 0;
    filter: blur(50px);
    height: 250px;
    bottom: -50px;
    width: 250px;
    left: -50px;
    position: absolute;
}.pricing_option_sDhW .container {
    z-index: 1;
    position: relative;
}.pricing_option_sDhW .price_grid_wnxq {
    flex-direction: column-reverse;
    gap: 3rem;
    display: flex;
}.pricing_option_sDhW .fee_struct_taCH {
    position: relative;
    padding: 0 1rem;
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
}.pricing_option_sDhW .fee_struct_taCH h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: calc(36px * 1.1);
    font-weight: 700;
    color: #000000;
}.pricing_option_sDhW .fee_struct_taCH h2::after {
    position: absolute;
    width: 80px;
    height: 3px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    background: linear-gradient(90deg, rgb(170,202,200), rgb(126,171,169));
}.pricing_option_sDhW .study_costs_mMcw {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
}.pricing_option_sDhW .fee_deals_OEJh {
    perspective: 1000px;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}.pricing_option_sDhW .study_packages_zqvw {
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    text-decoration: none;
}.pricing_option_sDhW .study_packages_zqvw:hover {
    transform: translateY(-10px);
}.pricing_option_sDhW .rate_plans_qa9c {
    border-radius: 10px;
    transition: all 0.4s ease;
    background: #ffffff;
    min-height: 430px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
}.pricing_option_sDhW .study_packages_zqvw:hover .rate_plans_qa9c {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.pricing_option_sDhW .edu_rates_1x5y {
    flex: 1;
    position: relative;
    z-index: 2;
    padding: 2rem;
}.pricing_option_sDhW .study_packages_zqvw h3 {
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(23px * 1.1);
    display: inline-block;
}.pricing_option_sDhW .study_packages_zqvw h3::before {
    height: 2px;
    bottom: -5px;
    position: absolute;
    background: rgb(170,202,200);
    transition: width 0.3s ease;
    width: 40px;
    content: "";
    left: 0;
}.pricing_option_sDhW .study_packages_zqvw:hover h3::before {
    width: 100%;
}.pricing_option_sDhW .trial_offers_fjIZ {
    margin: 1.5rem 0;
    display: block;
    color: rgb(126,171,169);
    font-size: calc(23px * 1.4);
    position: relative;
    font-weight: 700;
}.pricing_option_sDhW .trial_offers_fjIZ::after {
    border-radius: 3px;
    left: -10px;
    transform: translateY(-50%);
    top: 50%;
    content: "";
    position: absolute;
    width: 3px;
    height: 20px;
    background: rgb(170,202,200);
}.pricing_option_sDhW .study_packages_zqvw p {
    line-height: 1.6;
    word-wrap: break-word;
    color: #000000;
    hyphens: auto;
    font-size: 15px;
    margin-bottom: 1rem;
    overflow-wrap: break-word;
}.pricing_option_sDhW .pic_holder_sv9Q {
    position: relative;
    height: 180px;
}.pricing_option_sDhW .pic_holder_sv9Q::before {
    inset: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    content: "";
}.pricing_option_sDhW .study_packages_zqvw:nth-child(1) .rate_plans_qa9c {
    border-top: 4px solid rgb(170,202,200);
}.pricing_option_sDhW .study_packages_zqvw:nth-child(2) .rate_plans_qa9c {
    border-top: 4px solid rgb(126,171,169);
}.pricing_option_sDhW .study_packages_zqvw:nth-child(3) .rate_plans_qa9c {
    border-top: 4px solid #6c5ce7;
}.pricing_option_sDhW .study_packages_zqvw:nth-child(4) .rate_plans_qa9c {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.pricing_option_sDhW .fee_deals_OEJh {
    grid-template-columns: repeat(2, 1fr);
}.pricing_option_sDhW .rate_plans_qa9c {
    min-height: 480px;
}.pricing_option_sDhW .fee_struct_taCH {
    padding: 0 2rem;
}.pricing_option_sDhW .fee_struct_taCH h2 {
    font-size: calc(36px * 1.2);
}
}

@media (min-width: 992px) {.pricing_option_sDhW .price_grid_wnxq {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}.pricing_option_sDhW .fee_deals_OEJh {
    grid-template-columns: repeat(2, 1fr);
    flex: 2;
}.pricing_option_sDhW .fee_struct_taCH {
    padding-right: 3rem;
    text-align: left;
    flex: 1;
}.pricing_option_sDhW .fee_struct_taCH h2::after {
    left: 0;
    transform: none;
}.pricing_option_sDhW .rate_plans_qa9c {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.pricing_option_sDhW .fee_deals_OEJh {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing_option_sDhW .study_packages_zqvw {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(0);
}.pricing_option_sDhW .study_packages_zqvw:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.pricing_option_sDhW .rate_plans_qa9c {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    min-height: 520px;
}.pricing_option_sDhW .pic_holder_sv9Q {
    height: 200px;
}.pricing_option_sDhW .trial_offers_fjIZ {
    font-size: calc(23px * 1.6);
}.pricing_option_sDhW .fee_struct_taCH h2 {
    font-size: calc(36px * 1.3);
}}.future_students_XT4Y {
    position: relative;
    background-color: rgb(212,228,227);
    overflow: hidden;
    padding: 6rem 0;
    z-index: 1;
}.future_students_XT4Y::before {
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
}.future_students_XT4Y::after {
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(170,202,200,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(126,171,169,0.5), 0.1) 0%, transparent 40%);
    animation: cloudMove 25s infinite alternate ease-in-out;
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
}.future_students_XT4Y .skills_center_fZFC {
    flex-direction: column;
    position: relative;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    padding: 0 2rem;
}.future_students_XT4Y h3 {
    opacity: 0.9;
    position: relative;
    margin-bottom: 4rem;
    font-weight: 600;
    text-align: center;
    color: rgb(170,202,200);
    letter-spacing: 1px;
    font-size: 43px;
}.future_students_XT4Y h3::after {
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
    background: rgb(170,202,200);
    height: 2px;
    bottom: -15px;
    opacity: 0.6;
    content: "";
    left: 50%;
}.future_students_XT4Y ul {
    display: grid;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
    gap: 2rem;
    margin: 0;
}.future_students_XT4Y li {
    border: 1px solid rgba(#ffffff, 0.1);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    background: rgba(#ffffff, 0.08);
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 2rem;
    border-radius: 25px;
}.future_students_XT4Y li::before {
    z-index: -1;
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
}.future_students_XT4Y li:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
    border-color: rgba(rgb(170,202,200,0.5), 0.2);
}.future_students_XT4Y li:hover::after {
    left: 0;
    width: 100%;
    height: 4px;
    bottom: 0;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(170,202,200) 0%,
        rgb(126,171,169) 100%
    );
    position: absolute;
}.future_students_XT4Y li svg {
    margin-bottom: 1.5rem;
    fill: rgb(126,171,169);
    opacity: 0.9;
    height: 50px;
    width: 50px;
    transition: all 0.5s ease;
}.future_students_XT4Y li svg path {
    transition: fill 0.5s ease;
    fill: rgb(126,171,169);
}.future_students_XT4Y li:hover svg {
    animation: float 3s infinite ease-in-out;
    transform: translateY(-3px);
}.future_students_XT4Y li:hover svg path {
    fill: rgb(170,202,200);
}.future_students_XT4Y li {
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
}

@keyframes float {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}

@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}

@media (max-width: 1200px) {.future_students_XT4Y ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 992px) {.future_students_XT4Y {
    padding: 5rem 0;
}.future_students_XT4Y h3 {
    margin-bottom: 3.5rem;
    font-size: calc(43px * 0.9);
}
}

@media (max-width: 768px) {.future_students_XT4Y {
    padding: 4rem 0;
}.future_students_XT4Y .skills_center_fZFC {
    padding: 0 1.5rem;
}.future_students_XT4Y h3 {
    font-size: calc(43px * 0.8);
    margin-bottom: 3rem;
}.future_students_XT4Y ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.future_students_XT4Y li {
    padding: 1.5rem;
}.future_students_XT4Y li svg {
    width: 45px;
    margin-bottom: 1.2rem;
    height: 45px;
}
}

@media (max-width: 480px) {.future_students_XT4Y {
    padding: 3rem 0;
}.future_students_XT4Y .skills_center_fZFC {
    padding: 0 1rem;
}.future_students_XT4Y h3 {
    margin-bottom: 2.5rem;
    font-size: calc(43px * 0.7);
}.future_students_XT4Y li {
    padding: 1.25rem;
}.future_students_XT4Y li svg {
    margin-bottom: 1rem;
    width: 40px;
    height: 40px;
}}.cookiePolicyContainer_Iz5p {
    width: 100%;
    border-top: 2px solid rgb(170,202,200);
    bottom: 0;
    z-index: 90;
    position: fixed;
    background: rgb(212,228,227);
}.cookie_screen_3E9g {
    padding: 20px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}.cookiePolicyContainer_Iz5p h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#userPrivacyWindow_xPEN {
    display: none;
}#userPrivacyWindow_xPEN:checked ~ .cookiePolicyContainer_Iz5p {
    opacity: 0;
    visibility: hidden;
}.cookiePolicyContainer_Iz5p p {
    font-size: 18px;
}.learn_agree_NMCo {
    flex-shrink: 0;
    margin-right: 10px;
}.learn_agree_NMCo svg, .learn_agree_NMCo svg path, .learn_agree_NMCo img {
    width: 100px;
    height: 100px;
    fill: rgb(170,202,200);
}.privacy_gate_jDnx {
    line-height: 35px;
    border-bottom: 2px solid rgb(170,202,200);
    white-space: nowrap;
    margin-left: 10px;
    flex-shrink: 0;
    cursor: pointer;
    min-width: 120px;
    text-decoration: none;
    color: rgb(170,202,200);
    text-align: center;
    font-size: 24px;
}.cookiePolicyContainer_Iz5p p a {
    color: rgb(170,202,200);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookiePolicyContainer_Iz5p {
    padding: 20px;
}}

.wrapper-holder_qiyn .cookiePolicyContainer_Iz5p {
    padding: 40px 0;
    background: rgb(126,171,169);
    box-shadow: rgb(126,171,169,0.5) 0px 0px 40px 39px;
    border: none;
}.wrapper-holder_qiyn .privacy_gate_jDnx {
    background: rgb(170,202,200);
    border: none;
    margin-left: 30px;
    font-size: 20px;
    padding: 10px;
    color: #ffffff;
    font-weight: 400;
}.wrapper-holder_qiyn .cookie_overlay_R0fA h5, .wrapper-holder_qiyn .cookie_overlay_R0fA p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.learn_agree_NMCo {
    display: none;
}.cookie_screen_3E9g {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookiePolicyContainer_Iz5p h5 {
    text-align: center;
}.cookiePolicyContainer_Iz5p p {
    text-align: center;
}.cookie_overlay_R0fA {
    margin-bottom: 20px;
}body .wrapper-holder_qiyn .privacy_gate_jDnx {
    margin-bottom: 10px;
    margin-left: 0;
}}.ty_sidebar_TLlV {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(170,202,200,0.5), rgb(212,228,227), rgb(126,171,169,0.5));
}.ty_sidebar_TLlV::before {
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(170,202,200,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(126,171,169,0.5) 0%, transparent 60%);
    animation: pulse 10s infinite alternate ease-in-out;
    content: "";
}.ty_sidebar_TLlV::after {
    content: "";
    position: absolute;
    left: -50%;
    pointer-events: none;
    top: -50%;
    transform: rotate(15deg);
    animation: patternMove 60s linear infinite;
    width: 200%;
    z-index: 1;
    height: 200%;
}.ty_sidebar_TLlV .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    transform-style: preserve-3d;
    max-width: 1200px;
}.ty_sidebar_TLlV h2 {
    border-left: 4px solid rgb(170,202,200);
    font-size: 34px;
    padding-left: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    transform: translateZ(30px);
    transition: transform 0.5s ease;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    font-family: Arial, sans-serif;
    position: relative;
    text-align: left;
}.ty_sidebar_TLlV h2::after {
    transform: scaleX(0);
    background: rgb(126,171,169);
    height: 3px;
    left: 20px;
    content: "";
    width: 60px;
    position: absolute;
    animation: lineGrow 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    bottom: -12px;
    transform-origin: left;
}.ty_sidebar_TLlV .skills_center_fZFC {
    transform: translateZ(20px) rotateX(2deg);
    box-shadow: 
        0 15px 30px -10px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        0 30px 60px -30px rgba(rgb(170,202,200), 0.3);
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 15px;
    position: relative;
}.ty_sidebar_TLlV .skills_center_fZFC::before {
    background: linear-gradient(90deg, rgb(170,202,200), rgb(126,171,169));
    z-index: 3;
    content: "";
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}.ty_sidebar_TLlV .skills_center_fZFC:hover {
    transform: translateZ(30px) rotateX(0deg);
    box-shadow: 
        0 20px 40px -15px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.08),
        0 40px 70px -40px rgba(rgb(170,202,200), 0.4);
}.ty_sidebar_TLlV ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.ty_sidebar_TLlV li {
    transition: transform 0.3s ease;
    position: relative;
    padding: 40px;
    background: #ffffff;
}.ty_sidebar_TLlV li::before {
    font-size: 16px;
    display: flex;
    width: 30px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(rgb(170,202,200), 0.3);
    align-items: center;
    justify-content: center;
    left: 40px;
    position: absolute;
    top: -15px;
    height: 30px;
    content: "✓";
    background: rgb(170,202,200);
    color: #ffffff;
}.ty_sidebar_TLlV span {
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
    z-index: 2;
    position: relative;
    font-size: 17px;
    display: block;
    text-align: left;
}

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

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes patternMove {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(15deg) translateY(-100px);
    }
}

@media (max-width: 991px) {.ty_sidebar_TLlV {
    padding: 80px 0;
}.ty_sidebar_TLlV h2 {
    padding-left: 15px;
    font-size: calc(34px * 0.9);
}.ty_sidebar_TLlV li {
    padding: 30px;
}.ty_sidebar_TLlV li::before {
    left: 30px;
}
}

@media (max-width: 767px) {.ty_sidebar_TLlV {
    padding: 60px 0;
}.ty_sidebar_TLlV h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
    transform: translateZ(20px);
}.ty_sidebar_TLlV h2::after {
    width: 40px;
}.ty_sidebar_TLlV .skills_center_fZFC {
    transform: translateZ(10px) rotateX(1deg);
}.ty_sidebar_TLlV .skills_center_fZFC:hover {
    transform: translateZ(15px) rotateX(0deg);
}.ty_sidebar_TLlV li {
    padding: 25px 20px;
}.ty_sidebar_TLlV li::before {
    height: 24px;
    top: -12px;
    font-size: 14px;
    left: 20px;
    width: 24px;
}.ty_sidebar_TLlV span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.ty_sidebar_TLlV {
    padding: 40px 0;
}.ty_sidebar_TLlV h2 {
    border-left: 3px solid rgb(170,202,200);
    padding-left: 12px;
    font-size: calc(34px * 0.7);
}.ty_sidebar_TLlV .container {
    padding: 0 15px;
}.ty_sidebar_TLlV .skills_center_fZFC {
    transform: translateZ(5px) rotateX(0.5deg);
}.ty_sidebar_TLlV .skills_center_fZFC:hover {
    transform: translateZ(10px) rotateX(0deg);
}.ty_sidebar_TLlV li {
    padding: 20px 15px;
}.ty_sidebar_TLlV li::before {
    left: 15px;
    font-size: 12px;
    height: 20px;
    width: 20px;
}.ty_sidebar_TLlV span {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}.title_portal_S5ZL {
    height: 100vh;
    position: relative;
    background: linear-gradient(125deg, #000000 0%, rgb(126,171,169,0.5) 100%);
    min-height: 650px;
    width: 100%;
    overflow: hidden;
}.title_portal_S5ZL .skills_center_fZFC {
    height: 100%;
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}.title_portal_S5ZL .skill_plus_V3So {
    height: 100%;
    width: 100%;
    overflow: hidden;
    left: 0;
    z-index: 1;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    position: absolute;
}.title_portal_S5ZL .skill_plus_V3So::before {
    position: absolute;
    z-index: 2;
    inset: 0;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 80%,
        #000000 100%
    );
    content: '';
}.title_portal_S5ZL .learn_quickpro_W4P7 {
    width: 500%;
    display: flex;
    animation: parallax-carousel 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    height: 100%;
}.title_portal_S5ZL .course_main_t9So {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 20%;
}.title_portal_S5ZL .course_main_t9So:nth-child(odd) {
    filter: saturate(1.1) contrast(1.05);
}.title_portal_S5ZL .course_main_t9So:nth-child(even) {
    filter: saturate(1.2) contrast(1.1);
}.title_portal_S5ZL .course_main_t9So::before {
    opacity: 0.15;
    inset: 0;
    z-index: 2;
    background: rgb(170,202,200,0.5);
    content: '';
    position: absolute;
}.title_portal_S5ZL .course_main_t9So img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform 1s ease;
    transform: translateY(0);
}.title_portal_S5ZL .info_wrapper_Gk9C {
    left: 0;
    padding: 3rem 10% 5rem;
    position: absolute;
    z-index: 10;
    bottom: 0;
    background: linear-gradient(
        to top,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 70%,
        transparent 100%
    );
    text-align: center;
    width: 100%;
}.title_portal_S5ZL .info_wrapper_Gk9C h1 {
    color: #ffffff;
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-size: calc(48px * 1.5);
    font-weight: 700;
}.title_portal_S5ZL .info_wrapper_Gk9C h1::after {
    width: 100%;
    position: absolute;
    animation: pulse-width 4s ease-in-out infinite;
    height: 2px;
    bottom: -10px;
    left: 0;
    background: rgb(170,202,200);
    transform-origin: center;
    content: '';
}.title_portal_S5ZL .info_wrapper_Gk9C p {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-bottom: 2.5rem;
    line-height: 1.7;
    font-size: calc(13px * 1.1);
    color: #ffffff;
    opacity: 0.9;
}.title_portal_S5ZL .info_wrapper_Gk9C .reach_box_QMbz {
    padding: 15px 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    transition: all 0.4s ease;
    color: #ffffff;
    z-index: 1;
    position: relative;
    border-radius: 13px;
    font-size: 14px;
    background: rgb(170,202,200);
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
}.title_portal_S5ZL .info_wrapper_Gk9C .reach_box_QMbz::before {
    background: rgb(126,171,169);
    transform: scaleX(0);
    transform-origin: right;
    inset: 0;
    content: '';
    transition: transform 0.4s ease;
    position: absolute;
    z-index: -1;
}.title_portal_S5ZL .info_wrapper_Gk9C .reach_box_QMbz:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}.title_portal_S5ZL .info_wrapper_Gk9C .reach_box_QMbz:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}@keyframes parallax-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes pulse-width {
    0%, 100% {
        opacity: 0.8;
        width: 100%;
    }
    50% {
        opacity: 1;
        width: 70%;
    }
}

.title_portal_S5ZL::after {
    z-index: 3;
    left: 0;
    opacity: 0.05;
    height: 100%;
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(
        125deg,
        rgb(170,202,200,0.5) 0%,
        transparent 70%
    );
    width: 100%;
}

@media (max-width: 1200px) {.title_portal_S5ZL .info_wrapper_Gk9C {
    padding: 3rem 8% 4rem;
}.title_portal_S5ZL .info_wrapper_Gk9C h1 {
    font-size: calc(48px * 1.3);
}.title_portal_S5ZL .info_wrapper_Gk9C p {
    font-size: 13px;
}
}

@media (max-width: 992px) {.title_portal_S5ZL {
    min-height: 600px;
}.title_portal_S5ZL .skill_plus_V3So {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}.title_portal_S5ZL .info_wrapper_Gk9C {
    padding: 2.5rem 6% 3.5rem;
}.title_portal_S5ZL .info_wrapper_Gk9C h1 {
    font-size: calc(48px * 1.2);
}
}

@media (max-width: 768px) {.title_portal_S5ZL {
    min-height: 550px;
}.title_portal_S5ZL .skill_plus_V3So {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}.title_portal_S5ZL .info_wrapper_Gk9C {
    padding: 2rem 5% 3rem;
}.title_portal_S5ZL .info_wrapper_Gk9C h1 {
    font-size: 48px;
}.title_portal_S5ZL .info_wrapper_Gk9C h1::after {
    bottom: -5px;
}.title_portal_S5ZL .info_wrapper_Gk9C p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.title_portal_S5ZL {
    min-height: 500px;
}.title_portal_S5ZL .skill_plus_V3So {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 98%, 0 90%);
}.title_portal_S5ZL .info_wrapper_Gk9C {
    padding: 1.5rem 5% 2.5rem;
}.title_portal_S5ZL .info_wrapper_Gk9C h1 {
    margin-bottom: 1rem;
    font-size: calc(48px * 0.9);
}.title_portal_S5ZL .info_wrapper_Gk9C p {
    margin-bottom: 2rem;
    font-size: calc(13px * 0.9);
}.title_portal_S5ZL .info_wrapper_Gk9C .reach_box_QMbz {
    padding: 12px 30px;
    font-size: calc(14px * 0.9);
}

}

@media (orientation: landscape) and (max-height: 600px) {.title_portal_S5ZL {
    height: auto;
    min-height: 450px;
}.title_portal_S5ZL .info_wrapper_Gk9C {
    padding: 1.5rem 5% 2rem;
}.title_portal_S5ZL .info_wrapper_Gk9C h1 {
    margin-bottom: 0.8rem;
}.title_portal_S5ZL .info_wrapper_Gk9C p {
    margin-bottom: 1.5rem;
}}.who_we_are_NKq0 {
    color: #ffffff;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.who_we_are_NKq0::before {
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 20, 0.85) 0%, rgba(0, 20, 40, 0.75) 50%, rgba(0, 40, 80, 0.9) 100%);
    z-index: 1;
    bottom: 0;
    position: absolute;
}.who_we_are_NKq0::after {
    height: 70%;
    content: "";
    top: -10%;
    filter: blur(50px);
    animation: glow 20s infinite alternate;
    opacity: 0.1;
    z-index: 1;
    right: -10%;
    transform: rotate(-15deg) skew(20deg);
    width: 40%;
    background: rgb(170,202,200);
    position: absolute;
}.who_we_are_NKq0 .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.who_we_are_NKq0 .info_wrapper_Gk9C {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: perspective(1000px) rotateY(1deg);
    backdrop-filter: blur(10px);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    border-left: 4px solid rgb(170,202,200);
    position: relative;
}.who_we_are_NKq0 .info_wrapper_Gk9C:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.who_we_are_NKq0 .info_wrapper_Gk9C > div:first-child {
    display: inline-block;
    margin-bottom: 0.5rem;
}.who_we_are_NKq0 .info_wrapper_Gk9C h5 {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    font-weight: 700;
    margin: 0;
    background: linear-gradient(90deg, rgb(170,202,200) 0%, rgb(126,171,169) 100%);
    letter-spacing: 1px;
    padding: 0.5rem 1.5rem;
    transform: translateX(-1.5rem);
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    background: rgb(170,202,200);
}.who_we_are_NKq0 .info_wrapper_Gk9C h5::before {
    left: -10px;
    position: absolute;
    width: 20px;
    content: "";
    opacity: 0.3;
    filter: blur(10px);
    animation: pulse 3s infinite alternate;
    bottom: -10px;
    height: 20px;
    border-radius: 50%;
    background: rgb(170,202,200);
}.who_we_are_NKq0 .info_wrapper_Gk9C > div:nth-child(2) {
    margin-bottom: 1.5rem;
    position: relative;
}.who_we_are_NKq0 .info_wrapper_Gk9C > div:nth-child(2) p {
    font-size: calc(24px * 1.2);
    margin: 0.5rem 0 1.5rem;
    letter-spacing: 1px;
    line-height: 1.4;
    display: inline-block;
    color: #ffffff;
    position: relative;
}.who_we_are_NKq0 .info_wrapper_Gk9C > div:nth-child(2) p::after {
    height: 2px;
    background: linear-gradient(90deg, rgb(170,202,200) 0%, transparent 100%);
    bottom: -0.5rem;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
}.who_we_are_NKq0 .info_wrapper_Gk9C ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}.who_we_are_NKq0 .info_wrapper_Gk9C ol li {
    line-height: 1.8;
    opacity: 0.85;
    color: #ffffff;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    text-align: justify;
    column-count: 1;
}.who_we_are_NKq0 .info_wrapper_Gk9C ol li::first-letter {
    font-weight: 700;
    color: rgb(170,202,200);
    margin-right: 0.25rem;
    font-size: 1.5em;
    float: left;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@keyframes glow {
    0% {
        opacity: 0.05;
        transform: rotate(-15deg) skew(20deg);
    }
    50% {
        opacity: 0.15;
        transform: rotate(-12deg) skew(15deg) translateX(-5%);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-18deg) skew(25deg) translateX(5%);
    }
}

@media (min-width: 768px) {.who_we_are_NKq0 {
    padding: 150px 0;
}.who_we_are_NKq0 .info_wrapper_Gk9C {
    padding: 4rem;
    margin-left: 5%;
    width: 90%;
}.who_we_are_NKq0 .info_wrapper_Gk9C ol li {
    column-gap: 3rem;
    column-count: 2;
}
}

@media (min-width: 992px) {.who_we_are_NKq0 .info_wrapper_Gk9C {
    width: 80%;
    margin-left: 10%;
}.who_we_are_NKq0 .container {
    padding: 0 40px;
}
}

@media (max-width: 767px) {.who_we_are_NKq0 {
    padding: 80px 0;
}.who_we_are_NKq0 .info_wrapper_Gk9C {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0deg);
}.who_we_are_NKq0 .info_wrapper_Gk9C h5 {
    font-size: calc(24px * 0.9);
    padding: 0.4rem 1.2rem;
}.who_we_are_NKq0 .info_wrapper_Gk9C > div:nth-child(2) p {
    font-size: calc(24px * 1.1);
}.who_we_are_NKq0 .info_wrapper_Gk9C ol li {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.who_we_are_NKq0 {
    padding: 60px 0;
}.who_we_are_NKq0 .info_wrapper_Gk9C {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}.who_we_are_NKq0 .info_wrapper_Gk9C h5 {
    font-size: calc(24px * 0.8);
    padding: 0.3rem 1rem;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(170,202,200);
}header .top_plank .skill_high_ZTNu div svg, header .top_plank .skill_high_ZTNu div svg path {
    fill: #ffffff;
}header .top_plank .skill_high_ZTNu div span {
    color: #ffffff;
}header .top_plank .skill_high_ZTNu {
    display: flex;
    width: 100%;
    font-size: 15px;
    line-height: 21px;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
}header .top_plank .skill_high_ZTNu div {
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .skill_high_ZTNu div img, header .top_plank .skill_high_ZTNu div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}