* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.nav_study8529 {
    flex: 1 0 auto;
}.webinar_arch8672 {
    flex: 0 0 auto;
}.wrapper-section1340 {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}::-webkit-scrollbar {
    padding: 4px;
    height: 10px;
    width: 0.8em;
}::-webkit-scrollbar-button {
    height: 2px;
    background: rgb(71,108,91,0.5);
    width: 10px;
}::-webkit-scrollbar-track {
    border: 1px solid rgb(71,108,91,0.5);
    border-radius: 17%;
    margin: 1px 0;
}::-webkit-scrollbar-thumb {
    border-radius: 9.9rem;
    background: rgb(255, 255, 255, 0.5);
    transition: all 1s ease-in-out;
}::-webkit-scrollbar-thumb:hover {
    background: radial-gradient(circle at center, #ffffff 56%, rgb(255, 255, 255, 0.5) 47%, rgb(71,108,91) 12%, rgb(71,108,91,0.5) 31%, rgb(107,144,127) 1%, rgb(107,144,127,0.5) 23%, rgb(141,179,162) 38%);
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
    box-shadow: inset -2px 2px 10px 1px rgba(0, 0, 0, 0.5);
}html {
    scrollbar-width: none;
    scrollbar-color: rgb(141,179,162) rgb(71,108,91);
}.container {
    max-width: 100%;
    margin: auto;
    width: 1243px;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    auto
contain
touch-action: none;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    scroll-snap-type: none;
    height: 100%;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_box7016 {
    z-index: 1;
    background: linear-gradient(180deg, rgb(141,179,162) 0%, rgb(71,108,91,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.contact_box7016::before {
    background-size: 100% 15px;
    top: 0;
    z-index: 0;
    animation: scanlines 10s linear infinite;
    height: 100%;
    background: linear-gradient(0deg, transparent 40%, rgba(0,0,0,0.05) 60%, transparent 80%);
    width: 100%;
    pointer-events: none;
    content: '';
    left: 0;
    position: absolute;
}.contact_box7016::after {
    top: 0;
    background-size: 150px 150px, 200px 200px, 100px 100px, 250px 250px;
    z-index: 0;
    height: 100%;
    content: '';
    width: 100%;
    pointer-events: none;
    background: 
        radial-gradient(1px at 30% 20%, rgb(107,144,127,0.5) 0%, transparent 50%),
        radial-gradient(1px at 70% 40%, rgb(71,108,91,0.5) 0%, transparent 50%),
        radial-gradient(1px at 40% 60%, rgb(107,144,127,0.5) 0%, transparent 50%),
        radial-gradient(1px at 60% 80%, rgb(71,108,91,0.5) 0%, transparent 50%);
    left: 0;
    position: absolute;
    opacity: 0.4;
}.contact_box7016 .img_card9461 {
    height: 100%;
    width: 100%;
    opacity: 0.08;
    position: absolute;
    filter: grayscale(100%) contrast(150%);
    top: 0;
    z-index: 0;
    left: 0;
    mix-blend-mode: overlay;
}.contact_box7016 .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.contact_box7016 h3 {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 3px;
    perspective: 800px;
    text-align: center;
    color: #000000;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 60px;
}.contact_box7016 h3::before {
    opacity: 0.4;
    position: absolute;
    font-size: calc(29px - 10px);
    top: -10px;
    left: 50%;
    content: attr(id);
    transform: translateX(-50%);
    color: rgb(71,108,91,0.5);
    letter-spacing: 5px;
}.contact_box7016 h3::after {
    left: 50%;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(107,144,127), transparent);
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    bottom: -15px;
}.contact_box7016 .support_help2763 {
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    grid-template-columns: 1.5fr 1fr;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    border-radius: 15px;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    overflow: hidden;
    display: grid;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 0 20px rgb(107,144,127,0.5) inset;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.contact_box7016 .support_help2763:hover {
    transform: perspective(1000px) rotateX(2deg);
}.contact_box7016 .support_help2763::before {
    background: linear-gradient(45deg, 
        rgb(107,144,127,0.5), 
        transparent, 
        rgb(71,108,91,0.5), 
        transparent);
    bottom: -2px;
    animation: border-flow 6s linear infinite;
    top: -2px;
    position: absolute;
    border-radius: calc(15px + 2px);
    content: '';
    right: -2px;
    z-index: -1;
    left: -2px;
}.contact_box7016 .support_help2763::after {
    top: 0;
    background-size: 20px 20px;
    height: 100%;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    pointer-events: none;
}.contact_box7016 .message_links7286 {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 60px;
}.contact_box7016 .message_links7286::before {
    left: 0;
    position: absolute;
    height: 3px;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(107,144,127), 
        rgb(71,108,91));
    top: 0;
}.contact_box7016 .message_links7286::after {
    top: 0;
    height: 100%;
    right: 0;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(0, 0, 0, 0.01));
    pointer-events: none;
    width: 50%;
}.contact_box7016 .message_links7286 #contact {
    position: relative;
    z-index: 2;
}.contact_box7016 .message_links7286 h3 {
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    font-size: 23px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    color: #000000;
}.contact_box7016 .message_links7286 h3::before {
    display: none;
}.contact_box7016 .message_links7286 h3::after {
    height: 2px;
    background: rgb(107,144,127);
    width: 50px;
    left: 0;
    transform: none;
}.contact_box7016 .message_links7286 input[type="text"],
.contact_box7016 .message_links7286 textarea {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    font-size: 14px;
    border-radius: 0;
    margin-bottom: 25px;
    background-color: transparent;
    border: none;
    color: #000000;
    padding: 20px 25px;
    font-family: Arial, sans-serif;
    box-shadow: none;
    position: relative;
}.contact_box7016 .message_links7286 input[type="text"]::placeholder,
.contact_box7016 .message_links7286 textarea::placeholder {
    color: #000000;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}.contact_box7016 .message_links7286 input[type="text"]:focus::placeholder,
.contact_box7016 .message_links7286 textarea:focus::placeholder {
    opacity: 0.3;
}.contact_box7016 .message_links7286 input[type="text"]:focus,
.contact_box7016 .message_links7286 textarea:focus {
    border-bottom-color: rgb(107,144,127);
    background-color: rgba(0, 0, 0, 0.01);
    outline: none;
}.contact_box7016 .message_links7286 textarea {
    transition: height 0.3s ease;
    overflow: hidden;
    resize: vertical;
    min-height: 150px;
}.contact_box7016 .message_links7286 .help_request5043 {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact_box7016 .message_links7286 .help_request5043 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_box7016 .message_links7286 .help_request5043 label {
    padding-left: 40px;
    color: #000000;
    position: relative;
    cursor: pointer;
    line-height: 1.6;
    font-size: calc(14px - 2px);
}.contact_box7016 .message_links7286 .help_request5043 label::before {
    content: '';
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 25px;
    left: 0;
    height: 25px;
    background-color: transparent;
}.contact_box7016 .message_links7286 .help_request5043 label::after {
    position: absolute;
    opacity: 0;
    content: '';
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    height: 12px;
    width: 7px;
    transition: all 0.3s ease;
    top: 5px;
    left: 9px;
    transform: rotate(45deg) scale(0);
}.contact_box7016 .message_links7286 .help_request5043 input[type="checkbox"]:checked + label::before {
    background-color: rgb(107,144,127);
    border-color: rgb(107,144,127);
}.contact_box7016 .message_links7286 .help_request5043 input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}.contact_box7016 .message_links7286 .help_request5043 a {
    font-weight: 600;
    color: rgb(107,144,127);
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: color 0.3s ease;
    padding-bottom: 2px;
}.contact_box7016 .message_links7286 .help_request5043 a:hover {
    color: rgb(71,108,91);
    border-bottom-color: rgb(71,108,91);
}.contact_box7016 .message_links7286 .inquiry_map9074 {
    display: inline-block;
    padding: 18px 40px;
    background-color: transparent;
    font-size: 19px;
    color: #000000;
    letter-spacing: 2px;
    border: 1px solid rgb(107,144,127);
    cursor: pointer;
    z-index: 1;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}.contact_box7016 .message_links7286 .inquiry_map9074::before {
    width: 100%;
    position: absolute;
    background: rgb(107,144,127);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    content: '';
    transform-origin: right;
    top: 0;
    height: 100%;
    z-index: -1;
    left: 0;
}.contact_box7016 .message_links7286 .inquiry_map9074:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact_box7016 .message_request1095 {
    background: linear-gradient(135deg, rgb(107,144,127) 0%, rgb(71,108,91) 100%);
    padding: 60px;
    overflow: hidden;
    position: relative;
}.contact_box7016 .message_request1095::before {
    background-size: 20px 20px;
    opacity: 0.1;
    width: 100%;
    background: 
        linear-gradient(45deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(135deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(45deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0,
        linear-gradient(135deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0;
    top: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
}.contact_box7016 .message_request1095::after {
    top: -50%;
    width: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    animation: pulse-light 10s infinite;
    height: 200%;
    z-index: 0;
    content: '';
    position: absolute;
    left: -50%;
}.contact_box7016 .message_request1095 h4 {
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 2px;
    z-index: 1;
    font-size: 23px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
}.contact_box7016 .message_request1095 h4::after {
    bottom: -10px;
    background: #ffffff;
    width: 50px;
    position: absolute;
    left: 0;
    height: 2px;
    content: '';
}.contact_box7016 .message_request1095 .reach_support9724 {
    position: relative;
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
}.contact_box7016 .message_request1095 .reach_support9724 li {
    display: flex;
    padding: 15px 0;
    position: relative;
    transition: transform 0.3s ease;
    align-items: flex-start;
    margin-bottom: 30px;
}.contact_box7016 .message_request1095 .reach_support9724 li:hover {
    transform: translateX(10px);
}.contact_box7016 .message_request1095 .reach_support9724 li::before {
    transition: width 0.3s ease;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
}.contact_box7016 .message_request1095 .reach_support9724 li:hover::before {
    width: 100%;
}.contact_box7016 .message_request1095 .reach_support9724 li::after {
    bottom: 0;
    width: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    height: 1px;
    right: 0;
    content: '';
    transition: width 0.3s ease;
}.contact_box7016 .message_request1095 .reach_support9724 li:hover::after {
    width: 100%;
}.contact_box7016 .message_request1095 .reach_support9724 li svg {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    margin-right: 20px;
}.contact_box7016 .message_request1095 .reach_support9724 li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_box7016 .message_request1095 .reach_support9724 li span {
    line-height: 1.5;
    color: #ffffff;
    font-size: 14px;
}.contact_box7016 .message_request1095 .reach_support9724 li a {
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_box7016 .message_request1095 .reach_support9724 li a::before {
    transition: transform 0.3s ease;
    transform-origin: right;
    height: 1px;
    width: 100%;
    content: '';
    transform: scaleX(0);
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #ffffff;
}.contact_box7016 .message_request1095 .reach_support9724 li a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}.contact_box7016 .message_request1095 .reach_support9724 li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse-light {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    25% {
        transform: translate(10%, 10%);
        opacity: 0.3;
    }
    50% {
        transform: translate(0%, 20%);
        opacity: 0.5;
    }
    75% {
        transform: translate(-10%, 10%);
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.contact_box7016 {
    padding: 80px 0;
}.contact_box7016 .container {
    padding: 0 20px;
}.contact_box7016 .support_help2763 {
    grid-template-columns: 1fr;
}.contact_box7016 .message_links7286,
    .contact_box7016 .message_request1095 {
    padding: 40px;
}
}

@media (max-width: 768px) {.contact_box7016 {
    padding: 60px 0;
}.contact_box7016 h3 {
    margin-bottom: 40px;
    font-size: calc(29px - 4px);
}.contact_box7016 .message_links7286 h3,
    .contact_box7016 .message_request1095 h4 {
    margin-bottom: 30px;
    font-size: calc(23px - 2px);
}.contact_box7016 .message_links7286 input[type="text"],
    .contact_box7016 .message_links7286 textarea {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_box7016 .message_links7286 .inquiry_map9074 {
    padding: 15px 30px;
}
}

@media (max-width: 576px) {.contact_box7016 {
    padding: 40px 0;
}.contact_box7016 .message_links7286,
    .contact_box7016 .message_request1095 {
    padding: 30px 20px;
}.contact_box7016 h3 {
    letter-spacing: 2px;
    font-size: calc(29px - 6px);
}.contact_box7016 .message_links7286 .help_request5043 label {
    font-size: calc(14px - 3px);
}}.about_this7430 {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(141,179,162) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}.about_this7430::before {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    content: '';
    background: radial-gradient(circle at 10% 20%, rgb(107,144,127,0.5) 0%, transparent 50%);
    z-index: 1;
    height: 100%;
    animation: pulse 15s infinite alternate;
}.about_this7430::after {
    width: 100%;
    animation: pulse 20s infinite alternate-reverse;
    height: 100%;
    content: '';
    background: radial-gradient(circle at 90% 80%, rgb(71,108,91,0.5) 0%, transparent 50%);
    z-index: 1;
    right: 0;
    position: absolute;
    bottom: 0;
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95);
    }
}

.about_this7430 .container {
    z-index: 5;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.about_this7430 .pro_learning4968 {
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    display: grid;
}.about_this7430 .pro_learning4968::before {
    border-radius: 29px;
    content: '';
    top: -20px;
    opacity: 0.4;
    height: calc(100% + 40px);
    animation: borderPulse 8s infinite alternate;
    width: calc(100% + 40px);
    transform: rotate(-1deg);
    z-index: -1;
    left: -20px;
    position: absolute;
    border: 1px solid rgb(107,144,127,0.5);
}@keyframes borderPulse {
    0% {
        border-color: rgb(107,144,127,0.5);
    }
    50% {
        border-color: rgb(71,108,91,0.5);
    }
    100% {
        border-color: rgb(107,144,127,0.5);
    }
}

.about_this7430 .learn_track2639 {
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    align-items: center;
    border-radius: 29px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
}.about_this7430 .learn_track2639:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.about_this7430 .img_card9461 {
    width: 200px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 4px solid #ffffff;
    margin-bottom: 25px;
    transition: transform 0.5s ease;
    border-radius: 50%;
    height: 200px;
    position: relative;
}.about_this7430 .img_card9461::before {
    content: '';
    right: -10px;
    top: -10px;
    border-radius: 50%;
    animation: rotate 15s linear infinite;
    bottom: -10px;
    left: -10px;
    border: 1px solid rgb(107,144,127,0.5);
    position: absolute;
}.about_this7430 .img_card9461::after {
    border: 1px dashed rgb(71,108,91,0.5);
    position: absolute;
    content: '';
    animation: rotate 25s linear infinite reverse;
    top: -20px;
    border-radius: 50%;
    right: -20px;
    bottom: -20px;
    left: -20px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.about_this7430 .virtual_training8537 {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}.about_this7430 .learn_study1489 {
    font-weight: 700;
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    color: #ffffff;
    font-size: 23px;
}.about_this7430 .learn_study1489::after {
    height: 2px;
    position: absolute;
    bottom: -8px;
    background: rgb(107,144,127);
    width: 50px;
    content: '';
    left: 50%;
    transition: width 0.3s ease;
    transform: translateX(-50%);
}.about_this7430 .learn_track2639:hover .learn_study1489::after {
    width: 100px;
}.about_this7430 .method_ped6759 {
    font-size: 18px;
    margin-top: 15px;
    color: rgb(71,108,91);
    font-weight: 600;
    letter-spacing: 1px;
}.about_this7430 .text_column1724 {
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.5s ease;
    padding: 40px;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 29px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.about_this7430 .text_column1724:hover {
    transform: perspective(1000px) rotateY(0);
}.about_this7430 .text_column1724::before {
    border-top: 2px solid rgb(107,144,127);
    position: absolute;
    opacity: 0.5;
    width: 40px;
    height: 40px;
    content: '';
    border-left: 2px solid rgb(107,144,127);
    left: 20px;
    top: 20px;
}.about_this7430 .text_column1724::after {
    height: 40px;
    border-right: 2px solid rgb(71,108,91);
    border-bottom: 2px solid rgb(71,108,91);
    width: 40px;
    position: absolute;
    opacity: 0.5;
    bottom: 20px;
    content: '';
    right: 20px;
}.about_this7430 .smart_track8504 {
    margin-bottom: 20px;
    display: flex;
    font-weight: 600;
    color: rgb(107,144,127);
    font-size: 21px;
    align-items: center;
}.about_this7430 .smart_track8504 svg {
    width: 40px;
    fill: rgb(107,144,127);
    height: 40px;
    transition: transform 0.5s ease;
    margin-right: 10px;
}.about_this7430 .smart_track8504 svg path {
    transition: fill 0.3s ease;
    fill: rgb(107,144,127);
}.about_this7430 h2 {
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 33px;
}.about_this7430 h2::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(107,144,127) 0%, rgb(71,108,91) 100%);
    content: '';
    position: absolute;
    transition: width 0.5s ease;
    left: 0;
    bottom: 0;
    height: 3px;
}.about_this7430 .text_column1724:hover h2::after {
    width: 120px;
}.about_this7430 p {
    line-height: 1.8;
    font-size: 18px;
    color: #000000;
    position: relative;
    margin-bottom: 0;
}

@media (max-width: 992px) {.about_this7430 {
    padding: 80px 0;
}.about_this7430 .container {
    padding: 0 20px;
}.about_this7430 .pro_learning4968 {
    grid-template-columns: 1fr;
    gap: 30px;
}.about_this7430 .learn_track2639 {
    max-width: 400px;
    margin: 0 auto;
}.about_this7430 .text_column1724 {
    padding: 30px;
    transform: none;
}.about_this7430 h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.about_this7430 {
    padding: 60px 0;
}.about_this7430 .pro_learning4968::before {
    display: none;
}.about_this7430 .img_card9461 {
    height: 150px;
    width: 150px;
}.about_this7430 .img_card9461::before,
    .about_this7430 .img_card9461::after {
    display: none;
}.about_this7430 .learn_track2639 {
    padding: 20px;
}.about_this7430 .text_column1724 {
    padding: 25px 20px;
}.about_this7430 .text_column1724::before,
    .about_this7430 .text_column1724::after {
    height: 25px;
    width: 25px;
}.about_this7430 h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 20px;
}.about_this7430 .smart_track8504 svg {
    height: 30px;
    width: 30px;
}
}

@media (max-width: 480px) {.about_this7430 {
    padding: 40px 0;
}.about_this7430 .img_card9461 {
    height: 120px;
    width: 120px;
    margin-bottom: 15px;
}.about_this7430 .learn_study1489 {
    font-size: calc(23px * 0.9);
}.about_this7430 .method_ped6759 {
    font-size: calc(18px * 0.9);
}.about_this7430 .smart_track8504 {
    font-size: calc(21px * 0.9);
}.about_this7430 h2 {
    font-size: calc(33px * 0.7);
    padding-bottom: 10px;
}.about_this7430 p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}}.educational_yield4167 {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(145deg, rgb(141,179,162) 30%, rgb(71,108,91,0.5) 150%);
    overflow: hidden;
}.educational_yield4167::before {
    content: "";
    background-size: 30px 30px;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background-image: 
        linear-gradient(rgb(107,144,127,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(107,144,127,0.5) 1px, transparent 1px);
    top: 0;
}.educational_yield4167::after {
    bottom: -150px;
    filter: blur(100px);
    position: absolute;
    right: -150px;
    content: "";
    height: 300px;
    width: 300px;
    border-radius: 50%;
    background: rgb(107,144,127,0.5);
    opacity: 0.3;
}.educational_yield4167 .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.educational_yield4167 .pro_learning4968 {
    flex-direction: column;
    display: flex;
    align-items: center;
    position: relative;
}.educational_yield4167 .img_card9461 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 19px;
    transition: all 0.5s ease;
    position: relative;
    transform: translateY(40px);
    z-index: 2;
    width: 40%;
}.educational_yield4167 .img_card9461:hover {
    transform: translateY(35px) scale(1.02);
}.educational_yield4167 .text_column1724 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    width: 85%;
    background: #ffffff;
    padding: 60px 40px 40px;
    border-radius: 19px;
}.educational_yield4167 .text_column1724::before {
    height: 5px;
    top: 0;
    transform: translateX(-50%);
    width: 60%;
    content: "";
    left: 50%;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(to right, rgb(107,144,127), rgb(71,108,91));
}.educational_yield4167 h3 {
    font-weight: 700;
    position: relative;
    font-size: 29px;
    margin-bottom: 30px;
    color: #000000;
    text-align: center;
}.educational_yield4167 h3::after {
    height: 3px;
    left: 50%;
    bottom: -15px;
    width: 60px;
    transform: translateX(-50%);
    background: rgb(71,108,91,0.5);
    border-radius: 10px;
    position: absolute;
    content: "";
}.educational_yield4167 ul {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    display: grid;
    gap: 20px;
    margin: 0;
}.educational_yield4167 li {
    position: relative;
    transition: all 0.3s ease;
}.educational_yield4167 li:hover {
    transform: translateY(-5px);
}.educational_yield4167 li p {
    align-items: center;
    line-height: 1.5;
    font-size: 15px;
    background: linear-gradient(120deg, #ffffff, rgb(141,179,162));
    font-weight: 400;
    display: flex;
    padding: 16px;
    color: #000000;
    border-radius: 12px;
    margin: 0;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}.educational_yield4167 li:hover p {
    background: linear-gradient(120deg, #ffffff, rgb(107,144,127,0.5));
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}.educational_yield4167 svg {
    width: 24px;
    border-radius: 8px;
    height: 24px;
    flex-shrink: 0;
    align-items: center;
    padding: 5px;
    background: #ffffff;
    display: flex;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    justify-content: center;
}.educational_yield4167 svg path {
    transition: fill 0.3s ease;
    fill: rgb(107,144,127);
}.educational_yield4167 li:hover svg {
    background: #ffffff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}.educational_yield4167 li:hover svg path {
    fill: rgb(71,108,91);
}

@media (max-width: 992px) {.educational_yield4167 {
    padding: 80px 0;
}.educational_yield4167 .img_card9461 {
    width: 50%;
    transform: translateY(30px);
}.educational_yield4167 .img_card9461:hover {
    transform: translateY(25px) scale(1.02);
}.educational_yield4167 .text_column1724 {
    padding: 50px 30px 30px;
    width: 90%;
}.educational_yield4167 ul {
    grid-template-columns: 1fr;
    gap: 15px;
}
}

@media (max-width: 576px) {.educational_yield4167 {
    padding: 60px 0;
}.educational_yield4167 .img_card9461 {
    width: 70%;
    transform: translateY(25px);
}.educational_yield4167 .img_card9461:hover {
    transform: translateY(22px) scale(1.02);
}.educational_yield4167 .text_column1724 {
    padding: 40px 25px 25px;
    width: 100%;
}.educational_yield4167 h3 {
    font-size: 22px;
    margin-bottom: 25px;
}.educational_yield4167 li p {
    padding: 12px;
}.educational_yield4167 svg {
    height: 22px;
    padding: 4px;
    width: 22px;
}}.get_updates2645 {
    padding: 5rem 2rem;
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(141,179,162) 100%);
    overflow: hidden;
}.get_updates2645::before {
    position: absolute;
    left: 0;
    height: 1px;
    content: "";
    right: 0;
    top: 0;
    animation: scanLine 4s infinite linear;
    box-shadow: 0 0 15px 2px rgb(107,144,127);
    background: linear-gradient(90deg, transparent, rgb(107,144,127), transparent);
}.get_updates2645::after {
    bottom: 0;
    z-index: 0;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(107,144,127,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(71,108,91,0.5) 0%, transparent 20%);
    filter: blur(30px);
    width: 100%;
    height: 100%;
    left: 0;
}.get_updates2645 .pro_learning4968 {
    z-index: 1;
    position: relative;
    perspective: 1000px;
    margin: 0 auto;
    max-width: 1200px;
}.get_updates2645 .connect_map0359 {
    background: rgba(0, 0, 0, 0.5);
    max-width: 600px;
    transform: rotateY(-5deg);
    transform-style: preserve-3d;
    margin: 0 auto;
    transition: transform 0.5s ease;
    padding: 3rem;
    backdrop-filter: blur(10px);
    width: 90%;
    position: relative;
    border-radius: 21px;
}.get_updates2645 .connect_map0359:hover {
    transform: rotateY(0deg);
}.get_updates2645 .connect_map0359::before,
.get_updates2645 .connect_map0359::after {
    border-radius: 21px;
    z-index: -1;
    inset: 0;
    content: "";
    position: absolute;
}.get_updates2645 .connect_map0359::before {
    filter: blur(20px);
    opacity: 0.5;
    animation: glowPulse 3s infinite alternate;
    background: linear-gradient(45deg, rgb(107,144,127), transparent 60%);
}.get_updates2645 .connect_map0359::after {
    animation: borderFlash 4s infinite alternate;
    border: 1px solid rgb(107,144,127);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        85% 100%, 
        0% 100%
    );
    box-shadow: 0 0 20px rgb(107,144,127,0.5);
}.get_updates2645 h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 2.5rem;
    text-shadow: 0 0 10px rgb(107,144,127), 0 0 20px rgb(107,144,127,0.5);
    font-weight: 700;
    font-size: 35px;
    color: #ffffff;
}.get_updates2645 h3::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(107,144,127), transparent);
    height: 2px;
    animation: widthPulse 3s infinite alternate;
    width: 100%;
}.get_updates2645 .input_holder {
    display: grid;
    width: 100%;
    gap: 1.5rem;
}.get_updates2645 input[type="email"] {
    border: 1px solid rgb(71,108,91,0.5);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
    font-size: 16px;
    backdrop-filter: blur(5px);
}.get_updates2645 input[type="email"]:focus {
    outline: none;
    border-color: rgb(107,144,127);
    box-shadow: 0 0 15px rgb(107,144,127,0.5);
}.get_updates2645 input[type="email"]::placeholder {
    opacity: 0.6;
    color: #ffffff;
}.get_updates2645 .achieve_success1259 {
    font-size: 18px;
    box-shadow: 0 0 15px rgb(107,144,127,0.5);
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    text-shadow: 0 0 10px rgb(107,144,127);
    background: transparent;
    border: 1px solid rgb(107,144,127);
}.get_updates2645 .achieve_success1259::before {
    content: "";
    inset: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(107,144,127), rgb(71,108,91));
    position: absolute;
    z-index: -1;
    opacity: 0;
}.get_updates2645 .achieve_success1259:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgb(107,144,127);
}.get_updates2645 .achieve_success1259:hover::before {
    opacity: 1;
}

@keyframes scanLine {
    0% {
        transform: translateY(-100vh);
    }
    100% {
        transform: translateY(100vh);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.3;
        filter: blur(20px);
    }
    100% {
        opacity: 0.7;
        filter: blur(15px);
    }
}

@keyframes borderFlash {
    0%, 90% {
        border-color: rgb(107,144,127);
        box-shadow: 0 0 20px rgb(107,144,127,0.5);
    }
    91%, 100% {
        border-color: rgb(71,108,91);
        box-shadow: 0 0 25px rgb(71,108,91);
    }
}

@keyframes widthPulse {
    0% {
        width: 30%;
    }
    100% {
        width: 100%;
    }
}

@media (min-width: 768px) {.get_updates2645 {
    padding: 7rem 3rem;
}.get_updates2645 .connect_map0359 {
    padding: 4rem;
    width: 80%;
}.get_updates2645 .input_holder {
    grid-template-columns: 2fr 1fr;
}
}

@media (max-width: 767px) {.get_updates2645 {
    padding: 4rem 1.5rem;
}.get_updates2645 h3 {
    font-size: 20px;
}.get_updates2645 .connect_map0359 {
    transform: rotateY(0deg);
    width: 100%;
    padding: 2rem;
}.get_updates2645 .input_holder {
    grid-template-columns: 1fr;
}.get_updates2645 .achieve_success1259 {
    width: 100%;
}}.appSpotlight5297 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(141,179,162) 0%, rgb(107,144,127,0.5) 100%);
    position: relative;
    padding: 80px 0;
}.appSpotlight5297::before {
    content: "";
    height: 100%;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(255, 255, 255, 0.03) 20px,
    rgba(255, 255, 255, 0.03) 40px
  );
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}.appSpotlight5297::after {
    z-index: 2;
    background: linear-gradient(
    to bottom right,
    transparent,
    rgba(var(--primary-color-rgb), 0.05) 30%,
    rgba(var(--primary-color-rgb), 0.1) 60%,
    transparent
  );
    height: 200%;
    top: -50%;
    position: absolute;
    width: 80%;
    pointer-events: none;
    transform: rotate(35deg);
    content: "";
    right: -50%;
}.appSpotlight5297 .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 3;
}.appSpotlight5297 .pro_learning4968 {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    gap: 30px;
    position: relative;
    transform-origin: center top;
    display: grid;
    padding: 50px 40px;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
}.appSpotlight5297 .pro_learning4968::before {
    background: linear-gradient(to bottom, rgb(107,144,127), rgb(71,108,91));
    transform: scaleY(1.03);
    height: 100%;
    width: 5px;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
}.appSpotlight5297 .pro_learning4968:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
}.appSpotlight5297 h5 {
    margin: 0 0 10px;
    transition: transform 0.4s ease-out;
    color: rgb(107,144,127);
    transform: translateX(15px);
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
}.appSpotlight5297 h5::after {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left;
    bottom: -10px;
    transform: scaleX(0.7);
    left: 0;
    content: "";
    position: absolute;
    width: 80px;
    background: rgb(71,108,91);
    height: 3px;
}.appSpotlight5297 .pro_learning4968:hover h5 {
    transform: translateX(0);
}.appSpotlight5297 .pro_learning4968:hover h5::after {
    transform: scaleX(1);
}.appSpotlight5297 p {
    line-height: 1.7;
    position: relative;
    font-size: 17px;
    margin: 0;
    transition: color 0.3s ease;
    color: #000000;
}.appSpotlight5297 a {
    padding: 15px 20px;
    transition: all 0.4s ease;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}.appSpotlight5297 a::before {
    position: absolute;
    top: 0;
    opacity: 0.5;
    height: 100%;
    content: "";
    width: 3px;
    left: 0;
    background: rgb(107,144,127);
    transition: width 0.3s ease;
}.appSpotlight5297 a:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.07), transparent 70%);
}.appSpotlight5297 a:hover::before {
    width: 5px;
}.appSpotlight5297 a:hover p {
    color: rgb(107,144,127);
}.appSpotlight5297 a::after {
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    right: 0;
    width: 30px;
    bottom: 0;
    height: 30px;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.1) 50%);
}.appSpotlight5297 a:hover::after {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.2) 50%);
}

@media (min-width: 768px) {.appSpotlight5297 {
    padding: 120px 0;
}.appSpotlight5297 .pro_learning4968 {
    grid-template-columns: 1fr 1.5fr;
    padding: 60px 70px 60px 60px;
    gap: 50px;
    align-items: center;
}.appSpotlight5297 h5 {
    font-size: calc(20px * 1.1);
    transform: translateX(25px);
}.appSpotlight5297 p {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.appSpotlight5297 {
    padding: 60px 0;
}.appSpotlight5297 .pro_learning4968 {
    padding: 35px 25px;
    transform: perspective(1000px) rotateX(1deg);
}.appSpotlight5297 h5 {
    font-size: calc(20px * 0.9);
    transform: translateX(10px);
}.appSpotlight5297 a {
    padding: 10px 15px;
}.appSpotlight5297 a::after {
    height: 20px;
    width: 20px;
}
}

@media (hover: none) {.appSpotlight5297 .pro_learning4968 {
    transform: none;
}.appSpotlight5297 .pro_learning4968:hover {
    transform: none;
}.appSpotlight5297 h5 {
    transform: none;
}.appSpotlight5297 h5::after {
    transform: scaleX(1);
}
}

@media (prefers-reduced-motion: reduce) {.appSpotlight5297 .pro_learning4968,
  .appSpotlight5297 h5,
  .appSpotlight5297 h5::after,
  .appSpotlight5297 a,
  .appSpotlight5297 a::before,
  .appSpotlight5297 a::after {
    transition: none;
}}.course_instructor7142 {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(141,179,162) 0%, #ffffff 100%);
}.course_instructor7142::before {
    opacity: 0.05;
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(107,144,127,0.5) 0px,
        rgb(107,144,127,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    content: "";
    height: 100%;
}.course_instructor7142::after {
    right: -20%;
    background: linear-gradient(135deg, rgb(107,144,127,0.5) 0%, rgb(71,108,91,0.5) 100%);
    position: absolute;
    width: 70%;
    content: "";
    top: -50%;
    opacity: 0.08;
    height: 200%;
    transform: rotate(-15deg);
    z-index: 0;
}.course_instructor7142 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 1.5rem;
}.course_instructor7142 .testimonial_sharing2983 {
    gap: 2rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: perspective(1000px) rotateY(-1deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    grid-template-columns: 1fr;
    padding: 2.5rem;
    display: grid;
}.course_instructor7142 .testimonial_sharing2983:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_instructor7142 .testimonial_sharing2983::before {
    position: absolute;
    transform: scaleY(0.95);
    width: 5px;
    top: 0;
    transition: transform 0.3s ease-out;
    left: 0;
    height: 100%;
    transform-origin: left center;
    content: "";
    background: linear-gradient(to bottom, rgb(107,144,127) 0%, rgb(71,108,91) 100%);
}.course_instructor7142 .testimonial_sharing2983:hover::before {
    transform: scaleY(1);
}.course_instructor7142 .img_card9461 {
    position: relative;
    width: 120px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    border-radius: 5px;
    height: 120px;
    margin: 0 auto;
}.course_instructor7142 .testimonial_sharing2983:hover .img_card9461 {
    transform: translateY(-5px);
}.course_instructor7142 .img_card9461::after {
    inset: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    border-radius: 5px;
    z-index: 1;
    content: "";
}.course_instructor7142 .img_card9461::before {
    height: calc(100% + 20px);
    left: -10px;
    position: absolute;
    transition: all 0.3s ease;
    border-radius: 5px;
    top: -10px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(107,144,127,0.5) 0%, rgb(71,108,91,0.5) 100%);
    content: "";
    transform: scale(0.95);
    width: calc(100% + 20px);
    opacity: 0;
}.course_instructor7142 .testimonial_sharing2983:hover .img_card9461::before {
    transform: scale(1);
    opacity: 0.5;
}.course_instructor7142 .name {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    transform: translateY(0);
    position: relative;
    margin-bottom: 0.5rem;
    text-align: center;
}.course_instructor7142 .testimonial_sharing2983:hover .name {
    transform: translateY(-3px);
}.course_instructor7142 .name::after {
    background: rgb(107,144,127);
    content: "";
    height: 2px;
    position: absolute;
    left: 50%;
    transition: transform 0.3s ease;
    bottom: -6px;
    transform: translateX(-50%) scaleX(0.7);
    width: 40px;
}.course_instructor7142 .testimonial_sharing2983:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.course_instructor7142 .testimonial_sharing2983 > div:nth-child(2) > div {
    color: rgb(71,108,91);
    transition: color 0.3s ease;
    font-size: calc(14px * 0.95);
    font-style: italic;
    text-align: center;
    opacity: 0.9;
}.course_instructor7142 .testimonial_sharing2983:hover > div:nth-child(2) > div {
    color: rgb(107,144,127);
}.course_instructor7142 .emp_container7190 {
    padding: 1rem 0;
    text-align: center;
    line-height: 1.7;
    color: #000000;
    position: relative;
    font-size: 14px;
}.course_instructor7142 .emp_container7190::before,
.course_instructor7142 .emp_container7190::after {
    content: "";
    color: rgb(107,144,127,0.5);
    line-height: 1;
    transition: all 0.3s ease;
    position: absolute;
    font-size: 3rem;
    opacity: 0.3;
}.course_instructor7142 .emp_container7190::before {
    top: -10px;
    left: -5px;
}.course_instructor7142 .emp_container7190::after {
    bottom: -20px;
    transform: rotate(180deg);
    right: -5px;
}.course_instructor7142 .testimonial_sharing2983:hover .emp_container7190::before,
.course_instructor7142 .testimonial_sharing2983:hover .emp_container7190::after {
    opacity: 0.5;
    color: rgb(107,144,127);
}

@media (min-width: 768px) {.course_instructor7142 {
    padding: 7rem 0;
}.course_instructor7142 .testimonial_sharing2983 {
    align-items: center;
    padding: 3rem;
    gap: 2.5rem;
    grid-template-columns: auto 1fr 2fr;
}.course_instructor7142 .img_card9461 {
    height: 150px;
    width: 150px;
    margin: 0;
}.course_instructor7142 .name,
    .course_instructor7142 .testimonial_sharing2983 > div:nth-child(2) > div {
    text-align: left;
}.course_instructor7142 .name::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.course_instructor7142 .testimonial_sharing2983:hover .name::after {
    transform: translateX(0) scaleX(1);
}.course_instructor7142 .emp_container7190 {
    text-align: left;
    padding: 0;
}.course_instructor7142 .testimonial_sharing2983::before {
    width: 8px;
}.course_instructor7142::after {
    width: 50%;
    right: -10%;
    top: -30%;
}
}

@media (min-width: 992px) {.course_instructor7142 .testimonial_sharing2983 {
    padding: 3.5rem 4rem;
    gap: 3rem;
}.course_instructor7142 .img_card9461 {
    width: 180px;
    height: 180px;
}.course_instructor7142 .emp_container7190 {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}.course_instructor7142 .testimonial_sharing2983::before {
    width: 10px;
}
}

@media (min-width: 1200px) {.course_instructor7142 .container {
    padding: 0 2rem;
}.course_instructor7142 .testimonial_sharing2983 {
    grid-template-columns: auto 1fr 3fr;
    padding: 4rem 5rem;
}.course_instructor7142 .img_card9461 {
    height: 200px;
    width: 200px;
}.course_instructor7142 .emp_container7190 {
    padding-right: 1rem;
}.course_instructor7142 .testimonial_sharing2983 > div:nth-child(2) {
    padding-right: 1rem;
}
}

@media (max-width: 767px) {.course_instructor7142 .testimonial_sharing2983 > div:first-child {
    margin-bottom: 1rem;
}.course_instructor7142 .testimonial_sharing2983 > div:nth-child(2) {
    margin-bottom: 1.5rem;
}}.cookie_notice_message7408 {
    z-index: 90;
    border-top: 2px solid rgb(107,144,127);
    animation: slideIn 0.5s ease-in-out;
    width: 100%;
    background: rgb(71,108,91);
    bottom: 0;
    box-shadow: 0 -10px 30px rgb(107,144,127,0.5);
    position: fixed;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.privacy_learn9423 {
    align-items: center;
    padding: 20px 5%;
    justify-content: space-between;
    flex-wrap: wrap;
    background: linear-gradient(135deg, rgb(71,108,91) 0%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 0 20px rgb(107,144,127,0.5);
    display: flex;
}.cookie_visitor8145 {
    overflow: hidden;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 13px;
    padding: 10px;
    box-shadow: 0 0 15px rgb(107,144,127);
    margin-right: 20px;
}.cookie_visitor8145 svg, .cookie_visitor8145 svg path {
    height: 60px;
    width: 60px;
    transition: transform 0.3s ease;
    fill: rgb(107,144,127);
}.cookie_visitor8145:hover svg {
    transform: rotate(20deg);
}.cookie_view5423 {
    min-width: 300px;
    flex: 1;
    color: #ffffff;
}.cookie_view5423 h5 {
    margin-bottom: 10px;
    color: rgb(107,144,127);
    text-shadow: 0 0 10px rgb(107,144,127);
    font-size: 19px;
    font-weight: 700;
}.cookie_view5423 p {
    font-size: 14px;
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(107,144,127,0.5);
    color: #ffffff;
}.track_cookies0749 {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    font-size: 16px;
    box-shadow: 0 0 10px rgb(107,144,127,0.5);
    margin-left: 10px;
    white-space: nowrap;
    color: #000000;
    background: rgb(107,144,127);
    cursor: pointer;
    border-radius: 10px;
    padding: 12px 25px;
    text-decoration: none;
}.track_cookies0749:hover {
    background: rgb(71,108,91);
    box-shadow: 0 0 20px rgb(71,108,91,0.5);
}.cookie_notice_message7408 p a {
    text-decoration: underline;
    color: rgb(107,144,127);
    transition: color 0.3s ease;
}.cookie_notice_message7408 p a:hover {
    color: rgb(71,108,91);
}#cookiePreferenceBox4690 {
    display: none;
}#cookiePreferenceBox4690:checked ~ .cookie_notice_message7408 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_notice_message7408 {
    padding: 20px;
}.privacy_learn9423 {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.cookie_visitor8145 {
    display: none;
}.privacy_learn9423 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_view5423 {
    margin-bottom: 20px;
    text-align: center;
}.cookie_notice_message7408 h5, .cookie_notice_message7408 p {
    text-align: center;
}.track_cookies0749 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
}}
.sign_up_now8259 {
    overflow: hidden;
    padding: 130px 0;
    z-index: 1;
    position: relative;
    background: linear-gradient(125deg, rgb(107,144,127) 0%, rgb(71,108,91) 100%);
}.sign_up_now8259::before {
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.07) 1px, transparent 1px);
    background-size: 20px 20px;
    width: 100%;
    content: '';
}.sign_up_now8259::after {
    background: 
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.2) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255,255,255,0.2) 0%, transparent 50%);
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
    content: '';
    top: 0;
    filter: blur(60px);
}.sign_up_now8259 .pro_learning4968 {
    display: flex;
    z-index: 2;
    background: rgba(255,255,255,0.1);
    position: relative;
    perspective: 1000px;
    flex-direction: column;
    padding: 70px 50px;
    backdrop-filter: blur(15px);
    justify-content: center;
    transform: rotateX(2deg) rotateY(2deg);
    max-width: 900px;
    align-items: center;
    transition: transform 0.6s ease;
    border-radius: 30px;
    transform-style: preserve-3d;
    margin: 0 auto;
    box-shadow:
        0 20px 50px rgba(0,0,0,0.15),
        0 5px 15px rgba(255,255,255,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.1);
}.sign_up_now8259 .pro_learning4968::before {
    background: linear-gradient(45deg, 
        rgba(255,255,255,0.1),
        rgba(255,255,255,0),
        rgba(255,255,255,0.1),
        rgba(255,255,255,0),
        rgba(255,255,255,0.1)
    );
    bottom: -5px;
    border-radius: 35px;
    opacity: 0.5;
    position: absolute;
    top: -5px;
    filter: blur(5px);
    z-index: -1;
    right: -5px;
    content: '';
    animation: borderGlow 10s linear infinite;
    left: -5px;
}.sign_up_now8259 .pro_learning4968::after {
    content: '';
    z-index: -1;
    top: 0;
    background: 
        linear-gradient(to bottom,
            rgba(255,255,255,0.1) 0%,
            transparent 100%
        );
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    border-radius: 30px;
}.sign_up_now8259 .pro_learning4968:hover {
    transform: rotateX(0deg) rotateY(0deg) translateY(-5px);
}.sign_up_now8259 h3 {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    margin-bottom: 55px;
    font-size: 29px;
}.sign_up_now8259 h3::before {
    height: 4px;
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, 
        transparent, 
        #ffffff, 
        transparent);
    width: 60px;
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(255,255,255,0.2);
    content: '';
    transform: translateX(-50%);
    bottom: -20px;
}.sign_up_now8259 h3::after {
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255,255,255,0.1), 
        transparent
    );
    width: 100%;
    content: '';
    position: absolute;
    z-index: -1;
    animation: lightScan 5s linear infinite;
    left: -100%;
    top: 0;
    height: 100%;
}.sign_up_now8259 .msg_form9524 {
    font-family: Arial, sans-serif;
    background: rgba(255,255,255,0.9);
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    z-index: 1;
    font-weight: 600;
    border-radius: 50px;
    letter-spacing: 2px;
    overflow: hidden;
    text-transform: uppercase;
    display: inline-block;
    padding: 18px 50px;
    font-size: 20px;
    transform: perspective(1000px) translateZ(20px);
    color: rgb(107,144,127);
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none;
}.sign_up_now8259 .msg_form9524::before {
    top: 0;
    z-index: -1;
    opacity: 0;
    height: 100%;
    background: linear-gradient(45deg, 
        rgb(107,144,127), 
        rgb(71,108,91));
    content: '';
    width: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    position: absolute;
}.sign_up_now8259 .msg_form9524::after {
    width: 20px;
    top: -50%;
    content: '';
    transform: rotate(35deg);
    transition: all 0.6s ease;
    left: -100px;
    height: 200%;
    z-index: 1;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255,255,255,0.7),
        transparent
    );
    position: absolute;
}.sign_up_now8259 .msg_form9524:hover {
    color: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 10px 25px rgba(0,0,0,0.1),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    transform: perspective(1000px) translateZ(30px);
}.sign_up_now8259 .msg_form9524:hover::before {
    opacity: 1;
}.sign_up_now8259 .msg_form9524:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.sign_up_now8259 {
    padding: 110px 0;
}.sign_up_now8259 .pro_learning4968 {
    max-width: 85%;
    padding: 60px 40px;
}.sign_up_now8259 h3 {
    margin-bottom: 50px;
    font-size: calc(29px * 0.9);
}.sign_up_now8259 h3::before {
    width: 50px;
    height: 3px;
    bottom: -18px;
}.sign_up_now8259 .msg_form9524 {
    padding: 16px 45px;
    font-size: calc(20px * 0.95);
}
}

@media screen and (max-width: 768px) {.sign_up_now8259 {
    padding: 90px 0;
}.sign_up_now8259 .pro_learning4968 {
    transform: none;
    padding: 50px 30px;
}.sign_up_now8259 h3 {
    margin-bottom: 45px;
    font-size: calc(29px * 0.8);
    letter-spacing: 2px;
}.sign_up_now8259 h3::before {
    bottom: -15px;
    width: 45px;
    height: 3px;
}.sign_up_now8259 .msg_form9524 {
    letter-spacing: 1.5px;
    font-size: calc(20px * 0.9);
    transform: none;
    padding: 14px 40px;
}.sign_up_now8259 .msg_form9524:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.sign_up_now8259 {
    padding: 70px 0;
}.sign_up_now8259 .pro_learning4968 {
    padding: 40px 20px;
    border-radius: 20px;
}.sign_up_now8259 h3 {
    font-size: calc(29px * 0.7);
    letter-spacing: 1.5px;
    margin-bottom: 40px;
}.sign_up_now8259 h3::before {
    height: 2px;
    width: 40px;
    bottom: -12px;
}.sign_up_now8259 .msg_form9524 {
    letter-spacing: 1px;
    border-radius: 30px;
    font-size: calc(20px * 0.85);
    padding: 12px 35px;
}}

@keyframes borderGlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@keyframes lightScan {
    0%, 100% {
        left: -100%;
        opacity: 0;
    }
    50% {
        left: 100%;
        opacity: 0.5;
    }
}.tariff_grid2501 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.tariff_grid2501::before {
    z-index: 1;
    bottom: 0;
    right: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    left: 0;
    position: absolute;
    top: 0;
}.tariff_grid2501 .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.tariff_grid2501 .payment_option4081 {
    position: relative;
}.tariff_grid2501 h2 {
    font-size: 36px;
    position: relative;
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    transform: translateZ(0);
}.tariff_grid2501 h2::after {
    content: "";
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(107,144,127) 0%, rgb(71,108,91) 100%);
    width: 80px;
}.tariff_grid2501 .study_pricing9745 {
    opacity: 0.9;
    color: #ffffff;
    text-align: center;
    line-height: 1.6;
    margin: 0 auto 60px;
    font-size: 13px;
    max-width: 700px;
}.tariff_grid2501 .cert_plans7941 {
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    display: grid;
    padding: 0;
}.tariff_grid2501 .cert_plans7941 li {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.tariff_grid2501 .cert_plans7941 li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.tariff_grid2501 .pro_fees9053 {
    display: block;
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
    text-decoration: none;
}.tariff_grid2501 .training_sub1864 {
    padding: 40px 25px;
    border-top: 3px solid rgb(107,144,127);
    position: relative;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    height: 100%;
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.1);
}.tariff_grid2501 .pro_fees9053:hover .training_sub1864 {
    border-top-color: rgb(71,108,91);
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    box-shadow: 0 20px 30px rgba(0,0,0,0.3);
}.tariff_grid2501 .training_sub1864::before {
    position: absolute;
    transition: opacity 0.5s ease;
    width: 200%;
    top: -50%;
    transform: rotate(45deg);
    pointer-events: none;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    left: -50%;
    opacity: 0;
    content: "";
}.tariff_grid2501 .pro_fees9053:hover .training_sub1864::before {
    opacity: 1;
}.tariff_grid2501 .basic_cost3086 {
    flex-direction: column;
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
}.tariff_grid2501 .basic_cost3086 h4 {
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    margin: 0 0 15px;
    position: relative;
}.tariff_grid2501 .basic_cost3086 h4::after {
    bottom: -8px;
    left: 0;
    height: 2px;
    width: 40px;
    transition: width 0.3s ease;
    content: "";
    background: rgb(107,144,127);
    position: absolute;
}.tariff_grid2501 .pro_fees9053:hover .basic_cost3086 h4::after {
    width: 60px;
    background: rgb(71,108,91);
}.tariff_grid2501 .basic_cost3086 p {
    opacity: 0.8;
    word-wrap: break-word;
    color: #ffffff;
    line-height: 1.7;
    margin: 0 0 30px;
    font-size: calc(13px - 2px);
    hyphens: auto;
    overflow-wrap: break-word;
    white-space: normal;
    flex-grow: 1;
}.tariff_grid2501 .learning_fees8762 {
    position: relative;
    font-size: calc(23px + 2px);
    background: linear-gradient(135deg, rgb(107,144,127) 0%, rgb(71,108,91) 100%);
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease;
    color: #ffffff;
    margin-top: auto;
    transform: translateZ(0);
    padding: 10px 15px;
    align-self: flex-start;
}.tariff_grid2501 .learning_fees8762::before {
    position: absolute;
    transition: opacity 0.3s ease;
    opacity: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(107,144,127,0.5) 0%, rgb(71,108,91,0.5) 100%);
    top: 0;
    content: "";
}.tariff_grid2501 .pro_fees9053:hover .learning_fees8762::before {
    opacity: 1;
}

@media (max-width: 991px) {.tariff_grid2501 {
    padding: 80px 0;
}.tariff_grid2501 .cert_plans7941 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.tariff_grid2501 .training_sub1864 {
    padding: 30px 20px;
}
}

@media (max-width: 767px) {.tariff_grid2501 {
    padding: 60px 0;
}.tariff_grid2501 h2 {
    font-size: calc(36px - 4px);
}.tariff_grid2501 .study_pricing9745 {
    font-size: calc(13px - 1px);
    margin-bottom: 40px;
}.tariff_grid2501 .cert_plans7941 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 400px;
}.tariff_grid2501 .basic_cost3086 h4 {
    font-size: calc(23px - 1px);
}.tariff_grid2501 .basic_cost3086 p {
    font-size: calc(13px - 3px);
}.tariff_grid2501 .learning_fees8762 {
    font-size: calc(23px);
}
}

@media (max-width: 480px) {.tariff_grid2501 {
    padding: 50px 0;
}.tariff_grid2501 h2 {
    font-size: calc(36px - 6px);
}.tariff_grid2501 .training_sub1864 {
    padding: 25px 15px;
}.tariff_grid2501 .cert_plans7941 li:hover {
    transform: translateY(-5px);
}}.course_highlights3529 {
    background: linear-gradient(135deg, rgb(141,179,162) 0%, rgba(245, 248, 252, 0.9) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}.course_highlights3529::before {
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 20px,
        rgba(rgb(107,144,127,0.5), 0.03) 20px,
        rgba(rgb(107,144,127,0.5), 0.03) 21px
    );
    pointer-events: none;
}.course_highlights3529::after {
    background: radial-gradient(circle, rgb(107,144,127) 0%, transparent 70%);
    position: absolute;
    opacity: 0.15;
    content: "";
    height: 200px;
    border-radius: 50%;
    filter: blur(30px);
    animation: float 15s infinite ease-in-out;
    right: -50px;
    top: -50px;
    width: 200px;
}.course_highlights3529 .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.course_highlights3529 h2 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left center;
    position: relative;
    max-width: 90%;
    font-weight: 700;
    line-height: 1.3;
    font-size: 30px;
    margin-bottom: 3rem;
    color: #000000;
}.course_highlights3529 h2::before {
    position: absolute;
    height: 60%;
    width: 4px;
    top: 50%;
    animation: growUp 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    left: -10px;
    transform-origin: bottom;
    content: "";
    transform: translateY(-50%) scaleY(0);
    background: rgb(107,144,127);
}.course_highlights3529 h2::after {
    width: 80px;
    position: absolute;
    bottom: -12px;
    left: 0;
    transform-origin: left;
    height: 3px;
    animation: expand 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    content: "";
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(71,108,91) 0%, transparent 100%);
}.course_highlights3529 .study_hack4719 {
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    animation: fadeUp 0.8s 0.3s forwards ease-out;
    display: flex;
    gap: 2.5rem;
    flex-direction: column;
}.course_highlights3529 .img_card9461 {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 380px;
}.course_highlights3529 .img_card9461::before {
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    right: 0;
    top: 0;
    bottom: 0;
}.course_highlights3529 .img_card9461::after {
    position: absolute;
    width: 60%;
    top: -30%;
    height: 60%;
    pointer-events: none;
    z-index: 2;
    animation: moveGradient 20s infinite alternate ease-in-out;
    left: -30%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    content: "";
}.course_highlights3529 .text_column1724 {
    position: relative;
    border-left: 1px solid rgba(rgb(107,144,127,0.5), 0.2);
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: 350px;
    padding: 1.5rem;
    scrollbar-color: rgb(107,144,127) rgba(rgb(107,144,127,0.5), 0.1);
}.course_highlights3529 .text_column1724::-webkit-scrollbar {
    width: 6px;
}.course_highlights3529 .text_column1724::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(rgb(107,144,127,0.5), 0.1);
}.course_highlights3529 .text_column1724::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgb(107,144,127);
}.course_highlights3529 .description {
    position: relative;
    padding-left: 1rem;
    line-height: 1.7;
    font-size: 17px;
    color: #000000;
    margin-bottom: 1.5rem;
}.course_highlights3529 .description:last-child {
    margin-bottom: 0;
}.course_highlights3529 .description::before {
    height: 4px;
    position: absolute;
    content: "";
    left: 0;
    border-radius: 50%;
    top: 0.5rem;
    width: 4px;
    background: rgb(71,108,91);
}

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

@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(70%, 70%);
    }
    100% {
        transform: translate(0, 100%);
    }
}

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

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

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

@media (min-width: 768px) {.course_highlights3529 {
    padding: 140px 0 100px;
}.course_highlights3529 h2 {
    font-size: calc(30px * 1.1);
    max-width: 80%;
}.course_highlights3529 .study_hack4719 {
    gap: 4rem;
    flex-direction: row;
}.course_highlights3529 .img_card9461 {
    width: 40%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: auto;
}.course_highlights3529 .img_card9461:hover {
    transform: scale(1.02) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.course_highlights3529 .text_column1724 {
    width: 60%;
    padding: 0 1.5rem 0 2.5rem;
    max-height: 400px;
}.course_highlights3529 h2::after {
    width: 120px;
}
}

@media (min-width: 992px) {.course_highlights3529 {
    padding: 160px 0 120px;
}.course_highlights3529 h2 {
    margin-bottom: 4rem;
    font-size: calc(30px * 1.2);
    max-width: 70%;
}.course_highlights3529 .study_hack4719 {
    gap: 5rem;
}.course_highlights3529 .img_card9461 {
    height: 450px;
}.course_highlights3529 .text_column1724 {
    max-height: 450px;
    padding: 0 2rem 0 3rem;
}.course_highlights3529 .description {
    font-size: calc(17px * 1.05);
    line-height: 1.8;
}.course_highlights3529 h2::after {
    width: 150px;
}.course_highlights3529 .img_card9461::after {
    width: 50%;
    height: 50%;
}
}

@media (max-width: 767px) {.course_highlights3529 {
    padding: 80px 0 60px;
}.course_highlights3529 h2 {
    margin-bottom: 2rem;
    max-width: 100%;
    font-size: calc(30px * 0.9);
}.course_highlights3529 .study_hack4719 {
    gap: 2rem;
}.course_highlights3529 .img_card9461 {
    height: 280px;
}.course_highlights3529 .text_column1724 {
    max-height: 300px;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}.course_highlights3529 .description {
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: calc(17px * 0.95);
}}.welcome7064 {
    justify-content: center;
    padding: 6rem 2rem;
    min-height: 100vh;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
}.welcome7064::before {
    position: absolute;
    background: linear-gradient(135deg, 
    rgba(rgb(107,144,127,0.5), 0.85), 
    rgba(rgb(71,108,91,0.5), 0.75),
    rgba(rgba(0, 0, 0, 0.5), 0.65));
    backdrop-filter: blur(8px);
    bottom: 0;
    content: "";
    right: 0;
    z-index: 1;
    left: 0;
    top: 0;
}.welcome7064::after {
    z-index: 0;
    height: 40%;
    width: 40%;
    top: -5%;
    position: absolute;
    content: "";
    background: linear-gradient(145deg, rgb(107,144,127), rgb(71,108,91));
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation: float 15s ease-in-out infinite alternate;
    transform: rotate(15deg);
    opacity: 0.15;
    right: -5%;
}.welcome7064 > div {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    position: relative;
    z-index: 2;
}.welcome7064 > div > div:first-child {
    position: relative;
    transform: translateX(-2rem);
    opacity: 0;
    animation: slideInTitle 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
}.welcome7064 .title_style_header {
    font-weight: 700;
    letter-spacing: -0.02em;
    font-family: Arial, sans-serif;
    position: relative;
    max-width: 85%;
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 39px);
    color: #ffffff;
}.welcome7064 .title_style_header::after {
    transform-origin: left;
    animation: growLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    height: 4px;
    width: 8rem;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(107,144,127), rgb(71,108,91));
    bottom: -1rem;
    transform: scaleX(0);
}.welcome7064 .fast_edu2467 {
    border-left: 3px solid rgb(71,108,91);
    opacity: 0;
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
              0 4px 10px rgba(0, 0, 0, 0.1),
              inset 0 1px 1px rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    background: rgba(rgba(0, 0, 0, 0.5), 0.75);
    animation: fadeUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    display: flex;
    gap: 2rem;
    flex-direction: column;
    transform: translateY(2rem);
}.welcome7064 .learning_corner3871 {
    margin-bottom: 1rem;
}.welcome7064 .learning_corner3871 h3 {
    font-size: clamp(1.25rem, 3vw, 21px);
    color: #ffffff;
    line-height: 1.4;
    font-weight: 600;
    max-width: 90%;
}.welcome7064 span {
    position: relative;
    padding-left: 1.5rem;
    display: inline-block;
}.welcome7064 span::before {
    left: 0;
    transform: scaleX(1);
    top: 0.75rem;
    transition: transform 0.3s ease;
    position: absolute;
    background-color: rgb(107,144,127);
    content: "";
    height: 2px;
    transform-origin: left;
    width: 12px;
}.welcome7064 span:hover::before {
    transform: scaleX(1.5);
}.welcome7064 span p {
    font-size: clamp(0.9rem, 2vw, 14px);
    color: #ffffff;
    letter-spacing: 0.01em;
    font-weight: 400;
    line-height: 1.6;
    transition: opacity 0.3s ease;
    opacity: 0.9;
}.welcome7064 span:hover p {
    opacity: 1;
}

@keyframes slideInTitle {
  from {
    transform: translateX(-2rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  from {
    transform: translateY(2rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes growLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

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

@media (min-width: 768px) {.welcome7064 {
    padding: 8rem 4rem;
    align-items: center;
}.welcome7064 > div {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.welcome7064 > div > div:first-child {
    flex: 0 0 45%;
}.welcome7064 .fast_edu2467 {
    transform: translateY(0) translateX(2rem);
    flex: 0 0 50%;
    margin-left: auto;
    animation: fadeIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
}.welcome7064 .title_style_header {
    max-width: 100%;
}.welcome7064 .title_style_header::after {
    width: 12rem;
}.welcome7064 .learning_corner3871 h3 {
    max-width: 100%;
}
}

@media (min-width: 1024px) {.welcome7064 {
    padding: 0 6rem;
}.welcome7064::after {
    width: 45%;
    height: 45%;
}.welcome7064 > div {
    gap: 6rem;
}.welcome7064 .fast_edu2467 {
    padding: 3rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateY(0) translateX(3rem);
}.welcome7064 .fast_edu2467:hover {
    transform: translateY(-5px) translateX(3rem);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 
                0 8px 20px rgba(0, 0, 0, 0.15),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
}
}

@keyframes fadeIn {
  from {
    transform: translateX(2rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width: 767px) {.welcome7064 {
    text-align: center;
}.welcome7064 .title_style_header::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.welcome7064 .title_style_header {
    margin: 0 auto;
}@keyframes growLine {
    from {
      transform: translateX(-50%) scaleX(0);
    }
    to {
      transform: translateX(-50%) scaleX(1);
    }
  }
  
  .welcome7064 span {
    padding-left: 0;
}.welcome7064 span::before {
    display: none;
}.welcome7064 .learning_corner3871 h3 {
    margin: 0 auto;
}}.webinar_arch8672 {
    color: #000000;
    background-color: rgb(141,179,162);
    position: relative;
    padding: 5rem 0 2rem;
    font-family: Arial, sans-serif;
}.webinar_arch8672::before {
    bottom: 0;
    height: 250px;
    opacity: 0.05;
    position: absolute;
    z-index: 0;
    right: 0;
    content: '';
    left: 0;
    background: linear-gradient(180deg, transparent 0%, rgb(107,144,127,0.5) 100%);
}.webinar_arch8672 .container {
    z-index: 1;
    position: relative;
}.webinar_arch8672 .flag_content1460 {
    flex-direction: column;
    gap: 4rem;
    display: flex;
}.webinar_arch8672 .msg_details4617 {
    border-bottom: 1px solid rgb(71,108,91,0.5);
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    display: grid;
    position: relative;
    padding-bottom: 2.5rem;
}.webinar_arch8672 .msg_details4617::after {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 60px;
    height: 3px;
    left: 0;
    background-color: rgb(107,144,127);
}.webinar_arch8672 .info_item {
    padding: 0.5rem;
    transition: transform 0.3s ease-out;
}.webinar_arch8672 .info_item:hover {
    transform: translateX(5px);
}.webinar_arch8672 .info_item p,
.webinar_arch8672 .info_item a {
    font-size: 18px;
    color: #000000;
    display: flex;
    text-decoration: none;
    gap: 0.75rem;
    align-items: center;
    transition: color 0.3s ease;
    font-weight: 400;
}.webinar_arch8672 .info_item a:hover {
    color: rgb(107,144,127);
}.webinar_arch8672 .info_item svg {
    height: 20px;
    flex-shrink: 0;
    fill: rgb(107,144,127);
    width: 20px;
}.webinar_arch8672 .text_main_holder {
    grid-template-columns: 1.2fr 1fr 1.2fr;
    gap: 3rem;
    display: grid;
}.webinar_arch8672 .nav_guide9380 {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}.webinar_arch8672 .nav_guide9380 svg {
    transition: opacity 0.3s ease;
    max-width: 160px;
    height: auto;
}.webinar_arch8672 .nav_guide9380 svg:hover {
    opacity: 0.8;
}.webinar_arch8672 .reward_sys8915 {
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.6;
    max-width: 300px;
    color: #000000;
}.webinar_arch8672 .head_site4157 {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}.webinar_arch8672 .head_site4157 h5 {
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}.webinar_arch8672 .top_learn6825 {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.webinar_arch8672 .top_learn6825 a {
    text-decoration: none;
    color: #000000;
    position: relative;
    font-size: 18px;
    transition: color 0.3s ease, padding-left 0.3s ease;
    padding-left: 0;
}.webinar_arch8672 .top_learn6825 a::before {
    transform: translateY(-50%);
    transition: width 0.3s ease, left 0.3s ease;
    position: absolute;
    width: 0;
    left: -10px;
    content: '';
    height: 1px;
    background-color: rgb(107,144,127);
    top: 50%;
}.webinar_arch8672 .top_learn6825 a:hover {
    padding-left: 12px;
    color: rgb(107,144,127);
}.webinar_arch8672 .top_learn6825 a:hover::before {
    width: 10px;
    left: 0;
}.webinar_arch8672 .subscribe_holder {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 19px;
    padding: 2rem;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}.webinar_arch8672 .subscribe_holder h5 {
    color: #000000;
    font-weight: 600;
    font-size: 24px;
}.webinar_arch8672 .subscribe_holder p {
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
}.webinar_arch8672 .input_holder {
    gap: 0.5rem;
    display: flex;
    position: relative;
}.webinar_arch8672 .input_holder input[type="email"] {
    color: #000000;
    font-size: 18px;
    flex: 1;
    border: 1px solid rgb(71,108,91,0.5);
    background-color: transparent;
    padding: 1rem 1.25rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}.webinar_arch8672 .input_holder input[type="email"]:focus {
    border-color: rgb(107,144,127);
    outline: none;
    box-shadow: 0 0 0 3px rgb(107,144,127,0.5);
}.webinar_arch8672 .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.webinar_arch8672 .achieve_success1259 {
    padding: 1rem 1.5rem;
    cursor: pointer;
    border-radius: 10px;
    background-color: rgb(107,144,127);
    font-weight: 600;
    font-size: 18px;
    border: none;
    color: #ffffff;
    transition: background-color 0.3s ease, transform 0.3s ease;
}.webinar_arch8672 .achieve_success1259:hover {
    background-color: rgb(71,108,91);
    transform: translateY(-2px);
}.webinar_arch8672 .gift_card8326 {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(71,108,91,0.5);
    text-align: center;
}.webinar_arch8672 .faq_block5837 {
    font-size: 16px;
    opacity: 0.8;
    color: #000000;
}.webinar_arch8672 .top_learn6825:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.webinar_arch8672 .top_learn6825:first-child::after {
    background-color: rgb(71,108,91,0.5);
    left: 0;
    bottom: -0.75rem;
    width: 30px;
    position: absolute;
    content: '';
    height: 1px;
}.webinar_arch8672 {
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
    background-image: 
        linear-gradient(rgb(71,108,91,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(71,108,91,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    background-blend-mode: overlay;
}

@media (max-width: 1024px) {.webinar_arch8672 {
    padding: 4rem 0 2rem;
}.webinar_arch8672 .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}.webinar_arch8672 .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.webinar_arch8672 {
    padding: 3.5rem 0 1.5rem;
}.webinar_arch8672 .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.webinar_arch8672 .subscribe_holder {
    grid-column: auto;
}.webinar_arch8672 .msg_details4617 {
    grid-template-columns: 1fr 1fr;
}.webinar_arch8672 .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.webinar_arch8672 {
    padding: 3rem 0 1.5rem;
}.webinar_arch8672 .msg_details4617 {
    grid-template-columns: 1fr;
}.webinar_arch8672 .input_holder {
    flex-direction: column;
}.webinar_arch8672 .achieve_success1259 {
    width: 100%;
}.webinar_arch8672 .nav_guide9380,
    .webinar_arch8672 .head_site4157 h5,
    .webinar_arch8672 .top_learn6825,
    .webinar_arch8672 .top_learn6825 a {
    text-align: center;
    align-items: center;
}.webinar_arch8672 .nav_guide9380 svg {
    margin: 0 auto;
}.webinar_arch8672 .reward_sys8915 {
    text-align: center;
    max-width: 100%;
}.webinar_arch8672 .top_learn6825:first-child::after {
    transform: translateX(-50%);
    left: 50%;
}.webinar_arch8672 .msg_details4617::after {
    transform: translateX(-50%);
    left: 50%;
}.webinar_arch8672 .top_learn6825 a::before {
    display: none;
}.webinar_arch8672 .top_learn6825 a:hover {
    padding-left: 0;
}}header {
    border-bottom: 1px solid rgb(107,144,127,0.5);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1000;
    position: fixed;
    width: 100%;
    backdrop-filter: blur(8px);
    top: 0;
    background: linear-gradient(135deg, #000000 0%, rgb(107,144,127) 100%);
    transition: all 0.4s ease;
    left: 0;
}header:before {
    height: 100%;
    opacity: 0.4;
    background: linear-gradient(90deg, transparent, rgb(107,144,127,0.5), transparent);
    background-size: 200% 100%;
    top: 0;
    width: 100%;
    position: absolute;
    content: '';
    pointer-events: none;
    left: 0;
    animation: shine 8s infinite linear;
}header .header_navbar2579 {
    width: 100%;
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
}header .head_mentor3195 {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}header .head_site4157 {
    position: relative;
    display: flex;
    gap: 25px;
}header .head_site4157:before {
    content: '';
    height: 1px;
    position: absolute;
    transform-origin: left;
    left: 0;
    bottom: -8px;
    width: 100%;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(107,144,127), transparent);
    transition: transform 0.6s ease;
}header .head_site4157:hover:before {
    transform: scaleX(1);
}header .site_main3504 {
    color: #ffffff;
    padding: 8px 0;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
}header .site_main3504:after {
    width: 100%;
    background: rgb(107,144,127);
    content: '';
    left: 0;
    height: 2px;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    position: absolute;
    bottom: 0;
    transform-origin: right;
}header .site_main3504:before {
    transform: translateX(-50%);
    content: '';
    width: 4px;
    position: absolute;
    opacity: 0;
    border-radius: 50%;
    background: rgb(107,144,127);
    left: 50%;
    top: 0;
    height: 4px;
    transition: all 0.3s ease;
}header .site_main3504:hover {
    text-shadow: 0 0 8px rgb(107,144,127,0.5);
    color: rgb(107,144,127);
}header .site_main3504:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}header .site_main3504:hover:before {
    opacity: 1;
}header .top_bar3587 {
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
}header .top_bar3587 svg {
    filter: drop-shadow(0 0 4px rgb(107,144,127,0.5));
    transition: transform 0.5s ease;
    width: auto;
    height: 40px;
}header .top_bar3587:hover svg {
    transform: scale(1.05);
}header .top_bar3587:after {
    left: 50%;
    width: 0;
    height: 1px;
    transition: width 0.4s ease;
    bottom: -8px;
    background: rgb(107,144,127);
    content: '';
    position: absolute;
    transform: translateX(-50%);
}header .top_bar3587:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .head_site4157 {
    gap: 15px;
}header .site_main3504 {
    font-size: calc(18px - 1px);
}header .top_bar3587 svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .head_site4157 {
    width: 80%;
    z-index: 1001;
    top: 0;
    overflow-y: auto;
    max-width: 300px;
    flex-direction: column;
    transition: right 0.4s ease;
    background: #000000;
    position: fixed;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    gap: 20px;
    padding: 80px 30px 30px;
    height: 100vh;
    right: -100%;
}header .menu.active {
    right: 0;
}header .site_main3504 {
    padding: 10px 5px;
    border-bottom: 1px solid rgb(107,144,127,0.5);
    width: 100%;
}header .head_site4157:before {
    display: none;
}header .top_bar3587 {
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .top_bar3587 svg {
    height: 30px;
}}.course_beneficiaries5203 {
    background: rgb(141,179,162);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.course_beneficiaries5203::before {
    background: radial-gradient(circle at 30% 40%, rgb(107,144,127,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(71,108,91,0.5) 0%, transparent 35%);
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.3;
    height: 100%;
    position: absolute;
    left: 0;
}.course_beneficiaries5203 .pro_learning4968 {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}.course_beneficiaries5203 h3 {
    text-align: center;
    display: inline-block;
    font-family: Arial, sans-serif;
    transform: translateX(-50%);
    margin-bottom: 70px;
    font-size: 38px;
    color: #000000;
    position: relative;
    font-weight: 700;
    left: 50%;
}.course_beneficiaries5203 h3::before {
    border-radius: 50%;
    content: "";
    z-index: -1;
    width: 100px;
    position: absolute;
    top: -20px;
    left: -30px;
    height: 100px;
    border: 2px solid rgb(107,144,127,0.5);
}.course_beneficiaries5203 h3::after {
    z-index: -1;
    width: 60px;
    border: 2px solid rgb(71,108,91,0.5);
    position: absolute;
    bottom: -15px;
    content: "";
    height: 60px;
    border-radius: 50%;
    right: -20px;
}.course_beneficiaries5203 ul {
    display: grid;
    list-style: none;
    justify-items: center;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
    margin: 0;
    gap: 50px;
    grid-template-rows: repeat(2, 1fr);
}.course_beneficiaries5203 ul li {
    color: #000000;
    text-align: center;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    width: 220px;
    position: relative;
    align-items: center;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 220px;
    flex-direction: column;
    font-size: 13px;
    background: #ffffff;
    overflow: hidden;
    padding: 0;
    justify-content: flex-start;
    display: flex;
    border-radius: 50%;
}.course_beneficiaries5203 ul li::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(107,144,127), rgb(71,108,91));
    transition: opacity 0.4s ease;
    left: 0;
    z-index: -1;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    border-radius: 50%;
}.course_beneficiaries5203 ul li::after {
    opacity: 0.5;
    border: 2px dashed rgb(107,144,127,0.5);
    z-index: -2;
    border-radius: 50%;
    height: calc(100% + 20px);
    top: -10px;
    width: calc(100% + 20px);
    position: absolute;
    content: "";
    left: -10px;
    transition: all 0.4s ease;
}.course_beneficiaries5203 ul li:hover {
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}.course_beneficiaries5203 ul li:hover::before {
    opacity: 1;
}.course_beneficiaries5203 ul li:hover::after {
    border-color: rgb(71,108,91);
    transform: scale(1.1) rotate(15deg);
    opacity: 0.7;
}.course_beneficiaries5203 ul li svg {
    margin-top: 45px;
    height: 40px;
    width: 40px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    flex-shrink: 0;
}.course_beneficiaries5203 ul li:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
    transform: scale(1.1);
}.course_beneficiaries5203 ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(107,144,127);
}.course_beneficiaries5203 ul li:hover svg path {
    fill: #ffffff;
}.course_beneficiaries5203 ul li > span {
    overflow: hidden;
    padding: 0 30px;
    max-width: 100%;
    max-height: 100px;
    display: block;
}

@media (max-width: 1200px) {.course_beneficiaries5203 ul {
    gap: 40px;
}.course_beneficiaries5203 ul li {
    width: 200px;
    height: 200px;
}
}

@media (max-width: 992px) {.course_beneficiaries5203 {
    padding: 100px 0;
}.course_beneficiaries5203 h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 60px;
}.course_beneficiaries5203 ul {
    gap: 35px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
}.course_beneficiaries5203 ul li {
    height: 220px;
    width: 220px;
}.course_beneficiaries5203 ul li svg {
    margin-top: 45px;
}
}

@media (max-width: 768px) {.course_beneficiaries5203 {
    padding: 80px 0;
}.course_beneficiaries5203 h3 {
    margin-bottom: 50px;
    font-size: calc(38px * 0.8);
}.course_beneficiaries5203 ul {
    gap: 30px;
}.course_beneficiaries5203 ul li {
    width: 200px;
    height: 200px;
}.course_beneficiaries5203 ul li svg {
    width: 35px;
    margin-top: 40px;
    height: 35px;
}
}

@media (max-width: 580px) {.course_beneficiaries5203 {
    padding: 60px 0;
}.course_beneficiaries5203 .pro_learning4968 {
    padding: 0 20px;
}.course_beneficiaries5203 h3 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.7);
}.course_beneficiaries5203 ul {
    grid-template-columns: 1fr;
    gap: 25px;
}.course_beneficiaries5203 ul li {
    width: 220px;
    height: 220px;
}
}

@media (max-width: 480px) {.course_beneficiaries5203 ul li {
    height: 200px;
    width: 200px;
}.course_beneficiaries5203 ul li svg {
    margin-bottom: 15px;
    margin-top: 35px;
    width: 30px;
    height: 30px;
}.course_beneficiaries5203 ul li > span {
    padding: 0 20px;
}}.privacy_sanctuary7435 {
    overflow: hidden;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}.privacy_sanctuary7435 h1 {
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 42px;
    text-transform: uppercase;
}.privacy_sanctuary7435 h2 {
    text-align: left;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin-top: 35px;
    font-size: 32px;
    font-weight: 600;
}.privacy_sanctuary7435 h4,.privacy_sanctuary7435 h3, .privacy_sanctuary7435 h5 {
    color: #ffffff;
}.privacy_sanctuary7435 ul {
    list-style-type: none;
    padding-left: 0;
}.privacy_sanctuary7435 li {
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    font-size: 18px;
    border-radius: 10px;
    color: #000000;
    line-height: 1.6;
    padding: 10px;
    background: rgb(107,144,127,0.5);
    transition: background 0.3s ease;
}.privacy_sanctuary7435 li:hover {
    background: rgb(107,144,127);
    color: #ffffff;
}.privacy_sanctuary7435 div {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    background: rgb(141,179,162);
    margin-bottom: 20px;
    line-height: 1.8;
    color: #000000;
    font-size: 18px;
    border-radius: 26px;
    padding: 15px;
}.privacy_sanctuary7435 p, .privacy_sanctuary7435 span {
    line-height: 1.8;
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {.privacy_sanctuary7435 {
    padding: 20px;
}.privacy_sanctuary7435 h1 {
    font-size: calc(20px - 4px);
    margin-bottom: 20px;
    margin-top: 30px;
}.privacy_sanctuary7435 h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: calc(20px - 4px);
}.privacy_sanctuary7435 li {
    padding: 8px;
    margin-bottom: 10px;
}.privacy_sanctuary7435 div {
    padding: 10px;
}
}