* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.viewport-container_MfbQp {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.class_guide_DzEOG {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1102px;
}a {
    text-decoration: none;
    color: inherit;
}.first_class_RsAYC {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.statistical_overview_ijGOH {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}.statistical_overview_ijGOH::before {
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    background-color: rgb(158,171,169);
    z-index: 1;
    position: absolute;
    opacity: 0.15;
}.statistical_overview_ijGOH::after {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.1;
    z-index: 2;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(158,171,169) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(123,133,132) 0%, transparent 50%);
    content: "";
}.statistical_overview_ijGOH .container {
    margin: 0 auto;
    z-index: 5;
    max-width: 1400px;
    position: relative;
    padding: 0;
}.statistical_overview_ijGOH .boost_experts_SnIya {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    display: grid;
    grid-template-columns: 350px 1fr;
    height: 600px;
}.statistical_overview_ijGOH .study_gain_OAYPk {
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
    grid-column: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(158,171,169), rgb(123,133,132));
    padding: 20px;
}.statistical_overview_ijGOH .study_gain_OAYPk::before {
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.1) 2px,
        transparent 2px,
        transparent 10px
    );
    height: 200%;
    animation: movePattern 20s linear infinite;
    top: -50%;
    width: 200%;
    left: -50%;
    position: absolute;
    content: "";
}@keyframes movePattern {
    0% { transform: rotate(0) scale(1); }
    100% { transform: rotate(360deg) scale(1.2); }
}

.statistical_overview_ijGOH .study_gain_OAYPk svg {
    height: 120px;
    z-index: 1;
    width: 120px;
    fill: #ffffff;
    position: relative;
}.statistical_overview_ijGOH .study_gain_OAYPk svg path {
    fill: #ffffff;
}.statistical_overview_ijGOH .fast_statistics_fSZFE {
    max-width: 250px;
    position: absolute;
    top: 40px;
    text-transform: uppercase;
    margin: 0;
    left: 40px;
    letter-spacing: 2px;
    font-size: 37px;
    z-index: 1;
    font-weight: 700;
}.statistical_overview_ijGOH .success_factors_SpzNb {
    color: rgba(255, 255, 255, 0.9);
    position: absolute;
    max-width: 270px;
    line-height: 1.6;
    z-index: 1;
    bottom: 40px;
    font-size: 14px;
    left: 40px;
}.statistical_overview_ijGOH .statistics_boost_EvhzG {
    display: flex;
    grid-column: 2;
    position: relative;
    background: linear-gradient(135deg, rgb(158,171,169,0.5) 0%, rgb(123,133,132,0.5) 100%);
    overflow: hidden;
    flex-direction: column;
}.statistical_overview_ijGOH .statistics_boost_EvhzG::before {
    content: "";
    z-index: 0;
    background: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 20px 20px,
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 20px 20px;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.statistical_overview_ijGOH .statistics_zone_RNmKy {
    position: relative;
    align-items: center;
    height: 20%;
    transition: all 0.3s ease;
    padding: 0 40px 0 40px;
    display: flex;
}.statistical_overview_ijGOH .statistics_zone_RNmKy:hover {
    background: rgba(255, 255, 255, 0.15);
}.statistical_overview_ijGOH .statistics_zone_RNmKy::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    right: 40px;
    bottom: 0;
    content: "";
    height: 1px;
    left: 40px;
}.statistical_overview_ijGOH .statistics_zone_RNmKy:last-child::after {
    display: none;
}.statistical_overview_ijGOH .extra_gain_aSeQn {
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    justify-content: center;
    margin-right: 30px;
    height: 80px;
    display: flex;
    flex: 0 0 80px;
    transition: all 0.3s ease;
}.statistical_overview_ijGOH .statistics_zone_RNmKy:hover .extra_gain_aSeQn {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}.statistical_overview_ijGOH .extra_gain_aSeQn svg {
    fill: rgb(158,171,169);
    height: 40px;
    width: 40px;
}.statistical_overview_ijGOH .extra_gain_aSeQn svg path {
    fill: rgb(158,171,169);
}.statistical_overview_ijGOH .statistics_zone_RNmKy:nth-child(even) .extra_gain_aSeQn svg,
.statistical_overview_ijGOH .statistics_zone_RNmKy:nth-child(even) .extra_gain_aSeQn svg path {
    fill: rgb(123,133,132);
}.statistical_overview_ijGOH .statistics_zone_RNmKy span {
    font-size: calc(37px * 1.3);
    font-weight: 700;
    min-width: 100px;
    margin-right: 20px;
}.statistical_overview_ijGOH .statistics_zone_RNmKy p {
    line-height: 1.4;
    margin: 0;
    flex: 1;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

@media screen and (max-width: 1200px) {.statistical_overview_ijGOH .boost_experts_SnIya {
    height: 550px;
    grid-template-columns: 300px 1fr;
}.statistical_overview_ijGOH .fast_statistics_fSZFE {
    max-width: 240px;
    top: 30px;
    font-size: 37px;
    left: 30px;
}.statistical_overview_ijGOH .success_factors_SpzNb {
    left: 30px;
    bottom: 30px;
    max-width: 240px;
}.statistical_overview_ijGOH .study_gain_OAYPk svg {
    height: 100px;
    width: 100px;
}.statistical_overview_ijGOH .statistics_zone_RNmKy {
    padding: 0 30px;
}.statistical_overview_ijGOH .statistics_zone_RNmKy::after {
    left: 30px;
    right: 30px;
}.statistical_overview_ijGOH .extra_gain_aSeQn {
    margin-right: 25px;
    height: 70px;
    flex: 0 0 70px;
}.statistical_overview_ijGOH .extra_gain_aSeQn svg {
    height: 35px;
    width: 35px;
}.statistical_overview_ijGOH .statistics_zone_RNmKy span {
    min-width: 90px;
    font-size: calc(37px * 1.2);
}
}

@media screen and (max-width: 992px) {.statistical_overview_ijGOH {
    padding: 80px 0;
}.statistical_overview_ijGOH .boost_experts_SnIya {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
}.statistical_overview_ijGOH .study_gain_OAYPk {
    grid-row: 1;
    padding: 30px;
    height: 200px;
}.statistical_overview_ijGOH .fast_statistics_fSZFE {
    text-align: center;
    left: auto;
    position: relative;
    top: auto;
    max-width: 100%;
    font-size: 37px;
    margin-bottom: 15px;
}.statistical_overview_ijGOH .success_factors_SpzNb {
    text-align: center;
    left: auto;
    position: relative;
    margin: 0 auto;
    bottom: auto;
    max-width: 500px;
}.statistical_overview_ijGOH .study_gain_OAYPk svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
    height: 150px;
    right: 30px;
    width: 150px;
}.statistical_overview_ijGOH .statistics_boost_EvhzG {
    grid-row: 2;
}.statistical_overview_ijGOH .statistics_zone_RNmKy {
    height: auto;
    padding: 20px 30px;
}
}

@media screen and (max-width: 768px) {.statistical_overview_ijGOH {
    padding: 60px 0;
}.statistical_overview_ijGOH .study_gain_OAYPk {
    padding: 20px;
    height: 180px;
}.statistical_overview_ijGOH .fast_statistics_fSZFE {
    font-size: calc(37px * 0.9);
}.statistical_overview_ijGOH .success_factors_SpzNb {
    max-width: 400px;
    font-size: calc(14px * 0.95);
}.statistical_overview_ijGOH .study_gain_OAYPk svg {
    height: 120px;
    width: 120px;
    right: 20px;
}.statistical_overview_ijGOH .statistics_zone_RNmKy {
    align-items: flex-start;
    padding: 15px 20px;
    text-align: left;
    flex-direction: column;
}.statistical_overview_ijGOH .extra_gain_aSeQn {
    flex: 0 0 60px;
    margin: 0 0 15px 0;
    height: 60px;
}.statistical_overview_ijGOH .extra_gain_aSeQn svg {
    width: 30px;
    height: 30px;
}.statistical_overview_ijGOH .statistics_zone_RNmKy span {
    margin: 0 0 10px 0;
    font-size: calc(37px * 1.1);
}.statistical_overview_ijGOH .statistics_zone_RNmKy p {
    font-size: calc(14px * 0.9);
}.statistical_overview_ijGOH .statistics_zone_RNmKy::after {
    left: 20px;
    right: 20px;
}
}

@media screen and (max-width: 576px) {.statistical_overview_ijGOH .study_gain_OAYPk {
    height: 160px;
}.statistical_overview_ijGOH .fast_statistics_fSZFE {
    font-size: calc(37px * 0.8);
}.statistical_overview_ijGOH .success_factors_SpzNb {
    font-size: calc(14px * 0.9);
}.statistical_overview_ijGOH .study_gain_OAYPk svg {
    height: 100px;
    width: 100px;
}.statistical_overview_ijGOH .extra_gain_aSeQn {
    flex: 0 0 50px;
    height: 50px;
}.statistical_overview_ijGOH .extra_gain_aSeQn svg {
    height: 25px;
    width: 25px;
}}header {
    padding: 1rem 0;
    background: rgb(193,207,207);
    z-index: 100;
    width: 100%;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}header::before {
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: 0;
    position: absolute;
    background: linear-gradient(to right, 
        rgb(158,171,169,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(123,133,132,0.5) 100%);
    height: 100%;
    opacity: 0.4;
}header .container {
    max-width: 100%;
    padding: 0 2%;
    margin: 0;
    position: relative;
    z-index: 1;
    width: 100%;
}header .main_mentor_oRCJL {
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    grid-template-columns: 1fr 3fr 1fr;
    display: grid;
    align-items: center;
    gap: 1rem;
}header .head_base_ziRaY {
    align-items: center;
    grid-area: logo;
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: center;
    position: relative;
}header .head_base_ziRaY::after {
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(158,171,169), 
        rgb(123,133,132), 
        rgb(158,171,169), 
        transparent);
    content: '';
}header .head_base_ziRaY svg {
    transition: all 0.3s ease;
    height: auto;
    width: 160px;
}header .head_base_ziRaY:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
    transform: translateY(-3px);
}header .top_sitewrap_LKwJQ {
    padding: 0.6rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    align-items: center;
    grid-area: menu;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    border-radius: 12px;
    gap: 0.5rem;
}header .main_guide_tDzuJ {
    text-align: center;
    border-radius: 10px;
    position: relative;
    font-weight: 400;
    padding: 0.4rem 0.8rem;
    font-family: Arial, sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #ffffff;
    color: #000000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    font-size: 14px;
}header .main_guide_tDzuJ:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgb(158,171,169,0.5);
    background: linear-gradient(135deg, rgb(158,171,169), rgb(123,133,132));
    color: #ffffff;
}

@media (max-width: 991px) {header .head_base_ziRaY svg {
    width: 140px;
}header .top_sitewrap_LKwJQ {
    gap: 0.4rem;
    padding: 0.5rem;
}header .main_guide_tDzuJ {
    font-size: calc(14px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header .main_mentor_oRCJL {
    grid-template-areas:
            "logo"
            "top_sitewrap_LKwJQ";
    grid-template-columns: 1fr;
}header .head_base_ziRaY {
    padding: 0.4rem;
}header .head_base_ziRaY svg {
    width: 130px;
}header .top_sitewrap_LKwJQ {
    flex-wrap: wrap;
    padding: 0.4rem;
}header .main_guide_tDzuJ {
    font-size: calc(14px - 1px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .head_base_ziRaY svg {
    width: 120px;
}header .top_sitewrap_LKwJQ {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.4rem;
    overflow-x: auto;
}header .top_sitewrap_LKwJQ::-webkit-scrollbar {
    height: 2px;
}header .top_sitewrap_LKwJQ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(158,171,169);
}header .main_guide_tDzuJ {
    flex-shrink: 0;
    white-space: nowrap;
}}.confidential_zone_rBlWt {
    color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    padding: 40px;
    background: rgb(193,207,207);
    font-family: Arial, sans-serif;
}.confidential_zone_rBlWt h1 {
    border-bottom: 2px solid rgb(158,171,169,0.5);
    font-size: 43px;
    font-weight: 700;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, rgb(158,171,169), rgb(158,171,169,0.5));
    padding-bottom: 10px;
    -webkit-text-fill-color: transparent;
    color: rgb(158,171,169);
    margin-bottom: 20px;
}.confidential_zone_rBlWt h2 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(123,133,132), rgb(123,133,132,0.5));
    -webkit-background-clip: text !important;
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(123,133,132);
    margin-top: 30px;
}.confidential_zone_rBlWt h3,
.confidential_zone_rBlWt h4,
.confidential_zone_rBlWt h5,
.confidential_zone_rBlWt h6 {
    margin-top: 20px;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    background: linear-gradient(to right, rgb(123,133,132), rgb(123,133,132,0.5));
    -webkit-background-clip: text !important;
    color: rgb(123,133,132,0.5);
}.confidential_zone_rBlWt ul {
    padding: 0;
    margin: 20px 0;
    list-style: none;
}.confidential_zone_rBlWt ul li {
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, #ffffff, rgb(158,171,169,0.5));
    border-left: 4px solid rgb(158,171,169);
}.confidential_zone_rBlWt ol {
    padding: 0;
    margin: 20px 0;
    list-style: none;
    counter-reset: li;
}.confidential_zone_rBlWt ol li {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 10px 15px 10px 40px;
    position: relative;
    background: linear-gradient(to right, #ffffff, rgb(123,133,132,0.5));
    margin-bottom: 10px;
    border-radius: 10px;
}.confidential_zone_rBlWt ol li:before {
    align-items: center;
    position: absolute;
    color: #ffffff;
    content: counter(li);
    counter-increment: li;
    border-radius: 50%;
    width: 25px;
    left: 10px;
    transform: translateY(-50%);
    background-color: rgb(158,171,169);
    height: 25px;
    display: flex;
    top: 50%;
    justify-content: center;
}.confidential_zone_rBlWt p {
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 15px;
}.confidential_zone_rBlWt span {
    font-weight: 600;
    color: rgb(158,171,169);
}.confidential_zone_rBlWt div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.confidential_zone_rBlWt {
    padding: 20px;
}.confidential_zone_rBlWt h1 {
    font-size: calc(22px * 0.8);
}.confidential_zone_rBlWt h2 {
    font-size: calc(22px * 0.8);
}.confidential_zone_rBlWt ul li,
    .confidential_zone_rBlWt ol li {
    padding: 10px;
}.confidential_zone_rBlWt ol li:before {
    width: 20px;
    height: 20px;
    font-size: 0.8em;
}.confidential_zone_rBlWt p {
    font-size: calc(13px * 0.9);
}}
header .top_plank {
    color:  #ffffff;
    background: rgb(158,171,169);
}header .top_plank .top_links_pVOXg div svg, header .top_plank .top_links_pVOXg div svg path {
    fill: #ffffff;
}header .top_plank .top_links_pVOXg div span {
    color: #ffffff;
}header .top_plank .top_links_pVOXg {
    display: flex;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    line-height: 21px;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    font-size: 16px;
}header .top_plank .top_links_pVOXg div {
    margin-right: 24px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}header .top_plank .top_links_pVOXg div img, header .top_plank .top_links_pVOXg div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}footer {
    position: relative;
    z-index: 1;
    perspective: 1000px;
}footer::before {
    background: linear-gradient(135deg, rgb(123,133,132,0.5) 0%, rgb(158,171,169,0.5) 100%);
    opacity: 0.9;
    z-index: -2;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}footer::after {
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}.class_guide_DzEOG {
    position: relative;
    padding: 5rem 0 2.5rem;
    color: #ffffff;
}.class_guide_DzEOG::before {
    top: 0;
    background: repeating-linear-gradient(
        90deg,
        rgb(158,171,169) 0px,
        rgb(158,171,169) 40px,
        rgb(123,133,132) 40px,
        rgb(123,133,132) 80px
    );
    position: absolute;
    height: 20px;
    content: "";
    width: 100%;
    left: 0;
}.class_guide_DzEOG .container {
    position: relative;
    gap: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}.class_guide_DzEOG .company_holder {
    flex: 1 1 380px;
    transition: all 0.4s ease;
    border-radius: 0;
    transform: rotateX(5deg);
    transform-style: preserve-3d;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    padding: 2rem;
    background: rgb(158,171,169,0.5);
    position: relative;
    border-bottom: 6px solid rgb(158,171,169);
}.class_guide_DzEOG .company_holder:hover {
    transform: rotateX(0deg);
}.class_guide_DzEOG .company_holder h3 {
    color: #ffffff;
    font-size: 36px;
    transform: translateZ(20px);
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
    position: relative;
}.class_guide_DzEOG .company_holder h3::before {
    border-left: 3px solid #ffffff;
    top: -10px;
    left: -10px;
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    border-top: 3px solid #ffffff;
}.class_guide_DzEOG .company_holder h3::after {
    border-bottom: 3px solid #ffffff;
    bottom: -10px;
    right: -10px;
    border-right: 3px solid #ffffff;
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
}.class_guide_DzEOG .trial_offer_RlSqp {
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    transform: translateZ(10px);
    border-radius: 10px;
    font-size: 17px;
    color: #ffffff;
    padding: 1.5rem;
}.class_guide_DzEOG .grant_cta_EuZBt {
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
}.class_guide_DzEOG .top_pro_mbjQa {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}.class_guide_DzEOG .top_sitewrap_LKwJQ {
    min-width: 220px;
    transform-style: preserve-3d;
    position: relative;
    flex: 1 1 calc(50% - 1.5rem);
    transition: all 0.4s ease;
    transform: rotateX(-5deg);
}.class_guide_DzEOG .top_sitewrap_LKwJQ:hover {
    transform: rotateX(0deg);
}.class_guide_DzEOG .top_sitewrap_LKwJQ h5 {
    padding: 1rem 1.5rem;
    font-weight: 600;
    background: rgb(123,133,132,0.5);
    color: #ffffff;
    display: inline-block;
    margin: 0 0 1.5rem;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
    position: relative;
    font-size: 21px;
    min-width: 200px;
}.class_guide_DzEOG .top_sitewrap_LKwJQ h5::after {
    right: 0;
    left: 0;
    content: "";
    bottom: -5px;
    background: rgb(123,133,132);
    position: absolute;
    height: 5px;
}.class_guide_DzEOG .top_sitewrap_LKwJQ .top_pro_mbjQa {
    gap: 1rem;
    border-radius: 10px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(5px);
    flex-direction: column;
    display: flex;
}.class_guide_DzEOG .top_sitewrap_LKwJQ .top_pro_mbjQa a {
    overflow: hidden;
    transform: translateZ(10px);
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    display: block;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    padding: 0.7rem 1rem;
    font-size: 17px;
}.class_guide_DzEOG .top_sitewrap_LKwJQ .top_pro_mbjQa a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    left: -100%;
    height: 100%;
    width: 100%;
    top: 0;
    transition: all 0.5s ease;
    content: "";
}.class_guide_DzEOG .top_sitewrap_LKwJQ .top_pro_mbjQa a:hover {
    color: #ffffff;
    background: rgb(123,133,132,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.class_guide_DzEOG .top_sitewrap_LKwJQ .top_pro_mbjQa a:hover::before {
    left: 100%;
}.award_show_rbvnY {
    margin-top: 3rem;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    padding: 2rem 0;
    background: rgb(123,133,132,0.5);
}.award_show_rbvnY::before {
    width: 100%;
    transform: rotateX(45deg);
    transform-origin: bottom;
    position: absolute;
    left: 0;
    top: -20px;
    height: 20px;
    background: rgb(123,133,132);
    content: "";
}.award_show_rbvnY .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.award_show_rbvnY .math_tools_xOyms {
    text-align: center;
    border-radius: 50px;
    transform: translateZ(5px);
    font-size: 13px;
    padding: 0.8rem 2rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {.class_guide_DzEOG .container {
    gap: 3rem;
}.class_guide_DzEOG .company_holder {
    flex: 1 1 350px;
}.class_guide_DzEOG .grant_cta_EuZBt {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.class_guide_DzEOG .top_pro_mbjQa {
    gap: 2rem;
}
}

@media (max-width: 992px) {.class_guide_DzEOG {
    padding: 4rem 0 2rem;
}.class_guide_DzEOG .container {
    gap: 3rem;
    flex-direction: column;
}.class_guide_DzEOG .company_holder,
    .class_guide_DzEOG .grant_cta_EuZBt {
    min-width: 100%;
    flex: 1 1 100%;
}.class_guide_DzEOG .top_sitewrap_LKwJQ {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.class_guide_DzEOG .company_holder,
    .class_guide_DzEOG .top_sitewrap_LKwJQ {
    transform: none;
}
}

@media (max-width: 768px) {.class_guide_DzEOG {
    padding: 3.5rem 0 1.5rem;
}.class_guide_DzEOG .top_pro_mbjQa {
    gap: 1.5rem;
}.class_guide_DzEOG .company_holder h3 {
    font-size: calc(36px - 2px);
}.class_guide_DzEOG .company_holder h3::before,
    .class_guide_DzEOG .company_holder h3::after {
    height: 20px;
    width: 20px;
}.award_show_rbvnY {
    margin-top: 2rem;
}.award_show_rbvnY::before {
    height: 15px;
    top: -15px;
}
}

@media (max-width: 576px) {.class_guide_DzEOG {
    padding: 3rem 0 1rem;
}.class_guide_DzEOG .top_sitewrap_LKwJQ {
    min-width: 100%;
    flex: 1 1 100%;
}.class_guide_DzEOG .top_pro_mbjQa {
    gap: 0.7rem;
}.class_guide_DzEOG .top_sitewrap_LKwJQ .top_pro_mbjQa a {
    padding: 0.6rem 0.8rem;
}.award_show_rbvnY {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.award_show_rbvnY::before {
    display: none;
}
}

@media (max-width: 420px) {.class_guide_DzEOG::before {
    height: 10px;
}.class_guide_DzEOG .company_holder h3::before,
    .class_guide_DzEOG .company_holder h3::after {
    display: none;
}.class_guide_DzEOG .top_sitewrap_LKwJQ h5 {
    min-width: auto;
    width: 100%;
}.award_show_rbvnY .math_tools_xOyms {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.title_welcome_zKdHU {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background: rgb(193,207,207);
}.title_welcome_zKdHU::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(217deg, rgb(158,171,169,0.5), transparent 70%),
        linear-gradient(127deg, rgb(123,133,132,0.5), transparent 70%),
        linear-gradient(336deg, rgba(0, 0, 0, 0.5), transparent 70%);
}.title_welcome_zKdHU::after {
    background-size: 30px 30px;
    content: "";
    height: 200%;
    top: -50%;
    background: radial-gradient(rgb(158,171,169,0.5) 2px, transparent 4px);
    width: 200%;
    position: absolute;
    opacity: 0.2;
    left: -50%;
    animation: backgroundMove 50s linear infinite;
    z-index: 2;
}.title_welcome_zKdHU .expert_program_ArMLb {
    width: 100%;
    height: 100vh;
    z-index: 3;
    position: relative;
}.title_welcome_zKdHU .learning_open_WCyYd {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100vh;
    overflow: hidden;
}.title_welcome_zKdHU .learning_open_WCyYd input {
    display: none;
}.title_welcome_zKdHU .online_tech_zBrpG {
    height: 100%;
    display: flex;
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}.title_welcome_zKdHU .edu_trackfast_xgJPb {
    height: 100%;
    overflow: hidden;
    position: relative;
    flex: 0 0 100%;
}.title_welcome_zKdHU .edu_trackfast_xgJPb::before {
    position: absolute;
    mix-blend-mode: multiply;
    background: linear-gradient(0deg, rgb(193,207,207) 0%, transparent 35%, transparent 65%, rgb(193,207,207) 100%);
    z-index: 2;
    content: "";
    inset: 0;
}.title_welcome_zKdHU .edu_trackfast_xgJPb img {
    object-fit: cover;
    filter: saturate(0.8) brightness(0.9);
    transform: scale(1.1);
    width: 100%;
    transition: transform 6s cubic-bezier(0.215, 0.610, 0.355, 1), filter 1s ease;
    height: 100%;
}.title_welcome_zKdHU .start_entry_FEcMO {
    position: absolute;
    left: 10%;
    z-index: 10;
    bottom: 40px;
    gap: 20px;
    display: flex;
    width: 80%;
    justify-content: center;
}.title_welcome_zKdHU .start_entry_FEcMO label {
    cursor: pointer;
    height: 6px;
    width: 50px;
    overflow: hidden;
    background: #ffffff;
    opacity: 0.2;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.title_welcome_zKdHU .start_entry_FEcMO label::before {
    transition: transform 0.5s ease;
    width: 100%;
    top: 0;
    background: rgb(158,171,169);
    content: "";
    position: absolute;
    left: -100%;
    height: 100%;
}.title_welcome_zKdHU .start_entry_FEcMO label:hover {
    opacity: 0.6;
}.title_welcome_zKdHU .start_entry_FEcMO label:hover::before {
    transform: translateX(100%);
}.title_welcome_zKdHU .text_details_okFup {
    z-index: 5;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
}.title_welcome_zKdHU .text_details_okFup .container {
    max-width: 700px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    padding: 40px;
    border-radius: 13px;
}.title_welcome_zKdHU .text_details_okFup .container::before {
    height: 300%;
    top: -100%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(158,171,169,0.5) 0,
            rgb(158,171,169,0.5) 1px,
            transparent 1px,
            transparent 10px
        );
    position: absolute;
    width: 300%;
    z-index: -1;
    left: -100%;
    content: "";
    animation: backgroundShift 120s linear infinite;
    opacity: 0.1;
}.title_welcome_zKdHU .text_details_okFup .container::after {
    inset: 0;
    z-index: -1;
    border-radius: 13px;
    content: "";
    background: linear-gradient(90deg, rgb(158,171,169), rgb(123,133,132)) border-box;
    border: 2px solid transparent;
    mask: 
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    position: absolute;
    mask-composite: exclude;
}.title_welcome_zKdHU .text_details_okFup h1 {
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 44px;
}.title_welcome_zKdHU .text_details_okFup h1::before {
    border-left: 2px solid rgb(158,171,169);
    position: absolute;
    border-top: 2px solid rgb(158,171,169);
    top: -10px;
    content: "";
    width: 40px;
    z-index: -1;
    height: 40px;
    opacity: 0.7;
    left: -20px;
}.title_welcome_zKdHU .text_details_okFup h1::after {
    width: 0;
    content: "";
    height: 2px;
    position: absolute;
    animation: lineExpand 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    bottom: -5px;
    left: 0;
    background: linear-gradient(90deg, rgb(158,171,169), rgb(123,133,132));
}.title_welcome_zKdHU .text_details_okFup h3 {
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
}.title_welcome_zKdHU .text_details_okFup h3::before {
    position: absolute;
    background: rgb(123,133,132);
    top: 0;
    width: 3px;
    height: 100%;
    left: 0;
    content: "";
}.title_welcome_zKdHU .text_details_okFup p {
    font-weight: 400;
    line-height: 1.8;
    border-left: 2px solid rgb(158,171,169);
    position: relative;
    color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    background: rgb(123,133,132);
    backdrop-filter: blur(4px);
    font-size: 17px;
}.title_welcome_zKdHU input[type="radio"]:nth-of-type(1):checked ~ .online_tech_zBrpG {
    transform: translateX(0%);
}.title_welcome_zKdHU input[type="radio"]:nth-of-type(2):checked ~ .online_tech_zBrpG {
    transform: translateX(-100%);
}.title_welcome_zKdHU input[type="radio"]:nth-of-type(3):checked ~ .online_tech_zBrpG {
    transform: translateX(-200%);
}.title_welcome_zKdHU input[type="radio"]:nth-of-type(4):checked ~ .online_tech_zBrpG {
    transform: translateX(-300%);
}.title_welcome_zKdHU input[type="radio"]:nth-of-type(5):checked ~ .online_tech_zBrpG {
    transform: translateX(-400%);
}.title_welcome_zKdHU input[type="radio"]:nth-of-type(6):checked ~ .online_tech_zBrpG {
    transform: translateX(-500%);
}.title_welcome_zKdHU input[type="radio"]:nth-of-type(7):checked ~ .online_tech_zBrpG {
    transform: translateX(-600%);
}.title_welcome_zKdHU input[type="radio"]:nth-of-type(8):checked ~ .online_tech_zBrpG {
    transform: translateX(-700%);
}.title_welcome_zKdHU input[type="radio"]:nth-of-type(9):checked ~ .online_tech_zBrpG {
    transform: translateX(-800%);
}.title_welcome_zKdHU input[type="radio"]:nth-of-type(10):checked ~ .online_tech_zBrpG {
    transform: translateX(-900%);
}.title_welcome_zKdHU input[type="radio"]:nth-of-type(1):checked ~ .start_entry_FEcMO label:nth-of-type(1),
.title_welcome_zKdHU input[type="radio"]:nth-of-type(2):checked ~ .start_entry_FEcMO label:nth-of-type(2),
.title_welcome_zKdHU input[type="radio"]:nth-of-type(3):checked ~ .start_entry_FEcMO label:nth-of-type(3),
.title_welcome_zKdHU input[type="radio"]:nth-of-type(4):checked ~ .start_entry_FEcMO label:nth-of-type(4),
.title_welcome_zKdHU input[type="radio"]:nth-of-type(5):checked ~ .start_entry_FEcMO label:nth-of-type(5),
.title_welcome_zKdHU input[type="radio"]:nth-of-type(6):checked ~ .start_entry_FEcMO label:nth-of-type(6),
.title_welcome_zKdHU input[type="radio"]:nth-of-type(7):checked ~ .start_entry_FEcMO label:nth-of-type(7),
.title_welcome_zKdHU input[type="radio"]:nth-of-type(8):checked ~ .start_entry_FEcMO label:nth-of-type(8),
.title_welcome_zKdHU input[type="radio"]:nth-of-type(9):checked ~ .start_entry_FEcMO label:nth-of-type(9),
.title_welcome_zKdHU input[type="radio"]:nth-of-type(10):checked ~ .start_entry_FEcMO label:nth-of-type(10) {
    background: linear-gradient(90deg, rgb(158,171,169), rgb(123,133,132));
    opacity: 1;
    width: 70px;
    box-shadow: 0 0 15px rgb(158,171,169,0.5);
}.title_welcome_zKdHU input[type="radio"]:nth-of-type(1):checked ~ .online_tech_zBrpG .edu_trackfast_xgJPb:nth-of-type(1) img,
.title_welcome_zKdHU input[type="radio"]:nth-of-type(2):checked ~ .online_tech_zBrpG .edu_trackfast_xgJPb:nth-of-type(2) img,
.title_welcome_zKdHU input[type="radio"]:nth-of-type(3):checked ~ .online_tech_zBrpG .edu_trackfast_xgJPb:nth-of-type(3) img,
.title_welcome_zKdHU input[type="radio"]:nth-of-type(4):checked ~ .online_tech_zBrpG .edu_trackfast_xgJPb:nth-of-type(4) img,
.title_welcome_zKdHU input[type="radio"]:nth-of-type(5):checked ~ .online_tech_zBrpG .edu_trackfast_xgJPb:nth-of-type(5) img,
.title_welcome_zKdHU input[type="radio"]:nth-of-type(6):checked ~ .online_tech_zBrpG .edu_trackfast_xgJPb:nth-of-type(6) img,
.title_welcome_zKdHU input[type="radio"]:nth-of-type(7):checked ~ .online_tech_zBrpG .edu_trackfast_xgJPb:nth-of-type(7) img,
.title_welcome_zKdHU input[type="radio"]:nth-of-type(8):checked ~ .online_tech_zBrpG .edu_trackfast_xgJPb:nth-of-type(8) img,
.title_welcome_zKdHU input[type="radio"]:nth-of-type(9):checked ~ .online_tech_zBrpG .edu_trackfast_xgJPb:nth-of-type(9) img,
.title_welcome_zKdHU input[type="radio"]:nth-of-type(10):checked ~ .online_tech_zBrpG .edu_trackfast_xgJPb:nth-of-type(10) img {
    filter: saturate(1.2) brightness(1.1);
    transform: scale(1.2);
}

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes backgroundMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50%, 50%);
    }
}

@keyframes backgroundShift {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1024px) {.title_welcome_zKdHU .text_details_okFup .container {
    max-width: 80%;
}.title_welcome_zKdHU .start_entry_FEcMO {
    left: 5%;
    width: 90%;
}
}

@media screen and (max-width: 768px) {.title_welcome_zKdHU .text_details_okFup {
    padding-top: 80px;
    align-items: flex-start;
    justify-content: center;
}.title_welcome_zKdHU .text_details_okFup .container {
    padding: 30px;
    max-width: 90%;
}.title_welcome_zKdHU .start_entry_FEcMO {
    bottom: 30px;
}.title_welcome_zKdHU .start_entry_FEcMO label {
    height: 5px;
    width: 40px;
}.title_welcome_zKdHU input[type="radio"]:checked ~ .start_entry_FEcMO label {
    width: 60px;
}
}

@media screen and (max-width: 480px) {.title_welcome_zKdHU .text_details_okFup {
    padding-top: 60px;
}.title_welcome_zKdHU .text_details_okFup .container {
    padding: 20px;
}.title_welcome_zKdHU .text_details_okFup h1 {
    margin-bottom: 15px;
    font-size: calc(44px * 0.8);
}.title_welcome_zKdHU .text_details_okFup h1::before {
    top: -5px;
    height: 30px;
    width: 30px;
    left: -15px;
}.title_welcome_zKdHU .text_details_okFup h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 15px;
}.title_welcome_zKdHU .text_details_okFup p {
    padding: 15px;
    font-size: calc(17px * 0.9);
}.title_welcome_zKdHU .start_entry_FEcMO {
    gap: 10px;
}.title_welcome_zKdHU .start_entry_FEcMO label {
    width: 30px;
    height: 4px;
}.title_welcome_zKdHU input[type="radio"]:checked ~ .start_entry_FEcMO label {
    width: 45px;
}}.tyMessage_CExjw {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(193,207,207), rgb(193,207,207) 60%, rgba(rgb(158,171,169,0.5), 0.1));
}.tyMessage_CExjw::before {
    position: absolute;
    top: -20%;
    height: 80%;
    transform: rotate(-15deg) skewX(15deg);
    filter: blur(20px);
    width: 60%;
    z-index: 0;
    right: -10%;
    content: "";
    background: linear-gradient(145deg, rgba(rgb(123,133,132,0.5), 0.08), rgba(rgb(123,133,132,0.5), 0.03));
}.tyMessage_CExjw::after {
    left: -5%;
    height: 40%;
    content: "";
    bottom: -10%;
    z-index: 0;
    background: linear-gradient(210deg, rgba(rgb(158,171,169,0.5), 0.09), transparent);
    position: absolute;
    width: 50%;
    transform: rotate(10deg) skewX(-10deg);
}.tyMessage_CExjw .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.tyMessage_CExjw .expert_program_ArMLb {
    display: grid;
    box-shadow: 
        0 20px 50px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 30px 70px -25px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 2px 5px rgba(rgb(158,171,169,0.5), 0.05),
        0 0 0 1px rgba(rgb(158,171,169,0.5), 0.08);
    position: relative;
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2.5rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(170deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.85)
    );
    backdrop-filter: blur(10px);
}.tyMessage_CExjw .expert_program_ArMLb:hover {
    box-shadow: 
        0 25px 55px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 35px 75px -25px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 2px 5px rgba(rgb(158,171,169,0.5), 0.08),
        0 0 0 1px rgba(rgb(158,171,169,0.5), 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.tyMessage_CExjw .expert_program_ArMLb > div:first-child {
    transform: translateX(-1rem);
    position: relative;
}.tyMessage_CExjw .expert_program_ArMLb > div:first-child::before {
    left: -2rem;
    position: absolute;
    width: 4px;
    height: 60%;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: linear-gradient(to bottom, rgb(158,171,169), rgb(123,133,132));
}.tyMessage_CExjw h5 {
    margin: 0;
    display: inline-block;
    color: #000000;
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    font-size: 21px;
}.tyMessage_CExjw h5::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(123,133,132), transparent);
    content: "";
    bottom: -0.5rem;
    height: 3px;
    left: 0;
    width: 40%;
}.tyMessage_CExjw .expert_program_ArMLb > div:last-child {
    border-left: 1px solid rgba(rgb(123,133,132,0.5), 0.2);
    position: relative;
    padding-left: 1.5rem;
}.tyMessage_CExjw a {
    position: relative;
    display: block;
    transition: transform 0.3s ease;
    overflow: hidden;
    text-decoration: none;
}.tyMessage_CExjw a:hover {
    transform: translateX(5px);
}.tyMessage_CExjw a::before {
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, 
        rgba(rgb(158,171,169,0.5), 0.03), 
        rgba(rgb(123,133,132,0.5), 0.05)
    );
    transform: scaleX(0.8) translateX(-10%);
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
}.tyMessage_CExjw a:hover::before {
    opacity: 1;
    transform: scaleX(1) translateX(0);
}.tyMessage_CExjw p {
    transition: color 0.3s ease;
    color: #000000;
    font-weight: 400;
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
}.tyMessage_CExjw a:hover p {
    color: #000000;
}

@media (min-width: 768px) {.tyMessage_CExjw {
    padding: 7rem 0;
}.tyMessage_CExjw .expert_program_ArMLb {
    padding: 4rem;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    align-items: center;
}.tyMessage_CExjw .expert_program_ArMLb > div:first-child {
    transform: translateX(0);
}.tyMessage_CExjw .expert_program_ArMLb > div:last-child {
    padding-left: 3rem;
    border-left: 2px solid rgba(rgb(123,133,132,0.5), 0.15);
}.tyMessage_CExjw h5 {
    font-size: calc(21px * 1.1);
}.tyMessage_CExjw p {
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 992px) {.tyMessage_CExjw {
    padding: 9rem 0;
}.tyMessage_CExjw .container {
    padding: 0 2rem;
}.tyMessage_CExjw .expert_program_ArMLb {
    gap: 4rem;
    padding: 5rem;
    grid-template-columns: 1fr 1.8fr;
}.tyMessage_CExjw h5 {
    font-size: calc(21px * 1.2);
}.tyMessage_CExjw h5::after {
    width: 50%;
    height: 4px;
}.tyMessage_CExjw .expert_program_ArMLb > div:last-child {
    padding-left: 4rem;
}.tyMessage_CExjw a {
    padding: 1rem 0;
}
}

@media (max-width: 767px) {.tyMessage_CExjw {
    padding: 4rem 0;
}.tyMessage_CExjw .expert_program_ArMLb {
    padding: 2rem;
    gap: 2rem;
}.tyMessage_CExjw h5 {
    font-size: calc(21px * 0.9);
}.tyMessage_CExjw p {
    font-size: calc(18px * 0.95);
}.tyMessage_CExjw .expert_program_ArMLb > div:last-child {
    padding-left: 1rem;
}
}

@media (max-width: 480px) {.tyMessage_CExjw {
    padding: 3rem 0;
}.tyMessage_CExjw .expert_program_ArMLb {
    padding: 1.5rem;
    gap: 1.5rem;
}.tyMessage_CExjw .expert_program_ArMLb > div:first-child::before {
    height: 50%;
    left: -1.5rem;
}.tyMessage_CExjw h5 {
    font-size: calc(21px * 0.85);
}.tyMessage_CExjw p {
    font-size: calc(18px * 0.9);
}.tyMessage_CExjw .expert_program_ArMLb > div:last-child {
    padding-left: 0.75rem;
}}.connect_with_us_NSVAx {
    background: linear-gradient(
        225deg, 
        rgb(193,207,207) 0%, 
        rgb(123,133,132,0.5) 100%
    );
    padding: 6rem 0;
    perspective: 1000px;
    position: relative;
    overflow: hidden;
}.connect_with_us_NSVAx::before {
    left: 0;
    position: absolute;
    content: '';
    bottom: 0;
    pointer-events: none;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    z-index: 1;
    right: 0;
    top: 0;
}.connect_with_us_NSVAx::after {
    content: '';
    height: 200%;
    top: -50%;
    background: radial-gradient(
        circle at center, 
        rgb(158,171,169,0.5) 0%, 
        transparent 70%
    );
    z-index: 2;
    opacity: 0.6;
    left: -50%;
    width: 200%;
    position: absolute;
    animation: circuit-pulse 10s infinite alternate;
}.connect_with_us_NSVAx .container {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1rem;
    z-index: 3;
}.connect_with_us_NSVAx h2 {
    letter-spacing: 0.1em;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin-bottom: 3rem;
    text-transform: uppercase;
    text-align: center;
}.connect_with_us_NSVAx h2::before,
.connect_with_us_NSVAx h2::after {
    content: '';
    height: 2px;
    bottom: -0.5rem;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(158,171,169), 
        transparent
    );
    position: absolute;
}.connect_with_us_NSVAx h2::before {
    left: 0;
    width: 30%;
}.connect_with_us_NSVAx h2::after {
    right: 0;
    width: 30%;
}.connect_with_us_NSVAx .message_inquiry_LkdXy {
    display: flex;
    border-radius: 11px;
    align-items: stretch;
    background: rgb(123,133,132,0.5);
    transition: transform 0.3s ease;
    transform: rotateX(5deg) scale(0.98);
    border: 1px solid rgb(158,171,169,0.5);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
}.connect_with_us_NSVAx .message_inquiry_LkdXy:hover {
    transform: rotateX(0) scale(1);
}.connect_with_us_NSVAx .pic_grid_neiwc {
    flex: 0 0 40%;
    overflow: hidden;
    position: relative;
    min-height: 500px;
}.connect_with_us_NSVAx .pic_grid_neiwc::before {
    position: absolute;
    top: 0;
    opacity: 0.7;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    mix-blend-mode: color-dodge;
    background: linear-gradient(
        135deg, 
        rgb(158,171,169,0.5) 0%, 
        rgb(123,133,132,0.5) 100%
    );
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP {
    padding: 4rem 3rem;
    flex: 0 0 60%;
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP::before {
    animation: signal-pulse 2s infinite alternate;
    width: 10px;
    right: 2rem;
    border-radius: 50%;
    top: 2rem;
    content: '';
    position: absolute;
    box-shadow: 0 0 20px rgb(158,171,169);
    height: 10px;
    background: rgb(158,171,169);
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP form {
    z-index: 3;
    width: 100%;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP h3 {
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
    font-weight: 600;
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP input:not([type="checkbox"]):not([type="submit"]) {
    outline: none;
    margin-bottom: 1.5rem;
    color: #ffffff;
    width: 100%;
    padding: 1rem 1.5rem;
    border: 1px solid rgb(158,171,169,0.5);
    border-radius: 10px;
    font-size: 18px;
    z-index: 2;
    background: rgb(123,133,132,0.5);
    position: relative;
    transition: all 0.3s ease;
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP input:not([type="checkbox"]):not([type="submit"])::before {
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    z-index: 1;
    content: '';
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(158,171,169,0.5) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(158,171,169,0.5);
    border-color: rgb(158,171,169);
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP .message_feedback_IXfEt {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP .message_feedback_IXfEt input[type="checkbox"] {
    appearance: none;
    width: 22px;
    background: rgb(123,133,132,0.5);
    height: 22px;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-right: 1rem;
    position: relative;
    border: 2px solid rgb(158,171,169,0.5);
    cursor: pointer;
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP .message_feedback_IXfEt input[type="checkbox"]:checked {
    background: rgb(158,171,169);
    border-color: rgb(158,171,169);
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP .message_feedback_IXfEt input[type="checkbox"]:checked::after {
    position: absolute;
    content: '✔';
    left: 50%;
    font-size: 0.8rem;
    top: 50%;
    color: #ffffff;
    transform: translate(-50%, -50%);
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP .message_feedback_IXfEt label {
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 18px;
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP .message_feedback_IXfEt a {
    margin-left: 0.3rem;
    color: rgb(158,171,169);
    transition: color 0.3s ease;
    text-decoration: none;
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP .message_feedback_IXfEt a:hover {
    text-decoration: underline;
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP .query_request_gOwIF {
    font-weight: 600;
    color: #ffffff;
    background: rgb(158,171,169);
    text-transform: uppercase;
    transition: all 0.3s ease;
    letter-spacing: 0.1em;
    position: relative;
    width: 100%;
    border: none;
    padding: 1rem;
    overflow: hidden;
    font-size: 17px;
    border-radius: 10px;
    cursor: pointer;
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP .query_request_gOwIF::before {
    top: 0;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(158,171,169,0.5), 
        transparent
    );
    transition: all 0.3s ease;
    left: -100%;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP .query_request_gOwIF:hover::before {
    left: 100%;
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP .query_request_gOwIF:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(158,171,169,0.5);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.connect_with_us_NSVAx .message_inquiry_LkdXy {
    transform: none;
    flex-direction: column;
}.connect_with_us_NSVAx .pic_grid_neiwc {
    flex: 0 0 100%;
    min-height: 300px;
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.connect_with_us_NSVAx {
    padding: 3rem 0;
}.connect_with_us_NSVAx h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP h3 {
    font-size: calc(28px * 0.9);
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP .message_feedback_IXfEt {
    align-items: flex-start;
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP .message_feedback_IXfEt input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.connect_with_us_NSVAx .message_inquiry_LkdXy {
    border-radius: 0;
}.connect_with_us_NSVAx .pic_grid_neiwc {
    min-height: 250px;
}.connect_with_us_NSVAx .feedback_inquiry_cBpUP {
    padding: 2rem 1.5rem;
}}.course_program_details_hafZe {
    flex-direction: column;
    min-height: 100vh;
    background-color: rgb(193,207,207);
    position: relative;
    overflow: hidden;
    display: flex;
}.course_program_details_hafZe::before {
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(180deg, transparent 30%, #000000 100%);
    width: 100%;
    position: absolute;
    content: "";
}.course_program_details_hafZe .job_classes_UPueG {
    height: 100%;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}.course_program_details_hafZe .knowledge_guide_xLDXG {
    height: 100%;
    width: calc(100% * 5);
    animation: carousel-slide 35s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    display: flex;
}.course_program_details_hafZe .job_classes_UPueG:hover .knowledge_guide_xLDXG {
    animation-play-state: paused;
}.course_program_details_hafZe .career_path_xTOfn {
    position: relative;
    width: calc(100% / 5);
    height: 100%;
}.course_program_details_hafZe .career_path_xTOfn img {
    object-fit: cover;
    filter: brightness(0.7);
    height: 100%;
    width: 100%;
}.course_program_details_hafZe .container {
    padding-bottom: 80px;
    margin-top: auto;
    z-index: 3;
    position: relative;
}.course_program_details_hafZe .expert_program_ArMLb {
    display: flex;
    justify-content: center;
}.course_program_details_hafZe .training_plan_DnFPY {
    padding: 50px;
    transform: translateY(30px);
    border-radius: 0;
    backdrop-filter: blur(8px);
    border-top: 4px solid rgb(158,171,169);
    animation: float-up 1s forwards;
    max-width: 800px;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    width: 100%;
    overflow: hidden;
}.course_program_details_hafZe .training_plan_DnFPY::before,
.course_program_details_hafZe .training_plan_DnFPY::after {
    position: absolute;
    z-index: -1;
    content: "";
    opacity: 0.3;
    background: rgb(158,171,169);
    border-radius: 50%;
}.course_program_details_hafZe .training_plan_DnFPY::before {
    height: 300px;
    width: 300px;
    top: -150px;
    right: -150px;
}.course_program_details_hafZe .training_plan_DnFPY::after {
    bottom: -100px;
    height: 200px;
    left: -100px;
    width: 200px;
}.course_program_details_hafZe .training_plan_DnFPY h3 {
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
    font-size: 47px;
    position: relative;
    font-weight: 700;
}.course_program_details_hafZe .training_plan_DnFPY p {
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.7;
}.course_program_details_hafZe .training_plan_DnFPY .query_request_gOwIF {
    color: #ffffff;
    position: relative;
    padding: 15px 0;
    text-decoration: none;
    background: rgb(158,171,169);
    margin: 0 auto;
    transition: all 0.3s ease;
    width: 200px;
    display: block;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
}.course_program_details_hafZe .training_plan_DnFPY .query_request_gOwIF::before {
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    background: rgb(123,133,132);
    left: 0;
    z-index: -1;
    width: 100%;
}.course_program_details_hafZe .training_plan_DnFPY .query_request_gOwIF:hover {
    color: #ffffff;
}.course_program_details_hafZe .training_plan_DnFPY .query_request_gOwIF:hover::before {
    transform: translateX(0);
}

@keyframes carousel-slide {
    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 float-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.course_program_details_hafZe {
    min-height: 100vh;
}.course_program_details_hafZe .container {
    padding-bottom: 60px;
}.course_program_details_hafZe .training_plan_DnFPY {
    padding: 40px 30px;
}.course_program_details_hafZe .training_plan_DnFPY h3 {
    font-size: calc(38px * 1.1);
}
}

@media (max-width: 768px) {.course_program_details_hafZe {
    height: auto;
    min-height: auto;
    padding-top: 50vh;
}.course_program_details_hafZe::before {
    background: linear-gradient(180deg, transparent 40%, #000000 70%);
}.course_program_details_hafZe .job_classes_UPueG {
    position: fixed;
    height: 50vh;
    top: 0;
}.course_program_details_hafZe .container {
    margin-top: 0;
    padding-bottom: 50px;
}.course_program_details_hafZe .training_plan_DnFPY {
    padding: 30px 25px;
}.course_program_details_hafZe .training_plan_DnFPY h3 {
    font-size: 38px;
}.course_program_details_hafZe .training_plan_DnFPY .query_request_gOwIF {
    width: 100%;
}
}

@media (max-width: 576px) {.course_program_details_hafZe {
    padding-top: 45vh;
}.course_program_details_hafZe .job_classes_UPueG {
    height: 45vh;
}.course_program_details_hafZe .container {
    padding-bottom: 40px;
}.course_program_details_hafZe .training_plan_DnFPY {
    padding: 25px 20px;
}.course_program_details_hafZe .training_plan_DnFPY h3 {
    margin-bottom: 15px;
    font-size: calc(23px * 1.1);
}.course_program_details_hafZe .training_plan_DnFPY p {
    margin-bottom: 25px;
}.course_program_details_hafZe .training_plan_DnFPY .query_request_gOwIF {
    padding: 12px 0;
}}.cookieAlertContainer_RePWG {
    border-top: 2px solid rgb(158,171,169);
    position: fixed;
    bottom: 0;
    background: rgb(193,207,207);
    z-index: 90;
    width: 100%;
}.consent_panel_PlFNg {
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
}.cookieAlertContainer_RePWG h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#cookie_popupwindow_iJvDN {
    display: none;
}#cookie_popupwindow_iJvDN:checked ~ .cookieAlertContainer_RePWG {
    opacity: 0;
    visibility: hidden;
}.cookieAlertContainer_RePWG p {
    font-size: 18px;
}.cookie_controls_AQVPn {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_controls_AQVPn svg, .cookie_controls_AQVPn svg path, .cookie_controls_AQVPn img {
    width: 100px;
    height: 100px;
    fill: rgb(158,171,169);
}.cookie_review_CBTxS {
    cursor: pointer;
    min-width: 120px;
    text-decoration: none;
    text-align: center;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(158,171,169);
    white-space: nowrap;
    font-size: 24px;
    color: rgb(158,171,169);
    margin-left: 10px;
    line-height: 35px;
}.cookieAlertContainer_RePWG p a {
    color: rgb(158,171,169);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookieAlertContainer_RePWG {
    padding: 20px;
}}

.viewport-container_MfbQp .cookieAlertContainer_RePWG {
    padding: 40px 0;
    box-shadow: rgb(123,133,132,0.5) 0px 0px 40px 39px;
    background: rgb(123,133,132);
    border: none;
}.viewport-container_MfbQp .cookie_review_CBTxS {
    color: #ffffff;
    border: none;
    font-weight: 400;
    padding: 10px;
    margin-left: 30px;
    background: rgb(158,171,169);
    font-size: 20px;
}.viewport-container_MfbQp .cookie_apply_mZFIV h5, .viewport-container_MfbQp .cookie_apply_mZFIV p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.cookie_controls_AQVPn {
    display: none;
}.consent_panel_PlFNg {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookieAlertContainer_RePWG h5 {
    text-align: center;
}.cookieAlertContainer_RePWG p {
    text-align: center;
}.cookie_apply_mZFIV {
    margin-bottom: 20px;
}body .viewport-container_MfbQp .cookie_review_CBTxS {
    margin-bottom: 10px;
    margin-left: 0;
}}.mentorship_profile_SLtGT {
    background: linear-gradient(135deg, rgb(193,207,207) 0%, rgb(158,171,169,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.mentorship_profile_SLtGT::before {
    width: 300px;
    background: rgb(123,133,132,0.5);
    z-index: 0;
    height: 300px;
    content: "";
    transform: rotate(-15deg);
    filter: blur(80px);
    right: -50px;
    top: -50px;
    position: absolute;
}.mentorship_profile_SLtGT::after {
    background: rgb(158,171,169,0.5);
    position: absolute;
    bottom: -80px;
    left: -50px;
    height: 250px;
    z-index: 0;
    width: 250px;
    transform: rotate(25deg);
    content: "";
    filter: blur(60px);
}.mentorship_profile_SLtGT .container {
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.mentorship_profile_SLtGT .learn_ratings_dBlrV {
    padding: 40px;
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.mentorship_profile_SLtGT .learn_ratings_dBlrV:hover {
    transform: perspective(1000px) rotateY(0deg);
}.mentorship_profile_SLtGT .learn_ratings_dBlrV::before {
    width: 5px;
    content: "";
    transform-origin: left center;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(158,171,169), rgb(123,133,132));
    height: 100%;
    transform: scaleY(0);
}.mentorship_profile_SLtGT .learn_ratings_dBlrV:hover::before {
    transform: scaleY(1);
}.mentorship_profile_SLtGT .pic_grid_neiwc {
    width: 200px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    border: 3px solid #ffffff;
    position: relative;
    margin: 0 auto;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 200px;
}.mentorship_profile_SLtGT .learn_ratings_dBlrV:hover .pic_grid_neiwc {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.05);
}.mentorship_profile_SLtGT .pic_grid_neiwc::after {
    left: 0;
    background: linear-gradient(135deg, rgb(158,171,169,0.5) 0%, transparent 50%, rgb(123,133,132,0.5) 100%);
    top: 0;
    position: absolute;
    height: 100%;
    transition: opacity 0.6s ease;
    width: 100%;
    content: "";
    opacity: 0;
}.mentorship_profile_SLtGT .learn_ratings_dBlrV:hover .pic_grid_neiwc::after {
    opacity: 0.4;
}.mentorship_profile_SLtGT .name {
    font-size: calc(21px * 1.1);
    transform: translateX(0);
    display: inline-block;
    color: rgb(158,171,169);
    font-weight: 700;
    position: relative;
    margin: 0 0 5px 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.mentorship_profile_SLtGT .learn_ratings_dBlrV:hover .name {
    transform: translateX(10px);
}.mentorship_profile_SLtGT .name::after {
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    content: "";
    left: 0;
    width: 0;
    background: rgb(123,133,132);
    bottom: -3px;
    position: absolute;
    height: 2px;
}.mentorship_profile_SLtGT .learn_ratings_dBlrV:hover .name::after {
    width: 100%;
}.mentorship_profile_SLtGT .learn_ratings_dBlrV > div:nth-child(2) > div {
    color: #000000;
    padding-left: 0;
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: calc(15px * 0.95);
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
}.mentorship_profile_SLtGT .learn_ratings_dBlrV:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.mentorship_profile_SLtGT .career_achievements_jZPWK {
    color: #000000;
    border-radius: 10px;
    margin: 0;
    padding: 25px 20px;
    transition: background-position 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(to right, #ffffff, rgb(193,207,207), #ffffff);
    background-size: 200% 100%;
    position: relative;
    line-height: 1.8;
    font-size: 15px;
}.mentorship_profile_SLtGT .learn_ratings_dBlrV:hover .career_achievements_jZPWK {
    background-position: right center;
}.mentorship_profile_SLtGT .career_achievements_jZPWK::before,
.mentorship_profile_SLtGT .career_achievements_jZPWK::after {
    line-height: 1;
    content: "";
    color: rgb(158,171,169,0.5);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 60px;
    font-family: Georgia, serif;
    position: absolute;
}.mentorship_profile_SLtGT .career_achievements_jZPWK::before {
    left: -10px;
    top: -10px;
    transform: translateX(-20px) translateY(-20px) scale(0.8);
    opacity: 0.5;
}.mentorship_profile_SLtGT .career_achievements_jZPWK::after {
    opacity: 0.5;
    content: "";
    right: -10px;
    transform: translateX(20px) translateY(20px) scale(0.8);
    bottom: -30px;
}.mentorship_profile_SLtGT .learn_ratings_dBlrV:hover .career_achievements_jZPWK::before {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0.7;
}.mentorship_profile_SLtGT .learn_ratings_dBlrV:hover .career_achievements_jZPWK::after {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0.7;
}

@media (min-width: 768px) {.mentorship_profile_SLtGT .learn_ratings_dBlrV {
    grid-template-rows: auto 1fr;
    gap: 25px 40px;
    grid-template-columns: 220px 1fr;
}.mentorship_profile_SLtGT .learn_ratings_dBlrV > div:first-child {
    align-items: center;
    display: flex;
    grid-row: 1 / 3;
    justify-content: center;
}.mentorship_profile_SLtGT .learn_ratings_dBlrV > div:nth-child(2) {
    align-self: end;
}.mentorship_profile_SLtGT .learn_ratings_dBlrV > div:nth-child(3) {
    grid-column: 2 / 3;
}.mentorship_profile_SLtGT .pic_grid_neiwc {
    width: 200px;
    height: 200px;
}
}

@media (min-width: 992px) {.mentorship_profile_SLtGT {
    padding: 150px 0;
}.mentorship_profile_SLtGT .learn_ratings_dBlrV {
    gap: 30px 60px;
    transform: perspective(1500px) rotateY(3deg);
    padding: 60px;
}.mentorship_profile_SLtGT .pic_grid_neiwc {
    height: 240px;
    width: 240px;
}.mentorship_profile_SLtGT .name {
    font-size: calc(21px * 1.2);
}.mentorship_profile_SLtGT .learn_ratings_dBlrV > div:nth-child(2) > div {
    font-size: 15px;
}.mentorship_profile_SLtGT .career_achievements_jZPWK {
    padding: 30px 25px;
    line-height: 1.9;
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.mentorship_profile_SLtGT {
    padding: 80px 0;
}.mentorship_profile_SLtGT .learn_ratings_dBlrV {
    gap: 20px;
    padding: 30px 25px;
}.mentorship_profile_SLtGT .pic_grid_neiwc {
    height: 150px;
    width: 150px;
}.mentorship_profile_SLtGT .name {
    font-size: 21px;
    text-align: center;
}.mentorship_profile_SLtGT .learn_ratings_dBlrV > div:nth-child(2) {
    text-align: center;
}.mentorship_profile_SLtGT .learn_ratings_dBlrV > div:nth-child(2) > div {
    font-size: calc(15px * 0.9);
}.mentorship_profile_SLtGT .career_achievements_jZPWK {
    font-size: calc(15px * 0.95);
    padding: 20px 15px;
    line-height: 1.7;
}}.learning_system_rGtga {
    background: linear-gradient(135deg, rgb(193,207,207) 0%, rgb(123,133,132,0.5) 100%);
    overflow: hidden;
    padding: 8rem 2rem;
    position: relative;
}.learning_system_rGtga::before {
    animation: gradientShift 15s ease-in-out infinite alternate;
    transform: translateZ(0);
    height: 120%;
    opacity: 0.4;
    width: 120%;
    background: radial-gradient(circle at 75% 25%, rgb(158,171,169,0.5) 0%, transparent 60%);
    content: "";
    left: -10%;
    top: -5%;
    position: absolute;
    z-index: 0;
}.learning_system_rGtga::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(158,171,169), transparent);
    left: 0;
    height: 2px;
    content: "";
    width: 100%;
    transform: translateZ(0);
    bottom: 0;
    z-index: 1;
}.learning_system_rGtga .container {
    padding: 3rem;
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(to bottom, #ffffff, rgb(255, 255, 255, 0.5));
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    display: flex;
    animation: container-entrance 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    transform-origin: center top;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    transform: perspective(1000px) rotateX(1deg);
}.learning_system_rGtga .container > div {
    position: relative;
}.learning_system_rGtga h3 {
    font-weight: 700;
    animation: text-entrance 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s forwards;
    position: relative;
    opacity: 0;
    color: #000000;
    font-size: calc(33px * 0.85);
    display: inline-block;
    margin-bottom: 2rem;
    transform: translateY(20px);
    line-height: 1.3;
}.learning_system_rGtga h3::after {
    left: 0;
    bottom: -10px;
    position: absolute;
    animation: line-draw 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.9s forwards;
    transform-origin: left;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(158,171,169), transparent);
    width: 60%;
    height: 3px;
    content: "";
}.learning_system_rGtga p {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: text-entrance 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) 0.6s forwards;
    transform: translateY(30px);
    position: relative;
    font-size: 12px;
}.learning_system_rGtga p span {
    position: relative;
    display: block;
    padding-left: 1.5rem;
}.learning_system_rGtga p span::before {
    content: "";
    position: absolute;
    background: rgb(158,171,169);
    border-radius: 50%;
    top: 0.6rem;
    transform: scale(0);
    animation: dot-entrance 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) 1s forwards;
    width: 6px;
    left: 0;
    height: 6px;
}

@media (min-width: 768px) {.learning_system_rGtga {
    padding: 10rem 3rem;
}.learning_system_rGtga .container {
    padding: 4rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 20px rgba(0, 0, 0, 0.03);
    transform: perspective(1200px) rotateX(1deg);
}.learning_system_rGtga h3 {
    font-size: 33px;
    margin-bottom: 3rem;
}.learning_system_rGtga p {
    font-size: calc(12px * 1.1);
    padding-right: 2rem;
}.learning_system_rGtga p span {
    padding-left: 2rem;
}.learning_system_rGtga p span::before {
    height: 8px;
    width: 8px;
}
}

@media (min-width: 992px) {.learning_system_rGtga {
    padding: 12rem 4rem;
}.learning_system_rGtga .container {
    padding: 5rem;
}.learning_system_rGtga::before {
    animation: gradientShift 20s ease-in-out infinite alternate;
}.learning_system_rGtga h3 {
    margin-bottom: 3.5rem;
}.learning_system_rGtga p {
    margin: 0 auto;
    max-width: 90%;
}.learning_system_rGtga .container:hover {
    transform: perspective(1200px) rotateX(1.5deg) translateY(-5px);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
}

@media (max-width: 767px) {.learning_system_rGtga {
    padding: 6rem 1.5rem;
}.learning_system_rGtga .container {
    transform: perspective(800px) rotateX(0.5deg);
    padding: 2rem;
}.learning_system_rGtga h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.5rem;
}.learning_system_rGtga p {
    font-size: calc(12px * 0.95);
}.learning_system_rGtga p span {
    padding-left: 1rem;
}.learning_system_rGtga p span::before {
    top: 0.5rem;
    width: 4px;
    height: 4px;
}}

@keyframes container-entrance {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(1deg) translateY(0);
    }
}

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

@keyframes line-draw {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes dot-entrance {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@keyframes gradientShift {
    0% {
        opacity: 0.3;
        transform: translateX(-5%) translateY(-5%) scale(1.05);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
        transform: translateX(5%) translateY(5%) scale(1);
    }
}.pricing_menu_OtYkI {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
}.pricing_menu_OtYkI::before {
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
    z-index: 1;
}.pricing_menu_OtYkI .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.pricing_menu_OtYkI .skill_pricing_lqbJL {
    position: relative;
}.pricing_menu_OtYkI h2 {
    background-clip: text !important;
    animation: titleFloat 6s ease-in-out infinite;
    font-weight: 700;
    transform: translateY(0);
    background: linear-gradient(90deg, rgb(158,171,169) 0%, rgb(123,133,132) 100%);
    margin-bottom: 25px;
    color: transparent;
    text-align: center;
    position: relative;
    font-size: 32px;
    -webkit-background-clip: text !important;
}.pricing_menu_OtYkI h2::after {
    bottom: -10px;
    position: absolute;
    transform: translateX(-50%);
    content: '';
    height: 3px;
    background: rgb(123,133,132);
    left: 50%;
    width: 80px;
}.pricing_menu_OtYkI .payment_pricing_LGgEN {
    font-size: calc(17px + 2px);
    margin: 0 auto 50px;
    line-height: 1.6;
    opacity: 0.9;
    color: #ffffff;
    text-align: center;
    max-width: 700px;
}.pricing_menu_OtYkI .cost_table_RlhMe {
    list-style: none;
    margin: 0;
    display: grid;
    padding: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.pricing_menu_OtYkI .cost_table_RlhMe li {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pricing_menu_OtYkI .cost_table_RlhMe li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.pricing_menu_OtYkI .cost_plan_BuGMa {
    height: 100%;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    display: block;
    text-decoration: none;
}.pricing_menu_OtYkI .rate_choices_ZOiJt {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    -webkit-backdrop-filter: blur(10px);
    padding: 35px 30px;
    height: 100%;
}.pricing_menu_OtYkI .rate_choices_ZOiJt::before {
    background: linear-gradient(90deg, rgb(158,171,169), rgb(123,133,132));
    transform: scaleX(0);
    content: '';
    transform-origin: left;
    height: 5px;
    transition: transform 0.5s ease;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}.pricing_menu_OtYkI .cost_plan_BuGMa:hover .rate_choices_ZOiJt::before {
    transform: scaleX(1);
}.pricing_menu_OtYkI .rate_choices_ZOiJt::after {
    content: '';
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(123,133,132,0.5) 50%);
    width: 60px;
    bottom: 0;
    transition: opacity 0.5s ease;
    height: 60px;
    opacity: 0;
}.pricing_menu_OtYkI .cost_plan_BuGMa:hover .rate_choices_ZOiJt::after {
    opacity: 1;
}.pricing_menu_OtYkI .learning_package_rqQSa {
    z-index: 2;
    position: relative;
}.pricing_menu_OtYkI .learning_package_rqQSa h4 {
    margin: 0 0 20px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: calc(21px + 2px);
    font-weight: 700;
}.pricing_menu_OtYkI .learning_package_rqQSa h4::after {
    position: absolute;
    content: '';
    height: 2px;
    background: rgb(158,171,169);
    width: 40px;
    left: 0;
    bottom: -8px;
    transition: width 0.4s ease;
}.pricing_menu_OtYkI .cost_plan_BuGMa:hover .learning_package_rqQSa h4::after {
    width: 100%;
}.pricing_menu_OtYkI .learning_package_rqQSa p {
    font-size: 17px;
    padding-right: 5px;
    line-height: 1.6;
    word-break: break-word;
    max-height: 200px;
    overflow-wrap: break-word;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.8);
    overflow-y: auto;
}.pricing_menu_OtYkI .learning_package_rqQSa p::-webkit-scrollbar {
    width: 4px;
}.pricing_menu_OtYkI .learning_package_rqQSa p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.pricing_menu_OtYkI .learning_package_rqQSa p::-webkit-scrollbar-thumb {
    background: rgb(158,171,169,0.5);
}.pricing_menu_OtYkI .cost_rates_uRNFI {
    margin-top: 15px;
    padding: 10px 0;
    font-size: calc(21px + 4px);
    font-weight: 700;
    display: block;
    color: #ffffff;
    position: relative;
}.pricing_menu_OtYkI .cost_rates_uRNFI::before {
    top: 0;
    left: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    content: '';
    width: 40px;
}

@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {.pricing_menu_OtYkI {
    padding: 80px 0;
}.pricing_menu_OtYkI .cost_table_RlhMe {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.pricing_menu_OtYkI .rate_choices_ZOiJt {
    padding: 25px 20px;
}.pricing_menu_OtYkI .learning_package_rqQSa p {
    font-size: calc(17px - 1px);
    max-height: 150px;
}.pricing_menu_OtYkI .cost_rates_uRNFI {
    font-size: calc(21px + 2px);
}
}

@media (max-width: 767px) {.pricing_menu_OtYkI {
    padding: 60px 0;
}.pricing_menu_OtYkI h2 {
    font-size: calc(32px - 4px);
}.pricing_menu_OtYkI .payment_pricing_LGgEN {
    font-size: 17px;
    margin-bottom: 30px;
}.pricing_menu_OtYkI .cost_table_RlhMe {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_menu_OtYkI .learning_package_rqQSa h4 {
    font-size: 21px;
}.pricing_menu_OtYkI .cost_rates_uRNFI {
    font-size: 21px;
}
}

@media (max-width: 480px) {.pricing_menu_OtYkI {
    padding: 50px 0;
}.pricing_menu_OtYkI h2 {
    font-size: calc(32px - 8px);
}.pricing_menu_OtYkI .payment_pricing_LGgEN {
    font-size: calc(17px - 2px);
}.pricing_menu_OtYkI .rate_choices_ZOiJt {
    padding: 20px 15px;
}.pricing_menu_OtYkI .learning_package_rqQSa p {
    font-size: calc(17px - 2px);
}}.company_info_JGujV {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(193,207,207) 0%, rgb(123,133,132,0.5) 100%);
    position: relative;
}.company_info_JGujV::before {
    left: 0;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    height: 100%;
    background-size: 40px 40px;
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.03;
    background-image: 
        linear-gradient(45deg, rgb(158,171,169,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(158,171,169,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(158,171,169,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(158,171,169,0.5) 75%);
    z-index: 1;
    position: absolute;
}.company_info_JGujV .container {
    padding: 0 2rem;
    margin: 0 auto;
    transform-origin: center top;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
}.company_info_JGujV h1 {
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: 42px;
    color: #000000;
    display: inline-block;
    transform: translateZ(0);
    margin-bottom: 3rem;
    position: relative;
}.company_info_JGujV h1::after {
    height: 4px;
    left: 0;
    position: absolute;
    bottom: -10px;
    transform-origin: left center;
    width: 60%;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    content: "";
    background: linear-gradient(90deg, rgb(158,171,169) 0%, transparent 100%);
}.company_info_JGujV h1:hover::after {
    transform: scaleX(1.5);
}.company_info_JGujV .quick_classes_PWQoy {
    position: relative;
}.company_info_JGujV .quick_classes_PWQoy ul {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
    margin: 0;
}.company_info_JGujV .community_team_hVRCP {
    transform: translateZ(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-left: 4px solid rgb(158,171,169);
    padding: 2.5rem;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    position: relative;
}.company_info_JGujV .community_team_hVRCP:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.08);
}.company_info_JGujV .community_team_hVRCP::before {
    width: 25%;
    background: linear-gradient(90deg, transparent 0%, rgb(123,133,132) 100%);
    height: 3px;
    right: 0;
    top: 0;
    content: "";
    position: absolute;
}.company_info_JGujV .community_team_hVRCP h4 {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #000000;
    font-size: calc(23px + 0.2rem);
    margin-bottom: 1.5rem;
    margin-top: 0;
}.company_info_JGujV .community_team_hVRCP h4::after {
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: rgb(158,171,169);
    transition: width 0.3s ease;
    bottom: -8px;
    left: 0;
    content: "";
}.company_info_JGujV .community_team_hVRCP:hover h4::after {
    width: 80px;
}.company_info_JGujV .community_team_hVRCP div {
    font-family: Arial, sans-serif;
    padding-right: 10px;
    position: relative;
    color: #000000;
    font-size: 18px;
    max-height: 300px;
    line-height: 1.8;
    overflow-y: auto;
}.company_info_JGujV .community_team_hVRCP div::-webkit-scrollbar {
    width: 4px;
}.company_info_JGujV .community_team_hVRCP div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.company_info_JGujV .community_team_hVRCP div::-webkit-scrollbar-thumb {
    background: rgb(158,171,169,0.5);
    border-radius: 10px;
}.company_info_JGujV .community_team_hVRCP:first-child {
    transform: translateX(-5px) translateZ(0);
}.company_info_JGujV .community_team_hVRCP:last-child {
    transform: translateX(5px) translateZ(0);
}.company_info_JGujV .community_team_hVRCP:first-child:hover,
.company_info_JGujV .community_team_hVRCP:last-child:hover {
    transform: translateY(-5px) translateZ(0);
}

@media (min-width: 768px) {.company_info_JGujV {
    padding: 8rem 0;
}.company_info_JGujV .quick_classes_PWQoy ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.company_info_JGujV h1 {
    margin-bottom: 4rem;
    font-size: calc(42px * 1.2);
}.company_info_JGujV h1::after {
    height: 6px;
    bottom: -15px;
}.company_info_JGujV .community_team_hVRCP {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 3rem;
}.company_info_JGujV .community_team_hVRCP:first-child {
    transform: translateY(20px) translateZ(0);
}.company_info_JGujV .community_team_hVRCP:last-child {
    transform: translateY(-20px) translateZ(0);
}.company_info_JGujV .community_team_hVRCP:first-child:hover,
    .company_info_JGujV .community_team_hVRCP:last-child:hover {
    transform: translateY(0) translateZ(0) scale(1.02);
}.company_info_JGujV .community_team_hVRCP::before {
    width: 35%;
    height: 4px;
}.company_info_JGujV .community_team_hVRCP div {
    max-height: 400px;
}
}

@media (min-width: 1024px) {.company_info_JGujV {
    padding: 10rem 0;
}.company_info_JGujV::before {
    background-size: 60px 60px;
}.company_info_JGujV .container {
    padding: 0 4rem;
}.company_info_JGujV h1 {
    font-size: calc(42px * 1.4);
}.company_info_JGujV .community_team_hVRCP {
    padding: 3.5rem;
}.company_info_JGujV .community_team_hVRCP h4 {
    margin-bottom: 2rem;
    font-size: calc(23px * 1.2);
}.company_info_JGujV .community_team_hVRCP h4::after {
    bottom: -10px;
    height: 3px;
}.company_info_JGujV .community_team_hVRCP div {
    font-size: calc(18px * 1.05);
    max-height: 450px;
    line-height: 1.9;
}.company_info_JGujV .quick_classes_PWQoy ul {
    gap: 3rem;
}
}

@media (min-width: 1440px) {.company_info_JGujV .container {
    max-width: 1400px;
}.company_info_JGujV h1 {
    margin-bottom: 5rem;
}.company_info_JGujV .community_team_hVRCP {
    padding: 4rem;
}.company_info_JGujV .community_team_hVRCP div {
    max-height: 500px;
}
}

@media (max-width: 767px) {.company_info_JGujV {
    padding: 4rem 0;
}.company_info_JGujV .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.company_info_JGujV h1 {
    margin-bottom: 2rem;
    font-size: calc(42px * 0.9);
}.company_info_JGujV .community_team_hVRCP {
    margin-bottom: 2rem;
    padding: 1.5rem;
}.company_info_JGujV .community_team_hVRCP h4 {
    margin-bottom: 1rem;
    font-size: 23px;
}.company_info_JGujV .community_team_hVRCP div {
    font-size: calc(18px * 0.95);
    max-height: 250px;
    line-height: 1.6;
}.company_info_JGujV .community_team_hVRCP:first-child,
    .company_info_JGujV .community_team_hVRCP:last-child {
    transform: none;
}}.get_help_info_UhzHx {
    background: rgb(193,207,207);
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}.get_help_info_UhzHx::before {
    filter: blur(60px);
    content: "";
    position: absolute;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    z-index: 0;
    background: linear-gradient(45deg, rgb(158,171,169,0.5), transparent);
    top: -100px;
    right: -100px;
}.get_help_info_UhzHx .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.get_help_info_UhzHx .get_contactbox_rwulE {
    border-radius: 10px;
    transition: all 0.4s ease;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.1),
              -12px -12px 24px rgba(255, 255, 255, 0.6);
    padding: 50px;
    background: rgb(193,207,207);
    position: relative;
}.get_help_info_UhzHx .get_contactbox_rwulE:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.12),
              -15px -15px 30px rgba(255, 255, 255, 0.7);
}.get_help_info_UhzHx h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
}.get_help_info_UhzHx h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(158,171,169), transparent);
    left: 0;
    width: 60px;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    height: 4px;
}.get_help_info_UhzHx p {
    line-height: 1.7;
    font-size: 18px;
    margin-bottom: 25px;
    color: #000000;
}.get_help_info_UhzHx .ask_for_help_BvkQl {
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 20px;
    display: flex;
}.get_help_info_UhzHx .support_contact_xCGuN {
    padding: 15px 25px;
    display: flex;
    font-size: 18px;
    align-items: center;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    background: rgb(193,207,207);
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1),
              -5px -5px 10px rgba(255, 255, 255, 0.7);
}.get_help_info_UhzHx .support_contact_xCGuN:hover {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.12),
              -8px -8px 16px rgba(255, 255, 255, 0.8);
    transform: translateY(-3px);
}.get_help_info_UhzHx .support_contact_xCGuN:active {
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.1),
              inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    transform: translateY(0);
}.get_help_info_UhzHx .support_contact_xCGuN svg {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
}.get_help_info_UhzHx .support_contact_xCGuN:hover svg {
    transform: scale(1.1) rotate(5deg);
}.get_help_info_UhzHx .support_contact_xCGuN svg path {
    transition: fill 0.3s ease;
    fill: rgb(158,171,169);
}.get_help_info_UhzHx .support_contact_xCGuN:hover svg path {
    fill: rgb(123,133,132);
}.get_help_info_UhzHx p svg {
    vertical-align: middle;
    margin-right: 10px;
    width: 22px;
    height: 22px;
}.get_help_info_UhzHx p svg path {
    fill: rgb(158,171,169);
    transition: fill 0.3s ease;
}.get_help_info_UhzHx p:nth-last-child(2) {
    width: fit-content;
    align-items: center;
    padding: 12px 20px;
    border-radius: 10px;
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.05),
              inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    background: rgb(193,207,207);
    display: flex;
}.get_help_info_UhzHx p:nth-last-child(2):hover svg path {
    fill: rgb(123,133,132);
}.get_help_info_UhzHx .get_contactbox_rwulE::before {
    opacity: 0.4;
    border-radius: 50%;
    position: absolute;
    width: 100px;
    z-index: -1;
    left: -30px;
    background: rgb(158,171,169,0.5);
    height: 100px;
    filter: blur(30px);
    top: -30px;
    content: "";
}.get_help_info_UhzHx .get_contactbox_rwulE::after {
    border-radius: 50%;
    height: 80px;
    position: absolute;
    opacity: 0.4;
    content: "";
    bottom: -20px;
    filter: blur(25px);
    z-index: -1;
    right: -20px;
    width: 80px;
    background: rgb(123,133,132,0.5);
}@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.get_help_info_UhzHx .support_contact_xCGuN:nth-child(1) {
    animation: float 5s ease-in-out infinite;
}.get_help_info_UhzHx .support_contact_xCGuN:nth-child(2) {
    animation-delay: 0.5s;
    animation: float 5s ease-in-out infinite;
}.get_help_info_UhzHx .support_contact_xCGuN:nth-child(3) {
    animation: float 5s ease-in-out infinite;
    animation-delay: 1s;
}

@media (max-width: 991px) {.get_help_info_UhzHx {
    padding: 60px 0;
}.get_help_info_UhzHx .get_contactbox_rwulE {
    padding: 40px 30px;
}.get_help_info_UhzHx .ask_for_help_BvkQl {
    gap: 15px;
}.get_help_info_UhzHx .support_contact_xCGuN {
    padding: 12px 20px;
}
}

@media (max-width: 767px) {.get_help_info_UhzHx {
    padding: 50px 0;
}.get_help_info_UhzHx .get_contactbox_rwulE {
    padding: 30px 20px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1),
                -8px -8px 16px rgba(255, 255, 255, 0.6);
}.get_help_info_UhzHx h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.9);
}.get_help_info_UhzHx p {
    font-size: calc(18px * 0.95);
    margin-bottom: 20px;
}.get_help_info_UhzHx .ask_for_help_BvkQl {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}.get_help_info_UhzHx .support_contact_xCGuN {
    width: 100%;
    padding: 12px 20px;
}.get_help_info_UhzHx .support_contact_xCGuN svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.get_help_info_UhzHx .get_contactbox_rwulE::before,
  .get_help_info_UhzHx .get_contactbox_rwulE::after {
    display: none;
}.get_help_info_UhzHx .support_contact_xCGuN:nth-child(n) {
    animation: none;
}
}