* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}.guide_sectionGUisr9B {
    flex: 0 0 auto;
}.content-wrapperdSzV5iX {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}::-webkit-scrollbar {
    padding: 0px;
    width: 10px;
}::-webkit-scrollbar-button {
    background: rgb(154,166,165,0.5);
}::-webkit-scrollbar-track {
    background: rgb(119,128,127,0.5);
}::-webkit-scrollbar-thumb {
    transition: transform 3.4s ease-out;
    box-shadow: -3px -1px 7px -1px rgba(0, 0, 0, 0.4);
    background: rgb(119,128,127);
    border-radius: 17.9em;
}::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(206deg, #ffffff 53%, rgb(255, 255, 255, 0.5) 98%, rgb(119,128,127,0.5) 65%, rgb(154,166,165,0.5) 79%, rgb(189,201,200) 6%);
    border-color: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 4px -4px 6px 2px rgba(0, 0, 0, 0.2);
    background: #ffffff;
}html,body {
    min-height: 100%;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    height: 100%;
    color: #000000;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}.nav_header6iOzFgP {
    flex: 1 0 auto;
}.container {
    width: 1220px;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.appSpotlightUHnKAj8 {
    background: linear-gradient(135deg, rgb(189,201,200), rgb(189,201,200) 60%, rgba(rgb(154,166,165,0.5), 0.1));
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.appSpotlightUHnKAj8::before {
    right: -10%;
    content: "";
    width: 60%;
    transform: rotate(-15deg) skewX(15deg);
    z-index: 0;
    position: absolute;
    background: linear-gradient(145deg, rgba(rgb(119,128,127,0.5), 0.08), rgba(rgb(119,128,127,0.5), 0.03));
    height: 80%;
    top: -20%;
    filter: blur(20px);
}.appSpotlightUHnKAj8::after {
    left: -5%;
    content: "";
    height: 40%;
    z-index: 0;
    position: absolute;
    transform: rotate(10deg) skewX(-10deg);
    bottom: -10%;
    width: 50%;
    background: linear-gradient(210deg, rgba(rgb(154,166,165,0.5), 0.09), transparent);
}.appSpotlightUHnKAj8 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}.appSpotlightUHnKAj8 .creds_blockDpSbPG6 {
    box-shadow: 
        0 20px 50px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 30px 70px -25px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 2px 5px rgba(rgb(154,166,165,0.5), 0.05),
        0 0 0 1px rgba(rgb(154,166,165,0.5), 0.08);
    padding: 3rem;
    gap: 2.5rem;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(170deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.85)
    );
    backdrop-filter: blur(10px);
    position: relative;
    grid-template-columns: 1fr;
}.appSpotlightUHnKAj8 .creds_blockDpSbPG6:hover {
    box-shadow: 
        0 25px 55px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 35px 75px -25px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 2px 5px rgba(rgb(154,166,165,0.5), 0.08),
        0 0 0 1px rgba(rgb(154,166,165,0.5), 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.appSpotlightUHnKAj8 .creds_blockDpSbPG6 > div:first-child {
    transform: translateX(-1rem);
    position: relative;
}.appSpotlightUHnKAj8 .creds_blockDpSbPG6 > div:first-child::before {
    position: absolute;
    width: 4px;
    top: 50%;
    left: -2rem;
    background: linear-gradient(to bottom, rgb(154,166,165), rgb(119,128,127));
    content: "";
    transform: translateY(-50%);
    height: 60%;
}.appSpotlightUHnKAj8 h5 {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    position: relative;
}.appSpotlightUHnKAj8 h5::after {
    background: linear-gradient(90deg, rgb(119,128,127), transparent);
    width: 40%;
    content: "";
    bottom: -0.5rem;
    left: 0;
    position: absolute;
    height: 3px;
}.appSpotlightUHnKAj8 .creds_blockDpSbPG6 > div:last-child {
    position: relative;
    border-left: 1px solid rgba(rgb(119,128,127,0.5), 0.2);
    padding-left: 1.5rem;
}.appSpotlightUHnKAj8 a {
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease;
    overflow: hidden;
    position: relative;
}.appSpotlightUHnKAj8 a:hover {
    transform: translateX(5px);
}.appSpotlightUHnKAj8 a::before {
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, 
        rgba(rgb(154,166,165,0.5), 0.03), 
        rgba(rgb(119,128,127,0.5), 0.05)
    );
    width: 100%;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
    height: 100%;
    content: "";
    z-index: -1;
    transform: scaleX(0.8) translateX(-10%);
}.appSpotlightUHnKAj8 a:hover::before {
    transform: scaleX(1) translateX(0);
    opacity: 1;
}.appSpotlightUHnKAj8 p {
    transition: color 0.3s ease;
    line-height: 1.7;
    color: #000000;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}.appSpotlightUHnKAj8 a:hover p {
    color: #000000;
}

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

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

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

@media (max-width: 480px) {.appSpotlightUHnKAj8 {
    padding: 3rem 0;
}.appSpotlightUHnKAj8 .creds_blockDpSbPG6 {
    padding: 1.5rem;
    gap: 1.5rem;
}.appSpotlightUHnKAj8 .creds_blockDpSbPG6 > div:first-child::before {
    height: 50%;
    left: -1.5rem;
}.appSpotlightUHnKAj8 h5 {
    font-size: calc(18px * 0.85);
}.appSpotlightUHnKAj8 p {
    font-size: calc(16px * 0.9);
}.appSpotlightUHnKAj8 .creds_blockDpSbPG6 > div:last-child {
    padding-left: 0.75rem;
}}.join_list8XgwvyA {
    padding: 4rem 2rem;
    border-radius: 13px;
    background: rgb(189,201,200);
    position: relative;
    transform: rotateZ(-2deg) scale(0.98);
    overflow: hidden;
}.join_list8XgwvyA .container {
    transform: rotateZ(2deg) scale(1.02);
    position: relative;
    z-index: 3;
}.join_list8XgwvyA .creds_blockDpSbPG6 {
    display: flex;
    flex-direction: column;
    position: relative;
}.join_list8XgwvyA::before,
.join_list8XgwvyA::after {
    border-radius: 13px;
    content: "";
    position: absolute;
}.join_list8XgwvyA::before {
    background: linear-gradient(to bottom, rgb(154,166,165,0.5), transparent);
    right: 20px;
    transform: translateY(-10px);
    top: 20px;
    left: 20px;
    bottom: 20px;
    z-index: 1;
    filter: blur(15px);
    animation: float 6s ease-in-out infinite;
}.join_list8XgwvyA::after {
    top: -20px;
    right: -20px;
    background: repeating-linear-gradient(
        45deg,
        rgb(119,128,127,0.5),
        rgb(119,128,127,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    bottom: -20px;
    animation: rotate 120s linear infinite;
    opacity: 0.1;
    left: -20px;
    z-index: 0;
}.join_list8XgwvyA p {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 22px;
    margin-bottom: 2rem;
    z-index: 2;
    padding-bottom: 1rem;
    font-weight: 700;
    text-align: left;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}.join_list8XgwvyA p::after {
    width: 80%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(154,166,165), transparent);
    content: "";
    height: 4px;
    position: absolute;
}.join_list8XgwvyA .input_holder {
    transform: translateY(0);
    gap: 1.5rem;
    display: flex;
    padding: 1.5rem;
    border-radius: 10px;
    transition: transform 0.3s ease;
    position: relative;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(119,128,127,0.5);
    background: #ffffff;
    flex-direction: column;
}.join_list8XgwvyA .input_holder:hover {
    transform: translateY(-5px);
}.join_list8XgwvyA .input_holder::before {
    z-index: -1;
    background: rgb(154,166,165,0.5);
    position: absolute;
    transition: opacity 0.3s ease;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    filter: blur(10px);
    content: "";
    top: 10px;
    opacity: 0;
    left: 10px;
}.join_list8XgwvyA .input_holder:hover::before {
    opacity: 0.5;
}.join_list8XgwvyA .subscribe_titlem2eO3nN {
    border-bottom: 3px solid rgb(119,128,127,0.5);
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    transition: all 0.3s ease;
    border: none;
    padding: 1rem 1.5rem;
    background-color: rgb(189,201,200);
}.join_list8XgwvyA .subscribe_titlem2eO3nN:focus {
    outline: none;
    border-bottom-color: rgb(119,128,127);
    background-color: #ffffff;
}.join_list8XgwvyA .mail_listQJ5YC3S {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 20px;
    background: rgb(154,166,165);
    padding: 1.2rem 2rem;
    overflow: hidden;
    color: #ffffff;
    align-self: stretch;
    border: none;
    letter-spacing: 1px;
    border-radius: 10px;
    font-weight: 600;
}.join_list8XgwvyA .mail_listQJ5YC3S::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    top: 0;
    content: "";
    transition: all 0.5s ease;
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
}.join_list8XgwvyA .mail_listQJ5YC3S:hover {
    background: rgb(119,128,127);
    box-shadow: 0 5px 15px rgb(154,166,165,0.5);
}.join_list8XgwvyA .mail_listQJ5YC3S:hover::before {
    left: 100%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(10px);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 768px) {.join_list8XgwvyA {
    padding: 5rem 3rem;
}.join_list8XgwvyA p {
    max-width: 70%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    font-size: 28px;
}.join_list8XgwvyA .input_holder {
    padding: 2rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (min-width: 992px) {.join_list8XgwvyA .creds_blockDpSbPG6 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.join_list8XgwvyA p {
    max-width: 60%;
    margin-bottom: 0;
    grid-row: 1;
}.join_list8XgwvyA .input_holder {
    flex-direction: row;
    grid-row: 2;
    max-width: 90%;
    align-items: stretch;
    gap: 1rem;
}.join_list8XgwvyA .subscribe_titlem2eO3nN {
    border: none;
    flex: 1;
    border-left: 3px solid rgb(119,128,127,0.5);
    border-radius: 10px;
}.join_list8XgwvyA .subscribe_titlem2eO3nN:focus {
    border-left-color: rgb(119,128,127);
}}header {
    padding: 0;
    background: linear-gradient(90deg, rgb(119,128,127) 0%, rgb(154,166,165) 100%);
    position: relative;
    margin-top: 0;
    overflow: visible;
    z-index: 100;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}header::before {
    height: 100%;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    width: 100%;
    z-index: 0;
    left: 0;
    position: absolute;
    top: 0;
}header .header_learn2wvKT7h {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    position: relative;
    padding: 1.2rem 2.5rem;
}header .head_sitebarxKURjGz {
    overflow: visible;
    padding: 0.5rem;
    position: relative;
    margin-right: 2rem;
    flex: 0 0 auto;
}header .head_sitebarxKURjGz::before {
    opacity: 0.1;
    left: -5px;
    position: absolute;
    right: -5px;
    bottom: -5px;
    transform: skew(-5deg);
    transition: all 0.3s ease;
    z-index: -1;
    top: -5px;
    border: 2px solid #ffffff;
    content: '';
}header .head_sitebarxKURjGz::after {
    right: -5px;
    transform: skew(-5deg);
    opacity: 0;
    border: 2px solid #ffffff;
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    left: -5px;
    z-index: -1;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    bottom: -5px;
    top: -5px;
}header .head_sitebarxKURjGz:hover::before {
    opacity: 0;
}header .head_sitebarxKURjGz:hover::after {
    animation: neonPulse 1.5s infinite alternate;
    opacity: 0.5;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .nav_pagebareYPVcTw {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}header .nav_pagebareYPVcTw:hover {
    transform: scale(1.05);
}header .nav_pagebareYPVcTw img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .top_trainGgF3fto {
    z-index: 2;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    list-style: none;
}header .top_mainbarBYZlbic {
    position: relative;
    margin: 0 0.4rem;
}header .top_mainbarBYZlbic a {
    transition: all 0.3s ease;
    text-decoration: none;
    align-items: center;
    letter-spacing: 0.5px;
    position: relative;
    height: 40px;
    justify-content: center;
    font-weight: 600;
    z-index: 1;
    display: flex;
    font-size: 16px;
    padding: 0 1.2rem;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    overflow: hidden;
    text-shadow: 0 0 5px #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .top_mainbarBYZlbic a::before {
    content: '';
    z-index: -1;
    left: -2px;
    bottom: -2px;
    position: absolute;
    top: -2px;
    transition: opacity 0.3s ease;
    right: -2px;
    transform: scale(0.9);
    background: #ffffff;
    opacity: 0;
}header .top_mainbarBYZlbic a:hover {
    transform: translateY(-3px);
    text-shadow: none;
    border-color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    color: rgb(154,166,165);
}header .top_mainbarBYZlbic a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .top_mainbarBYZlbic::after {
    position: absolute;
    transition: all 0.3s ease;
    width: 80%;
    filter: blur(3px);
    left: 10%;
    opacity: 0;
    height: 5px;
    content: '';
    bottom: -10px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}header .top_mainbarBYZlbic:hover::after {
    bottom: -5px;
    opacity: 0.5;
}header .header_learn2wvKT7h::before {
    content: '';
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 1px;
    top: 0;
    width: 100%;
}header .header_learn2wvKT7h::after {
    content: '';
    bottom: 0;
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    position: absolute;
}header .nav_header6iOzFgP {
    padding-top: 2rem;
    z-index: 1;
    position: relative;
    background: rgb(189,201,200);
}

@media (min-width: 1400px) {header .header_learn2wvKT7h {
    max-width: 1320px;
    margin: 0 auto;
}header .top_mainbarBYZlbic {
    margin: 0 0.6rem;
}header .top_mainbarBYZlbic a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .header_learn2wvKT7h {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .head_sitebarxKURjGz {
    margin-bottom: 0;
    margin-right: 0;
}header .top_trainGgF3fto {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .top_mainbarBYZlbic a {
    height: 36px;
    padding: 0 1rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .header_learn2wvKT7h {
    padding: 0.8rem 1.5rem;
}header .head_sitebarxKURjGz {
    max-width: 140px;
}header .head_sitebarxKURjGz::before, 
    header .head_sitebarxKURjGz::after {
    bottom: -3px;
    top: -3px;
    left: -3px;
    right: -3px;
}header .nav_pagebareYPVcTw img {
    max-height: 35px;
}header .top_trainGgF3fto {
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
}header .top_trainGgF3fto::-webkit-scrollbar {
    height: 3px;
}header .top_trainGgF3fto::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .top_mainbarBYZlbic {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .top_mainbarBYZlbic a {
    font-size: calc(16px - 2px);
    height: 32px;
    padding: 0 0.8rem;
    white-space: nowrap;
}header .top_mainbarBYZlbic::after {
    display: none;
}
}

@media (max-width: 479px) {header .header_learn2wvKT7h {
    padding: 0.7rem 1.2rem;
}header .head_sitebarxKURjGz {
    max-width: 120px;
}header .top_mainbarBYZlbic a {
    height: 30px;
    font-size: calc(16px - 3px);
    padding: 0 0.6rem;
}}.find_supportTA2bXnF {
    background: linear-gradient(135deg, rgb(189,201,200) 0%, rgb(154,166,165,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.find_supportTA2bXnF::before {
    position: absolute;
    left: -10%;
    width: 60%;
    transform: rotate(-15deg);
    content: '';
    background: linear-gradient(45deg, rgb(154,166,165) 0%, transparent 60%);
    top: -10%;
    height: 120%;
    z-index: 0;
    opacity: 0.05;
}.find_supportTA2bXnF::after {
    content: '';
    right: -10%;
    z-index: 0;
    position: absolute;
    background: linear-gradient(225deg, rgb(119,128,127) 0%, transparent 60%);
    width: 60%;
    bottom: -10%;
    opacity: 0.05;
    height: 120%;
    transform: rotate(15deg);
}.find_supportTA2bXnF .container {
    z-index: 1;
    position: relative;
}.find_supportTA2bXnF .contact_feedbacksJbeMwv {
    gap: 40px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    display: grid;
    grid-auto-rows: auto;
}.find_supportTA2bXnF .contact_usv8oyFNg {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}.find_supportTA2bXnF .contact_usv8oyFNg:nth-child(1) {
    grid-row: 1 / 2;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    z-index: 2;
    padding: 50px;
    border-radius: 21px;
    grid-column: 1 / 3;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}.find_supportTA2bXnF .contact_usv8oyFNg:nth-child(1)::before {
    width: 100%;
    top: 0;
    height: 8px;
    left: 0;
    background: linear-gradient(90deg, rgb(154,166,165) 0%, rgb(119,128,127) 100%);
    content: '';
    position: absolute;
}.find_supportTA2bXnF .contact_usv8oyFNg:nth-child(2) {
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    grid-column: 3 / 4;
    border-radius: 21px;
    min-height: 400px;
    grid-row: 1 / 3;
    transform: translateY(0);
}.find_supportTA2bXnF .contact_usv8oyFNg:nth-child(3) {
    grid-row: 2 / 3;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 21px;
    transform: translateY(-20px);
    grid-column: 1 / 3;
    z-index: 1;
    background: rgb(154,166,165);
}.find_supportTA2bXnF .contact_usv8oyFNg h2 {
    font-weight: 700;
    font-size: 31px;
    position: relative;
    color: rgb(154,166,165);
    margin-bottom: 30px;
}.find_supportTA2bXnF .query_form60njBlN {
    color: rgb(119,128,127);
    font-size: calc(13px * 1.2);
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(119,128,127,0.5);
    font-weight: 600;
    padding-bottom: 10px;
}.find_supportTA2bXnF .online_form9IfUpcs {
    margin-bottom: 30px;
    line-height: 1.7;
    max-width: 90%;
    color: #000000;
}.find_supportTA2bXnF .contact_usv8oyFNg > p {
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    color: #000000;
    align-items: center;
}.find_supportTA2bXnF .contact_usv8oyFNg > p svg {
    transform: translateY(-50%);
    width: 22px;
    top: 50%;
    height: 22px;
    position: absolute;
    left: 0;
}.find_supportTA2bXnF .contact_usv8oyFNg > p svg path {
    fill: rgb(154,166,165);
}.find_supportTA2bXnF .contact_usv8oyFNg > p span {
    margin-left: 5px;
    font-weight: 600;
    color: rgb(154,166,165);
}.find_supportTA2bXnF .course_faqU6ZH7JK {
    border-radius: 10px;
    margin-top: 40px;
    position: relative;
    padding: 30px;
    background: rgb(189,201,200);
}.find_supportTA2bXnF .course_faqU6ZH7JK h3 {
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(154,166,165);
    position: relative;
    font-size: 18px;
    padding-left: 20px;
}.find_supportTA2bXnF .course_faqU6ZH7JK h3::before {
    top: 50%;
    background: rgb(119,128,127);
    border-radius: 50%;
    content: '';
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}.find_supportTA2bXnF .message_usDpEKFZ6 {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}.find_supportTA2bXnF .message_usDpEKFZ6 span {
    font-size: 13px;
    border-left: 3px solid transparent;
    font-weight: 400;
    transition: all 0.3s ease;
    background: #ffffff;
    padding: 12px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    border-radius: 10px;
}.find_supportTA2bXnF .message_usDpEKFZ6 span:hover {
    border-left: 3px solid rgb(119,128,127);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}.find_supportTA2bXnF .contact_usv8oyFNg .img_zoom_effect7VYuE6P {
    object-fit: cover;
    transition: all 0.5s ease;
    height: 100%;
    width: 100%;
}.find_supportTA2bXnF .contact_usv8oyFNg:hover .img_zoom_effect7VYuE6P {
    transform: scale(1.05);
}.find_supportTA2bXnF .contact_cardlgNtE6f {
    justify-content: center;
    gap: 30px;
    display: flex;
    flex-direction: column;
}.find_supportTA2bXnF .contact_cardlgNtE6f a {
    align-items: center;
    text-decoration: none;
    padding-left: 45px;
    display: flex;
    position: relative;
    transition: all 0.3s ease;
}.find_supportTA2bXnF .contact_cardlgNtE6f a:hover {
    transform: translateX(10px);
}.find_supportTA2bXnF .contact_cardlgNtE6f svg {
    left: 0;
    transition: all 0.3s ease;
    width: 28px;
    height: 28px;
    top: 0px;
    position: absolute;
}.find_supportTA2bXnF .contact_cardlgNtE6f a:hover svg {
    transform: scale(1.1) rotate(5deg);
}.find_supportTA2bXnF .contact_cardlgNtE6f svg path {
    fill: #ffffff;
}.find_supportTA2bXnF .contact_cardlgNtE6f a span {
    letter-spacing: 1px;
    font-size: calc(13px * 0.85);
    margin-bottom: 5px;
    text-transform: uppercase;
    display: block;
    color: rgba(255, 255, 255, 0.7);
}.find_supportTA2bXnF .contact_cardlgNtE6f a p {
    font-size: 13px;
    position: relative;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 600;
}.find_supportTA2bXnF .contact_cardlgNtE6f a p::after {
    width: 0;
    position: absolute;
    bottom: -5px;
    content: '';
    transition: width 0.3s ease;
    background: #ffffff;
    left: 0;
    height: 2px;
}.find_supportTA2bXnF .contact_cardlgNtE6f a:hover p::after {
    width: 100%;
}

@media (max-width: 1200px) {.find_supportTA2bXnF {
    padding: 100px 0;
}.find_supportTA2bXnF .contact_usv8oyFNg:nth-child(1) {
    padding: 40px;
}.find_supportTA2bXnF .contact_usv8oyFNg:nth-child(3) {
    padding: 30px;
}
}

@media (max-width: 992px) {.find_supportTA2bXnF {
    padding: 80px 0;
}.find_supportTA2bXnF .contact_feedbacksJbeMwv {
    grid-template-columns: 1fr;
}.find_supportTA2bXnF .contact_usv8oyFNg:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    transform: translateY(0);
}.find_supportTA2bXnF .contact_usv8oyFNg:nth-child(2) {
    grid-column: 1 / -1;
    height: 300px;
    grid-row: 1 / 2;
    transform: translateY(0);
}.find_supportTA2bXnF .contact_usv8oyFNg:nth-child(3) {
    grid-column: 1 / -1;
    grid-row: 3 / 4;
    transform: translateY(0);
}.find_supportTA2bXnF .online_form9IfUpcs {
    max-width: 100%;
}
}

@media (max-width: 768px) {.find_supportTA2bXnF {
    padding: 60px 0;
}.find_supportTA2bXnF .contact_usv8oyFNg:nth-child(1) {
    padding: 30px;
}.find_supportTA2bXnF .contact_usv8oyFNg:nth-child(3) {
    padding: 25px;
}.find_supportTA2bXnF .course_faqU6ZH7JK {
    margin-top: 30px;
    padding: 25px;
}.find_supportTA2bXnF .contact_cardlgNtE6f {
    gap: 25px;
}
}

@media (max-width: 576px) {.find_supportTA2bXnF {
    padding: 40px 0;
}.find_supportTA2bXnF .contact_usv8oyFNg:nth-child(1) {
    padding: 25px;
}.find_supportTA2bXnF .contact_usv8oyFNg h2 {
    font-size: calc(31px * 0.9);
}.find_supportTA2bXnF .course_faqU6ZH7JK {
    padding: 20px;
}.find_supportTA2bXnF .message_usDpEKFZ6 {
    flex-direction: column;
}.find_supportTA2bXnF .message_usDpEKFZ6 span {
    width: 100%;
}.find_supportTA2bXnF .contact_cardlgNtE6f a {
    padding-left: 40px;
}.find_supportTA2bXnF .contact_cardlgNtE6f svg {
    width: 24px;
    height: 24px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    content: "";
    top: 0;
    z-index: -2;
    left: 0;
    bottom: 0;
    opacity: 0.9;
    position: absolute;
    right: 0;
    background: linear-gradient(145deg, rgb(189,201,200) 0%, rgb(154,166,165,0.5) 100%);
}footer::after {
    bottom: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(154,166,165,0.5), rgb(154,166,165,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(154,166,165,0.5), rgb(154,166,165,0.5) 1px, transparent 1px, transparent 20px);
    opacity: 0.1;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
}.guide_sectionGUisr9B {
    position: relative;
    color: #000000;
    padding: 4rem 0 2rem;
}.guide_sectionGUisr9B::after {
    height: 6px;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(154,166,165), rgb(119,128,127));
    top: 0;
}.guide_sectionGUisr9B .container {
    display: flex;
    position: relative;
    gap: 3rem;
    flex-wrap: wrap;
}.guide_sectionGUisr9B .company_holder {
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    flex: 1 1 400px;
    padding: 2rem 2.5rem;
    position: relative;
}.guide_sectionGUisr9B .company_holder::before {
    background: rgb(154,166,165);
    left: 0;
    position: absolute;
    height: 5px;
    border-top-right-radius: 24px;
    content: "";
    border-top-left-radius: 24px;
    top: 0;
    width: 100%;
}.guide_sectionGUisr9B .company_holder h3 {
    margin: 0 0 1.5rem;
    position: relative;
    letter-spacing: 0.5px;
    font-size: 29px;
    font-weight: 700;
    color: rgb(154,166,165);
}.guide_sectionGUisr9B .company_holder h3::after {
    background: rgb(119,128,127);
    height: 3px;
    width: 80px;
    left: 0;
    bottom: -0.5rem;
    position: absolute;
    content: "";
}.guide_sectionGUisr9B .ssl_infor8Rw6gm {
    position: relative;
    border-left: 3px solid rgb(119,128,127);
    color: #000000;
    font-size: 16px;
    border-radius: 10px;
    line-height: 1.7;
    padding: 1.5rem;
    background: rgb(189,201,200);
}.guide_sectionGUisr9B .progress_barYME53QO {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.guide_sectionGUisr9B .main_topBI3fO7m {
    gap: 2.5rem;
    flex-wrap: wrap;
    display: flex;
}.guide_sectionGUisr9B .top_trainGgF3fto {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(50% - 1.25rem);
    border-radius: 24px;
    position: relative;
    min-width: 200px;
}.guide_sectionGUisr9B .top_trainGgF3fto h5 {
    background: rgb(119,128,127);
    position: relative;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
    font-size: 19px;
    padding: 1rem 1.5rem;
}.guide_sectionGUisr9B .top_trainGgF3fto .main_topBI3fO7m {
    display: flex;
    padding: 1rem 0;
    flex-direction: column;
    gap: 0;
}.guide_sectionGUisr9B .top_trainGgF3fto .main_topBI3fO7m a {
    padding: 0.8rem 1.5rem;
    font-size: 16px;
    color: #000000;
    position: relative;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
}.guide_sectionGUisr9B .top_trainGgF3fto .main_topBI3fO7m a::before {
    z-index: -1;
    background: rgb(189,201,200);
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    height: 100%;
    content: "";
}.guide_sectionGUisr9B .top_trainGgF3fto .main_topBI3fO7m a::after {
    opacity: 0;
    left: 1.5rem;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    height: 5px;
    width: 5px;
    background: rgb(119,128,127);
    transition: all 0.3s ease;
    border-radius: 50%;
    content: "";
}.guide_sectionGUisr9B .top_trainGgF3fto .main_topBI3fO7m a:hover {
    color: rgb(154,166,165);
    padding-left: 2.2rem;
}.guide_sectionGUisr9B .top_trainGgF3fto .main_topBI3fO7m a:hover::before {
    width: 100%;
}.guide_sectionGUisr9B .top_trainGgF3fto .main_topBI3fO7m a:hover::after {
    opacity: 1;
}.facebook_ctab8KYlem {
    margin-top: 3rem;
    position: relative;
    padding: 2rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: rgb(189,201,200);
}.facebook_ctab8KYlem::before {
    background: linear-gradient(90deg, transparent, rgb(154,166,165,0.5), transparent);
    left: 10%;
    height: 1px;
    top: 0;
    position: absolute;
    right: 10%;
    content: "";
}.facebook_ctab8KYlem .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.facebook_ctab8KYlem .desktop_appLACulyo {
    text-align: center;
    color: #000000;
    font-size: 16px;
    background: #ffffff;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    font-weight: 400;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1200px) {.guide_sectionGUisr9B .container {
    gap: 2rem;
}.guide_sectionGUisr9B .company_holder {
    flex: 1 1 360px;
}.guide_sectionGUisr9B .progress_barYME53QO {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.guide_sectionGUisr9B .main_topBI3fO7m {
    gap: 2rem;
}
}

@media (max-width: 992px) {.guide_sectionGUisr9B {
    padding: 3.5rem 0 2rem;
}.guide_sectionGUisr9B .container {
    gap: 2.5rem;
    flex-direction: column;
}.guide_sectionGUisr9B .company_holder,
    .guide_sectionGUisr9B .progress_barYME53QO {
    flex: 1 1 100%;
    min-width: 100%;
}.guide_sectionGUisr9B .top_trainGgF3fto {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.guide_sectionGUisr9B {
    padding: 3rem 0 1.5rem;
}.guide_sectionGUisr9B .main_topBI3fO7m {
    gap: 1.5rem;
}.guide_sectionGUisr9B .company_holder {
    padding: 2rem;
}.guide_sectionGUisr9B .company_holder h3 {
    font-size: calc(29px - 2px);
}.facebook_ctab8KYlem {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.guide_sectionGUisr9B {
    padding: 2.5rem 0 1rem;
}.guide_sectionGUisr9B .container {
    gap: 1.5rem;
}.guide_sectionGUisr9B .top_trainGgF3fto {
    min-width: 100%;
    flex: 1 1 100%;
}.guide_sectionGUisr9B .main_topBI3fO7m {
    gap: 1rem;
}.guide_sectionGUisr9B .company_holder {
    padding: 1.5rem;
}.guide_sectionGUisr9B .ssl_infor8Rw6gm {
    padding: 1.2rem;
}.facebook_ctab8KYlem {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.guide_sectionGUisr9B .company_holder h3::after {
    width: 50px;
}.guide_sectionGUisr9B .top_trainGgF3fto .main_topBI3fO7m a:hover {
    padding-left: 2rem;
}.facebook_ctab8KYlem .desktop_appLACulyo {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.pricing_bucket437iuyf {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.pricing_bucket437iuyf::before {
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    top: 0;
}.pricing_bucket437iuyf .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.pro_feesJ5csUk6 {
    position: relative;
}.pricing_bucket437iuyf h2 {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    font-size: 35px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transform: translateY(0);
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 1;
    text-align: center;
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
}.pricing_bucket437iuyf h2::after {
    transform: scaleX(1);
    margin: 20px auto 0;
    transition: transform 0.4s ease;
    height: 3px;
    background: linear-gradient(90deg, rgb(119,128,127), rgb(154,166,165));
    display: block;
    width: 80px;
    content: "";
}.pricing_bucket437iuyf:hover h2::after {
    transform: scaleX(1.2);
}.pricing_bucket437iuyf .package_pricingwf1BR5d {
    max-width: 800px;
    text-align: center;
    line-height: 1.6;
    margin: 0 auto 60px;
    opacity: 0.9;
    font-size: calc(13px + 2px);
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    color: #ffffff;
}.pricing_bucket437iuyf .plan_cost2Pfwx8j {
    margin: 0;
    display: grid;
    padding: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_bucket437iuyf .plan_cost2Pfwx8j li {
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_bucket437iuyf .plan_cost2Pfwx8j li:hover {
    z-index: 10;
    transform: translateY(-10px);
}.pricing_bucket437iuyf .learning_feesaurFXNl {
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    display: block;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    position: relative;
    text-decoration: none;
    height: 100%;
}.pricing_bucket437iuyf .learning_feesaurFXNl::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease;
    opacity: 0;
    background: linear-gradient(230deg, rgb(119,128,127,0.5) 0%, transparent 80%);
    height: 100%;
    content: "";
}.pricing_bucket437iuyf .learning_feesaurFXNl:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.2);
}.pricing_bucket437iuyf .learning_feesaurFXNl:hover::before {
    opacity: 0.2;
}.pricing_bucket437iuyf .learn_feesgzckMVn {
    position: relative;
    z-index: 2;
    padding: 40px 30px;
}.pricing_bucket437iuyf .annual_feeQHC4uby {
    display: flex;
    flex-direction: column;
    height: 100%;
}.pricing_bucket437iuyf .annual_feeQHC4uby h4 {
    color: #ffffff;
    position: relative;
    font-size: calc(18px + 2px);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    font-weight: 600;
    padding-bottom: 15px;
    margin-top: 0;
}.pricing_bucket437iuyf .annual_feeQHC4uby h4::after {
    width: 40px;
    position: absolute;
    background: rgb(154,166,165);
    height: 2px;
    content: "";
    transition: width 0.4s ease;
    left: 0;
    bottom: 0;
}.pricing_bucket437iuyf .learning_feesaurFXNl:hover .annual_feeQHC4uby h4::after {
    width: 60px;
}.pricing_bucket437iuyf .annual_feeQHC4uby p {
    transition: color 0.3s ease;
    flex-grow: 1;
    line-height: 1.6;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.85);
    position: relative;
    font-size: 13px;
}.pricing_bucket437iuyf .learning_feesaurFXNl:hover .annual_feeQHC4uby p {
    color: #ffffff;
}.pricing_bucket437iuyf .bundle_priceS7uyTW8 {
    color: #ffffff;
    position: relative;
    background-clip: text !important;
    font-weight: 700;
    background: linear-gradient(90deg, rgb(119,128,127) 0%, rgb(154,166,165) 100%);
    padding: 10px 0;
    font-size: calc(18px + 4px);
    -webkit-text-fill-color: transparent;
    display: inline-block;
    transition: transform 0.3s ease;
    margin-top: auto;
    -webkit-background-clip: text !important;
}.pricing_bucket437iuyf .bundle_priceS7uyTW8::before {
    content: "";
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgb(119,128,127) 0%, transparent 100%);
    bottom: 0;
    position: absolute;
    left: 0;
}.pricing_bucket437iuyf .learning_feesaurFXNl:hover .bundle_priceS7uyTW8 {
    transform: scale(1.05);
}

@media (max-width: 992px) {.pricing_bucket437iuyf {
    padding: 90px 0;
}.pricing_bucket437iuyf .plan_cost2Pfwx8j {
    grid-template-columns: repeat(2, 1fr);
}.pricing_bucket437iuyf .learn_feesgzckMVn {
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.pricing_bucket437iuyf {
    padding: 70px 0;
}.pricing_bucket437iuyf h2 {
    font-size: calc(35px - 4px);
}.pricing_bucket437iuyf .package_pricingwf1BR5d {
    font-size: 13px;
    margin-bottom: 40px;
}.pricing_bucket437iuyf .plan_cost2Pfwx8j {
    grid-template-columns: 1fr;
    gap: 20px;
}.pricing_bucket437iuyf .learn_feesgzckMVn {
    padding: 25px 20px;
}.pricing_bucket437iuyf .bundle_priceS7uyTW8 {
    font-size: calc(18px + 2px);
}
}

@media (max-width: 480px) {.pricing_bucket437iuyf {
    padding: 60px 0;
}.pricing_bucket437iuyf h2 {
    font-size: calc(35px - 6px);
}.pricing_bucket437iuyf .annual_feeQHC4uby h4 {
    font-size: 18px;
}.pricing_bucket437iuyf .annual_feeQHC4uby p {
    font-size: calc(13px - 1px);
}}.company_infoa6iAOb4 {
    isolation: isolate;
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
}.company_infoa6iAOb4::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    background: linear-gradient(135deg, rgb(119,128,127,0.5), rgba(0, 0, 0, 0.5) 70%);
}.company_infoa6iAOb4::after {
    bottom: -50px;
    opacity: 0.1;
    animation: float 15s infinite ease-in-out;
    height: 300px;
    filter: blur(30px);
    width: 300px;
    content: "";
    z-index: -1;
    transform: rotate(45deg);
    right: -50px;
    position: absolute;
    background: rgb(154,166,165);
}.company_infoa6iAOb4 .container {
    z-index: 1;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.company_infoa6iAOb4 h2 {
    position: relative;
    margin-bottom: 60px;
    transform: translateX(-10px);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1.5px;
    padding-bottom: 12px;
    display: inline-block;
    font-size: 38px;
}.company_infoa6iAOb4 h2::after {
    bottom: 0;
    height: 4px;
    position: absolute;
    background: rgb(154,166,165);
    left: 0;
    transform: scaleX(1);
    content: "";
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 80px;
}.company_infoa6iAOb4 h2:hover::after {
    transform: scaleX(1.5);
}.company_infoa6iAOb4 .heading_framer932PGN {
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 50px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
    max-width: 900px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgba(255, 255, 255, 0.92);
    position: relative;
    margin-left: auto;
}.company_infoa6iAOb4 .heading_framer932PGN:hover {
    transform: translateY(-5px);
}.company_infoa6iAOb4 .heading_framer932PGN::before {
    border-radius: 50%;
    content: "";
    z-index: -1;
    left: -90px;
    height: 180px;
    width: 180px;
    position: absolute;
    opacity: 0.15;
    top: -90px;
    border: 3px solid rgb(119,128,127);
}.company_infoa6iAOb4 .heading_framer932PGN > div {
    position: relative;
}.company_infoa6iAOb4 .heading_framer932PGN p {
    padding-right: 50px;
    font-size: calc(23px * 1.1);
    font-weight: 600;
    transition: color 0.3s ease;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    color: rgb(154,166,165);
}.company_infoa6iAOb4 .heading_framer932PGN p::after {
    content: "";
    height: 2px;
    right: 0;
    top: 50%;
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(154,166,165);
    width: 40px;
    transform: translateY(-50%);
}.company_infoa6iAOb4 .heading_framer932PGN div > div {
    text-align: justify;
    opacity: 0.9;
    font-size: 14px;
    hyphens: auto;
    line-height: 1.8;
    position: relative;
    column-count: 1;
    color: #000000;
    column-gap: 40px;
}.company_infoa6iAOb4 .heading_framer932PGN div > div::first-letter {
    font-weight: 700;
    float: left;
    padding: 5px 10px 0 0;
    color: rgb(154,166,165);
    line-height: 1;
    font-size: 1.8em;
}

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

@media (min-width: 768px) {.company_infoa6iAOb4 {
    padding: 150px 0 130px;
}.company_infoa6iAOb4 .heading_framer932PGN {
    padding: 60px 70px;
}.company_infoa6iAOb4 .heading_framer932PGN div > div {
    column-count: 2;
}.company_infoa6iAOb4 h2 {
    margin-bottom: 80px;
    transform: translateX(-20px);
}
}

@media (min-width: 992px) {.company_infoa6iAOb4::before {
    background: linear-gradient(135deg, rgb(119,128,127,0.5), transparent 90%);
}.company_infoa6iAOb4 .container {
    padding: 0 50px;
}.company_infoa6iAOb4 .heading_framer932PGN {
    padding: 70px 80px;
    width: 85%;
    margin-left: 15%;
}.company_infoa6iAOb4 h2 {
    margin-bottom: 70px;
    font-size: calc(38px * 1.2);
}.company_infoa6iAOb4 .heading_framer932PGN::before {
    top: -125px;
    height: 250px;
    width: 250px;
    left: -125px;
}
}

@media (max-width: 767px) {.company_infoa6iAOb4 {
    padding: 80px 0 60px;
}.company_infoa6iAOb4 .heading_framer932PGN {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    padding: 30px 25px;
}.company_infoa6iAOb4 h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
}.company_infoa6iAOb4 .heading_framer932PGN p {
    padding-right: 30px;
    font-size: calc(23px * 0.9);
}.company_infoa6iAOb4 .heading_framer932PGN p::after {
    width: 25px;
}
}

@media (hover: hover) {.company_infoa6iAOb4 .heading_framer932PGN:hover p {
    color: rgb(119,128,127);
}.company_infoa6iAOb4 .heading_framer932PGN:hover p::after {
    background: rgb(119,128,127);
    width: 60px;
}
}

@media (prefers-reduced-motion) {.company_infoa6iAOb4::after {
    animation: none;
}.company_infoa6iAOb4 .heading_framer932PGN:hover {
    transform: none;
}.company_infoa6iAOb4 h2:hover::after {
    transform: scaleX(1);
}}.cookieNotificationBarWqTaS5b {
    bottom: 0;
    animation: slideUp 0.5s forwards;
    border-top: 3px solid rgb(119,128,127);
    position: fixed;
    background: rgb(119,128,127);
    transition: transform 0.3s ease-in-out;
    padding: 20px 0;
    width: 100%;
    z-index: 90;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookieAlertMessageQnW3rAz {
    display: none;
}#cookieAlertMessageQnW3rAz:checked ~ .cookieNotificationBarWqTaS5b {
    visibility: hidden;
    opacity: 0;
}.cookie_viewU2orXWj {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%;
    gap: 20px;
}.cookieNotificationBarWqTaS5b h5 {
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    color: #ffffff;
}.cookieNotificationBarWqTaS5b p {
    color: #ffffff;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 12px;
}.track_toggle9ATBQxs {
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(154,166,165));
    flex-shrink: 0;
    margin-right: 15px;
    display: flex;
}.track_toggle9ATBQxs svg {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
    fill: rgb(154,166,165);
}.track_toggle9ATBQxs:hover svg {
    transform: scale(1.1);
}.track_manageaqNX31Z {
    background: linear-gradient(90deg, rgb(154,166,165), rgb(119,128,127));
    border-radius: 19px;
    margin-left: 10px;
    line-height: 40px;
    box-shadow: 0 0 15px rgb(154,166,165);
    cursor: pointer;
    font-size: 15px;
    white-space: nowrap;
    flex-shrink: 0;
    color: #000000;
    text-align: center;
    padding: 10px 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    min-width: 140px;
}.track_manageaqNX31Z:hover {
    box-shadow: 0 0 20px rgb(119,128,127);
}.cookie_button.digital_cookiesdV4QFJz {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(119,128,127);
}.cookie_button.digital_cookiesdV4QFJz:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(119,128,127);
}.cookieNotificationBarWqTaS5b p a {
    text-decoration: none;
    color: rgb(154,166,165);
    transition: color 0.3s ease;
}.cookieNotificationBarWqTaS5b p a:hover {
    color: rgb(119,128,127);
}
@media only screen and (max-width: 1200px) {.cookieNotificationBarWqTaS5b {
    padding: 15px 0;
}.cookie_viewU2orXWj {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.track_toggle9ATBQxs {
    display: none;
}.cookie_viewU2orXWj {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.cookieNotificationBarWqTaS5b h5 {
    margin-bottom: 5px;
    font-size: 22px;
}.cookie_checkh8T7wAJ {
    margin-bottom: 15px;
}.track_manageaqNX31Z {
    min-width: 100%;
    margin: 10px 0;
}}
.course_summaryv692NGY {
    background: linear-gradient(135deg, rgb(189,201,200), #ffffff 80%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.course_summaryv692NGY::before {
    border-radius: 50%;
    height: 250px;
    background: rgb(119,128,127,0.5);
    opacity: 0.15;
    right: -50px;
    filter: blur(40px);
    width: 250px;
    content: "";
    transform: translateZ(0);
    position: absolute;
    top: -50px;
}.course_summaryv692NGY::after {
    left: 0;
    content: "";
    opacity: 0.6;
    height: 3px;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(119,128,127), transparent);
    position: absolute;
    width: 100%;
}.course_summaryv692NGY .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.course_summaryv692NGY h2 {
    font-size: 31px;
    line-height: 1.3;
    margin-bottom: 3rem;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #000000;
    max-width: 90%;
    transform: translateX(10px);
}.course_summaryv692NGY h2::before {
    transform: scaleY(0.9);
    transition: transform 0.3s ease;
    background: rgb(119,128,127);
    height: 100%;
    position: absolute;
    content: "";
    left: -10px;
    width: 4px;
    top: 0;
}.course_summaryv692NGY h2:hover::before {
    transform: scaleY(1.1);
}.course_summaryv692NGY .learn_networkcWD73C2 {
    gap: 2.5rem;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    display: grid;
}.course_summaryv692NGY .img_zoom_effect7VYuE6P {
    position: relative;
    transform: translateZ(0) perspective(1000px) rotateY(2deg);
    height: 300px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.course_summaryv692NGY .img_zoom_effect7VYuE6P:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateZ(0) perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_summaryv692NGY .img_zoom_effect7VYuE6P::after {
    left: 0;
    content: "";
    transition: opacity 0.5s ease;
    opacity: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.2));
    position: absolute;
    top: 0;
    width: 100%;
}.course_summaryv692NGY .img_zoom_effect7VYuE6P:hover::after {
    opacity: 1;
}.course_summaryv692NGY .heading_framer932PGN {
    border-radius: 10px;
    overflow: hidden;
    padding: 2.5rem;
    background: #ffffff;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}.course_summaryv692NGY .heading_framer932PGN::before {
    transform: scaleX(0.97);
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(154,166,165), rgb(119,128,127));
    transition: transform 0.5s ease;
    position: absolute;
    top: 0;
}.course_summaryv692NGY .heading_framer932PGN:hover::before {
    transform: scaleX(1);
}.course_summaryv692NGY .description {
    font-size: 13px;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    position: relative;
    line-height: 1.75;
    color: #000000;
    margin-bottom: 1.5rem;
}.course_summaryv692NGY .description:last-child {
    margin-bottom: 0;
}.course_summaryv692NGY .description:hover {
    opacity: 1;
}.course_summaryv692NGY .description:first-of-type::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(119,128,127);
}

@media (min-width: 768px) {.course_summaryv692NGY {
    padding: 8rem 0;
}.course_summaryv692NGY .learn_networkcWD73C2 {
    align-items: start;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.course_summaryv692NGY h2 {
    max-width: 80%;
    margin-bottom: 4rem;
    font-size: calc(31px * 1.1);
}.course_summaryv692NGY .img_zoom_effect7VYuE6P {
    height: 100%;
    min-height: 500px;
}.course_summaryv692NGY .heading_framer932PGN {
    max-height: 600px;
    overflow-y: auto;
    padding: 3rem;
}.course_summaryv692NGY .heading_framer932PGN::-webkit-scrollbar {
    width: 8px;
}.course_summaryv692NGY .heading_framer932PGN::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.03);
}.course_summaryv692NGY .heading_framer932PGN::-webkit-scrollbar-thumb {
    background: rgb(119,128,127,0.5);
    border-radius: 10px;
}.course_summaryv692NGY .heading_framer932PGN::-webkit-scrollbar-thumb:hover {
    background: rgb(119,128,127);
}
}

@media (min-width: 992px) {.course_summaryv692NGY h2 {
    font-size: calc(31px * 1.2);
    max-width: 70%;
}.course_summaryv692NGY .learn_networkcWD73C2 {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 4rem;
}.course_summaryv692NGY .img_zoom_effect7VYuE6P {
    transform: translateZ(0) perspective(1200px) rotateY(4deg);
}.course_summaryv692NGY .heading_framer932PGN {
    padding: 3.5rem;
    transform: translateZ(0) perspective(1200px) rotateY(-2deg);
    max-height: 650px;
}.course_summaryv692NGY .heading_framer932PGN:hover {
    transform: translateZ(0) perspective(1200px) rotateY(0deg);
}.course_summaryv692NGY .description {
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.course_summaryv692NGY {
    padding: 10rem 0;
}.course_summaryv692NGY .container {
    padding: 0 30px;
}.course_summaryv692NGY h2 {
    font-size: calc(31px * 1.3);
    margin-bottom: 5rem;
}.course_summaryv692NGY .learn_networkcWD73C2 {
    gap: 5rem;
    grid-template-columns: 0.7fr 1.3fr;
}.course_summaryv692NGY .img_zoom_effect7VYuE6P {
    min-height: 600px;
}.course_summaryv692NGY .heading_framer932PGN {
    padding: 4rem;
    max-height: 700px;
}
}

@media (max-width: 767px) {.course_summaryv692NGY {
    padding: 4rem 0;
}.course_summaryv692NGY h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2rem;
}.course_summaryv692NGY .img_zoom_effect7VYuE6P {
    height: 250px;
}.course_summaryv692NGY .heading_framer932PGN {
    padding: 1.5rem;
}.course_summaryv692NGY .description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.course_summaryv692NGY {
    padding: 3rem 0;
}.course_summaryv692NGY h2 {
    font-size: calc(31px * 0.8);
    max-width: 100%;
}.course_summaryv692NGY .img_zoom_effect7VYuE6P {
    height: 200px;
}.course_summaryv692NGY .heading_framer932PGN {
    padding: 1.25rem;
}.course_summaryv692NGY .description {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}}.privacy_redoubtTDz67B5 {
    color: #000000;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: rgb(189,201,200);
    font-family: Arial, sans-serif;
}.privacy_redoubtTDz67B5 h1 {
    font-size: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(154,166,165);
    font-weight: 700;
    padding-bottom: 10px;
    color: rgb(154,166,165);
}.privacy_redoubtTDz67B5 h2 {
    margin-bottom: 15px;
    font-size: 31px;
    color: rgb(119,128,127);
    margin-top: 30px;
    font-weight: 600;
}.privacy_redoubtTDz67B5 h3, .privacy_redoubtTDz67B5 h4, .privacy_redoubtTDz67B5 h5, .privacy_redoubtTDz67B5 h6 {
    margin: 10px 0;
}.privacy_redoubtTDz67B5 ul {
    list-style: none;
    color: #000000;
    padding-left: 20px;
    margin-left: 20px;
}.privacy_redoubtTDz67B5 li {
    position: relative;
    margin-bottom: 10px;
    font-size: 13px;
}.privacy_redoubtTDz67B5 li::before {
    position: absolute;
    left: -20px;
    content: '→';
    font-weight: 700;
    color: rgb(154,166,165);
}.privacy_redoubtTDz67B5 div {
    margin-bottom: 20px;
}.privacy_redoubtTDz67B5 p {
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
}.privacy_redoubtTDz67B5 span {
    background-color: rgb(154,166,165,0.5);
    padding: 2px 5px;
    border-radius: 10px;
}.privacy_redoubtTDz67B5 a {
    transition: color 0.3s;
    color: rgb(154,166,165);
    font-weight: 600;
    text-decoration: none;
}.privacy_redoubtTDz67B5 a:hover {
    color: rgb(119,128,127);
}
@media only screen and (max-width: 800px) {.privacy_redoubtTDz67B5 {
    padding: 20px;
}.privacy_redoubtTDz67B5 h1 {
    font-size: calc(19px * 0.8);
}.privacy_redoubtTDz67B5 h2 {
    font-size: calc(19px * 0.8);
}.privacy_redoubtTDz67B5 ul {
    margin-left: 10px;
    padding-left: 10px;
}.privacy_redoubtTDz67B5 li::before {
    left: -15px;
}.privacy_redoubtTDz67B5 p {
    font-size: calc(13px * 0.9);
}}.user_reviewsX0rUBiy {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(180deg, rgb(189,201,200) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    perspective: 1000px;
}.user_reviewsX0rUBiy::before {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(154,166,165,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(119,128,127,0.5) 0%, transparent 15%);
    content: "";
    opacity: 0.6;
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
}.user_reviewsX0rUBiy::after {
    content: "";
    width: 100%;
    opacity: 0.2;
    left: 0;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    background-size: 30px 30px;
}.user_reviewsX0rUBiy .container {
    position: relative;
    z-index: 2;
}.user_reviewsX0rUBiy h2 {
    letter-spacing: 2px;
    left: 50%;
    color: #000000;
    display: inline-block;
    font-size: 34px;
    text-transform: uppercase;
    padding: 0 2rem;
    margin-bottom: 4rem;
    position: relative;
    font-weight: 700;
    text-align: center;
    transform: translateX(-50%);
}.user_reviewsX0rUBiy h2::before, 
.user_reviewsX0rUBiy h2::after {
    height: 3px;
    position: absolute;
    background: rgb(154,166,165);
    content: "";
    width: 50px;
    animation: neonPulse 2s infinite alternate;
    top: 50%;
}.user_reviewsX0rUBiy h2::before {
    left: -30px;
}.user_reviewsX0rUBiy h2::after {
    right: -30px;
}.user_reviewsX0rUBiy .client_viewsgRIkGt8 {
    gap: 2rem;
    perspective: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}.user_reviewsX0rUBiy .learning_opinions8zuOHh {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex: 0 0 calc(33.333% - 2rem);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    min-width: 280px;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    border-radius: 10px;
    transform: translateZ(0) rotateY(0);
    max-width: calc(33.333% - 2rem);
    position: relative;
    transform-style: preserve-3d;
}.user_reviewsX0rUBiy .learning_opinions8zuOHh::before {
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    content: "";
    background: linear-gradient(45deg, rgb(154,166,165), rgb(119,128,127)) border-box;
    position: absolute;
    inset: 0;
    mask-composite: exclude;
    border: 2px solid transparent;
    transition: opacity 0.5s ease;
    opacity: 0;
    border-radius: 10px;
}.user_reviewsX0rUBiy .learning_opinions8zuOHh:hover {
    transform: translateZ(20px) rotateY(5deg);
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.2);
}.user_reviewsX0rUBiy .learning_opinions8zuOHh:hover::before {
    animation: borderGlow 1.5s infinite alternate;
    opacity: 1;
}.user_reviewsX0rUBiy .learning_opinions8zuOHh:nth-child(even):hover {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(20px) rotateY(-5deg);
}.user_reviewsX0rUBiy .learning_opinions8zuOHh img {
    z-index: 2;
    border: 3px solid #ffffff;
    position: relative;
    object-fit: cover;
    border-radius: 50%;
    width: 90px;
    margin-bottom: 1.5rem;
    height: 90px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}.user_reviewsX0rUBiy .learning_opinions8zuOHh:hover img {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgb(154,166,165,0.5);
    border-color: rgb(154,166,165);
}.user_reviewsX0rUBiy .learning_opinions8zuOHh p {
    text-align: center;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0;
    font-weight: 600;
    font-size: calc(15px * 1.1);
}.user_reviewsX0rUBiy .learning_opinions8zuOHh .description {
    font-weight: 400;
    z-index: 2;
    color: #000000;
    font-size: 15px;
    padding-top: 1rem;
    position: relative;
    text-align: center;
    margin-top: 1rem;
}.user_reviewsX0rUBiy .learning_opinions8zuOHh .description::after {
    content: "";
    transform: translateX(-50%);
    background: rgb(119,128,127,0.5);
    left: 50%;
    height: 2px;
    transition: all 0.3s ease;
    position: absolute;
    width: 40px;
    top: 0;
}.user_reviewsX0rUBiy .learning_opinions8zuOHh:hover .description::after {
    width: 60px;
    background: rgb(154,166,165);
    box-shadow: 0 0 10px rgb(154,166,165,0.5);
}

@keyframes neonPulse {
    0% {
        box-shadow: 0 0 5px rgb(154,166,165), 0 0 10px rgb(154,166,165,0.5);
    }
    100% {
        box-shadow: 0 0 20px rgb(154,166,165), 0 0 30px rgb(154,166,165,0.5);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.user_reviewsX0rUBiy {
    padding: 4rem 0;
}.user_reviewsX0rUBiy h2 {
    margin-bottom: 3rem;
}.user_reviewsX0rUBiy .learning_opinions8zuOHh {
    max-width: calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
}
}

@media (max-width: 767px) {.user_reviewsX0rUBiy h2 {
    font-size: calc(34px * 0.9);
}.user_reviewsX0rUBiy h2::before,
    .user_reviewsX0rUBiy h2::after {
    width: 30px;
}.user_reviewsX0rUBiy h2::before {
    left: -15px;
}.user_reviewsX0rUBiy h2::after {
    right: -15px;
}.user_reviewsX0rUBiy .client_viewsgRIkGt8 {
    flex-direction: column;
    gap: 1.5rem;
}.user_reviewsX0rUBiy .learning_opinions8zuOHh {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 1.5rem;
}.user_reviewsX0rUBiy .learning_opinions8zuOHh,
    .user_reviewsX0rUBiy .learning_opinions8zuOHh:hover,
    .user_reviewsX0rUBiy .learning_opinions8zuOHh:nth-child(even):hover {
    transform: none;
}.user_reviewsX0rUBiy .learning_opinions8zuOHh img {
    height: 70px;
    width: 70px;
}
}

@media (max-width: 480px) {.user_reviewsX0rUBiy {
    padding: 3rem 0;
}.user_reviewsX0rUBiy h2 {
    font-size: calc(34px * 0.8);
}.user_reviewsX0rUBiy .learning_opinions8zuOHh {
    padding: 1.25rem;
}.user_reviewsX0rUBiy .learning_opinions8zuOHh img {
    height: 60px;
    width: 60px;
}}.mentorship_experience4HKGqnO {
    position: relative;
    overflow: hidden;
    background: rgb(189,201,200);
    padding: 5rem 2rem;
}.mentorship_experience4HKGqnO::before {
    left: 0;
    background: linear-gradient(120deg, transparent 30%, rgb(154,166,165,0.5) 100%);
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
}.mentorship_experience4HKGqnO::after {
    opacity: 0.5;
    right: 0;
    position: absolute;
    height: 70%;
    background: rgb(119,128,127,0.5);
    bottom: 0;
    width: 40%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    content: "";
    z-index: 1;
}.mentorship_experience4HKGqnO .learning_opinions8zuOHh {
    grid-template-columns: 1fr 1.5fr;
    display: grid;
    position: relative;
    gap: 3rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.mentorship_experience4HKGqnO .img_zoom_effect7VYuE6P {
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 3/4;
    width: 100%;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    filter: grayscale(100%);
}.mentorship_experience4HKGqnO .img_zoom_effect7VYuE6P::before {
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(154,166,165,0.5) 100%);
    height: 100%;
    z-index: 1;
    top: 0;
}.mentorship_experience4HKGqnO .img_zoom_effect7VYuE6P:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}.mentorship_experience4HKGqnO .work_achievementsEfOschd {
    justify-content: center;
    flex-direction: column;
    display: flex;
    padding: 2rem;
    position: relative;
}.mentorship_experience4HKGqnO .work_achievementsEfOschd::before {
    top: 0;
    transition: height 0.8s ease-out;
    left: 0;
    position: absolute;
    width: 2px;
    height: 0;
    background: rgb(154,166,165);
    content: "";
}.mentorship_experience4HKGqnO .learning_opinions8zuOHh:hover .work_achievementsEfOschd::before {
    height: 100%;
}.mentorship_experience4HKGqnO .name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    overflow: hidden;
    font-size: 46px;
}.mentorship_experience4HKGqnO .name::after {
    left: 0;
    content: "";
    transition: transform 0.6s ease-out 0.2s;
    bottom: 0;
    background: rgb(119,128,127);
    height: 1px;
    position: absolute;
    transform: translateX(-101%);
    width: 100%;
}.mentorship_experience4HKGqnO .learning_opinions8zuOHh:hover .name::after {
    transform: translateX(0);
}.mentorship_experience4HKGqnO .work_achievementsEfOschd > div:nth-child(2) {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    color: rgb(119,128,127);
    letter-spacing: 3px;
    transform: translateY(20px);
    transition: all 0.5s ease-out 0.4s;
    margin-bottom: 2.5rem;
    opacity: 0;
}.mentorship_experience4HKGqnO .learning_opinions8zuOHh:hover .work_achievementsEfOschd > div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}.mentorship_experience4HKGqnO .work_table5pjDzKg {
    font-weight: 300;
    line-height: 1.8;
    padding: 0 0 0 20px;
    position: relative;
    font-size: 14px;
    opacity: 0;
    transform: translateY(20px);
    color: #000000;
    transition: all 0.5s ease-out 0.6s;
}.mentorship_experience4HKGqnO .learning_opinions8zuOHh:hover .work_table5pjDzKg {
    opacity: 1;
    transform: translateY(0);
}.mentorship_experience4HKGqnO .work_table5pjDzKg::first-letter {
    font-size: 1.5em;
    color: rgb(154,166,165);
    font-weight: 700;
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.mentorship_experience4HKGqnO:hover .name {
    white-space: nowrap;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
    overflow: hidden;
}

@media (max-width: 992px) {.mentorship_experience4HKGqnO .learning_opinions8zuOHh {
    grid-template-columns: 1fr;
    gap: 2rem;
}.mentorship_experience4HKGqnO .img_zoom_effect7VYuE6P {
    max-height: 300px;
    aspect-ratio: 16/9;
}.mentorship_experience4HKGqnO .work_achievementsEfOschd {
    padding: 1rem 0;
}.mentorship_experience4HKGqnO .work_achievementsEfOschd::before {
    height: 2px;
    transition: width 0.8s ease-out;
    width: 0;
}.mentorship_experience4HKGqnO .learning_opinions8zuOHh:hover .work_achievementsEfOschd::before {
    height: 2px;
    width: 100%;
}}.contact_sectionTj0cB2z {
    padding: 100px 0;
    background: linear-gradient(90deg, #ffffff 50%, rgb(189,201,200) 50%);
    position: relative;
    overflow: hidden;
}.contact_sectionTj0cB2z::before {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    background-size: 60px 60px;
    content: "";
}.contact_sectionTj0cB2z .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.contact_sectionTj0cB2z h2 {
    font-size: 37px;
    font-weight: 700;
    color: rgb(154,166,165);
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}.contact_sectionTj0cB2z h2::after {
    width: 60px;
    background: rgb(154,166,165);
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
    height: 3px;
    bottom: -15px;
}.contact_sectionTj0cB2z .inquiry_sectionpjduAX5 {
    display: flex;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.contact_sectionTj0cB2z .inquiry_sectionpjduAX5::before {
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(154,166,165), rgb(119,128,127));
    width: 100%;
    content: "";
    left: 0;
    top: 0;
}.contact_sectionTj0cB2z .img_zoom_effect7VYuE6P {
    transition: all 0.5s ease;
    min-height: 550px;
    flex: 0 0 50%;
    position: relative;
}.contact_sectionTj0cB2z .img_zoom_effect7VYuE6P::after {
    content: "";
    background: linear-gradient(45deg, rgb(154,166,165,0.5), transparent);
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}.contact_sectionTj0cB2z .query_boxmqhfMTZ {
    padding: 60px 50px;
    flex: 0 0 50%;
    position: relative;
    background: #ffffff;
}.contact_sectionTj0cB2z .query_boxmqhfMTZ::before {
    content: "";
    top: 0;
    width: 10px;
    height: 100%;
    position: absolute;
    background: rgb(189,201,200);
    left: 0;
}.contact_sectionTj0cB2z #contact {
    flex-direction: column;
    gap: 30px;
    display: flex;
}.contact_sectionTj0cB2z h3 {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 600;
    display: inline-block;
    font-size: 19px;
}.contact_sectionTj0cB2z h3::after {
    background: rgb(154,166,165,0.5);
    height: 2px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    content: "";
}.contact_sectionTj0cB2z input[type="text"] {
    color: #000000;
    background: #ffffff;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 15px;
    border: 2px solid rgb(189,201,200);
    padding: 18px 20px;
    border-radius: 10px;
}.contact_sectionTj0cB2z input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(154,166,165);
    outline: none;
}.contact_sectionTj0cB2z input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_sectionTj0cB2z .request_linksKzSeWmc {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 10px;
}.contact_sectionTj0cB2z .request_linksKzSeWmc input[type="checkbox"] {
    height: 24px;
    cursor: pointer;
    border: 2px solid rgb(189,201,200);
    transition: all 0.3s ease;
    appearance: none;
    margin-top: 2px;
    width: 24px;
    position: relative;
    border-radius: 10px;
}.contact_sectionTj0cB2z .request_linksKzSeWmc input[type="checkbox"]:checked {
    border-color: rgb(154,166,165);
    background: rgb(154,166,165);
}.contact_sectionTj0cB2z .request_linksKzSeWmc input[type="checkbox"]:checked::after {
    top: 5px;
    left: 8px;
    content: "";
    width: 6px;
    transform: rotate(45deg);
    position: absolute;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    height: 10px;
}.contact_sectionTj0cB2z .request_linksKzSeWmc label {
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
}.contact_sectionTj0cB2z .request_linksKzSeWmc a {
    transition: all 0.3s ease;
    color: rgb(154,166,165);
    font-weight: 600;
    text-decoration: none;
}.contact_sectionTj0cB2z .request_linksKzSeWmc a:hover {
    color: rgb(119,128,127);
}.contact_sectionTj0cB2z .reach_inquiryehlsj7Y {
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    background: rgb(154,166,165);
    overflow: hidden;
    color: #ffffff;
    border: none;
    box-shadow: 0 8px 20px rgb(154,166,165,0.5);
    font-weight: 600;
    margin-top: 20px;
    border-radius: 10px;
    padding: 16px 40px;
    font-size: 16px;
    align-self: flex-start;
}.contact_sectionTj0cB2z .reach_inquiryehlsj7Y::before {
    width: 100%;
    top: 0;
    transition: all 0.6s ease;
    height: 100%;
    content: "";
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
}.contact_sectionTj0cB2z .reach_inquiryehlsj7Y:hover {
    box-shadow: 0 10px 25px rgb(119,128,127,0.5);
    background: rgb(119,128,127);
    transform: translateY(-3px);
}.contact_sectionTj0cB2z .reach_inquiryehlsj7Y:hover::before {
    left: 100%;
}.contact_sectionTj0cB2z svg {
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    fill: rgb(154,166,165);
}.contact_sectionTj0cB2z svg path {
    fill: rgb(154,166,165);
    transition: all 0.3s ease;
}.contact_sectionTj0cB2z svg:hover {
    transform: translateY(-2px);
    fill: rgb(119,128,127);
}.contact_sectionTj0cB2z svg:hover path {
    fill: rgb(119,128,127);
}

@media (max-width: 1200px) {.contact_sectionTj0cB2z {
    background: #ffffff;
}
}

@media (max-width: 992px) {.contact_sectionTj0cB2z {
    padding: 80px 0;
}.contact_sectionTj0cB2z .inquiry_sectionpjduAX5 {
    flex-direction: column-reverse;
}.contact_sectionTj0cB2z .img_zoom_effect7VYuE6P {
    flex: 0 0 auto;
    min-height: 350px;
}.contact_sectionTj0cB2z .query_boxmqhfMTZ {
    flex: 0 0 auto;
    padding: 50px 40px;
}.contact_sectionTj0cB2z .query_boxmqhfMTZ::before {
    height: 10px;
    top: 0;
    width: 100%;
    left: 0;
}
}

@media (max-width: 768px) {.contact_sectionTj0cB2z {
    padding: 60px 0;
}.contact_sectionTj0cB2z h2 {
    margin-bottom: 40px;
    font-size: calc(37px - 4px);
}.contact_sectionTj0cB2z .query_boxmqhfMTZ {
    padding: 40px 30px;
}.contact_sectionTj0cB2z #contact {
    gap: 25px;
}.contact_sectionTj0cB2z .img_zoom_effect7VYuE6P {
    min-height: 300px;
}
}

@media (max-width: 576px) {.contact_sectionTj0cB2z {
    padding: 50px 0;
}.contact_sectionTj0cB2z .container {
    padding: 0 15px;
}.contact_sectionTj0cB2z h2 {
    margin-bottom: 30px;
    font-size: calc(37px - 6px);
}.contact_sectionTj0cB2z .query_boxmqhfMTZ {
    padding: 35px 25px;
}.contact_sectionTj0cB2z #contact {
    gap: 20px;
}.contact_sectionTj0cB2z input[type="text"] {
    padding: 15px;
}.contact_sectionTj0cB2z .reach_inquiryehlsj7Y {
    padding: 15px 25px;
    width: 100%;
}.contact_sectionTj0cB2z .img_zoom_effect7VYuE6P {
    min-height: 250px;
}}.welcome_sectionskqy4xm {
    align-items: center;
    color: #ffffff;
    min-height: 100vh;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    display: flex;
    padding: 4rem 2rem;
}.welcome_sectionskqy4xm::before {
    bottom: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.45) 100%);
    z-index: 1;
    right: 0;
    backdrop-filter: blur(3px);
    left: 0;
    content: '';
}.welcome_sectionskqy4xm::after {
    top: -10%;
    right: -10%;
    transform: rotate(-15deg) skew(15deg);
    height: 70%;
    animation: floatEffect 20s infinite alternate ease-in-out;
    width: 50%;
    background: rgb(154,166,165,0.5);
    filter: blur(60px);
    z-index: 0;
    content: '';
    position: absolute;
}.welcome_sectionskqy4xm > div {
    z-index: 2;
    position: relative;
    animation: slideInUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    transform: translateY(0);
}.welcome_sectionskqy4xm > div > div:first-child {
    transform: translateX(0);
    position: relative;
    padding-left: 2rem;
    border-left: 4px solid rgb(154,166,165);
    margin-bottom: 3rem;
    animation: slideInLeft 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s backwards;
}.welcome_sectionskqy4xm .title_style_header {
    font-size: clamp(2.5rem, 5vw, 45px);
    background: linear-gradient(135deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transform: perspective(1000px) rotateX(0deg);
    background-clip: text !important;
    text-shadow: 0 2px 30px rgba(255, 255, 255, 0.1);
    color: transparent;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    -webkit-background-clip: text !important;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
}.welcome_sectionskqy4xm .title_style_header:hover {
    transform: perspective(1000px) rotateX(5deg);
}.welcome_sectionskqy4xm .course_frontIChA5FK {
    flex-direction: column;
    position: relative;
    gap: 2rem;
    max-width: 650px;
    backdrop-filter: blur(8px);
    transform: translateY(0);
    display: flex;
    padding: 2.5rem;
    background: linear-gradient(180deg, 
        rgba(var(--dark-color-rgb), 0.6) 0%,
        rgba(var(--dark-color-rgb), 0.3) 100%);
    box-shadow: 
        0 10px 30px -5px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.1) inset;
    border-radius: 10px;
    animation: fadeIn 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s backwards;
}.welcome_sectionskqy4xm .course_frontIChA5FK::before {
    transform-origin: left center;
    width: 100%;
    transform: scaleX(0);
    opacity: 0.2;
    z-index: -1;
    background: linear-gradient(90deg, 
        rgb(154,166,165,0.5) 0%,
        transparent 20%);
    content: '';
    left: 0;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    top: 0;
    height: 100%;
    position: absolute;
}.welcome_sectionskqy4xm .course_frontIChA5FK:hover::before {
    transform: scaleX(1);
}.welcome_sectionskqy4xm .expert_learningr1oGCxu {
    padding-bottom: 1.5rem;
    position: relative;
}.welcome_sectionskqy4xm .expert_learningr1oGCxu::after {
    left: 0;
    content: '';
    width: 40%;
    height: 1px;
    background: linear-gradient(90deg, 
        rgb(119,128,127) 0%,
        transparent 100%);
    transform: scaleX(0.7);
    transform-origin: left center;
    transition: transform 0.5s ease-out;
    position: absolute;
    bottom: 0;
}.welcome_sectionskqy4xm .expert_learningr1oGCxu:hover::after {
    transform: scaleX(1);
}.welcome_sectionskqy4xm h3 {
    color: #ffffff;
    transform: translateX(0);
    line-height: 1.4;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    margin: 0;
    font-weight: 600;
}.welcome_sectionskqy4xm .expert_learningr1oGCxu:hover h3 {
    transform: translateX(5px);
}.welcome_sectionskqy4xm span {
    display: inline-block;
    background: linear-gradient(135deg, 
        rgb(119,128,127,0.5) 0%, 
        transparent 100%);
    transform: translateY(0);
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.welcome_sectionskqy4xm span:hover {
    transform: translateY(-5px);
}.welcome_sectionskqy4xm p {
    line-height: 1.6;
    opacity: 0.9;
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 13px);
    margin: 0;
    font-weight: 400;
}

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

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-18deg) skew(17deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(-12deg) skew(13deg) translate(20px, -20px);
    }
}

@media (max-width: 991px) {.welcome_sectionskqy4xm {
    padding: 3rem 1.5rem;
}.welcome_sectionskqy4xm > div > div:first-child {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}.welcome_sectionskqy4xm .course_frontIChA5FK {
    padding: 2rem;
}
}

@media (max-width: 767px) {.welcome_sectionskqy4xm {
    align-items: flex-start;
    padding: 2.5rem 1rem;
}.welcome_sectionskqy4xm::after {
    height: 50%;
    width: 70%;
}.welcome_sectionskqy4xm > div > div:first-child {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}.welcome_sectionskqy4xm .course_frontIChA5FK {
    padding: 1.5rem;
    gap: 1.5rem;
}.welcome_sectionskqy4xm .expert_learningr1oGCxu {
    padding-bottom: 1rem;
}
}

@media (max-width: 480px) {.welcome_sectionskqy4xm {
    min-height: 90vh;
    padding: 2rem 1rem;
}.welcome_sectionskqy4xm .course_frontIChA5FK {
    padding: 1.25rem;
    gap: 1.25rem;
}.welcome_sectionskqy4xm span {
    padding: 0.5rem 1rem;
}
}