* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.nav-lead-214 {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1227px;
    margin: auto;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.panel-container-302 {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.transcript-283 {
    flex: 0 0 auto;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    width: 12px;
    background: rgb(113,149,129);
}::-webkit-scrollbar-button {
    height: 2px;
    width: 3px;
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-track {
    background: rgb(113,149,129,0.5);
    border: 1px ridge rgb(148,185,164);
    border-radius: 10.1vw;
}::-webkit-scrollbar-track:active {
    background: rgb(113,149,129,0.5);
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background: rgb(77,113,93,0.5);
    min-height: 93px;
    box-shadow: -3px 2px 14px 4px rgba(0, 0, 0, 0.5);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 5px 3px 4px 2px rgba(0, 0, 0, 0.4);
    background: rgb(77,113,93);
}::-webkit-scrollbar-corner {
    border: 1px dashed rgb(148,185,164);
    border-radius: 8px;
    background: rgb(113,149,129,0.5);
}

@media (max-width: 768px) {::-webkit-scrollbar {
    width: 8px;
}::-webkit-scrollbar-thumb {
    background: #ffffff;
}}

html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.learning-impact-129 {
    padding: 120px 0 80px;
    position: relative;
    background: rgb(148,185,164);
    overflow: hidden;
    perspective: 1000px;
}.learning-impact-129::before {
    background: linear-gradient(135deg, rgb(77,113,93,0.5), transparent);
    filter: blur(80px);
    height: 300px;
    width: 300px;
    top: -50px;
    opacity: 0.5;
    position: absolute;
    right: -50px;
    transform: rotate(15deg) skewX(15deg);
    content: "";
    z-index: 0;
}.learning-impact-129::after {
    opacity: 0.3;
    transform: rotate(-15deg) skewX(-15deg);
    filter: blur(120px);
    position: absolute;
    width: 400px;
    content: "";
    height: 400px;
    background: linear-gradient(45deg, rgb(113,149,129,0.5), transparent);
    left: -80px;
    z-index: 0;
    bottom: -80px;
}.learning-impact-129 .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.learning-impact-129 .pro-program-502 {
    transform-style: preserve-3d;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    animation: fadeIn 0.8s ease-out forwards;
}.learning-impact-129 .text-embed-705 {
    backface-visibility: hidden;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    transform: translateZ(20px);
    position: relative;
    padding: 40px 30px;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
}.learning-impact-129 .text-embed-705::before {
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(113,149,129), rgb(77,113,93));
    top: 0;
    height: 100%;
    transform: translateX(-2px);
    content: "";
    width: 4px;
}.learning-impact-129 .text-embed-705 h4 {
    color: #000000;
    margin-bottom: 30px;
    font-size: calc(20px * 1.1);
    position: relative;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.4;
}.learning-impact-129 .text-embed-705 h4::after {
    height: 3px;
    width: 80px;
    content: "";
    bottom: -12px;
    transform-origin: left center;
    animation: expandWidth 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: absolute;
    left: 0;
    background: rgb(77,113,93);
}.learning-impact-129 .text-embed-705 > div {
    flex-direction: column;
    gap: 10px;
    display: flex;
}.learning-impact-129 .text-embed-705 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.learning-impact-129 .text-embed-705 li {
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    transform: translateX(0);
}.learning-impact-129 .text-embed-705 li:hover {
    transform: translateX(8px);
}.learning-impact-129 .text-embed-705 li p {
    display: flex;
    align-items: flex-start;
    margin: 0;
    color: #000000;
    gap: 15px;
    font-size: 15px;
    line-height: 1.6;
}.learning-impact-129 .text-embed-705 li p span:first-child {
    flex-shrink: 0;
    margin-top: 2px;
}.learning-impact-129 .text-embed-705 li p span:last-child {
    flex-grow: 1;
}.learning-impact-129 .text-embed-705 svg {
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
}.learning-impact-129 .text-embed-705 li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.learning-impact-129 .text-embed-705 svg path {
    fill: rgb(77,113,93);
    transition: fill 0.3s ease;
}.learning-impact-129 .text-embed-705 li:hover svg path {
    fill: rgb(113,149,129);
}.learning-impact-129 .img-text-overlay-658 {
    backface-visibility: hidden;
    height: auto;
    width: 100%;
    object-fit: cover;
    transform: translateZ(40px) rotateX(2deg) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    max-height: 600px;
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.1);
}.learning-impact-129 .img-text-overlay-658:hover {
    transform: translateZ(50px) rotateX(0deg) rotateY(0deg);
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@media (min-width: 768px) {.learning-impact-129 {
    padding: 140px 0 100px;
}.learning-impact-129 .pro-program-502 {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.learning-impact-129 .text-embed-705 {
    padding: 50px 40px;
}.learning-impact-129 .text-embed-705 > div {
    flex-direction: row;
    gap: 30px;
}.learning-impact-129 .text-embed-705 h4 {
    font-size: calc(20px * 1.3);
}.learning-impact-129 .text-embed-705 h4::after {
    width: 100px;
}
    
    @keyframes expandWidth {
        from {
            width: 0;
        }
        to {
            width: 100px;
        }
    }
}

@media (min-width: 992px) {.learning-impact-129 {
    padding: 160px 0 120px;
}.learning-impact-129 .pro-program-502 {
    gap: 80px;
}.learning-impact-129 .text-embed-705 {
    padding: 60px 50px;
    transform: translateZ(30px) translateX(-20px);
}.learning-impact-129 .img-text-overlay-658 {
    transform: translateZ(50px) translateX(20px) rotateX(2deg) rotateY(-2deg);
}.learning-impact-129 .img-text-overlay-658:hover {
    transform: translateZ(60px) translateX(20px) rotateX(0deg) rotateY(0deg);
}
}

@media (max-width: 767px) {.learning-impact-129 {
    padding: 80px 0 60px;
}.learning-impact-129 .text-embed-705 {
    padding: 30px 20px;
}.learning-impact-129 .text-embed-705 h4 {
    font-size: 20px;
    margin-bottom: 25px;
}.learning-impact-129 .text-embed-705 > div {
    flex-direction: column;
}.learning-impact-129 .text-embed-705 li {
    margin-bottom: 15px;
}.learning-impact-129 .img-text-overlay-658 {
    transform: translateZ(20px) rotateX(1deg) rotateY(-1deg);
}
}

@media (max-width: 480px) {.learning-impact-129 {
    padding: 60px 0 40px;
}.learning-impact-129 .text-embed-705 {
    padding: 25px 15px;
}.learning-impact-129 .text-embed-705 h4 {
    font-size: calc(20px * 0.9);
}.learning-impact-129 .text-embed-705 li p {
    font-size: calc(15px * 0.95);
    gap: 10px;
}.learning-impact-129 .text-embed-705 svg {
    height: 20px;
    width: 20px;
}}.title-board-837 {
    background-image: linear-gradient(135deg, rgb(148,185,164) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}.title-board-837::before {
    position: absolute;
    z-index: 0;
    top: -10%;
    background: rgb(113,149,129,0.5);
    border-radius: 40% 60% 70% 30%;
    opacity: 0.15;
    width: 35%;
    filter: blur(80px);
    left: -5%;
    content: "";
    height: 50%;
    animation: float 15s infinite alternate ease-in-out;
}.title-board-837::after {
    filter: blur(60px);
    right: -5%;
    z-index: 0;
    animation: float 12s infinite alternate-reverse ease-in-out;
    background: rgb(77,113,93,0.5);
    position: absolute;
    bottom: -5%;
    width: 30%;
    border-radius: 50% 40% 30% 60%;
    content: "";
    opacity: 0.15;
    height: 40%;
}.title-board-837 .pro-program-502 {
    height: 100%;
    max-width: 1400px;
    flex-direction: column;
    padding: 3rem 2rem;
    z-index: 1;
    min-height: 90vh;
    position: relative;
    display: flex;
    margin: 0 auto;
}.title-board-837 h1 {
    z-index: 2;
    position: relative;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #000000;
    transform: translateY(0);
    line-height: 1.2;
    max-width: 90%;
    font-size: 42px;
}.title-board-837 h1::after {
    transition: width 0.5s ease;
    bottom: -0.75rem;
    background: linear-gradient(90deg, rgb(113,149,129) 0%, rgb(77,113,93) 100%);
    border-radius: 3px;
    content: "";
    left: 0;
    position: absolute;
    height: 6px;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    width: 100px;
}.title-board-837 h1:hover::after {
    width: 150px;
}.title-board-837 .text-embed-705 {
    display: flex;
    z-index: 2;
    flex-direction: column;
    margin-bottom: 2rem;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}.title-board-837 .learn-techfast-057 {
    border-radius: 12px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.85);
    max-width: 600px;
    padding: 2.5rem;
    width: 100%;
    box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.05),
                -8px -8px 30px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.6),
                inset -1px -1px 1px rgba(0, 0, 0, 0.05);
}.title-board-837 .learn-techfast-057:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.08),
                -10px -10px 35px rgba(255, 255, 255, 0.9),
                inset 1px 1px 1px rgba(255, 255, 255, 0.7),
                inset -1px -1px 1px rgba(0, 0, 0, 0.07);
}.title-board-837 .learn-techfast-057 p {
    line-height: 1.6;
    position: relative;
    font-size: calc(18px * 1.2);
    margin-bottom: 2rem;
    color: #000000;
}.title-board-837 svg {
    margin: 1rem auto 2rem;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
    transition: transform 0.5s ease, filter 0.5s ease;
    width: 140px;
    display: block;
    height: 140px;
}.title-board-837 svg:hover {
    transform: scale(1.05) rotate(2deg);
    filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.15));
}.title-board-837 svg path {
    transition: fill 0.3s ease;
}.title-board-837 svg:hover path {
    fill: rgb(113,149,129);
}.title-board-837 svg text {
    transition: fill 0.3s ease;
}.title-board-837 svg:hover text {
    fill: rgb(77,113,93);
}.title-board-837 .request-feedback-079 {
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(113,149,129) 0%, rgb(77,113,93) 100%);
    text-decoration: none;
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 29px;
    font-size: 15px;
    position: relative;
    transform: translateZ(0);
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.1),
                -6px -6px 18px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    color: #ffffff;
    border: none;
}.title-board-837 .request-feedback-079::before {
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    left: -100%;
    content: "";
    position: absolute;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    top: 0;
}.title-board-837 .request-feedback-079:hover {
    box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.15),
                -8px -8px 24px rgba(255, 255, 255, 0.9),
                inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px) translateZ(0);
}.title-board-837 .request-feedback-079:hover::before {
    left: 100%;
}.title-board-837 .request-feedback-079:active {
    transform: translateY(2px) translateZ(0);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1),
                -4px -4px 10px rgba(255, 255, 255, 0.8),
                inset 2px 2px 6px rgba(0, 0, 0, 0.1),
                inset -2px -2px 6px rgba(255, 255, 255, 0.5);
}.title-board-837 .img-text-overlay-658 {
    transition: transform 0.7s ease, box-shadow 0.7s ease;
    transform: translateZ(0) rotate(0deg);
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 2rem;
    border-radius: 16px;
    height: 350px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1),
                -10px -10px 30px rgba(255, 255, 255, 0.7),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
}.title-board-837 .img-text-overlay-658::after {
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(94,170,168,0.2) 0%, rgba(255,255,255,0) 70%);
    z-index: 1;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
}.title-board-837 .img-text-overlay-658:hover {
    transform: translateZ(0) rotate(1deg) scale(1.02);
    box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.15),
                -15px -15px 35px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.4);
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(5%, 2%) rotate(5deg);
    }
    100% {
        transform: translate(-2%, 5%) rotate(-5deg);
    }
}

@media (min-width: 768px) {.title-board-837 .pro-program-502 {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 4rem;
}.title-board-837 h1 {
    font-size: calc(42px * 1.2);
    max-width: 70%;
}.title-board-837 .text-embed-705 {
    margin-bottom: 0;
    width: 50%;
}.title-board-837 .img-text-overlay-658 {
    margin-top: 0;
    height: 450px;
    width: 45%;
}
}

@media (min-width: 992px) {.title-board-837 .pro-program-502 {
    min-height: 85vh;
    padding: 5rem;
}.title-board-837 h1 {
    max-width: 60%;
    font-size: calc(42px * 1.4);
}.title-board-837 .text-embed-705 {
    width: 45%;
}.title-board-837 .img-text-overlay-658 {
    width: 50%;
    height: 550px;
    transform: translateZ(0) translateX(0) rotate(0deg);
}.title-board-837 .img-text-overlay-658:hover {
    transform: translateZ(0) translateX(-10px) rotate(1deg) scale(1.03);
}.title-board-837 svg {
    width: 160px;
    height: 160px;
}
}

@media (min-width: 1200px) {.title-board-837 .pro-program-502 {
    padding: 6rem;
}.title-board-837 h1 {
    max-width: 90%;
    font-size: calc(42px * 1.6);
}.title-board-837 .text-embed-705 {
    width: 40%;
}.title-board-837 .img-text-overlay-658 {
    height: 600px;
    width: 55%;
}.title-board-837 .learn-techfast-057 p {
    font-size: calc(18px * 1.3);
}.title-board-837 svg {
    height: 180px;
    width: 180px;
}
}

@media (max-width: 767px) {.title-board-837 h1 {
    font-size: calc(42px * 0.9);
}.title-board-837 .learn-techfast-057 {
    padding: 1.5rem;
}.title-board-837 .learn-techfast-057 p {
    font-size: 18px;
}.title-board-837 .request-feedback-079 {
    padding: 0.8rem 1.5rem;
}.title-board-837 svg {
    height: 120px;
    width: 120px;
}}.get-help-info-150 {
    position: relative;
    background: rgb(148,185,164);
    padding: 100px 0;
    overflow: hidden;
}.get-help-info-150::before {
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 40px,
            rgb(113,149,129,0.5) 40px,
            rgb(113,149,129,0.5) 41px
        ),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 40px,
            rgb(77,113,93,0.5) 40px,
            rgb(77,113,93,0.5) 41px
        );
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    opacity: 0.3;
    top: 0;
    content: "";
    position: absolute;
}.get-help-info-150::after {
    height: 100%;
    top: -50%;
    content: "";
    width: 100%;
    right: -50%;
    z-index: 0;
    animation: rotateBlur 25s infinite linear;
    position: absolute;
    opacity: 0.4;
    filter: blur(120px);
    background: rgb(113,149,129,0.5);
}@keyframes rotateBlur {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.get-help-info-150 .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    z-index: 1;
    position: relative;
}.get-help-info-150 .quick-help-205 {
    position: relative;
    padding: 20px;
    gap: 15px;
    display: grid;
    background: transparent;
    overflow: visible;
    grid-template-columns: 1fr;
}.get-help-info-150 .request-info-135 {
    font-weight: 700;
    align-items: center;
    display: inline-block;
    position: relative;
    font-size: 32px;
    color: #000000;
    padding: 0;
    display: flex;
    text-align: left;
    margin: 0 0 10px 0;
}.get-help-info-150 .request-info-135 svg {
    stroke-linecap: round;
    margin-right: 15px;
    height: 30px;
    stroke-linejoin: round;
    fill: none;
    stroke-width: 2;
    stroke: rgb(113,149,129);
    width: 30px;
}.get-help-info-150 .request-info-135 svg path {
    animation: drawPath 1.5s forwards ease-in-out;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
}@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}
.get-help-info-150 .request-info-135::after {
    content: "";
    position: absolute;
    border-radius: 10px;
    background: rgb(113,149,129);
    height: 4px;
    bottom: -10px;
    width: 80px;
    left: 0;
}.get-help-info-150 .img-text-overlay-658 {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    object-fit: cover;
    border-radius: 28px;
    transition: all 0.5s ease;
}.get-help-info-150 .talk-answer-163 {
    gap: 15px;
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    padding: 30px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.get-help-info-150 .talk-answer-163::before {
    height: 100%;
    top: 0;
    position: absolute;
    width: 50%;
    background-position: center;
    background-size: cover;
    right: 0;
    content: "";
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 0 28px 28px 0;
    z-index: -1;
    opacity: 0.9;
}.get-help-info-150 .talk-answer-163 p {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    transition: transform 0.3s ease;
    color: #000000;
    padding: 15px 20px 15px 50px;
    display: flex;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
    border-left: 3px solid rgb(113,149,129);
    align-items: center;
    margin: 0;
}.get-help-info-150 .talk-answer-163 p:hover {
    transform: translateX(5px);
}.get-help-info-150 .talk-answer-163 p svg {
    top: 50%;
    stroke-linecap: round;
    position: absolute;
    stroke-linejoin: round;
    stroke-width: 2;
    left: 15px;
    height: 20px;
    transform: translateY(-50%);
    width: 20px;
    fill: none;
    stroke: rgb(113,149,129);
    transition: all 0.3s ease;
}.get-help-info-150 .talk-answer-163 p:hover svg {
    stroke: rgb(77,113,93);
    transform: translateY(-50%) scale(1.2);
}.get-help-info-150 .talk-answer-163 p svg path {
    stroke-dashoffset: 60;
    animation: drawIcon 0.8s forwards ease-out;
    stroke-dasharray: 60;
}.get-help-info-150 .talk-answer-163 p:nth-child(1) svg path {
    animation-delay: 0.6s;
}.get-help-info-150 .talk-answer-163 p:nth-child(2) svg path {
    animation-delay: 0.7s;
}.get-help-info-150 .talk-answer-163 p:nth-child(3) svg path {
    animation-delay: 0.8s;
}.get-help-info-150 .talk-answer-163 p:nth-child(4) svg path {
    animation-delay: 0.9s;
}.get-help-info-150 .talk-answer-163 p:nth-child(5) svg path {
    animation-delay: 1s;
}@keyframes drawIcon {
    to {
        stroke-dashoffset: 0;
    }
}
.get-help-info-150 .talk-answer-163 p span {
    margin-left: 10px;
}.get-help-info-150 .talk-answer-163 p a {
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(113,149,129);
}.get-help-info-150 .talk-answer-163 p a:hover {
    color: rgb(77,113,93);
}.get-help-info-150 .join-us-679 {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    border-radius: 28px;
    padding: 25px;
    margin-top: 15px;
}.get-help-info-150 .get-contactus-524 {
    align-items: center;
    border-bottom: 1px solid rgb(113,149,129,0.5);
    color: rgb(113,149,129);
    display: flex;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 23px;
    margin: 0 0 20px 0;
}.get-help-info-150 .get-contactus-524 svg {
    width: 20px;
    height: 20px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    stroke: rgb(113,149,129);
    margin-right: 10px;
    fill: none;
}.get-help-info-150 .get-contactus-524 svg circle {
    transform-origin: center;
    animation: rotatePoint 8s linear infinite;
}@keyframes rotatePoint {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.get-help-info-150 .team-contact-102 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 10px;
}.get-help-info-150 .submit-feedback-295 {
    transition: all 0.3s ease;
    padding: 10px;
    justify-content: center;
    display: flex;
    font-size: 14px;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    background: rgb(148,185,164);
}.get-help-info-150 .submit-feedback-295:hover {
    background: rgb(113,149,129,0.5);
    transform: translateY(-3px);
}.get-help-info-150 .submit-feedback-295 svg {
    transition: all 0.3s ease;
    opacity: 0.7;
    width: 14px;
    stroke-linejoin: round;
    stroke: rgb(113,149,129);
    height: 14px;
    fill: none;
    margin-right: 6px;
    stroke-linecap: round;
    stroke-width: 2;
}.get-help-info-150 .submit-feedback-295:hover svg {
    opacity: 1;
    stroke: #000000;
    transform: rotate(30deg);
}@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.get-help-info-150 .talk-answer-163,
.get-help-info-150 .join-us-679 {
    animation: fadeInBottom 0.5s ease-out forwards;
}.get-help-info-150 .talk-answer-163 p {
    opacity: 0;
    animation: fadeInRight 0.4s ease-out forwards;
}.get-help-info-150 .talk-answer-163 p:nth-child(1) {
    animation-delay: 0.1s;
}.get-help-info-150 .talk-answer-163 p:nth-child(2) {
    animation-delay: 0.2s;
}.get-help-info-150 .talk-answer-163 p:nth-child(3) {
    animation-delay: 0.3s;
}.get-help-info-150 .talk-answer-163 p:nth-child(4) {
    animation-delay: 0.4s;
}.get-help-info-150 .talk-answer-163 p:nth-child(5) {
    animation-delay: 0.5s;
}
@media (min-width: 768px) {.get-help-info-150 .quick-help-205 {
    max-width: 700px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.get-help-info-150 .talk-answer-163 {
    grid-template-columns: 1fr 1fr;
    z-index: 2;
    display: grid;
    gap: 15px;
}.get-help-info-150 .talk-answer-163::before {
    width: 40%;
    z-index: -1;
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(113,149,129,0.5));
}.get-help-info-150 .talk-answer-163 p {
    padding: 15px 20px 15px 50px;
}.get-help-info-150 .talk-answer-163 p svg {
    width: 22px;
    height: 22px;
}.get-help-info-150 .talk-answer-163 p:nth-child(odd) {
    grid-column: 1;
}.get-help-info-150 .talk-answer-163 p:nth-child(even) {
    grid-column: 2;
}.get-help-info-150 .join-us-679 {
    margin-top: 20px;
}.get-help-info-150 .get-contactus-524 svg {
    height: 22px;
    width: 22px;
}.get-help-info-150 .team-contact-102 {
    grid-template-columns: repeat(3, 1fr);
}.get-help-info-150 .submit-feedback-295 svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}
}
@media (min-width: 1024px) {.get-help-info-150 .quick-help-205 {
    margin: 0 auto;
    gap: 0;
    grid-template-columns: 5fr 7fr;
    max-width: 1100px;
    align-items: center;
}.get-help-info-150 .request-info-135 {
    margin-bottom: 30px;
    grid-column: 1 / -1;
}.get-help-info-150 .request-info-135 svg {
    height: 35px;
    margin-right: 18px;
    width: 35px;
}.get-help-info-150 .img-text-overlay-658 {
    object-fit: cover;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    position: absolute;
    border-radius: 28px;
    height: 100%;
    opacity: 1;
}.get-help-info-150 .img-text-overlay-658::before {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to right, transparent 50%, rgb(113,149,129,0.5));
    left: 0;
    top: 0;
}.get-help-info-150 .talk-answer-163 {
    grid-column: 2;
    padding: 40px 40px 40px 80px;
    border-radius: 28px;
    margin-left: -50px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    z-index: 2;
}.get-help-info-150 .talk-answer-163 p svg {
    left: 20px;
    width: 24px;
    height: 24px;
}.get-help-info-150 .talk-answer-163::before {
    display: none;
}.get-help-info-150 .join-us-679 {
    grid-column: 1 / -1;
    margin-top: 30px;
}.get-help-info-150 .get-contactus-524 svg {
    height: 24px;
    margin-right: 12px;
    width: 24px;
}.get-help-info-150 .team-contact-102 {
    gap: 15px;
    grid-template-columns: repeat(6, 1fr);
}.get-help-info-150 .submit-feedback-295 svg {
    width: 16px;
    height: 16px;
}}.privacy-zone-193 {
    background: linear-gradient(140deg, rgb(148,185,164) 0%, rgb(148,185,164) 85%, rgba(rgb(113,149,129,0.5), 0.05) 100%);
    padding: 5rem 1.5rem;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.privacy-zone-193::before {
    top: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgb(113,149,129) 0%, rgb(77,113,93) 100%);
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 8px;
}.privacy-zone-193::after {
    z-index: 0;
    height: 35%;
    background: radial-gradient(circle at bottom right, rgba(rgb(113,149,129,0.5), 0.03), transparent 70%);
    position: absolute;
    width: 35%;
    right: 0;
    pointer-events: none;
    bottom: 0;
    content: "";
}.privacy-zone-193 .container {
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.privacy-zone-193 h1 {
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
    color: rgb(113,149,129);
    position: relative;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 2rem;
}.privacy-zone-193 h1::after {
    transform-origin: left;
    left: 0;
    animation: expandWidth 0.8s ease-out forwards;
    width: 85px;
    position: absolute;
    content: "";
    bottom: 0;
    background: rgb(77,113,93);
    height: 3px;
}.privacy-zone-193 h2 {
    margin-top: 2.5rem;
    position: relative;
    color: #000000;
    font-size: 31px;
    padding-left: 1rem;
    margin-bottom: 1.25rem;
    font-weight: 600;
}.privacy-zone-193 h2::before {
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(113,149,129), rgb(77,113,93));
    content: "";
    left: 0;
    width: 4px;
    bottom: 0.25rem;
    position: absolute;
    top: 0.25rem;
}.privacy-zone-193 h3 {
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #000000;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    font-weight: 600;
    padding-bottom: 0.75rem;
    font-size: calc(31px * 0.85);
}.privacy-zone-193 h4 {
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #000000;
    margin-top: 1.75rem;
    font-size: calc(31px * 0.7);
}.privacy-zone-193 p {
    max-width: 90ch;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1.25rem;
    font-size: 15px;
}.privacy-zone-193 strong {
    font-weight: 600;
    color: rgb(113,149,129);
}.privacy-zone-193 ul {
    list-style-type: none;
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
}.privacy-zone-193 li {
    position: relative;
    padding-left: 1.75rem;
    font-size: 15px;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
}.privacy-zone-193 li::before {
    position: absolute;
    width: 8px;
    background-color: rgb(77,113,93);
    transform: rotate(45deg);
    height: 8px;
    content: "";
    top: 0.5rem;
    left: 0;
}.privacy-zone-193 span {
    line-height: 1.7;
    border-left: 2px solid rgba(rgb(113,149,129,0.5), 0.3);
    display: block;
    padding: 0.5rem 0 0.5rem 1rem;
    margin-bottom: 1.5rem;
    color: #000000;
    background: linear-gradient(to right, rgba(rgb(113,149,129,0.5), 0.03), transparent 80%);
    font-size: 15px;
}@keyframes expandWidth {
    from { width: 0; }
    to { width: 85px; }
}


.privacy-zone-193 h2:hover::before {
    background: linear-gradient(to bottom, rgb(77,113,93), rgb(113,149,129));
    transition: background 0.3s ease;
}.privacy-zone-193 li:hover::before {
    transition: transform 0.3s ease;
    transform: rotate(135deg);
}


@media (min-width: 768px) {.privacy-zone-193 {
    padding: 7rem 3rem;
}.privacy-zone-193 h1 {
    transform: translateX(-1rem);
    font-size: calc(38px * 1.2);
}.privacy-zone-193 h1::after {
    width: 120px;
}.privacy-zone-193 h2 {
    padding-left: 1.5rem;
}.privacy-zone-193 h2::before {
    width: 6px;
}.privacy-zone-193 ul {
    margin-left: 2.5rem;
}.privacy-zone-193 li {
    padding-left: 2rem;
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }
}

@media (min-width: 992px) {.privacy-zone-193 {
    background: linear-gradient(120deg, rgb(148,185,164) 0%, rgb(148,185,164) 75%, rgba(rgb(113,149,129,0.5), 0.08) 100%);
    padding: 8rem 2rem;
}.privacy-zone-193::after {
    width: 45%;
    height: 45%;
}.privacy-zone-193 .container {
    padding: 0 2rem;
}.privacy-zone-193 h1 {
    margin-bottom: 3rem;
}.privacy-zone-193 h2 {
    margin-top: 3.5rem;
}.privacy-zone-193 p, 
    .privacy-zone-193 span {
    margin-left: 1rem;
}.privacy-zone-193 span {
    border-left-width: 3px;
    padding: 1rem 1.5rem;
    margin-left: 2rem;
    background: linear-gradient(to right, rgba(rgb(113,149,129,0.5), 0.05), transparent 90%);
}.privacy-zone-193 ul {
    margin-left: 3rem;
}
}

@media (max-width: 767px) {.privacy-zone-193 {
    padding: 4rem 1rem;
}.privacy-zone-193 h1 {
    font-size: calc(38px * 0.9);
}.privacy-zone-193 h2 {
    font-size: calc(31px * 0.9);
}.privacy-zone-193 h3 {
    font-size: calc(31px * 0.75);
}.privacy-zone-193 h4 {
    font-size: calc(31px * 0.65);
}}.course-highlights-627 {
    padding: 120px 0;
    background: rgb(148,185,164);
    overflow: hidden;
    position: relative;
}.course-highlights-627::before {
    z-index: 1;
    position: absolute;
    animation: gridMove 40s linear infinite;
    background: 
        linear-gradient(0deg, transparent 95%, rgb(113,149,129,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(113,149,129,0.5) 100%);
    height: 100%;
    background-size: 20px 20px;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    opacity: 0.15;
}.course-highlights-627::after {
    background: 
        radial-gradient(circle at 20% 20%, rgb(113,149,129,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(77,113,93,0.5) 0%, transparent 40%);
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.2;
    left: 0;
    position: absolute;
    z-index: 1;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

.course-highlights-627 .container {
    z-index: 2;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    max-width: 1200px;
    position: relative;
}.course-highlights-627 .future-skills-659 {
    display: flex;
    gap: 60px;
    flex-direction: column;
    max-width: 900px;
    align-items: center;
    position: relative;
    justify-content: center;
    width: 100%;
}.course-highlights-627 .text-embed-705 {
    width: 100%;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    position: relative;
    text-align: center;
    padding: 40px;
    border-radius: 14px;
}.course-highlights-627 .text-embed-705::before {
    opacity: 0.3;
    height: 100%;
    border: 1px solid rgb(113,149,129,0.5);
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    border-radius: 14px;
    pointer-events: none;
}.course-highlights-627 .text-embed-705::after {
    position: absolute;
    top: -15px;
    content: "";
    height: 3px;
    left: calc(50% - 30px);
    width: 60px;
    background: linear-gradient(to right, rgb(113,149,129), rgb(77,113,93));
}.course-highlights-627 .text-embed-705 h2 {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 32px;
}.course-highlights-627 .text-embed-705 h2::after {
    height: 2px;
    bottom: -10px;
    left: calc(50% - 40px);
    background: rgb(113,149,129,0.5);
    content: "";
    position: absolute;
    width: 80px;
}.course-highlights-627 .text-embed-705 .description {
    margin-right: auto;
    margin-bottom: 20px;
    line-height: 1.7;
    color: #000000;
    max-width: 800px;
    margin-left: auto;
    font-size: 18px;
}.course-highlights-627 .text-embed-705 .description:last-child {
    margin-bottom: 0;
}.course-highlights-627 .img-text-overlay-658 {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    width: 100%;
    overflow: hidden;
    height: 450px;
    border-radius: 14px;
    position: relative;
    z-index: 2;
}.course-highlights-627 .container::before {
    height: 100%;
    top: 0;
    animation: circuitPulse 8s infinite alternate;
    left: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    background-size: 50px 50px, 50px 50px, 200px 200px, 200px 200px, 200px 200px;
    content: "";
    opacity: 0.05;
    background-image: 
        linear-gradient(to right, rgb(113,149,129,0.5) 0.5px, transparent 1px),
        linear-gradient(to bottom, rgb(113,149,129,0.5) 0.5px, transparent 1px),
        radial-gradient(circle at 50px 50px, rgb(113,149,129,0.5) 2px, transparent 2px),
        radial-gradient(circle at 150px 150px, rgb(77,113,93,0.5) 2px, transparent 2px),
        radial-gradient(circle at 250px 250px, rgb(113,149,129,0.5) 2px, transparent 2px);
}@keyframes circuitPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.07;
    }
}

.course-highlights-627 .future-skills-659::before {
    height: calc(100% + 200px);
    top: -100px;
    animation: floatParticles 40s linear infinite;
    background-image: 
        radial-gradient(circle at 100px 100px, rgb(113,149,129,0.5) 1px, transparent 1px),
        radial-gradient(circle at 200px 200px, rgb(77,113,93,0.5) 1px, transparent 1px),
        radial-gradient(circle at 300px 300px, rgb(113,149,129,0.5) 1px, transparent 1px),
        radial-gradient(circle at 400px 100px, rgb(77,113,93,0.5) 1px, transparent 1px),
        radial-gradient(circle at 500px 200px, rgb(113,149,129,0.5) 1px, transparent 1px);
    background-size: 600px 600px;
    content: "";
    width: calc(100% + 200px);
    left: -100px;
    z-index: 0;
    opacity: 0.2;
    position: absolute;
}@keyframes floatParticles {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 600px 600px;
    }
}

.course-highlights-627 .future-skills-659::after {
    height: 2px;
    bottom: -30px;
    width: 100px;
    content: "";
    left: calc(50% - 50px);
    background: linear-gradient(to right, transparent, rgb(77,113,93,0.5), transparent);
    position: absolute;
}.course-highlights-627 .container::after {
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    background-image: 
        repeating-linear-gradient(60deg, rgb(113,149,129,0.5) 0, rgb(113,149,129,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(120deg, rgb(113,149,129,0.5) 0, rgb(113,149,129,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(180deg, rgb(113,149,129,0.5) 0, rgb(113,149,129,0.5) 1px, transparent 1px, transparent 30px);
    opacity: 0.03;
    animation: hexMove 60s linear infinite;
    width: 100%;
    background-size: 50px 86.6px;
    position: absolute;
    z-index: 0;
}@keyframes hexMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 86.6px;
    }
}

@keyframes techPulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.course-highlights-627 .img-text-overlay-658::after {
    animation: borderGlow 4s infinite alternate;
}@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.course-highlights-627 .text-embed-705 h2 {
    animation: reveal 0.8s forwards;
}.course-highlights-627 .text-embed-705 .description:nth-child(2) {
    animation: reveal 0.8s 0.2s forwards;
}.course-highlights-627 .text-embed-705 .description:nth-child(3) {
    animation: reveal 0.8s 0.4s forwards;
}

@keyframes scanLines {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 450px;
    }
}

@media (min-width: 992px) {.course-highlights-627 .future-skills-659 {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 40px;
}.course-highlights-627 .text-embed-705 {
    z-index: 4;
    grid-row: 2;
    margin-top: -80px;
}.course-highlights-627 .img-text-overlay-658 {
    grid-row: 1;
    height: 500px;
}
}

@media (max-width: 991px) {.course-highlights-627 {
    padding: 80px 0;
}.course-highlights-627 .future-skills-659 {
    gap: 40px;
}.course-highlights-627 .text-embed-705 {
    padding: 30px;
}.course-highlights-627 .img-text-overlay-658 {
    height: 400px;
}
}

@media (max-width: 768px) {.course-highlights-627 {
    padding: 60px 0;
}.course-highlights-627 .text-embed-705 {
    padding: 25px;
}.course-highlights-627 .img-text-overlay-658 {
    height: 350px;
}.course-highlights-627 .text-embed-705 h2 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 576px) {.course-highlights-627 {
    padding: 50px 0;
}.course-highlights-627 .text-embed-705 {
    padding: 20px;
}.course-highlights-627 .img-text-overlay-658 {
    height: 300px;
}.course-highlights-627 .text-embed-705 h2 {
    font-size: calc(32px * 0.8);
}.course-highlights-627 .text-embed-705 .description {
    font-size: calc(18px * 0.95);
}
}

@media (min-width: 992px) {.course-highlights-627 .text-embed-705:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}.course-highlights-627 .text-embed-705:hover::before {
    opacity: 0.5;
    border-color: rgb(113,149,129);
    transition: all 0.3s ease;
}.course-highlights-627 .img-text-overlay-658:hover::after {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}}
.join-our-community-427 {
    background: linear-gradient(135deg, rgb(148,185,164), rgb(113,149,129,0.5) 80%);
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
}.join-our-community-427::before {
    transform: rotate(-15deg) translateZ(0);
    height: 70%;
    opacity: 0.15;
    content: "";
    pointer-events: none;
    position: absolute;
    top: -10%;
    z-index: 1;
    background: linear-gradient(225deg, rgb(77,113,93) 10%, transparent 70%);
    right: -10%;
    width: 40%;
}.join-our-community-427::after {
    width: 35%;
    opacity: 0.1;
    left: -5%;
    clip-path: polygon(0 0, 100% 25%, 80% 100%, 0 90%);
    z-index: 1;
    bottom: -5%;
    height: 60%;
    transform: rotate(10deg) translateZ(0);
    position: absolute;
    pointer-events: none;
    background: linear-gradient(45deg, rgb(113,149,129) 20%, transparent 80%);
    content: "";
}.join-our-community-427 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.join-our-community-427 .pro-program-502 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    padding: 3rem;
    position: relative;
    display: flex;
    overflow: hidden;
    transform: translateZ(0);
    background: #ffffff;
}.join-our-community-427 .pro-program-502::before {
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    background-size: 200% 100%;
    animation: gradientMove 8s ease-in-out infinite;
    background: linear-gradient(90deg, rgb(113,149,129), rgb(77,113,93), rgb(113,149,129));
    height: 4px;
    right: 0;
}.join-our-community-427 h3 {
    color: #000000;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    max-width: 90%;
    font-size: clamp(1.25rem, 1rem + 1.5vw, 1.75rem);
    font-weight: 600;
    margin-bottom: 2rem;
}.join-our-community-427 .input_holder {
    gap: 1.25rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
}.join-our-community-427 .input_holder > div {
    flex: 1;
    position: relative;
}.join-our-community-427 input[type="email"] {
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 12px;
    padding: 1rem 1.25rem;
    background-color: rgba(245, 247, 250, 0.95);
    font-family: Arial, sans-serif;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
}.join-our-community-427 input[type="email"]:focus {
    border-color: rgb(113,149,129);
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(rgb(113,149,129,0.5), 0.15);
    transform: translateY(-2px);
}.join-our-community-427 input[type="email"]::placeholder {
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
    transition: color 0.3s ease;
}.join-our-community-427 input[type="email"]:focus::placeholder {
    color: rgba(rgba(0, 0, 0, 0.5), 0.3);
}.join-our-community-427 .subscribe-asset-174 {
    z-index: 1;
    padding: 0.9rem 1.5rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgb(113,149,129), rgb(77,113,93));
    cursor: pointer;
    font-weight: 600;
    font-size: 17px;
    border: none;
    overflow: hidden;
    align-self: flex-start;
}.join-our-community-427 .subscribe-asset-174::before {
    transition: all 0.6s ease;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
}.join-our-community-427 .subscribe-asset-174:hover {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}.join-our-community-427 .subscribe-asset-174:hover::before {
    left: 100%;
}.join-our-community-427 .subscribe-asset-174:active {
    transform: translateY(-1px);
}

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

@media (min-width: 768px) {.join-our-community-427 {
    padding: 5rem 3rem;
}.join-our-community-427 .pro-program-502 {
    padding: 3.5rem 4rem;
    border-left: 4px solid rgb(113,149,129);
}.join-our-community-427 .input_holder {
    align-items: stretch;
    flex-direction: row;
}.join-our-community-427 h3 {
    font-size: clamp(1.5rem, 1.25rem + 1.5vw, 2rem);
    max-width: 80%;
}.join-our-community-427 input[type="email"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}.join-our-community-427 .subscribe-asset-174 {
    border-bottom-left-radius: 0;
    align-self: stretch;
    border-top-left-radius: 0;
}
}

@media (min-width: 992px) {.join-our-community-427 {
    padding: 6rem 2rem;
}.join-our-community-427 .pro-program-502 {
    background: linear-gradient(to right, #ffffff 60%, rgba(245, 247, 250, 0.9) 100%);
    padding: 4rem 5rem;
}.join-our-community-427 h3 {
    max-width: 70%;
}.join-our-community-427 .input_holder {
    max-width: 80%;
}
}

@media (max-width: 767px) {.join-our-community-427 .pro-program-502 {
    padding: 2.5rem 1.5rem;
}.join-our-community-427 h3 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}.join-our-community-427 .subscribe-asset-174 {
    width: 100%;
    margin-top: 0.5rem;
}
}

@media (hover: none) {.join-our-community-427 .subscribe-asset-174:hover {
    transform: none;
    box-shadow: none;
}.join-our-community-427 input[type="email"]:focus {
    transform: none;
}}header {
    z-index: 100;
    background: linear-gradient(90deg, rgb(77,113,93) 0%, rgb(113,149,129) 100%);
    margin-top: 0;
    padding: 0;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    overflow: visible;
}header::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
    content: '';
    left: 0;
}header .site-core-358 {
    padding: 1.2rem 2.5rem;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    display: flex;
}header .main-sitewrap-168 {
    overflow: visible;
    position: relative;
    flex: 0 0 auto;
    margin-right: 2rem;
    padding: 0.5rem;
}header .main-sitewrap-168::before {
    transition: all 0.3s ease;
    top: -5px;
    border: 2px solid #ffffff;
    opacity: 0.1;
    position: absolute;
    right: -5px;
    bottom: -5px;
    transform: skew(-5deg);
    content: '';
    left: -5px;
    z-index: -1;
}header .main-sitewrap-168::after {
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    bottom: -5px;
    left: -5px;
    position: absolute;
    opacity: 0;
    right: -5px;
    top: -5px;
    border: 2px solid #ffffff;
    content: '';
    transform: skew(-5deg);
    z-index: -1;
    transition: all 0.3s ease;
}header .main-sitewrap-168:hover::before {
    opacity: 0;
}header .main-sitewrap-168:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .nav-start-046 {
    display: block;
    position: relative;
    transition: all 0.3s ease;
}header .nav-start-046:hover {
    transform: scale(1.05);
}header .nav-start-046 img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .top-core-817 {
    margin: 0;
    list-style: none;
    display: flex;
    z-index: 2;
    position: relative;
    padding: 0;
}header .top-skill-215 {
    margin: 0 0.4rem;
    position: relative;
}header .top-skill-215 a {
    text-shadow: 0 0 5px #ffffff;
    font-weight: 600;
    justify-content: center;
    overflow: hidden;
    letter-spacing: 0.5px;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 15px;
    padding: 0 1.2rem;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    position: relative;
    height: 40px;
    z-index: 1;
}header .top-skill-215 a::before {
    bottom: -2px;
    opacity: 0;
    transition: opacity 0.3s ease;
    left: -2px;
    z-index: -1;
    position: absolute;
    content: '';
    background: #ffffff;
    top: -2px;
    transform: scale(0.9);
    right: -2px;
}header .top-skill-215 a:hover {
    color: rgb(113,149,129);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    text-shadow: none;
    border-color: #ffffff;
}header .top-skill-215 a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .top-skill-215::after {
    width: 80%;
    position: absolute;
    filter: blur(3px);
    height: 5px;
    left: 10%;
    transition: all 0.3s ease;
    opacity: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    bottom: -10px;
}header .top-skill-215:hover::after {
    opacity: 0.5;
    bottom: -5px;
}header .site-core-358::before {
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    left: 0;
    position: absolute;
    height: 1px;
    content: '';
}header .site-core-358::after {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    position: absolute;
    left: 0;
    content: '';
    bottom: 0;
}header .nav-lead-214 {
    background: rgb(148,185,164);
    padding-top: 2rem;
    z-index: 1;
    position: relative;
}

@media (min-width: 1400px) {header .site-core-358 {
    margin: 0 auto;
    max-width: 1320px;
}header .top-skill-215 {
    margin: 0 0.6rem;
}header .top-skill-215 a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .site-core-358 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .main-sitewrap-168 {
    margin-bottom: 0;
    margin-right: 0;
}header .top-core-817 {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .top-skill-215 a {
    font-size: calc(15px - 1px);
    padding: 0 1rem;
    height: 36px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .site-core-358 {
    padding: 0.8rem 1.5rem;
}header .main-sitewrap-168 {
    max-width: 140px;
}header .main-sitewrap-168::before, 
    header .main-sitewrap-168::after {
    right: -3px;
    bottom: -3px;
    left: -3px;
    top: -3px;
}header .nav-start-046 img {
    max-height: 35px;
}header .top-core-817 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
}header .top-core-817::-webkit-scrollbar {
    height: 3px;
}header .top-core-817::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .top-skill-215 {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .top-skill-215 a {
    white-space: nowrap;
    padding: 0 0.8rem;
    height: 32px;
    font-size: calc(15px - 2px);
}header .top-skill-215::after {
    display: none;
}
}

@media (max-width: 479px) {header .site-core-358 {
    padding: 0.7rem 1.2rem;
}header .main-sitewrap-168 {
    max-width: 120px;
}header .top-skill-215 a {
    font-size: calc(15px - 3px);
    height: 30px;
    padding: 0 0.6rem;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    background: rgb(113,149,129);
    bottom: 0;
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.95;
    content: "";
    right: 0;
}footer::after {
    opacity: 0.1;
    right: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(77,113,93) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(77,113,93) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(77,113,93) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(77,113,93) 1px, transparent 1px);
    bottom: 0;
    left: 0;
    background-size: 50px 50px;
    content: "";
}.transcript-283 {
    padding: 4rem 0 2rem;
    position: relative;
    color: #ffffff;
}.transcript-283::before {
    height: 3px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(77,113,93);
}.transcript-283::after {
    top: 3px;
    height: 8px;
    background-repeat: repeat-x;
    content: "";
    opacity: 0.5;
    width: 100%;
    background-image: 
        linear-gradient(90deg, 
            rgb(77,113,93) 0px, rgb(77,113,93) 10px,
            transparent 10px, transparent 15px,
            rgb(77,113,93) 15px, rgb(77,113,93) 30px,
            transparent 30px, transparent 35px,
            rgb(77,113,93) 35px, rgb(77,113,93) 40px,
            transparent 40px, transparent 60px,
            rgb(77,113,93) 60px, rgb(77,113,93) 70px,
            transparent 70px, transparent 80px,
            rgb(77,113,93) 80px, rgb(77,113,93) 90px,
            transparent 90px, transparent 110px,
            rgb(77,113,93) 110px, rgb(77,113,93) 120px,
            transparent 120px, transparent 140px
        );
    left: 0;
    position: absolute;
}.transcript-283 .container {
    display: flex;
    position: relative;
    gap: 3rem;
    flex-wrap: wrap;
}.transcript-283 .company_holder {
    position: relative;
    padding: 0;
    border-radius: 19px;
    flex: 1 1 400px;
}.transcript-283 .company_holder::before {
    top: 0;
    height: 100%;
    background-size: 50px 50px;
    border-radius: 19px;
    opacity: 0.1;
    width: 100%;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(77,113,93) 25px, rgb(77,113,93) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(77,113,93) 25px, rgb(77,113,93) 26px, transparent 27px, transparent 49px);
    content: "";
    position: absolute;
    left: 0;
}.transcript-283 .company_holder h3 {
    position: relative;
    border-top-left-radius: 19px;
    padding: 1.5rem 2rem;
    font-size: 36px;
    border-top-right-radius: 19px;
    background: rgb(77,113,93);
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}.transcript-283 .company_holder h3::after {
    content: "";
    transform: translateY(-50%);
    background: #ffffff;
    top: 50%;
    height: 10px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    width: 10px;
    position: absolute;
    border-radius: 50%;
    right: 15px;
}.transcript-283 .class-guide-082 {
    border-bottom-left-radius: 19px;
    font-size: 18px;
    position: relative;
    padding: 2rem;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    border-bottom-right-radius: 19px;
    color: #ffffff;
}.transcript-283 .class-guide-082::before {
    height: 20px;
    opacity: 0.6;
    content: "";
    top: 2rem;
    background: rgb(77,113,93);
    position: absolute;
    border-radius: 50%;
    left: -10px;
    width: 20px;
}.transcript-283 .class-guide-082::after {
    width: 20px;
    background: rgb(77,113,93);
    position: absolute;
    opacity: 0.6;
    border-radius: 50%;
    right: -10px;
    height: 20px;
    content: "";
    bottom: 2rem;
}.transcript-283 .intern-opp-593 {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.transcript-283 .nav-learning-679 {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}.transcript-283 .top-core-817 {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
    overflow: hidden;
    position: relative;
    border-radius: 19px;
}.transcript-283 .top-core-817::before {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    z-index: -1;
    position: absolute;
    bottom: 0;
    border-radius: 19px;
    left: 0;
    right: 0;
    top: 0;
    content: "";
}.transcript-283 .top-core-817 h5 {
    padding: 1rem 1.5rem;
    font-size: 22px;
    color: #ffffff;
    background: rgb(77,113,93);
    display: flex;
    position: relative;
    font-weight: 600;
    align-items: center;
    margin: 0;
}.transcript-283 .top-core-817 h5::before {
    background: #ffffff;
    height: 8px;
    display: inline-block;
    content: "";
    width: 8px;
    margin-right: 10px;
    border-radius: 50%;
}.transcript-283 .top-core-817 h5::after {
    border-radius: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: #ffffff;
    top: 50%;
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
}.transcript-283 .top-core-817 .nav-learning-679 {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 2px;
}.transcript-283 .top-core-817 .nav-learning-679 a {
    display: block;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    padding: 0.8rem 1rem 0.8rem 2rem;
    font-size: 18px;
}.transcript-283 .top-core-817 .nav-learning-679 a::before {
    position: absolute;
    transform: translateY(-50%);
    content: "";
    transition: all 0.3s ease;
    top: 50%;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: rgb(77,113,93);
    left: 0.7rem;
}.transcript-283 .top-core-817 .nav-learning-679 a:hover {
    background: rgba(255, 255, 255, 0.1);
}.transcript-283 .top-core-817 .nav-learning-679 a:hover::before {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}.review-block-176 {
    background: rgb(77,113,93);
    padding: 2rem 0;
    margin-top: 2.5rem;
    position: relative;
}.review-block-176::before {
    height: 5px;
    width: 100%;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(113,149,129) 20px, rgb(113,149,129) 40px,
            transparent 40px, transparent 60px,
            rgb(113,149,129) 60px, rgb(113,149,129) 80px,
            transparent 80px, transparent 100px,
            rgb(113,149,129) 100px, rgb(113,149,129) 120px
        );
    position: absolute;
    content: "";
    left: 0;
    background-repeat: repeat-x;
    top: -5px;
}.review-block-176 .container {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}.review-block-176 .container::before,
.review-block-176 .container::after {
    content: "";
    background: rgb(113,149,129);
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    height: 15px;
    width: 15px;
}.review-block-176 .container::before {
    left: 15%;
}.review-block-176 .container::after {
    right: 15%;
}.review-block-176 .credit-info-267 {
    border-radius: 30px;
    color: #ffffff;
    font-size: 14px;
    background: rgb(113,149,129);
    padding: 0.5rem 2rem;
    display: inline-block;
    position: relative;
    text-align: center;
}.review-block-176 .credit-info-267::before,
.review-block-176 .credit-info-267::after {
    height: 1px;
    content: "";
    transform: translateY(-50%);
    width: 50px;
    position: absolute;
    top: 50%;
    background: rgb(113,149,129);
}.review-block-176 .credit-info-267::before {
    margin-right: 15px;
    right: 100%;
}.review-block-176 .credit-info-267::after {
    margin-left: 15px;
    left: 100%;
}

@media (max-width: 1200px) {.transcript-283 .container {
    gap: 2rem;
}.transcript-283 .company_holder {
    flex: 1 1 350px;
}.transcript-283 .intern-opp-593 {
    flex: 1 1 calc(100% - 400px);
    min-width: 350px;
}.transcript-283 .nav-learning-679 {
    gap: 2rem;
}.review-block-176 .container::before {
    left: 5%;
}.review-block-176 .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.transcript-283 {
    padding: 3.5rem 0 1.5rem;
}.transcript-283 .container {
    flex-direction: column;
    gap: 2.5rem;
}.transcript-283 .company_holder,
    .transcript-283 .intern-opp-593 {
    flex: 1 1 100%;
    min-width: 100%;
}.transcript-283 .top-core-817 {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.review-block-176 .container::before,
    .review-block-176 .container::after {
    display: none;
}
}

@media (max-width: 768px) {.transcript-283 {
    padding: 3rem 0 1rem;
}.transcript-283 .nav-learning-679 {
    gap: 1.5rem;
}.transcript-283 .company_holder h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(36px - 2px);
}.transcript-283 .class-guide-082 {
    padding: 1.5rem;
}.transcript-283 .class-guide-082::before,
    .transcript-283 .class-guide-082::after {
    display: none;
}.review-block-176 {
    margin-top: 2rem;
}.review-block-176 .credit-info-267::before,
    .review-block-176 .credit-info-267::after {
    width: 30px;
}
}

@media (max-width: 576px) {.transcript-283 {
    padding: 2.5rem 0 0.8rem;
}.transcript-283 .top-core-817 {
    min-width: 100%;
    flex: 1 1 100%;
}.transcript-283 .nav-learning-679 {
    gap: 1rem;
}.transcript-283 .top-core-817 .nav-learning-679 a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.transcript-283 .top-core-817 .nav-learning-679 a::before {
    left: 0.6rem;
}.review-block-176 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.review-block-176 .credit-info-267::before,
    .review-block-176 .credit-info-267::after {
    display: none;
}
}

@media (max-width: 420px) {.transcript-283::after {
    height: 5px;
    background-size: 100px 5px;
}.transcript-283 .company_holder h3::after,
    .transcript-283 .top-core-817 h5::before,
    .transcript-283 .top-core-817 h5::after {
    display: none;
}.transcript-283 .top-core-817 h5 {
    padding: 0.8rem 1rem;
}.transcript-283 .top-core-817 .nav-learning-679 {
    padding: 1rem;
}.review-block-176 .credit-info-267 {
    width: 90%;
    padding: 0.4rem 1.5rem;
}}.company-info-975 {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(148,185,164) 0%, rgb(77,113,93,0.5) 100%);
    overflow: hidden;
    position: relative;
}.company-info-975::before {
    right: -10%;
    width: 40%;
    position: absolute;
    background: linear-gradient(165deg, rgb(113,149,129,0.5) 0%, transparent 80%);
    opacity: 0.6;
    animation: float 15s ease-in-out infinite alternate;
    transform: rotate(-15deg) skewX(15deg);
    content: '';
    height: 70%;
    z-index: 1;
    top: -5%;
}.company-info-975::after {
    height: 60%;
    z-index: 1;
    left: -5%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: '';
    bottom: -5%;
    opacity: 0.4;
    transform: rotate(10deg) skewX(-10deg);
    background: linear-gradient(45deg, rgb(77,113,93,0.5) 0%, transparent 70%);
    width: 30%;
    position: absolute;
}.company-info-975 .container {
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.company-info-975 h1 {
    display: inline-block;
    color: #000000;
    font-weight: 700;
    position: relative;
    transform: translateX(2rem);
    margin-bottom: 3rem;
    font-size: 45px;
}.company-info-975 h1::after {
    content: '';
    height: 4px;
    background: rgb(113,149,129);
    animation: slide-in 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    transform: scaleX(0);
    bottom: -0.5rem;
    transform-origin: left;
    width: 60%;
    position: absolute;
    left: 0;
}.company-info-975 .community-team-921 {
    position: relative;
}.company-info-975 .community-team-921 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}.company-info-975 .study-lab-894 {
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    background: #ffffff;
    opacity: 0;
    position: relative;
    padding: 2.5rem;
    transform: translateY(30px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.company-info-975 .study-lab-894:nth-child(1) {
    border-left: 4px solid rgb(113,149,129);
    animation-delay: 0.3s;
}.company-info-975 .study-lab-894:nth-child(2) {
    border-right: 4px solid rgb(77,113,93);
    animation-delay: 0.6s;
}.company-info-975 .study-lab-894:hover {
    transform: translateY(-5px) scale(1.01);
}.company-info-975 .study-lab-894 h4 {
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    font-size: calc(18px * 1.1);
    margin-top: 0;
    font-weight: 600;
    position: relative;
    color: rgb(113,149,129);
}.company-info-975 .study-lab-894:nth-child(2) h4 {
    color: rgb(77,113,93);
}.company-info-975 .study-lab-894 h4::after {
    width: 3rem;
    bottom: 0;
    position: absolute;
    left: 0;
    background: currentColor;
    content: '';
    height: 2px;
}.company-info-975 .study-lab-894 div {
    max-height: 300px;
    color: #000000;
    scrollbar-color: rgb(113,149,129,0.5) #ffffff;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: 13px;
    overflow-y: auto;
    padding-right: 1rem;
    scrollbar-width: thin;
}.company-info-975 .study-lab-894:nth-child(2) div {
    scrollbar-color: rgb(77,113,93,0.5) #ffffff;
}.company-info-975 .study-lab-894 div::-webkit-scrollbar {
    width: 6px;
}.company-info-975 .study-lab-894 div::-webkit-scrollbar-track {
    background: #ffffff;
}.company-info-975 .study-lab-894 div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(113,149,129,0.5);
}.company-info-975 .study-lab-894:nth-child(2) div::-webkit-scrollbar-thumb {
    background-color: rgb(77,113,93,0.5);
}

@keyframes float {
    0% {
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    100% {
        transform: rotate(-15deg) skewX(15deg) translate(15px, 15px);
    }
}

@keyframes slide-in {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@media (min-width: 768px) {.company-info-975 {
    padding: 8rem 0;
}.company-info-975 h1 {
    margin-bottom: 4rem;
    font-size: calc(45px * 1.2);
}.company-info-975 .community-team-921 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.company-info-975 .study-lab-894 {
    padding: 3rem;
}.company-info-975 .study-lab-894 div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.company-info-975 {
    padding: 10rem 0;
}.company-info-975 h1 {
    transform: translateX(4rem);
}.company-info-975 .study-lab-894:nth-child(1) {
    transform: translateY(2rem);
}.company-info-975 .study-lab-894:nth-child(2) {
    transform: translateY(-2rem);
}.company-info-975 .study-lab-894:hover {
    transform: scale(1.03);
}
}

@media (min-width: 1200px) {.company-info-975 .container {
    padding: 0 4rem;
}.company-info-975 .community-team-921 ul {
    gap: 4rem;
}.company-info-975 .study-lab-894 {
    padding: 3.5rem;
}.company-info-975 .study-lab-894 div {
    max-height: 400px;
}
}

@media (max-width: 767px) {.company-info-975 {
    padding: 4rem 0;
}.company-info-975 h1 {
    transform: translateX(1rem);
    font-size: calc(45px * 0.9);
}.company-info-975 .study-lab-894 {
    padding: 2rem;
}.company-info-975 .study-lab-894 div {
    max-height: 250px;
}}.leadership-profile-517 {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(148,185,164) 0%, #ffffff 100%);
    overflow: hidden;
}.leadership-profile-517::before {
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    opacity: 0.1;
    background-size: 120px 120px;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(113,149,129,0.5) 49.5%, rgb(113,149,129,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(77,113,93,0.5) 49.5%, rgb(77,113,93,0.5) 50.5%, transparent 50.5%);
    transform: perspective(1000px) rotateX(5deg);
    content: "";
    position: absolute;
    width: 100%;
}.leadership-profile-517 .container {
    transform-style: preserve-3d;
    z-index: 1;
    position: relative;
    perspective: 1000px;
    max-width: 1200px;
    margin: 0 auto;
}.leadership-profile-517 .learner-feedback-087 {
    grid-template-columns: 1fr;
    padding: 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    grid-gap: 2rem;
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
}.leadership-profile-517 .learner-feedback-087:hover {
    transform: perspective(1000px) rotateY(0deg);
}.leadership-profile-517 .learner-feedback-087::before {
    top: -10px;
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, rgb(113,149,129,0.5) 0%, rgb(77,113,93,0.5) 100%);
    opacity: 0;
    content: "";
    filter: blur(8px);
    bottom: -10px;
    position: absolute;
    left: -10px;
    right: -10px;
    z-index: -1;
}.leadership-profile-517 .learner-feedback-087:hover::before {
    opacity: 0.7;
}.leadership-profile-517 .learner-feedback-087 > div:nth-child(1) {
    grid-area: photo;
}.leadership-profile-517 .learner-feedback-087 > div:nth-child(2) {
    grid-area: info;
}.leadership-profile-517 .learner-feedback-087 > div:nth-child(3) {
    grid-area: quote;
}.leadership-profile-517 .img-text-overlay-658 {
    position: relative;
    width: 240px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
    height: 240px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
    transform: translateZ(30px);
}.leadership-profile-517 .learner-feedback-087:hover .img-text-overlay-658 {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transform: translateZ(50px) scale(1.05);
}.leadership-profile-517 .img-text-overlay-658::after {
    content: "";
    width: 100%;
    opacity: 0.3;
    height: 100%;
    background: linear-gradient(135deg, rgb(113,149,129,0.5) 0%, transparent 100%);
    left: 0;
    top: 0;
    position: absolute;
    transition: opacity 0.4s ease;
}.leadership-profile-517 .learner-feedback-087:hover .img-text-overlay-658::after {
    opacity: 0.5;
}.leadership-profile-517 .name {
    transform: translateZ(15px);
    margin: 0 0 0.5rem;
    font-weight: 700;
    position: relative;
    font-size: calc(20px * 1.2);
    transition: transform 0.3s ease;
    color: rgb(113,149,129);
}.leadership-profile-517 .name::after {
    content: "";
    bottom: -10px;
    transform: scaleX(0.7);
    height: 3px;
    transform-origin: left;
    transition: transform 0.4s ease-out;
    background: rgb(77,113,93);
    left: 0;
    width: 60px;
    position: absolute;
}.leadership-profile-517 .learner-feedback-087:hover .name::after {
    transform: scaleX(1);
}.leadership-profile-517 .learner-feedback-087 > div:nth-child(2) > div {
    font-family: Arial, sans-serif;
    font-size: calc(13px * 1.1);
    margin-top: 1.5rem;
    color: rgb(77,113,93);
    position: relative;
    font-weight: 600;
    transform: translateZ(10px);
}.leadership-profile-517 .job-content-402 {
    font-size: 13px;
    transform: translateZ(5px);
    line-height: 1.8;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: justify;
}.leadership-profile-517 .job-content-402::before {
    font-family: Georgia, serif;
    color: rgb(113,149,129,0.5);
    content: "";
    position: absolute;
    left: -1.5rem;
    opacity: 0.2;
    top: -3.5rem;
    transition: all 0.4s ease;
    transform: translateZ(5px);
    font-size: 6rem;
}.leadership-profile-517 .learner-feedback-087:hover .job-content-402::before {
    transform: translateZ(15px) translateY(-10px);
    opacity: 0.4;
}

@media (min-width: 768px) {.leadership-profile-517 .learner-feedback-087 {
    grid-template-areas:
            "photo info"
            "quote quote";
    grid-template-columns: auto 1fr;
    align-items: center;
    padding: 4rem;
}.leadership-profile-517 .learner-feedback-087 > div:nth-child(2) {
    padding-left: 2rem;
}.leadership-profile-517 .job-content-402 {
    margin-top: 2rem;
}
}

@media (min-width: 992px) {.leadership-profile-517 {
    padding: 8rem 0;
}.leadership-profile-517 .learner-feedback-087 {
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-template-areas:
            "photo info"
            "photo quote";
    padding: 5rem;
}.leadership-profile-517 .job-content-402 {
    padding-left: 2rem;
    margin-top: 0;
}.leadership-profile-517 .img-text-overlay-658 {
    height: 280px;
    width: 280px;
}
}

@media (max-width: 767px) {.leadership-profile-517 .learner-feedback-087 {
    padding: 2rem;
    grid-template-areas:
            "img-text-overlay-658"
            "help-form-847"
            "job-content-402";
    transform: perspective(1000px) rotateY(0deg);
}.leadership-profile-517 .img-text-overlay-658 {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}.leadership-profile-517 .name {
    text-align: center;
    margin-top: 1.5rem;
}.leadership-profile-517 .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
}.leadership-profile-517 .learner-feedback-087:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.leadership-profile-517 .learner-feedback-087 > div:nth-child(2) > div {
    margin-top: 1rem;
    text-align: center;
}.leadership-profile-517 .job-content-402 {
    margin-top: 1.5rem;
    text-align: left;
}}.cookie-popup-advisory-059 {
    border-radius: 29px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    transform: translateX(-50%);
    width: 90%;
    z-index: 1050;
    position: fixed;
    bottom: 20px;
    overflow: hidden;
    max-width: 500px;
    background: #ffffff;
    left: 50%;
}.data-comply-356 {
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}.data-notice-827 {
    margin-bottom: 20px;
}.data-notice-827 svg, .data-notice-827 svg path, .data-notice-827 img {
    fill: rgb(113,149,129);
    width: 60px;
    height: 60px;
}.cookie-popup-advisory-059 h5 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    color: rgb(113,149,129);
    text-align: center;
}.cookie-popup-advisory-059 p {
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}.track-manage-947 {
    margin: 5px;
    padding: 10px 20px;
    background: rgb(113,149,129);
    width: calc(50% - 10px);
    transition: background 0.3s ease-in-out;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    font-size: 20px;
    text-decoration: none;
}.track-manage-947:hover {
    background: rgb(77,113,93);
}.cookie_button.track-prefs-901 {
    background: rgb(77,113,93);
}.cookie_button.track-prefs-901:hover {
    background: rgb(77,113,93,0.5);
}.cookie-popup-advisory-059 p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(113,149,129);
}.cookie-popup-advisory-059 p a:hover {
    color: rgb(77,113,93);
}#cookiePolicyAlert-982 {
    display: none;
}#cookiePolicyAlert-982:checked ~ .cookie-popup-advisory-059 {
    opacity: 0;
    visibility: hidden;
}.connect-with-us-721 {
    overflow: hidden;
    background: rgb(148,185,164);
    position: relative;
    padding: 120px 0;
}.connect-with-us-721::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(113,149,129), rgb(77,113,93));
    height: 5px;
    content: "";
}.connect-with-us-721 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}.connect-with-us-721 h2 {
    text-align: left;
    font-weight: 700;
    margin-bottom: 60px;
    color: #000000;
    font-size: 34px;
    padding-left: 20px;
    position: relative;
    font-family: Arial, sans-serif;
    display: inline-block;
}.connect-with-us-721 h2::before {
    width: 5px;
    background: rgb(113,149,129);
    left: 0;
    content: "";
    height: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
}.connect-with-us-721 .inquiry-form-968 {
    gap: 60px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.connect-with-us-721 .img-text-overlay-658 {
    min-height: 500px;
    position: relative;
    order: 2;
    overflow: hidden;
    border-radius: 13px;
    box-shadow: -15px 15px 0 rgb(113,149,129,0.5);
}.connect-with-us-721 .help-help-603 {
    order: 1;
}.connect-with-us-721 form {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 50px;
    border-radius: 13px;
    width: 100%;
}.connect-with-us-721 form h3 {
    color: #000000;
    margin-bottom: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}.connect-with-us-721 form input[type="text"] {
    font-size: 17px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    padding: 18px 25px;
    border: none;
    font-family: Arial, sans-serif;
    background: rgb(148,185,164);
    border-radius: 10px;
    color: #000000;
    width: 100%;
}.connect-with-us-721 form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(113,149,129,0.5);
    background: #ffffff;
}.connect-with-us-721 form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.connect-with-us-721 .reach-card-675 {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.connect-with-us-721 .reach-card-675 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect-with-us-721 .reach-card-675 label {
    line-height: 1.5;
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
    font-size: 15px;
    position: relative;
}.connect-with-us-721 .reach-card-675 label::before {
    transition: all 0.2s ease;
    position: absolute;
    left: 0;
    height: 22px;
    content: "";
    top: 2px;
    width: 22px;
    border-radius: 10px;
    background: rgb(148,185,164);
}.connect-with-us-721 .reach-card-675 input[type="checkbox"]:checked + label::before {
    background: rgb(113,149,129);
}.connect-with-us-721 .reach-card-675 input[type="checkbox"]:checked + label::after {
    height: 10px;
    border-bottom: 2px solid #ffffff;
    width: 6px;
    top: 6px;
    left: 8px;
    transform: rotate(45deg);
    content: "";
    border-right: 2px solid #ffffff;
    position: absolute;
}.connect-with-us-721 .reach-card-675 label a {
    transition: all 0.3s ease;
    color: rgb(113,149,129);
    text-decoration: none;
    font-weight: 600;
}.connect-with-us-721 .reach-card-675 label a:hover {
    color: rgb(77,113,93);
}.connect-with-us-721 form .request-feedback-079 {
    color: #ffffff;
    display: inline-block;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 19px;
    background: #000000;
    font-weight: 600;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding: 18px 40px;
    border-radius: 10px;
}.connect-with-us-721 form .request-feedback-079:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgb(113,149,129);
}.connect-with-us-721 svg {
    fill: rgb(113,149,129);
    height: 20px;
    width: 20px;
}.connect-with-us-721 svg path {
    fill: rgb(113,149,129);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.connect-with-us-721 {
    padding: 90px 0;
}.connect-with-us-721 .inquiry-form-968 {
    grid-template-columns: 1fr;
    gap: 40px;
}.connect-with-us-721 .img-text-overlay-658 {
    min-height: 400px;
    margin: 0 auto;
    max-width: 600px;
    order: 1;
}.connect-with-us-721 .help-help-603 {
    order: 2;
}.connect-with-us-721 form {
    margin: 0 auto;
    max-width: 600px;
}
}

@media screen and (max-width: 767px) {.connect-with-us-721 {
    padding: 70px 0;
}.connect-with-us-721 h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 40px;
}.connect-with-us-721 .img-text-overlay-658 {
    box-shadow: -10px 10px 0 rgb(113,149,129,0.5);
    min-height: 300px;
    width: 100%;
}.connect-with-us-721 form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.connect-with-us-721 {
    padding: 50px 0;
}.connect-with-us-721 h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.8);
}.connect-with-us-721 .img-text-overlay-658 {
    box-shadow: -8px 8px 0 rgb(113,149,129,0.5);
    min-height: 250px;
}.connect-with-us-721 form {
    padding: 30px 20px;
}.connect-with-us-721 form h3 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.connect-with-us-721 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.connect-with-us-721 form .request-feedback-079 {
    padding: 15px 20px;
    width: 100%;
}}.tyWrapper-708 {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(113,149,129,0.5), rgb(148,185,164), rgb(77,113,93,0.5));
    perspective: 1000px;
    position: relative;
}.tyWrapper-708::before {
    left: 0;
    content: "";
    z-index: 0;
    top: 0;
    animation: pulse 10s infinite alternate ease-in-out;
    background: 
        radial-gradient(circle at 20% 30%, rgb(113,149,129,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(77,113,93,0.5) 0%, transparent 60%);
    position: absolute;
    right: 0;
    opacity: 0.7;
    bottom: 0;
}.tyWrapper-708::after {
    z-index: 1;
    position: absolute;
    pointer-events: none;
    content: "";
    animation: patternMove 60s linear infinite;
    top: -50%;
    width: 200%;
    transform: rotate(15deg);
    left: -50%;
    height: 200%;
}.tyWrapper-708 .container {
    transform-style: preserve-3d;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.tyWrapper-708 h2 {
    text-align: left;
    position: relative;
    padding-left: 20px;
    line-height: 1.3;
    color: #000000;
    font-weight: 700;
    border-left: 4px solid rgb(113,149,129);
    font-size: 35px;
    transform: translateZ(30px);
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.5s ease;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
}.tyWrapper-708 h2::after {
    transform-origin: left;
    transform: scaleX(0);
    width: 60px;
    bottom: -12px;
    background: rgb(77,113,93);
    animation: lineGrow 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    content: "";
    position: absolute;
    left: 20px;
    height: 3px;
}.tyWrapper-708 .pro-program-502 {
    border-radius: 30px;
    background: #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateZ(20px) rotateX(2deg);
    box-shadow: 
        0 15px 30px -10px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        0 30px 60px -30px rgba(rgb(113,149,129), 0.3);
    position: relative;
    overflow: hidden;
}.tyWrapper-708 .pro-program-502::before {
    left: 0;
    z-index: 3;
    top: 0;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(113,149,129), rgb(77,113,93));
    content: "";
    position: absolute;
}.tyWrapper-708 .pro-program-502:hover {
    transform: translateZ(30px) rotateX(0deg);
    box-shadow: 
        0 20px 40px -15px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.08),
        0 40px 70px -40px rgba(rgb(113,149,129), 0.4);
}.tyWrapper-708 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.tyWrapper-708 li {
    padding: 40px;
    background: #ffffff;
    transition: transform 0.3s ease;
    position: relative;
}.tyWrapper-708 li::before {
    width: 30px;
    display: flex;
    font-size: 16px;
    position: absolute;
    content: "✓";
    border-radius: 50%;
    background: rgb(113,149,129);
    top: -15px;
    left: 40px;
    height: 30px;
    align-items: center;
    color: #ffffff;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(rgb(113,149,129), 0.3);
}.tyWrapper-708 span {
    font-size: 17px;
    position: relative;
    font-family: Arial, sans-serif;
    display: block;
    z-index: 2;
    color: #000000;
    line-height: 1.7;
    text-align: left;
}

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

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
    }
}

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

@media (max-width: 991px) {.tyWrapper-708 {
    padding: 80px 0;
}.tyWrapper-708 h2 {
    padding-left: 15px;
    font-size: calc(35px * 0.9);
}.tyWrapper-708 li {
    padding: 30px;
}.tyWrapper-708 li::before {
    left: 30px;
}
}

@media (max-width: 767px) {.tyWrapper-708 {
    padding: 60px 0;
}.tyWrapper-708 h2 {
    margin-bottom: 30px;
    transform: translateZ(20px);
    font-size: calc(35px * 0.8);
}.tyWrapper-708 h2::after {
    width: 40px;
}.tyWrapper-708 .pro-program-502 {
    transform: translateZ(10px) rotateX(1deg);
}.tyWrapper-708 .pro-program-502:hover {
    transform: translateZ(15px) rotateX(0deg);
}.tyWrapper-708 li {
    padding: 25px 20px;
}.tyWrapper-708 li::before {
    height: 24px;
    font-size: 14px;
    width: 24px;
    top: -12px;
    left: 20px;
}.tyWrapper-708 span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.tyWrapper-708 {
    padding: 40px 0;
}.tyWrapper-708 h2 {
    border-left: 3px solid rgb(113,149,129);
    padding-left: 12px;
    font-size: calc(35px * 0.7);
}.tyWrapper-708 .container {
    padding: 0 15px;
}.tyWrapper-708 .pro-program-502 {
    transform: translateZ(5px) rotateX(0.5deg);
}.tyWrapper-708 .pro-program-502:hover {
    transform: translateZ(10px) rotateX(0deg);
}.tyWrapper-708 li {
    padding: 20px 15px;
}.tyWrapper-708 li::before {
    left: 15px;
    font-size: 12px;
    height: 20px;
    width: 20px;
}.tyWrapper-708 span {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}
}