* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.top_navbar321 {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    auto
contain
touch-action: none;
    min-height: 100%;
    scroll-behavior: smooth;
    scroll-snap-type: none;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.content-wrapper514 {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}.footer_account267 {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1106px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.target_audience067 {
    background: linear-gradient(135deg, #ffffff 0%, rgb(169,179,200) 100%);
    overflow: hidden;
    position: relative;
    padding: 110px 0;
}.target_audience067::before {
    opacity: 0.4;
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(96,106,121,0.5) 98%, rgb(96,106,121,0.5) 100%),
        linear-gradient(0deg, transparent 98%, rgb(96,106,121,0.5) 98%, rgb(96,106,121,0.5) 100%);
    position: absolute;
    height: 100%;
    content: "";
    background-size: 30px 30px;
}.target_audience067 .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 2;
}.target_audience067 .expert_network405 {
    position: relative;
}.target_audience067 h4 {
    left: 50%;
    font-weight: 700;
    border: 2px solid rgb(132,142,163);
    border-radius: 10px;
    position: relative;
    transform: translateX(-50%);
    padding: 15px 30px;
    box-shadow: 5px 5px 0 rgb(132,142,163,0.5);
    color: #000000;
    background: #ffffff;
    display: inline-block;
    font-size: 29px;
    margin-bottom: 60px;
}.target_audience067 div > div {
    justify-content: center;
    gap: 50px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}.target_audience067 div > div::before {
    width: 100%;
    z-index: -1;
    height: 2px;
    top: 50%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(132,142,163,0.5), transparent);
    left: 0;
    position: absolute;
}.target_audience067 div > div::after {
    width: 2px;
    left: 50%;
    content: "";
    height: 100%;
    background: linear-gradient(180deg, transparent, rgb(96,106,121,0.5), transparent);
    top: 0;
    position: absolute;
    z-index: -1;
}.target_audience067 p {
    font-size: 18px;
    background: #ffffff;
    display: flex;
    position: relative;
    border-radius: 10px;
    justify-content: flex-start;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    margin: 0;
    width: calc(33.333% - 50px);
    padding: 20px;
    border: 1px solid rgb(169,179,200);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    align-items: center;
    z-index: 1;
}.target_audience067 p::before {
    z-index: -1;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, transparent 0%, rgb(132,142,163,0.5) 300%);
    top: 0;
    opacity: 0;
    border-radius: 10px;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
}.target_audience067 p::after {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: -10px;
    width: 20px;
    height: 20px;
    border: 1px solid rgb(132,142,163);
    transition: all 0.3s ease;
    left: -10px;
    background: #ffffff;
}.target_audience067 p:hover {
    border-color: rgb(132,142,163,0.5);
    transform: translateY(-10px);
}.target_audience067 p:hover::before {
    opacity: 0.2;
}.target_audience067 p:hover::after {
    background: rgb(132,142,163);
    transform: scale(1.5);
}.target_audience067 p svg {
    margin-right: 15px;
    flex-shrink: 0;
    width: 26px;
    transition: all 0.3s ease;
    height: 26px;
}.target_audience067 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(132,142,163);
}.target_audience067 p:hover svg {
    transform: rotate(15deg);
}.target_audience067 p:hover svg path {
    fill: rgb(96,106,121);
}@keyframes circuitPath {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.target_audience067::after {
    opacity: 0.3;
    background-repeat: no-repeat;
    right: 0;
    width: 300px;
    content: "";
    background-position: bottom right;
    z-index: 1;
    height: 300px;
    bottom: 0;
    position: absolute;
}@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.target_audience067 .expert_network405 > div p {
    opacity: 0;
    animation: fadeInScale 0.5s ease forwards;
}.target_audience067 .expert_network405 > div p:nth-child(1) {
    animation-delay: 0.1s;
}.target_audience067 .expert_network405 > div p:nth-child(2) {
    animation-delay: 0.2s;
}.target_audience067 .expert_network405 > div p:nth-child(3) {
    animation-delay: 0.3s;
}.target_audience067 .expert_network405 > div p:nth-child(4) {
    animation-delay: 0.4s;
}.target_audience067 .expert_network405 > div p:nth-child(5) {
    animation-delay: 0.5s;
}.target_audience067 .expert_network405 > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.target_audience067 {
    padding: 90px 0;
}.target_audience067 h4 {
    margin-bottom: 50px;
    font-size: calc(29px * 0.9);
    padding: 12px 25px;
}.target_audience067 div > div {
    gap: 30px;
}.target_audience067 p {
    padding: 18px;
    width: calc(50% - 30px);
}.target_audience067 p svg {
    height: 24px;
    margin-right: 12px;
    width: 24px;
}.target_audience067::after {
    height: 200px;
    width: 200px;
}
}

@media (max-width: 768px) {.target_audience067 {
    padding: 70px 0;
}.target_audience067 h4 {
    box-shadow: 3px 3px 0 rgb(132,142,163,0.5);
    padding: 10px 20px;
    font-size: calc(29px * 0.8);
    margin-bottom: 40px;
}.target_audience067 div > div {
    gap: 25px;
}.target_audience067 div > div::before,
    .target_audience067 div > div::after {
    opacity: 0.4;
}.target_audience067 p {
    width: 100%;
    font-size: calc(18px * 0.95);
    padding: 15px;
}
}

@media (max-width: 576px) {.target_audience067 {
    padding: 60px 0;
}.target_audience067 h4 {
    margin-bottom: 35px;
    border-width: 1px;
    box-shadow: 2px 2px 0 rgb(132,142,163,0.5);
    padding: 8px 16px;
    font-size: calc(29px * 0.7);
}.target_audience067 div > div {
    gap: 20px;
}.target_audience067 p {
    font-size: calc(18px * 0.9);
    padding: 12px;
}.target_audience067 p svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}.target_audience067 p::after {
    height: 12px;
    width: 12px;
    left: -5px;
    top: -5px;
}.target_audience067::after {
    height: 100px;
    width: 100px;
}}.cookie_notice_banner728 {
    z-index: 90;
    bottom: 0;
    border-top: 2px solid rgb(132,142,163);
    width: 100%;
    background: rgb(169,179,200);
    position: fixed;
}#usageSettingsPopup869 {
    display: none;
}#usageSettingsPopup869:checked ~ .cookie_notice_banner728 {
    visibility: hidden;
    opacity: 0;
}.edu_accept137 {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.cookie_notice_banner728 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_notice_banner728 p {
    font-size: 18px;
}.visitor_settings146 {
    margin-right: 10px;
    flex-shrink: 0;
}.visitor_settings146 svg, .visitor_settings146 svg path, .visitor_settings146 img {
    fill: rgb(132,142,163);
    height: 100px;
    width: 100px;
}.cookie_check079 {
    line-height: 35px;
    margin-left: 10px;
    font-size: 24px;
    border-bottom: 2px solid rgb(132,142,163);
    text-decoration: none;
    color: rgb(132,142,163);
    flex-shrink: 0;
    white-space: nowrap;
    min-width: 120px;
    text-align: center;
    cursor: pointer;
}.cookie_notice_banner728 p a {
    text-decoration: none;
    color: rgb(132,142,163);
}
@media only screen and (max-width: 1200px) {.cookie_notice_banner728 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.visitor_settings146 {
    display: none;
}.edu_accept137 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_notice_banner728 h5 {
    text-align: center;
}.cookie_notice_banner728 p {
    text-align: center;
}.data_control286 {
    margin-bottom: 20px;
}body .content-wrapper514 .cookie_check079 {
    margin-bottom: 10px;
    margin-left: 0;
}}
.content-wrapper514 .cookie_notice_banner728 {
    background: rgb(132,142,163);
    box-shadow: rgb(96,106,121,0.5) 0px 0px 10px 10px;
}.content-wrapper514 .edu_accept137 {
    justify-content: space-between;
    padding: 40px 0;
}.content-wrapper514 .cookie_check079 {
    padding: 10px;
    margin-left: 30px;
    color: rgb(132,142,163);
    border: none;
    font-size: 20px;
    background: #ffffff;
}.content-wrapper514 .data_control286 {
    text-align: left;
    color: #ffffff;
}.content-wrapper514 .data_control286 h5 {
    font-weight: 700;
}.content-wrapper514 .data_control286 h5, .content-wrapper514 .data_control286 p {
    color: #ffffff;
}.content-wrapper514 .cookie_notice_banner728 p a {
    color: rgb(96,106,121);
    text-decoration: underline;
}.service_contact934 {
    background: linear-gradient(125deg, rgb(132,142,163,0.5) 0%, rgb(169,179,200) 65%, rgb(96,106,121,0.5) 100%);
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}.service_contact934::before {
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    left: 0;
    width: 100%;
    top: 0;
    z-index: 0;
    content: "";
    height: 100%;
}.service_contact934::after {
    opacity: 0.6;
    left: -50%;
    background: radial-gradient(circle, rgb(132,142,163,0.5) 0%, transparent 25%);
    top: -50%;
    position: absolute;
    width: 200%;
    content: "";
    animation: rotate 40s linear infinite;
    height: 200%;
    z-index: 0;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.service_contact934 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
}.service_contact934 .send_message196 {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    gap: 24px;
    perspective: 1000px;
    position: relative;
}.service_contact934 .connect_today819 {
    overflow: hidden;
    position: relative;
    padding: 35px;
    border-radius: 15px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-top: 4px solid rgb(132,142,163);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transform-style: preserve-3d;
}.service_contact934 .connect_today819::before {
    content: "";
    opacity: 0.1;
    width: 150px;
    border-radius: 0 0 15px 0;
    height: 150px;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(132,142,163,0.5) 100%);
    z-index: 0;
    transition: opacity 0.3s ease;
    bottom: 0;
    position: absolute;
}.service_contact934 .connect_today819::after {
    opacity: 0.8;
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    content: "";
    transition: opacity 0.3s ease;
    bottom: 0;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
}.service_contact934 .connect_today819:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) rotateX(3deg) rotateY(3deg);
}.service_contact934 .connect_today819:hover::before {
    opacity: 0.2;
}.service_contact934 h2 {
    transform: translateZ(10px);
    color: #000000;
    margin-bottom: 28px;
    position: relative;
    font-weight: 700;
    font-size: 37px;
}.service_contact934 h2::before {
    left: 0;
    content: "";
    bottom: -12px;
    background: rgb(132,142,163);
    width: 40px;
    height: 4px;
    position: absolute;
    transition: width 0.3s ease;
    border-radius: 10px;
}.service_contact934 .connect_today819:hover h2::before {
    width: 60px;
}.service_contact934 h3 {
    font-weight: 600;
    color: #000000;
    font-size: 22px;
    margin-bottom: 16px;
}.service_contact934 p {
    color: #000000;
    margin-bottom: 16px;
    line-height: 1.6;
    font-size: 17px;
    z-index: 1;
    position: relative;
}.service_contact934 .get_contactbox170 {
    font-size: calc(17px * 1.15);
    font-weight: 600;
    color: rgb(132,142,163);
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}.service_contact934 .submit_request978 {
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
}.service_contact934 .online_contact349 {
    padding-top: 22px;
    margin-top: 28px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}.service_contact934 .online_form875 {
    flex-wrap: wrap;
    gap: 8px;
    display: flex;
}.service_contact934 .online_form875 span {
    color: #000000;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-size: calc(17px * 0.85);
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: inline-block;
    background: rgba(0, 0, 0, 0.03);
    padding: 7px 14px;
}.service_contact934 .online_form875 span:hover {
    border-color: rgb(132,142,163);
    transform: translateY(-2px);
    color: #ffffff;
    background: rgb(132,142,163);
}.service_contact934 .connect_today819 .photo_grid247 {
    overflow: hidden;
    transform: translateZ(20px);
    width: 100%;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease-out;
    height: 100%;
}.service_contact934 .connect_today819:nth-child(2):hover .photo_grid247 {
    transform: translateZ(30px) scale(1.03);
}.service_contact934 .connect_today819 .photo_grid247::after {
    width: 100%;
    height: 100%;
    content: "";
    transition: opacity 0.3s ease;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
}.service_contact934 .connect_today819:hover .photo_grid247::after {
    opacity: 0.4;
}.service_contact934 .query_form651 {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.service_contact934 .query_form651 a {
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    align-items: center;
    background: #ffffff;
    transition: all 0.3s ease;
    padding: 18px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    position: relative;
    transform: translateZ(5px);
    border-radius: 15px;
}.service_contact934 .query_form651 a::before {
    content: "";
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 0;
    position: absolute;
    height: 100%;
    left: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(132,142,163,0.5), transparent);
}.service_contact934 .query_form651 a:hover {
    border-color: rgb(132,142,163,0.5);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) translateZ(10px);
}.service_contact934 .query_form651 a:hover::before {
    opacity: 0.15;
}.service_contact934 .query_form651 a span {
    color: rgb(132,142,163);
    font-weight: 600;
    z-index: 1;
    margin-right: 10px;
    position: relative;
    font-size: calc(17px * 0.85);
}.service_contact934 .query_form651 a p {
    flex-grow: 1;
    font-size: 17px;
    position: relative;
    margin: 0;
    color: #000000;
    font-weight: 400;
    z-index: 1;
}.service_contact934 svg {
    width: 22px;
    margin-right: 12px;
    z-index: 1;
    height: 22px;
    transition: transform 0.3s ease;
    position: relative;
    fill: rgb(132,142,163);
}.service_contact934 svg path {
    fill: rgb(132,142,163);
    transition: fill 0.3s ease;
}.service_contact934 .query_form651 a:hover svg {
    transform: scale(1.1);
}.service_contact934 .query_form651 a:hover svg,
.service_contact934 .query_form651 a:hover svg path {
    fill: rgb(96,106,121);
}

@media (max-width: 992px) {.service_contact934 {
    padding: 70px 0;
}.service_contact934 .send_message196 {
    grid-template-columns: 1fr 1fr;
}.service_contact934 .connect_today819:last-child {
    grid-column: span 2;
}.service_contact934 .connect_today819 {
    padding: 30px;
}
}

@media (max-width: 768px) {.service_contact934 {
    padding: 50px 0;
}.service_contact934 .send_message196 {
    grid-template-columns: 1fr;
}.service_contact934 .connect_today819:last-child {
    grid-column: span 1;
}.service_contact934 h2 {
    font-size: calc(37px * 0.9);
}.service_contact934 .connect_today819 .photo_grid247 {
    height: 280px;
}.service_contact934 .query_form651 {
    gap: 15px;
}
}

@media (max-width: 576px) {.service_contact934 {
    padding: 40px 0;
}.service_contact934 .connect_today819 {
    padding: 25px 20px;
}.service_contact934 h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.85);
}.service_contact934 p {
    font-size: calc(17px * 0.95);
}.service_contact934 .online_form875 {
    gap: 8px;
    flex-direction: column;
}.service_contact934 .online_form875 span {
    width: 100%;
    text-align: center;
}.service_contact934 .connect_today819 .photo_grid247 {
    height: 220px;
}.service_contact934 .query_form651 a {
    flex-direction: column;
    padding: 15px;
    align-items: flex-start;
}.service_contact934 .query_form651 a span {
    margin-bottom: 5px;
    margin-right: 0;
}}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.service_contact934 .query_form651 a::after {
    right: 15px;
    border-top: 2px solid rgb(132,142,163,0.5);
    transform: translateY(-50%);
    transition: transform 0.3s ease, border-color 0.3s ease;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid rgb(132,142,163,0.5);
    position: absolute;
    height: 12px;
    top: 50%;
    content: "";
    width: 12px;
}.service_contact934 .query_form651 a:hover::after {
    border-color: rgb(96,106,121);
    transform: translateY(-50%) rotate(45deg) scale(1.2);
}.service_contact934 .online_contact349 h3::before {
    transform: translateY(-1px);
    vertical-align: middle;
    content: "";
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    background: rgb(132,142,163,0.5);
}.service_contact934 .connect_today819:first-child {
    transform: translateZ(0) perspective(1000px);
    transition: all 0.4s ease;
}.service_contact934 .connect_today819:nth-child(2) {
    transform: translateZ(0) perspective(1000px);
    transition: all 0.4s ease;
}.service_contact934 .connect_today819:last-child {
    transition: all 0.4s ease;
    transform: translateZ(0) perspective(1000px);
}.service_contact934 .container::before {
    border-radius: 50%;
    content: "";
    right: -150px;
    z-index: -1;
    opacity: 0.3;
    top: -150px;
    height: 300px;
    width: 300px;
    background: radial-gradient(circle, rgb(96,106,121,0.5) 0%, transparent 70%);
    position: absolute;
}.service_contact934 .container::after {
    border-radius: 50%;
    width: 250px;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(132,142,163,0.5) 0%, transparent 70%);
    z-index: -1;
    left: -100px;
    height: 250px;
    position: absolute;
    bottom: -100px;
    content: "";
}.service_contact934 .connect_today819:nth-child(odd) {
    animation: tileFloat 6s ease-in-out infinite;
}.service_contact934 .connect_today819:nth-child(even) {
    animation: tileFloat 8s ease-in-out infinite reverse;
}@keyframes tileFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

.service_contact934 .online_form875 span:nth-child(odd) {
    animation: fadeInLeft 0.5s ease-out both;
}.service_contact934 .online_form875 span:nth-child(even) {
    animation: fadeInRight 0.5s ease-out both;
}@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}.instructor_profile691 {
    background: linear-gradient(90deg, rgb(169,179,200) 30%, rgb(96,106,121,0.5) 100%);
    perspective: 1000px;
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
}.instructor_profile691::before {
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(132,142,163,0.5) 0,
        rgb(132,142,163,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    content: "";
}.instructor_profile691::after {
    position: absolute;
    right: -10%;
    height: 140%;
    width: 50%;
    background: rgb(132,142,163,0.5);
    top: -20%;
    filter: blur(60px);
    transform: rotate(-15deg);
    content: "";
    z-index: 0;
}.instructor_profile691 .rating_spot301 {
    transform-style: preserve-3d;
    display: grid;
    max-width: 1100px;
    transform: rotateX(5deg) rotateZ(-1deg);
    grid-template-columns: 1fr 1.2fr;
    margin: 0 auto;
    position: relative;
    gap: 0;
    z-index: 1;
}.instructor_profile691 .photo_grid247 {
    transform-style: preserve-3d;
    height: 450px;
    position: relative;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    transform: translateZ(30px);
    z-index: 2;
    transition: all 0.7s ease;
    border-radius: 0;
}.instructor_profile691 .exp_list906 {
    transform: translateZ(10px);
    position: relative;
    transition: all 0.7s ease;
    margin-left: -3rem;
    justify-content: center;
    transform-style: preserve-3d;
    z-index: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    padding: 3rem 3rem 3rem 5rem;
    background: #ffffff;
    display: flex;
}.instructor_profile691 .exp_list906::before {
    height: 60%;
    width: 10px;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(132,142,163), rgb(96,106,121));
    position: absolute;
}.instructor_profile691 .name {
    font-weight: 700;
    font-size: calc(30px * 1.2);
    margin-bottom: 0.5rem;
    color: #000000;
    transform: translateZ(20px);
    transition: transform 0.5s ease;
}.instructor_profile691 .exp_list906 div:nth-child(2) {
    margin-bottom: 2rem;
    color: rgb(96,106,121);
    transform: translateZ(15px);
    transition: transform 0.5s ease 0.1s;
    font-size: 24px;
    font-weight: 600;
}.instructor_profile691 .experiencep_wrap689 {
    font-size: 18px;
    transition: transform 0.5s ease 0.2s;
    line-height: 1.7;
    color: #000000;
    position: relative;
    transform: translateZ(10px);
    font-style: italic;
}.instructor_profile691 .experiencep_wrap689::after {
    content: "";
    font-size: 5rem;
    bottom: -2rem;
    line-height: 0;
    font-family: serif;
    position: absolute;
    color: rgb(132,142,163,0.5);
    right: 0;
}.instructor_profile691 .rating_spot301:hover .photo_grid247 {
    transform: translateZ(50px) translateX(-20px);
}.instructor_profile691 .rating_spot301:hover .exp_list906 {
    transform: translateZ(30px) translateX(20px);
}.instructor_profile691 .rating_spot301:hover .name {
    transform: translateZ(40px);
}.instructor_profile691 .rating_spot301:hover .exp_list906 div:nth-child(2) {
    transform: translateZ(35px);
}.instructor_profile691 .rating_spot301:hover .experiencep_wrap689 {
    transform: translateZ(30px);
}

@media screen and (max-width: 991px) {.instructor_profile691 .rating_spot301 {
    transform: none;
    grid-template-columns: 1fr;
}.instructor_profile691 .photo_grid247 {
    height: 350px;
    margin-bottom: -2rem;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.instructor_profile691 .exp_list906 {
    transform: none;
    z-index: 3;
    margin-left: 0;
    padding: 3rem 2rem 2rem;
}.instructor_profile691 .exp_list906::before {
    transform: translateX(-50%);
    left: 50%;
    width: 50%;
    top: 0;
    height: 5px;
}.instructor_profile691 .rating_spot301:hover .photo_grid247,
    .instructor_profile691 .rating_spot301:hover .exp_list906,
    .instructor_profile691 .rating_spot301:hover .name,
    .instructor_profile691 .rating_spot301:hover .exp_list906 div:nth-child(2),
    .instructor_profile691 .rating_spot301:hover .experiencep_wrap689 {
    transform: none;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    position: absolute;
    background: linear-gradient(145deg, rgb(169,179,200) 0%, rgb(132,142,163,0.5) 100%);
    right: 0;
    z-index: -2;
    top: 0;
    content: "";
    opacity: 0.9;
    bottom: 0;
    left: 0;
}footer::after {
    left: 0;
    bottom: 0;
    top: 0;
    content: "";
    right: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(132,142,163,0.5), rgb(132,142,163,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(132,142,163,0.5), rgb(132,142,163,0.5) 1px, transparent 1px, transparent 20px);
    z-index: -1;
    position: absolute;
    opacity: 0.1;
}.footer_account267 {
    color: #000000;
    padding: 4rem 0 2rem;
    position: relative;
}.footer_account267::after {
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, rgb(132,142,163), rgb(96,106,121));
}.footer_account267 .container {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}.footer_account267 .company_holder {
    padding: 2rem 2.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
    background: #ffffff;
    border-radius: 26px;
    position: relative;
}.footer_account267 .company_holder::before {
    left: 0;
    top: 0;
    border-top-left-radius: 26px;
    content: "";
    border-top-right-radius: 26px;
    width: 100%;
    height: 5px;
    background: rgb(132,142,163);
    position: absolute;
}.footer_account267 .company_holder h3 {
    color: rgb(132,142,163);
    letter-spacing: 0.5px;
    font-weight: 700;
    margin: 0 0 1.5rem;
    position: relative;
    font-size: 37px;
}.footer_account267 .company_holder h3::after {
    position: absolute;
    left: 0;
    background: rgb(96,106,121);
    width: 80px;
    content: "";
    bottom: -0.5rem;
    height: 3px;
}.footer_account267 .ssl_info153 {
    color: #000000;
    line-height: 1.7;
    background: rgb(169,179,200);
    position: relative;
    border-radius: 10px;
    padding: 1.5rem;
    border-left: 3px solid rgb(96,106,121);
    font-size: 15px;
}.footer_account267 .training_zone916 {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.footer_account267 .site_nav513 {
    flex-wrap: wrap;
    display: flex;
    gap: 2.5rem;
}.footer_account267 .main_bar179 {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(50% - 1.25rem);
    background: #ffffff;
    overflow: hidden;
    border-radius: 26px;
    position: relative;
    min-width: 200px;
}.footer_account267 .main_bar179 h5 {
    margin: 0;
    font-size: 20px;
    background: rgb(96,106,121);
    position: relative;
    color: #ffffff;
    font-weight: 600;
    padding: 1rem 1.5rem;
}.footer_account267 .main_bar179 .site_nav513 {
    padding: 1rem 0;
    gap: 0;
    display: flex;
    flex-direction: column;
}.footer_account267 .main_bar179 .site_nav513 a {
    text-decoration: none;
    padding: 0.8rem 1.5rem;
    color: #000000;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    font-size: 15px;
}.footer_account267 .main_bar179 .site_nav513 a::before {
    position: absolute;
    width: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease;
    content: "";
    top: 0;
    background: rgb(169,179,200);
    height: 100%;
}.footer_account267 .main_bar179 .site_nav513 a::after {
    position: absolute;
    border-radius: 50%;
    width: 5px;
    transform: translateY(-50%);
    left: 1.5rem;
    background: rgb(96,106,121);
    height: 5px;
    opacity: 0;
    top: 50%;
    content: "";
    transition: all 0.3s ease;
}.footer_account267 .main_bar179 .site_nav513 a:hover {
    color: rgb(132,142,163);
    padding-left: 2.2rem;
}.footer_account267 .main_bar179 .site_nav513 a:hover::before {
    width: 100%;
}.footer_account267 .main_bar179 .site_nav513 a:hover::after {
    opacity: 1;
}.license_cta496 {
    position: relative;
    padding: 2rem 0;
    margin-top: 3rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: rgb(169,179,200);
}.license_cta496::before {
    content: "";
    height: 1px;
    right: 10%;
    top: 0;
    left: 10%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(132,142,163,0.5), transparent);
}.license_cta496 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.license_cta496 .design_res895 {
    border-radius: 50px;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 0.8rem 2rem;
    color: #000000;
    font-size: 15px;
}

@media (max-width: 1200px) {.footer_account267 .container {
    gap: 2rem;
}.footer_account267 .company_holder {
    flex: 1 1 360px;
}.footer_account267 .training_zone916 {
    min-width: 360px;
    flex: 1 1 calc(100% - 400px);
}.footer_account267 .site_nav513 {
    gap: 2rem;
}
}

@media (max-width: 992px) {.footer_account267 {
    padding: 3.5rem 0 2rem;
}.footer_account267 .container {
    gap: 2.5rem;
    flex-direction: column;
}.footer_account267 .company_holder,
    .footer_account267 .training_zone916 {
    min-width: 100%;
    flex: 1 1 100%;
}.footer_account267 .main_bar179 {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.footer_account267 {
    padding: 3rem 0 1.5rem;
}.footer_account267 .site_nav513 {
    gap: 1.5rem;
}.footer_account267 .company_holder {
    padding: 2rem;
}.footer_account267 .company_holder h3 {
    font-size: calc(37px - 2px);
}.license_cta496 {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.footer_account267 {
    padding: 2.5rem 0 1rem;
}.footer_account267 .container {
    gap: 1.5rem;
}.footer_account267 .main_bar179 {
    flex: 1 1 100%;
    min-width: 100%;
}.footer_account267 .site_nav513 {
    gap: 1rem;
}.footer_account267 .company_holder {
    padding: 1.5rem;
}.footer_account267 .ssl_info153 {
    padding: 1.2rem;
}.license_cta496 {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.footer_account267 .company_holder h3::after {
    width: 50px;
}.footer_account267 .main_bar179 .site_nav513 a:hover {
    padding-left: 2rem;
}.license_cta496 .design_res895 {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.get_in_touch325 {
    padding: 100px 0;
    background-color: rgb(169,179,200);
    position: relative;
    overflow: hidden;
}.get_in_touch325::before {
    top: 0;
    height: 100%;
    opacity: 0.15;
    width: 100%;
    content: "";
    background: linear-gradient(120deg, rgb(132,142,163,0.5) 0%, transparent 75%);
    position: absolute;
    left: 0;
}.get_in_touch325::after {
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    background: linear-gradient(240deg, rgb(96,106,121,0.5) 0%, transparent 70%);
    opacity: 0.1;
    height: 70%;
    width: 70%;
}.get_in_touch325 .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
}.get_in_touch325 h2 {
    position: relative;
    margin-bottom: 15px;
    font-size: 38px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000000;
}.get_in_touch325 .reach_feedback593 {
    flex-direction: row-reverse;
    display: flex;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    flex-wrap: wrap;
    border-radius: 21px;
    margin-top: 50px;
}.get_in_touch325 .photo_grid247 {
    overflow: hidden;
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}.get_in_touch325 .photo_grid247::after {
    left: 0;
    right: 0;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    bottom: 0;
    position: absolute;
}.get_in_touch325 .query_links375 {
    position: relative;
    padding: 60px;
    flex: 0 0 60%;
}.get_in_touch325 .query_links375::before {
    height: calc(100% - 80px);
    content: "";
    position: absolute;
    border-radius: 2.5px;
    left: 0;
    top: 40px;
    background: linear-gradient(to bottom, rgb(132,142,163), rgb(96,106,121));
    width: 5px;
}.get_in_touch325 form {
    padding-left: 25px;
    width: 100%;
}.get_in_touch325 form h3 {
    font-weight: 600;
    font-size: 23px;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 35px;
}.get_in_touch325 form input[type="text"] {
    background: rgb(169,179,200);
    color: #000000;
    font-size: 13px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: none;
    padding: 18px 25px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    width: 100%;
}.get_in_touch325 form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(132,142,163,0.5);
    background: rgba(rgb(132,142,163), 0.05);
}.get_in_touch325 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.get_in_touch325 .connect_box950 {
    margin: 10px 0 30px;
    align-items: flex-start;
    display: flex;
}.get_in_touch325 .connect_box950 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.get_in_touch325 .connect_box950 label {
    cursor: pointer;
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
}.get_in_touch325 .connect_box950 label::before {
    position: absolute;
    border-radius: 10px;
    transition: all 0.2s ease;
    left: 0;
    border: 2px solid rgb(132,142,163,0.5);
    content: "";
    height: 22px;
    width: 22px;
    top: 2px;
}.get_in_touch325 .connect_box950 input[type="checkbox"]:checked + label::before {
    border-color: rgb(132,142,163);
    background-color: rgb(132,142,163);
}.get_in_touch325 .connect_box950 input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    height: 11px;
    left: 8px;
    width: 6px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    content: "";
    position: absolute;
    top: 9px;
}.get_in_touch325 .connect_box950 label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(132,142,163);
}.get_in_touch325 .connect_box950 label a:hover {
    text-decoration: underline;
    color: rgb(96,106,121);
}.get_in_touch325 form .query_grid479 {
    padding: 15px 35px;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight: 600;
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, rgb(132,142,163), rgb(96,106,121));
    border: none;
}.get_in_touch325 form .query_grid479::before {
    transition: all 0.4s ease;
    width: 120%;
    left: -10%;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 120%;
    top: -10%;
    transform: rotate(45deg) translateX(-200%);
    position: absolute;
}.get_in_touch325 form .query_grid479:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(rgb(132,142,163), 0.3);
}.get_in_touch325 form .query_grid479:hover::before {
    transform: rotate(45deg) translateX(200%);
}.get_in_touch325 svg {
    height: 22px;
    fill: rgb(132,142,163);
    width: 22px;
}.get_in_touch325 svg path {
    fill: rgb(132,142,163);
    transition: fill 0.3s ease;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.get_in_touch325 .query_links375 {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.get_in_touch325 .photo_grid247 {
    flex: 0 0 100%;
    min-height: 300px;
}.get_in_touch325 .query_links375 {
    flex: 0 0 100%;
}.get_in_touch325 .query_links375::before {
    top: 0;
    background: linear-gradient(to right, rgb(132,142,163), rgb(96,106,121));
    height: 5px;
    left: 40px;
    width: calc(100% - 80px);
}.get_in_touch325 form {
    padding-top: 25px;
    padding-left: 0;
}
}

@media screen and (max-width: 767px) {.get_in_touch325 {
    padding: 70px 0;
}.get_in_touch325 .photo_grid247 {
    min-height: 250px;
}.get_in_touch325 .query_links375 {
    padding: 40px 30px;
}.get_in_touch325 .query_links375::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.get_in_touch325 {
    padding: 50px 0;
}.get_in_touch325 h2 {
    font-size: calc(38px * 0.8);
}.get_in_touch325 .photo_grid247 {
    min-height: 200px;
}.get_in_touch325 .query_links375 {
    padding: 30px 20px;
}.get_in_touch325 .query_links375::before {
    width: calc(100% - 40px);
    left: 20px;
}.get_in_touch325 form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.get_in_touch325 form input[type="text"] {
    padding: 15px 20px;
}.get_in_touch325 form .query_grid479 {
    width: 100%;
    text-align: center;
}}.plan_card370 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.plan_card370::before {
    right: 0;
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    top: 0;
    z-index: 1;
}.plan_card370 .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.learn_pricing390 {
    position: relative;
}.plan_card370 h2 {
    font-weight: 700;
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    color: #ffffff;
    font-size: 33px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    transform: translateY(0);
}.plan_card370 h2::after {
    background: linear-gradient(90deg, rgb(96,106,121), rgb(132,142,163));
    transform: scaleX(1);
    margin: 20px auto 0;
    width: 80px;
    display: block;
    content: "";
    height: 3px;
    transition: transform 0.4s ease;
}.plan_card370:hover h2::after {
    transform: scaleX(1.2);
}.plan_card370 .fee_package415 {
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    opacity: 0.9;
    font-size: calc(13px + 2px);
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto 60px;
    line-height: 1.6;
}.plan_card370 .learning_rates321 {
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    display: grid;
    margin: 0;
}.plan_card370 .learning_rates321 li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
}.plan_card370 .learning_rates321 li:hover {
    z-index: 10;
    transform: translateY(-10px);
}.plan_card370 .discount_plan941 {
    overflow: hidden;
    height: 100%;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    display: block;
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    position: relative;
}.plan_card370 .discount_plan941::before {
    background: linear-gradient(230deg, rgb(96,106,121,0.5) 0%, transparent 80%);
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    transition: opacity 0.5s ease;
    top: 0;
    height: 100%;
    opacity: 0;
}.plan_card370 .discount_plan941:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.2);
}.plan_card370 .discount_plan941:hover::before {
    opacity: 0.2;
}.plan_card370 .study_costs045 {
    z-index: 2;
    position: relative;
    padding: 40px 30px;
}.plan_card370 .fee_pricing856 {
    flex-direction: column;
    height: 100%;
    display: flex;
}.plan_card370 .fee_pricing856 h4 {
    font-weight: 600;
    padding-bottom: 15px;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    position: relative;
    font-size: calc(19px + 2px);
    color: #ffffff;
    margin-top: 0;
}.plan_card370 .fee_pricing856 h4::after {
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    content: "";
    transition: width 0.4s ease;
    position: absolute;
    background: rgb(132,142,163);
}.plan_card370 .discount_plan941:hover .fee_pricing856 h4::after {
    width: 60px;
}.plan_card370 .fee_pricing856 p {
    font-size: 13px;
    position: relative;
    flex-grow: 1;
    line-height: 1.6;
    margin-bottom: 30px;
    transition: color 0.3s ease;
    color: rgba(255,255,255,0.85);
}.plan_card370 .discount_plan941:hover .fee_pricing856 p {
    color: #ffffff;
}.plan_card370 .fee_board145 {
    transition: transform 0.3s ease;
    font-weight: 700;
    background-clip: text !important;
    margin-top: auto;
    font-size: calc(19px + 4px);
    position: relative;
    padding: 10px 0;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(96,106,121) 0%, rgb(132,142,163) 100%);
    color: #ffffff;
    display: inline-block;
}.plan_card370 .fee_board145::before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgb(96,106,121) 0%, transparent 100%);
}.plan_card370 .discount_plan941:hover .fee_board145 {
    transform: scale(1.05);
}

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

@media (max-width: 768px) {.plan_card370 {
    padding: 70px 0;
}.plan_card370 h2 {
    font-size: calc(33px - 4px);
}.plan_card370 .fee_package415 {
    margin-bottom: 40px;
    font-size: 13px;
}.plan_card370 .learning_rates321 {
    gap: 20px;
    grid-template-columns: 1fr;
}.plan_card370 .study_costs045 {
    padding: 25px 20px;
}.plan_card370 .fee_board145 {
    font-size: calc(19px + 2px);
}
}

@media (max-width: 480px) {.plan_card370 {
    padding: 60px 0;
}.plan_card370 h2 {
    font-size: calc(33px - 6px);
}.plan_card370 .fee_pricing856 h4 {
    font-size: 19px;
}.plan_card370 .fee_pricing856 p {
    font-size: calc(13px - 1px);
}}.access_now904 {
    position: relative;
    background: linear-gradient(145deg, rgb(96,106,121,0.5), rgb(132,142,163,0.5));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
    overflow: hidden;
    padding: 5rem 0;
}.access_now904::before {
    animation: subtleRotate 40s linear infinite;
    width: 200%;
    content: "";
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
    left: -50%;
    transform: rotate(-15deg);
    position: absolute;
    height: 200%;
    opacity: 0.05;
    z-index: -1;
    top: -50%;
}.access_now904::after {
    bottom: 0;
    z-index: -1;
    right: 0;
    background: linear-gradient(to top, rgb(132,142,163,0.5) 0%, transparent 100%);
    content: "";
    width: 100%;
    height: 40%;
    position: absolute;
    opacity: 0.1;
}.access_now904 .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
}.access_now904 h2 {
    transform: translateY(0);
    font-size: 29px;
    animation: fadeUpIn 0.8s ease-out forwards;
    line-height: 1.3;
    opacity: 1;
    position: relative;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    font-weight: 700;
    color: #000000;
    margin-bottom: 2.5rem;
}.access_now904 h2::after {
    position: absolute;
    width: 5rem;
    transform-origin: left;
    height: 3px;
    background: linear-gradient(90deg, rgb(132,142,163), rgb(96,106,121));
    bottom: -0.75rem;
    transform: scaleX(1);
    content: "";
    left: 0;
}.access_now904 .expert_network405 {
    background: #ffffff;
    transform: translateY(0);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06), 
                0 2px 5px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    border-radius: 100px;
    padding: 2.5rem 3rem;
    align-items: center;
    gap: 2rem;
    display: flex;
    animation: slideUpIn 0.9s ease-out forwards;
}.access_now904 .expert_network405::before {
    left: 0;
    opacity: 0.6;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
    border-radius: 100px;
}.access_now904 svg {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0) rotate(0);
}.access_now904 svg:hover {
    transform: translateY(-5px) rotate(5deg);
}.access_now904 svg path {
    transition: fill 0.3s ease, transform 0.5s ease;
    fill: rgb(132,142,163);
}.access_now904 svg:hover path {
    fill: rgb(96,106,121);
    transform: scale(1.05);
}.access_now904 .expert_network405 div {
    flex-grow: 1;
    justify-content: flex-end;
    display: flex;
}.access_now904 .query_grid479 {
    font-size: 18px;
    display: inline-flex;
    background: linear-gradient(135deg, rgb(132,142,163), rgb(96,106,121));
    position: relative;
    text-decoration: none;
    overflow: hidden;
    border-radius: 14px;
    z-index: 1;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    padding: 1rem 2.5rem;
    color: #ffffff;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.3s ease;
}.access_now904 .query_grid479::before {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    transition: left 0.6s ease;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: -100%;
}.access_now904 .query_grid479:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(rgb(132,142,163,0.5), 0.3),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}.access_now904 .query_grid479:hover::before {
    left: 100%;
}.access_now904 .query_grid479:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

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

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

@keyframes subtleRotate {
    0% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(345deg);
    }
}

@media (max-width: 1024px) {.access_now904 {
    padding: 4rem 0;
}.access_now904 h2 {
    font-size: calc(29px * 0.9);
}.access_now904 .expert_network405 {
    padding: 2rem;
}
}

@media (max-width: 768px) {.access_now904 {
    padding: 3.5rem 0;
}.access_now904 h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.access_now904 .expert_network405 {
    gap: 1.5rem;
    flex-direction: column;
    padding: 2rem 1.5rem;
}.access_now904 .expert_network405 div {
    justify-content: center;
    width: 100%;
}.access_now904 svg {
    height: 48px;
    width: 48px;
}.access_now904 .query_grid479 {
    padding: 0.875rem 1.5rem;
    width: 100%;
}
}

@media (max-width: 480px) {.access_now904 {
    padding: 3rem 0;
}.access_now904 h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.5rem;
}.access_now904 .container {
    padding: 0 1.25rem;
}.access_now904 .expert_network405 {
    padding: 1.5rem 1.25rem;
}.access_now904 svg {
    width: 40px;
    height: 40px;
}.access_now904 .query_grid479 {
    font-size: calc(18px * 0.9);
}}.meet_us432 {
    position: relative;
    padding: 110px 0;
    background: rgb(169,179,200);
    overflow: hidden;
}.meet_us432::before {
    content: "";
    z-index: 1;
    position: absolute;
    background-image: linear-gradient(120deg, rgb(132,142,163,0.5) 0%, transparent 75%);
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}.meet_us432 .container {
    z-index: 2;
    position: relative;
}.meet_us432 .expert_network405 {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    display: grid;
}.meet_us432 h3 {
    color: #000000;
    margin-bottom: 60px;
    font-weight: 700;
    display: inline-block;
    font-size: 44px;
    position: relative;
    grid-column: 1 / -1;
}.meet_us432 h3::after {
    height: 5px;
    position: absolute;
    content: "";
    width: 60%;
    background: rgb(132,142,163);
    bottom: -15px;
    left: 0;
}.meet_us432 .expert_learnings873 {
    grid-column: 1 / 7;
    z-index: 1;
    position: relative;
}.meet_us432 .learning_corner504 {
    z-index: 1;
    position: relative;
    grid-column: 7 / -1;
}.meet_us432 .expert_learnings873 span {
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(132,142,163);
    text-transform: uppercase;
    display: block;
    font-size: 23px;
    letter-spacing: 1px;
}.meet_us432 .expert_learnings873 p,
.meet_us432 .learning_corner504 p {
    line-height: 1.8;
    margin-bottom: 30px;
    color: #000000;
    font-size: 15px;
    padding-right: 20px;
}.meet_us432 .photo_grid247,
.meet_us432 .knowledge_learning027 {
    height: 360px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 0;
    position: relative;
    box-shadow: 15px 15px 0 rgb(132,142,163,0.5);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    overflow: hidden;
}.meet_us432 .knowledge_learning027 {
    box-shadow: 15px 15px 0 rgb(96,106,121,0.5);
}.meet_us432 .photo_grid247:hover,
.meet_us432 .knowledge_learning027:hover {
    transform: translateY(-10px);
    box-shadow: 20px 20px 0 rgb(132,142,163,0.5);
}.meet_us432 .knowledge_learning027:hover {
    box-shadow: 20px 20px 0 rgb(96,106,121,0.5);
}.meet_us432 .expert_learnings873,
.meet_us432 .learning_corner504 {
    position: relative;
}.meet_us432 .expert_learnings873::before {
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgb(132,142,163,0.5),
        rgb(132,142,163,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    position: absolute;
    width: 100px;
    height: 100px;
    left: -20px;
    bottom: -20px;
    content: "";
}.meet_us432 .learning_corner504::before {
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    content: "";
    z-index: -1;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(96,106,121,0.5),
        rgb(96,106,121,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
}.meet_us432 .photo_grid247::after,
.meet_us432 .knowledge_learning027::after {
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
}.meet_us432 .photo_grid247::before,
.meet_us432 .knowledge_learning027::before {
    z-index: 2;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    top: 0;
    content: "";
    position: absolute;
    left: -100%;
    height: 100%;
    transition: all 0.6s;
    transform: skewX(-25deg);
    width: 100%;
}.meet_us432 .photo_grid247:hover::before,
.meet_us432 .knowledge_learning027:hover::before {
    left: 100%;
}.meet_us432 .expert_network405::after {
    width: 200px;
    border-radius: 50%;
    top: -100px;
    border: 2px dashed rgb(132,142,163,0.5);
    content: "";
    height: 200px;
    position: absolute;
    animation: rotate 60s linear infinite;
    z-index: -1;
    right: -100px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.meet_us432 {
    padding: 90px 0;
}.meet_us432 h3 {
    margin-bottom: 50px;
}.meet_us432 .photo_grid247,
    .meet_us432 .knowledge_learning027 {
    height: 320px;
}
}

@media (max-width: 992px) {.meet_us432 .expert_network405 {
    grid-template-columns: 1fr;
}.meet_us432 .expert_learnings873,
    .meet_us432 .learning_corner504 {
    grid-column: 1 / -1;
    margin-bottom: 50px;
}.meet_us432 .learning_corner504 {
    margin-bottom: 0;
}.meet_us432 h3 {
    margin-bottom: 40px;
}.meet_us432 .photo_grid247,
    .meet_us432 .knowledge_learning027 {
    height: 400px;
}.meet_us432 .expert_learnings873 p,
    .meet_us432 .learning_corner504 p {
    padding-right: 0;
}
}

@media (max-width: 768px) {.meet_us432 {
    padding: 70px 0;
}.meet_us432 h3 {
    font-size: calc(44px * 0.8);
    margin-bottom: 35px;
}.meet_us432 .expert_learnings873,
    .meet_us432 .learning_corner504 {
    margin-bottom: 40px;
}.meet_us432 .photo_grid247,
    .meet_us432 .knowledge_learning027 {
    height: 350px;
    box-shadow: 10px 10px 0 rgb(132,142,163,0.5);
}.meet_us432 .knowledge_learning027 {
    box-shadow: 10px 10px 0 rgb(96,106,121,0.5);
}.meet_us432 .photo_grid247:hover,
    .meet_us432 .knowledge_learning027:hover {
    box-shadow: 15px 15px 0 rgb(132,142,163,0.5);
}.meet_us432 .knowledge_learning027:hover {
    box-shadow: 15px 15px 0 rgb(96,106,121,0.5);
}
}

@media (max-width: 576px) {.meet_us432 {
    padding: 50px 0;
}.meet_us432 h3 {
    font-size: calc(44px * 0.7);
    margin-bottom: 30px;
}.meet_us432 h3::after {
    width: 50%;
    height: 4px;
    bottom: -10px;
}.meet_us432 .expert_learnings873 span {
    font-size: calc(23px * 0.9);
    margin-bottom: 15px;
}.meet_us432 .expert_learnings873 p,
    .meet_us432 .learning_corner504 p {
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}.meet_us432 .photo_grid247,
    .meet_us432 .knowledge_learning027 {
    box-shadow: 8px 8px 0 rgb(132,142,163,0.5);
    height: 280px;
}.meet_us432 .knowledge_learning027 {
    box-shadow: 8px 8px 0 rgb(96,106,121,0.5);
}.meet_us432 .photo_grid247:hover,
    .meet_us432 .knowledge_learning027:hover {
    box-shadow: 10px 10px 0 rgb(132,142,163,0.5);
}.meet_us432 .knowledge_learning027:hover {
    box-shadow: 10px 10px 0 rgb(96,106,121,0.5);
}.meet_us432 .expert_learnings873::before,
    .meet_us432 .learning_corner504::before {
    width: 80px;
    height: 80px;
}}

.meet_us432 .learning_corner504 p {
    font-style: italic;
    padding-left: 20px;
    position: relative;
}.meet_us432 .learning_corner504 p::before {
    position: absolute;
    width: 4px;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    background: rgb(96,106,121);
}.program_overview468 {
    overflow: hidden;
    background-color: rgb(169,179,200);
    padding: 100px 0;
    position: relative;
}.program_overview468::before {
    height: 100%;
    width: 100%;
    opacity: 0.1;
    background: repeating-linear-gradient(
    45deg,
    rgb(132,142,163,0.5) 0,
    rgb(132,142,163,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
}.program_overview468::after {
    background: radial-gradient(
    circle at 80% 20%,
    rgb(96,106,121,0.5) 0%,
    transparent 60%
  );
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
}.program_overview468 .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.program_overview468 .expert_network405 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 60px;
}.program_overview468 .expert_network405::before {
    content: "";
    left: -120px;
    top: -80px;
    width: 200px;
    position: absolute;
    border: 1px solid rgb(132,142,163,0.5);
    height: 200px;
    border-radius: 50%;
    z-index: -1;
    animation: rotate 30s linear infinite;
}.program_overview468 .expert_network405::after {
    content: "";
    border: 2px solid rgb(96,106,121,0.5);
    animation: rotate 40s linear infinite reverse;
    height: 300px;
    width: 300px;
    bottom: -100px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    right: -50px;
}.program_overview468 .learn_professional361 {
    display: flex;
    border-radius: 17px;
    transform: translateZ(0);
    border-left: 3px solid rgb(132,142,163);
    position: relative;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
    backdrop-filter: blur(10px);
    justify-content: center;
    flex-direction: column;
}.program_overview468 .learn_professional361::before {
    border-right: 2px solid rgb(96,106,121,0.5);
    height: 60px;
    top: 20px;
    width: 60px;
    z-index: 1;
    content: "";
    border-top: 2px solid rgb(96,106,121,0.5);
    position: absolute;
    right: 20px;
}.program_overview468 .learn_professional361::after {
    bottom: 20px;
    left: 20px;
    width: 60px;
    content: "";
    position: absolute;
    border-bottom: 2px solid rgb(132,142,163,0.5);
    z-index: 1;
    height: 60px;
    border-left: 2px solid rgb(132,142,163,0.5);
}.program_overview468 .header_nav942 {
    margin-bottom: 30px;
    position: relative;
}.program_overview468 .header_nav942::before {
    content: "";
    background-color: rgb(132,142,163);
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    position: absolute;
    border-radius: 50%;
    left: -20px;
    height: 10px;
}.program_overview468 .header_nav942 svg {
    height: 60px;
    max-height: 70px;
    transition: filter 0.4s ease;
    width: 60px;
}.program_overview468 .header_nav942:hover svg {
    filter: drop-shadow(0 0 8px rgb(132,142,163,0.5));
}.program_overview468 .header_nav942 svg path {
    fill: rgb(132,142,163);
    transition: fill 0.3s ease;
}.program_overview468 .header_nav942:hover svg path {
    fill: rgb(96,106,121);
}.program_overview468 h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    font-size: 38px;
    margin-bottom: 20px;
    color: #000000;
}.program_overview468 h3::after {
    border-radius: 10px;
    content: "";
    height: 3px;
    background: linear-gradient(
    to right,
    rgb(132,142,163) 0%,
    rgb(96,106,121) 100%
  );
    bottom: 0;
    position: absolute;
    width: 80px;
    left: 0;
}.program_overview468 p {
    position: relative;
    color: #000000;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 0;
}.program_overview468 .photo_grid247 {
    min-height: 500px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 17px;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg);
    height: 500px;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}.program_overview468 .photo_grid247::before {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    content: "";
    background: linear-gradient(
    to bottom right,
    rgb(132,142,163,0.5) 0%,
    transparent 30%,
    transparent 70%,
    rgb(96,106,121,0.5) 100%
  );
    left: 0;
}.program_overview468 .photo_grid247::after {
    position: absolute;
    content: "";
    border-radius: 17px;
    inset: 0;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.program_overview468 .photo_grid247:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0.4;
    transform: scale(0.98);
  }
}

@media (max-width: 1199px) {.program_overview468 .expert_network405 {
    gap: 40px;
}.program_overview468 .learn_professional361 {
    padding: 30px;
}.program_overview468 .photo_grid247 {
    min-height: 450px;
}
}

@media (max-width: 991px) {.program_overview468 {
    padding: 70px 0;
}.program_overview468 .expert_network405 {
    gap: 40px;
    grid-template-columns: 1fr;
}.program_overview468 .learn_professional361 {
    order: 2;
}.program_overview468 .photo_grid247 {
    transform: perspective(1000px) rotateY(0deg);
    order: 1;
    min-height: 400px;
}.program_overview468 .expert_network405::before,
  .program_overview468 .expert_network405::after {
    display: none;
}
}

@media (max-width: 767px) {.program_overview468 {
    padding: 50px 0;
}.program_overview468 .learn_professional361 {
    padding: 25px;
}.program_overview468 h3 {
    padding-bottom: 15px;
    font-size: calc(38px * 0.9);
    margin-bottom: 15px;
}.program_overview468 .header_nav942 {
    margin-bottom: 20px;
}.program_overview468 .header_nav942 svg {
    max-height: 60px;
}.program_overview468 .photo_grid247 {
    min-height: 350px;
}.program_overview468 .learn_professional361::before,
  .program_overview468 .learn_professional361::after {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 576px) {.program_overview468 {
    padding: 40px 0;
}.program_overview468 .learn_professional361 {
    padding: 20px;
}.program_overview468 h3 {
    font-size: calc(38px * 0.8);
}.program_overview468 p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}.program_overview468 .header_nav942 {
    margin-bottom: 15px;
}.program_overview468 .header_nav942 svg {
    max-height: 50px;
}.program_overview468 .photo_grid247 {
    min-height: 300px;
}.program_overview468 .learn_professional361::before,
  .program_overview468 .learn_professional361::after {
    width: 30px;
    height: 30px;
}
}

@media (min-width: 1400px) {.program_overview468 .container {
    max-width: 1320px;
}.program_overview468 .photo_grid247 {
    min-height: 550px;
}}.landing_page537 {
    display: flex;
    min-height: 700px;
    width: 100%;
    position: relative;
    height: 100vh;
    background: linear-gradient(45deg, rgb(96,106,121,0.5), rgb(132,142,163,0.5));
    overflow: hidden;
}.landing_page537 .photo_grid247 {
    top: 0;
    transform: scale(1.05);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 70% 100%, 0 85%);
    height: 100%;
    position: absolute;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    left: 0;
    z-index: 1;
}.landing_page537 .photo_grid247::after {
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(rgb(96,106,121), 0.4), 
        rgba(rgb(132,142,163), 0.6));
    height: 100%;
    width: 100%;
    content: '';
    mix-blend-mode: overlay;
}.landing_page537 .expert_network405 {
    padding: 3rem;
    position: relative;
    flex-direction: column;
    transform: translateY(0);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    z-index: 2;
    max-width: 1200px;
    animation: fadeInUp 1.2s ease-out forwards;
    width: 100%;
}.landing_page537 h1 {
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    position: relative;
    font-size: calc(40px * 1.2);
    margin-bottom: 1.5rem;
    font-weight: 700;
    animation: slideFromLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    opacity: 0;
    transform: translateX(0);
}.landing_page537 h1::after {
    bottom: -10px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(132,142,163), rgb(96,106,121));
    transform-origin: left;
    left: 0;
    width: 120px;
    height: 4px;
    animation: scaleIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s forwards;
    position: absolute;
    content: '';
}.landing_page537 .text_header501 {
    max-width: 580px;
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 
                0 4px 8px rgba(0, 0, 0, 0.06),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(20px);
    opacity: 0;
    border-left: 4px solid rgb(132,142,163);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
}.landing_page537 .text_header501 p {
    line-height: 1.6;
    margin-bottom: 2rem;
    position: relative;
    font-size: calc(12px * 1.2);
    color: #000000;
}.landing_page537 .edu_expert846 {
    opacity: 0;
    animation: popIn 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s forwards;
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    transform: scale(0.9);
}.landing_page537 .edu_expert846 svg {
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
    transition: transform 0.5s ease, filter 0.5s ease;
    height: 120px;
    width: 120px;
}.landing_page537 .edu_expert846 svg:hover {
    filter: drop-shadow(0 8px 20px rgba(94, 170, 168, 0.3));
    transform: translateY(-5px) scale(1.05);
}.landing_page537 .edu_expert846 svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.landing_page537 .edu_expert846 svg text {
    fill: rgb(94, 170, 168);
    font-weight: 700;
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.landing_page537 h6 {
    text-align: center;
    opacity: 0;
    margin-top: 2rem;
    animation: fadeInUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    transform: translateY(15px);
}.landing_page537 .query_grid479 {
    transition: all 0.4s ease;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 10px 25px rgba(94, 170, 168, 0.3);
    z-index: 1;
    background: linear-gradient(135deg, rgb(132,142,163), rgb(96,106,121));
    display: inline-block;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 1rem 2.5rem;
}.landing_page537 .query_grid479::before {
    z-index: -1;
    opacity: 0;
    background: linear-gradient(135deg, rgb(96,106,121), rgb(132,142,163));
    transition: opacity 0.4s ease;
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    width: 100%;
}.landing_page537 .query_grid479:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(94, 170, 168, 0.4);
}.landing_page537 .query_grid479:hover::before {
    opacity: 1;
}.landing_page537 .query_grid479:active {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(94, 170, 168, 0.3);
}

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

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

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

@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }
    70% {
        opacity: 1;
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 992px) {.landing_page537 {
    min-height: 650px;
    height: auto;
}.landing_page537 .photo_grid247 {
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 90%, 0 75%);
}.landing_page537 .expert_network405 {
    padding: 2rem;
}.landing_page537 h1 {
    font-size: calc(40px * 1.1);
}.landing_page537 .text_header501 {
    max-width: 90%;
    padding: 2rem;
}
}

@media (max-width: 768px) {.landing_page537 {
    min-height: 600px;
}.landing_page537 .photo_grid247 {
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 85%, 0 70%);
}.landing_page537 .expert_network405 {
    padding: 1.5rem;
}.landing_page537 h1 {
    text-align: center;
    font-size: 40px;
}.landing_page537 h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.landing_page537 .text_header501 {
    margin: 0 auto;
    padding: 1.5rem;
}.landing_page537 .text_header501 p {
    text-align: center;
    font-size: 12px;
}.landing_page537 .edu_expert846 svg {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 576px) {.landing_page537 {
    min-height: 550px;
}.landing_page537 .photo_grid247 {
    clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 80%, 0 65%);
}.landing_page537 .expert_network405 {
    padding: 1rem;
}.landing_page537 h1 {
    font-size: calc(40px * 0.9);
}.landing_page537 .text_header501 {
    padding: 1.25rem;
}.landing_page537 .query_grid479 {
    padding: 0.8rem 2rem;
    font-size: calc(16px * 0.9);
}.landing_page537 .edu_expert846 svg {
    height: 80px;
    width: 80px;
}}.thanksHub480 {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(132,142,163,0.5) 0%, rgb(169,179,200) 40%, rgb(96,106,121,0.5) 100%);
}.thanksHub480::before {
    z-index: 1;
    left: 0;
    content: "";
    animation: pulse 8s infinite alternate ease-in-out;
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
}.thanksHub480::after {
    z-index: 0;
    opacity: 0.04;
    width: 150%;
    background: repeating-linear-gradient(45deg, rgb(132,142,163,0.5) 0px, transparent 2px, transparent 10px);
    height: 150%;
    position: absolute;
    top: -25%;
    transform: rotate(-5deg);
    animation: patternShift 20s infinite linear;
    content: "";
    left: -25%;
}.thanksHub480 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1140px;
    z-index: 2;
}.thanksHub480 h2 {
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    color: #000000;
    animation: fadeUpIn 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 3rem;
    text-align: center;
    opacity: 0;
    position: relative;
}.thanksHub480 h2::after {
    content: "";
    bottom: -15px;
    width: 80px;
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform: translateX(-50%) scaleX(0);
    left: 50%;
    background: linear-gradient(90deg, rgb(132,142,163), rgb(96,106,121));
    height: 4px;
}.thanksHub480 .expert_network405 {
    padding: 3rem;
    transition: transform 0.5s;
    background: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center top;
    animation: fadeIn 1s 0.5s both ease-out;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}.thanksHub480 .expert_network405::before {
    position: absolute;
    top: -8px;
    filter: blur(12px);
    height: 100%;
    border-radius: 10px;
    opacity: 0.3;
    background: linear-gradient(180deg, rgb(132,142,163,0.5) 0%, transparent 80%);
    width: 95%;
    z-index: -1;
    transform: translateX(-50%);
    left: 50%;
    content: "";
}.thanksHub480 .expert_network405:hover {
    transform: perspective(1000px) rotateX(0deg);
}.thanksHub480 ul {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
}.thanksHub480 ul::before {
    left: -20px;
    top: 0;
    background: linear-gradient(to bottom, rgb(132,142,163), rgb(96,106,121));
    width: 4px;
    animation: growHeight 1.5s 1s forwards ease-in-out;
    content: "";
    position: absolute;
    height: 0;
}.thanksHub480 li {
    animation: slideIn 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    opacity: 0;
    transform: translateX(20px);
    padding-left: 0;
}.thanksHub480 li::before {
    top: -5px;
    transform: scale(0);
    background: linear-gradient(135deg, rgb(96,106,121) 0%, rgb(132,142,163) 100%);
    border-radius: 50%;
    animation: popIn 0.4s 1.2s forwards cubic-bezier(0.25, 1.8, 0.5, 1);
    width: 32px;
    position: absolute;
    content: "";
    opacity: 0;
    left: -40px;
    height: 32px;
    box-shadow: 0 5px 15px -5px rgb(96,106,121,0.5);
}.thanksHub480 li span {
    line-height: 1.7;
    letter-spacing: 0.01em;
    animation: fadeIn 1s 1.2s forwards ease-out;
    opacity: 0;
    font-size: 15px;
    display: block;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
}.thanksHub480 li span::first-letter {
    font-weight: 700;
    color: rgb(132,142,163);
    font-size: 1.4em;
}

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

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

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

@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@keyframes patternShift {
    from {
        transform: rotate(-5deg) translateX(0);
    }
    to {
        transform: rotate(-5deg) translateX(100px);
    }
}

@media (max-width: 992px) {.thanksHub480 {
    padding: 5rem 0;
}.thanksHub480 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.9);
}.thanksHub480 .expert_network405 {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.thanksHub480 {
    padding: 4rem 0;
}.thanksHub480 h2 {
    margin-bottom: 2rem;
    line-height: 1.4;
    font-size: calc(35px * 0.8);
}.thanksHub480 .expert_network405 {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.thanksHub480 ul::before {
    left: -15px;
}.thanksHub480 li::before {
    height: 24px;
    left: -30px;
    width: 24px;
}
}

@media (max-width: 576px) {.thanksHub480 {
    padding: 3rem 0;
}.thanksHub480 h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.5rem;
}.thanksHub480 .expert_network405 {
    transform: none;
    padding: 1.5rem;
}.thanksHub480 ul::before {
    left: -12px;
}.thanksHub480 li::before {
    left: -25px;
    height: 20px;
    top: -2px;
    width: 20px;
}.thanksHub480 li span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}header .head_train125 {
    z-index: 100;
    position: relative;
    background: linear-gradient(135deg, rgb(132,142,163,0.5) 0%, rgb(96,106,121) 100%);
    border-bottom-left-radius: 26px;
    display: flex;
    align-items: center;
    left: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    overflow: visible;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}header .head_train125 .header_nav942 {
    z-index: 2;
    position: relative;
    transform: skewX(5deg);
}header .head_train125 .header_nav942 .nav_header301 {
    display: block;
    transition: transform 0.3s ease-in-out;
}header .head_train125 .header_nav942 .nav_header301:hover {
    transform: translateY(-8px) rotate(0deg);
}header .head_train125 .header_nav942 svg {
    height: auto;
    width: 80px;
}header .head_train125 .main_bar179 {
    position: relative;
    margin: 0;
    gap: 1rem;
    list-style: none;
    padding: 0;
    display: flex;
}header .head_train125 .main_bar179::before {
    left: -20px;
    height: calc(100% + 20px);
    opacity: 0;
    border-radius: 10px;
    content: "";
    width: calc(100% + 40px);
    background: linear-gradient(45deg, transparent 0%, rgb(132,142,163,0.5) 100%);
    z-index: -1;
    top: -10px;
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
}header .head_train125 .header_wrap659 {
    transition: transform 0.3s ease;
    position: relative;
}header .head_train125 .header_wrap659 a {
    padding: 0.5rem 1rem;
    font-weight: 600;
    transition: color 0.3s ease;
    display: block;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    font-size: 15px;
    font-family: Arial, sans-serif;
}header .head_train125 .header_wrap659 a::before {
    left: 0;
    transition: transform 0.3s ease;
    height: 2px;
    bottom: 0;
    position: absolute;
    transform-origin: right;
    content: "";
    width: 100%;
    transform: scaleX(0) rotate(-2deg);
    background: rgb(96,106,121);
}header .head_train125 .header_wrap659 a:hover {
    color: rgb(96,106,121);
}header .head_train125 .header_wrap659 a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

@media (max-width: 992px) {header .head_train125 {
    flex-direction: column;
    width: 100vw;
    padding: 1rem;
    transform: skewX(0);
    box-sizing: border-box;
    margin-left: calc(-50vw + 50%);
}header .head_train125 .header_nav942 {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .head_train125 .main_bar179 {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    transform: skewX(0);
}header .head_train125 .main_bar179::before {
    transform: skewX(0);
}header .head_train125 .main_bar179:hover::before {
    transform: skewX(0);
}header .head_train125 .header_wrap659 {
    margin: 0.25rem;
}header .head_train125 .header_wrap659:nth-child(odd),
  header .head_train125 .header_wrap659:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .head_train125 {
    padding: 0.75rem;
}header .head_train125 .main_bar179 {
    flex-direction: column;
    align-items: center;
}header .head_train125 .header_wrap659 {
    width: 100%;
    text-align: center;
}header .head_train125 .header_nav942 svg {
    width: 100px;
}}.learning_outcomes087 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(rgb(96,106,121,0.5), 0.03) 0%, rgba(rgb(132,142,163,0.5), 0.07) 100%);
    padding: 120px 0;
}.learning_outcomes087::before {
    z-index: 0;
    background: linear-gradient(45deg, rgb(132,142,163), rgb(96,106,121));
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    content: "";
    opacity: 0.05;
    width: 300px;
    animation: float 15s ease-in-out infinite alternate;
    top: -50px;
    position: absolute;
    left: -100px;
    height: 300px;
}.learning_outcomes087::after {
    width: 200px;
    opacity: 0.05;
    background: linear-gradient(135deg, rgb(96,106,121), rgb(132,142,163));
    right: -50px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    content: "";
    animation: float 18s ease-in-out infinite alternate-reverse;
    z-index: 0;
    height: 200px;
    bottom: -50px;
}.learning_outcomes087 .container {
    gap: 60px;
    z-index: 1;
    perspective: 1000px;
    position: relative;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    display: grid;
}.learning_outcomes087 .photo_grid247 {
    height: auto;
    z-index: 2;
    transform: rotateY(-5deg) translateZ(20px);
    object-fit: cover;
    border-radius: 2px;
    position: relative;
    width: 100%;
    box-shadow: 
        20px 20px 60px rgba(rgba(0, 0, 0, 0.5), 0.12),
        -5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.8);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.learning_outcomes087 .photo_grid247:hover {
    transform: rotateY(0deg) translateZ(30px) scale(1.02);
}.learning_outcomes087 .expert_network405 {
    z-index: 2;
    transform: translateZ(0);
    position: relative;
}.learning_outcomes087 .text_header501 {
    padding: 20px 0 20px 30px;
    position: relative;
}.learning_outcomes087 .text_header501::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(132,142,163), rgb(96,106,121));
    position: absolute;
    animation: grow 3s ease-out forwards;
    width: 3px;
    top: 0;
    transform: scaleY(0.95);
    content: "";
    transform-origin: top;
    height: 100%;
}.learning_outcomes087 h1 {
    line-height: 1.3;
    font-size: 46px;
    color: #000000;
    transform: translateX(0);
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    transition: transform 0.5s ease-out;
}.learning_outcomes087 h1::after {
    width: 80px;
    left: 0;
    transform-origin: left;
    transform: scaleX(0.7);
    height: 3px;
    content: "";
    bottom: -10px;
    background: rgb(132,142,163);
    transition: transform 0.5s ease-out;
    position: absolute;
}.learning_outcomes087 .text_header501:hover h1 {
    transform: translateX(5px);
}.learning_outcomes087 .text_header501:hover h1::after {
    transform: scaleX(1);
}.learning_outcomes087 ul {
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 0;
    display: grid;
}.learning_outcomes087 li {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(rgb(255, 255, 255, 0.5), 0.7);
    border-radius: 4px;
    box-shadow: 
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding: 16px 20px;
    transform: translateY(0);
}.learning_outcomes087 li:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 10px 25px rgba(rgba(0, 0, 0, 0.5), 0.07),
        0 2px 5px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.learning_outcomes087 li p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    gap: 15px;
    display: flex;
    color: #000000;
    align-items: center;
}.learning_outcomes087 svg {
    width: 24px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    height: 24px;
}.learning_outcomes087 li:hover svg {
    transform: scale(1.1) translateY(-2px);
}.learning_outcomes087 svg path {
    transition: fill 0.3s ease;
    fill: rgb(132,142,163);
}.learning_outcomes087 li:hover svg path {
    fill: rgb(96,106,121);
}

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

@keyframes grow {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(0.95);
    }
}

@media screen and (max-width: 1200px) {.learning_outcomes087 {
    padding: 100px 0;
}.learning_outcomes087 .container {
    padding: 0 30px;
}.learning_outcomes087 h1 {
    font-size: calc(46px * 0.9);
}
}

@media screen and (max-width: 992px) {.learning_outcomes087 .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.learning_outcomes087 .photo_grid247 {
    margin: 0 auto;
    transform: rotateY(-3deg) translateZ(10px);
    max-width: 80%;
}.learning_outcomes087 ul {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}.learning_outcomes087 h1 {
    margin-bottom: 40px;
    text-align: center;
}.learning_outcomes087 h1::after {
    transform: translateX(-50%) scaleX(0.7);
    left: 50%;
}.learning_outcomes087 .text_header501 {
    padding: 20px 0;
}.learning_outcomes087 .text_header501::before {
    height: 3px;
    top: 0;
    transform: scaleX(0.95);
    width: 100%;
}.learning_outcomes087 .text_header501:hover h1 {
    transform: translateY(-5px);
}.learning_outcomes087 .text_header501:hover h1::after {
    transform: translateX(-50%) scaleX(1);
}
}

@media screen and (max-width: 768px) {.learning_outcomes087 {
    padding: 80px 0;
}.learning_outcomes087 .photo_grid247 {
    max-width: 100%;
}.learning_outcomes087 h1 {
    line-height: 1.4;
    font-size: calc(46px * 0.8);
}.learning_outcomes087 li {
    padding: 15px;
}.learning_outcomes087 li p {
    font-size: calc(15px * 0.95);
}
}

@media screen and (max-width: 576px) {.learning_outcomes087 {
    padding: 60px 0;
}.learning_outcomes087 .container {
    padding: 0 20px;
    gap: 30px;
}.learning_outcomes087 h1 {
    font-size: calc(46px * 0.7);
    margin-bottom: 30px;
}.learning_outcomes087 ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.learning_outcomes087 svg {
    width: 20px;
    height: 20px;
}.learning_outcomes087 li p {
    font-size: calc(15px * 0.9);
    gap: 10px;
}}.secure_retreat615 {
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(169,179,200) 0%, rgb(132,142,163,0.5) 100%);
}.secure_retreat615::before {
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(rgb(132,142,163,0.5), 0.03) 20px,
    rgba(rgb(132,142,163,0.5), 0.03) 40px
  );
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}.secure_retreat615::after {
    opacity: 0.1;
    background: radial-gradient(circle, rgb(96,106,121,0.5) 0%, transparent 70%);
    z-index: 0;
    height: 100%;
    right: -50%;
    content: "";
    top: -50%;
    width: 100%;
    position: absolute;
}.secure_retreat615 .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    animation: fadeIn 0.8s ease-out forwards;
}.secure_retreat615 h1 {
    margin-bottom: 2rem;
    font-weight: 700;
    font-family: Arial, sans-serif;
    opacity: 0;
    animation: slideInLeft 0.6s ease-out 0.2s forwards;
    color: rgb(132,142,163);
    transform: translateX(-5px);
    font-size: 40px;
    padding-bottom: 1rem;
    position: relative;
    letter-spacing: -0.02em;
}.secure_retreat615 h1::after {
    content: "";
    background: linear-gradient(90deg, rgb(132,142,163) 0%, rgb(96,106,121) 100%);
    width: 80px;
    transform-origin: left;
    bottom: 0;
    height: 4px;
    position: absolute;
    transform: scaleX(0);
    animation: expandWidth 0.6s ease-out 0.8s forwards;
    left: 0;
}.secure_retreat615 h2 {
    margin: 2.5rem 0 1.5rem;
    color: rgb(96,106,121);
    font-size: 32px;
    transform: translateY(10px);
    font-weight: 600;
    position: relative;
    animation: slideInUp 0.5s ease-out 0.4s forwards;
    opacity: 0;
    padding-left: 20px;
    font-family: Arial, sans-serif;
}.secure_retreat615 h2::before {
    position: absolute;
    width: 4px;
    top: 8px;
    content: "";
    border-radius: 2px;
    left: 0;
    height: calc(100% - 16px);
    background: rgb(96,106,121);
}.secure_retreat615 h3 {
    animation: slideInUp 0.5s ease-out 0.5s forwards;
    position: relative;
    color: rgb(96,106,121);
    padding-left: 15px;
    font-weight: 600;
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.85);
    opacity: 0;
    font-family: Arial, sans-serif;
    transform: translateY(10px);
}.secure_retreat615 h3::before {
    border-radius: 2px;
    height: calc(100% - 16px);
    background: rgb(96,106,121,0.5);
    content: "";
    width: 3px;
    top: 8px;
    position: absolute;
    left: 0;
}.secure_retreat615 h4 {
    margin: 1.5rem 0 1rem;
    font-weight: 600;
    font-size: calc(32px * 0.7);
    opacity: 0;
    transform: translateY(8px);
    padding-left: 12px;
    position: relative;
    color: #000000;
    animation: slideInUp 0.5s ease-out 0.6s forwards;
    font-family: Arial, sans-serif;
}.secure_retreat615 h4::before {
    width: 2px;
    content: "";
    top: 8px;
    height: calc(100% - 16px);
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    border-radius: 1px;
    left: 0;
}.secure_retreat615 p {
    font-size: 12px;
    color: #000000;
    opacity: 0;
    position: relative;
    margin-bottom: 1.5rem;
    animation: fadeSlideUp 0.7s ease-out 0.6s forwards;
    transform: translateY(8px);
    font-family: Arial, sans-serif;
    line-height: 1.7;
}.secure_retreat615 p strong {
    position: relative;
    color: #000000;
    font-weight: 600;
}.secure_retreat615 p strong::after {
    bottom: -2px;
    position: absolute;
    left: 0;
    background: rgb(96,106,121,0.5);
    height: 1px;
    content: "";
    width: 100%;
}.secure_retreat615 ul {
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    transform: translateX(10px);
    padding: 0.5rem 0 0.5rem 1.5rem;
    margin: 0 0 2rem 0;
    list-style-type: none;
    animation: fadeSlideIn 0.7s ease-out 0.8s forwards;
    position: relative;
    opacity: 0;
    border-left: 3px solid rgb(132,142,163,0.5);
}.secure_retreat615 ul::before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(96,106,121,0.5) 0%, transparent 10%);
    content: "";
    left: 0;
    opacity: 0.1;
}.secure_retreat615 li {
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
    transform: translateY(8px);
    padding: 0.8rem 0 0.8rem 1.8rem;
    opacity: 0;
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    animation-delay: calc(0.9s + (0.1s * var(--li-index, 0)));
    position: relative;
    animation: listItemAppear 0.4s ease-out forwards;
}.secure_retreat615 li:nth-child(1) {
    --li-index: 1;
}.secure_retreat615 li:nth-child(2) {
    --li-index: 2;
}.secure_retreat615 li:nth-child(3) {
    --li-index: 3;
}.secure_retreat615 li::before {
    height: 8px;
    width: 8px;
    left: 0;
    position: absolute;
    content: "";
    box-shadow: 0 0 0 3px rgb(132,142,163,0.5);
    top: 1.2rem;
    border-radius: 2px;
    background: rgb(132,142,163);
    transform: rotate(45deg);
}.secure_retreat615 span {
    position: relative;
    border-left: 1px dashed rgb(96,106,121,0.5);
    display: block;
    font-family: Arial, sans-serif;
    opacity: 0;
    margin-bottom: 1.5rem;
    font-size: 12px;
    padding-left: 1rem;
    animation: fadeSlideUp 0.7s ease-out 1s forwards;
    line-height: 1.7;
    transform: translateY(10px);
    color: #000000;
}

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

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

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

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

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

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateX(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@media (min-width: 768px) {.secure_retreat615 {
    padding: 5rem 3rem;
}.secure_retreat615 h1 {
    font-size: calc(40px * 1.1);
    margin-bottom: 3rem;
}.secure_retreat615 h1::after {
    width: 120px;
    height: 5px;
}.secure_retreat615 h2 {
    padding-left: 25px;
    font-size: calc(32px * 1.05);
}.secure_retreat615 h2::before {
    width: 6px;
}.secure_retreat615 .container {
    padding: 0 2rem;
}.secure_retreat615 p,
  .secure_retreat615 span,
  .secure_retreat615 li {
    font-size: calc(12px * 1.05);
    line-height: 1.75;
}.secure_retreat615 ul {
    margin-bottom: 2.5rem;
    padding: 1rem 2rem 1rem 2.5rem;
}
}

@media (min-width: 992px) {.secure_retreat615 {
    padding: 6rem 4rem;
}.secure_retreat615 h1 {
    margin-bottom: 3.5rem;
    font-size: calc(40px * 1.2);
}.secure_retreat615 h1::after {
    width: 150px;
}.secure_retreat615 .container {
    max-width: 1400px;
    padding: 0 4rem;
}.secure_retreat615 ul {
    margin: 0 0 3rem 2rem;
    padding: 1.5rem 2.5rem 1.5rem 3rem;
}.secure_retreat615 h2 {
    margin: 3.5rem 0 2rem;
}.secure_retreat615 p,
  .secure_retreat615 span {
    margin-bottom: 2rem;
}
}

@media (max-width: 767px) {.secure_retreat615 {
    padding: 3rem 1.5rem;
}.secure_retreat615 h1 {
    padding-bottom: 0.8rem;
    font-size: calc(40px * 0.9);
}.secure_retreat615 h2 {
    padding-left: 15px;
    font-size: calc(32px * 0.9);
}.secure_retreat615 h3 {
    padding-left: 12px;
    font-size: calc(32px * 0.75);
}.secure_retreat615 h4 {
    font-size: calc(32px * 0.65);
    padding-left: 10px;
}.secure_retreat615 p, 
  .secure_retreat615 span,
  .secure_retreat615 li {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.secure_retreat615 ul {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0.5rem 0.5rem 1.2rem;
}.secure_retreat615 li {
    padding: 0.6rem 0 0.6rem 1.5rem;
}
}