* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}.container-wrap-36290 {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.equity-pledge-58172 {
    flex: 0 0 auto;
}.top-pagebar-93406 {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1188px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    left: 0;
    position: fixed;
    background: linear-gradient(120deg, 
        rgb(198,212,207) 0%, 
        rgb(198,212,207,0.5) 100%
    );
    top: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}header:before {
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
    position: absolute;
    content: '';
}header:after {
    background-size: 100px 100px;
    top: 0;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    height: 100%;
    left: 0;
}header .nav-class-84079 {
    position: relative;
}header .nav-class-84079:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0.3;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    content: '';
}header .nav-class-84079:after {
    position: absolute;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0.5;
    content: '';
    left: 0;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    height: 60px;
    width: 60px;
    filter: blur(8px);
    top: 50%;
}header .container {
    position: relative;
    max-width: 1200px;
    padding: 15px 25px;
    margin: 0 auto;
}header .container:before {
    top: 50%;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    right: 20px;
    background-size: 6px 2px, 6px 2px;
    background-position: 0 0, 0 10px;
    pointer-events: none;
    background-repeat: repeat-x;
    width: 50px;
    opacity: 0.5;
    position: absolute;
    content: '';
    transform: translateY(-50%);
    height: 30px;
}header .top-lesson-73149 {
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
}header .top-lesson-73149:before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 20px;
    transform: translateY(-50%) translateX(-40px);
    opacity: 0.5;
    border-radius: 50%;
    content: '';
    top: 50%;
    position: absolute;
    left: 0;
    height: 20px;
}header .top-lesson-73149:after {
    opacity: 0.5;
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 50%;
    transform: translateY(-50%) translateX(40px);
    border-radius: 50%;
}header .header-navbar-63847 {
    position: relative;
    display: flex;
    gap: 30px;
    align-items: center;
}header .header-navbar-63847:before {
    position: absolute;
    transition: opacity 0.4s ease;
    left: 0;
    height: 2px;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    opacity: 0;
    content: '';
    bottom: -10px;
    width: 100%;
}header .header-navbar-63847:hover:before {
    opacity: 0.7;
}header .head-pro-19456 {
    transition: all 0.3s ease;
    padding: 8px 0;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    font-size: 16px;
}header .head-pro-19456:before {
    transition: all 0.3s ease;
    border-radius: 50%;
    height: 6px;
    top: 50%;
    position: absolute;
    width: 6px;
    content: '';
    opacity: 0;
    background: #ffffff;
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    left: -12px;
}header .head-pro-19456:after {
    left: -30px;
    position: absolute;
    width: 20px;
    content: '';
    top: 50%;
    transform-origin: right;
    height: 1px;
    transform: translateY(-50%) scaleX(0);
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}header .head-pro-19456:hover {
    transform: translateX(5px);
    color: #ffffff;
}header .head-pro-19456:hover:before {
    opacity: 1;
    left: -20px;
}header .head-pro-19456:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .nav-skill-84236 {
    padding: 5px;
    transition: all 0.3s ease;
    display: flex;
    position: relative;
    text-decoration: none;
    align-items: center;
}header .nav-skill-84236:before {
    left: -10px;
    height: calc(100% + 20px);
    content: '';
    width: calc(100% + 20px);
    transition: all 0.3s ease;
    opacity: 0;
    border-radius: 10px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: -10px;
}header .nav-skill-84236:after {
    transition: all 0.3s ease;
    height: 10px;
    left: -5px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    top: -5px;
    width: 10px;
    position: absolute;
    opacity: 0;
    content: '';
    background: #ffffff;
    border-radius: 50%;
}header .nav-skill-84236:hover:before {
    opacity: 1;
}header .nav-skill-84236:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}header .nav-skill-84236 svg {
    transition: all 0.3s ease;
    width: auto;
    height: 40px;
}header .nav-skill-84236:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .header-navbar-63847 {
    gap: 20px;
}header .nav-skill-84236 svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .header-navbar-63847 {
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    height: 100vh;
    padding: 80px 30px 30px;
    top: 0;
    flex-direction: column;
    gap: 25px;
    background: rgb(198,212,207);
    right: -100%;
    width: 80%;
    position: fixed;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    max-width: 320px;
    z-index: 1001;
}header .header-navbar-63847:before {
    left: 10%;
    top: 60px;
    width: 80%;
    bottom: auto;
}header .header-navbar-63847:after {
    right: 20px;
    pointer-events: none;
    position: absolute;
    top: 20px;
    border-radius: 50%;
    content: '';
    width: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 30px;
}header .menu.active {
    right: 0;
}header .head-pro-19456 {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}header .head-pro-19456:hover {
    transform: translateX(0);
}header .head-pro-19456:last-child {
    border-bottom: none;
}header .nav-skill-84236 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .nav-skill-84236 svg {
    height: 30px;
}}.contact-17965 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(234,239,238);
}.contact-17965::before {
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.3;
    left: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(198,212,207,0.5) 0,
        rgb(198,212,207,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
}.contact-17965::after {
    bottom: 0;
    opacity: 0.2;
    right: 0;
    height: 300px;
    z-index: 1;
    position: absolute;
    filter: blur(60px);
    background: radial-gradient(circle, rgb(161,179,170) 0%, transparent 70%);
    width: 300px;
    content: "";
    animation: float 10s ease-in-out infinite;
}.contact-17965 .cover-photo-48592 {
    z-index: 0;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.08;
    filter: blur(2px) saturate(0.8);
    top: 0;
    height: 100%;
}.contact-17965 .cover-photo-48592::after {
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(161,179,170,0.5) 0%, transparent 100%);
    height: 100%;
}.contact-17965 .container {
    z-index: 5;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.contact-17965 h3 {
    color: #000000;
    font-size: 36px;
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 1px;
}.contact-17965 h3::before {
    height: 4px;
    width: 40px;
    position: absolute;
    top: -20px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    background: rgb(198,212,207);
}.contact-17965 h3::after {
    transform: translateX(-50%);
    position: absolute;
    height: 1px;
    bottom: -20px;
    width: 100px;
    background: linear-gradient(to right, transparent, rgb(198,212,207), transparent);
    left: 50%;
    content: "";
}.query-grid-89430 {
    overflow: hidden;
    display: grid;
    z-index: 10;
    background: #ffffff;
    gap: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    backdrop-filter: blur(10px);
}.query-grid-89430::before {
    position: absolute;
    background: radial-gradient(circle at center, rgb(161,179,170,0.5) 0%, transparent 50%);
    height: 200%;
    opacity: 0.2;
    z-index: 0;
    width: 200%;
    top: -50%;
    animation: rotate 60s linear infinite;
    content: "";
    left: -50%;
}.query-grid-89430 .inquiry-grid-18590 {
    position: relative;
    z-index: 2;
    padding: 60px 50px;
}.query-grid-89430 .inquiry-grid-18590::before {
    right: 0;
    position: absolute;
    top: 15%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(198,212,207,0.5), transparent);
    height: 70%;
    content: "";
}.query-grid-89430 .inquiry-grid-18590 h3 {
    letter-spacing: 0.5px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 35px;
    font-size: 23px;
    color: #000000;
}.query-grid-89430 .inquiry-grid-18590 h3::before {
    display: none;
}.query-grid-89430 .inquiry-grid-18590 h3::after {
    left: 0;
    height: 2px;
    background: rgb(198,212,207);
    transform: none;
    width: 60px;
    bottom: -15px;
}.query-grid-89430 .inquiry-grid-18590 form {
    flex-direction: column;
    display: flex;
}.query-grid-89430 .inquiry-grid-18590 input[type="text"],
.query-grid-89430 .inquiry-grid-18590 textarea {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    background: rgba(240, 240, 240, 0.5);
    font-size: 13px;
    border: none;
    width: 100%;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    padding: 18px 22px;
}.query-grid-89430 .inquiry-grid-18590 input[type="text"]:focus,
.query-grid-89430 .inquiry-grid-18590 textarea:focus {
    box-shadow: 0 0 0 2px rgb(198,212,207,0.5), inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    outline: none;
}.query-grid-89430 .inquiry-grid-18590 textarea {
    min-height: 150px;
    resize: vertical;
}.query-grid-89430 .inquiry-grid-18590 .contact-inquiry-07631 {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.query-grid-89430 .inquiry-grid-18590 .contact-inquiry-07631 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.query-grid-89430 .inquiry-grid-18590 .contact-inquiry-07631 label {
    color: #000000;
    line-height: 1.5;
    font-size: calc(13px - 2px);
    position: relative;
    cursor: pointer;
    padding-left: 30px;
}.query-grid-89430 .inquiry-grid-18590 .contact-inquiry-07631 label::before {
    position: absolute;
    background: rgba(240, 240, 240, 0.8);
    border-radius: 10px;
    content: "";
    left: 0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
    top: 2px;
    height: 20px;
    transition: all 0.3s ease;
    width: 20px;
}.query-grid-89430 .inquiry-grid-18590 .contact-inquiry-07631 input[type="checkbox"]:checked + label::before {
    background: rgb(198,212,207);
}.query-grid-89430 .inquiry-grid-18590 .contact-inquiry-07631 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    width: 5px;
    position: absolute;
    border: solid #ffffff;
    content: "";
    height: 10px;
    top: 5px;
    left: 8px;
    border-width: 0 2px 2px 0;
}.query-grid-89430 .inquiry-grid-18590 .contact-inquiry-07631 a {
    font-weight: 600;
    color: rgb(198,212,207);
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}.query-grid-89430 .inquiry-grid-18590 .contact-inquiry-07631 a::after {
    width: 0;
    left: 0;
    background-color: rgb(198,212,207);
    transition: width 0.3s ease;
    position: absolute;
    height: 1px;
    content: "";
    bottom: -2px;
}.query-grid-89430 .inquiry-grid-18590 .contact-inquiry-07631 a:hover::after {
    width: 100%;
}.query-grid-89430 .inquiry-grid-18590 .help-section-38549 {
    font-weight: 600;
    display: inline-block;
    background: transparent;
    z-index: 1;
    color: #000000;
    padding: 15px 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 2px solid rgb(198,212,207);
    font-size: 15px;
    overflow: hidden;
    border-radius: 10px;
    align-self: flex-start;
    position: relative;
    cursor: pointer;
}.query-grid-89430 .inquiry-grid-18590 .help-section-38549::before {
    width: 0;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    content: "";
    background: rgb(198,212,207);
}.query-grid-89430 .inquiry-grid-18590 .help-section-38549:hover {
    color: #ffffff;
}.query-grid-89430 .inquiry-grid-18590 .help-section-38549:hover::before {
    width: 100%;
}.query-grid-89430 .feedback-help-93746 {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 1) 100%);
    position: relative;
    z-index: 2;
    padding: 60px 50px;
}.query-grid-89430 .feedback-help-93746::before {
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(45deg, transparent 25%, rgba(0, 0, 0, 0.02) 25%, rgba(0, 0, 0, 0.02) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.02) 75%);
    top: 0;
    left: 0;
    background-size: 20px 20px;
    height: 100%;
}.query-grid-89430 .feedback-help-93746 h4 {
    margin-bottom: 35px;
    font-size: 23px;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 600;
    color: #000000;
}.query-grid-89430 .feedback-help-93746 h4::after {
    position: absolute;
    width: 60px;
    left: 0;
    content: "";
    bottom: -15px;
    background: rgb(198,212,207);
    height: 2px;
}.query-grid-89430 .feedback-help-93746 .request-support-04856 {
    margin: 0;
    padding: 0;
    list-style: none;
}.query-grid-89430 .feedback-help-93746 .request-support-04856 li {
    display: flex;
    border-left: 2px solid transparent;
    transition: all 0.3s ease;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 15px;
    position: relative;
    z-index: 1;
}.query-grid-89430 .feedback-help-93746 .request-support-04856 li:last-child {
    margin-bottom: 0;
}.query-grid-89430 .feedback-help-93746 .request-support-04856 li:hover {
    padding-left: 20px;
    border-left-color: rgb(198,212,207);
}.query-grid-89430 .feedback-help-93746 .request-support-04856 li svg {
    opacity: 0.8;
    height: 22px;
    width: 22px;
    margin-right: 18px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}.query-grid-89430 .feedback-help-93746 .request-support-04856 li:hover svg {
    transform: scale(1.1);
    opacity: 1;
}.query-grid-89430 .feedback-help-93746 .request-support-04856 li svg path {
    transition: all 0.3s ease;
    fill: rgb(198,212,207);
}.query-grid-89430 .feedback-help-93746 .request-support-04856 li:hover svg path {
    fill: rgb(161,179,170);
}.query-grid-89430 .feedback-help-93746 .request-support-04856 li span {
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
}.query-grid-89430 .feedback-help-93746 .request-support-04856 li a {
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
}.query-grid-89430 .feedback-help-93746 .request-support-04856 li a::after {
    height: 1px;
    content: "";
    width: 0;
    background-color: rgb(198,212,207);
    position: absolute;
    transition: width 0.3s ease;
    bottom: -3px;
    left: 0;
}.query-grid-89430 .feedback-help-93746 .request-support-04856 li a:hover {
    color: rgb(198,212,207);
}.query-grid-89430 .feedback-help-93746 .request-support-04856 li a:hover::after {
    width: 100%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.contact-17965 {
    padding: 80px 0;
}.query-grid-89430 {
    grid-template-columns: 1fr;
}.query-grid-89430 .inquiry-grid-18590::before {
    height: 1px;
    left: 15%;
    top: auto;
    bottom: 0;
    right: auto;
    width: 70%;
}.query-grid-89430 .inquiry-grid-18590,
    .query-grid-89430 .feedback-help-93746 {
    padding: 50px 40px;
}
}

@media screen and (max-width: 768px) {.contact-17965 {
    padding: 60px 0;
}.contact-17965 h3 {
    font-size: calc(36px - 4px);
    margin-bottom: 40px;
}.query-grid-89430 .inquiry-grid-18590,
    .query-grid-89430 .feedback-help-93746 {
    padding: 40px 30px;
}.query-grid-89430 .inquiry-grid-18590 h3,
    .query-grid-89430 .feedback-help-93746 h4 {
    margin-bottom: 30px;
    font-size: calc(23px - 2px);
}.query-grid-89430 .inquiry-grid-18590 input[type="text"],
    .query-grid-89430 .inquiry-grid-18590 textarea {
    margin-bottom: 20px;
    padding: 15px 18px;
}.query-grid-89430 .inquiry-grid-18590 .help-section-38549 {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.contact-17965 {
    padding: 50px 0;
}.query-grid-89430 {
    border-radius: 10px;
}.query-grid-89430 .inquiry-grid-18590,
    .query-grid-89430 .feedback-help-93746 {
    padding: 30px 25px;
}.query-grid-89430 .feedback-help-93746 .request-support-04856 li {
    align-items: flex-start;
}.query-grid-89430 .feedback-help-93746 .request-support-04856 li svg {
    margin-top: 3px;
}}.who-we-are-29381 {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}.who-we-are-29381::before {
    bottom: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(25, 28, 41, 0.92) 0%,
        rgba(25, 28, 41, 0.85) 50%,
        rgba(25, 28, 41, 0.75) 100%);
    right: 0;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}.who-we-are-29381::after {
    transform: rotate(-15deg);
    right: -5%;
    content: "";
    opacity: 0.4;
    background: linear-gradient(120deg, 
        rgb(198,212,207,0.5) 0%,
        rgb(161,179,170,0.5) 100%);
    height: 60%;
    width: 40%;
    filter: blur(60px);
    top: -5%;
    position: absolute;
    z-index: 1;
    animation: floatGlow 18s infinite alternate ease-in-out;
}.who-we-are-29381 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.who-we-are-29381 h4 {
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    transform: translateY(-20px);
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
    animation: fadeInUp 0.8s 0.2s forwards ease-out;
    z-index: 2;
    text-transform: uppercase;
    opacity: 0;
}.who-we-are-29381 h4::after {
    bottom: -12px;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    background: linear-gradient(90deg, rgb(198,212,207), rgb(161,179,170));
    width: 80px;
    position: absolute;
    content: "";
}.who-we-are-29381 .text-section-60943 {
    padding: 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    opacity: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.4s forwards ease-out;
    background: rgba(255, 255, 255, 0.03);
}.who-we-are-29381 .text-section-60943::before {
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, 
        rgba(rgb(198,212,207), 0.05) 0%,
        rgba(rgb(161,179,170), 0.05) 100%);
    width: 100%;
    left: 0;
    z-index: -1;
}.who-we-are-29381 .text-section-60943::after {
    height: 200%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0) 70%
    );
    left: -50%;
    content: "";
    top: -50%;
    width: 200%;
    z-index: -1;
    position: absolute;
    opacity: 0.5;
    animation: rotateGradient 30s linear infinite;
}.who-we-are-29381 h6 {
    margin-bottom: 25px;
    text-shadow: 0 2px 10px rgba(var(--primary-color-rgb), 0.3);
    font-weight: 700;
    display: inline-block;
    font-size: calc(22px * 1.2);
    color: rgb(198,212,207);
    position: relative;
}.who-we-are-29381 h6::after {
    bottom: -8px;
    content: "";
    width: 60%;
    left: 0;
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(198,212,207) 0%,
        transparent 100%);
}.who-we-are-29381 span {
    font-size: 14px;
    text-align: justify;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    column-count: 1;
    column-gap: 40px;
    display: block;
    position: relative;
}.who-we-are-29381 .text-section-60943 div {
    position: relative;
}.who-we-are-29381 .text-section-60943 div::before {
    top: -20px;
    width: 70px;
    border-right: 2px solid rgb(161,179,170,0.5);
    position: absolute;
    content: "";
    right: -20px;
    opacity: 0.6;
    height: 70px;
    border-top: 2px solid rgb(161,179,170,0.5);
}.who-we-are-29381 .text-section-60943 div::after {
    height: 70px;
    border-left: 2px solid rgb(198,212,207,0.5);
    bottom: -20px;
    left: -20px;
    border-bottom: 2px solid rgb(198,212,207,0.5);
    opacity: 0.6;
    width: 70px;
    content: "";
    position: absolute;
}

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

@keyframes floatGlow {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(-18deg) translate(20px, -20px);
    }
}

@keyframes rotateGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {.who-we-are-29381 {
    padding: 150px 0 100px;
}.who-we-are-29381 h4 {
    font-size: calc(28px * 1.1);
    margin-bottom: 60px;
}.who-we-are-29381 .text-section-60943 {
    padding: 60px;
}.who-we-are-29381 span {
    column-count: 2;
}
}

@media (min-width: 992px) {.who-we-are-29381 {
    padding: 180px 0 120px;
}.who-we-are-29381 h4 {
    font-size: calc(28px * 1.2);
}.who-we-are-29381 .container {
    max-width: 1400px;
}.who-we-are-29381 .text-section-60943 {
    margin: 0 auto;
    max-width: 90%;
    padding: 70px;
}.who-we-are-29381 h6 {
    margin-bottom: 35px;
    font-size: calc(22px * 1.4);
}.who-we-are-29381 span {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.who-we-are-29381 .text-section-60943 {
    padding: 80px;
    max-width: 80%;
}.who-we-are-29381 span {
    column-count: 2;
    column-gap: 60px;
}
}

@media (max-width: 767px) {.who-we-are-29381 {
    padding: 80px 0 60px;
}.who-we-are-29381 h4 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.who-we-are-29381 .text-section-60943 {
    padding: 30px 20px;
}.who-we-are-29381 h6 {
    font-size: 22px;
    margin-bottom: 20px;
}.who-we-are-29381 span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}.who-we-are-29381 .text-section-60943 div::before,
    .who-we-are-29381 .text-section-60943 div::after {
    height: 50px;
    width: 50px;
}
}

@media (hover: hover) {.who-we-are-29381 .text-section-60943:hover::after {
    animation-duration: 15s;
}.who-we-are-29381 .text-section-60943:hover::before {
    transition: background 0.5s ease;
    background: linear-gradient(45deg, 
            rgba(rgb(198,212,207), 0.08) 0%,
            rgba(rgb(161,179,170), 0.08) 100%);
}}.secure-depot-93021 {
    background: linear-gradient(135deg, rgb(234,239,238) 0%, rgba(rgb(198,212,207,0.5), 0.05) 100%);
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}.secure-depot-93021::before {
    background: linear-gradient(90deg, rgb(198,212,207) 0%, rgb(161,179,170) 100%);
    width: 100%;
    transform-origin: left center;
    height: 5px;
    top: 0;
    animation: slidein 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    content: "";
    position: absolute;
    left: 0;
}.secure-depot-93021::after {
    right: 0;
    content: "";
    z-index: 0;
    width: 30%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    position: absolute;
    background: linear-gradient(to bottom, rgba(rgb(198,212,207,0.5), 0.03), transparent);
    top: 0;
    height: 100%;
}.secure-depot-93021 .container {
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}.secure-depot-93021 h1 {
    position: relative;
    transform: translateY(10px);
    animation: fadeup 0.5s ease-out 0.2s forwards;
    opacity: 0;
    letter-spacing: -0.5px;
    margin-bottom: 2.5rem;
    color: #000000;
    font-size: 41px;
    font-weight: 700;
}.secure-depot-93021 h1::after {
    content: "";
    height: 3px;
    animation: scaleIn 0.6s ease-out 0.6s forwards;
    left: 0;
    width: 60px;
    transform: scaleX(0);
    background: rgb(198,212,207);
    bottom: -12px;
    transform-origin: left;
    position: absolute;
}.secure-depot-93021 h2 {
    transform: translateY(10px);
    animation: fadeup 0.5s ease-out 0.3s forwards;
    position: relative;
    margin: 2.5rem 0 1.5rem;
    opacity: 0;
    font-size: 30px;
    color: #000000;
    padding-left: 1rem;
    font-weight: 600;
}.secure-depot-93021 h2::before {
    background: rgb(161,179,170);
    width: 3px;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    transform: scaleY(0.7);
    top: 0;
    content: "";
}.secure-depot-93021 h3 {
    color: #000000;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    margin: 2rem 0 1rem;
    opacity: 0;
    transform: translateY(10px);
    font-size: calc(30px * 0.85);
    font-weight: 600;
}.secure-depot-93021 h4 {
    color: #000000;
    opacity: 0.85;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    opacity: 0;
    font-weight: 600;
    transform: translateY(10px);
    font-size: calc(30px * 0.75);
    margin: 1.5rem 0 1rem;
}.secure-depot-93021 p {
    max-width: 95%;
    opacity: 0;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    line-height: 1.75;
    transform: translateY(10px);
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 17px;
}.secure-depot-93021 p strong {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #000000;
}.secure-depot-93021 p strong::after {
    background: rgb(198,212,207);
    opacity: 0.5;
    width: 100%;
    position: absolute;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
}.secure-depot-93021 span {
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    line-height: 1.75;
    font-size: 17px;
    padding-left: 1rem;
    display: block;
    transform: translateY(10px);
}.secure-depot-93021 span::before {
    position: absolute;
    left: 0;
    content: "";
    height: calc(100% - 1rem);
    background: rgb(161,179,170);
    width: 3px;
    top: 0.5rem;
    opacity: 0.3;
}.secure-depot-93021 ul {
    transform: translateX(-10px);
    position: relative;
    opacity: 0;
    animation: slidein 0.6s ease-out 0.5s forwards;
    border-left: 3px solid rgb(198,212,207);
    padding-left: 0;
    border-radius: 0 10px 10px 0;
    margin: 1.5rem 0 2rem;
    padding: 1.5rem 2rem;
    list-style: none;
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
}.secure-depot-93021 ul::before {
    z-index: -1;
    background: linear-gradient(to right, rgba(rgb(198,212,207,0.5), 0.05), transparent);
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
}.secure-depot-93021 li {
    padding-left: 1.75rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    position: relative;
    font-size: 17px;
    color: #000000;
}.secure-depot-93021 li:last-child {
    margin-bottom: 0;
}.secure-depot-93021 li::before {
    left: 0;
    position: absolute;
    top: 0.5rem;
    border-radius: 1px;
    transform: rotate(45deg);
    content: "";
    height: 8px;
    background: rgb(161,179,170);
    width: 8px;
}

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

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

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

@media (min-width: 768px) {.secure-depot-93021 {
    padding: 6rem 3rem;
}.secure-depot-93021 h1 {
    margin-bottom: 3rem;
    font-size: calc(41px * 1.15);
}.secure-depot-93021 h1::after {
    width: 80px;
}.secure-depot-93021 p, .secure-depot-93021 span {
    max-width: 85%;
}.secure-depot-93021 ul {
    max-width: 90%;
    margin-left: 1rem;
}
}

@media (min-width: 992px) {.secure-depot-93021 {
    padding: 7rem 4rem;
}.secure-depot-93021::after {
    width: 40%;
}.secure-depot-93021 h1 {
    font-size: calc(41px * 1.3);
}.secure-depot-93021 h2 {
    padding-left: 1.5rem;
}.secure-depot-93021 p, .secure-depot-93021 span {
    max-width: 80%;
    font-size: calc(17px * 1.05);
}.secure-depot-93021 ul {
    padding: 2rem 2.5rem;
}.secure-depot-93021 li {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.secure-depot-93021 {
    padding: 4rem 1.5rem;
}.secure-depot-93021 h1 {
    font-size: calc(41px * 0.9);
}.secure-depot-93021 h2 {
    font-size: calc(30px * 0.9);
}.secure-depot-93021 h3 {
    font-size: calc(30px * 0.8);
}.secure-depot-93021 h4 {
    font-size: calc(30px * 0.7);
}.secure-depot-93021 p, .secure-depot-93021 span {
    max-width: 100%;
}.secure-depot-93021 ul {
    padding: 1.25rem 1.5rem;
}}.tariff-plan-09564 {
    background: rgb(234,239,238);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.tariff-plan-09564::before {
    content: "";
    top: -50px;
    height: 300px;
    right: -50px;
    animation: float-effect 12s infinite alternate ease-in-out;
    z-index: 0;
    position: absolute;
    background: rgb(198,212,207,0.5);
    filter: blur(80px);
    width: 300px;
}.tariff-plan-09564::after {
    background: rgb(161,179,170,0.5);
    content: "";
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    width: 250px;
    bottom: -50px;
    position: absolute;
    filter: blur(60px);
    left: -50px;
    height: 250px;
    z-index: 0;
}.tariff-plan-09564 .container {
    padding: 0 15px;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.tariff-plan-09564 .offer-box-49178 {
    flex-direction: column;
    gap: 60px;
    display: flex;
}.tariff-plan-09564 .promo-plans-63054 {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    order: -1;
    padding: 0 20px;
}.tariff-plan-09564 .promo-plans-63054 h2 {
    position: relative;
    font-size: 38px;
    display: inline-block;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
}.tariff-plan-09564 .promo-plans-63054 h2::after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    background: rgb(198,212,207);
    bottom: -10px;
    content: "";
    height: 3px;
}.tariff-plan-09564 .price-choices-28079 {
    margin-bottom: 0;
    font-size: 17px;
    opacity: 0.85;
    color: #000000;
    line-height: 1.6;
}.tariff-plan-09564 .plan-deals-54308 {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
}.tariff-plan-09564 .learn-packs-48609 {
    text-decoration: none;
    height: 100%;
    color: inherit;
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}.tariff-plan-09564 .learn-packs-48609:hover {
    transform: translateY(-10px) scale(1.02);
}.tariff-plan-09564 .study-price-93754 {
    background: #ffffff;
    transition: box-shadow 0.4s ease;
    transform-style: preserve-3d;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    height: 100%;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.tariff-plan-09564 .learn-packs-48609:hover .study-price-93754 {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(198,212,207,0.5);
}.tariff-plan-09564 .pay-plans-85139 {
    flex-direction: column;
    padding: 30px;
    overflow: hidden;
    z-index: 2;
    flex-grow: 1;
    position: relative;
    display: flex;
}.tariff-plan-09564 .pay-plans-85139::before {
    transform: scaleX(0);
    top: 0;
    content: "";
    position: absolute;
    height: 5px;
    right: 0;
    background: linear-gradient(90deg, rgb(198,212,207), rgb(161,179,170));
    transform-origin: left;
    transition: transform 0.5s ease;
    left: 0;
}.tariff-plan-09564 .learn-packs-48609:hover .pay-plans-85139::before {
    transform: scaleX(1);
}.tariff-plan-09564 .pay-plans-85139 h3 {
    word-break: break-word;
    font-size: calc(24px + 2px);
    white-space: normal;
    margin-bottom: 10px;
    color: #000000;
    overflow-wrap: break-word;
    transition: transform 0.4s ease, color 0.3s ease;
    font-weight: 700;
}.tariff-plan-09564 .learn-packs-48609:hover .pay-plans-85139 h3 {
    transform: translateX(5px);
    color: rgb(198,212,207);
}.tariff-plan-09564 .fee-choices-65419 {
    display: block;
    font-size: 24px;
    word-break: break-word;
    position: relative;
    transition: transform 0.4s ease;
    color: rgb(161,179,170);
    overflow-wrap: break-word;
    font-weight: 700;
    white-space: normal;
    margin: 10px 0 20px;
}.tariff-plan-09564 .fee-choices-65419::before {
    content: "";
    width: 40px;
    bottom: -8px;
    height: 2px;
    position: absolute;
    left: 0;
    background: rgb(161,179,170,0.5);
    transition: width 0.4s ease;
}.tariff-plan-09564 .learn-packs-48609:hover .fee-choices-65419::before {
    width: 80px;
}.tariff-plan-09564 .pay-plans-85139 p {
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.6;
    word-break: break-word;
    transition: color 0.3s ease;
    flex-grow: 1;
    white-space: normal;
    font-size: calc(17px - 1px);
}.tariff-plan-09564 .cover-photo-48592 {
    position: relative;
    height: 200px;
    transition: transform 0.6s ease, filter 0.6s ease;
    transform: translateZ(-10px);
    overflow: hidden;
}.tariff-plan-09564 .cover-photo-48592::after {
    transition: opacity 0.5s ease;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0.6;
}.tariff-plan-09564 .learn-packs-48609:hover .cover-photo-48592 {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}.tariff-plan-09564 .learn-packs-48609:hover .cover-photo-48592::after {
    opacity: 0.4;
}.tariff-plan-09564 .learn-packs-48609::after {
    top: 100%;
    right: 30px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    content: "";
    transition: opacity 0.4s ease;
    opacity: 0;
    left: 30px;
    height: 15px;
    background: rgb(198,212,207,0.5);
    filter: blur(10px);
}.tariff-plan-09564 .learn-packs-48609:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.tariff-plan-09564 .offer-box-49178 {
    flex-direction: row;
    align-items: center;
}.tariff-plan-09564 .promo-plans-63054 {
    flex: 0 0 30%;
    order: 0;
    text-align: left;
    padding-right: 40px;
}.tariff-plan-09564 .promo-plans-63054 h2::after {
    left: 0;
    transform: none;
}.tariff-plan-09564 .plan-deals-54308 {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.tariff-plan-09564 .plan-deals-54308 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.tariff-plan-09564 .pay-plans-85139 {
    padding: 35px;
}.tariff-plan-09564 .cover-photo-48592 {
    height: 220px;
}
}

@media (max-width: 991px) {.tariff-plan-09564 {
    padding: 80px 0;
}.tariff-plan-09564 .promo-plans-63054 {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.tariff-plan-09564 {
    padding: 60px 0;
}.tariff-plan-09564 .plan-deals-54308 {
    grid-template-columns: 1fr;
    gap: 25px;
}.tariff-plan-09564 .promo-plans-63054 h2 {
    font-size: calc(38px - 4px);
}.tariff-plan-09564 .cover-photo-48592 {
    height: 180px;
}.tariff-plan-09564 .pay-plans-85139 {
    padding: 25px;
}
}

@media (max-width: 480px) {.tariff-plan-09564 {
    padding: 50px 0;
}.tariff-plan-09564 .pay-plans-85139 h3 {
    font-size: 24px;
}.tariff-plan-09564 .fee-choices-65419 {
    font-size: calc(24px - 2px);
}.tariff-plan-09564 .cover-photo-48592 {
    height: 160px;
}.tariff-plan-09564 .pay-plans-85139 {
    padding: 20px;
}}.title-board-61243 {
    overflow: hidden;
    position: relative;
    width: 100%;
}.title-board-61243 .edu-hero-82905 {
    padding: 6rem 2rem;
    min-height: 100vh;
    justify-content: center;
    position: relative;
    align-items: center;
    display: flex;
    box-sizing: border-box;
}.title-board-61243 .edu-hero-82905::before {
    content: '';
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.6) 50%, 
    rgba(0, 0, 0, 0.75) 100%);
    position: absolute;
    z-index: 1;
    backdrop-filter: blur(5px) saturate(120%);
}.title-board-61243 .edu-hero-82905::after {
    height: 220px;
    z-index: 2;
    position: absolute;
    bottom: -20px;
    content: '';
    left: -20px;
    transform: skewY(-3deg);
    right: -20px;
    background: linear-gradient(0deg, rgb(198,212,207) 0%, transparent 100%);
    opacity: 0.15;
}.title-board-61243 .study-programs-21768 {
    padding: 3.5rem;
    position: relative;
    perspective: 1000px;
    z-index: 3;
    max-width: 900px;
    animation: fadeIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    width: 100%;
    transform-style: preserve-3d;
}.title-board-61243 .study-programs-21768::before {
    z-index: -1;
    content: '';
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
    rgba(255, 255, 255, 0.08) 0%, 
    rgba(255, 255, 255, 0.03) 50%, 
    rgba(255, 255, 255, 0.01) 100%);
    bottom: 0;
    position: absolute;
    left: 0;
    border-radius: 12px;
    box-shadow: 
    20px 20px 60px rgba(0, 0, 0, 0.1),
    -20px -20px 60px rgba(255, 255, 255, 0.05),
    inset 5px 5px 15px rgba(255, 255, 255, 0.05),
    inset -5px -5px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    right: 0;
    transform: translateZ(-10px);
}.title-board-61243 h1 {
    color: #ffffff;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    transform: translateZ(30px);
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    opacity: 0;
    position: relative;
}.title-board-61243 h1::after {
    height: 5px;
    bottom: -15px;
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(198,212,207), rgb(198,212,207,0.5));
    border-radius: 10px;
    animation: expandLine 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    content: '';
    width: 120px;
}.title-board-61243 h3 {
    color: #ffffff;
    font-weight: 600;
    margin-top: 2rem;
    opacity: 0;
    opacity: 0.9;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    transform: translateZ(20px);
    line-height: 1.5;
    margin-bottom: 1.8rem;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
}.title-board-61243 p {
    padding-left: 20px;
    color: #ffffff;
    margin-top: 1.5rem;
    line-height: 1.6;
    transform: translateZ(10px);
    opacity: 0;
    border-left: 3px solid rgb(161,179,170);
    font-size: clamp(1rem, 2vw, 1.3rem);
    font-weight: 400;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s forwards;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px) translateZ(0);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(var(--z, 30px));
  }
}

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

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

@media (max-width: 992px) {.title-board-61243 .study-programs-21768 {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.title-board-61243 .edu-hero-82905 {
    padding-top: 6rem;
    align-items: flex-start;
    padding: 4rem 1.5rem;
}.title-board-61243 .study-programs-21768 {
    padding: 2rem;
}.title-board-61243 h1 {
    margin-bottom: 1.2rem;
}.title-board-61243 h1::after {
    width: 80px;
    height: 4px;
    bottom: -10px;
}.title-board-61243 h3 {
    margin-bottom: 1.2rem;
    margin-top: 1.5rem;
}
}

@media (max-width: 576px) {.title-board-61243 .edu-hero-82905 {
    padding: 3rem 1rem;
    padding-top: 5rem;
}.title-board-61243 .study-programs-21768 {
    padding: 1.5rem;
}.title-board-61243 h1 {
    margin-bottom: 1rem;
}.title-board-61243 h1::after {
    width: 60px;
    bottom: -8px;
    height: 3px;
}.title-board-61243 h3 {
    margin-top: 1.2rem;
    margin-bottom: 1rem;
}.title-board-61243 p {
    padding-left: 15px;
    border-left-width: 2px;
}}

.title-board-61243 .study-programs-21768:hover {
    transform: translateZ(5px) scale(1.01);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.title-board-61243 .study-programs-21768:hover h1::after {
    transition: background 0.5s ease;
    background: linear-gradient(90deg, rgb(161,179,170), rgb(198,212,207));
}.cookieNotificationPanel-92063 {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    max-width: 500px;
    background: #ffffff;
    overflow: hidden;
    width: 90%;
    transform: translateX(-50%);
    bottom: 20px;
    position: fixed;
    z-index: 1050;
    font-family: Arial, sans-serif;
    left: 50%;
    border-radius: 15px;
}.track-manage-16720 {
    display: flex;
    align-items: center;
    padding: 20px;
    flex-direction: column;
}.cookie-visitor-47583 {
    margin-bottom: 20px;
}.cookie-visitor-47583 svg, .cookie-visitor-47583 svg path, .cookie-visitor-47583 img {
    height: 60px;
    width: 60px;
    fill: rgb(198,212,207);
}.cookieNotificationPanel-92063 h5 {
    color: rgb(198,212,207);
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    font-size: 21px;
}.cookieNotificationPanel-92063 p {
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-size: 12px;
}.edu-cookies-01648 {
    transition: background 0.3s ease-in-out;
    display: inline-block;
    text-decoration: none;
    background: rgb(198,212,207);
    width: calc(50% - 10px);
    text-align: center;
    color: #ffffff;
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 19px;
    padding: 10px 20px;
    border-radius: 10px;
}.edu-cookies-01648:hover {
    background: rgb(161,179,170);
}.cookie_button.cookie-expand-51684 {
    background: rgb(161,179,170);
}.cookie_button.cookie-expand-51684:hover {
    background: rgb(161,179,170,0.5);
}.cookieNotificationPanel-92063 p a {
    text-decoration: none;
    color: rgb(198,212,207);
    transition: color 0.3s ease-in-out;
}.cookieNotificationPanel-92063 p a:hover {
    color: rgb(161,179,170);
}#cookieAlertNotice-15286 {
    display: none;
}#cookieAlertNotice-15286:checked ~ .cookieNotificationPanel-92063 {
    opacity: 0;
    visibility: hidden;
}.user-testimonials-95804 {
    padding: 100px 0 120px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, rgb(234,239,238), #ffffff);
}.user-testimonials-95804::before {
    z-index: 0;
    width: 100%;
    top: 0;
    opacity: 0.2;
    background: repeating-linear-gradient(
        -45deg,
        rgb(198,212,207,0.5) 0,
        rgb(198,212,207,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
}.user-testimonials-95804 .academy-team-39217 {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 30px;
    max-width: 1200px;
}.user-testimonials-95804 h4 {
    font-size: 47px;
    color: #000000;
    display: block;
    transform: skewY(0);
    position: relative;
    margin-bottom: 60px;
    font-weight: 700;
    text-align: center;
}.user-testimonials-95804 h4::after {
    position: absolute;
    left: -10%;
    content: "";
    height: 10px;
    width: 120%;
    background: rgb(198,212,207);
    transform: skewX(0);
    bottom: -20px;
}.user-testimonials-95804 .client-testimonials-65481 {
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}.user-testimonials-95804 .review-track-98620 {
    margin: 0 20px 40px;
    width: calc(33.333% - 40px);
    display: flex;
    position: relative;
    padding: 30px 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-direction: column;
    transform: translateY(0);
}.user-testimonials-95804 .review-track-98620:hover {
    transform: translateY(-15px);
}.user-testimonials-95804 .review-track-98620::before {
    height: 0;
    content: "";
    transition: height 0.5s ease;
    width: 2px;
    top: 0;
    left: 0;
    background: rgb(198,212,207);
    position: absolute;
}.user-testimonials-95804 .review-track-98620:hover::before {
    height: 100%;
}.user-testimonials-95804 .review-track-98620::after {
    background: rgb(198,212,207);
    width: 0;
    transition: width 0.5s ease 0.2s;
    bottom: 0;
    position: absolute;
    left: 0;
    content: "";
    height: 2px;
}.user-testimonials-95804 .review-track-98620:hover::after {
    width: 100%;
}.user-testimonials-95804 .cover-photo-48592 {
    border-radius: 13px;
    position: relative;
    overflow: hidden;
    box-shadow: 5px 5px 0 rgb(161,179,170,0.5);
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    transform: rotate(-3deg);
}.user-testimonials-95804 .review-track-98620:hover .cover-photo-48592 {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(161,179,170,0.5);
}.user-testimonials-95804 .review-track-98620 span {
    font-weight: 600;
    padding-left: 15px;
    font-size: calc(14px * 1.1);
    margin: 10px 0;
    color: #000000;
    transition: transform 0.3s ease;
    transform: translateX(0);
    position: relative;
}.user-testimonials-95804 .review-track-98620:hover span {
    color: rgb(198,212,207);
    transform: translateX(10px);
}.user-testimonials-95804 .review-track-98620 p {
    transition: border-left-color 0.3s ease;
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    border-left: 1px dashed rgb(161,179,170,0.5);
    color: #000000;
    line-height: 1.7;
    margin-top: 15px;
}.user-testimonials-95804 .review-track-98620:hover p {
    border-left-color: rgb(198,212,207);
}.user-testimonials-95804 .review-track-98620:nth-child(3n+1) {
    transform: translateY(20px);
}.user-testimonials-95804 .review-track-98620:nth-child(3n+2) {
    transform: translateY(40px);
}.user-testimonials-95804 .review-track-98620:nth-child(3n+1):hover {
    transform: translateY(5px);
}.user-testimonials-95804 .review-track-98620:nth-child(3n+2):hover {
    transform: translateY(25px);
}

@media (max-width: 1024px) {.user-testimonials-95804 .review-track-98620 {
    width: calc(50% - 40px);
}.user-testimonials-95804 .review-track-98620:nth-child(2n+1) {
    transform: translateY(20px);
}.user-testimonials-95804 .review-track-98620:nth-child(2n+2) {
    transform: translateY(40px);
}.user-testimonials-95804 .review-track-98620:nth-child(2n+1):hover {
    transform: translateY(5px);
}.user-testimonials-95804 .review-track-98620:nth-child(2n+2):hover {
    transform: translateY(25px);
}.user-testimonials-95804 h4 {
    font-size: calc(47px * 0.9);
}
}

@media (max-width: 768px) {.user-testimonials-95804 {
    padding: 70px 0 90px;
}.user-testimonials-95804 .review-track-98620 {
    width: 100%;
    margin: 0 0 50px;
    transform: translateY(0) !important;
}.user-testimonials-95804 .review-track-98620:hover {
    transform: translateY(-10px) !important;
}.user-testimonials-95804 h4 {
    font-size: calc(47px * 0.8);
}.user-testimonials-95804 h4::after {
    transform: skewX(0);
    left: 10%;
    width: 80%;
}}footer {
    width: 100%;
    position: relative;
}footer .equity-pledge-58172 {
    padding: 100px 0 30px;
    color: #000000;
    position: relative;
    background-color: rgb(234,239,238);
    font-family: Arial, sans-serif;
}footer .equity-pledge-58172::before {
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(198,212,207,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(161,179,170,0.5) 0%, transparent 20%);
    top: 0;
    height: 100%;
    z-index: 0;
    left: 0;
    width: 100%;
    opacity: 0.3;
    content: "";
}footer .code-labs-52490 {
    z-index: 1;
    position: relative;
}footer .write-feedback-79604 {
    border-radius: 21px;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px;
    background-color: #ffffff;
    z-index: 3;
    gap: 15px;
    width: 85%;
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}footer .info_item {
    display: flex;
    border-radius: 10px;
    transition: all 0.3s ease;
    align-items: center;
    padding: 15px;
    background-color: rgb(234,239,238);
    flex: 1 1 200px;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
    background-color: #ffffff;
}footer .info_item svg {
    fill: rgb(198,212,207);
    width: 22px;
    transition: transform 0.3s ease;
    margin-right: 12px;
    height: 22px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 12px;
}footer .info_item a:hover {
    color: rgb(198,212,207);
}footer .text_main_holder {
    display: flex;
    gap: 20px;
    perspective: 2000px;
    position: relative;
    flex-direction: column;
    margin-top: 40px;
}footer .nav-know-10735, footer .header-navbar-63847, footer .subscribe_holder {
    transform-style: preserve-3d;
    transition: all 0.5s ease;
    transform-origin: center center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 21px;
    padding: 30px;
}footer .nav-know-10735 {
    transform: translateZ(0) scale(1);
    z-index: 2;
    background-color: #ffffff;
}footer .nav-know-10735:hover {
    transform: translateZ(30px) scale(1.02);
}footer .header-navbar-63847 {
    margin-left: 20px;
    z-index: 1;
    margin-right: 20px;
    background-color: rgb(161,179,170);
    color: #ffffff;
    transform: translateZ(-10px) scale(0.98);
    margin-top: -20px;
}footer .subscribe_holder {
    color: #ffffff;
    margin-right: 40px;
    z-index: 0;
    margin-top: -20px;
    transform: translateZ(-20px) scale(0.96);
    background-color: rgb(198,212,207);
    margin-left: 40px;
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .nav-know-10735::after, footer .header-navbar-63847::after, footer .subscribe_holder::after {
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    transition: opacity 0.3s ease;
    z-index: -1;
    border-radius: 21px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    opacity: 0;
}footer .nav-know-10735:hover::after, footer .header-navbar-63847:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .nav-know-10735 svg {
    height: 45px;
    display: block;
    width: auto;
    margin-bottom: 20px;
}footer .ar-tools-05238 {
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
}footer .header-navbar-63847 h5 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 21px;
    position: relative;
    display: inline-block;
}footer .header-navbar-63847 h5::after {
    background: linear-gradient(90deg, rgb(198,212,207), transparent);
    content: "";
    width: 40px;
    bottom: -8px;
    left: 0;
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
}footer .header-navbar-63847 h5:hover::after {
    width: 100%;
}footer .head-pagebar-63294 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    margin-bottom: 20px;
    gap: 15px;
}footer .head-pagebar-63294 a {
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    padding: 5px 0;
}footer .head-pagebar-63294 a::before {
    position: absolute;
    width: 0;
    background-color: rgb(198,212,207);
    left: 0;
    transition: width 0.3s ease;
    height: 1px;
    bottom: 0;
    content: "";
}footer .head-pagebar-63294 a:hover {
    color: #ffffff;
    transform: translateX(5px);
}footer .head-pagebar-63294 a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
    font-size: 21px;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 12px;
    border: none;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .subscribe-title-31459 {
    padding: 14px 20px;
    color: rgb(198,212,207);
    transition: all 0.3s ease;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
}footer .subscribe-title-31459:hover {
    background-color: rgb(161,179,170);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    color: #ffffff;
}footer .podcast-cta-49276 {
    position: relative;
    text-align: center;
    margin-top: 60px;
}footer .knowl-base-46350 {
    padding: 8px 20px;
    color: #000000;
    background-color: #ffffff;
    font-size: 15px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-direction: row;
    align-items: stretch;
}footer .nav-know-10735, footer .header-navbar-63847, footer .subscribe_holder {
    flex-direction: column;
    margin-top: 0;
    flex: 1;
    display: flex;
}footer .nav-know-10735 {
    margin-right: -20px;
}footer .header-navbar-63847 {
    z-index: 1;
    margin-right: -20px;
    margin-left: 0;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}

@media (max-width: 991px) {footer .write-feedback-79604 {
    padding: 20px;
    width: 90%;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .equity-pledge-58172 {
    padding: 80px 0 30px;
}footer .write-feedback-79604 {
    padding: 15px;
    width: 95%;
}footer .info_item {
    flex: 1 1 100%;
}footer .nav-know-10735, footer .header-navbar-63847, footer .subscribe_holder {
    padding: 25px 20px;
    margin-right: 0;
    margin-left: 0;
}footer .header-navbar-63847, footer .subscribe_holder {
    margin-top: -10px;
}footer .podcast-cta-49276 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .equity-pledge-58172 {
    padding: 70px 0 20px;
}footer .write-feedback-79604 {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .nav-know-10735, footer .header-navbar-63847, footer .subscribe_holder {
    padding: 20px 15px;
}footer .header-navbar-63847 h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .head-pagebar-63294 {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .subscribe-title-31459 {
    padding: 12px;
}}.learning-profits-64375 {
    position: relative;
    background: rgb(161,179,170);
    padding: 120px 0;
    overflow: hidden;
}.learning-profits-64375::before {
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.15;
    top: 0;
    content: '';
    background: linear-gradient(135deg, rgb(198,212,207,0.5) 0%, transparent 70%);
    height: 100%;
}.learning-profits-64375::after {
    position: absolute;
    height: 200%;
    left: -50%;
    background: radial-gradient(ellipse at center, transparent 60%, rgb(161,179,170,0.5) 100%);
    animation: rotate 60s linear infinite;
    top: -50%;
    width: 200%;
    opacity: 0.2;
    content: '';
}.learning-profits-64375 .academy-team-39217 {
    max-width: 1280px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    padding: 0 20px;
    margin: 0 auto;
    gap: 30px 60px;
    position: relative;
    grid-template-areas:
        "header photo"
        "content photo";
    z-index: 1;
}.learning-profits-64375 .cover-photo-48592 {
    border-radius: 0 29px 29px 0;
    grid-area: photo;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 2;
    overflow: hidden;
    position: relative;
    height: 550px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}.learning-profits-64375 .cover-photo-48592::before {
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, #000000 0%, transparent 30%);
    left: 0;
    z-index: 1;
}.learning-profits-64375 .cover-photo-48592::after {
    top: 0;
    mix-blend-mode: overlay;
    animation: pulse 5s infinite alternate;
    width: 30%;
    right: 0;
    z-index: 2;
    content: '';
    position: absolute;
    background: linear-gradient(to left, rgb(198,212,207,0.5) 0%, transparent 100%);
    height: 100%;
}.learning-profits-64375 h2 {
    margin: 0;
    animation: slideIn 0.8s forwards;
    position: relative;
    font-weight: 700;
    grid-area: header;
    transform: translateX(-30px);
    padding-left: 30px;
    opacity: 0;
    color: #ffffff;
    font-size: 43px;
}.learning-profits-64375 h2::before {
    background: rgb(198,212,207);
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    content: '';
    height: 4px;
    width: 20px;
}.learning-profits-64375 .text_main_holder {
    display: grid;
    grid-area: content;
    gap: 30px;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
}.learning-profits-64375 .text_main_holder::before {
    width: 180px;
    height: 180px;
    content: '';
    border-radius: 40%;
    animation: rotate 30s linear infinite;
    left: -100px;
    position: absolute;
    top: -80px;
    opacity: 0.3;
    border: 1px solid rgb(161,179,170,0.5);
    z-index: -1;
}.learning-profits-64375 .text_main_holder > div {
    overflow: hidden;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    opacity: 0;
    padding: 25px;
    position: relative;
    display: flex;
    align-items: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(30px);
    background: rgba(255, 255, 255, 0.03);
    animation-delay: calc(var(--i, 0) * 0.15s);
    animation: fadeUp 0.5s forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    gap: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}.learning-profits-64375 .text_main_holder > div:nth-child(1) {
    --i: 1;
}.learning-profits-64375 .text_main_holder > div:nth-child(2) {
    --i: 2;
}.learning-profits-64375 .text_main_holder > div:nth-child(3) {
    --i: 3;
}.learning-profits-64375 .text_main_holder > div:nth-child(4) {
    --i: 4;
}.learning-profits-64375 .text_main_holder > div:nth-child(5) {
    --i: 5;
}.learning-profits-64375 .text_main_holder > div:nth-child(6) {
    --i: 6;
}.learning-profits-64375 .text_main_holder > div:nth-child(7) {
    --i: 7;
}.learning-profits-64375 .text_main_holder > div:nth-child(8) {
    --i: 8;
}.learning-profits-64375 .text_main_holder > div::before {
    background: linear-gradient(to right, transparent, rgb(198,212,207,0.5));
    height: 1px;
    position: absolute;
    content: '';
    width: 60%;
    right: 0;
    bottom: 0;
}.learning-profits-64375 .text_main_holder > div::after {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(161,179,170), 0.05) 100%);
    height: 100%;
    right: 0;
    width: 100%;
}.learning-profits-64375 .text_main_holder svg {
    width: 36px;
    height: 36px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}.learning-profits-64375 .text_main_holder svg path {
    fill: rgb(198,212,207);
}.learning-profits-64375 .text_main_holder > div:hover svg {
    transform: translateY(-5px);
}.learning-profits-64375 .text_main_holder > div:hover svg path {
    fill: rgb(161,179,170);
}.learning-profits-64375 .text_main_holder p {
    font-size: 13px;
    color: #ffffff;
    margin: 0;
    line-height: 1.6;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.6;
    }
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 1024px) {.learning-profits-64375 .academy-team-39217 {
    gap: 40px;
    grid-template-columns: 1fr;
    grid-template-areas:
            "header"
            "cover-photo-48592"
            "top-pagebar-93406";
}.learning-profits-64375 .cover-photo-48592 {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 400px;
    border-radius: 29px;
}.learning-profits-64375 h2 {
    padding-left: 0;
    transform: translateY(-30px);
    text-align: center;
}.learning-profits-64375 h2::before {
    transform: translateX(-50%);
    top: auto;
    bottom: -15px;
    left: 50%;
    width: 60px;
}
}

@media (max-width: 768px) {.learning-profits-64375 {
    padding: 80px 0;
}.learning-profits-64375 .text_main_holder {
    grid-template-columns: 1fr;
    gap: 20px;
}.learning-profits-64375 .cover-photo-48592 {
    height: 350px;
}.learning-profits-64375 h2 {
    font-size: 29px;
}
}

@media (max-width: 576px) {.learning-profits-64375 {
    padding: 60px 0;
}.learning-profits-64375 .cover-photo-48592 {
    height: 280px;
}.learning-profits-64375 .text_main_holder > div {
    padding: 20px;
}.learning-profits-64375 .text_main_holder svg {
    height: 30px;
    width: 30px;
}}.teacher-profile-64350 {
    position: relative;
    min-height: 700px;
    background: linear-gradient(150deg, rgb(234,239,238) 0%, #000000 100%);
    padding: 8rem 0;
    overflow: hidden;
}.teacher-profile-64350::before {
    background-size: 150px 150px;
    position: absolute;
    height: 100%;
    animation: gridFlow 20s linear infinite;
    content: "";
    left: 0;
    opacity: 0.1;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(198,212,207,0.5) 85%, rgb(198,212,207,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(161,179,170,0.5) 85%, rgb(161,179,170,0.5) 88%, transparent 88%);
    width: 100%;
    z-index: 1;
}.teacher-profile-64350 .container {
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    max-width: 1300px;
    margin: 0 auto;
}.teacher-profile-64350 .review-track-98620 {
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    background: transparent;
    grid-template-columns: 45% 1fr;
    position: relative;
    min-height: 580px;
    grid-template-rows: auto auto 1fr;
    display: grid;
    gap: 20px 30px;
}.teacher-profile-64350 .review-track-98620::before {
    position: absolute;
    top: 50%;
    z-index: -1;
    border-radius: 30px;
    background: linear-gradient(90deg, rgb(198,212,207,0.5) 0%, transparent 50%);
    transform: translateY(-50%);
    filter: blur(40px);
    opacity: 0.3;
    right: 0;
    content: "";
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    height: 90%;
    left: 0;
}.teacher-profile-64350 .review-track-98620::after {
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    backdrop-filter: blur(15px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
}.teacher-profile-64350 .cover-photo-48592 {
    transform: scale(1);
    position: relative;
    height: 100%;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    grid-area: photo;
    filter: contrast(1.1) brightness(1.05);
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    z-index: 2;
}.teacher-profile-64350 .review-track-98620:hover .cover-photo-48592 {
    transform: scale(1.02);
    filter: contrast(1.2) brightness(1.1);
}.teacher-profile-64350 .cover-photo-48592::before {
    left: 0;
    top: 0;
    width: 10px;
    position: absolute;
    background: rgb(198,212,207);
    opacity: 0.7;
    height: 100%;
    content: "";
    z-index: 3;
    animation: pulseOpacity 3s ease-in-out infinite;
}.teacher-profile-64350 .name {
    font-size: 34px;
    font-weight: 700;
    align-self: end;
    grid-area: name;
    z-index: 3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    transform: translateX(0);
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 80px;
    padding-bottom: 10px;
}.teacher-profile-64350 .review-track-98620:hover .name {
    transform: translateX(15px);
}.teacher-profile-64350 .name::after {
    transition: width 0.5s ease;
    background: rgb(198,212,207);
    bottom: 0;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    width: 0;
}.teacher-profile-64350 .review-track-98620:hover .name::after {
    width: 60%;
}.teacher-profile-64350 .review-track-98620 span:not(.name) {
    display: inline-block;
    z-index: 3;
    align-self: start;
    background: rgba(0, 0, 0, 0.2);
    grid-area: job;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    font-size: 24px;
    backdrop-filter: blur(5px);
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    position: relative;
    color: rgb(161,179,170);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}.teacher-profile-64350 .review-track-98620:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(15px);
}.teacher-profile-64350 .exp-flex-28964 {
    margin-right: 0;
    border-radius: 30px;
    width: 95%;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    z-index: 2;
    align-self: start;
    grid-area: quote;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    border-left: 4px solid rgb(161,179,170);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    font-size: 16px;
    position: relative;
    padding: 2rem;
    color: #ffffff;
    transform: translateY(0);
    line-height: 1.8;
}.teacher-profile-64350 .review-track-98620:hover .exp-flex-28964 {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateX(15px) translateY(-5px);
}.teacher-profile-64350 .container::after {
    bottom: -150px;
    filter: blur(70px);
    height: 300px;
    width: 300px;
    opacity: 0.3;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    right: -150px;
    background: radial-gradient(circle, rgb(161,179,170,0.5) 0%, transparent 70%);
    z-index: -1;
    content: "";
    position: absolute;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.teacher-profile-64350 .review-track-98620 {
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-areas:
            "cover-photo-48592"
            "name"
            "emp-items-92618"
            "exp-flex-28964";
    grid-template-rows: auto auto auto auto;
}.teacher-profile-64350 .cover-photo-48592 {
    border-radius: 30px 30px 0 0;
    height: 350px;
}.teacher-profile-64350 .cover-photo-48592::before {
    height: 10px;
    width: 100%;
}.teacher-profile-64350 .name {
    margin-top: 0;
    text-align: center;
}.teacher-profile-64350 .name::after {
    left: 50%;
    transform: translateX(-50%);
}.teacher-profile-64350 .review-track-98620:hover .name {
    transform: translateY(-5px);
}.teacher-profile-64350 .review-track-98620 span:not(.name) {
    margin: 0 auto;
}.teacher-profile-64350 .review-track-98620:hover span:not(.name) {
    transform: translateY(-5px);
}.teacher-profile-64350 .exp-flex-28964 {
    width: 90%;
    border-left: none;
    border-top: 4px solid rgb(161,179,170);
    margin: 0 auto;
}.teacher-profile-64350 .review-track-98620:hover .exp-flex-28964 {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.teacher-profile-64350 {
    padding: 5rem 0;
}.teacher-profile-64350 .cover-photo-48592 {
    height: 250px;
}.teacher-profile-64350 .name {
    font-size: 24px;
}.teacher-profile-64350 .review-track-98620 span:not(.name) {
    font-size: 16px;
    padding: 0.5rem 1rem;
}.teacher-profile-64350 .exp-flex-28964 {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
    width: 95%;
    padding: 1.5rem;
}}.tySpot-62784 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,239,238) 0%, rgb(161,179,170,0.5) 100%);
    padding: 4rem 0;
}.tySpot-62784::before {
    height: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    background: radial-gradient(circle at 75% 25%, rgb(198,212,207,0.5) 0%, transparent 50%);
    width: 100%;
    top: 0;
    pointer-events: none;
}.tySpot-62784::after {
    position: absolute;
    width: 15rem;
    right: -5rem;
    z-index: 0;
    content: "";
    height: 15rem;
    opacity: 0.15;
    transform: rotate(-15deg);
    bottom: -5rem;
    background: linear-gradient(225deg, rgb(161,179,170) 0%, transparent 70%);
}.tySpot-62784 .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.tySpot-62784 .academy-team-39217 {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    opacity: 0;
    position: relative;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateX(-20px);
}.tySpot-62784 .academy-team-39217 > div:first-child {
    transition: transform 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
}.tySpot-62784 .academy-team-39217 > div:first-child::before {
    transform: translateY(-50%);
    height: 50%;
    position: absolute;
    background: rgb(198,212,207);
    content: "";
    top: 50%;
    width: 0.5rem;
    left: -2rem;
}.tySpot-62784 .academy-team-39217 > div:last-child {
    opacity: 0;
    transform: translateY(15px);
    position: relative;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.9);
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
}.tySpot-62784 .academy-team-39217 > div:last-child::after {
    content: "";
    position: absolute;
    transform-origin: left;
    bottom: 0;
    background: linear-gradient(90deg, rgb(198,212,207), rgb(161,179,170));
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
}.tySpot-62784 h5 {
    line-height: 1.4;
    font-size: 23px;
    color: #000000;
    position: relative;
    padding-left: 1rem;
    margin: 0;
    transform: translateY(0);
    font-weight: 700;
    transition: transform 0.4s ease;
}.tySpot-62784 p {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    position: relative;
}.tySpot-62784 a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.tySpot-62784 a:hover {
    transform: translateY(-5px);
}.tySpot-62784 a:hover p {
    color: rgb(198,212,207);
}.tySpot-62784 a:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(198,212,207,0.5);
}

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

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

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.tySpot-62784 {
    padding: 6rem 0;
}.tySpot-62784 .academy-team-39217 {
    gap: 3.5rem;
}.tySpot-62784 .academy-team-39217 > div:first-child::before {
    height: 70%;
    width: 0.6rem;
}.tySpot-62784 h5 {
    font-size: calc(23px * 1.2);
    padding-left: 1.5rem;
}.tySpot-62784 .academy-team-39217 > div:last-child {
    margin-left: 3rem;
    padding: 3rem;
    max-width: 90%;
}
}

@media (min-width: 992px) {.tySpot-62784 {
    padding: 8rem 0;
}.tySpot-62784 .container {
    padding: 0 2rem;
}.tySpot-62784 .academy-team-39217 {
    gap: 4rem;
}.tySpot-62784 .academy-team-39217 > div:first-child {
    padding-left: 2rem;
}.tySpot-62784 .academy-team-39217 > div:first-child::before {
    width: 0.7rem;
    left: 0;
}.tySpot-62784 h5 {
    padding-left: 2rem;
    font-size: calc(23px * 1.4);
}.tySpot-62784 .academy-team-39217 > div:last-child {
    max-width: 80%;
    margin-left: 6rem;
    padding: 4rem;
}.tySpot-62784 p {
    line-height: 1.9;
    font-size: calc(15px * 1.1);
}
}

@media (min-width: 1200px) {.tySpot-62784 .academy-team-39217 > div:last-child {
    margin-left: 8rem;
    padding: 4.5rem;
    max-width: 75%;
}.tySpot-62784 h5 {
    font-size: calc(23px * 1.5);
}
}

@media (max-width: 767px) {.tySpot-62784 {
    padding: 3rem 0;
}.tySpot-62784 .academy-team-39217 > div:first-child::before {
    left: -1rem;
    width: 0.4rem;
}.tySpot-62784 h5 {
    padding-left: 0.75rem;
    font-size: calc(23px * 0.9);
}.tySpot-62784 .academy-team-39217 > div:last-child {
    padding: 1.75rem;
}}.program-information-15749 {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(45deg, rgb(234,239,238) 0%, rgb(161,179,170,0.5) 40%, rgb(234,239,238) 100%);
}.program-information-15749::before {
    opacity: 0.1;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    z-index: 1;
    background: 
        repeating-linear-gradient(45deg, rgb(161,179,170,0.5) 0px, rgb(161,179,170,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(198,212,207,0.5) 0px, rgb(198,212,207,0.5) 1px, transparent 1px, transparent 10px);
}.program-information-15749 .container {
    position: relative;
    z-index: 2;
}.program-information-15749 .academy-team-39217 {
    min-height: 480px;
    display: flex;
    flex-direction: column;
    position: relative;
}.program-information-15749 .cover-photo-48592 {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}.program-information-15749 .cover-photo-48592::after {
    width: 100%;
    background: linear-gradient(135deg, rgb(198,212,207,0.5) 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    content: "";
    mix-blend-mode: multiply;
    left: 0;
    top: 0;
    position: absolute;
}.program-information-15749 .coding-expert-82043 {
    z-index: 3;
    position: relative;
    margin-top: auto;
    box-shadow: -15px -15px 30px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    width: 60%;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    margin-left: auto;
    backdrop-filter: blur(8px);
}.program-information-15749 .coding-expert-82043::before {
    content: "";
    left: -50px;
    width: 50px;
    height: 100%;
    top: 0;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8));
    position: absolute;
}.program-information-15749 .nav-know-10735 {
    transition: transform 0.3s ease-in-out;
    border-radius: 50%;
    left: 2.5rem;
    position: absolute;
    top: -35px;
    padding: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    z-index: 4;
}.program-information-15749 .nav-know-10735:hover {
    transform: translateY(-5px) rotate(5deg);
}.program-information-15749 .nav-know-10735 svg {
    display: block;
    width: 45px;
    height: 45px;
    filter: drop-shadow(0 3px 5px rgb(198,212,207,0.5));
}.program-information-15749 .nav-know-10735 svg path {
    transition: fill 0.3s ease;
    fill: rgb(198,212,207);
}.program-information-15749 .nav-know-10735:hover svg path {
    fill: rgb(161,179,170);
}.program-information-15749 .coding-expert-82043 h3 {
    position: relative;
    font-size: 37px;
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.program-information-15749 .coding-expert-82043 h3::after {
    width: 60px;
    height: 3px;
    background: rgb(198,212,207);
    left: 0;
    bottom: -0.5rem;
    content: "";
    border-radius: 10px;
    position: absolute;
}.program-information-15749 .coding-expert-82043 p {
    color: #000000;
    line-height: 1.7;
    font-size: 14px;
}.program-information-15749 .academy-team-39217::before {
    height: 120px;
    position: absolute;
    content: "";
    right: 65%;
    width: 120px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: 10%;
    z-index: 0;
    animation: floatAnimation 8s infinite ease-in-out;
    border: 2px solid rgb(198,212,207,0.5);
}.program-information-15749 .academy-team-39217::after {
    z-index: 0;
    animation: floatAnimation 12s infinite ease-in-out reverse;
    border: 2px solid rgb(161,179,170,0.5);
    position: absolute;
    content: "";
    left: 10%;
    bottom: 20%;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 80px;
    width: 80px;
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(5px, 10px) rotate(-5deg);
    }
    75% {
        transform: translate(-10px, -5px) rotate(3deg);
    }
}

@media screen and (max-width: 991px) {.program-information-15749 .academy-team-39217 {
    min-height: 420px;
}.program-information-15749 .coding-expert-82043 {
    width: 75%;
    padding: 2rem;
}.program-information-15749 .nav-know-10735 {
    top: -30px;
    left: 2rem;
    padding: 12px;
}.program-information-15749 .nav-know-10735 svg {
    height: 40px;
    width: 40px;
}.program-information-15749 .coding-expert-82043 h3 {
    font-size: calc(37px - 0.2rem);
}
}

@media screen and (max-width: 767px) {.program-information-15749 {
    padding: 4rem 0;
}.program-information-15749 .academy-team-39217 {
    min-height: auto;
}.program-information-15749 .cover-photo-48592 {
    margin-bottom: -50px;
    height: 250px;
    position: relative;
}.program-information-15749 .coding-expert-82043 {
    width: 90%;
    margin-left: auto;
    padding: 2rem 1.5rem;
    border-radius: 15px;
    margin-right: auto;
}.program-information-15749 .coding-expert-82043::before {
    display: none;
}.program-information-15749 .coding-expert-82043::after {
    height: 70px;
    width: 70px;
}.program-information-15749 .nav-know-10735 {
    left: 50%;
    transform: translateX(-50%);
}.program-information-15749 .nav-know-10735:hover {
    transform: translateX(-50%) translateY(-5px);
}.program-information-15749 .coding-expert-82043 h3 {
    font-size: calc(37px - 0.3rem);
    margin-top: 1rem;
}.program-information-15749 .academy-team-39217::before,
    .program-information-15749 .academy-team-39217::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.program-information-15749 {
    padding: 3rem 0;
}.program-information-15749 .cover-photo-48592 {
    height: 200px;
}.program-information-15749 .coding-expert-82043 {
    padding: 1.5rem 1.25rem;
    width: 100%;
}.program-information-15749 .nav-know-10735 {
    padding: 10px;
}.program-information-15749 .nav-know-10735 svg {
    width: 35px;
    height: 35px;
}.program-information-15749 .coding-expert-82043 h3 {
    margin-top: 0.75rem;
    font-size: calc(37px - 0.5rem);
}.program-information-15749 .coding-expert-82043 p {
    font-size: calc(14px - 0.1rem);
}
}