﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    width: 1115px;
    margin: auto;
    max-width: 100%;
}.faculty-info-QZIGUEu {
    flex: 0 0 auto;
}.head-wrap-dPQKBTE {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}html,body {
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.panel-container-E5ViUCM {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact-information-p5wZz1T {
    position: relative;
    padding: 100px 0;
}.contact-information-p5wZz1T::before {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(129,140,133,0.5) 0%, rgb(89,99,89,0.5) 100%);
    content: '';
    left: 0;
}.contact-information-p5wZz1T .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.contact-information-p5wZz1T .help-reach-pAWcIjh {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    display: grid;
}.contact-information-p5wZz1T .reach-links-gQWUNHp {
    grid-gap: 20px;
    display: grid;
    background: #ffffff;
    border-radius: 21px;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.contact-information-p5wZz1T .reach-links-gQWUNHp h3 {
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    grid-column: 1 / -1;
}.contact-information-p5wZz1T .reach-links-gQWUNHp h3::after {
    left: 50%;
    transform: translateX(-50%);
    background: rgb(129,140,133);
    width: 80px;
    height: 4px;
    content: '';
    bottom: -15px;
    position: absolute;
    border-radius: 2px;
}.contact-information-p5wZz1T .reach-links-gQWUNHp div {
    text-align: center;
    transition: all 0.3s ease;
    flex-direction: column;
    border-radius: 10px;
    display: flex;
    padding: 30px 20px;
    align-items: center;
    background: rgb(173,183,165);
}.contact-information-p5wZz1T .reach-links-gQWUNHp div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.contact-information-p5wZz1T .reach-links-gQWUNHp svg {
    margin-bottom: 15px;
    width: 40px;
    height: 40px;
}.contact-information-p5wZz1T .reach-links-gQWUNHp svg path {
    fill: rgb(129,140,133);
}.contact-information-p5wZz1T .reach-links-gQWUNHp span {
    font-size: 18px;
    color: #000000;
}.contact-information-p5wZz1T .reach-links-gQWUNHp a {
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
    color: rgb(129,140,133);
}.contact-information-p5wZz1T .reach-links-gQWUNHp a:hover {
    color: rgb(89,99,89);
}.contact-information-p5wZz1T .query-widget-7IpPehw {
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 21px;
}.contact-information-p5wZz1T form h3 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    font-size: 30px;
}.contact-information-p5wZz1T form h3::after {
    height: 4px;
    background: rgb(129,140,133);
    left: 50%;
    position: absolute;
    border-radius: 2px;
    width: 80px;
    content: '';
    transform: translateX(-50%);
    bottom: -15px;
}.contact-information-p5wZz1T form {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    display: grid;
}.contact-information-p5wZz1T form h3 {
    grid-column: 1 / -1;
}.contact-information-p5wZz1T form input[type="text"],
.contact-information-p5wZz1T form input[type="email"] {
    width: 100%;
    color: #000000;
    font-size: 18px;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px 20px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}.contact-information-p5wZz1T form input[type="text"]:focus,
.contact-information-p5wZz1T form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(129,140,133,0.5);
    border-color: rgb(129,140,133);
}.contact-information-p5wZz1T form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact-information-p5wZz1T .query-feedback-2NDdRuh {
    margin: 10px 0;
    align-items: flex-start;
    grid-column: 1 / -1;
    display: flex;
}.contact-information-p5wZz1T .query-feedback-2NDdRuh input[type="checkbox"] {
    width: 22px;
    transition: all 0.3s ease;
    margin-right: 15px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 22px;
    border-radius: 10px;
    position: relative;
    appearance: none;
    cursor: pointer;
    -webkit-appearance: none;
    flex-shrink: 0;
}.contact-information-p5wZz1T .query-feedback-2NDdRuh input[type="checkbox"]:checked {
    border-color: rgb(129,140,133);
    background-color: rgb(129,140,133);
}.contact-information-p5wZz1T .query-feedback-2NDdRuh input[type="checkbox"]:checked::before {
    border: solid #ffffff;
    position: absolute;
    left: 7px;
    transform: rotate(45deg);
    top: 4px;
    border-width: 0 2px 2px 0;
    width: 6px;
    content: "";
    height: 10px;
}.contact-information-p5wZz1T .query-feedback-2NDdRuh label {
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
}.contact-information-p5wZz1T .query-feedback-2NDdRuh a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(129,140,133);
    transition: color 0.3s ease;
}.contact-information-p5wZz1T .query-feedback-2NDdRuh a:hover {
    color: rgb(89,99,89);
}.contact-information-p5wZz1T .connect-links-3iRgmAG {
    overflow: hidden;
    grid-column: 1 / -1;
    font-size: 19px;
    border-radius: 10px;
    padding: 18px 20px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    position: relative;
    background: rgb(129,140,133);
    cursor: pointer;
    transition: all 0.3s ease;
}.contact-information-p5wZz1T .connect-links-3iRgmAG:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgb(89,99,89);
}

@media (max-width: 992px) {.contact-information-p5wZz1T {
    padding: 80px 0;
}.contact-information-p5wZz1T .reach-links-gQWUNHp {
    padding: 35px;
}.contact-information-p5wZz1T .query-widget-7IpPehw {
    padding: 35px;
}
}

@media (max-width: 768px) {.contact-information-p5wZz1T {
    padding: 60px 0;
}.contact-information-p5wZz1T .reach-links-gQWUNHp {
    padding: 30px;
    grid-template-columns: repeat(2, 1fr);
}.contact-information-p5wZz1T .query-widget-7IpPehw {
    padding: 30px;
}.contact-information-p5wZz1T form {
    grid-gap: 20px;
    grid-template-columns: 1fr;
}.contact-information-p5wZz1T .reach-links-gQWUNHp h3,
    .contact-information-p5wZz1T form h3 {
    font-size: calc(30px * 0.85);
    margin-bottom: 30px;
}
}

@media (max-width: 576px) {.contact-information-p5wZz1T {
    padding: 50px 0;
}.contact-information-p5wZz1T .reach-links-gQWUNHp {
    grid-template-columns: 1fr;
    padding: 25px;
}.contact-information-p5wZz1T .query-widget-7IpPehw {
    padding: 25px;
}.contact-information-p5wZz1T .reach-links-gQWUNHp h3,
    .contact-information-p5wZz1T form h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 25px;
}.contact-information-p5wZz1T .reach-links-gQWUNHp div {
    padding: 25px 15px;
}}.price-option-5jlqOt8 {
    padding: 6rem 0;
    position: relative;
    background-color: rgb(173,183,165);
    overflow: hidden;
}.price-option-5jlqOt8::before {
    z-index: 1;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(129,140,133,0.5) 0%, transparent 70%);
    top: 0;
    pointer-events: none;
    position: absolute;
}.price-option-5jlqOt8::after {
    bottom: -5rem;
    position: absolute;
    width: 20rem;
    height: 20rem;
    background: linear-gradient(225deg, rgb(89,99,89) 0%, transparent 80%);
    z-index: 1;
    pointer-events: none;
    transform: rotate(-15deg);
    right: -5rem;
    content: "";
    opacity: 0.15;
}.price-option-5jlqOt8 .container {
    max-width: 1400px;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.price-option-5jlqOt8 .program-fees-B28oVOF {
    display: grid;
    position: relative;
    gap: 3rem;
    grid-template-columns: 1fr;
}.price-option-5jlqOt8 .training-fees-qOdtFCT {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: #ffffff;
    border-left: 4px solid rgb(129,140,133);
    transform: translateZ(0);
}.price-option-5jlqOt8 .training-fees-qOdtFCT::before {
    left: -20px;
    height: 40px;
    transform: rotate(45deg);
    top: 20px;
    z-index: -1;
    content: "";
    position: absolute;
    background-color: rgb(129,140,133);
    width: 40px;
}.price-option-5jlqOt8 .training-fees-qOdtFCT h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
    transform: perspective(800px) translateZ(30px);
}.price-option-5jlqOt8 .training-fees-qOdtFCT h2::after {
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(129,140,133), rgb(89,99,89));
    left: 0;
    bottom: -10px;
    height: 3px;
    content: "";
}.price-option-5jlqOt8 .training-fees-qOdtFCT .discount-grid-axgqcs5 {
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
    max-width: 80%;
}.price-option-5jlqOt8 .plan-fee-zBTwCZW {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    gap: 2rem;
    display: grid;
}.price-option-5jlqOt8 .plan-cost-d6SAXe4 {
    display: block;
    text-decoration: none;
    transform-style: preserve-3d;
    position: relative;
    color: inherit;
    transition: all 0.4s ease;
}.price-option-5jlqOt8 .plan-cost-d6SAXe4:hover {
    transform: translateY(-10px);
}.price-option-5jlqOt8 .price-panel-IUioTuV {
    flex-direction: column;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    transform: translateZ(0);
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    display: flex;
}.price-option-5jlqOt8 .plan-cost-d6SAXe4:hover .price-panel-IUioTuV {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(129,140,133,0.5);
}.price-option-5jlqOt8 .plan-cost-d6SAXe4:nth-child(odd) .price-panel-IUioTuV {
    transform: rotate(-1deg);
}.price-option-5jlqOt8 .plan-cost-d6SAXe4:nth-child(even) .price-panel-IUioTuV {
    transform: rotate(1deg);
}.price-option-5jlqOt8 .plan-cost-d6SAXe4:hover .price-panel-IUioTuV {
    transform: rotate(0) translateZ(20px);
}.price-option-5jlqOt8 .payment-option-4BswbMF {
    display: flex;
    padding: 2rem;
    flex-direction: column;
    position: relative;
    z-index: 2;
    word-break: break-word;
    flex: 1;
    overflow-wrap: break-word;
}.price-option-5jlqOt8 .payment-option-4BswbMF::before {
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    z-index: -1;
    left: 0;
    content: "";
    position: absolute;
}.price-option-5jlqOt8 .payment-option-4BswbMF h3 {
    position: relative;
    font-size: calc(18px * 1.2);
    transition: transform 0.3s ease;
    color: #000000;
    transform: translateZ(10px);
    font-weight: 600;
    margin-bottom: 1rem;
}.price-option-5jlqOt8 .plan-cost-d6SAXe4:hover .payment-option-4BswbMF h3 {
    transform: translateZ(25px);
}.price-option-5jlqOt8 .payment-option-4BswbMF h3::after {
    position: absolute;
    height: 3px;
    content: "";
    transition: width 0.3s ease;
    bottom: -8px;
    left: 0;
    width: 40px;
    background: rgb(129,140,133);
}.price-option-5jlqOt8 .plan-cost-d6SAXe4:hover .payment-option-4BswbMF h3::after {
    width: 60px;
}.price-option-5jlqOt8 .learning-deals-wt4y16d {
    margin: 0.5rem 0 1.5rem;
    font-size: calc(18px * 1.8);
    font-weight: 700;
    position: relative;
    display: block;
    color: rgb(129,140,133);
    transform: translateZ(15px);
}.price-option-5jlqOt8 .learning-deals-wt4y16d::before {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, rgb(129,140,133,0.5), transparent);
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
}.price-option-5jlqOt8 .payment-option-4BswbMF p {
    color: #000000;
    overflow-wrap: break-word;
    margin-top: 1rem;
    word-break: break-word;
    flex: 1;
    line-height: 1.6;
    font-size: 12px;
}.price-option-5jlqOt8 .pic-list-wrap-My4zbhc {
    width: 100%;
    overflow: hidden;
    height: 200px;
    transform: translateZ(0);
    transition: transform 0.5s ease;
    position: relative;
}.price-option-5jlqOt8 .plan-cost-d6SAXe4:hover .pic-list-wrap-My4zbhc {
    transform: scale(1.05) translateZ(0);
}.price-option-5jlqOt8 .pic-list-wrap-My4zbhc::after {
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    content: "";
    z-index: 1;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 50%;
}.price-option-5jlqOt8 .pic-list-wrap-My4zbhc::before {
    height: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
    left: 0;
    background: rgb(129,140,133);
    content: "";
    top: 0;
    opacity: 0.15;
    width: 100%;
    z-index: 1;
}.price-option-5jlqOt8 .plan-cost-d6SAXe4:hover .pic-list-wrap-My4zbhc::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.price-option-5jlqOt8 .program-fees-B28oVOF {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.price-option-5jlqOt8 .training-fees-qOdtFCT {
    padding: 3rem;
}.price-option-5jlqOt8 .plan-fee-zBTwCZW {
    grid-column: 1;
    grid-row: 1;
}.price-option-5jlqOt8 .training-fees-qOdtFCT {
    position: sticky;
    grid-column: 2;
    grid-row: 1;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    top: 2rem;
    align-self: start;
}.price-option-5jlqOt8 .training-fees-qOdtFCT:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.price-option-5jlqOt8 .plan-fee-zBTwCZW {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.price-option-5jlqOt8 .payment-option-4BswbMF {
    min-height: 300px;
}
}

@media (max-width: 991px) {.price-option-5jlqOt8 {
    padding: 4rem 0;
}.price-option-5jlqOt8 .training-fees-qOdtFCT {
    order: -1;
}.price-option-5jlqOt8 .training-fees-qOdtFCT h2 {
    font-size: calc(36px * 0.9);
}.price-option-5jlqOt8 .training-fees-qOdtFCT .discount-grid-axgqcs5 {
    max-width: 100%;
}
}

@media (max-width: 767px) {.price-option-5jlqOt8 {
    padding: 3rem 0;
}.price-option-5jlqOt8 .container {
    padding: 0 1.5rem;
}.price-option-5jlqOt8 .plan-fee-zBTwCZW {
    grid-template-columns: 1fr;
}.price-option-5jlqOt8 .training-fees-qOdtFCT h2 {
    font-size: calc(36px * 0.8);
}.price-option-5jlqOt8 .payment-option-4BswbMF {
    padding: 1.5rem;
}.price-option-5jlqOt8 .learning-deals-wt4y16d {
    font-size: calc(18px * 1.5);
}.price-option-5jlqOt8 .pic-list-wrap-My4zbhc {
    height: 180px;
}
}

@media (max-width: 480px) {.price-option-5jlqOt8 .payment-option-4BswbMF p {
    font-size: calc(12px * 0.9);
}.price-option-5jlqOt8 .payment-option-4BswbMF h3 {
    font-size: 18px;
}.price-option-5jlqOt8 .learning-deals-wt4y16d {
    font-size: calc(18px * 1.3);
}.price-option-5jlqOt8 .pic-list-wrap-My4zbhc {
    height: 160px;
}}.training-specialist-R6Myl9p {
    background: linear-gradient(135deg, rgb(173,183,165), rgb(89,99,89,0.5) 120%);
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
}.training-specialist-R6Myl9p::before {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 40px,
        rgb(89,99,89,0.5) 40px,
        rgb(89,99,89,0.5) 42px
    );
    position: absolute;
    top: 0;
    opacity: 0.1;
    height: 100%;
    z-index: 1;
    width: 100%;
    left: 0;
    content: "";
}.training-specialist-R6Myl9p::after {
    width: 60%;
    content: "";
    right: -10%;
    position: absolute;
    z-index: 0;
    opacity: 0.04;
    background: rgb(89,99,89);
    transform: rotate(-12deg);
    height: 200%;
    top: -50%;
}.training-specialist-R6Myl9p .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    position: relative;
}.training-specialist-R6Myl9p .client-praises-SviW7Xo {
    background: #ffffff;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    display: grid;
}.training-specialist-R6Myl9p .client-praises-SviW7Xo:hover {
    transform: perspective(1000px) rotateY(0deg);
}.training-specialist-R6Myl9p .client-praises-SviW7Xo > div:first-child {
    position: relative;
    margin: 0 auto;
    max-width: 260px;
    width: 100%;
}.training-specialist-R6Myl9p .client-praises-SviW7Xo .pic-list-wrap-My4zbhc {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 260px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    height: 260px;
    border-radius: 0.5rem;
    position: relative;
}.training-specialist-R6Myl9p .client-praises-SviW7Xo:hover .pic-list-wrap-My4zbhc {
    transform: translateZ(30px) translateY(-5px);
}.training-specialist-R6Myl9p .client-praises-SviW7Xo .pic-list-wrap-My4zbhc::after {
    right: -15px;
    top: 15px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform: translate(10px, 10px);
    content: "";
    border: 2px solid rgb(89,99,89);
    left: 15px;
    z-index: -1;
    opacity: 0;
    bottom: -15px;
}.training-specialist-R6Myl9p .client-praises-SviW7Xo:hover .pic-list-wrap-My4zbhc::after {
    opacity: 0.4;
    transform: translate(0, 0);
}.training-specialist-R6Myl9p .client-praises-SviW7Xo > div:nth-child(2) {
    position: relative;
    text-align: center;
    transform: translateY(0);
    transition: transform 0.4s ease;
}.training-specialist-R6Myl9p .client-praises-SviW7Xo:hover > div:nth-child(2) {
    transform: translateY(-5px);
}.training-specialist-R6Myl9p .name {
    color: rgb(129,140,133);
    position: relative;
    margin-bottom: 0.5rem;
    font-size: calc(21px * 1.2);
    display: inline-block;
    font-weight: 700;
}.training-specialist-R6Myl9p .name::after {
    width: 0;
    bottom: -5px;
    transition: width 0.4s ease;
    background: rgb(89,99,89);
    position: absolute;
    transform: translateX(-50%);
    height: 2px;
    left: 50%;
    content: "";
}.training-specialist-R6Myl9p .client-praises-SviW7Xo:hover .name::after {
    width: 70%;
}.training-specialist-R6Myl9p .client-praises-SviW7Xo > div:nth-child(2) > div {
    font-size: calc(18px * 1.05);
    opacity: 0.9;
    color: rgb(89,99,89);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}.training-specialist-R6Myl9p .career-trajectory-cSE1saJ {
    font-size: 18px;
    font-family: Arial, sans-serif;
    border-left: 3px solid rgb(89,99,89,0.5);
    position: relative;
    padding-left: 1.5rem;
    color: #000000;
    line-height: 1.8;
    margin: 0;
}.training-specialist-R6Myl9p .career-trajectory-cSE1saJ::before {
    color: rgb(89,99,89,0.5);
    font-size: 5rem;
    content: "";
    left: -10px;
    opacity: 0.3;
    font-family: serif;
    position: absolute;
    top: -20px;
}

@media (min-width: 768px) {.training-specialist-R6Myl9p .client-praises-SviW7Xo {
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 260px 1fr;
}.training-specialist-R6Myl9p .client-praises-SviW7Xo > div:nth-child(2) {
    text-align: left;
    grid-column: 2;
    align-self: center;
}.training-specialist-R6Myl9p .name::after {
    transform: translateX(0);
    left: 0;
}.training-specialist-R6Myl9p .client-praises-SviW7Xo > div:nth-child(3) {
    grid-column: span 2;
}
}

@media (min-width: 992px) {.training-specialist-R6Myl9p {
    padding: 8rem 2rem;
}.training-specialist-R6Myl9p .client-praises-SviW7Xo {
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px auto 1fr;
}.training-specialist-R6Myl9p .client-praises-SviW7Xo > div:first-child {
    grid-row: span 2;
}.training-specialist-R6Myl9p .client-praises-SviW7Xo > div:nth-child(2) {
    grid-column: 2 / span 2;
    padding-left: 1rem;
}.training-specialist-R6Myl9p .client-praises-SviW7Xo > div:nth-child(3) {
    padding-left: 1rem;
    grid-row: 2;
    grid-column: 2 / span 2;
    padding-top: 1rem;
}.training-specialist-R6Myl9p .career-trajectory-cSE1saJ {
    font-size: calc(18px * 1.05);
    padding-left: 2rem;
}
}

@media (min-width: 1200px) {.training-specialist-R6Myl9p .client-praises-SviW7Xo {
    transform: perspective(1500px) rotateY(3deg);
    grid-template-columns: 300px 1fr 2fr;
    gap: 3.5rem;
    padding: 5rem;
}.training-specialist-R6Myl9p .pic-list-wrap-My4zbhc {
    width: 300px;
    height: 300px;
}.training-specialist-R6Myl9p .name {
    font-size: calc(21px * 1.3);
}.training-specialist-R6Myl9p .career-trajectory-cSE1saJ {
    line-height: 1.9;
}
}

@media (max-width: 767px) {.training-specialist-R6Myl9p {
    padding: 4rem 1.5rem;
}.training-specialist-R6Myl9p .client-praises-SviW7Xo {
    padding: 2rem;
}.training-specialist-R6Myl9p .client-praises-SviW7Xo .pic-list-wrap-My4zbhc {
    margin: 0 auto;
    width: 220px;
    height: 220px;
}.training-specialist-R6Myl9p .name {
    font-size: 21px;
}.training-specialist-R6Myl9p .career-trajectory-cSE1saJ {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    z-index: -2;
    content: "";
    opacity: 0.85;
    bottom: 0;
    background: linear-gradient(120deg, rgb(129,140,133) 0%, rgb(89,99,89) 100%);
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}footer::after {
    bottom: 0;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    left: 0;
    background-size: 20px 20px;
}.faculty-info-QZIGUEu {
    padding: 4rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}.faculty-info-QZIGUEu::before {
    left: 0;
    height: 10px;
    width: 100%;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    position: absolute;
    opacity: 0.2;
    background: #ffffff;
    content: "";
    top: 0;
}.faculty-info-QZIGUEu .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
}.faculty-info-QZIGUEu .company_holder {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
    padding: 2.5rem;
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    position: relative;
}.faculty-info-QZIGUEu .company_holder h3 {
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    font-size: 34px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 1.5rem;
    padding: 0.5rem 2rem;
}.faculty-info-QZIGUEu .discount-cta-E1BziDG {
    font-size: 18px;
    margin: 0 1rem;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    color: #ffffff;
    line-height: 1.6;
}.faculty-info-QZIGUEu .cert-display-IM73AVb {
    gap: 2rem;
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
    display: flex;
    flex-direction: column;
}.faculty-info-QZIGUEu .nav-section-MaxTdAb {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}.faculty-info-QZIGUEu .head-guide-bD28e4G {
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
    min-width: 200px;
}.faculty-info-QZIGUEu .head-guide-bD28e4G h5 {
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    font-size: 23px;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    margin: 0 0 1.5rem;
    color: #ffffff;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    display: inline-block;
}.faculty-info-QZIGUEu .head-guide-bD28e4G .nav-section-MaxTdAb {
    display: flex;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    gap: 0.8rem;
    padding: 1.5rem;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.15);
}.faculty-info-QZIGUEu .head-guide-bD28e4G .nav-section-MaxTdAb a {
    text-decoration: none;
    display: block;
    font-size: 18px;
    position: relative;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    padding: 0.6rem 1rem;
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}.faculty-info-QZIGUEu .head-guide-bD28e4G .nav-section-MaxTdAb a:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}.faculty-info-QZIGUEu .head-guide-bD28e4G .nav-section-MaxTdAb a::before {
    top: 0;
    content: "";
    left: 0;
    background: #ffffff;
    position: absolute;
    width: 3px;
    opacity: 0;
    height: 100%;
    transition: all 0.3s ease;
}.faculty-info-QZIGUEu .head-guide-bD28e4G .nav-section-MaxTdAb a:hover::before {
    opacity: 0.7;
}.green-edu-SVxlThg {
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    margin-top: 3rem;
    padding: 2rem 0;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
}.green-edu-SVxlThg .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.green-edu-SVxlThg .award-show-bVn9ftH {
    text-align: center;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    background: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    position: relative;
    color: #ffffff;
    padding: 0.7rem 2rem;
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.faculty-info-QZIGUEu .container {
    gap: 2rem;
}.faculty-info-QZIGUEu .company_holder {
    flex: 1 1 380px;
}.faculty-info-QZIGUEu .cert-display-IM73AVb {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}

@media (max-width: 992px) {.faculty-info-QZIGUEu {
    padding: 3.5rem 0 2rem;
}.faculty-info-QZIGUEu .container {
    gap: 2.5rem;
    flex-direction: column;
}.faculty-info-QZIGUEu .company_holder,
    .faculty-info-QZIGUEu .cert-display-IM73AVb {
    flex: 1 1 100%;
    min-width: 100%;
}.faculty-info-QZIGUEu .head-guide-bD28e4G {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.faculty-info-QZIGUEu {
    padding: 3rem 0 1.5rem;
}.faculty-info-QZIGUEu .company_holder {
    padding: 2rem;
}.faculty-info-QZIGUEu .company_holder h3 {
    font-size: calc(34px - 2px);
}.faculty-info-QZIGUEu .nav-section-MaxTdAb {
    gap: 1.5rem;
}.green-edu-SVxlThg {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.faculty-info-QZIGUEu {
    padding: 2.5rem 0 1rem;
}.faculty-info-QZIGUEu .head-guide-bD28e4G {
    flex: 1 1 100%;
    min-width: 100%;
}.faculty-info-QZIGUEu .nav-section-MaxTdAb {
    gap: 1rem;
}.green-edu-SVxlThg {
    margin-top: 1.5rem;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    padding: 1.5rem 0;
}.faculty-info-QZIGUEu::before {
    height: 5px;
}
}

@media (max-width: 420px) {.faculty-info-QZIGUEu .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.faculty-info-QZIGUEu .company_holder h3 {
    padding: 0.4rem 1rem;
}.faculty-info-QZIGUEu .head-guide-bD28e4G h5 {
    padding: 0.4rem 1rem;
}.faculty-info-QZIGUEu .head-guide-bD28e4G .nav-section-MaxTdAb {
    padding: 1rem;
}.faculty-info-QZIGUEu .head-guide-bD28e4G .nav-section-MaxTdAb a:hover {
    transform: translateX(3px);
}.green-edu-SVxlThg .award-show-bVn9ftH {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}.meet-us-rDfS8FI {
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
    position: relative;
}.meet-us-rDfS8FI::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    content: "";
    z-index: 1;
}.meet-us-rDfS8FI::after {
    z-index: 0;
    animation: float 15s infinite ease-in-out;
    content: "";
    opacity: 0.15;
    position: absolute;
    height: 300px;
    width: 300px;
    right: -5%;
    border-radius: 50% 25% 50% 45%;
    background: rgb(89,99,89);
    filter: blur(120px);
    top: -5%;
}.meet-us-rDfS8FI .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.meet-us-rDfS8FI .message-holder-4D1n3pL {
    padding: 30px 40px 40px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    margin-left: 0;
    transform: translateX(0);
    backdrop-filter: blur(10px);
    max-width: 900px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: linear-gradient(
        145deg, 
        rgba(255, 255, 255, 0.08) 0%, 
        rgba(255, 255, 255, 0.03) 100%
    );
}.meet-us-rDfS8FI .message-holder-4D1n3pL::before {
    position: absolute;
    height: 0;
    transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgb(89,99,89);
    top: 0;
    content: "";
    left: 0;
    width: 5px;
}.meet-us-rDfS8FI .message-holder-4D1n3pL:hover::before {
    height: 100%;
}.meet-us-rDfS8FI h1 {
    font-weight: 700;
    transform: translateX(0);
    color: #ffffff;
    font-size: 43px;
    margin-bottom: 35px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.meet-us-rDfS8FI h1::after {
    bottom: -10px;
    position: absolute;
    background: rgb(89,99,89);
    transform-origin: left;
    left: 0;
    height: 3px;
    content: "";
    width: 80px;
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.meet-us-rDfS8FI .message-holder-4D1n3pL:hover h1::after {
    transform: scaleX(1.5);
}.meet-us-rDfS8FI ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.meet-us-rDfS8FI ul li {
    margin-bottom: 15px;
}.meet-us-rDfS8FI ul li h4 {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: inline-block;
    font-size: calc(22px + 2px);
    transform: translateY(0);
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(89,99,89);
}.meet-us-rDfS8FI ul li h4::before {
    top: 50%;
    position: absolute;
    background: rgb(89,99,89);
    transform: translateY(-50%);
    left: -15px;
    transition: opacity 0.4s ease, left 0.4s ease;
    content: "";
    width: 8px;
    opacity: 0;
    height: 8px;
}.meet-us-rDfS8FI .message-holder-4D1n3pL:hover ul li h4::before {
    opacity: 1;
    left: -25px;
}.meet-us-rDfS8FI ul li span {
    display: block;
    position: relative;
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    color: rgba(255, 255, 255, 0.9);
    column-count: 1;
    line-height: 1.8;
    font-size: 12px;
    transform: translateY(0);
    opacity: 0.9;
    column-gap: 40px;
    text-align: justify;
}.meet-us-rDfS8FI .message-holder-4D1n3pL:hover ul li span {
    opacity: 1;
    transform: translateY(-5px);
}

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

@media (min-width: 768px) {.meet-us-rDfS8FI {
    padding: 150px 0;
}.meet-us-rDfS8FI .message-holder-4D1n3pL {
    transform: translateX(0);
    padding: 50px 60px 60px;
    margin-left: 5%;
}.meet-us-rDfS8FI .message-holder-4D1n3pL:hover {
    transform: translateX(10px);
}.meet-us-rDfS8FI h1 {
    margin-bottom: 50px;
    font-size: calc(43px + 10px);
}.meet-us-rDfS8FI ul li span {
    column-count: 2;
}
}

@media (min-width: 992px) {.meet-us-rDfS8FI {
    padding: 180px 0;
}.meet-us-rDfS8FI::after {
    width: 450px;
    height: 450px;
}.meet-us-rDfS8FI .message-holder-4D1n3pL {
    padding: 60px 70px 70px;
    margin-left: 10%;
}.meet-us-rDfS8FI h1 {
    transform: translateX(-20px);
}.meet-us-rDfS8FI .message-holder-4D1n3pL:hover h1 {
    transform: translateX(0);
}
}

@media (max-width: 767px) {.meet-us-rDfS8FI {
    padding: 80px 0;
}.meet-us-rDfS8FI .message-holder-4D1n3pL {
    padding: 30px 25px;
}.meet-us-rDfS8FI h1 {
    margin-bottom: 30px;
    font-size: calc(43px - 4px);
}.meet-us-rDfS8FI h1::after {
    width: 60px;
    height: 2px;
}.meet-us-rDfS8FI ul li h4 {
    font-size: 22px;
    margin-bottom: 10px;
}.meet-us-rDfS8FI ul li span {
    font-size: calc(12px - 1px);
    line-height: 1.6;
}}.popupPrivacySettings-ph1G3Hn {
    padding: 20px 0;
    transform: translateY(100%);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(89,99,89);
    position: fixed;
    bottom: 0;
    z-index: 90;
    background: rgb(89,99,89);
    animation: slideUp 0.5s forwards;
    width: 100%;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookieNoticeBoard-VXSBlvg {
    display: none;
}#cookieNoticeBoard-VXSBlvg:checked ~ .popupPrivacySettings-ph1G3Hn {
    opacity: 0;
    visibility: hidden;
}.tracking-policy-20JU7mn {
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%;
    display: flex;
}.popupPrivacySettings-ph1G3Hn h5 {
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}.popupPrivacySettings-ph1G3Hn p {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
}.cookie-reset-UuioSnb {
    filter: drop-shadow(0 0 10px rgb(129,140,133));
    align-items: center;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    margin-right: 15px;
}.cookie-reset-UuioSnb svg {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(129,140,133);
}.cookie-reset-UuioSnb:hover svg {
    transform: scale(1.1);
}.cookie-screen-YqbP2iQ {
    cursor: pointer;
    line-height: 40px;
    min-width: 140px;
    color: #000000;
    border-radius: 26px;
    text-align: center;
    padding: 10px 20px;
    white-space: nowrap;
    margin-left: 10px;
    box-shadow: 0 0 15px rgb(129,140,133);
    text-decoration: none;
    font-size: 14px;
    flex-shrink: 0;
    background: linear-gradient(90deg, rgb(129,140,133), rgb(89,99,89));
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}.cookie-screen-YqbP2iQ:hover {
    box-shadow: 0 0 20px rgb(89,99,89);
}.cookie_button.cookie-view-adhrIxX {
    color: #ffffff;
    border: 2px solid rgb(89,99,89);
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie-view-adhrIxX:hover {
    box-shadow: 0 0 15px rgb(89,99,89);
    background: rgba(0, 0, 0, 0.5);
}.popupPrivacySettings-ph1G3Hn p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(129,140,133);
}.popupPrivacySettings-ph1G3Hn p a:hover {
    color: rgb(89,99,89);
}
@media only screen and (max-width: 1200px) {.popupPrivacySettings-ph1G3Hn {
    padding: 15px 0;
}.tracking-policy-20JU7mn {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie-reset-UuioSnb {
    display: none;
}.tracking-policy-20JU7mn {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.popupPrivacySettings-ph1G3Hn h5 {
    margin-bottom: 5px;
    font-size: 16px;
}.cookies-terms-tOUeGRZ {
    margin-bottom: 15px;
}.cookie-screen-YqbP2iQ {
    margin: 10px 0;
    min-width: 100%;
}}
.tyNote-6KjGvdU {
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(173,183,165) 0%, rgb(129,140,133,0.5) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.tyNote-6KjGvdU::before {
    content: "";
    position: absolute;
    right: -5%;
    top: -10%;
    background: linear-gradient(225deg, rgb(129,140,133) 0%, transparent 70%);
    height: 25rem;
    width: 25rem;
    filter: blur(8px);
    transform: rotate(-15deg);
    opacity: 0.07;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: 1;
}.tyNote-6KjGvdU::after {
    left: -5%;
    background: linear-gradient(45deg, rgb(89,99,89) 0%, transparent 70%);
    z-index: 1;
    content: "";
    filter: blur(8px);
    height: 20rem;
    position: absolute;
    transform: rotate(15deg);
    opacity: 0.09;
    width: 20rem;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    bottom: -5%;
}.tyNote-6KjGvdU .container {
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
}.tyNote-6KjGvdU .learn-learn-vwRudG1 {
    transform-origin: center bottom;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    flex-direction: column;
    border-left: 4px solid rgb(129,140,133);
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    padding: 3rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.95));
    position: relative;
}.tyNote-6KjGvdU .learn-learn-vwRudG1:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05);
}.tyNote-6KjGvdU .learn-learn-vwRudG1 > div:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.tyNote-6KjGvdU .learn-learn-vwRudG1 > div:first-child::after {
    left: 0;
    position: absolute;
    transform-origin: left center;
    content: "";
    bottom: -0.75rem;
    transition: width 0.4s ease-out;
    height: 3px;
    background: linear-gradient(to right, rgb(129,140,133), rgb(89,99,89));
    width: 4rem;
}.tyNote-6KjGvdU .learn-learn-vwRudG1:hover > div:first-child::after {
    width: 8rem;
}.tyNote-6KjGvdU h5 {
    margin: 0;
    color: #000000;
    transform: translateZ(0);
    position: relative;
    line-height: 1.4;
    font-size: 23px;
    font-weight: 700;
}.tyNote-6KjGvdU a {
    position: relative;
    transition: transform 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    display: block;
}.tyNote-6KjGvdU a:hover {
    transform: translateY(-3px);
}.tyNote-6KjGvdU a::before {
    z-index: 0;
    right: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(to top left, rgb(129,140,133,0.5) 0%, transparent 100%);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
}.tyNote-6KjGvdU a:hover::before {
    transform: translateY(0);
    opacity: 0.05;
}.tyNote-6KjGvdU p {
    line-height: 1.8;
    position: relative;
    margin: 0;
    color: #000000;
    z-index: 1;
    font-size: 18px;
}

@media (min-width: 768px) {.tyNote-6KjGvdU {
    padding: 6rem 0;
}.tyNote-6KjGvdU .learn-learn-vwRudG1 {
    padding: 4rem;
    border-left: 6px solid rgb(129,140,133);
}.tyNote-6KjGvdU .learn-learn-vwRudG1 > div:first-child {
    margin-bottom: 2rem;
}.tyNote-6KjGvdU .learn-learn-vwRudG1 > div:first-child::after {
    width: 6rem;
    height: 4px;
}.tyNote-6KjGvdU .learn-learn-vwRudG1:hover > div:first-child::after {
    width: 12rem;
}
}

@media (min-width: 992px) {.tyNote-6KjGvdU .learn-learn-vwRudG1 {
    padding: 5rem;
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
}.tyNote-6KjGvdU .learn-learn-vwRudG1:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.tyNote-6KjGvdU h5 {
    font-size: calc(23px * 1.1);
}.tyNote-6KjGvdU p {
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.tyNote-6KjGvdU {
    padding: 3rem 0;
}.tyNote-6KjGvdU .learn-learn-vwRudG1 {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg);
}.tyNote-6KjGvdU h5 {
    font-size: calc(23px * 0.9);
}.tyNote-6KjGvdU p {
    font-size: calc(18px * 0.95);
}.tyNote-6KjGvdU .learn-learn-vwRudG1 > div:first-child::after {
    width: 3rem;
}.tyNote-6KjGvdU .learn-learn-vwRudG1:hover > div:first-child::after {
    width: 6rem;
}
}

@media (max-width: 480px) {.tyNote-6KjGvdU {
    padding: 2.5rem 0;
}.tyNote-6KjGvdU .learn-learn-vwRudG1 {
    padding: 1.5rem;
    transform: perspective(600px) rotateX(1deg);
}.tyNote-6KjGvdU h5 {
    font-size: calc(23px * 0.85);
}.tyNote-6KjGvdU p {
    font-size: calc(18px * 0.9);
}}.program-information-JKWA9RV {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(173,183,165) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0 100px;
    z-index: 1;
}.program-information-JKWA9RV::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(129,140,133,0.5), 0.05) 100%);
    top: 0;
    width: 60%;
    right: 0;
    content: "";
    transform: skewX(-15deg) translateX(10%);
    z-index: -1;
}.program-information-JKWA9RV::after {
    width: 200px;
    background: linear-gradient(225deg, rgb(129,140,133) 0%, rgb(89,99,89) 100%);
    left: -50px;
    content: "";
    height: 200px;
    opacity: 0.05;
    bottom: -50px;
    transform: rotate(15deg);
    z-index: -1;
    position: absolute;
}.program-information-JKWA9RV .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
}.program-information-JKWA9RV h2 {
    font-weight: 700;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 35px;
    transform: perspective(1000px) rotateX(0deg);
    transform-origin: left center;
    color: #000000;
    margin-bottom: 50px;
}.program-information-JKWA9RV h2::after {
    transform: scaleX(1);
    left: 0;
    height: this;
    transition: transform 0.4s ease-out;
    bottom: -10px;
    position: absolute;
    content: "";
    width: 80px;
    transform-origin: left;
    background: rgb(129,140,133);
}.program-information-JKWA9RV h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.program-information-JKWA9RV h2:hover::after {
    transform: scaleX(1.5);
}.program-information-JKWA9RV .coding-class-hwcRmZO {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    transform-style: preserve-3d;
}.program-information-JKWA9RV .pic-list-wrap-My4zbhc {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
    overflow: hidden;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);
    height: 350px;
    border: none;
}.program-information-JKWA9RV .pic-list-wrap-My4zbhc::before {
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(rgba(0, 0, 0, 0.5), 0.1) 100%
    );
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.3s ease;
    bottom: 0;
}.program-information-JKWA9RV .pic-list-wrap-My4zbhc:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
    box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.25);
}.program-information-JKWA9RV .message-holder-4D1n3pL {
    border-radius: 10px;
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.15);
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(2deg) translateZ(5px);
    position: relative;
    background-color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.program-information-JKWA9RV .message-holder-4D1n3pL::before {
    content: "";
    height: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: linear-gradient(to bottom, rgb(129,140,133), rgb(89,99,89));
    top: 0;
    width: 5px;
    left: 0;
}.program-information-JKWA9RV .message-holder-4D1n3pL:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.program-information-JKWA9RV .message-holder-4D1n3pL:hover::before {
    height: 100%;
}.program-information-JKWA9RV .description {
    position: relative;
    font-size: 14px;
    color: #000000;
    transition: transform 0.4s ease;
    line-height: 1.7;
    transform: translateZ(0);
    margin-bottom: 20px;
}.program-information-JKWA9RV .description:last-child {
    margin-bottom: 0;
}.program-information-JKWA9RV .description::first-letter {
    font-size: 1.2em;
    color: rgb(129,140,133);
    font-weight: 600;
}.program-information-JKWA9RV .description:nth-child(1) {
    animation: fadeText 0.8s ease forwards;
}.program-information-JKWA9RV .description:nth-child(2) {
    opacity: 0;
    animation: fadeText 0.8s 0.3s ease forwards;
}@keyframes fadeText {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.program-information-JKWA9RV .coding-class-hwcRmZO:hover .pic-list-wrap-My4zbhc {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.program-information-JKWA9RV .coding-class-hwcRmZO:hover .message-holder-4D1n3pL {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}


@media (min-width: 768px) {.program-information-JKWA9RV {
    padding: 150px 0 130px;
}.program-information-JKWA9RV .coding-class-hwcRmZO {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}.program-information-JKWA9RV h2 {
    max-width: 80%;
    font-size: calc(35px * 1.1);
}.program-information-JKWA9RV .pic-list-wrap-My4zbhc {
    height: 500px;
}.program-information-JKWA9RV .message-holder-4D1n3pL {
    padding: 50px 40px;
}
}

@media (min-width: 992px) {.program-information-JKWA9RV {
    padding: 180px 0 160px;
}.program-information-JKWA9RV h2 {
    margin-bottom: 70px;
}.program-information-JKWA9RV .coding-class-hwcRmZO {
    gap: 80px;
}.program-information-JKWA9RV .pic-list-wrap-My4zbhc {
    height: 600px;
}.program-information-JKWA9RV .message-holder-4D1n3pL {
    padding: 60px 50px;
}
}

@media (max-width: 767px) {.program-information-JKWA9RV {
    padding: 80px 0 70px;
}.program-information-JKWA9RV h2 {
    font-size: calc(35px * 0.85);
    margin-bottom: 30px;
}.program-information-JKWA9RV .pic-list-wrap-My4zbhc {
    height: 250px;
}.program-information-JKWA9RV .message-holder-4D1n3pL {
    padding: 30px 20px;
}.program-information-JKWA9RV .description {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.program-information-JKWA9RV {
    padding: 60px 0 50px;
}.program-information-JKWA9RV h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.75);
}.program-information-JKWA9RV .pic-list-wrap-My4zbhc {
    height: 200px;
}.program-information-JKWA9RV .message-holder-4D1n3pL {
    padding: 25px 15px;
}.program-information-JKWA9RV .description {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}header {
    position: relative;
    width: 100%;
    z-index: 99;
    background: linear-gradient(to bottom, rgb(173,183,165), rgba(0, 0, 0, 0.5));
    overflow: visible;
}header::before {
    opacity: 0.1;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}header .first-class-WoT7DIQ {
    justify-content: space-between;
    display: flex;
    padding: 20px 30px;
    position: relative;
    align-items: center;
}header .first-class-WoT7DIQ::before {
    bottom: 0;
    height: 1px;
    width: 80%;
    left: 10%;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(129,140,133), transparent);
    content: "";
}header .first-class-WoT7DIQ .head-train-b7kjhI9 {
    z-index: 2;
    position: relative;
    margin-right: 40px;
}header .first-class-WoT7DIQ .head-train-b7kjhI9 .main-base-5qnLhvZ {
    padding: 5px;
    position: relative;
    display: block;
}header .first-class-WoT7DIQ .head-train-b7kjhI9 .main-base-5qnLhvZ::before {
    transform: scale(0.9);
    right: -5px;
    border-radius: 10px;
    opacity: 0;
    z-index: -1;
    left: -5px;
    top: -5px;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, opacity 0.3s ease;
    bottom: -5px;
    position: absolute;
}header .first-class-WoT7DIQ .head-train-b7kjhI9 .main-base-5qnLhvZ:hover::before {
    opacity: 0.1;
    transform: scale(1);
}header .first-class-WoT7DIQ .head-train-b7kjhI9 .main-base-5qnLhvZ svg {
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 45px;
}header .first-class-WoT7DIQ .head-guide-bD28e4G {
    perspective: 1000px;
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
}header .first-class-WoT7DIQ .head-guide-bD28e4G .main-mentor-9gFrCbI {
    position: relative;
    transform-style: preserve-3d;
    margin: 0;
}header .first-class-WoT7DIQ .head-guide-bD28e4G .main-mentor-9gFrCbI a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 20px;
    font-family: Arial, sans-serif;
    position: relative;
    transform-style: preserve-3d;
    text-decoration: none;
    font-weight: 600;
    background: linear-gradient(to bottom, transparent, transparent);
    color: #000000;
    letter-spacing: 0.5px;
    transition: color 0.3s ease, transform 0.3s ease;
}header .first-class-WoT7DIQ .head-guide-bD28e4G .main-mentor-9gFrCbI a::before,
header .first-class-WoT7DIQ .head-guide-bD28e4G .main-mentor-9gFrCbI a::after {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    position: absolute;
    height: 100%;
}header .first-class-WoT7DIQ .head-guide-bD28e4G .main-mentor-9gFrCbI a::before {
    transform: translateZ(-1px) rotateX(10deg);
    background: linear-gradient(to bottom, rgb(129,140,133,0.5), transparent);
    opacity: 0;
    transform-origin: top center;
}header .first-class-WoT7DIQ .head-guide-bD28e4G .main-mentor-9gFrCbI a::after {
    transform: translateZ(-2px) rotateX(-10deg);
    transform-origin: bottom center;
    opacity: 0;
    background: linear-gradient(to top, rgb(89,99,89,0.5), transparent);
}header .first-class-WoT7DIQ .head-guide-bD28e4G .main-mentor-9gFrCbI:hover a {
    color: rgb(129,140,133);
    transform: translateZ(10px);
}header .first-class-WoT7DIQ .head-guide-bD28e4G .main-mentor-9gFrCbI:hover a::before,
header .first-class-WoT7DIQ .head-guide-bD28e4G .main-mentor-9gFrCbI:hover a::after {
    opacity: 0.1;
}header .first-class-WoT7DIQ .head-guide-bD28e4G .main-mentor-9gFrCbI:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .first-class-WoT7DIQ .head-guide-bD28e4G .main-mentor-9gFrCbI:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .first-class-WoT7DIQ {
    padding: 15px;
    flex-direction: column;
}header .first-class-WoT7DIQ .head-train-b7kjhI9 {
    margin: 0 0 15px 0;
}header .first-class-WoT7DIQ .head-guide-bD28e4G {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    perspective: none;
}header .first-class-WoT7DIQ .head-guide-bD28e4G .main-mentor-9gFrCbI a {
    transform-style: flat;
    padding: 10px 15px;
    font-size: calc(12px - 1px);
}header .first-class-WoT7DIQ .head-guide-bD28e4G .main-mentor-9gFrCbI:hover a {
    transform: none;
}header .first-class-WoT7DIQ .head-guide-bD28e4G .main-mentor-9gFrCbI a::before,
    header .first-class-WoT7DIQ .head-guide-bD28e4G .main-mentor-9gFrCbI a::after {
    display: none;
}
}

@media (max-width: 767px) {header .first-class-WoT7DIQ .head-guide-bD28e4G .main-mentor-9gFrCbI a {
    padding: 8px 12px;
    font-size: calc(12px - 2px);
}}.privacy-cabinet-eq5UEN1 {
    padding: 40px;
    transition: all 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    background-color: rgb(173,183,165);
}.privacy-cabinet-eq5UEN1:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}.privacy-cabinet-eq5UEN1 h1 {
    margin-bottom: 20px;
    font-size: 41px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(129,140,133);
    letter-spacing: 1.5px;
}.privacy-cabinet-eq5UEN1 h2 {
    margin-bottom: 15px;
    color: rgb(89,99,89);
    font-weight: 600;
    font-size: 31px;
}.privacy-cabinet-eq5UEN1 h3, .privacy-cabinet-eq5UEN1 h4, .privacy-cabinet-eq5UEN1 h5, .privacy-cabinet-eq5UEN1 h6 {
    color: #000000;
    margin-bottom: 10px;
    font-weight: 400;
}.privacy-cabinet-eq5UEN1 h5 {
    font-size: 24px;
}.privacy-cabinet-eq5UEN1 h6 {
    font-size: 20px;
}.privacy-cabinet-eq5UEN1 ul, .privacy-cabinet-eq5UEN1 ol {
    margin-left: 20px;
    margin-bottom: 20px;
}.privacy-cabinet-eq5UEN1 li {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
}.privacy-cabinet-eq5UEN1 li::before {
    position: absolute;
    top: 0;
    color: rgb(129,140,133);
    content: '•';
    left: 0;
}.privacy-cabinet-eq5UEN1 p, .privacy-cabinet-eq5UEN1 span {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 14px;
}.privacy-cabinet-eq5UEN1 p {
    text-align: justify;
}.privacy-cabinet-eq5UEN1 .container {
    max-width: 1200px;
    margin: 0 auto;
}.privacy-cabinet-eq5UEN1 .container div {
    margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {.privacy-cabinet-eq5UEN1 {
    border-radius: 10px;
    padding: 20px;
}.privacy-cabinet-eq5UEN1 h1 {
    font-size: calc(24px - 10px);
}.privacy-cabinet-eq5UEN1 h2 {
    font-size: calc(24px - 8px);
}.privacy-cabinet-eq5UEN1 p, .privacy-cabinet-eq5UEN1 span {
    font-size: calc(14px - 2px);
}}
.privacy-cabinet-eq5UEN1 a {
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgb(129,140,133,0.5);
    color: rgb(129,140,133);
}.privacy-cabinet-eq5UEN1 a:hover {
    color: rgb(89,99,89);
    border-bottom: 1px solid rgb(89,99,89);
}.privacy-cabinet-eq5UEN1 button {
    background-color: rgb(129,140,133);
    transition: background-color 0.3s ease;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
    border: none;
}.privacy-cabinet-eq5UEN1 button:hover {
    background-color: rgb(89,99,89);
}.title-portal-7G6WsMb {
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    width: 100%;
}.title-portal-7G6WsMb .learn-open-mjEwOI3 {
    display: flex;
    min-height: 100vh;
    position: relative;
    align-items: center;
    justify-content: center;
}.title-portal-7G6WsMb .learn-open-mjEwOI3::before {
    backdrop-filter: blur(3px);
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.5) 0%, 
    rgb(129,140,133,0.5) 50%, 
    rgb(89,99,89,0.5) 100%);
}.title-portal-7G6WsMb .learning-classes-vnEsMDO {
    position: relative;
    padding: 3rem;
    width: 1140px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    z-index: 2;
    border-left: 4px solid rgb(129,140,133);
    backdrop-filter: blur(8px);
    transform: translateY(-20px);
    animation: fadeSlideUp 1.2s ease-out forwards;
    background: rgba(255, 255, 255, 0.12);
    max-width: 90%;
}.title-portal-7G6WsMb .learning-classes-vnEsMDO::before {
    height: 15px;
    content: "";
    position: absolute;
    right: 30px;
    width: 120px;
    background: rgb(129,140,133);
    top: -15px;
    transform: skewX(-20deg);
}.title-portal-7G6WsMb .learning-classes-vnEsMDO::after {
    content: "";
    bottom: -15px;
    transform: skewX(20deg);
    left: 50px;
    background: rgb(89,99,89);
    position: absolute;
    width: 80px;
    height: 15px;
}.title-portal-7G6WsMb .learning-classes-vnEsMDO > div {
    margin-bottom: 1.8rem;
    transform: translateX(-20px);
    opacity: 0;
    animation: fadeSlideRight 0.8s ease-out forwards;
}.title-portal-7G6WsMb .learning-classes-vnEsMDO > div:nth-child(1) {
    animation-delay: 0.3s;
}.title-portal-7G6WsMb .learning-classes-vnEsMDO > div:nth-child(2) {
    animation-delay: 0.6s;
}.title-portal-7G6WsMb .learning-classes-vnEsMDO > div:nth-child(3) {
    animation-delay: 0.9s;
}.title-portal-7G6WsMb p {
    border-left: 3px solid rgb(89,99,89);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
    margin: 0;
    font-size: calc(13px * 1.1);
    padding-left: 1.2rem;
    color: #ffffff;
    font-weight: 400;
}.title-portal-7G6WsMb .title_style_header {
    line-height: 1.3;
    font-size: calc(44px * 1.2);
    color: #ffffff;
    margin: 0;
    position: relative;
    font-weight: 700;
    display: inline-block;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}.title-portal-7G6WsMb .title_style_header::after {
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(129,140,133), transparent);
    content: "";
    bottom: -10px;
    height: 4px;
}.title-portal-7G6WsMb h3 {
    font-size: calc(22px * 1.1);
    border-radius: 0 10px 10px 0;
    line-height: 1.5;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background: linear-gradient(to right, rgba(rgb(89,99,89,0.5), 0.3), transparent);
    padding: 1rem;
}

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

@keyframes fadeSlideRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


@media (max-width: 1200px) {.title-portal-7G6WsMb .learning-classes-vnEsMDO {
    width: 90%;
    padding: 2.5rem;
}.title-portal-7G6WsMb .title_style_header {
    font-size: calc(44px * 1.1);
}
}

@media (max-width: 992px) {.title-portal-7G6WsMb .learning-classes-vnEsMDO {
    padding: 2rem;
}.title-portal-7G6WsMb .title_style_header {
    font-size: 44px;
}.title-portal-7G6WsMb h3 {
    font-size: 22px;
}
}

@media (max-width: 768px) {.title-portal-7G6WsMb .learn-open-mjEwOI3 {
    min-height: 80vh;
}.title-portal-7G6WsMb .learning-classes-vnEsMDO {
    padding: 1.8rem;
    max-width: 95%;
}.title-portal-7G6WsMb .learning-classes-vnEsMDO::before,
  .title-portal-7G6WsMb .learning-classes-vnEsMDO::after {
    width: 60px;
}.title-portal-7G6WsMb p {
    font-size: 13px;
    padding-left: 0.8rem;
}.title-portal-7G6WsMb .title_style_header {
    font-size: calc(35px * 1.1);
}.title-portal-7G6WsMb h3 {
    font-size: calc(19px * 1.1);
    padding: 0.8rem;
}
}

@media (max-width: 576px) {.title-portal-7G6WsMb .learn-open-mjEwOI3 {
    min-height: 70vh;
}.title-portal-7G6WsMb .learning-classes-vnEsMDO {
    border-left-width: 3px;
    padding: 1.5rem;
}.title-portal-7G6WsMb .learning-classes-vnEsMDO::before,
  .title-portal-7G6WsMb .learning-classes-vnEsMDO::after {
    height: 10px;
    width: 40px;
}.title-portal-7G6WsMb p {
    font-size: calc(13px * 0.9);
    border-left-width: 2px;
}.title-portal-7G6WsMb .title_style_header {
    font-size: 35px;
}.title-portal-7G6WsMb .title_style_header::after {
    height: 3px;
}.title-portal-7G6WsMb h3 {
    font-size: 19px;
    padding: 0.6rem;
}}.statistical-summary-HvmNUqF {
    overflow: hidden;
    align-items: center;
    padding: 0;
    background: rgb(173,183,165);
    min-height: 100vh;
    display: flex;
    position: relative;
}.statistical-summary-HvmNUqF::before {
    position: absolute;
    left: 0;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom right, rgb(129,140,133,0.5) 0%, transparent 70%);
    top: 0;
    z-index: 0;
}.statistical-summary-HvmNUqF::after {
    content: "";
    top: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    background-size: 100px 100px;
    width: 100%;
    background: 
        linear-gradient(to right, transparent, rgba(0, 0, 0, 0.02) 20%, transparent 30%),
        linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.02) 20%, transparent 30%);
}.statistical-summary-HvmNUqF .container {
    grid-template-rows: auto auto;
    gap: 0;
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    z-index: 1;
    width: 100%;
}.statistical-summary-HvmNUqF .study-gain-Mxij0ta {
    padding: 5rem;
    grid-column: 1;
    justify-content: center;
    display: flex;
    grid-row: 1 / span 2;
    position: relative;
    background: linear-gradient(135deg, rgb(129,140,133) 0%, rgb(89,99,89) 100%);
    flex-direction: column;
    min-height: 100vh;
    color: #ffffff;
}.statistical-summary-HvmNUqF .study-gain-Mxij0ta::before {
    width: 100px;
    right: 0;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(to left, rgb(173,183,165), transparent);
    z-index: 1;
}.statistical-summary-HvmNUqF .statistics-wins-EKkpWxG {
    color: #ffffff;
    line-height: 1.2;
    font-size: calc(47px * 1.2);
    margin: 0 0 2rem;
    font-weight: 700;
    position: relative;
}.statistical-summary-HvmNUqF .statistics-wins-EKkpWxG::after {
    height: 4px;
    border-radius: 10px;
    background: #ffffff;
    position: absolute;
    content: "";
    bottom: -1rem;
    width: 80px;
    left: 0;
}.statistical-summary-HvmNUqF .statistics-points-LNalEJM {
    margin: 0;
    opacity: 0.9;
    font-size: 13px;
    font-weight: 400;
    max-width: 600px;
    color: #ffffff;
    line-height: 1.8;
}.statistical-summary-HvmNUqF .benefits-track-70dN9Cn {
    background: #ffffff;
    flex-direction: column;
    grid-column: 2;
    gap: 3rem;
    grid-row: 1 / span 2;
    padding: 5rem;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05);
    justify-content: center;
    display: flex;
}.statistical-summary-HvmNUqF .boost-statistics-QLSErc8 {
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    position: relative;
    padding: 0;
}.statistical-summary-HvmNUqF .boost-statistics-QLSErc8:hover {
    transform: translateX(10px);
}.statistical-summary-HvmNUqF .boost-statistics-QLSErc8 h4 {
    padding-bottom: 0.5rem;
    position: relative;
    font-weight: 700;
    margin: 0 2rem 0 0;
    color: rgb(129,140,133);
    flex: 0 0 auto;
    line-height: 1;
    font-size: calc(47px * 1.5);
}.statistical-summary-HvmNUqF .boost-statistics-QLSErc8:nth-child(even) h4 {
    color: rgb(89,99,89);
}.statistical-summary-HvmNUqF .boost-statistics-QLSErc8 h4::after {
    content: "";
    background: currentColor;
    bottom: 0;
    opacity: 0.3;
    width: 100%;
    transition: all 0.3s ease;
    height: 2px;
    position: absolute;
    left: 0;
}.statistical-summary-HvmNUqF .boost-statistics-QLSErc8:hover h4::after {
    opacity: 0.8;
    width: 120%;
}.statistical-summary-HvmNUqF .boost-statistics-QLSErc8 span {
    font-size: 13px;
    position: relative;
    padding-left: 2rem;
    line-height: 1.5;
    flex: 1;
    color: #000000;
    font-weight: 400;
}.statistical-summary-HvmNUqF .boost-statistics-QLSErc8 span::before {
    background: linear-gradient(to bottom, transparent, rgb(129,140,133,0.5), transparent);
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    opacity: 0.5;
    content: "";
    top: 50%;
    height: 100%;
}.statistical-summary-HvmNUqF .boost-statistics-QLSErc8:nth-child(even) span::before {
    background: linear-gradient(to bottom, transparent, rgb(89,99,89,0.5), transparent);
}.statistical-summary-HvmNUqF svg {
    fill: rgb(129,140,133,0.5);
    height: 24px;
    top: 50%;
    width: 24px;
    position: absolute;
    opacity: 0.7;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    right: 0;
}.statistical-summary-HvmNUqF .boost-statistics-QLSErc8:nth-child(even) svg {
    fill: rgb(89,99,89,0.5);
}.statistical-summary-HvmNUqF svg path {
    fill: inherit;
}.statistical-summary-HvmNUqF .boost-statistics-QLSErc8:hover svg {
    transform: translateY(-50%) scale(1.2);
    opacity: 1;
}

@media (max-width: 1200px) {.statistical-summary-HvmNUqF .container {
    grid-template-columns: 1.2fr 0.8fr;
}.statistical-summary-HvmNUqF .study-gain-Mxij0ta {
    padding: 3rem;
}.statistical-summary-HvmNUqF .benefits-track-70dN9Cn {
    padding: 3rem;
}.statistical-summary-HvmNUqF .boost-statistics-QLSErc8 h4 {
    margin-right: 1.5rem;
    font-size: calc(47px * 1.2);
}
}

@media (max-width: 992px) {.statistical-summary-HvmNUqF {
    min-height: auto;
}.statistical-summary-HvmNUqF .container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.statistical-summary-HvmNUqF .study-gain-Mxij0ta {
    grid-column: 1;
    min-height: auto;
    padding: 4rem 3rem;
    grid-row: 1;
}.statistical-summary-HvmNUqF .study-gain-Mxij0ta::before {
    display: none;
}.statistical-summary-HvmNUqF .benefits-track-70dN9Cn {
    grid-column: 1;
    padding: 4rem 3rem;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
    grid-row: 2;
}.statistical-summary-HvmNUqF .statistics-wins-EKkpWxG {
    font-size: calc(34px * 1.1);
    margin-bottom: 1.5rem;
}.statistical-summary-HvmNUqF .statistics-wins-EKkpWxG::after {
    height: 3px;
    bottom: -0.8rem;
    width: 60px;
}
}

@media (max-width: 768px) {.statistical-summary-HvmNUqF .study-gain-Mxij0ta {
    padding: 3rem 2rem;
}.statistical-summary-HvmNUqF .benefits-track-70dN9Cn {
    padding: 3rem 2rem;
    gap: 2.5rem;
}.statistical-summary-HvmNUqF .boost-statistics-QLSErc8 h4 {
    font-size: calc(34px * 1.2);
    margin-right: 1.2rem;
}.statistical-summary-HvmNUqF .boost-statistics-QLSErc8 span {
    font-size: calc(13px * 0.95);
    padding-left: 1.5rem;
}
}

@media (max-width: 576px) {.statistical-summary-HvmNUqF .study-gain-Mxij0ta {
    padding: 2.5rem 1.5rem;
}.statistical-summary-HvmNUqF .benefits-track-70dN9Cn {
    gap: 2rem;
    padding: 2.5rem 1.5rem;
}.statistical-summary-HvmNUqF .boost-statistics-QLSErc8 {
    align-items: flex-start;
    flex-direction: column;
}.statistical-summary-HvmNUqF .boost-statistics-QLSErc8 h4 {
    margin: 0 0 1rem 0;
}.statistical-summary-HvmNUqF .boost-statistics-QLSErc8 span {
    padding-left: 0;
}.statistical-summary-HvmNUqF .boost-statistics-QLSErc8 span::before {
    display: none;
}.statistical-summary-HvmNUqF svg {
    right: 0;
    top: 0;
    transform: none;
}.statistical-summary-HvmNUqF .boost-statistics-QLSErc8:hover svg {
    transform: scale(1.2);
}.statistical-summary-HvmNUqF .statistics-wins-EKkpWxG {
    margin-bottom: 1.2rem;
    font-size: 34px;
}.statistical-summary-HvmNUqF .statistics-wins-EKkpWxG::after {
    width: 50px;
    bottom: -0.6rem;
    height: 3px;
}.statistical-summary-HvmNUqF .statistics-points-LNalEJM {
    line-height: 1.7;
    font-size: calc(13px * 0.9);
}
}