* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    max-width: 100%;
    width: 1268px;
    margin: auto;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}.guide-section-31964 {
    flex: 0 0 auto;
}.wrapper-canvas-75461 {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}.main-page-25730 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.tariff-block-84167 {
    overflow: hidden;
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-bg: #ffffff;
    background-color: var(--pricing-bg);
    padding: 120px 0 80px;
    --card-border: linear-gradient(135deg, rgb(161,181,181), rgb(105,150,139));
    position: relative;
    --card-accent: rgb(161,181,181);
    --pricing-bg: #f5f7fa;
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.tariff-block-84167::before {
    right: -5%;
    background: linear-gradient(135deg, rgb(161,181,181,0.5), rgb(105,150,139,0.5));
    filter: blur(60px);
    top: -10%;
    opacity: 0.5;
    content: "";
    width: 35%;
    position: absolute;
    z-index: 1;
    height: 50%;
    transform: rotate(-15deg);
}.tariff-block-84167::after {
    z-index: 1;
    left: -5%;
    width: 30%;
    opacity: 0.4;
    position: absolute;
    background: linear-gradient(225deg, rgb(105,150,139,0.5), rgb(161,181,181,0.5));
    transform: rotate(15deg);
    content: "";
    bottom: -10%;
    height: 40%;
    filter: blur(50px);
}.tariff-block-84167 .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}.tariff-block-84167 .rate-list-54810 {
    display: flex;
    flex-direction: column;
}.tariff-block-84167 .fee-choices-97408 {
    margin-right: auto;
    order: -1;
    margin-bottom: 60px;
    margin-left: auto;
    text-align: center;
    max-width: 800px;
}.tariff-block-84167 .fee-choices-97408 h2 {
    font-weight: 700;
    color: #000000;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}.tariff-block-84167 .fee-choices-97408 h2::after {
    width: 80px;
    height: 3px;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    background: linear-gradient(to right, rgb(161,181,181), rgb(105,150,139));
    transform: translateX(-50%);
}.tariff-block-84167 .pricing-fees-85130 {
    max-width: 700px;
    word-wrap: break-word;
    font-size: calc(16px + 2px);
    overflow-wrap: break-word;
    line-height: 1.6;
    margin: 0 auto;
    white-space: normal;
    color: #000000;
}.tariff-block-84167 .plan-cost-24960 {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    width: 100%;
}.tariff-block-84167 .rate-card-21679 {
    text-decoration: none;
    transform: translateY(0);
    transition: transform var(--card-transition);
    color: inherit;
    height: 100%;
    display: block;
}.tariff-block-84167 .rate-card-21679:hover {
    transform: translateY(-10px);
}.tariff-block-84167 .cert-cost-84102 {
    position: relative;
    height: 100%;
    transition: box-shadow var(--card-transition);
    border-radius: 18px;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    box-shadow: var(--card-shadow);
    background-color: var(--card-bg);
}.tariff-block-84167 .rate-card-21679:hover .cert-cost-84102 {
    box-shadow: var(--card-hover-shadow);
}.tariff-block-84167 .cert-cost-84102::before {
    transition: transform 0.5s ease;
    transform-origin: left;
    position: absolute;
    background: var(--card-border);
    left: 0;
    transform: scaleX(0);
    width: 100%;
    content: "";
    height: 5px;
    top: 0;
}.tariff-block-84167 .rate-card-21679:hover .cert-cost-84102::before {
    transform: scaleX(1);
}.tariff-block-84167 .learning-plan-79435 {
    display: flex;
    flex-direction: column;
    padding: 35px 30px;
    position: relative;
    z-index: 1;
    flex-grow: 1;
}.tariff-block-84167 .learning-plan-79435 h3 {
    color: #000000;
    position: relative;
    margin-bottom: 15px;
    transition: color 0.3s ease;
    display: inline-block;
    font-weight: 700;
    font-size: calc(22px + 2px);
}.tariff-block-84167 .rate-card-21679:hover .learning-plan-79435 h3 {
    color: var(--card-accent);
}.tariff-block-84167 .training-fees-32567 {
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    font-size: calc(22px + 6px);
    color: var(--card-accent);
    display: inline-block;
}.tariff-block-84167 .training-fees-32567::after {
    left: 0;
    background-color: var(--card-accent);
    height: 2px;
    bottom: -10px;
    width: 40px;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
}.tariff-block-84167 .rate-card-21679:hover .training-fees-32567::after {
    width: 60px;
}.tariff-block-84167 .learning-plan-79435 p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #000000;
    white-space: normal;
    font-size: 16px;
    hyphens: auto;
    flex-grow: 1;
    margin-top: 15px;
    line-height: 1.6;
}.tariff-block-84167 .image-strip-10863 {
    overflow: hidden;
    height: 200px;
    width: 100%;
    position: relative;
    transition: transform 0.6s ease;
}.tariff-block-84167 .image-strip-10863::after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    opacity: 0;
}.tariff-block-84167 .rate-card-21679:hover .image-strip-10863::after {
    opacity: 1;
}.tariff-block-84167 .rate-card-21679:hover .image-strip-10863 {
    transform: scale(1.05);
}

@media (min-width: 992px) {.tariff-block-84167 .rate-list-54810 {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.tariff-block-84167 .fee-choices-97408 {
    margin: 0;
    text-align: left;
    order: 0;
    width: 30%;
}.tariff-block-84167 .fee-choices-97408 h2 {
    display: block;
    text-align: left;
}.tariff-block-84167 .fee-choices-97408 h2::after {
    left: 0;
    transform: none;
}.tariff-block-84167 .pricing-fees-85130 {
    margin: 0;
    text-align: left;
}.tariff-block-84167 .plan-cost-24960 {
    width: 70%;
}
}

@media (max-width: 991px) {.tariff-block-84167 {
    padding: 80px 0 60px;
}.tariff-block-84167 .plan-cost-24960 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}
}

@media (max-width: 767px) {.tariff-block-84167 {
    padding: 60px 0 40px;
}.tariff-block-84167 .fee-choices-97408 {
    margin-bottom: 40px;
}.tariff-block-84167 .plan-cost-24960 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.tariff-block-84167 .learning-plan-79435 {
    padding: 25px 20px;
}.tariff-block-84167 .learning-plan-79435 h3 {
    font-size: 22px;
}.tariff-block-84167 .training-fees-32567 {
    font-size: calc(22px + 2px);
}.tariff-block-84167 .learning-plan-79435 p {
    font-size: calc(16px - 1px);
}.tariff-block-84167 .image-strip-10863 {
    height: 180px;
}
}

@media (max-width: 480px) {.tariff-block-84167 {
    padding: 50px 0 30px;
}.tariff-block-84167 .fee-choices-97408 h2 {
    font-size: calc(30px - 4px);
}.tariff-block-84167 .pricing-fees-85130 {
    font-size: 16px;
}.tariff-block-84167 .learning-plan-79435 {
    padding: 20px 15px;
}.tariff-block-84167 .image-strip-10863 {
    height: 160px;
}}.secure-nook-71063 {
    background: linear-gradient(145deg, rgb(224,230,229) 0%, rgb(224,230,229) 85%, rgb(161,181,181,0.5) 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    padding: 4rem 2rem;
}.secure-nook-71063::before {
    left: 0;
    position: absolute;
    content: "";
    opacity: 0.03;
    top: 0;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgb(224,230,229) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(224,230,229) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(224,230,229) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(224,230,229) 75%);
    background-size: 20px 20px;
    z-index: -1;
    height: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}.secure-nook-71063::after {
    width: 200%;
    opacity: 0.05;
    content: "";
    background: radial-gradient(circle at center, rgb(161,181,181,0.5) 0%, transparent 70%);
    height: 200%;
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: -1;
    top: -50%;
    position: absolute;
    transform: scale(1);
    left: -50%;
}@keyframes pulse {
    0% { transform: scale(1); opacity: 0.05; }
    50% { transform: scale(1.05); opacity: 0.08; }
    100% { transform: scale(1); opacity: 0.05; }
}

.secure-nook-71063 .container {
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06), 
                0 2px 5px rgba(0, 0, 0, 0.03),
                0 -1px 0 rgb(161,181,181,0.5);
    position: relative;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    background: #ffffff;
    max-width: 1200px;
}.secure-nook-71063 .container:hover {
    transform: translateY(-5px);
}.secure-nook-71063 h1 {
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    padding-bottom: 0.75rem;
    transform: translateX(0);
    color: #000000;
    transition: transform 0.3s ease-out;
    font-size: 44px;
    margin-bottom: 2rem;
}.secure-nook-71063 h1::after {
    position: absolute;
    height: 3px;
    transform: scaleX(1);
    bottom: 0;
    background: rgb(161,181,181);
    transform-origin: left;
    width: 60px;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
}.secure-nook-71063:hover h1::after {
    transform: scaleX(1.5);
}.secure-nook-71063 h2 {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    padding-left: 1rem;
    margin: 2.5rem 0 1.5rem;
    transition: padding 0.3s ease;
    position: relative;
}.secure-nook-71063 h2::before {
    transform: scaleY(1);
    position: absolute;
    background: rgb(105,150,139);
    content: "";
    left: 0;
    width: 3px;
    top: 0.25em;
    height: 70%;
    transition: transform 0.3s ease;
}.secure-nook-71063 h2:hover::before {
    transform: scaleY(1.2);
}.secure-nook-71063 h3 {
    position: relative;
    margin: 1.75rem 0 1rem;
    color: #000000;
    font-weight: 600;
    font-size: calc(18px + 0.1rem);
}.secure-nook-71063 h4 {
    font-size: 22px;
    margin: 1.5rem 0 0.75rem;
    font-weight: 600;
    color: #000000;
}.secure-nook-71063 p {
    margin-bottom: 1.25rem;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.7;
    transition: all 0.3s ease;
    max-width: 90ch;
}.secure-nook-71063 span {
    transition: color 0.3s ease;
    display: inline-block;
    color: rgb(161,181,181);
    font-weight: 600;
    position: relative;
}.secure-nook-71063 span:hover {
    color: rgb(105,150,139);
}.secure-nook-71063 ul {
    margin: 1.5rem 0 2rem 1.25rem;
    list-style-type: none;
}.secure-nook-71063 li {
    position: relative;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    transition: transform 0.2s ease-out;
}.secure-nook-71063 li::before {
    position: absolute;
    width: 8px;
    background: rgb(161,181,181,0.5);
    top: 0.7em;
    transform: rotate(45deg);
    border-radius: 1px;
    left: 0;
    height: 8px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    content: "";
}.secure-nook-71063 li:hover::before {
    transform: rotate(135deg);
    background: rgb(161,181,181);
}.secure-nook-71063 li:hover {
    transform: translateX(3px);
}.secure-nook-71063 div {
    position: relative;
}

@media (max-width: 992px) {.secure-nook-71063 {
    padding: 3rem 1.5rem;
}.secure-nook-71063 .container {
    padding: 2.5rem 2rem;
}.secure-nook-71063 h1 {
    font-size: calc(44px - 0.2rem);
}.secure-nook-71063 h2 {
    font-size: calc(28px - 0.15rem);
}
}

@media (max-width: 768px) {.secure-nook-71063 {
    padding: 2.5rem 1rem;
}.secure-nook-71063 .container {
    padding: 2rem 1.5rem;
}.secure-nook-71063 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(44px - 0.4rem);
}.secure-nook-71063 h2 {
    font-size: calc(28px - 0.3rem);
    margin: 2rem 0 1rem;
}.secure-nook-71063 h3 {
    margin: 1.5rem 0 0.75rem;
    font-size: 18px;
}.secure-nook-71063 p {
    font-size: calc(14px - 0.05rem);
}.secure-nook-71063 ul {
    margin-left: 0.5rem;
}.secure-nook-71063 li {
    padding-left: 1.25rem;
    font-size: calc(14px - 0.05rem);
}
}

@media (max-width: 576px) {.secure-nook-71063 {
    padding: 2rem 0.75rem;
}.secure-nook-71063 .container {
    padding: 1.5rem 1.25rem;
}.secure-nook-71063 h1 {
    font-size: calc(44px - 0.6rem);
}.secure-nook-71063 h2 {
    padding-left: 0.75rem;
    font-size: calc(28px - 0.4rem);
}.secure-nook-71063 h2::before {
    width: 2px;
}.secure-nook-71063 li::before {
    width: 6px;
    height: 6px;
}
}

@media (prefers-reduced-motion: reduce) {.secure-nook-71063::after {
    animation: none;
}.secure-nook-71063 .container,
    .secure-nook-71063 li,
    .secure-nook-71063 h1::after,
    .secure-nook-71063 h2::before {
    transition: none;
}}.company-info-01843 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.company-info-01843::before {
    left: 0;
    width: 100%;
    backdrop-filter: blur(4px);
    position: absolute;
    content: '';
    z-index: 1;
    background: linear-gradient(135deg, rgb(161,181,181,0.5), rgba(0, 0, 0, 0.5) 85%);
    height: 100%;
    top: 0;
}.company-info-01843 .container {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.company-info-01843 .text-capsule-63159 {
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    grid-template-columns: 1fr;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: grid;
    position: relative;
    padding: 50px;
    transform: perspective(1000px) rotateY(-2deg);
    gap: 30px;
}.company-info-01843 .text-capsule-63159::before {
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, rgb(161,181,181), rgb(105,150,139));
    left: 0;
    width: 5px;
    height: 100%;
    top: 0;
}.company-info-01843 .text-capsule-63159::after {
    bottom: -15px;
    transform: scaleX(0.7);
    background: linear-gradient(to right, transparent, rgb(105,150,139,0.5), transparent);
    transform-origin: right center;
    right: 30px;
    height: 1px;
    width: calc(100% - 60px);
    content: '';
    position: absolute;
}.company-info-01843 .text-capsule-63159:hover {
    transform: perspective(1000px) rotateY(0deg);
}.company-info-01843 h5 {
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    color: rgb(161,181,181);
    position: relative;
    letter-spacing: 1.5px;
    margin: 0 0 15px;
}.company-info-01843 h5::after {
    background: rgb(105,150,139);
    transition: transform 0.4s ease;
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
    width: 60px;
    transform: scaleX(1);
    position: absolute;
    transform-origin: left;
}.company-info-01843 .text-capsule-63159:hover h5::after {
    transform: scaleX(1.5);
}.company-info-01843 p {
    margin: 0;
    font-size: calc(16px * 1.2);
    color: #000000;
    line-height: 1.5;
}.company-info-01843 p b {
    font-weight: 700;
    display: block;
    color: rgb(105,150,139);
    font-size: calc(16px * 1.6);
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}.company-info-01843 ol {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
    counter-reset: item;
}.company-info-01843 ol li {
    padding: 0;
    text-align: justify;
    column-gap: 40px;
    hyphens: auto;
    column-count: 1;
    color: #000000;
    position: relative;
    font-size: 16px;
    line-height: 1.7;
}.company-info-01843 ol li::before {
    z-index: -1;
    top: -20px;
    opacity: 0.1;
    background-color: #ffffff;
    counter-increment: item;
    border: 2px solid rgb(161,181,181);
    width: 40px;
    position: absolute;
    height: 40px;
    left: -20px;
    content: '';
    transition: all 0.4s ease;
    border-radius: 50%;
}.company-info-01843 .text-capsule-63159:hover ol li::before {
    transform: scale(1.2);
    opacity: 0.2;
}

@media (min-width: 768px) {.company-info-01843 .text-capsule-63159 {
    align-items: start;
    grid-template-columns: 1fr 2fr;
}.company-info-01843 ol li {
    column-count: 2;
}.company-info-01843 h5, .company-info-01843 div:nth-child(2) {
    grid-column: 1;
}.company-info-01843 ol {
    margin-top: 10px;
    grid-column: 1 / span 2;
}
}

@media (min-width: 992px) {.company-info-01843 {
    padding: 150px 0;
}.company-info-01843 .text-capsule-63159 {
    padding: 70px;
    grid-template-columns: 1fr 3fr;
}.company-info-01843 ol li {
    column-count: 3;
}.company-info-01843 h5 {
    font-size: calc(19px * 1.2);
}.company-info-01843 p b {
    font-size: calc(16px * 1.8);
}
}

@media (max-width: 767px) {.company-info-01843 {
    padding: 80px 0;
}.company-info-01843 .text-capsule-63159 {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px;
}.company-info-01843 h5 {
    font-size: calc(19px * 0.9);
}.company-info-01843 p b {
    font-size: calc(16px * 1.4);
}.company-info-01843 ol li {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.company-info-01843 {
    padding: 60px 0;
}.company-info-01843 .container {
    padding: 0 20px;
}.company-info-01843 .text-capsule-63159 {
    transform: none;
    padding: 25px;
}.company-info-01843 h5 {
    font-size: calc(19px * 0.85);
}.company-info-01843 p b {
    font-size: calc(16px * 1.3);
}}.teacher-profile-59674 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,230,229) 0%, #ffffff 100%);
    padding: 5rem 0;
    position: relative;
}.teacher-profile-59674::before {
    opacity: 0.05;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(161,181,181,0.5) 0px,
        rgb(161,181,181,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
}.teacher-profile-59674::after {
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgb(161,181,181,0.5) 0%, rgb(105,150,139,0.5) 100%);
    opacity: 0.08;
    width: 70%;
    content: "";
    position: absolute;
    z-index: 0;
    right: -20%;
    height: 200%;
    top: -50%;
}.teacher-profile-59674 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
}.teacher-profile-59674 .success-ratings-82153 {
    padding: 2.5rem;
    position: relative;
    display: grid;
    transform: perspective(1000px) rotateY(-1deg);
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    gap: 2rem;
}.teacher-profile-59674 .success-ratings-82153:hover {
    transform: perspective(1000px) rotateY(0deg);
}.teacher-profile-59674 .success-ratings-82153::before {
    position: absolute;
    top: 0;
    width: 5px;
    transform-origin: left center;
    content: "";
    transform: scaleY(0.95);
    background: linear-gradient(to bottom, rgb(161,181,181) 0%, rgb(105,150,139) 100%);
    height: 100%;
    left: 0;
    transition: transform 0.3s ease-out;
}.teacher-profile-59674 .success-ratings-82153:hover::before {
    transform: scaleY(1);
}.teacher-profile-59674 .image-strip-10863 {
    transform: translateY(0);
    margin: 0 auto;
    border-radius: 5px;
    height: 120px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 120px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.teacher-profile-59674 .success-ratings-82153:hover .image-strip-10863 {
    transform: translateY(-5px);
}.teacher-profile-59674 .image-strip-10863::after {
    inset: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    border-radius: 5px;
    position: absolute;
}.teacher-profile-59674 .image-strip-10863::before {
    background: linear-gradient(135deg, rgb(161,181,181,0.5) 0%, rgb(105,150,139,0.5) 100%);
    transform: scale(0.95);
    z-index: -1;
    left: -10px;
    position: absolute;
    opacity: 0;
    content: "";
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    top: -10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}.teacher-profile-59674 .success-ratings-82153:hover .image-strip-10863::before {
    transform: scale(1);
    opacity: 0.5;
}.teacher-profile-59674 .name {
    color: #000000;
    position: relative;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0.5rem;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 18px;
    transform: translateY(0);
}.teacher-profile-59674 .success-ratings-82153:hover .name {
    transform: translateY(-3px);
}.teacher-profile-59674 .name::after {
    height: 2px;
    bottom: -6px;
    transition: transform 0.3s ease;
    transform: translateX(-50%) scaleX(0.7);
    position: absolute;
    width: 40px;
    content: "";
    left: 50%;
    background: rgb(161,181,181);
}.teacher-profile-59674 .success-ratings-82153:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.teacher-profile-59674 .success-ratings-82153 > div:nth-child(2) > div {
    transition: color 0.3s ease;
    color: rgb(105,150,139);
    font-style: italic;
    text-align: center;
    opacity: 0.9;
    font-size: calc(12px * 0.95);
}.teacher-profile-59674 .success-ratings-82153:hover > div:nth-child(2) > div {
    color: rgb(161,181,181);
}.teacher-profile-59674 .work-summary-30274 {
    font-size: 12px;
    text-align: center;
    color: #000000;
    padding: 1rem 0;
    position: relative;
    line-height: 1.7;
}.teacher-profile-59674 .work-summary-30274::before,
.teacher-profile-59674 .work-summary-30274::after {
    transition: all 0.3s ease;
    opacity: 0.3;
    line-height: 1;
    content: "";
    color: rgb(161,181,181,0.5);
    font-size: 3rem;
    position: absolute;
}.teacher-profile-59674 .work-summary-30274::before {
    left: -5px;
    top: -10px;
}.teacher-profile-59674 .work-summary-30274::after {
    right: -5px;
    bottom: -20px;
    transform: rotate(180deg);
}.teacher-profile-59674 .success-ratings-82153:hover .work-summary-30274::before,
.teacher-profile-59674 .success-ratings-82153:hover .work-summary-30274::after {
    opacity: 0.5;
    color: rgb(161,181,181);
}

@media (min-width: 768px) {.teacher-profile-59674 {
    padding: 7rem 0;
}.teacher-profile-59674 .success-ratings-82153 {
    align-items: center;
    gap: 2.5rem;
    grid-template-columns: auto 1fr 2fr;
    padding: 3rem;
}.teacher-profile-59674 .image-strip-10863 {
    height: 150px;
    margin: 0;
    width: 150px;
}.teacher-profile-59674 .name,
    .teacher-profile-59674 .success-ratings-82153 > div:nth-child(2) > div {
    text-align: left;
}.teacher-profile-59674 .name::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.teacher-profile-59674 .success-ratings-82153:hover .name::after {
    transform: translateX(0) scaleX(1);
}.teacher-profile-59674 .work-summary-30274 {
    text-align: left;
    padding: 0;
}.teacher-profile-59674 .success-ratings-82153::before {
    width: 8px;
}.teacher-profile-59674::after {
    top: -30%;
    right: -10%;
    width: 50%;
}
}

@media (min-width: 992px) {.teacher-profile-59674 .success-ratings-82153 {
    padding: 3.5rem 4rem;
    gap: 3rem;
}.teacher-profile-59674 .image-strip-10863 {
    width: 180px;
    height: 180px;
}.teacher-profile-59674 .work-summary-30274 {
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}.teacher-profile-59674 .success-ratings-82153::before {
    width: 10px;
}
}

@media (min-width: 1200px) {.teacher-profile-59674 .container {
    padding: 0 2rem;
}.teacher-profile-59674 .success-ratings-82153 {
    padding: 4rem 5rem;
    grid-template-columns: auto 1fr 3fr;
}.teacher-profile-59674 .image-strip-10863 {
    width: 200px;
    height: 200px;
}.teacher-profile-59674 .work-summary-30274 {
    padding-right: 1rem;
}.teacher-profile-59674 .success-ratings-82153 > div:nth-child(2) {
    padding-right: 1rem;
}
}

@media (max-width: 767px) {.teacher-profile-59674 .success-ratings-82153 > div:first-child {
    margin-bottom: 1rem;
}.teacher-profile-59674 .success-ratings-82153 > div:nth-child(2) {
    margin-bottom: 1.5rem;
}}.newsletter-signup-80463 {
    background: linear-gradient(135deg, rgb(161,181,181,0.5), rgb(105,150,139));
    perspective: 1000px;
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
}.newsletter-signup-80463::before {
    position: absolute;
    background: rgb(105,150,139,0.5);
    filter: blur(15px);
    z-index: 0;
    content: "";
    height: 100%;
    right: -50%;
    transform: rotate(35deg) translateZ(-10px);
    width: 100%;
    top: -50%;
}.newsletter-signup-80463::after {
    transform: translateZ(-5px) rotate(15deg);
    content: "";
    bottom: -5%;
    height: 40%;
    background: rgb(161,181,181,0.5);
    z-index: 0;
    left: -5%;
    position: absolute;
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}.newsletter-signup-80463 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
}.newsletter-signup-80463 .achieve-goals-68107 {
    overflow: hidden;
    position: relative;
    padding: 3rem;
    -webkit-backdrop-filter: blur(10px) saturate(150%) contrast(110%);
    backdrop-filter: blur(10px) saturate(150%) contrast(110%);
    transform: translateZ(50px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    background: rgba(255, 255, 255, 0.1);
}.newsletter-signup-80463 .achieve-goals-68107:hover {
    transform: translateZ(60px) scale(1.01);
}.newsletter-signup-80463 .achieve-goals-68107::before {
    height: 2px;
    animation: lightSweep 6s infinite ease-in-out;
    top: 0;
    left: -100%;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(161,181,181), transparent);
    position: absolute;
}.newsletter-signup-80463 .achieve-goals-68107::after {
    bottom: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(105,150,139), transparent);
    height: 2px;
    animation: lightSweep 6s 3s infinite ease-in-out;
    content: "";
    right: -100%;
}.newsletter-signup-80463 h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    font-family: Arial, sans-serif;
    font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
    letter-spacing: -0.01em;
    color: #ffffff;
    margin-bottom: 2rem;
    padding-left: 1rem;
    line-height: 1.4;
    font-weight: 600;
}.newsletter-signup-80463 h3::before {
    animation: scaleInY 1s 0.5s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
    left: 0;
    top: 0.5rem;
    background: rgb(161,181,181);
    bottom: 0.5rem;
    width: 4px;
    transform: scaleY(0);
    position: absolute;
    transform-origin: top;
}.newsletter-signup-80463 .input_holder {
    gap: 1rem;
    display: flex;
    transform: translateZ(30px);
    position: relative;
}.newsletter-signup-80463 .input_holder div {
    overflow: hidden;
    position: relative;
    flex-grow: 1;
}.newsletter-signup-80463 .input_holder div::before {
    background: rgb(105,150,139);
    transform-origin: right;
    left: 0;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scaleX(0);
    content: "";
}.newsletter-signup-80463 .input_holder div:focus-within::before {
    transform-origin: left;
    transform: scaleX(1);
}.newsletter-signup-80463 input[type="email"] {
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}.newsletter-signup-80463 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: opacity 0.3s ease, transform 0.3s ease;
}.newsletter-signup-80463 input[type="email"]:focus {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
}.newsletter-signup-80463 input[type="email"]:focus::placeholder {
    transform: translateX(10px);
    opacity: 0.5;
}.newsletter-signup-80463 .enroll-instantly-60821 {
    padding: 1rem 1.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(161,181,181), rgb(105,150,139));
    z-index: 1;
    border: none;
    font-size: 18px;
    overflow: hidden;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.newsletter-signup-80463 .enroll-instantly-60821::before {
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(105,150,139), rgb(161,181,181));
    transition: opacity 0.4s ease;
    top: 0;
    content: "";
    left: 0;
    opacity: 0;
}.newsletter-signup-80463 .enroll-instantly-60821:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}.newsletter-signup-80463 .enroll-instantly-60821:hover::before {
    opacity: 1;
}.newsletter-signup-80463 .enroll-instantly-60821:active {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    transform: translateY(1px) scale(0.98);
}

@keyframes lightSweep {
    0% { transform: translateX(0%); }
    50% { transform: translateX(200%); }
    100% { transform: translateX(0%); }
}

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

@media (max-width: 768px) {.newsletter-signup-80463 {
    padding: 4rem 1.5rem;
}.newsletter-signup-80463 .achieve-goals-68107 {
    transform: translateZ(30px);
    padding: 2rem 1.5rem;
}.newsletter-signup-80463 h3 {
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    margin-bottom: 1.5rem;
}.newsletter-signup-80463 .input_holder {
    flex-direction: column;
    gap: 1rem;
}.newsletter-signup-80463 input[type="email"] {
    padding: 0.875rem;
}.newsletter-signup-80463 .enroll-instantly-60821 {
    padding: 0.875rem;
    width: 100%;
}
}

@media (max-width: 480px) {.newsletter-signup-80463 {
    padding: 3rem 1rem;
}.newsletter-signup-80463 .achieve-goals-68107 {
    padding: 1.5rem 1rem;
}.newsletter-signup-80463 h3 {
    padding-left: 0.75rem;
    font-size: 1.25rem;
}.newsletter-signup-80463 h3::before {
    width: 3px;
}.newsletter-signup-80463 input[type="email"] {
    font-size: calc(18px * 0.9);
}.newsletter-signup-80463 .enroll-instantly-60821 {
    font-size: calc(18px * 0.9);
}
}

@media (min-width: 1440px) {.newsletter-signup-80463 .achieve-goals-68107 {
    margin: 0 auto;
    max-width: 85%;
    padding: 4rem;
}.newsletter-signup-80463 h3 {
    font-size: 2.5rem;
}.newsletter-signup-80463 .input_holder {
    max-width: 90%;
    margin: 0 auto;
}}.guide-section-31964 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 6rem 0 2rem;
    background: linear-gradient(45deg, #000000 0%, rgb(105,150,139,0.5) 100%);
}.guide-section-31964::before {
    opacity: 0.15;
    top: 0;
    position: absolute;
    z-index: 1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(161,181,181,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(105,150,139,0.5) 0%, transparent 30%);
    content: '';
    width: 100%;
    left: 0;
    height: 100%;
}.guide-section-31964::after {
    content: '';
    position: absolute;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    z-index: 2;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}.guide-section-31964 .container {
    position: relative;
    z-index: 3;
}.guide-section-31964 .lecture-ref-95317 {
    flex-direction: column;
    display: flex;
    position: relative;
}.guide-section-31964 .form-learn-03158 {
    margin-bottom: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    gap: 1.5rem;
    justify-content: space-between;
    display: flex;
    padding: 1.25rem 2rem;
    flex-wrap: wrap;
    border-radius: 27px;
    z-index: 10;
    position: relative;
    transform: translateY(-3.5rem);
}.guide-section-31964 .form-learn-03158::before {
    position: absolute;
    top: 0;
    content: '';
    opacity: 0.08;
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, transparent 20%, rgb(161,181,181,0.5) 140%);
    height: 100%;
    left: 0;
    border-radius: 27px;
}.guide-section-31964 .info_item {
    max-width: 300px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    min-width: 200px;
    flex: 1;
}.guide-section-31964 .info_item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 1px;
    height: 70%;
    background: linear-gradient(to bottom, transparent, rgb(105,150,139,0.5), transparent);
    right: -0.75rem;
    transform: translateY(-50%);
}.guide-section-31964 .info_item p,
.guide-section-31964 .info_item a {
    padding: 0.5rem;
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 10px;
    align-items: center;
    font-size: 17px;
    gap: 0.875rem;
    color: #000000;
}.guide-section-31964 .info_item:hover {
    transform: translateY(-5px);
}.guide-section-31964 .info_item:hover p,
.guide-section-31964 .info_item:hover a {
    color: rgb(161,181,181);
}.guide-section-31964 .info_item svg {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
    fill: rgb(161,181,181);
}.guide-section-31964 .info_item:hover svg {
    transform: scale(1.15);
}.guide-section-31964 .text_main_holder {
    gap: 4rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
}.guide-section-31964 .main-nav-15439 {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}.guide-section-31964 .main-nav-15439 svg {
    max-width: 180px;
    height: auto;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease, transform 0.3s ease;
}.guide-section-31964 .main-nav-15439:hover svg {
    transform: scale(1.03);
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(161,181,181,0.5));
}.guide-section-31964 .webinar-live-01327 {
    opacity: 0.8;
    font-size: calc(15px + 1px);
    line-height: 1.6;
}.guide-section-31964 .nav-train-13724 {
    display: flex;
    flex-direction: column;
    position: relative;
}.guide-section-31964 .nav-train-13724::before {
    position: absolute;
    top: 0;
    content: '';
    bottom: 0;
    left: -2rem;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(105,150,139,0.5) 30%, rgb(105,150,139,0.5) 70%, transparent);
}.guide-section-31964 .nav-train-13724::after {
    bottom: 0;
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(105,150,139,0.5) 30%, rgb(105,150,139,0.5) 70%, transparent);
    top: 0;
    content: '';
    right: -2rem;
}.guide-section-31964 .nav-train-13724 h5 {
    position: relative;
    margin-bottom: 1.75rem;
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 0.875rem;
}.guide-section-31964 .nav-train-13724 h5::after {
    background: linear-gradient(to right, rgb(161,181,181), transparent);
    left: 0;
    content: '';
    bottom: 0;
    height: 2px;
    width: 60px;
    position: absolute;
}.guide-section-31964 .main-edu-26153 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1.25rem;
}.guide-section-31964 .main-edu-26153:first-child {
    margin-bottom: 2rem;
}.guide-section-31964 .main-edu-26153 a {
    transform-origin: left;
    position: relative;
    transition: all 0.3s ease;
    font-size: 17px;
    padding: 0.25rem 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.85;
}.guide-section-31964 .main-edu-26153 a::before {
    left: 0;
    content: '';
    background-color: rgb(161,181,181);
    bottom: 0;
    height: 1px;
    position: absolute;
    width: 0;
    transition: width 0.3s ease;
}.guide-section-31964 .main-edu-26153 a:hover {
    color: rgb(161,181,181);
    opacity: 1;
    transform: translateX(8px);
}.guide-section-31964 .main-edu-26153 a:hover::before {
    width: 20px;
}.guide-section-31964 .subscribe_holder {
    gap: 1.5rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex-direction: column;
    border-radius: 27px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    position: relative;
    display: flex;
}.guide-section-31964 .subscribe_holder::before {
    z-index: -1;
    width: 100%;
    opacity: 0.2;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(161,181,181,0.5), transparent 70%);
    top: 0;
    left: 0;
    content: '';
}.guide-section-31964 .subscribe_holder::after {
    animation: pulseGlow 6s infinite alternate;
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    right: 0;
    width: 150px;
    height: 150px;
    bottom: 0;
    content: '';
    background: radial-gradient(circle, rgb(161,181,181,0.5) 0%, transparent 70%);
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.guide-section-31964 .subscribe_holder h5 {
    font-size: 23px;
    padding-bottom: 0.875rem;
    position: relative;
    margin-bottom: 0.5rem;
    font-weight: 600;
}.guide-section-31964 .subscribe_holder h5::after {
    bottom: 0;
    content: '';
    width: 40px;
    background: rgb(161,181,181);
    position: absolute;
    height: 2px;
    left: 0;
}.guide-section-31964 .subscribe_holder p {
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 0.5rem;
    font-size: 17px;
}.guide-section-31964 .input_holder {
    gap: 1rem;
    display: flex;
    position: relative;
    flex-direction: column;
    margin-top: 0.5rem;
}.guide-section-31964 .input_holder::before {
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    top: -10px;
    width: calc(100% + 20px);
    border-radius: calc(10px + 10px);
    height: calc(100% + 20px);
    background: 
        radial-gradient(circle at bottom right, rgb(161,181,181,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(105,150,139,0.5) 0%, transparent 70%);
    animation: subtleRotate 15s linear infinite;
    content: '';
    left: -10px;
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.guide-section-31964 .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    padding: 1.125rem 1.5rem;
    font-size: 17px;
    color: #ffffff;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.guide-section-31964 .input_holder input[type="email"]:focus {
    border-color: rgb(161,181,181,0.5);
    box-shadow: 0 0 0 3px rgb(161,181,181,0.5);
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
}.guide-section-31964 .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.guide-section-31964 .enroll-instantly-60821 {
    overflow: hidden;
    font-size: 15px;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    border: none;
    z-index: 1;
    padding: 1.125rem 1.5rem;
    border-radius: 10px;
    background-color: rgb(161,181,181);
}.guide-section-31964 .enroll-instantly-60821::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    transition: left 0.7s ease;
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
    z-index: -1;
}.guide-section-31964 .enroll-instantly-60821::after {
    transition: opacity 0.3s ease;
    background: rgb(105,150,139);
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    opacity: 0;
    z-index: -2;
    content: '';
    left: 0;
}.guide-section-31964 .enroll-instantly-60821:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.guide-section-31964 .enroll-instantly-60821:hover::before {
    left: 100%;
}.guide-section-31964 .enroll-instantly-60821:hover::after {
    opacity: 1;
}.guide-section-31964 .whatsapp-grp-90136 {
    position: relative;
    text-align: center;
    margin-top: 4rem;
    padding-top: 2rem;
}.guide-section-31964 .whatsapp-grp-90136::before {
    content: '';
    top: 0;
    left: 20%;
    position: absolute;
    width: 60%;
    background: linear-gradient(to right, transparent, rgb(105,150,139,0.5), transparent);
    height: 1px;
}.guide-section-31964 .calc-foot-86529 {
    font-size: 15px;
    opacity: 0.7;
}

@media (max-width: 1200px) {.guide-section-31964 .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.guide-section-31964 .subscribe_holder {
    grid-column: 1 / -1;
    margin-top: 2rem;
}.guide-section-31964 .nav-train-13724::after {
    display: none;
}
}

@media (max-width: 991px) {.guide-section-31964 {
    padding: 5rem 0 2rem;
}.guide-section-31964 .form-learn-03158 {
    justify-content: center;
    flex-wrap: wrap;
}.guide-section-31964 .info_item {
    max-width: none;
    flex: 0 0 auto;
    width: calc(50% - 2rem);
}.guide-section-31964 .info_item:not(:last-child)::after {
    display: none;
}.guide-section-31964 .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.guide-section-31964 .nav-train-13724::before, 
    .guide-section-31964 .nav-train-13724::after {
    display: none;
}.guide-section-31964 .main-nav-15439 {
    align-items: center;
    text-align: center;
}.guide-section-31964 .nav-train-13724 h5, 
    .guide-section-31964 .subscribe_holder h5 {
    text-align: center;
}.guide-section-31964 .nav-train-13724 h5::after, 
    .guide-section-31964 .subscribe_holder h5::after {
    left: 50%;
    transform: translateX(-50%);
}.guide-section-31964 .main-edu-26153 {
    grid-template-columns: repeat(3, 1fr);
}.guide-section-31964 .input_holder {
    margin: 0 auto;
    max-width: 400px;
}
}

@media (max-width: 768px) {.guide-section-31964 {
    padding: 4rem 0 2rem;
}.guide-section-31964 .form-learn-03158 {
    padding: 1rem 1.5rem;
    transform: translateY(-2.5rem);
}.guide-section-31964 .info_item {
    width: 100%;
    max-width: none;
}.guide-section-31964 .main-edu-26153 {
    grid-template-columns: repeat(2, 1fr);
}.guide-section-31964 .whatsapp-grp-90136 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.guide-section-31964 {
    padding: 3rem 0 1.5rem;
}.guide-section-31964 .form-learn-03158 {
    padding: 1rem;
    transform: translateY(-1.5rem);
}.guide-section-31964 .info_item p,
    .guide-section-31964 .info_item a {
    font-size: calc(17px - 1px);
}.guide-section-31964 .main-edu-26153 {
    grid-template-columns: 1fr;
    text-align: center;
}.guide-section-31964 .main-edu-26153 a:hover {
    transform: none;
}.guide-section-31964 .main-edu-26153 a::before {
    left: 50%;
    transform: translateX(-50%);
}.guide-section-31964 .main-edu-26153 a:hover::before {
    width: 30px;
}.guide-section-31964 .input_holder {
    width: 100%;
}}.thanksGrid-91768 {
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(rgb(161,181,181,0.5), 0.05), rgba(rgb(105,150,139,0.5), 0.1));
    overflow: hidden;
    position: relative;
}.thanksGrid-91768::before {
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(161,181,181,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(105,150,139,0.5), 0.1) 0%, transparent 70%);
    width: 100%;
    content: "";
    top: 0;
    z-index: 0;
    position: absolute;
}.thanksGrid-91768::after {
    background: rgb(161,181,181);
    opacity: 0.05;
    filter: blur(20px);
    animation: floatShape 15s ease-in-out infinite alternate;
    content: "";
    right: -150px;
    width: 300px;
    z-index: 0;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    position: absolute;
    height: 300px;
    top: -150px;
}.thanksGrid-91768 .container {
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.thanksGrid-91768 h2 {
    font-size: 34px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 40px;
    position: relative;
    text-align: left;
    transform: perspective(1000px) translateZ(10px);
    transition: transform 0.5s ease-out;
}.thanksGrid-91768 h2::after {
    content: "";
    height: 4px;
    left: 0;
    width: 120px;
    background: linear-gradient(90deg, rgb(161,181,181), rgb(105,150,139));
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.8);
    transform-origin: left;
    border-radius: 10px;
    bottom: -12px;
}.thanksGrid-91768:hover h2::after {
    transform: scaleX(1);
}.thanksGrid-91768 .achieve-goals-68107 {
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
    background: #ffffff;
    border-radius: 21px;
    padding: 40px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    overflow: hidden;
}.thanksGrid-91768 .achieve-goals-68107::before {
    background: linear-gradient(90deg, rgb(161,181,181), rgb(105,150,139), rgb(161,181,181));
    width: 100%;
    height: 5px;
    left: 0;
    position: absolute;
    animation: gradientShift 6s ease infinite;
    content: "";
    background-size: 200% 100%;
    top: 0;
}.thanksGrid-91768 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.thanksGrid-91768 li {
    position: relative;
    padding: 10px 0 10px 20px;
    transition: transform 0.3s ease-out;
}.thanksGrid-91768 li::before {
    transform: translateY(-50%);
    border-radius: 50%;
    width: 8px;
    position: absolute;
    content: "";
    box-shadow: 0 0 10px rgba(rgb(161,181,181,0.5), 0.5);
    height: 8px;
    top: 24px;
    background: rgb(161,181,181);
    left: 0;
}.thanksGrid-91768 span {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 400;
    transform: translateY(0);
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    display: block;
    font-size: 16px;
}.thanksGrid-91768 span::after {
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(rgb(161,181,181,0.5), 0.3));
    opacity: 0;
    height: 1px;
    transform-origin: right;
    bottom: -10px;
    transform: scaleX(0.5);
    width: 40%;
    content: "";
    right: 0;
    position: absolute;
}.thanksGrid-91768 .achieve-goals-68107:hover {
    transform: translateY(-5px);
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.thanksGrid-91768 .achieve-goals-68107:hover span::after {
    transform: scaleX(1);
    opacity: 1;
}

@keyframes floatShape {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(20px, 30px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (min-width: 768px) {.thanksGrid-91768 {
    padding: 150px 0;
}.thanksGrid-91768 .container {
    padding: 0 60px;
}.thanksGrid-91768 h2 {
    margin-bottom: 50px;
    font-size: calc(34px * 1.1);
    max-width: 90%;
}.thanksGrid-91768 .achieve-goals-68107 {
    transform: perspective(1000px) rotateX(2deg);
    padding: 50px;
}.thanksGrid-91768 .achieve-goals-68107:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thanksGrid-91768 li {
    padding: 10px 0 10px 30px;
}.thanksGrid-91768 li::before {
    height: 10px;
    width: 10px;
}.thanksGrid-91768 span {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 767px) {.thanksGrid-91768 {
    padding: 80px 0;
}.thanksGrid-91768 .container {
    padding: 0 20px;
}.thanksGrid-91768 h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.9);
}.thanksGrid-91768 .achieve-goals-68107 {
    padding: 30px 20px;
}.thanksGrid-91768 li {
    padding: 10px 0 10px 15px;
}.thanksGrid-91768 li::before {
    height: 6px;
    width: 6px;
}.thanksGrid-91768 span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.thanksGrid-91768 {
    padding: 60px 0;
}.thanksGrid-91768 h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 25px;
}.thanksGrid-91768 .achieve-goals-68107 {
    padding: 25px 15px;
}.thanksGrid-91768 span {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}}.homepage-06182 {
    position: relative;
    min-height: 100vh;
    width: 100%;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}.homepage-06182::before {
    z-index: 1;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.8) 0%, 
    rgba(0, 0, 0, 0.6) 50%, 
    rgba(0, 0, 0, 0.4) 100%);
    bottom: 0;
    left: 0;
    content: "";
    top: 0;
    right: 0;
    position: absolute;
}.homepage-06182::after {
    background: linear-gradient(to bottom, 
    rgb(161,181,181,0.5) 0%, 
    transparent 20%, 
    transparent 80%, 
    rgb(105,150,139,0.5) 100%);
    opacity: 0.4;
    position: absolute;
    left: 0;
    content: "";
    animation: backgroundPulse 8s infinite alternate ease-in-out;
    top: 0;
    z-index: 2;
    mix-blend-mode: overlay;
    bottom: 0;
    right: 0;
}.homepage-06182 > div {
    flex-direction: column;
    position: relative;
    transform: translateY(-2vh);
    gap: 3rem;
    display: flex;
    z-index: 5;
    width: 100%;
    max-width: 1200px;
}.homepage-06182 > div > div:first-child {
    position: relative;
    padding-left: 4vw;
}.homepage-06182 > div > div:first-child::before {
    top: 50%;
    background: linear-gradient(to bottom, rgb(161,181,181), rgb(105,150,139));
    animation: lineReveal 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: top;
    position: absolute;
    transform: translateY(-50%) scaleY(0);
    content: "";
    height: 120%;
    left: 0;
    width: 8px;
}.homepage-06182 .title_style_header {
    line-height: 1.2;
    color: #ffffff;
    transform: translateX(-20px);
    margin: 0;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    font-size: clamp(2.5rem, 5vw, 48px);
    animation: slideIn 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    font-weight: 700;
}.homepage-06182 .learn-quickpro-17682 {
    transform: translateY(30px);
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    border-left: 4px solid rgb(105,150,139);
    gap: 2rem;
    animation: floatIn 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
    opacity: 0;
    display: grid;
}.homepage-06182 .knowledge-center-57802 {
    position: relative;
}.homepage-06182 .knowledge-center-57802 h3 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 1rem;
    font-size: clamp(1.2rem, 3vw, 23px);
    margin: 0 0 0.5rem;
    line-height: 1.4;
}.homepage-06182 .knowledge-center-57802 h3::after {
    content: "";
    background: linear-gradient(90deg, rgb(161,181,181), rgb(105,150,139));
    height: 3px;
    left: 0;
    position: absolute;
    width: 0;
    animation: lineGrow 1.5s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
}.homepage-06182 .learn-quickpro-17682 div:last-child span {
    position: relative;
    display: inline-block;
    overflow: hidden;
}.homepage-06182 .learn-quickpro-17682 p {
    color: #ffffff;
    animation: fadeIn 1s 1.5s forwards ease-out;
    opacity: 0;
    font-size: clamp(1rem, 2vw, 15px);
    font-weight: 400;
    margin: 0;
    position: relative;
    line-height: 1.5;
}.homepage-06182 .learn-quickpro-17682 div:last-child span::before {
    transform-origin: right;
    left: 0;
    width: 100%;
    background: rgb(105,150,139);
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    animation: revealText 1.2s 1.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
    content: "";
}

@keyframes lineReveal {
  0% {
    transform: translateY(-50%) scaleY(0);
  }
  100% {
    transform: translateY(-50%) scaleY(1);
  }
}

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

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

@keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 80px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@keyframes backgroundPulse {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.6;
  }
}

@media (min-width: 768px) {.homepage-06182 > div {
    gap: 5rem;
}.homepage-06182 .learn-quickpro-17682 {
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    padding: 3rem;
    grid-template-columns: 2fr 1fr;
}.homepage-06182 > div > div:first-child {
    padding-left: 5vw;
}.homepage-06182 > div > div:first-child::before {
    width: 12px;
}
}

@media (min-width: 992px) {.homepage-06182 {
    padding: 0;
}.homepage-06182 > div {
    max-width: 1400px;
}.homepage-06182 .learn-quickpro-17682 {
    padding: 4rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.homepage-06182 .title_style_header {
    max-width: 80%;
}.homepage-06182 .learn-quickpro-17682 div:last-child {
    padding-left: 2rem;
    position: relative;
}.homepage-06182 .learn-quickpro-17682 div:last-child::before {
    background: rgb(161,181,181);
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    height: 70%;
    width: 3px;
    content: "";
    top: 50%;
}
}

@media (min-width: 1200px) {.homepage-06182 > div {
    transform: translateY(-5vh);
}.homepage-06182 .learn-quickpro-17682 {
    grid-template-columns: 3fr 1fr;
}.homepage-06182 > div > div:first-child::before {
    width: 15px;
}
}

@media (hover: hover) {.homepage-06182 .learn-quickpro-17682:hover {
    box-shadow: 
      0 25px 50px rgba(0, 0, 0, 0.25),
      0 0 0 1px rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
}

@media (prefers-reduced-motion) {.homepage-06182::after,
  .homepage-06182 > div > div:first-child::before,
  .homepage-06182 .title_style_header,
  .homepage-06182 .learn-quickpro-17682,
  .homepage-06182 .knowledge-center-57802 h3::after,
  .homepage-06182 .learn-quickpro-17682 p,
  .homepage-06182 .learn-quickpro-17682 div:last-child span::before {
    opacity: 1;
    animation: none;
    transform: none;
}.homepage-06182 .knowledge-center-57802 h3::after {
    width: 80px;
}}.client-feedback-19524 {
    padding: 6rem 0 8rem;
    background: linear-gradient(135deg, rgb(224,230,229) 0%, rgb(105,150,139,0.5) 100%);
    overflow: hidden;
    position: relative;
}.client-feedback-19524::before {
    content: "";
    left: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 15px,
    rgba(rgb(161,181,181), 0.03) 15px,
    rgba(rgb(161,181,181), 0.03) 30px
  );
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}.client-feedback-19524::after {
    position: absolute;
    height: 40%;
    bottom: -5%;
    z-index: 0;
    transform: rotate(-15deg) skewX(-15deg);
    opacity: 0.2;
    background: rgb(161,181,181,0.5);
    right: -5%;
    filter: blur(30px);
    content: "";
    width: 30%;
}.client-feedback-19524 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
}.client-feedback-19524 h2 {
    color: #000000;
    font-weight: 700;
    font-size: 31px;
    text-align: center;
    margin-bottom: 3.5rem;
    transform: perspective(1000px) rotateX(3deg);
    position: relative;
}.client-feedback-19524 h2::after {
    content: "";
    background: rgb(161,181,181);
    bottom: -15px;
    width: 80px;
    transform: translateX(-50%) skewX(-25deg);
    left: 50%;
    height: 4px;
    position: absolute;
}.client-feedback-19524 .feedback-perspectives-70835 {
    margin: 0;
    perspective: 1000px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2.5rem;
    list-style: none;
}.client-feedback-19524 .success-ratings-82153 {
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    transform-style: preserve-3d;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
              box-shadow 0.4s ease;
    position: relative;
}.client-feedback-19524 .success-ratings-82153:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
              0 10px 25px rgba(0, 0, 0, 0.08);
}.client-feedback-19524 .success-ratings-82153::before {
    line-height: 1;
    position: absolute;
    top: -30px;
    color: rgb(161,181,181);
    content: "";
    z-index: 1;
    left: 20px;
    opacity: 0.1;
    font-weight: 700;
    font-size: 120px;
}.client-feedback-19524 .success-ratings-82153::after {
    transform-origin: left;
    transform: scaleX(0.7);
    left: 0;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    content: "";
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(161,181,181), rgb(105,150,139));
}.client-feedback-19524 .success-ratings-82153:hover::after {
    transform: scaleX(1);
}.client-feedback-19524 .success-ratings-82153 div {
    position: relative;
    z-index: 2;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}.client-feedback-19524 .success-ratings-82153 img {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    object-fit: cover;
    border: 3px solid #ffffff;
}.client-feedback-19524 .success-ratings-82153 h4 {
    margin: 0 0 0 1rem;
    position: relative;
    font-weight: 600;
    color: #000000;
    font-size: calc(19px - 2px);
}.client-feedback-19524 .success-ratings-82153 h4::after {
    height: 2px;
    content: "";
    background: rgb(161,181,181);
    width: 30px;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: width 0.3s ease;
}.client-feedback-19524 .success-ratings-82153:hover h4::after {
    width: 50px;
}.client-feedback-19524 .description {
    font-style: italic;
    position: relative;
    color: #000000;
    z-index: 2;
    line-height: 1.7;
    margin: 0;
    font-size: 17px;
}.client-feedback-19524 a {
    text-decoration: none;
    color: #ffffff;
    background: rgb(161,181,181);
    z-index: 5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background 0.3s ease;
    font-size: 16px;
    padding: 0.8rem 2rem;
    position: relative;
    overflow: hidden;
    margin-top: 3rem;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    transform: perspective(1000px) rotateX(0deg);
}.client-feedback-19524 a::before {
    position: absolute;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    content: "";
    top: 0;
    width: 100%;
}.client-feedback-19524 a:hover {
    transform: perspective(1000px) rotateX(5deg);
    background: rgb(105,150,139);
}.client-feedback-19524 a:hover::before {
    left: 100%;
}

@media (min-width: 992px) {.client-feedback-19524 .feedback-perspectives-70835 {
    grid-template-columns: repeat(3, 1fr);
}.client-feedback-19524 .success-ratings-82153:nth-child(3n-2) {
    transform: translateY(-15px);
}.client-feedback-19524 .success-ratings-82153:nth-child(3n) {
    transform: translateY(15px);
}.client-feedback-19524 .success-ratings-82153:nth-child(3n-2):hover {
    transform: translateY(-25px) scale(1.02);
}.client-feedback-19524 .success-ratings-82153:nth-child(3n):hover {
    transform: translateY(5px) scale(1.02);
}.client-feedback-19524 h2 {
    margin-right: auto;
    font-size: calc(31px * 1.2);
    margin-left: auto;
    max-width: 80%;
}.client-feedback-19524 .container {
    padding: 0 4rem;
}
}

@media (max-width: 991px) {.client-feedback-19524 {
    padding: 4rem 0 6rem;
}.client-feedback-19524 .feedback-perspectives-70835 {
    grid-template-columns: repeat(2, 1fr);
}.client-feedback-19524 h2 {
    margin-bottom: 3rem;
    font-size: 31px;
}
}

@media (max-width: 767px) {.client-feedback-19524 {
    padding: 3rem 0 5rem;
}.client-feedback-19524 .feedback-perspectives-70835 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.client-feedback-19524 h2 {
    font-size: calc(31px * 0.85);
    margin-bottom: 2.5rem;
}.client-feedback-19524 .success-ratings-82153 {
    padding: 1.5rem;
}.client-feedback-19524 .container {
    padding: 0 1.5rem;
}.client-feedback-19524 a {
    margin-top: 2rem;
    width: 100%;
}
}

@media (max-width: 480px) {.client-feedback-19524 h2 {
    font-size: calc(31px * 0.7);
}.client-feedback-19524 .success-ratings-82153 {
    padding: 1.25rem;
}.client-feedback-19524 .success-ratings-82153 img {
    height: 50px;
    width: 50px;
}.client-feedback-19524 .success-ratings-82153::before {
    top: -15px;
    font-size: 80px;
}
}

@media (prefers-reduced-motion: reduce) {.client-feedback-19524 .success-ratings-82153,
  .client-feedback-19524 .success-ratings-82153:hover,
  .client-feedback-19524 .success-ratings-82153::after,
  .client-feedback-19524 .success-ratings-82153:hover::after,
  .client-feedback-19524 a,
  .client-feedback-19524 a:hover,
  .client-feedback-19524 a::before,
  .client-feedback-19524 a:hover::before,
  .client-feedback-19524 .success-ratings-82153 h4::after,
  .client-feedback-19524 .success-ratings-82153:hover h4::after {
    transition: none;
    transform: none;
    animation: none;
}}header {
    z-index: 1000;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    background: linear-gradient(180deg, 
        rgb(161,181,181) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    -webkit-backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    backdrop-filter: blur(10px);
    left: 0;
    top: 0;
    border-bottom: 1px solid rgb(161,181,181,0.5);
}header:before {
    position: absolute;
    opacity: 0.1;
    top: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(161,181,181,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(105,150,139,0.5) 0%, transparent 25%);
    content: '';
    height: 100%;
    left: 0;
    pointer-events: none;
    width: 100%;
}header:after {
    left: 0;
    opacity: 0.02;
    position: absolute;
    height: 100%;
    pointer-events: none;
    mix-blend-mode: overlay;
    width: 100%;
    top: 0;
    content: '';
}header .header-nav-10673 {
    overflow: hidden;
    position: relative;
}header .header-nav-10673:before {
    height: 1px;
    box-shadow: 0 0 15px rgb(161,181,181), 0 0 35px rgb(161,181,181);
    content: '';
    position: absolute;
    left: -50%;
    width: 200%;
    opacity: 0.7;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(161,181,181) 25%,
        #ffffff 50%,
        rgb(161,181,181) 75%,
        transparent 100%
    );
    animation: scanlineGlow 4s linear infinite;
}header .container {
    margin: 0 auto;
    position: relative;
    padding: 18px 25px;
    max-width: 1200px;
}header .container:before {
    position: absolute;
    opacity: 0.5;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    height: 100%;
    mix-blend-mode: overlay;
    width: 100%;
    pointer-events: none;
    content: '';
}header .top-head-68093 {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}header .top-head-68093:before {
    filter: blur(15px);
    border-radius: 50%;
    width: 20px;
    background: rgb(161,181,181);
    transform: translateY(-50%);
    left: -10px;
    opacity: 0.3;
    animation: breathe 5s infinite alternate;
    position: absolute;
    height: 20px;
    top: 50%;
    content: '';
}header .top-head-68093:after {
    right: -10px;
    opacity: 0.3;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    filter: blur(15px);
    width: 20px;
    animation: breathe 5s infinite alternate-reverse;
    background: rgb(105,150,139);
}header .nav-train-13724 {
    align-items: center;
    position: relative;
    gap: 30px;
    display: flex;
}header .nav-train-13724:before {
    content: '';
    filter: blur(5px);
    width: 110%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(161,181,181,0.5), 
        transparent
    );
    transform: translateX(-100%);
    left: -5%;
    animation: menuGlow 10s infinite ease-in-out;
    opacity: 0.15;
    position: absolute;
    height: 110%;
    top: -5%;
}header .header-sitebar-57928 {
    position: relative;
    color: #ffffff;
    text-shadow: 0 0 1px #ffffff;
    transition: all 0.3s ease;
    padding: 8px 2px;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}header .header-sitebar-57928:before {
    top: 0;
    transform: skewX(-20deg) scale(0.8, 1);
    opacity: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(161,181,181,0.5), 
        transparent
    );
    content: '';
    transition: all 0.4s ease;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
}header .header-sitebar-57928:after {
    filter: blur(0.5px);
    transform: translateX(-50%);
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        rgb(161,181,181),
        #ffffff 50%,
        rgb(161,181,181)
    );
    opacity: 0.8;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .header-sitebar-57928:hover {
    transform: translateY(-2px);
    color: #ffffff;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(161,181,181);
}header .header-sitebar-57928:hover:before {
    transform: skewX(-20deg) scale(1.05, 1);
    opacity: 0.15;
}header .header-sitebar-57928:hover:after {
    box-shadow: 
        0 0 5px rgb(161,181,181),
        0 0 10px rgb(161,181,181);
    width: 100%;
}header .top-guide-32078 {
    position: relative;
    transition: all 0.3s ease;
    padding: 5px;
    justify-content: center;
    text-decoration: none;
    display: flex;
    align-items: center;
}header .top-guide-32078:before {
    position: absolute;
    height: 150%;
    transform: translate(-50%, -50%);
    top: 50%;
    background: radial-gradient(circle, 
        rgb(161,181,181,0.5) 0%, 
        transparent 70%
    );
    width: 150%;
    opacity: 0;
    transition: opacity 0.5s ease;
    left: 50%;
    content: '';
}header .top-guide-32078:after {
    opacity: 0;
    height: calc(100% + 10px);
    top: -5px;
    content: '';
    border-image: linear-gradient(45deg, rgb(161,181,181), rgb(105,150,139), rgb(161,181,181)) 1;
    transition: all 0.5s ease;
    position: absolute;
    border: 1px solid transparent;
    width: calc(100% + 10px);
    left: -5px;
}header .top-guide-32078:hover:before {
    opacity: 0.3;
}header .top-guide-32078:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}header .top-guide-32078 svg {
    filter: drop-shadow(0 0 2px rgb(161,181,181,0.5));
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 45px;
}header .top-guide-32078:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(161,181,181));
}header .top-guide-32078:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(161,181,181), rgb(105,150,139), rgb(161,181,181)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(161,181,181), rgb(105,150,139), rgb(161,181,181)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(161,181,181), rgb(105,150,139), rgb(161,181,181)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .nav-train-13724 {
    gap: 20px;
}header .top-guide-32078 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav-train-13724 {
    position: fixed;
    height: 100vh;
    padding: 85px 30px 30px;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    z-index: 1001;
    right: -100%;
    flex-direction: column;
    backdrop-filter: blur(15px);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    overflow-y: auto;
    -webkit-backdrop-filter: blur(15px);
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    top: 0;
    max-width: 330px;
    width: 85%;
    gap: 25px;
}header .nav-train-13724:before {
    animation: none;
    top: 70px;
    opacity: 0.3;
    left: 10%;
    width: 80%;
    height: 1px;
}header .nav-train-13724:after {
    top: 20px;
    width: 30px;
    content: '';
    position: absolute;
    height: 30px;
    border: 1px solid rgb(161,181,181,0.5);
    opacity: 0.6;
    right: 20px;
    background: transparent;
}header .menu.active {
    right: 0;
}header .header-sitebar-57928 {
    opacity: 0.8;
    border-bottom: 1px solid rgb(161,181,181,0.5);
    width: 100%;
    text-align: left;
    padding: 12px 5px;
}header .header-sitebar-57928:last-child {
    border-bottom: none;
}header .header-sitebar-57928:hover {
    opacity: 1;
    transform: translateY(0);
}header .top-guide-32078 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .top-guide-32078 svg {
    height: 35px;
}header .nav-train-13724 {
    width: 100%;
    max-width: 100%;
}}.course-program-description-57438 {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(224,230,229) 0%, rgba(249, 249, 249, 0.95) 100%);
    overflow: hidden;
}.course-program-description-57438::before {
    top: 0;
    opacity: 0.05;
    right: 0;
    left: 0;
    content: "";
    background-image: 
        linear-gradient(45deg, rgb(105,150,139,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(105,150,139,0.5) 25%, transparent 25%);
    z-index: 0;
    background-size: 60px 60px;
    position: absolute;
    bottom: 0;
}.course-program-description-57438 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
}.course-program-description-57438 .learn-path-84230 {
    transform: translateY(20px);
    display: grid;
    gap: 3rem;
    opacity: 0;
    grid-template-columns: 1fr;
    animation: fadeIn 0.8s ease-out forwards 0.3s;
}.course-program-description-57438 .image-strip-10863 {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
                0 8px 16px rgba(0, 0, 0, 0.08);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    height: 380px;
}.course-program-description-57438 .image-strip-10863::after {
    background: linear-gradient(to bottom right, 
                rgb(161,181,181,0.5) 0%, 
                transparent 40%, 
                transparent 60%, 
                rgb(105,150,139,0.5) 100%);
    z-index: 1;
    transition: opacity 0.6s ease;
    left: 0;
    opacity: 0.5;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    bottom: 0;
}.course-program-description-57438 .image-strip-10863:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course-program-description-57438 .image-strip-10863:hover::after {
    opacity: 0.2;
}.course-program-description-57438 .text-capsule-63159 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    justify-content: center;
    position: relative;
    background: #ffffff;
    flex-direction: column;
    transform: translateX(0);
    padding: 2rem;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.course-program-description-57438 .text-capsule-63159::before {
    content: "";
    width: 5px;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    height: 0;
    background: linear-gradient(to bottom, rgb(161,181,181), rgb(105,150,139));
    left: 0;
    top: 0;
}.course-program-description-57438 .learn-path-84230:hover .text-capsule-63159::before {
    height: 100%;
}.course-program-description-57438 h3 {
    position: relative;
    transition: transform 0.4s ease;
    padding-bottom: 1rem;
    transform: translateY(0);
    font-size: calc(19px * 1.1);
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: 700;
}.course-program-description-57438 h3::after {
    width: 60px;
    left: 0;
    transition: width 0.5s ease;
    content: "";
    bottom: 0;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(161,181,181), rgb(105,150,139));
}.course-program-description-57438 .text-capsule-63159:hover h3 {
    transform: translateY(-5px);
}.course-program-description-57438 .text-capsule-63159:hover h3::after {
    width: 100px;
}.course-program-description-57438 .description {
    font-size: 15px;
    line-height: 1.7;
    padding-right: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
    max-height: 200px;
    color: #000000;
    overflow-y: auto;
}.course-program-description-57438 .description::-webkit-scrollbar {
    width: 4px;
}.course-program-description-57438 .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}.course-program-description-57438 .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(105,150,139,0.5);
}.course-program-description-57438 span.description {
    display: none;
}

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

@media (min-width: 768px) {.course-program-description-57438 {
    padding: 8rem 0;
}.course-program-description-57438 .learn-path-84230 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}.course-program-description-57438 .text-capsule-63159 {
    transform: translateX(-30px);
}.course-program-description-57438 .learn-path-84230:hover .text-capsule-63159 {
    transform: translateX(0);
}.course-program-description-57438 .image-strip-10863 {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 480px;
}.course-program-description-57438 .image-strip-10863:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-10px);
}.course-program-description-57438 h3 {
    font-size: 19px;
}
}

@media (min-width: 992px) {.course-program-description-57438 {
    padding: 10rem 0;
}.course-program-description-57438 .container {
    padding: 0 3rem;
}.course-program-description-57438 .learn-path-84230 {
    gap: 6rem;
}.course-program-description-57438 .text-capsule-63159 {
    padding: 3rem;
}.course-program-description-57438 .image-strip-10863 {
    height: 550px;
}.course-program-description-57438 h3 {
    font-size: calc(19px * 1.2);
    margin-bottom: 2rem;
}.course-program-description-57438 .description {
    line-height: 1.8;
    max-height: 300px;
}
}

@media (max-width: 767px) {.course-program-description-57438 {
    padding: 4rem 0;
}.course-program-description-57438 .container {
    padding: 0 1.5rem;
}.course-program-description-57438 .image-strip-10863 {
    margin-bottom: 1rem;
    height: 280px;
}.course-program-description-57438 .text-capsule-63159 {
    padding: 1.5rem;
}.course-program-description-57438 h3 {
    font-size: calc(17px * 1.1);
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
}.course-program-description-57438 .description {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
    max-height: 180px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(161,181,181);
}header .top_plank .learn-top-59360 div svg, header .top_plank .learn-top-59360 div svg path {
    fill: #ffffff;
}header .top_plank .learn-top-59360 div span {
    color: #ffffff;
}header .top_plank .learn-top-59360 {
    flex-wrap: wrap;
    line-height: 21px;
    font-size: 12px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    align-items: center;
}header .top_plank .learn-top-59360 div {
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
}header .top_plank .learn-top-59360 div img, header .top_plank .learn-top-59360 div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.contact-box-36158 {
    position: relative;
    padding: 120px 0;
    background: rgb(224,230,229);
    z-index: 1;
    overflow: hidden;
}.contact-box-36158::before {
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    background-blend-mode: multiply;
    z-index: 0;
    opacity: 0.5;
    content: '';
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
}.contact-box-36158 .image-strip-10863 {
    top: 0;
    opacity: 0.07;
    z-index: 0;
    height: 100%;
    width: 100%;
    filter: contrast(1.2) saturate(0.8);
    position: absolute;
    left: 0;
}.contact-box-36158 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.contact-box-36158 h3 {
    text-align: center;
    font-size: 30px;
    position: relative;
    color: #000000;
    font-weight: 300;
    margin-bottom: 70px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
}.contact-box-36158 .request-request-45320 {
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    flex-wrap: wrap;
    display: flex;
    border-radius: 30px;
    overflow: hidden;
}.contact-box-36158 .query-message-02347 {
    padding: 80px;
    display: flex;
    background: #ffffff;
    flex: 1 1 55%;
    z-index: 1;
    justify-content: center;
    flex-direction: column;
    position: relative;
}.contact-box-36158 .query-message-02347::before {
    position: absolute;
    z-index: -1;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
    width: 100%;
    content: '';
    left: 0;
    height: 100%;
    top: 0;
}.contact-box-36158 .query-message-02347 #contact {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}.contact-box-36158 .query-message-02347 h3 {
    color: #000000;
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}.contact-box-36158 .query-message-02347 input[type="text"],
.contact-box-36158 .query-message-02347 textarea {
    color: #000000;
    transition: all 0.3s ease;
    font-size: 12px;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    padding: 20px 25px;
    border: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 50px;
}.contact-box-36158 .query-message-02347 textarea {
    border-radius: 25px;
    height: 150px;
    padding-top: 25px;
    resize: vertical;
}.contact-box-36158 .query-message-02347 input[type="text"]:focus,
.contact-box-36158 .query-message-02347 textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(161,181,181,0.5);
    background-color: rgba(0, 0, 0, 0.015);
    outline: none;
}.contact-box-36158 .query-message-02347 .query-card-09168 {
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact-box-36158 .query-message-02347 .query-card-09168 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-box-36158 .query-message-02347 .query-card-09168 label {
    cursor: pointer;
    color: #000000;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    font-size: calc(12px - 2px);
}.contact-box-36158 .query-message-02347 .query-card-09168 label::before {
    background-color: transparent;
    top: 2px;
    height: 22px;
    left: 0;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.15);
    content: '';
    width: 22px;
    border-radius: 50%;
    transition: all 0.3s ease;
}.contact-box-36158 .query-message-02347 .query-card-09168 input[type="checkbox"]:checked + label::before {
    background-color: rgb(161,181,181);
    border-color: rgb(161,181,181);
}.contact-box-36158 .query-message-02347 .query-card-09168 input[type="checkbox"]:checked + label::after {
    border-left: 2px solid #ffffff;
    content: '';
    border-bottom: 2px solid #ffffff;
    position: absolute;
    height: 5px;
    top: 10px;
    transform: rotate(-45deg);
    left: 7px;
    width: 8px;
}.contact-box-36158 .query-message-02347 .query-card-09168 a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(161,181,181);
    transition: color 0.3s ease;
}.contact-box-36158 .query-message-02347 .query-card-09168 a:hover {
    color: rgb(105,150,139);
}.contact-box-36158 .query-message-02347 .contact-feedback-34752 {
    color: #ffffff;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background: rgb(161,181,181);
    font-weight: 400;
    transition: all 0.3s ease;
    border-radius: 50px;
    padding: 18px;
    font-size: 16px;
    position: relative;
    border: none;
}.contact-box-36158 .query-message-02347 .contact-feedback-34752::before {
    top: 0;
    height: 100%;
    position: absolute;
    transition: all 0.6s ease;
    width: 100%;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
    content: '';
    left: -100%;
}.contact-box-36158 .query-message-02347 .contact-feedback-34752:hover {
    box-shadow: 0 5px 15px rgb(161,181,181,0.5);
    transform: translateY(-2px);
    background: rgb(105,150,139);
}.contact-box-36158 .query-message-02347 .contact-feedback-34752:hover::before {
    left: 100%;
}.contact-box-36158 .reach-inquiry-21743 {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 80px 60px;
    position: relative;
    background: linear-gradient(135deg, rgb(161,181,181) 0%, rgb(105,150,139) 100%);
    justify-content: center;
    flex: 1 1 45%;
}.contact-box-36158 .reach-inquiry-21743::before {
    width: 200%;
    left: -50%;
    position: absolute;
    top: -50%;
    height: 200%;
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
    z-index: 0;
    content: '';
    background-size: 250px 250px;
    opacity: 0.7;
}.contact-box-36158 .reach-inquiry-21743 h4 {
    margin-bottom: 50px;
    font-size: 24px;
    z-index: 1;
    position: relative;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
}.contact-box-36158 .reach-inquiry-21743 .feedback-widget-86157 {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 300px;
}.contact-box-36158 .reach-inquiry-21743 .feedback-widget-86157 li {
    margin-bottom: 35px;
    display: flex;
    position: relative;
    align-items: center;
    transition: transform 0.3s ease;
}.contact-box-36158 .reach-inquiry-21743 .feedback-widget-86157 li:last-child {
    margin-bottom: 0;
}.contact-box-36158 .reach-inquiry-21743 .feedback-widget-86157 li:hover {
    transform: translateX(5px);
}.contact-box-36158 .reach-inquiry-21743 .feedback-widget-86157 li svg {
    height: 22px;
    margin-right: 20px;
    opacity: 0.9;
    width: 22px;
    flex-shrink: 0;
}.contact-box-36158 .reach-inquiry-21743 .feedback-widget-86157 li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact-box-36158 .reach-inquiry-21743 .feedback-widget-86157 li span {
    color: #ffffff;
    position: relative;
    line-height: 1.5;
    font-size: 12px;
}.contact-box-36158 .reach-inquiry-21743 .feedback-widget-86157 li span::after {
    content: '';
    bottom: -8px;
    width: 0;
    left: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    transition: width 0.3s ease;
}.contact-box-36158 .reach-inquiry-21743 .feedback-widget-86157 li:hover span::after {
    width: 100%;
}.contact-box-36158 .reach-inquiry-21743 .feedback-widget-86157 li a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact-box-36158 .reach-inquiry-21743 .feedback-widget-86157 li a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.contact-box-36158 {
    padding: 80px 0;
}.contact-box-36158 .request-request-45320 {
    flex-direction: column;
}.contact-box-36158 .query-message-02347,
    .contact-box-36158 .reach-inquiry-21743 {
    flex: 1 1 100%;
    padding: 60px 40px;
}
}

@media (max-width: 768px) {.contact-box-36158 {
    padding: 60px 0;
}.contact-box-36158 h3 {
    margin-bottom: 50px;
    font-size: calc(30px - 4px);
}.contact-box-36158 .query-message-02347 h3,
    .contact-box-36158 .reach-inquiry-21743 h4 {
    font-size: calc(24px - 2px);
    margin-bottom: 30px;
}.contact-box-36158 .query-message-02347 input[type="text"],
    .contact-box-36158 .query-message-02347 textarea {
    margin-bottom: 20px;
    padding: 16px 20px;
}.contact-box-36158 .query-message-02347 textarea {
    height: 120px;
}.contact-box-36158 .query-message-02347 .contact-feedback-34752 {
    padding: 16px;
}.contact-box-36158 .reach-inquiry-21743 .feedback-widget-86157 li {
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.contact-box-36158 {
    padding: 50px 0;
}.contact-box-36158 .query-message-02347,
    .contact-box-36158 .reach-inquiry-21743 {
    padding: 40px 25px;
}.contact-box-36158 h3 {
    font-size: calc(30px - 6px);
}.contact-box-36158 .query-message-02347 .query-card-09168 label {
    font-size: calc(12px - 3px);
}.contact-box-36158 .request-request-45320 {
    border-radius: 20px;
}.contact-box-36158 .query-message-02347 input[type="text"],
    .contact-box-36158 .query-message-02347 textarea {
    border-radius: 25px;
}.contact-box-36158 .query-message-02347 textarea {
    border-radius: 20px;
}}.training-structure-36819 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(224,230,229) 0%, rgba(240, 240, 245, 0.95) 100%);
}.training-structure-36819::before {
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(145deg, rgb(161,181,181,0.5) 0%, rgb(105,150,139,0.5) 100%);
    width: 25%;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    top: 0;
    height: 100%;
}.training-structure-36819::after {
    position: absolute;
    transform: skewX(45deg) translateX(-10%);
    z-index: 1;
    content: "";
    height: 10px;
    background: rgb(161,181,181);
    bottom: 0;
    left: 0;
    width: 35%;
}.training-structure-36819 .container.achieve-goals-68107 {
    margin: 0 auto;
    padding: 0 25px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.training-structure-36819 .container.achieve-goals-68107 > div {
    padding: 50px 60px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.95);
    transform: perspective(1000px) rotateY(-2deg);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.training-structure-36819 .container.achieve-goals-68107 > div:hover {
    transform: perspective(1000px) rotateY(0deg);
}.training-structure-36819 .container.achieve-goals-68107 > div::before {
    width: 5px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(161,181,181), rgb(105,150,139));
    transform: scaleY(0);
    content: "";
    left: 0;
    transform-origin: top;
    top: 0;
}.training-structure-36819 .container.achieve-goals-68107 > div:hover::before {
    transform: scaleY(1);
}.training-structure-36819 h3 {
    font-family: Arial, sans-serif;
    margin: 0 0 30px;
    font-size: 38px;
    transform: translateX(0);
    transition: transform 0.4s ease;
    padding-bottom: 15px;
    position: relative;
    color: #000000;
    font-weight: 700;
}.training-structure-36819 .container.achieve-goals-68107 > div:hover h3 {
    transform: translateX(15px);
}.training-structure-36819 h3::after {
    height: 3px;
    width: 80px;
    bottom: 0;
    transition: width 0.4s ease;
    left: 0;
    content: "";
    background: rgb(105,150,139);
    position: absolute;
}.training-structure-36819 .container.achieve-goals-68107 > div:hover h3::after {
    width: 120px;
}.training-structure-36819 p {
    position: relative;
    line-height: 1.7;
    color: #000000;
    font-size: 13px;
    margin: 0;
    font-family: Arial, sans-serif;
}.training-structure-36819 p span {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
}.training-structure-36819 .container.achieve-goals-68107 > div:hover p span {
    transform: translateY(5px);
}

@media (max-width: 991px) {.training-structure-36819 {
    padding: 80px 0;
}.training-structure-36819 .container.achieve-goals-68107 > div {
    padding: 40px 35px;
    transform: perspective(1000px) rotateY(-1deg);
}.training-structure-36819 h3 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 767px) {.training-structure-36819 {
    padding: 60px 0;
}.training-structure-36819::before {
    width: 40%;
}.training-structure-36819 .container.achieve-goals-68107 {
    padding: 0 15px;
}.training-structure-36819 .container.achieve-goals-68107 > div {
    padding: 35px 25px;
    transform: none;
}.training-structure-36819 h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 20px;
}.training-structure-36819 p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.training-structure-36819 {
    padding: 50px 0;
}.training-structure-36819 .container.achieve-goals-68107 > div {
    padding: 30px 20px;
}.training-structure-36819 h3 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.7);
    padding-bottom: 10px;
}.training-structure-36819 h3::after {
    width: 60px;
    height: 2px;
}.training-structure-36819 p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}
}