* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}.ex_top_info {
    flex: 1 0 auto;
}.container {
    width: 1149px;
    margin: auto;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.ex_wrapper-capsule {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}header,footer {
    width: 100%;
}.ex_edu_links {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.ex_connect_form {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.ex_connect_form::before {
    content: '';
    position: absolute;
    background: rgb(179,161,168,0.5);
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
}.ex_connect_form .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    padding: 0 15px;
}.ex_connect_form .ex_reach_panel {
    gap: 0;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.ex_connect_form .ex_query_inquiry {
    flex-wrap: wrap;
    border-radius: 0 0 17px 17px;
    background: #ffffff;
    justify-content: space-between;
    padding: 60px 50px;
    grid-row: 2;
    display: flex;
}.ex_connect_form .ex_query_inquiry h3 {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    font-size: 37px;
    text-align: center;
    color: #000000;
    font-weight: 700;
}.ex_connect_form .ex_query_inquiry h3::after {
    bottom: -15px;
    left: 50%;
    background: rgb(212,198,203);
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    content: '';
}.ex_connect_form .ex_query_inquiry div {
    align-items: center;
    padding: 20px;
    display: flex;
    background: rgb(239,234,237);
    border-radius: 10px;
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.ex_connect_form .ex_query_inquiry div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.ex_connect_form .ex_query_inquiry svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
}.ex_connect_form .ex_query_inquiry svg path {
    fill: rgb(212,198,203);
}.ex_connect_form .ex_query_inquiry span {
    color: #000000;
    font-size: 12px;
}.ex_connect_form .ex_query_inquiry a {
    transition: color 0.3s ease;
    color: rgb(212,198,203);
    text-decoration: none;
}.ex_connect_form .ex_query_inquiry a:hover {
    color: rgb(179,161,168);
}.ex_connect_form .ex_inquiry_query {
    padding: 0;
    background: rgb(212,198,203);
    border-radius: 17px 17px 0 0;
    grid-row: 1;
    position: relative;
    overflow: hidden;
}.ex_connect_form .ex_inquiry_query::before {
    right: -50px;
    width: 150px;
    border-radius: 50%;
    background: rgb(179,161,168);
    content: '';
    height: 150px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
}.ex_connect_form .ex_inquiry_query::after {
    bottom: -80px;
    background: rgb(179,161,168);
    content: '';
    left: -80px;
    position: absolute;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    opacity: 0.1;
}.ex_connect_form form {
    padding: 60px 50px;
    position: relative;
    z-index: 1;
}.ex_connect_form form h3 {
    color: #ffffff;
    font-size: 37px;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
}.ex_connect_form form h3::after {
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: #ffffff;
    position: absolute;
    bottom: -15px;
    width: 80px;
    content: '';
}.ex_connect_form form input[type="text"],
.ex_connect_form form input[type="email"] {
    color: #ffffff;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 18px 20px;
    font-size: 12px;
    margin-bottom: 20px;
}.ex_connect_form form input[type="text"]:focus,
.ex_connect_form form input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.5);
    outline: none;
    background: rgba(255, 255, 255, 0.2);
}.ex_connect_form form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.ex_connect_form .ex_reach_info {
    align-items: flex-start;
    display: flex;
    margin: 25px 0 30px;
}.ex_connect_form .ex_reach_info input[type="checkbox"] {
    appearance: none;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.3);
    height: 22px;
    width: 22px;
    margin-right: 15px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    -webkit-appearance: none;
}.ex_connect_form .ex_reach_info input[type="checkbox"]:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}.ex_connect_form .ex_reach_info input[type="checkbox"]:checked::before {
    position: absolute;
    content: '';
    left: 7px;
    transform: rotate(45deg);
    top: 4px;
    border-width: 0 2px 2px 0;
    border: solid rgb(212,198,203);
    height: 10px;
    width: 6px;
}.ex_connect_form .ex_reach_info label {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}.ex_connect_form .ex_reach_info a {
    font-weight: 600;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}.ex_connect_form .ex_reach_info a:hover {
    border-bottom-color: #ffffff;
    opacity: 0.8;
}.ex_connect_form .ex_connect_feedback {
    border-radius: 10px;
    font-size: 18px;
    padding: 18px 20px;
    font-weight: 700;
    cursor: pointer;
    color: rgb(212,198,203);
    width: 100%;
    transition: all 0.3s ease;
    border: none;
    background: #ffffff;
}.ex_connect_form .ex_connect_feedback:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgb(239,234,237);
}

@media (min-width: 992px) {.ex_connect_form form {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.ex_connect_form form h3 {
    grid-column: span 2;
}.ex_connect_form .ex_reach_info {
    grid-column: span 2;
}.ex_connect_form .ex_connect_feedback {
    grid-column: span 2;
}
}

@media (max-width: 992px) {.ex_connect_form {
    padding: 90px 0;
}.ex_connect_form .ex_inquiry_query,
    .ex_connect_form .ex_query_inquiry {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.ex_connect_form {
    padding: 70px 0;
}.ex_connect_form .ex_query_inquiry div {
    flex: 0 0 100%;
}.ex_connect_form .ex_inquiry_query,
    .ex_connect_form .ex_query_inquiry {
    padding: 40px 30px;
}.ex_connect_form .ex_query_inquiry h3,
    .ex_connect_form form h3 {
    margin-bottom: 35px;
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 576px) {.ex_connect_form {
    padding: 50px 0;
}.ex_connect_form .ex_inquiry_query,
    .ex_connect_form .ex_query_inquiry {
    padding: 30px 25px;
}.ex_connect_form .ex_query_inquiry h3,
    .ex_connect_form form h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.85);
}.ex_connect_form form input[type="text"],
    .ex_connect_form form input[type="email"] {
    padding: 15px;
}}.ex_company_overview {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.ex_company_overview::before {
    z-index: 1;
    right: 0;
    top: 0;
    background: radial-gradient(ellipse at 70% 50%, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.85) 100%);
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
}.ex_company_overview::after {
    top: -50%;
    pointer-events: none;
    position: absolute;
    background-size: 20px 20px;
    height: 200%;
    animation: rotate 120s linear infinite;
    width: 200%;
    left: -50%;
    opacity: 0.3;
    background: radial-gradient(circle at center, rgb(212,198,203,0.5) 0%, transparent 15%);
    z-index: 2;
    content: "";
}.ex_company_overview .container {
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}.ex_company_overview .ex_heading_frame {
    padding: 40px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3),
                0 0 0 1px rgba(255,255,255,0.1),
                inset 0 0 0 1px rgba(255,255,255,0.05);
    margin: 0 auto;
    max-width: 900px;
    backdrop-filter: blur(10px);
    transform-origin: center bottom;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.02) 100%);
}.ex_company_overview .ex_heading_frame:hover {
    transform: perspective(1000px) rotateX(0deg);
}.ex_company_overview .ex_heading_frame > div:first-child {
    position: relative;
    margin-bottom: 15px;
}.ex_company_overview .ex_heading_frame > div:first-child::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(179,161,168), transparent);
    width: 40px;
    content: "";
    height: 1px;
    left: -60px;
    transform: translateY(-50%);
    top: 50%;
}.ex_company_overview .ex_heading_frame > div:first-child::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 40px;
    background: linear-gradient(90deg, transparent, rgb(179,161,168), transparent);
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
}.ex_company_overview h5 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
}.ex_company_overview h5::after {
    position: absolute;
    width: 100%;
    content: "";
    bottom: -8px;
    background: linear-gradient(90deg, transparent, rgb(212,198,203), transparent);
    height: 2px;
    left: 0;
    animation: pulse 2s ease-in-out infinite;
    transform-origin: center;
}.ex_company_overview .ex_heading_frame > div:nth-child(2) {
    margin-bottom: 25px;
    text-align: center;
}.ex_company_overview .ex_heading_frame > div:nth-child(2) p {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    font-weight: 400;
    font-size: calc(18px * 1.3);
    margin: 0;
}.ex_company_overview .ex_heading_frame > div:nth-child(2) p b {
    color: rgb(212,198,203);
    font-weight: 700;
    letter-spacing: 1px;
}.ex_company_overview ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}.ex_company_overview ol::before {
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    opacity: 0.1;
    width: 100%;
    background: radial-gradient(circle at center, rgb(179,161,168,0.5) 0%, transparent 70%);
    left: 0;
    z-index: -1;
}.ex_company_overview ol li {
    font-size: 18px;
    position: relative;
    line-height: 1.8;
    text-align: justify;
    opacity: 0;
    color: #ffffff;
    font-weight: 300;
    animation-delay: 0.5s;
    animation: fadeIn 1s ease-out forwards;
}.ex_company_overview ol li::first-letter {
    font-size: 150%;
    font-weight: 700;
    color: rgb(212,198,203);
}

@keyframes pulse {
    0%, 100% {
        transform: scaleX(0.8);
        opacity: 0.6;
    }
    50% {
        transform: scaleX(1);
        opacity: 1;
    }
}

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

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

@media (max-width: 991px) {.ex_company_overview {
    padding: 80px 0;
}.ex_company_overview .ex_heading_frame {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}.ex_company_overview h5 {
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 767px) {.ex_company_overview {
    padding: 60px 0;
}.ex_company_overview .ex_heading_frame {
    padding: 25px 20px;
    transform: none;
}.ex_company_overview .ex_heading_frame > div:first-child::before,
    .ex_company_overview .ex_heading_frame > div:first-child::after {
    right: -35px;
    left: -35px;
    width: 25px;
}.ex_company_overview h5 {
    font-size: calc(22px * 0.8);
}.ex_company_overview .ex_heading_frame > div:nth-child(2) p {
    font-size: 18px;
}.ex_company_overview ol li {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 575px) {.ex_company_overview {
    padding: 40px 0;
}.ex_company_overview .ex_heading_frame {
    padding: 20px 15px;
}.ex_company_overview .ex_heading_frame > div:first-child::before,
    .ex_company_overview .ex_heading_frame > div:first-child::after {
    display: none;
}.ex_company_overview h5 {
    font-size: calc(22px * 0.7);
}.ex_company_overview ol li {
    line-height: 1.5;
    text-align: left;
    font-size: calc(18px * 0.85);
}}header {
    z-index: 1000;
    position: fixed;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgb(212,198,203,0.5);
    top: 0;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
}header:before {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    pointer-events: none;
    animation: shimmer 8s infinite linear;
    content: '';
}header:after {
    left: 0;
    filter: blur(1px);
    content: '';
    opacity: 0.8;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(179,161,168) 0%,
        rgb(212,198,203) 50%,
        rgb(179,161,168) 100%
    );
    bottom: 0;
    height: 3px;
}header .ex_nav_sitebar {
    position: relative;
    overflow: hidden;
}header .ex_nav_sitebar:before {
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(212,198,203,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(179,161,168,0.5) 0%, transparent 40%);
    height: 100%;
    left: 0;
    pointer-events: none;
    content: '';
    top: 0;
    mix-blend-mode: overlay;
    opacity: 0.15;
    width: 100%;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 16px 25px;
}header .container:before {
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0.5;
    bottom: -1px;
    position: absolute;
}header .ex_nav_prime {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}header .ex_top_section {
    display: flex;
    align-items: center;
    position: relative;
    gap: 35px;
}header .ex_top_section:before {
    position: absolute;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    top: 50%;
    transform: translateY(-50%) scaleX(0.8);
    opacity: 0;
    height: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    content: '';
    transition: all 0.4s ease;
    width: 100%;
}header .ex_top_section:hover:before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}header .ex_head_pagebar {
    transition: all 0.3s ease;
    text-transform: uppercase;
    padding: 5px 0;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    text-decoration: none;
    font-weight: 400;
    color: #ffffff;
    position: relative;
}header .ex_head_pagebar:before {
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    content: '';
    height: 1px;
    bottom: 0;
    position: absolute;
    transform-origin: right;
    width: 100%;
    left: 0;
}header .ex_head_pagebar:after {
    height: 100%;
    top: 0;
    transform: scaleY(0);
    left: 0;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(212,198,203,0.5),
        transparent
    );
    z-index: -1;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    content: '';
}header .ex_head_pagebar:hover {
    text-shadow: 0 0 5px #ffffff;
    color: #ffffff;
}header .ex_head_pagebar:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}header .ex_head_pagebar:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}header .ex_nav_header {
    padding: 5px;
    transition: all 0.4s ease;
    position: relative;
    align-items: center;
    text-decoration: none;
    display: flex;
}header .ex_nav_header:before {
    transition: opacity 0.5s ease;
    top: -10px;
    content: '';
    width: calc(100% + 20px);
    left: -10px;
    opacity: 0;
    z-index: -1;
    position: absolute;
    height: calc(100% + 20px);
    background: radial-gradient(
        circle,
        rgb(212,198,203,0.5) 0%,
        transparent 70%
    );
}header .ex_nav_header:after {
    content: '';
    transition: all 0.3s ease;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(212,198,203),
        transparent
    ) 1;
    border: 1px solid transparent;
    opacity: 0;
}header .ex_nav_header:hover:before {
    opacity: 0.15;
    animation: pulse 2s infinite;
}header .ex_nav_header:hover:after {
    opacity: 0.7;
}header .ex_nav_header svg {
    width: auto;
    filter: drop-shadow(0 0 3px rgb(212,198,203,0.5));
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .ex_nav_header:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(212,198,203));
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .ex_top_section {
    gap: 20px;
}header .ex_nav_header svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .ex_top_section {
    height: 100vh;
    top: 0;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    max-width: 320px;
    flex-direction: column;
    -webkit-backdrop-filter: blur(15px);
    gap: 20px;
    background: rgb(212,198,203);
    background: linear-gradient(
            135deg,
            rgb(212,198,203) 0%,
            rgb(212,198,203,0.5) 100%
        );
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    width: 80%;
    right: -100%;
    padding: 80px 30px 30px;
    position: fixed;
    backdrop-filter: blur(15px);
    z-index: 1001;
}header .ex_top_section:before {
    display: none;
}header .menu.active {
    right: 0;
}header .ex_head_pagebar {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 5px;
}header .ex_head_pagebar:last-child {
    border-bottom: none;
}header .ex_nav_header {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .ex_nav_header svg {
    height: 35px;
}}.ex_title_page {
    position: relative;
    padding: 2rem;
    justify-content: flex-start;
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
    display: flex;
}.ex_title_page::before {
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0,0,0,0.85) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}.ex_title_page::after {
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    position: absolute;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right, rgb(212,198,203,0.5) 0%, transparent 50%);
    width: 100%;
    content: "";
}.ex_title_page > div {
    position: relative;
    width: 100%;
    z-index: 3;
    margin-left: 5%;
    max-width: 1200px;
    transform: translateY(-2rem);
}.ex_title_page > div > div:first-child {
    position: relative;
    margin-bottom: 3rem;
}.ex_title_page .title_style_header {
    transform-origin: left center;
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 45px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    max-width: 90%;
    position: relative;
}.ex_title_page .title_style_header::after {
    transform-origin: left;
    animation: lineGrow 1.5s 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    position: absolute;
    background: rgb(179,161,168);
    height: 0.35rem;
    bottom: -1rem;
    width: 5rem;
    transform: scaleX(0);
    left: 0;
    content: "";
}.ex_title_page .ex_learn_quickpro {
    max-width: 650px;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.08);
    border-left: 3px solid rgb(179,161,168);
    transform: translateX(-50px);
    opacity: 0;
    backdrop-filter: blur(10px);
    animation: slideInRight 1s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.ex_title_page .ex_team_bios {
    margin-bottom: 1.5rem;
}.ex_title_page .ex_team_bios h3 {
    position: relative;
    color: #ffffff;
    opacity: 0;
    line-height: 1.4;
    font-size: clamp(1.2rem, 3vw, 20px);
    font-weight: 600;
    animation: fadeIn 1s 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    margin: 0;
}.ex_title_page span {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: block;
    padding-top: 1.5rem;
}.ex_title_page p {
    color: #ffffff;
    margin: 0;
    position: relative;
    font-size: clamp(1rem, 2vw, 12px);
    opacity: 0;
    line-height: 1.6;
    animation: fadeIn 1s 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

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

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

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

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

@media (max-width: 992px) {.ex_title_page {
    justify-content: center;
    align-items: flex-start;
    padding: 3rem 1.5rem;
}.ex_title_page > div {
    margin-left: 0;
    margin-top: 3rem;
}.ex_title_page::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(to bottom, rgb(212,198,203,0.5) 0%, transparent 70%);
}.ex_title_page .title_style_header {
    max-width: 100%;
}.ex_title_page .ex_learn_quickpro {
    padding: 1.5rem;
    max-width: 100%;
}
}

@media (max-width: 768px) {.ex_title_page {
    min-height: unset;
    padding-top: 5rem;
    padding-bottom: 5rem;
}.ex_title_page > div > div:first-child {
    margin-bottom: 2rem;
}.ex_title_page .title_style_header::after {
    width: 4rem;
    height: 0.25rem;
}.ex_title_page .ex_learn_quickpro {
    padding: 1.25rem;
    transform: none;
    animation-name: fadeIn;
}
}

@media (max-width: 480px) {.ex_title_page {
    padding: 2rem 1rem;
}.ex_title_page .title_style_header {
    margin-bottom: 1rem;
}.ex_title_page .title_style_header::after {
    width: 3rem;
    height: 0.2rem;
}.ex_title_page .ex_learn_quickpro {
    padding: 1rem;
}.ex_title_page .ex_team_bios {
    margin-bottom: 1rem;
}.ex_title_page span {
    padding-top: 1rem;
}
}

@media (hover: hover) {.ex_title_page .ex_learn_quickpro:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}}.ex_edu_links {
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: rgb(239,234,237);
    padding: 5rem 0 2rem;
}.ex_edu_links::before {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(180deg, transparent 0%, rgb(212,198,203,0.5) 100%);
    height: 250px;
    content: '';
    opacity: 0.05;
    left: 0;
}.ex_edu_links .container {
    z-index: 1;
    position: relative;
}.ex_edu_links .ex_module_end {
    flex-direction: column;
    display: flex;
    gap: 4rem;
}.ex_edu_links .ex_reach_us9wQWK {
    gap: 1.5rem;
    border-bottom: 1px solid rgb(179,161,168,0.5);
    padding-bottom: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    position: relative;
    display: grid;
}.ex_edu_links .ex_reach_us9wQWK::after {
    background-color: rgb(212,198,203);
    content: '';
    position: absolute;
    left: 0;
    width: 60px;
    bottom: -1px;
    height: 3px;
}.ex_edu_links .info_item {
    transition: transform 0.3s ease-out;
    padding: 0.5rem;
}.ex_edu_links .info_item:hover {
    transform: translateX(5px);
}.ex_edu_links .info_item p,
.ex_edu_links .info_item a {
    color: #000000;
    gap: 0.75rem;
    font-size: 18px;
    align-items: center;
    font-weight: 400;
    transition: color 0.3s ease;
    text-decoration: none;
    display: flex;
}.ex_edu_links .info_item a:hover {
    color: rgb(212,198,203);
}.ex_edu_links .info_item svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    fill: rgb(212,198,203);
}.ex_edu_links .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    display: grid;
}.ex_edu_links .ex_header_mainbar {
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
}.ex_edu_links .ex_header_mainbar svg {
    height: auto;
    transition: opacity 0.3s ease;
    max-width: 160px;
}.ex_edu_links .ex_header_mainbar svg:hover {
    opacity: 0.8;
}.ex_edu_links .ex_sponsor_logo {
    font-size: 12px;
    color: #000000;
    opacity: 0.8;
    max-width: 300px;
    line-height: 1.6;
}.ex_edu_links .ex_top_section {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}.ex_edu_links .ex_top_section h5 {
    font-size: 23px;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #000000;
    position: relative;
}.ex_edu_links .ex_site_study {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.ex_edu_links .ex_site_study a {
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: 18px;
    padding-left: 0;
    text-decoration: none;
    color: #000000;
    position: relative;
}.ex_edu_links .ex_site_study a::before {
    background-color: rgb(212,198,203);
    transform: translateY(-50%);
    transition: width 0.3s ease, left 0.3s ease;
    width: 0;
    content: '';
    left: -10px;
    top: 50%;
    height: 1px;
    position: absolute;
}.ex_edu_links .ex_site_study a:hover {
    padding-left: 12px;
    color: rgb(212,198,203);
}.ex_edu_links .ex_site_study a:hover::before {
    width: 10px;
    left: 0;
}.ex_edu_links .subscribe_holder {
    padding: 2rem;
    border-radius: 18px;
    flex-direction: column;
    background-color: #ffffff;
    gap: 1.5rem;
    display: flex;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}.ex_edu_links .subscribe_holder h5 {
    font-weight: 600;
    font-size: 23px;
    color: #000000;
}.ex_edu_links .subscribe_holder p {
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
}.ex_edu_links .input_holder {
    display: flex;
    position: relative;
    gap: 0.5rem;
}.ex_edu_links .input_holder input[type="email"] {
    padding: 1rem 1.25rem;
    border: 1px solid rgb(179,161,168,0.5);
    color: #000000;
    background-color: transparent;
    border-radius: 10px;
    font-size: 18px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    flex: 1;
}.ex_edu_links .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(212,198,203,0.5);
    outline: none;
    border-color: rgb(212,198,203);
}.ex_edu_links .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.ex_edu_links .ex_sub_field {
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    padding: 1rem 1.5rem;
    font-weight: 600;
    font-size: 17px;
    background-color: rgb(212,198,203);
}.ex_edu_links .ex_sub_field:hover {
    background-color: rgb(179,161,168);
    transform: translateY(-2px);
}.ex_edu_links .ex_trophy_case {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(179,161,168,0.5);
    margin-top: 3rem;
}.ex_edu_links .ex_sample_docs {
    opacity: 0.8;
    color: #000000;
    font-size: 12px;
}.ex_edu_links .ex_site_study:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.ex_edu_links .ex_site_study:first-child::after {
    position: absolute;
    background-color: rgb(179,161,168,0.5);
    bottom: -0.75rem;
    content: '';
    height: 1px;
    left: 0;
    width: 30px;
}.ex_edu_links {
    background-size: 40px 40px;
    background-blend-mode: overlay;
    background-repeat: repeat;
    background-image: 
        linear-gradient(rgb(179,161,168,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(179,161,168,0.5) 1px, transparent 1px);
    background-position: center;
    background-attachment: fixed;
}

@media (max-width: 1024px) {.ex_edu_links {
    padding: 4rem 0 2rem;
}.ex_edu_links .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.ex_edu_links .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.ex_edu_links {
    padding: 3.5rem 0 1.5rem;
}.ex_edu_links .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.ex_edu_links .subscribe_holder {
    grid-column: auto;
}.ex_edu_links .ex_reach_us9wQWK {
    grid-template-columns: 1fr 1fr;
}.ex_edu_links .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.ex_edu_links {
    padding: 3rem 0 1.5rem;
}.ex_edu_links .ex_reach_us9wQWK {
    grid-template-columns: 1fr;
}.ex_edu_links .input_holder {
    flex-direction: column;
}.ex_edu_links .ex_sub_field {
    width: 100%;
}.ex_edu_links .ex_header_mainbar,
    .ex_edu_links .ex_top_section h5,
    .ex_edu_links .ex_site_study,
    .ex_edu_links .ex_site_study a {
    text-align: center;
    align-items: center;
}.ex_edu_links .ex_header_mainbar svg {
    margin: 0 auto;
}.ex_edu_links .ex_sponsor_logo {
    max-width: 100%;
    text-align: center;
}.ex_edu_links .ex_site_study:first-child::after {
    left: 50%;
    transform: translateX(-50%);
}.ex_edu_links .ex_reach_us9wQWK::after {
    transform: translateX(-50%);
    left: 50%;
}.ex_edu_links .ex_site_study a::before {
    display: none;
}.ex_edu_links .ex_site_study a:hover {
    padding-left: 0;
}}.ex_launch_now {
    background-size: 200% 200%;
    z-index: 1;
    animation: gradientFlow 15s ease infinite;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(130deg, rgb(212,198,203) 0%, rgb(179,161,168) 50%, rgb(212,198,203) 100%);
}.ex_launch_now::before {
    z-index: -1;
    position: absolute;
    width: 100%;
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 10deg,
            rgba(255, 255, 255, 0.03) 10deg,
            rgba(255, 255, 255, 0.03) 20deg
        );
    top: 0;
    content: '';
    left: 0;
    height: 100%;
    animation: rotateQuantum 30s linear infinite;
}.ex_launch_now::after {
    height: 200%;
    width: 200%;
    content: '';
    top: -50%;
    z-index: -1;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    left: -50%;
    animation: pulseRadial 10s ease-in-out infinite alternate;
    opacity: 0.1;
    position: absolute;
}.ex_launch_now .ex_story_info {
    background: rgba(255, 255, 255, 0.05);
    padding: 60px 40px;
    max-width: 1000px;
    flex-direction: column;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    align-items: center;
    position: relative;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 2;
    justify-content: center;
    margin: 0 auto;
    display: flex;
}.ex_launch_now .ex_story_info::before {
    opacity: 0.3;
    position: absolute;
    z-index: -1;
    left: 0;
    animation: pulseGrid 4s linear infinite alternate;
    content: '';
    width: 100%;
    background-size: 40px 40px;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%),
        linear-gradient(0deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%);
}.ex_launch_now .ex_story_info::after {
    z-index: -1;
    left: -50%;
    position: absolute;
    width: 200%;
    animation: rotateQuantumGradient 20s linear infinite;
    height: 200%;
    top: -50%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(212,198,203,0.5) 0deg,
        rgb(179,161,168,0.5) 120deg,
        rgb(212,198,203,0.5) 240deg,
        rgb(179,161,168,0.5) 360deg
    );
    content: '';
    opacity: 0.1;
}.ex_launch_now h3 {
    text-transform: uppercase;
    animation: floatTitle 6s ease-in-out infinite;
    font-size: 37px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    letter-spacing: 3px;
    margin-bottom: 60px;
    position: relative;
    font-family: Arial, sans-serif;
}.ex_launch_now h3::before {
    width: 80px;
    height: 1px;
    position: absolute;
    content: '';
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px #ffffff;
    bottom: -20px;
}.ex_launch_now h3::after {
    width: 100%;
    left: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    content: '';
    animation: titleScan 3s ease-in-out infinite;
    opacity: 0;
    height: 100%;
    position: absolute;
    top: 0;
}.ex_launch_now .ex_help_desk {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(255, 255, 255, 0.1);
    font-family: Arial, sans-serif;
    text-decoration: none;
    overflow: hidden;
    border-radius: 14px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.4s ease;
    border: 2px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
    padding: 18px 45px;
    letter-spacing: 2px;
    background: transparent;
}.ex_launch_now .ex_help_desk::before {
    opacity: 0;
    background: linear-gradient(
        170deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
}.ex_launch_now .ex_help_desk::after {
    left: -100px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    content: '';
    top: -50%;
    z-index: 2;
    height: 200%;
    width: 20px;
    transform: rotate(35deg);
    position: absolute;
    transition: all 0.6s ease;
}.ex_launch_now .ex_help_desk:hover {
    border-color: transparent;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
    color: rgb(212,198,203);
}.ex_launch_now .ex_help_desk:hover::before {
    opacity: 1;
}.ex_launch_now .ex_help_desk:hover::after {
    left: 120%;
}

@media screen and (max-width: 992px) {.ex_launch_now {
    padding: 100px 0;
}.ex_launch_now .ex_story_info {
    max-width: 90%;
    padding: 50px 30px;
}.ex_launch_now h3 {
    margin-bottom: 50px;
    font-size: calc(37px * 0.9);
    letter-spacing: 2.5px;
}.ex_launch_now h3::before {
    width: 70px;
    bottom: -18px;
}.ex_launch_now .ex_help_desk {
    padding: 16px 40px;
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 768px) {.ex_launch_now {
    padding: 80px 0;
}.ex_launch_now .ex_story_info {
    padding: 40px 25px;
}.ex_launch_now h3 {
    letter-spacing: 2px;
    font-size: calc(37px * 0.8);
    margin-bottom: 45px;
}.ex_launch_now h3::before {
    width: 60px;
    bottom: -15px;
}.ex_launch_now .ex_help_desk {
    padding: 14px 35px;
    font-size: calc(16px * 0.9);
    letter-spacing: 1.5px;
}
}

@media screen and (max-width: 576px) {.ex_launch_now {
    padding: 60px 0;
}.ex_launch_now .ex_story_info {
    padding: 30px 20px;
}.ex_launch_now h3 {
    letter-spacing: 1.5px;
    font-size: calc(37px * 0.7);
    margin-bottom: 40px;
}.ex_launch_now h3::before {
    bottom: -12px;
    width: 50px;
}.ex_launch_now .ex_help_desk {
    padding: 12px 30px;
    letter-spacing: 1px;
    font-size: calc(16px * 0.85);
}}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes rotateQuantum {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes pulseGrid {
    0% {
        opacity: 0.2;
        background-size: 40px 40px;
    }
    100% {
        opacity: 0.3;
        background-size: 45px 45px;
    }
}

@keyframes rotateQuantumGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes floatTitle {
    0%, 100% {
        transform: translateY(0);
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    }
    50% {
        transform: translateY(-10px);
        text-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
    }
}

@keyframes titleScan {
    0%, 100% {
        opacity: 0;
        transform: translateX(-100%);
    }
    50% {
        opacity: 0.5;
        transform: translateX(100%);
    }
}.ex_thanksPanel {
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(rgb(212,198,203,0.5), 0.05), rgba(rgb(179,161,168,0.5), 0.1));
    overflow: hidden;
    position: relative;
}.ex_thanksPanel::before {
    width: 100%;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(212,198,203,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(179,161,168,0.5), 0.1) 0%, transparent 70%);
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
}.ex_thanksPanel::after {
    z-index: 0;
    position: absolute;
    content: "";
    background: rgb(212,198,203);
    filter: blur(20px);
    top: -150px;
    opacity: 0.05;
    right: -150px;
    height: 300px;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    width: 300px;
    animation: floatShape 15s ease-in-out infinite alternate;
}.ex_thanksPanel .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
}.ex_thanksPanel h2 {
    margin-bottom: 40px;
    transform: perspective(1000px) translateZ(10px);
    line-height: 1.3;
    transition: transform 0.5s ease-out;
    position: relative;
    font-weight: 600;
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: left;
    font-size: 28px;
}.ex_thanksPanel h2::after {
    border-radius: 10px;
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    width: 120px;
    bottom: -12px;
    transform-origin: left;
    transform: scaleX(0.8);
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(212,198,203), rgb(179,161,168));
}.ex_thanksPanel:hover h2::after {
    transform: scaleX(1);
}.ex_thanksPanel .ex_story_info {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    padding: 40px;
    overflow: hidden;
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: #ffffff;
    border-radius: 21px;
}.ex_thanksPanel .ex_story_info::before {
    position: absolute;
    height: 5px;
    width: 100%;
    background-size: 200% 100%;
    animation: gradientShift 6s ease infinite;
    top: 0;
    background: linear-gradient(90deg, rgb(212,198,203), rgb(179,161,168), rgb(212,198,203));
    content: "";
    left: 0;
}.ex_thanksPanel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.ex_thanksPanel li {
    padding: 10px 0 10px 20px;
    transition: transform 0.3s ease-out;
    position: relative;
}.ex_thanksPanel li::before {
    transform: translateY(-50%);
    width: 8px;
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 10px rgba(rgb(212,198,203,0.5), 0.5);
    position: absolute;
    background: rgb(212,198,203);
    top: 24px;
    left: 0;
    height: 8px;
}.ex_thanksPanel span {
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
    display: block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 12px;
    transform: translateY(0);
}.ex_thanksPanel span::after {
    opacity: 0;
    bottom: -10px;
    height: 1px;
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(rgb(212,198,203,0.5), 0.3));
    transform: scaleX(0.5);
    content: "";
    transition: all 0.5s ease;
    transform-origin: right;
    width: 40%;
}.ex_thanksPanel .ex_story_info:hover {
    transform: translateY(-5px);
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.ex_thanksPanel .ex_story_info:hover span::after {
    opacity: 1;
    transform: scaleX(1);
}

@keyframes floatShape {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(20px, 30px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}

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

@media (min-width: 768px) {.ex_thanksPanel {
    padding: 150px 0;
}.ex_thanksPanel .container {
    padding: 0 60px;
}.ex_thanksPanel h2 {
    margin-bottom: 50px;
    max-width: 90%;
    font-size: calc(28px * 1.1);
}.ex_thanksPanel .ex_story_info {
    transform: perspective(1000px) rotateX(2deg);
    padding: 50px;
}.ex_thanksPanel .ex_story_info:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.ex_thanksPanel li {
    padding: 10px 0 10px 30px;
}.ex_thanksPanel li::before {
    height: 10px;
    width: 10px;
}.ex_thanksPanel span {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.ex_thanksPanel {
    padding: 80px 0;
}.ex_thanksPanel .container {
    padding: 0 20px;
}.ex_thanksPanel h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 30px;
}.ex_thanksPanel .ex_story_info {
    padding: 30px 20px;
}.ex_thanksPanel li {
    padding: 10px 0 10px 15px;
}.ex_thanksPanel li::before {
    width: 6px;
    height: 6px;
}.ex_thanksPanel span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.ex_thanksPanel {
    padding: 60px 0;
}.ex_thanksPanel h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.8);
}.ex_thanksPanel .ex_story_info {
    padding: 25px 15px;
}.ex_thanksPanel span {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}}.ex_customer_comments {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(239,234,237) 0%, rgba(245, 245, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
    perspective: 1000px;
}.ex_customer_comments::before {
    transform: skewY(-3deg) translateY(-5%);
    top: 0;
    content: "";
    background: linear-gradient(45deg, rgb(212,198,203,0.5) 0%, transparent 40%);
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
}.ex_customer_comments::after {
    position: absolute;
    filter: blur(40px);
    right: -5%;
    transform: rotate(-12deg);
    content: "";
    z-index: 0;
    background: linear-gradient(to right, transparent, rgb(179,161,168,0.5));
    height: 70%;
    bottom: -10%;
    width: 50%;
}.ex_customer_comments h2 {
    font-weight: 700;
    transform-origin: left center;
    z-index: 2;
    text-align: left;
    margin-bottom: 3rem;
    color: #000000;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    font-size: calc(32px * 1.1);
}.ex_customer_comments h2::after {
    height: 4px;
    bottom: -0.5rem;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(212,198,203) 0%, rgb(179,161,168) 100%);
    content: "";
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    left: 0;
    width: 8rem;
    transform-origin: left;
}.ex_customer_comments h2:hover::after {
    transform: scaleX(1.2);
}.ex_customer_comments .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    z-index: 1;
}.ex_customer_comments .ex_story_info {
    position: relative;
    perspective: 2000px;
}.ex_customer_comments .ex_feedback_track {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    z-index: 2;
    gap: 2.5rem;
    position: relative;
}.ex_customer_comments .ex_student_ratings {
    backface-visibility: hidden;
    padding: 2rem;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-style: preserve-3d;
    background: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateY(0) translateZ(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
}.ex_customer_comments .ex_student_ratings::before {
    position: absolute;
    transform-origin: left;
    top: 0;
    left: 0;
    content: "";
    transition: transform 0.3s ease-out;
    width: 100%;
    background: linear-gradient(90deg, rgb(212,198,203) 0%, rgb(179,161,168) 100%);
    height: 6px;
    transform: scaleX(0.6);
}.ex_customer_comments .ex_student_ratings:hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
}.ex_customer_comments .ex_student_ratings:hover::before {
    transform: scaleX(1);
}.ex_customer_comments .ex_student_ratings h3 {
    font-weight: 600;
    margin-bottom: 1rem;
    display: inline-block;
    color: #000000;
    font-size: calc(22px * 1.1);
    position: relative;
}.ex_customer_comments .ex_student_ratings h3::after {
    transform-origin: left;
    background: rgb(179,161,168);
    transition: width 0.3s ease;
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    content: "";
    width: 40%;
}.ex_customer_comments .ex_student_ratings:hover h3::after {
    width: 70%;
}.ex_customer_comments .ex_student_ratings .description {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #000000;
    z-index: 2;
}.ex_customer_comments .ex_student_ratings .description::before {
    left: -10px;
    z-index: -1;
    color: rgba(var(--primary-color-rgb), 0.08);
    content: "";
    position: absolute;
    font-size: 6rem;
    top: -30px;
    line-height: 1;
    font-family: serif;
}.ex_customer_comments .ex_student_ratings div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 50%;
    transition: transform 0.3s ease;
    width: 60px;
    transform: translateY(0);
    position: relative;
    height: 60px;
}.ex_customer_comments .ex_student_ratings:hover div {
    transform: translateY(-5px);
}.ex_customer_comments .ex_student_ratings div::after {
    z-index: 1;
    content: "";
    background: linear-gradient(45deg, transparent 50%, rgba(var(--primary-color-rgb), 0.15) 100%);
    inset: 0;
    position: absolute;
}.ex_customer_comments .ex_student_ratings div img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
}.ex_customer_comments .ex_student_ratings:hover div img {
    transform: scale(1.1);
}

@media (max-width: 991px) {.ex_customer_comments {
    padding: 4rem 0;
}.ex_customer_comments h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.9);
}.ex_customer_comments .ex_feedback_track {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.ex_customer_comments {
    padding: 3rem 0;
}.ex_customer_comments h2 {
    text-align: center;
    transform: none;
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.8);
}.ex_customer_comments h2::after {
    left: 50%;
    width: 6rem;
    transform: translateX(-50%);
}.ex_customer_comments h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.ex_customer_comments .ex_feedback_track {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.ex_customer_comments .ex_student_ratings {
    transform: none !important;
    padding: 1.5rem;
}.ex_customer_comments .ex_student_ratings div {
    height: 50px;
    width: 50px;
}
}

@media (max-width: 480px) {.ex_customer_comments {
    padding: 2.5rem 0;
}.ex_customer_comments h2 {
    font-size: calc(32px * 0.7);
}.ex_customer_comments .ex_student_ratings {
    padding: 1.25rem;
}.ex_customer_comments .ex_student_ratings h3 {
    font-size: 22px;
}.ex_customer_comments .ex_student_ratings .description {
    font-size: calc(16px * 0.95);
}}.ex_cookie_window_dialog {
    bottom: 0;
    width: 100%;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgb(212,198,203);
    animation: fadeInUp 0.5s ease-out;
    z-index: 1000;
    background-color: rgb(239,234,237);
    position: fixed;
    padding: 20px 0;
}.ex_cookie_window_dialog .ex_cookie_apply {
    flex-shrink: 0;
    transform-origin: center;
    margin-right: 20px;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}.ex_cookie_window_dialog .ex_cookie_apply svg {
    height: 60px;
    width: 60px;
    fill: rgb(212,198,203);
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.ex_cookie_window_dialog .ex_track_toggle {
    flex-grow: 1;
}.ex_cookie_window_dialog .ex_track_toggle h5 {
    color: rgb(212,198,203);
    margin-bottom: 6px;
    font-size: 22px;
}.ex_cookie_window_dialog .ex_track_toggle p {
    line-height: 1.5;
    color: #000000;
    margin: 0;
    font-size: 16px;
}.ex_cookie_window_dialog .ex_learn_consent {
    margin-top: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    color: #ffffff;
    border-radius: 5px;
    background-color: rgb(212,198,203);
    padding: 10px 20px;
    font-size: 16px;
    margin-right: 15px;
    text-decoration: none;
    display: inline-block;
}.ex_cookie_window_dialog .ex_learn_consent:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.ex_cookie_window_dialog .ex_learn_consent:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.ex_cookie_window_dialog .ex_cookie_apply {
    margin-bottom: 15px;
    margin-right: 0;
}.ex_cookie_window_dialog .ex_learn_consent {
    margin-left: 0;
    width: 48%;
    text-align: center;
}}
#ex_dataProtectionBox {
    display: none;
}#ex_dataProtectionBox:checked ~ .ex_cookie_window_dialog {
    visibility: hidden;
    opacity: 0;
}.ex_training_specialist {
    background: linear-gradient(135deg, rgb(239,234,237) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.ex_training_specialist::before {
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(212,198,203,0.5) 90deg, transparent 180deg, rgb(179,161,168,0.5) 270deg, transparent 360deg);
    height: 100%;
    opacity: 0.2;
    animation: rotateBg 30s linear infinite;
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ex_training_specialist .container {
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
}.ex_training_specialist .ex_student_ratings {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    grid-template-columns: minmax(250px, 35%) 1fr;
    border-radius: 24px;
    transition: transform 0.3s ease;
    transform: perspective(1000px) rotateX(2deg);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3rem;
    grid-gap: 1.5rem;
    display: grid;
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    backdrop-filter: blur(8px);
}.ex_training_specialist .ex_student_ratings:hover {
    transform: perspective(1000px) rotateX(0);
}.ex_training_specialist .ex_thumbnail_img {
    border-radius: 24px;
    grid-area: photo;
    transform: translateZ(20px);
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    height: 100%;
}.ex_training_specialist .ex_student_ratings:hover .ex_thumbnail_img {
    transform: translateZ(30px);
}.ex_training_specialist .name {
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    grid-area: name;
    transform: translateZ(10px);
    margin-bottom: 0.5rem;
}.ex_training_specialist .ex_student_ratings span:not(.name) {
    grid-area: job;
    font-weight: 600;
    margin-bottom: 1rem;
    transform: translateZ(5px);
    font-size: 20px;
    color: rgb(179,161,168);
}.ex_training_specialist .ex_exp_milestones {
    font-size: 16px;
    transform: translateZ(15px);
    line-height: 1.6;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    border-left: 4px solid rgb(212,198,203);
    grid-area: quote;
    position: relative;
    padding: 1.5rem;
    color: #ffffff;
    border-radius: 10px;
}.ex_training_specialist .ex_exp_milestones::before {
    border-radius: 10px;
    height: 100%;
    mix-blend-mode: overlay;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(212,198,203,0.5) 0%, transparent 100%);
    opacity: 0.1;
    width: 100%;
}

@media (max-width: 991px) {.ex_training_specialist .ex_student_ratings {
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
    grid-template-columns: 1fr 1fr;
}.ex_training_specialist .ex_thumbnail_img {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
}
}

@media (max-width: 767px) {.ex_training_specialist {
    padding: 3rem 0;
}.ex_training_specialist .ex_student_ratings {
    grid-template-areas:
            "ex_thumbnail_img"
            "name"
            "ex_career_expertise"
            "ex_exp_milestones";
    padding: 2rem;
    grid-template-columns: 1fr;
}.ex_training_specialist .ex_thumbnail_img {
    min-height: 250px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}}.ex_program_overview {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(239,234,237) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
}.ex_program_overview::before {
    top: -10%;
    height: 300px;
    opacity: 0.4;
    width: 300px;
    background: linear-gradient(45deg, rgb(212,198,203,0.5) 0%, rgb(179,161,168,0.5) 100%);
    z-index: 0;
    right: -5%;
    filter: blur(120px);
    position: absolute;
    content: "";
}.ex_program_overview::after {
    content: "";
    left: -5%;
    opacity: 0.3;
    background: linear-gradient(225deg, rgb(179,161,168,0.5) 0%, rgb(212,198,203,0.5) 100%);
    z-index: 0;
    position: absolute;
    height: 250px;
    bottom: -10%;
    width: 250px;
    filter: blur(100px);
}.ex_program_overview .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.ex_program_overview .ex_career_progress {
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    border-left: 3px solid rgb(212,198,203);
    gap: 40px;
    grid-template-columns: 1fr;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #ffffff;
    display: grid;
}.ex_program_overview .ex_career_progress:hover {
    transform: translateY(-5px);
}.ex_program_overview .ex_thumbnail_img {
    width: 100%;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 250px;
    overflow: hidden;
    transform-origin: center center;
}.ex_program_overview .ex_thumbnail_img::after {
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
}.ex_program_overview .ex_thumbnail_img:hover {
    transform: scale(1.02);
}.ex_program_overview .ex_heading_frame {
    position: relative;
    padding: 40px 30px;
}.ex_program_overview .ex_heading_frame::before {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    top: 0;
    transform: scaleX(0.7);
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(212,198,203) 0%, rgb(179,161,168) 100%);
    transform-origin: left;
    position: absolute;
    content: "";
}.ex_program_overview .ex_career_progress:hover .ex_heading_frame::before {
    transform: scaleX(1);
}.ex_program_overview h3 {
    font-weight: 700;
    color: #000000;
    transition: transform 0.3s ease, padding-left 0.3s ease;
    position: relative;
    padding-left: 0;
    margin-bottom: 25px;
    font-size: 21px;
    line-height: 1.4;
    transform: translateY(0);
}.ex_program_overview .ex_career_progress:hover h3 {
    padding-left: 15px;
    color: rgb(212,198,203);
    transform: translateY(-3px);
}.ex_program_overview h3::after {
    left: 0;
    transition: width 0.4s ease-out, background-color 0.3s ease;
    position: absolute;
    height: 2px;
    bottom: -8px;
    background-color: rgb(179,161,168);
    width: 60px;
    content: "";
}.ex_program_overview .ex_career_progress:hover h3::after {
    width: 100px;
    background-color: rgb(212,198,203);
}.ex_program_overview .ex_heading_frame div {
    overflow: hidden;
    position: relative;
}.ex_program_overview p.description {
    overflow-y: auto;
    margin-bottom: 20px;
    font-size: 15px;
    padding-right: 15px;
    max-height: 300px;
    line-height: 1.8;
    color: #000000;
    position: relative;
}.ex_program_overview p.description::-webkit-scrollbar {
    width: 4px;
}.ex_program_overview p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.ex_program_overview p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(212,198,203,0.5);
}.ex_program_overview span.description {
    display: none;
}

@media (min-width: 768px) {.ex_program_overview .ex_career_progress {
    grid-template-columns: 1fr 1.5fr;
    align-items: start;
}.ex_program_overview .ex_thumbnail_img {
    height: 100%;
    min-height: 400px;
}.ex_program_overview h3 {
    font-size: calc(21px * 1.1);
}.ex_program_overview p.description {
    max-height: 400px;
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 992px) {.ex_program_overview .ex_career_progress {
    grid-template-columns: 1fr 1.8fr;
}.ex_program_overview .ex_thumbnail_img {
    min-height: 450px;
}.ex_program_overview .ex_heading_frame {
    padding: 50px 40px;
}.ex_program_overview h3 {
    font-size: calc(21px * 1.2);
    margin-bottom: 30px;
}.ex_program_overview p.description {
    max-height: 450px;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.ex_program_overview {
    padding: 70px 0;
}.ex_program_overview .ex_heading_frame {
    padding: 30px 20px;
}.ex_program_overview h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 20px;
}.ex_program_overview p.description {
    font-size: calc(15px * 0.95);
    max-height: 200px;
    line-height: 1.7;
}
}

@media (max-width: 480px) {.ex_program_overview {
    padding: 50px 0;
}.ex_program_overview .ex_thumbnail_img {
    height: 180px;
}.ex_program_overview .ex_heading_frame {
    padding: 25px 15px;
}.ex_program_overview h3 {
    font-size: calc(21px * 0.85);
    margin-bottom: 15px;
}
}

@media (hover: hover) {.ex_program_overview .ex_career_progress {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.ex_program_overview .ex_career_progress:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.04);
}}.ex_training_benefits {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,234,237) 0%, rgb(212,198,203,0.5) 100%);
    padding: 80px 0;
    position: relative;
}.ex_training_benefits::before {
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(179,161,168,0.5) 0%, transparent 70%);
    width: 300px;
    content: "";
    animation: float 15s infinite alternate ease-in-out;
    height: 300px;
    right: -100px;
    top: -100px;
    position: absolute;
}.ex_training_benefits::after {
    left: -50px;
    content: "";
    transform: rotate(45deg);
    animation: pulse 8s infinite alternate ease-in-out;
    bottom: -50px;
    height: 200px;
    position: absolute;
    border-radius: 21px;
    width: 200px;
    background: linear-gradient(135deg, rgb(212,198,203,0.5) 0%, transparent 70%);
}.ex_training_benefits .container {
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.ex_training_benefits .ex_story_info {
    transform: perspective(1000px) rotateY(-2deg);
    gap: 60px;
    background: #ffffff;
    padding: 40px;
    align-items: center;
    transition: transform 0.5s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 21px;
}.ex_training_benefits .ex_story_info:hover {
    transform: perspective(1000px) rotateY(0deg);
}.ex_training_benefits .ex_thumbnail_img {
    transform: translateY(-20px);
    width: 40%;
    transition: all 0.3s ease;
    box-shadow: 10px 10px 0 rgb(212,198,203,0.5);
    object-fit: cover;
    border-radius: 21px;
}.ex_training_benefits .ex_story_info:hover .ex_thumbnail_img {
    box-shadow: 15px 15px 0 rgb(212,198,203,0.5);
    transform: translateY(0);
}.ex_training_benefits .ex_heading_frame {
    width: 60%;
    padding: 20px 0;
}.ex_training_benefits h3 {
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 29px;
    margin-bottom: 30px;
}.ex_training_benefits h3::after {
    height: 3px;
    position: absolute;
    background: rgb(179,161,168);
    content: "";
    left: 0;
    width: 80px;
    border-radius: 10px;
    bottom: -10px;
}.ex_training_benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.ex_training_benefits li {
    position: relative;
    padding-left: 15px;
    transition: transform 0.3s ease;
    margin-bottom: 22px;
}.ex_training_benefits li:hover {
    transform: translateX(10px);
}.ex_training_benefits li p {
    margin: 0;
    font-size: 13px;
    align-items: center;
    font-weight: 400;
    color: #000000;
    gap: 15px;
    display: flex;
}.ex_training_benefits svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}.ex_training_benefits svg path {
    fill: rgb(212,198,203);
    transition: fill 0.3s ease;
}.ex_training_benefits li:hover svg path {
    fill: rgb(179,161,168);
}

@keyframes float {
    0% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(30px, 30px) rotate(180deg); }
    100% { transform: translate(-30px, 15px) rotate(360deg); }
}

@keyframes pulse {
    0% { transform: rotate(45deg) scale(1); opacity: 0.5; }
    50% { transform: rotate(45deg) scale(1.2); opacity: 0.7; }
    100% { transform: rotate(45deg) scale(1); opacity: 0.5; }
}

@media (max-width: 992px) {.ex_training_benefits {
    padding: 60px 0;
}.ex_training_benefits .ex_story_info {
    gap: 40px;
    transform: perspective(1000px) rotateY(0);
    flex-direction: column;
    padding: 30px;
}.ex_training_benefits .ex_thumbnail_img {
    width: 80%;
    margin: 0 auto;
    transform: translateY(0);
}.ex_training_benefits .ex_heading_frame {
    padding: 0;
    width: 100%;
}
}

@media (max-width: 576px) {.ex_training_benefits {
    padding: 40px 0;
}.ex_training_benefits .ex_story_info {
    gap: 30px;
    padding: 25px;
}.ex_training_benefits .ex_thumbnail_img {
    box-shadow: 5px 5px 0 rgb(212,198,203,0.5);
    width: 100%;
}.ex_training_benefits h3 {
    font-size: 23px;
    margin-bottom: 25px;
}.ex_training_benefits h3::after {
    width: 60px;
}.ex_training_benefits li {
    margin-bottom: 15px;
}.ex_training_benefits svg {
    height: 20px;
    width: 20px;
}}.ex_tariff_block {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.ex_tariff_block::before {
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(212,198,203,0.5), rgba(0, 0, 0, 0.5) 85%);
    right: 0;
    position: absolute;
    bottom: 0;
    content: "";
    z-index: 1;
}.ex_tariff_block .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.ex_tariff_block .ex_learn_sub {
    position: relative;
}.ex_tariff_block h2 {
    text-align: center;
    transform: translateY(0);
    font-size: 28px;
    margin-bottom: 20px;
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    position: relative;
}.ex_tariff_block h2::after {
    height: 4px;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, rgb(212,198,203), rgb(179,161,168));
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    bottom: -15px;
}.ex_tariff_block .ex_annual_plan {
    margin: 0 auto 50px;
    opacity: 0.9;
    max-width: 700px;
    padding: 0 15px;
    color: #ffffff;
    line-height: 1.6;
    font-size: 14px;
    text-align: center;
}.ex_tariff_block .ex_access_rates {
    margin: 0;
    display: grid;
    padding: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}.ex_tariff_block .ex_access_rates li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.ex_tariff_block .ex_cost_breakdown {
    text-decoration: none;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    transform-style: preserve-3d;
}.ex_tariff_block .ex_learn_pricing {
    overflow: hidden;
    height: 100%;
    display: flex;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    flex-direction: column;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    min-height: 400px;
    position: relative;
}.ex_tariff_block .ex_learn_pricing::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(212,198,203), rgb(179,161,168));
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 0;
    transform: scaleX(0);
    top: 0;
    transform-origin: left;
    content: "";
}.ex_tariff_block .ex_group_rates {
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 30px;
    flex: 1;
    z-index: 2;
}.ex_tariff_block .ex_cost_breakdown h4 {
    margin: 0 0 15px;
    padding-bottom: 12px;
    font-size: calc(24px + 2px);
    transition: transform 0.4s ease;
    position: relative;
    font-weight: 700;
    color: #000000;
}.ex_tariff_block .ex_cost_breakdown h4::after {
    background-color: rgb(212,198,203);
    height: 3px;
    content: "";
    position: absolute;
    bottom: 0;
    transition: width 0.4s ease;
    width: 40px;
    left: 0;
}.ex_tariff_block .ex_cost_breakdown p {
    margin-bottom: 20px;
    color: #000000;
    hyphens: auto;
    flex: 1;
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.7;
    font-size: 14px;
}.ex_tariff_block .ex_plan_details {
    display: inline-flex;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), transparent);
    font-weight: 700;
    margin-top: auto;
    padding: 10px 20px;
    justify-content: center;
    align-self: flex-start;
    border-radius: 10px;
    transform: translateY(0);
    align-items: center;
    color: #000000;
    font-size: calc(24px + 4px);
    transition: transform 0.4s ease, color 0.3s ease;
}.ex_tariff_block .ex_cost_breakdown:hover {
    transform: translateY(-10px) scale(1.02);
}.ex_tariff_block .ex_cost_breakdown:hover .ex_learn_pricing::before {
    transform: scaleX(1);
}.ex_tariff_block .ex_cost_breakdown:hover h4 {
    color: rgb(212,198,203);
    transform: translateX(5px);
}.ex_tariff_block .ex_cost_breakdown:hover h4::after {
    width: 60px;
}.ex_tariff_block .ex_cost_breakdown:hover .ex_plan_details {
    transform: translateY(-5px);
    color: rgb(212,198,203);
}.ex_tariff_block .ex_cost_breakdown:active {
    transform: translateY(-5px) scale(0.98);
    transition: transform 0.2s ease;
}

@media screen and (min-width: 1200px) {.ex_tariff_block .ex_access_rates {
    grid-template-columns: repeat(4, 1fr);
}.ex_tariff_block .ex_learn_pricing {
    min-height: 450px;
}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {.ex_tariff_block .ex_access_rates {
    grid-template-columns: repeat(2, 1fr);
}.ex_tariff_block .ex_learn_pricing {
    min-height: 420px;
}.ex_tariff_block {
    padding: 100px 0;
}
}

@media screen and (max-width: 767px) {.ex_tariff_block {
    padding: 80px 0;
}.ex_tariff_block .ex_access_rates {
    gap: 20px;
    grid-template-columns: 1fr;
}.ex_tariff_block .ex_learn_pricing {
    min-height: auto;
}.ex_tariff_block h2 {
    font-size: calc(28px - 4px);
}.ex_tariff_block .ex_annual_plan {
    margin-bottom: 30px;
}.ex_tariff_block .ex_group_rates {
    padding: 25px 20px;
}.ex_tariff_block .ex_cost_breakdown p {
    overflow-y: auto;
    margin-bottom: 15px;
    max-height: 300px;
    font-size: calc(14px - 1px);
    padding-right: 5px;
}.ex_tariff_block .ex_cost_breakdown p::-webkit-scrollbar {
    width: 4px;
}.ex_tariff_block .ex_cost_breakdown p::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(212,198,203,0.5);
}
}

@media (prefers-reduced-motion: reduce) {.ex_tariff_block .ex_cost_breakdown,
    .ex_tariff_block .ex_cost_breakdown:hover,
    .ex_tariff_block h2,
    .ex_tariff_block .ex_learn_pricing::before,
    .ex_tariff_block .ex_cost_breakdown h4,
    .ex_tariff_block .ex_plan_details {
    transform: none;
    transition: none;
}}.ex_secure_hideout {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 50px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}.ex_secure_hideout h1 {
    color: #000000;
    margin-top: 0;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 3px solid rgb(212,198,203);
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 48px;
    margin-bottom: 30px;
}.ex_secure_hideout h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: rgb(179,161,168);
    font-family: Arial, sans-serif;
    font-size: 33px;
    font-weight: 600;
    padding-bottom: 8px;
    text-align: left;
    border-bottom: 2px solid rgb(179,161,168);
}.ex_secure_hideout h3, .ex_secure_hideout h4, .ex_secure_hideout h5, .ex_secure_hideout h6 {
    font-weight: 600;
    color: #000000;
    font-size: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 5px;
    margin-top: 30px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
}.ex_secure_hideout ul, .ex_secure_hideout ol {
    margin: 0;
    padding: 20px 0;
    padding-left: 0;
    list-style: none;
}.ex_secure_hideout li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    padding: 10px 0;
    font-size: 18px;
    margin-bottom: 15px;
}.ex_secure_hideout section {
    background: #ffffff;
}.ex_secure_hideout p, .ex_secure_hideout span, .ex_secure_hideout div {
    padding-bottom: 10px;
    color: #000000;
    font-size: 18px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {.ex_secure_hideout {
    box-shadow: none;
    padding: 20px;
    border: none;
}.ex_secure_hideout h1, .ex_secure_hideout h2 {
    font-size: calc(22px - 10px);
    border-bottom-width: 1px;
    text-align: left;
}.ex_secure_hideout ul, .ex_secure_hideout ol {
    border-top-width: 0;
    padding: 10px 0;
    border-bottom-width: 0;
}.ex_secure_hideout li {
    padding: 5px 0;
    border-bottom-width: 0;
}.ex_secure_hideout p, .ex_secure_hideout span, .ex_secure_hideout div {
    border-bottom-width: 0;
    padding-bottom: 5px;
}
}