* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wrap-structure_2py {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}.whatsapp_grp_yqN {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1197px;
}svg {
    width: 30px;
    height: 30px;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    width: 7px;
}::-webkit-scrollbar-thumb {
    transition: box-shadow, border-radius 4.4s linear;
    background: rgb(255, 255, 255, 0.5);
    border: 2px dashed rgb(167,169,190);
    animation: slide_scrollbar 5.5s ease infinite;
    min-height: 74px;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -4px -4px 9px 4px rgba(0, 0, 0, 0.2);
    background: #ffffff;
}html {
    scrollbar-width: thin;
    scrollbar-color: rgb(205,206,213) rgb(167,169,190,0.5);
}header,footer {
    width: 100%;
}html,body {
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    color: #000000;
}.main_mainwrap_7zF {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.statistical_summary_4R6 {
    padding: 150px 0;
    background-color: rgb(205,206,213);
    overflow: hidden;
    position: relative;
}.statistical_summary_4R6::before {
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    background: radial-gradient(circle at center, rgb(167,169,190,0.5) 0%, transparent 60%);
    z-index: 1;
    position: absolute;
}.statistical_summary_4R6::after {
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    background-size: 20px 20px;
    height: 100%;
    opacity: 0.3;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(167,169,190,0.5) 95%, rgb(167,169,190,0.5) 100%, transparent 100%),
        linear-gradient(90deg, transparent 95%, rgb(167,169,190,0.5) 95%, rgb(167,169,190,0.5) 100%, transparent 100%);
    left: 0;
    z-index: 1;
}.statistical_summary_4R6 .container {
    margin: 0 auto;
    align-items: center;
    display: flex;
    z-index: 5;
    flex-direction: column;
    padding: 0 30px;
    position: relative;
    max-width: 1400px;
}.statistical_summary_4R6 h2 {
    text-align: center;
    z-index: 3;
    font-family: Arial, sans-serif;
    position: relative;
    margin: 0 0 80px;
    font-weight: 700;
    font-size: 34px;
    color: #000000;
    padding: 0 20px;
}.statistical_summary_4R6 h2::before,
.statistical_summary_4R6 h2::after {
    content: "";
    width: 60px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    height: 2px;
    background: rgb(167,169,190);
}.statistical_summary_4R6 h2::before {
    right: calc(100% + 20px);
}.statistical_summary_4R6 h2::after {
    left: calc(100% + 20px);
}.statistical_summary_4R6 ul {
    padding: 0;
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 30px;
    margin: 0;
    position: relative;
    flex-wrap: wrap;
}.statistical_summary_4R6 .study_elevation_e6n {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    display: flex;
    height: 150px;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    align-items: center;
    z-index: 3;
    background: #ffffff;
    flex-direction: column;
    width: 150px;
    padding: 20px;
    position: relative;
}.statistical_summary_4R6 .study_elevation_e6n::before {
    width: 100%;
    left: 0;
    border-radius: 50%;
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0;
    height: 100%;
    background: conic-gradient(from var(--rotation, 0deg), transparent, rgb(167,169,190,0.5), transparent);
    top: 0;
    transition: opacity 0.4s ease;
}.statistical_summary_4R6 .study_elevation_e6n:hover::before {
    opacity: 1;
}.statistical_summary_4R6 .study_elevation_e6n:nth-child(1) {
    --rotation: 0deg;
}.statistical_summary_4R6 .study_elevation_e6n:nth-child(2) {
    --rotation: 36deg;
}.statistical_summary_4R6 .study_elevation_e6n:nth-child(3) {
    --rotation: 72deg;
}.statistical_summary_4R6 .study_elevation_e6n:nth-child(4) {
    --rotation: 108deg;
}.statistical_summary_4R6 .study_elevation_e6n:nth-child(5) {
    --rotation: 144deg;
}.statistical_summary_4R6 .study_elevation_e6n:nth-child(6) {
    --rotation: 180deg;
}.statistical_summary_4R6 .study_elevation_e6n:nth-child(7) {
    --rotation: 216deg;
}.statistical_summary_4R6 .study_elevation_e6n:nth-child(8) {
    --rotation: 252deg;
}.statistical_summary_4R6 .study_elevation_e6n:nth-child(9) {
    --rotation: 288deg;
}.statistical_summary_4R6 .study_elevation_e6n:nth-child(10) {
    --rotation: 324deg;
}.statistical_summary_4R6 .study_elevation_e6n p {
    text-align: center;
    font-weight: 700;
    font-size: calc(34px * 1.1);
    margin: 0 0 5px;
    color: rgb(167,169,190);
    line-height: 1;
}.statistical_summary_4R6 .study_elevation_e6n span {
    line-height: 1.2;
    color: #000000;
    font-size: calc(12px * 0.85);
    font-weight: 400;
    text-align: center;
}.statistical_summary_4R6 .study_elevation_e6n:hover {
    z-index: 10;
    transform: scale(1.1);
}.statistical_summary_4R6 svg {
    right: 10px;
    position: absolute;
    transition: transform 0.3s ease;
    height: 18px;
    opacity: 0.7;
    top: 10px;
    width: 18px;
    fill: rgb(113,118,173);
}.statistical_summary_4R6 svg path {
    fill: rgb(113,118,173);
}.statistical_summary_4R6 .study_elevation_e6n:hover svg {
    transform: rotate(45deg);
}.statistical_summary_4R6 ul.items-1 {
    justify-content: center;
}.statistical_summary_4R6 ul.items-2,
.statistical_summary_4R6 ul.items-3,
.statistical_summary_4R6 ul.items-4 {
    max-width: 800px;
    margin: 0 auto;
}.statistical_summary_4R6 ul.items-5,
.statistical_summary_4R6 ul.items-6 {
    margin: 0 auto;
    max-width: 900px;
}.statistical_summary_4R6 ul.items-7,
.statistical_summary_4R6 ul.items-8,
.statistical_summary_4R6 ul.items-9,
.statistical_summary_4R6 ul.items-10 {
    max-width: 1200px;
    margin: 0 auto;
}

@keyframes rotateCircle {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulseAnimation {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@media (max-width: 1200px) {.statistical_summary_4R6 .study_elevation_e6n {
    width: 130px;
    height: 130px;
}.statistical_summary_4R6 .study_elevation_e6n p {
    font-size: 34px;
}.statistical_summary_4R6 h2::before,
    .statistical_summary_4R6 h2::after {
    width: 40px;
}
}

@media (max-width: 991px) {.statistical_summary_4R6 {
    padding: 100px 0;
}.statistical_summary_4R6 .study_elevation_e6n {
    height: 120px;
    width: 120px;
}.statistical_summary_4R6 .study_elevation_e6n span {
    font-size: calc(12px * 0.8);
}.statistical_summary_4R6 ul {
    gap: 20px;
}
}

@media (max-width: 768px) {.statistical_summary_4R6 {
    padding: 80px 0;
}.statistical_summary_4R6 h2 {
    margin-bottom: 50px;
}.statistical_summary_4R6 h2::before,
    .statistical_summary_4R6 h2::after {
    display: none;
}.statistical_summary_4R6 .study_elevation_e6n {
    border-radius: 21px;
}.statistical_summary_4R6 .study_elevation_e6n::before {
    border-radius: 21px;
}
}

@media (max-width: 576px) {.statistical_summary_4R6 {
    padding: 60px 0;
}.statistical_summary_4R6 h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 40px;
}.statistical_summary_4R6 .container {
    padding: 0 15px;
}.statistical_summary_4R6 ul {
    gap: 15px;
}.statistical_summary_4R6 .study_elevation_e6n {
    width: calc(50% - 15px);
    height: auto;
    aspect-ratio: 1/1;
}.statistical_summary_4R6 .study_elevation_e6n p {
    font-size: calc(34px * 0.9);
}.statistical_summary_4R6 .study_elevation_e6n span {
    font-size: calc(12px * 0.75);
}
}

@media (max-width: 375px) {.statistical_summary_4R6 .study_elevation_e6n {
    max-width: 150px;
    width: 100%;
}}.training_specialist_g7y {
    padding: 140px 0;
    background: rgb(205,206,213);
    overflow: hidden;
    position: relative;
}.training_specialist_g7y::before {
    animation: backgroundShift 30s linear infinite;
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(167,169,190,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(113,118,173,0.5) 0, rgb(113,118,173,0.5) 1px, transparent 1px, transparent 15px);
    inset: 0;
    opacity: 0.1;
    position: absolute;
    content: "";
}.training_specialist_g7y::after {
    position: absolute;
    left: -50%;
    width: 200%;
    background: 
        radial-gradient(circle at 30% 30%, rgb(167,169,190,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(113,118,173,0.5) 0%, transparent 40%);
    z-index: 0;
    filter: blur(60px);
    height: 200%;
    animation: pulseBackground 15s ease-in-out infinite alternate;
    top: -50%;
    opacity: 0.3;
    content: "";
}.training_specialist_g7y .container {
    position: relative;
    z-index: 1;
    padding: 0 40px;
    max-width: 1200px;
    margin: 0 auto;
}.training_specialist_g7y .user_ratings_Z29 {
    display: grid;
    max-width: 1000px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 15px 25px rgba(0, 0, 0, 0.1);
    transform: perspective(1200px) rotateY(0deg);
    grid-template-rows: auto auto;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    margin: 0 auto;
    border-radius: 21px;
    grid-template-columns: 1fr 1fr;
    backdrop-filter: blur(10px);
}.training_specialist_g7y .user_ratings_Z29:hover {
    transform: perspective(1200px) rotateY(2deg);
}.training_specialist_g7y .photo_frame_wrap_sz6 {
    grid-row: 1 / span 2;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    min-height: 450px;
    height: 100%;
    grid-column: 1;
    z-index: 1;
}.training_specialist_g7y .photo_frame_wrap_sz6::before {
    content: "";
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, rgb(167,169,190,0.5) 0%, transparent 100%);
    position: absolute;
    inset: 0;
    mix-blend-mode: multiply;
}.training_specialist_g7y .user_ratings_Z29:hover .photo_frame_wrap_sz6::before {
    opacity: 0.4;
}.training_specialist_g7y .name {
    color: #000000;
    grid-column: 2;
    z-index: 2;
    grid-row: 1;
    transform: translateY(0);
    margin: 0;
    font-family: Arial, sans-serif;
    padding: 0 50px 5px 70px;
    position: relative;
    font-weight: 700;
    align-self: end;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 23px;
}.training_specialist_g7y .user_ratings_Z29:hover .name {
    transform: translateY(-5px);
}.training_specialist_g7y .user_ratings_Z29 span:not(.name) {
    color: rgb(113,118,173);
    grid-column: 2;
    position: relative;
    font-size: 15px;
    z-index: 2;
    font-family: Arial, sans-serif;
    margin: 0;
    transform: translateY(0);
    align-self: end;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    font-weight: 300;
    padding: 35px 50px 40px 70px;
    grid-row: 1;
}.training_specialist_g7y .user_ratings_Z29:hover span:not(.name) {
    transform: translateY(-5px);
}.training_specialist_g7y .user_ratings_Z29 span:not(.name)::after {
    content: "";
    transform: scaleX(0);
    bottom: 30px;
    width: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    left: 70px;
    position: absolute;
    background: rgb(167,169,190);
    height: 2px;
    transform-origin: left;
}.training_specialist_g7y .user_ratings_Z29:hover span:not(.name)::after {
    transform: scaleX(1);
}.training_specialist_g7y .past_work_lPz {
    z-index: 2;
    margin: 0;
    position: relative;
    line-height: 1.8;
    font-size: 15px;
    grid-column: 2;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform: translateY(0);
    grid-row: 2;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 0 50px 50px 70px;
    font-weight: 400;
}.training_specialist_g7y .user_ratings_Z29:hover .past_work_lPz {
    transform: translateY(-5px);
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes pulseBackground {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.training_specialist_g7y {
    padding: 120px 0;
}.training_specialist_g7y .user_ratings_Z29 {
    grid-template-columns: 1fr 1.2fr;
}.training_specialist_g7y .photo_frame_wrap_sz6 {
    min-height: 400px;
}.training_specialist_g7y .name {
    padding: 0 40px 5px 50px;
    font-size: calc(23px * 0.9);
}.training_specialist_g7y .user_ratings_Z29 span:not(.name) {
    padding: 30px 40px 35px 50px;
}.training_specialist_g7y .user_ratings_Z29 span:not(.name)::after {
    bottom: 25px;
    left: 50px;
}.training_specialist_g7y .past_work_lPz {
    padding: 0 40px 40px 50px;
}
}

@media (max-width: 768px) {.training_specialist_g7y {
    padding: 100px 0;
}.training_specialist_g7y .container {
    padding: 0 30px;
}.training_specialist_g7y .user_ratings_Z29 {
    grid-template-rows: 300px auto auto auto;
    grid-template-columns: 1fr;
}.training_specialist_g7y .photo_frame_wrap_sz6 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    min-height: 300px;
    grid-column: 1;
    grid-row: 1;
}.training_specialist_g7y .name {
    grid-column: 1;
    text-align: left;
    grid-row: 2;
    padding: 40px 30px 5px 30px;
}.training_specialist_g7y .user_ratings_Z29 span:not(.name) {
    grid-row: 3;
    text-align: left;
    grid-column: 1;
    padding: 10px 30px 40px 30px;
}.training_specialist_g7y .user_ratings_Z29 span:not(.name)::after {
    left: 30px;
    bottom: 30px;
}.training_specialist_g7y .past_work_lPz {
    grid-row: 4;
    padding: 0 30px 40px 30px;
    grid-column: 1;
}
}

@media (max-width: 480px) {.training_specialist_g7y {
    padding: 80px 0;
}.training_specialist_g7y .container {
    padding: 0 20px;
}.training_specialist_g7y .photo_frame_wrap_sz6 {
    min-height: 250px;
}.training_specialist_g7y .name {
    padding: 30px 25px 5px 25px;
    font-size: calc(23px * 0.85);
}.training_specialist_g7y .user_ratings_Z29 span:not(.name) {
    padding: 10px 25px 30px 25px;
    font-size: calc(15px * 0.95);
}.training_specialist_g7y .user_ratings_Z29 span:not(.name)::after {
    left: 25px;
    width: 30px;
    bottom: 20px;
}.training_specialist_g7y .past_work_lPz {
    line-height: 1.7;
    padding: 0 25px 30px 25px;
    font-size: calc(15px * 0.95);
}}.educational_gains_QOn {
    padding: 80px 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(160deg, rgb(205,206,213) 0%, #ffffff 100%);
}.educational_gains_QOn::before {
    animation: pulse 10s ease-in-out infinite alternate;
    position: absolute;
    top: -150px;
    opacity: 0.3;
    content: "";
    height: 400px;
    right: -150px;
    border-radius: 50%;
    background: rgb(167,169,190,0.5);
    filter: blur(100px);
    width: 400px;
}.educational_gains_QOn::after {
    content: "";
    filter: blur(100px);
    animation: pulse 12s ease-in-out infinite alternate-reverse;
    border-radius: 50%;
    bottom: -150px;
    background: rgb(113,118,173,0.5);
    position: absolute;
    left: -150px;
    opacity: 0.3;
    width: 400px;
    height: 400px;
}@keyframes pulse {
  0% {
    opacity: 0.2;
    transform: scale(0.9);
  }
  100% {
    opacity: 0.4;
    transform: scale(1.1);
  }
}

.educational_gains_QOn .container {
    position: relative;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.educational_gains_QOn .fast_guide_57m {
    grid-template-columns: 1fr 1.3fr;
    display: grid;
    gap: 0;
    position: relative;
}.educational_gains_QOn .photo_frame_wrap_sz6 {
    height: 100%;
    transition: all 0.5s ease;
    min-height: 400px;
    transform-origin: center;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 1;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    width: 100%;
}.educational_gains_QOn .photo_frame_wrap_sz6:hover {
    transform: scale(1.02);
}.educational_gains_QOn .info_panel_Her {
    margin-left: -30px;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 2;
    background: #ffffff;
    border-radius: 15px;
    padding: 40px 35px 40px 45px;
}.educational_gains_QOn .info_panel_Her::before {
    opacity: 0.4;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    content: "";
    height: 100px;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(167,169,190,0.5), transparent);
    width: 100px;
}.educational_gains_QOn .info_panel_Her::after {
    background: linear-gradient(135deg, rgb(113,118,173,0.5), transparent);
    left: 0;
    position: absolute;
    opacity: 0.4;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    width: 100px;
    bottom: 0;
    height: 100px;
    content: "";
}.educational_gains_QOn h3 {
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    padding-left: 20px;
    font-size: 34px;
    color: rgb(167,169,190);
}.educational_gains_QOn h3::before {
    height: 100%;
    width: 5px;
    left: 0;
    border-radius: 10px;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(167,169,190), rgb(113,118,173));
}.educational_gains_QOn ul {
    padding: 0;
    list-style: none;
    margin: 0;
    flex-direction: column;
    display: flex;
    gap: 15px;
}.educational_gains_QOn li {
    transition: all 0.3s ease;
    position: relative;
    transform: translateY(0);
}.educational_gains_QOn li:hover {
    transform: translateY(-5px);
}.educational_gains_QOn li p {
    align-items: center;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
    padding: 15px 20px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    z-index: 1;
    font-size: 13px;
    color: #000000;
    gap: 16px;
    position: relative;
    margin: 0;
}.educational_gains_QOn li p::before {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    transition: opacity 0.3s ease;
    z-index: -1;
    background: linear-gradient(135deg, rgb(167,169,190,0.5), rgb(113,118,173,0.5));
    opacity: 0;
    left: 0;
}.educational_gains_QOn li:hover p {
    box-shadow: 
    8px 8px 20px rgba(0, 0, 0, 0.08),
    -5px -5px 15px rgba(255, 255, 255, 1);
}.educational_gains_QOn li:hover p::before {
    opacity: 0.1;
}.educational_gains_QOn svg {
    width: 24px;
    transition: all 0.3s ease;
    box-shadow: 
    3px 3px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    padding: 10px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #ffffff;
    height: 24px;
}.educational_gains_QOn svg path {
    fill: rgb(167,169,190);
    transition: fill 0.3s ease;
}.educational_gains_QOn li:hover svg {
    transform: rotate(-15deg);
    box-shadow: 
    5px 5px 10px rgba(0, 0, 0, 0.15),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, rgb(167,169,190), rgb(113,118,173));
}.educational_gains_QOn li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.educational_gains_QOn {
    padding: 60px 0;
}.educational_gains_QOn .fast_guide_57m {
    grid-template-columns: 1fr;
    gap: 30px;
}.educational_gains_QOn .photo_frame_wrap_sz6 {
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.educational_gains_QOn .info_panel_Her {
    padding: 35px 30px;
    margin-left: 0;
}
}

@media (max-width: 768px) {.educational_gains_QOn {
    padding: 50px 0;
}.educational_gains_QOn .photo_frame_wrap_sz6 {
    min-height: 280px;
}.educational_gains_QOn h3 {
    font-size: calc(34px * 0.95);
}
}

@media (max-width: 576px) {.educational_gains_QOn {
    padding: 40px 0;
}.educational_gains_QOn .photo_frame_wrap_sz6 {
    min-height: 220px;
}.educational_gains_QOn .info_panel_Her {
    padding: 25px 20px;
}.educational_gains_QOn h3 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.9);
}.educational_gains_QOn li p {
    gap: 12px;
    font-size: 13px;
    padding: 12px 15px;
}.educational_gains_QOn svg {
    width: 22px;
    padding: 8px;
    height: 22px;
}}.our_mission_zsO {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.our_mission_zsO::before {
    bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
}.our_mission_zsO::after {
    position: absolute;
    opacity: 0.1;
    height: 40%;
    content: "";
    background: rgb(167,169,190);
    transform: rotate(-15deg);
    right: -5%;
    z-index: 0;
    top: -5%;
    filter: blur(40px);
    width: 40%;
}.our_mission_zsO .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.our_mission_zsO .info_panel_Her {
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 50px 60px;
    background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.98) 100%);
    transform: translateY(0);
}.our_mission_zsO .info_panel_Her::before {
    left: 0;
    transition: transform 0.5s ease;
    background: linear-gradient(to bottom, rgb(167,169,190) 0%, rgb(113,118,173) 100%);
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    width: 6px;
    transform-origin: left center;
}.our_mission_zsO .info_panel_Her:hover {
    transform: translateY(-8px);
}.our_mission_zsO .info_panel_Her:hover::before {
    transform: scaleY(1.05);
}.our_mission_zsO h1 {
    transform: translateX(0);
    position: relative;
    color: #000000;
    font-weight: 700;
    transition: transform 0.5s ease;
    font-size: 40px;
    margin-bottom: 40px;
}.our_mission_zsO h1::after {
    transition: width 0.4s ease-out, transform 0.4s ease-out;
    background: linear-gradient(90deg, rgb(167,169,190) 0%, rgb(113,118,173) 100%);
    width: 80px;
    transform-origin: left center;
    left: 0;
    height: 3px;
    bottom: -15px;
    content: "";
    position: absolute;
}.our_mission_zsO .info_panel_Her:hover h1::after {
    transform: translateX(5px);
    width: 120px;
}.our_mission_zsO ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.our_mission_zsO li {
    margin-bottom: 15px;
}.our_mission_zsO h4 {
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: rgb(167,169,190);
    display: inline-block;
    position: relative;
    font-size: calc(21px + 2px);
}.our_mission_zsO h4::before {
    width: 0;
    bottom: -8px;
    position: absolute;
    content: "";
    left: 0;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgb(113,118,173);
    height: 2px;
}.our_mission_zsO .info_panel_Her:hover h4::before {
    width: 100%;
}.our_mission_zsO span {
    font-family: Arial, sans-serif;
    column-count: 1;
    color: #000000;
    font-size: 15px;
    position: relative;
    display: block;
    line-height: 1.8;
    column-gap: 40px;
    transition: opacity 0.3s ease;
    opacity: 0.9;
}.our_mission_zsO .info_panel_Her:hover span {
    opacity: 1;
}

@media (min-width: 768px) {.our_mission_zsO span {
    column-count: 2;
}.our_mission_zsO .info_panel_Her {
    margin-left: 5%;
    width: 90%;
}
}

@media (min-width: 992px) {.our_mission_zsO {
    padding: 150px 0;
}.our_mission_zsO .info_panel_Her {
    padding: 60px 70px;
    margin-left: 10%;
    width: 80%;
}.our_mission_zsO span {
    column-count: 2;
}.our_mission_zsO h1 {
    margin-bottom: 50px;
}
}

@media (max-width: 767px) {.our_mission_zsO {
    padding: 80px 0;
}.our_mission_zsO .info_panel_Her {
    padding: 30px 25px;
}.our_mission_zsO h1 {
    margin-bottom: 30px;
    font-size: calc(40px - 4px);
}.our_mission_zsO h1::after {
    bottom: -10px;
    width: 60px;
}.our_mission_zsO h4 {
    font-size: 21px;
    margin-bottom: 15px;
}.our_mission_zsO span {
    line-height: 1.6;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 480px) {.our_mission_zsO {
    padding: 60px 0;
}.our_mission_zsO .info_panel_Her {
    padding: 25px 20px;
}.our_mission_zsO h1 {
    font-size: calc(40px - 8px);
}.our_mission_zsO .info_panel_Her::before {
    width: 4px;
}}

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

.our_mission_zsO .info_panel_Her {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.our_mission_zsO h1 {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}.our_mission_zsO h4 {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}.our_mission_zsO span {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
}.secure_fortification_LWl {
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    overflow: hidden;
}.secure_fortification_LWl:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}.secure_fortification_LWl h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgb(113,118,173);
    font-size: 41px;
    padding-bottom: 10px;
    color: rgb(167,169,190);
    font-weight: 700;
}.secure_fortification_LWl h2 {
    font-size: 32px;
    margin-top: 30px;
    padding-bottom: 8px;
    color: rgb(113,118,173);
    font-weight: 600;
    border-bottom: 1px solid rgb(113,118,173,0.5);
    margin-bottom: 20px;
}.secure_fortification_LWl h3, .secure_fortification_LWl h4, .secure_fortification_LWl h5, .secure_fortification_LWl h6 {
    margin-bottom: 15px;
    color: rgb(167,169,190,0.5);
    font-size: 23px;
    font-weight: 400;
    margin-top: 25px;
}.secure_fortification_LWl ul, .secure_fortification_LWl ol {
    margin: 20px 0;
    padding-left: 0;
    list-style-position: inside;
    padding: 20px 0;
    border-left: 3px solid rgb(167,169,190);
}.secure_fortification_LWl li {
    padding-left: 10px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #000000;
    line-height: 1.6;
}.secure_fortification_LWl section {
    margin-bottom: 20px;
    background: rgb(205,206,213);
    padding: 20px;
    border-radius: 10px;
}.secure_fortification_LWl p, .secure_fortification_LWl span, .secure_fortification_LWl div {
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
}.secure_fortification_LWl p {
    text-align: justify;
}.secure_fortification_LWl a {
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    font-weight: 600;
    color: rgb(167,169,190);
}.secure_fortification_LWl a:hover {
    color: rgb(113,118,173);
    text-decoration: underline;
}

@media only screen and (max-width: 800px) {.secure_fortification_LWl {
    padding: 30px 15px;
}.secure_fortification_LWl h1 {
    font-size: calc(23px - 10px);
}.secure_fortification_LWl h2 {
    font-size: calc(23px - 5px);
}.secure_fortification_LWl ul, .secure_fortification_LWl ol {
    padding-left: 10px;
}.secure_fortification_LWl li {
    font-size: calc(16px - 2px);
}}.potential_learners_n1F {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(205,206,213);
}.potential_learners_n1F::before {
    transform: rotate(-30deg);
    height: 200%;
    z-index: 1;
    left: -30%;
    position: absolute;
    width: 80%;
    background: rgb(167,169,190,0.5);
    content: "";
    top: -50%;
    opacity: 0.08;
}.potential_learners_n1F::after {
    transform: rotate(-30deg);
    right: -30%;
    position: absolute;
    bottom: -50%;
    background: rgb(113,118,173,0.5);
    content: "";
    width: 80%;
    height: 200%;
    opacity: 0.08;
    z-index: 1;
}.potential_learners_n1F .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    position: relative;
    padding: 0 15px;
}.potential_learners_n1F .fast_guide_57m {
    position: relative;
}.potential_learners_n1F h4 {
    color: #000000;
    text-align: center;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
    font-size: 36px;
}.potential_learners_n1F h4::before {
    animation: shimmer 3s infinite;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgb(167,169,190,0.5), transparent);
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    left: -100%;
    top: 0;
}.potential_learners_n1F h4::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(167,169,190), rgb(113,118,173));
    transform: translateX(-50%);
    border-radius: 3px;
    bottom: 0;
    left: 50%;
}@keyframes shimmer {
    100% {
        left: 100%;
    }
}

.potential_learners_n1F div > div {
    perspective: 1000px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}.potential_learners_n1F p {
    padding: 0;
    font-size: 18px;
    background: #ffffff;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    min-height: 100px;
    transition: all 0.4s ease;
    color: #000000;
    margin: 0;
    transform-style: preserve-3d;
    align-items: center;
    position: relative;
    display: flex;
    width: calc(33.333% - 20px);
}.potential_learners_n1F p::before {
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(205,206,213) 100%);
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
}.potential_learners_n1F p::after {
    height: 100%;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    left: 0;
    top: 0;
    background: rgb(167,169,190);
    width: 4px;
}.potential_learners_n1F p:hover {
    transform: translateY(-5px) rotateX(5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.potential_learners_n1F p:hover::before {
    opacity: 1;
}.potential_learners_n1F p:hover::after {
    width: 8px;
}.potential_learners_n1F p svg {
    z-index: 2;
    flex-shrink: 0;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 8px;
    width: 40px;
    height: 40px;
    margin: 0 15px;
    background: #ffffff;
    transition: all 0.3s ease;
    position: relative;
}.potential_learners_n1F p svg path {
    transition: fill 0.3s ease;
    fill: rgb(167,169,190);
}.potential_learners_n1F p:hover svg {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: rotate(10deg);
}.potential_learners_n1F p:hover svg path {
    fill: rgb(113,118,173);
}.potential_learners_n1F p span {
    flex: 1;
    padding: 20px 20px 20px 0;
}.potential_learners_n1F p:nth-child(odd) {
    transform: translateZ(10px);
}.potential_learners_n1F p:nth-child(even) {
    transform: translateZ(20px);
}.potential_learners_n1F p:nth-child(odd):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(10px);
}.potential_learners_n1F p:nth-child(even):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(20px);
}.potential_learners_n1F p:nth-child(3n+1)::after {
    background: rgb(167,169,190);
}.potential_learners_n1F p:nth-child(3n+2)::after {
    background: rgb(113,118,173);
}.potential_learners_n1F p:nth-child(3n)::after {
    background: linear-gradient(to bottom, rgb(167,169,190), rgb(113,118,173));
}@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.potential_learners_n1F .fast_guide_57m > div p {
    animation: fadeInStagger 0.6s ease forwards;
    opacity: 0;
}.potential_learners_n1F .fast_guide_57m > div p:nth-child(1) {
    animation-delay: 0.1s;
}.potential_learners_n1F .fast_guide_57m > div p:nth-child(2) {
    animation-delay: 0.2s;
}.potential_learners_n1F .fast_guide_57m > div p:nth-child(3) {
    animation-delay: 0.3s;
}.potential_learners_n1F .fast_guide_57m > div p:nth-child(4) {
    animation-delay: 0.4s;
}.potential_learners_n1F .fast_guide_57m > div p:nth-child(5) {
    animation-delay: 0.5s;
}.potential_learners_n1F .fast_guide_57m > div p:nth-child(6) {
    animation-delay: 0.6s;
}.potential_learners_n1F p:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(167,169,190,0.5);
}.potential_learners_n1F p:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(113,118,173,0.5);
}.potential_learners_n1F p:hover:nth-child(odd) {
    box-shadow: 10px 10px 0 rgb(167,169,190,0.5);
}.potential_learners_n1F p:hover:nth-child(even) {
    box-shadow: 10px 10px 0 rgb(113,118,173,0.5);
}

@media (max-width: 991px) {.potential_learners_n1F {
    padding: 100px 0;
}.potential_learners_n1F h4 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.potential_learners_n1F div > div {
    gap: 15px;
}.potential_learners_n1F p {
    width: calc(50% - 15px);
    min-height: 90px;
}.potential_learners_n1F p svg {
    width: 36px;
    height: 36px;
    margin: 0 12px;
    padding: 7px;
}.potential_learners_n1F p span {
    padding: 18px 18px 18px 0;
}.potential_learners_n1F p:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(167,169,190,0.5);
}.potential_learners_n1F p:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(113,118,173,0.5);
}.potential_learners_n1F p:hover:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(167,169,190,0.5);
}.potential_learners_n1F p:hover:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(113,118,173,0.5);
}
}

@media (max-width: 768px) {.potential_learners_n1F {
    padding: 80px 0;
}.potential_learners_n1F h4 {
    margin-bottom: 35px;
    font-size: calc(36px * 0.8);
}.potential_learners_n1F div > div {
    gap: 20px;
}.potential_learners_n1F p {
    min-height: 80px;
    width: 100%;
}.potential_learners_n1F p svg {
    width: 32px;
    margin: 0 10px;
    padding: 6px;
    height: 32px;
}.potential_learners_n1F p span {
    padding: 15px 15px 15px 0;
}
}

@media (max-width: 576px) {.potential_learners_n1F {
    padding: 60px 0;
}.potential_learners_n1F h4 {
    font-size: calc(36px * 0.7);
    margin-bottom: 30px;
}.potential_learners_n1F h4::after {
    height: 2px;
    width: 60px;
}.potential_learners_n1F div > div {
    gap: 15px;
}.potential_learners_n1F p {
    font-size: calc(18px * 0.9);
    min-height: 70px;
}.potential_learners_n1F p svg {
    margin: 0 8px;
    height: 28px;
    width: 28px;
    padding: 5px;
}.potential_learners_n1F p:nth-child(odd) {
    box-shadow: 4px 4px 0 rgb(167,169,190,0.5);
}.potential_learners_n1F p:nth-child(even) {
    box-shadow: 4px 4px 0 rgb(113,118,173,0.5);
}.potential_learners_n1F p:hover:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(167,169,190,0.5);
}.potential_learners_n1F p:hover:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(113,118,173,0.5);
}}.opening_board_Y4V {
    overflow: hidden;
    font-family: Arial, sans-serif;
    min-height: 100vh;
    position: relative;
}.opening_board_Y4V .start_intro_s8Z {
    height: 100vh;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}.opening_board_Y4V .start_intro_s8Z::before {
    z-index: 1;
    background: linear-gradient(135deg, rgb(167,169,190,0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
}.opening_board_Y4V .start_intro_s8Z::after {
    content: "";
    z-index: 2;
    background-size: cover;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}.opening_board_Y4V .belief_core_tkr {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    max-width: 800px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    z-index: 3;
    animation: slideUp 1s ease-out forwards;
    padding: 2rem;
    margin-left: 10%;
    overflow: hidden;
    transform: translateY(20px);
}.opening_board_Y4V .belief_core_tkr::before {
    z-index: -1;
    content: "";
    left: -50px;
    height: 100px;
    opacity: 0.2;
    background: rgb(113,118,173);
    top: -50px;
    width: 100px;
    position: absolute;
    border-radius: 50%;
}.opening_board_Y4V .belief_core_tkr::after {
    border-radius: 50%;
    position: absolute;
    height: 80px;
    bottom: -30px;
    background: rgb(167,169,190);
    z-index: -1;
    opacity: 0.15;
    width: 80px;
    right: -30px;
    content: "";
}.opening_board_Y4V .belief_core_tkr > div:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.opening_board_Y4V .belief_core_tkr > div:first-child::after {
    transform: scaleX(0);
    transform-origin: left;
    background: rgb(113,118,173);
    height: 3px;
    bottom: -10px;
    animation: lineReveal 1.2s 0.5s ease-out forwards;
    content: "";
    position: absolute;
    left: 0;
    width: 80px;
}.opening_board_Y4V .title_style_header {
    font-size: calc(38px * 1.2);
    opacity: 0;
    animation: slideRight 0.8s 0.2s ease-out forwards;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1rem 0;
    transform: translateX(-20px);
    color: #ffffff;
}.opening_board_Y4V .belief_core_tkr > div:nth-child(2) {
    position: relative;
    transition: transform 0.3s ease;
}.opening_board_Y4V .belief_core_tkr > div:nth-child(2) h3 {
    transform: translateY(20px);
    font-size: calc(24px * 1.1);
    color: #ffffff;
    font-weight: 600;
    animation: slideUp 0.8s 0.4s ease-out forwards;
    opacity: 0;
    margin: 0 0 1.5rem 0;
    line-height: 1.4;
}.opening_board_Y4V .belief_core_tkr > div:nth-child(2) p {
    padding-left: 1rem;
    font-size: 16px;
    animation: slideUp 0.8s 0.6s ease-out forwards;
    transform: translateY(20px);
    opacity: 0;
    border-left: 2px solid rgb(113,118,173,0.5);
    color: #ffffff;
    margin: 0;
    line-height: 1.6;
}

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

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

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

@media screen and (max-width: 1200px) {.opening_board_Y4V .belief_core_tkr {
    max-width: 700px;
    margin-left: 7%;
}.opening_board_Y4V .title_style_header {
    font-size: calc(38px * 1.1);
}.opening_board_Y4V .belief_core_tkr > div:nth-child(2) h3 {
    font-size: 24px;
}
}

@media screen and (max-width: 992px) {.opening_board_Y4V .belief_core_tkr {
    margin-left: 5%;
    max-width: 600px;
}.opening_board_Y4V .title_style_header {
    font-size: 38px;
}
}

@media screen and (max-width: 768px) {.opening_board_Y4V .start_intro_s8Z {
    align-items: center;
}.opening_board_Y4V .belief_core_tkr {
    padding: 1.5rem;
    margin: 0 auto;
    max-width: 90%;
}.opening_board_Y4V .title_style_header {
    font-size: calc(28px * 1.1);
}.opening_board_Y4V .belief_core_tkr > div:nth-child(2) h3 {
    font-size: calc(17px * 1.1);
}.opening_board_Y4V .belief_core_tkr > div:nth-child(2) p {
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 576px) {.opening_board_Y4V .start_intro_s8Z {
    height: auto;
    min-height: 100vh;
    padding: 4rem 0;
}.opening_board_Y4V .belief_core_tkr {
    max-width: 95%;
    padding: 1.25rem;
}.opening_board_Y4V .title_style_header {
    font-size: 28px;
}.opening_board_Y4V .belief_core_tkr > div:first-child::after {
    width: 60px;
}.opening_board_Y4V .belief_core_tkr > div:nth-child(2) h3 {
    font-size: 17px;
    margin-bottom: 1rem;
}.opening_board_Y4V .belief_core_tkr > div:nth-child(2) p {
    font-size: 16px;
    padding-left: 0.75rem;
}}.program_information_tVx {
    position: relative;
    overflow: hidden;
    background: rgb(205,206,213);
    padding: 120px 0;
}.program_information_tVx::before {
    top: -50px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    height: 200px;
    opacity: 0.1;
    right: -50px;
    width: 200px;
    z-index: 1;
    background: rgb(167,169,190);
}.program_information_tVx::after {
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: 1;
    left: -100px;
    opacity: 0.08;
    content: "";
    border-radius: 50%;
    background: rgb(113,118,173);
    bottom: -100px;
}.program_information_tVx .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.program_information_tVx .quick_progress_TYb {
    display: grid;
    overflow: hidden;
    gap: 40px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    grid-template-columns: 1fr;
    background: #ffffff;
}.program_information_tVx .quick_progress_TYb:hover {
    transform: translateY(-6px);
}.program_information_tVx .photo_frame_wrap_sz6 {
    overflow: hidden;
    height: 300px;
    position: relative;
}.program_information_tVx .photo_frame_wrap_sz6::after {
    right: 0;
    background: linear-gradient(135deg, 
        rgb(167,169,190,0.5) 0%, 
        transparent 40%, 
        rgb(113,118,173,0.5) 100%);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
}.program_information_tVx .info_panel_Her {
    position: relative;
    background: linear-gradient(to bottom right, 
        #ffffff 0%, 
        rgba(255, 255, 255, 0.95) 100%);
    padding: 40px;
}.program_information_tVx .info_panel_Her::before {
    top: 0;
    transform-origin: top;
    position: absolute;
    transition: transform 0.5s ease;
    content: "";
    left: 0;
    transform: scaleY(0);
    width: 4px;
    height: 60px;
    background: rgb(167,169,190);
}.program_information_tVx .quick_progress_TYb:hover .info_panel_Her::before {
    transform: scaleY(1);
}.program_information_tVx h3 {
    font-size: calc(23px * 1.1);
    transition: color 0.3s ease;
    padding-bottom: 12px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.4;
}.program_information_tVx h3::after {
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 2px;
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
    background: rgb(113,118,173);
    width: 60px;
}.program_information_tVx .quick_progress_TYb:hover h3::after {
    width: 100px;
}.program_information_tVx .description {
    overflow-y: auto;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 15px;
    max-height: 300px;
    margin-bottom: 20px;
    padding-right: 10px;
    line-height: 1.7;
    position: relative;
}.program_information_tVx .description::-webkit-scrollbar {
    width: 4px;
}.program_information_tVx .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.program_information_tVx .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(113,118,173,0.5);
}.program_information_tVx span.description {
    display: none;
}

@media (min-width: 768px) {.program_information_tVx .quick_progress_TYb {
    grid-template-columns: 1fr 1.5fr;
    gap: 0;
}.program_information_tVx .photo_frame_wrap_sz6 {
    height: auto;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}.program_information_tVx .info_panel_Her {
    padding: 60px 60px 60px 80px;
    margin-left: -60px;
    z-index: 2;
}
}

@media (min-width: 992px) {.program_information_tVx {
    padding: 140px 0;
}.program_information_tVx .quick_progress_TYb {
    grid-template-columns: 1fr 1.3fr;
}.program_information_tVx .photo_frame_wrap_sz6 {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}.program_information_tVx .info_panel_Her {
    padding: 80px 80px 80px 100px;
    margin-left: -80px;
}.program_information_tVx h3 {
    margin-bottom: 30px;
    font-size: 30px;
}.program_information_tVx .description {
    font-size: calc(15px * 1.05);
    max-height: 380px;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.program_information_tVx {
    padding: 80px 0;
}.program_information_tVx .info_panel_Her {
    padding: 30px;
}.program_information_tVx h3 {
    margin-bottom: 20px;
    font-size: 21px;
}.program_information_tVx .description {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.program_information_tVx {
    padding: 60px 0;
}.program_information_tVx .photo_frame_wrap_sz6 {
    height: 200px;
}.program_information_tVx .info_panel_Her {
    padding: 25px 20px;
}.program_information_tVx h3 {
    padding-bottom: 10px;
    font-size: calc(21px * 0.95);
    margin-bottom: 15px;
}
}

@media (prefers-reduced-motion: reduce) {.program_information_tVx .quick_progress_TYb,
    .program_information_tVx .info_panel_Her::before,
    .program_information_tVx h3::after {
    transition: none;
}}.thanksSpot_cRH {
    background: linear-gradient(135deg, rgb(205,206,213) 0%, rgb(167,169,190,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.thanksSpot_cRH::before {
    height: 60%;
    pointer-events: none;
    width: 40%;
    opacity: 0.1;
    right: -10%;
    content: "";
    top: -5%;
    background: linear-gradient(225deg, rgb(113,118,173) 0%, transparent 70%);
    z-index: 1;
    position: absolute;
    transform: rotate(-15deg) skew(10deg);
}.thanksSpot_cRH::after {
    height: 65%;
    pointer-events: none;
    transform: rotate(12deg) skew(-5deg);
    z-index: 1;
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(167,169,190) 0%, transparent 80%);
    width: 45%;
    position: absolute;
    left: -10%;
    content: "";
    bottom: -5%;
}.thanksSpot_cRH .container {
    z-index: 5;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
}.thanksSpot_cRH h2 {
    line-height: 1.3;
    margin-bottom: 35px;
    transform: translateX(-5%);
    max-width: 90%;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    color: rgb(167,169,190);
    font-size: 35px;
}.thanksSpot_cRH h2::after {
    position: absolute;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(1);
    background: rgb(113,118,173);
    height: 3px;
    content: "";
    transform-origin: left center;
    width: 85px;
    bottom: -12px;
}.thanksSpot_cRH .fast_guide_57m {
    padding: 50px 40px 50px 60px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(5%);
    background-color: #ffffff;
    position: relative;
}.thanksSpot_cRH .fast_guide_57m::before {
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(167,169,190) 0%, rgb(113,118,173) 100%);
    content: "";
    width: 6px;
}.thanksSpot_cRH .fast_guide_57m::after {
    z-index: -1;
    opacity: 0.3;
    width: 100px;
    position: absolute;
    height: 100px;
    top: 20px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(113,118,173,0.5) 0%, transparent 70%);
    content: "";
    right: 20px;
}.thanksSpot_cRH ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.thanksSpot_cRH li {
    z-index: 2;
    position: relative;
}.thanksSpot_cRH li::before {
    color: rgb(167,169,190);
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: -20px;
    top: -40px;
    line-height: 1;
    z-index: -1;
    font-family: serif;
    content: "";
}.thanksSpot_cRH li span {
    max-width: 95%;
    color: #000000;
    font-size: calc(15px + 0.1rem);
    line-height: 1.7;
    position: relative;
    font-weight: 400;
    display: block;
}.thanksSpot_cRH:hover .fast_guide_57m {
    transform: translateX(5%) translateY(-5px);
}.thanksSpot_cRH:hover h2::after {
    transform: scaleX(1.3);
}

@media (max-width: 991px) {.thanksSpot_cRH {
    padding: 90px 0;
}.thanksSpot_cRH h2 {
    font-size: calc(35px - 0.2rem);
    transform: translateX(0);
    max-width: 100%;
}.thanksSpot_cRH .fast_guide_57m {
    padding: 40px 30px 40px 45px;
    transform: translateX(0);
}.thanksSpot_cRH:hover .fast_guide_57m {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 767px) {.thanksSpot_cRH {
    padding: 70px 0;
}.thanksSpot_cRH::before,
    .thanksSpot_cRH::after {
    width: 70%;
    height: 50%;
}.thanksSpot_cRH h2 {
    margin-bottom: 30px;
    font-size: calc(35px - 0.4rem);
    line-height: 1.35;
}.thanksSpot_cRH .fast_guide_57m {
    padding: 35px 25px 35px 35px;
}.thanksSpot_cRH li::before {
    top: -25px;
    font-size: 90px;
    left: -15px;
}.thanksSpot_cRH li span {
    font-size: 15px;
}
}

@media (max-width: 575px) {.thanksSpot_cRH {
    padding: 60px 0;
}.thanksSpot_cRH .container {
    transform: perspective(1000px) rotateX(1deg);
}.thanksSpot_cRH h2 {
    font-size: calc(35px - 0.5rem);
    margin-bottom: 25px;
}.thanksSpot_cRH h2::after {
    width: 60px;
    height: 2px;
}.thanksSpot_cRH .fast_guide_57m {
    padding: 25px 20px 25px 25px;
}.thanksSpot_cRH .fast_guide_57m::before {
    width: 4px;
}.thanksSpot_cRH li::before {
    left: -10px;
    font-size: 70px;
    top: -20px;
}.thanksSpot_cRH li span {
    line-height: 1.6;
    font-size: calc(15px - 0.1rem);
}}.pricing_kit_hJQ {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(205,206,213) 0%, rgb(113,118,173,0.5) 100%);
    position: relative;
    overflow: hidden;
}.pricing_kit_hJQ::before {
    position: absolute;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(167,169,190), 0.03) 40px, rgba(rgb(167,169,190), 0.03) 80px);
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    content: "";
}.pricing_kit_hJQ .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1320px;
}.pricing_kit_hJQ .learning_fees_pL0 {
    gap: 2.5rem;
    display: flex;
    flex-direction: column-reverse;
}.pricing_kit_hJQ .plan_deals_i60 {
    z-index: 3;
    margin: 0 auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    background: rgba(#ffffff, 0.9);
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    transform: translateY(0);
}.pricing_kit_hJQ .plan_deals_i60:hover {
    transform: translateY(-5px);
}.pricing_kit_hJQ .plan_deals_i60 h2 {
    position: relative;
    line-height: 1.3;
    color: #000000;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 1rem;
}.pricing_kit_hJQ .plan_deals_i60 h2::after {
    height: 3px;
    content: "";
    background: rgb(167,169,190);
    transform-origin: left;
    left: 0;
    transform: scaleX(1);
    bottom: -10px;
    width: 80px;
    transition: transform 0.5s ease;
    position: absolute;
}.pricing_kit_hJQ .plan_deals_i60:hover h2::after {
    transform: scaleX(1.5);
}.pricing_kit_hJQ .value_deals_Zl8 {
    max-width: 100%;
    margin-top: 1.5rem;
    font-size: 14px;
    line-height: 1.6;
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
}.pricing_kit_hJQ .cost_levels_JYZ {
    gap: 30px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}.pricing_kit_hJQ .class_cost_zVk {
    display: block;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    height: 100%;
}.pricing_kit_hJQ .class_cost_zVk:hover {
    transform: translateY(-8px);
}.pricing_kit_hJQ .learn_fees_Blc {
    border-radius: 8px;
    transition: box-shadow 0.4s ease;
    overflow: hidden;
    display: flex;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    flex-direction: column;
    height: 100%;
}.pricing_kit_hJQ .class_cost_zVk:hover .learn_fees_Blc {
    box-shadow: 0 15px 35px rgba(rgb(167,169,190,0.5), 0.15);
}.pricing_kit_hJQ .premium_grid_uAz {
    padding: 2rem;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    min-height: 280px;
}.pricing_kit_hJQ .premium_grid_uAz h3 {
    font-weight: 600;
    color: #000000;
    font-size: calc(18px + 0.1rem);
    margin-bottom: 1rem;
    line-height: 1.3;
    position: relative;
}.pricing_kit_hJQ .cost_card_h6f {
    display: block;
    color: rgb(167,169,190);
    font-size: calc(18px + 0.3rem);
    margin: 0.5rem 0 1.25rem;
    font-weight: 700;
    position: relative;
}.pricing_kit_hJQ .cost_card_h6f::before {
    height: 2px;
    width: 40px;
    left: 0;
    background: rgb(113,118,173);
    bottom: -10px;
    position: absolute;
    content: "";
}.pricing_kit_hJQ .premium_grid_uAz p {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    flex-grow: 1;
    margin-top: 1.5rem;
    overflow-wrap: break-word;
    word-break: break-word;
}.pricing_kit_hJQ .photo_frame_wrap_sz6 {
    height: 220px;
    position: relative;
    transition: transform 0.6s ease-out;
    width: 100%;
    transform: scale(1);
}.pricing_kit_hJQ .photo_frame_wrap_sz6::after {
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    z-index: 1;
    left: 0;
    content: "";
    height: 100%;
}.pricing_kit_hJQ .class_cost_zVk:hover .photo_frame_wrap_sz6 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing_kit_hJQ .cost_levels_JYZ {
    grid-template-columns: repeat(2, 1fr);
}.pricing_kit_hJQ .plan_deals_i60 {
    padding: 3rem;
}
}

@media (min-width: 992px) {.pricing_kit_hJQ .learning_fees_pL0 {
    gap: 3rem;
    align-items: center;
    flex-direction: row;
}.pricing_kit_hJQ .plan_deals_i60 {
    margin: 0;
    width: 35%;
}.pricing_kit_hJQ .cost_levels_JYZ {
    width: 65%;
}
}

@media (min-width: 1200px) {.pricing_kit_hJQ .cost_levels_JYZ {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_kit_hJQ .premium_grid_uAz {
    padding: 2.5rem;
}.pricing_kit_hJQ .plan_deals_i60 h2 {
    font-size: calc(31px + 0.2rem);
}.pricing_kit_hJQ .photo_frame_wrap_sz6 {
    height: 250px;
}
}

@media (max-width: 767px) {.pricing_kit_hJQ {
    padding: 4rem 0;
}.pricing_kit_hJQ .premium_grid_uAz {
    padding: 1.5rem;
    min-height: 240px;
}.pricing_kit_hJQ .photo_frame_wrap_sz6 {
    height: 180px;
}.pricing_kit_hJQ .plan_deals_i60 {
    padding: 1.5rem;
}.pricing_kit_hJQ .plan_deals_i60 h2 {
    font-size: calc(31px - 0.2rem);
}.pricing_kit_hJQ .value_deals_Zl8 {
    font-size: calc(14px - 0.1rem);
}}.follow_b1c {
    padding: 4rem 2rem;
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(113,118,173,0.5), rgb(167,169,190,0.5) 80%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 5rem 0;
}.follow_b1c::before {
    position: absolute;
    left: -20%;
    pointer-events: none;
    transform: rotate(15deg);
    background: linear-gradient(165deg, rgb(255, 255, 255, 0.5) 10%, transparent 60%);
    opacity: 0.07;
    height: 200%;
    content: "";
    top: -50%;
    width: 80%;
    z-index: -1;
}.follow_b1c::after {
    bottom: -30px;
    right: -30px;
    width: 120px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.15;
    height: 120px;
    animation: rotateSlow 18s infinite linear;
    content: "";
    background: rgb(113,118,173);
    z-index: -1;
    position: absolute;
}.follow_b1c .container {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}.follow_b1c .fast_guide_57m {
    flex-direction: column;
    z-index: 1;
    backdrop-filter: blur(5px);
    display: flex;
    position: relative;
}.follow_b1c .fast_guide_57m > div {
    position: relative;
    padding: 1rem 0 2.5rem;
}.follow_b1c h4 {
    position: relative;
    font-weight: 600;
    color: #000000;
    margin: 0;
    padding: 0;
    transform: translateX(1rem);
    max-width: 90%;
    font-size: 19px;
    line-height: 1.4;
    font-family: Arial, sans-serif;
}.follow_b1c h4::before {
    transform: scaleY(0);
    background: rgb(167,169,190);
    height: 85%;
    transform-origin: top;
    width: 4px;
    animation: scaleIn 0.8s 0.2s forwards cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    top: 0.5rem;
    position: absolute;
    left: -1rem;
}.follow_b1c .input_holder {
    gap: 1rem;
    max-width: 650px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}.follow_b1c .input_holder::before {
    inset: -10px;
    border-radius: 10px;
    transition: transform 0.5s ease-out;
    position: absolute;
    z-index: -1;
    background: linear-gradient(120deg, #ffffff, transparent);
    opacity: 0.15;
    transform: translateX(-100%);
    content: "";
}.follow_b1c .input_holder:focus-within::before {
    transform: translateX(0);
}.follow_b1c .input_holder span {
    position: relative;
}.follow_b1c .input_holder span:first-child {
    flex: 1;
}.follow_b1c input[type="email"] {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    width: 100%;
    border-radius: 10px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-family: Arial, sans-serif;
    padding: 1rem 1.5rem;
    outline: none;
    background: #ffffff;
    transition: all 0.3s ease;
}.follow_b1c input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.6;
}.follow_b1c input[type="email"]:focus {
    transform: translateY(-2px);
    border-color: rgb(113,118,173);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}.follow_b1c .sub_desc_4MV {
    background: rgb(113,118,173);
    padding: 1rem 2rem;
    width: 100%;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.05);
}.follow_b1c .sub_desc_4MV::before {
    width: 100%;
    left: -100%;
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.8s ease;
    height: 100%;
    position: absolute;
}.follow_b1c .sub_desc_4MV:hover {
    background: rgb(167,169,190);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}.follow_b1c .sub_desc_4MV:hover::before {
    left: 100%;
}.follow_b1c .sub_desc_4MV:active {
    transform: translateY(-1px);
}

@keyframes scaleIn {
    to { transform: scaleY(1); }
}

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

@media (min-width: 768px) {.follow_b1c {
    padding: 5rem 4rem;
    margin: 7rem 0;
}.follow_b1c::before {
    width: 60%;
}.follow_b1c .fast_guide_57m {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
}.follow_b1c .fast_guide_57m > div {
    padding: 0;
    flex: 1;
}.follow_b1c h4 {
    max-width: 100%;
    transform: translateX(2rem);
}.follow_b1c h4::before {
    left: -2rem;
}.follow_b1c .input_holder {
    flex: 1;
    flex-direction: row;
    gap: 1.5rem;
}.follow_b1c input[type="email"] {
    height: 100%;
}.follow_b1c .sub_desc_4MV {
    width: auto;
    white-space: nowrap;
}
}

@media (min-width: 1024px) {.follow_b1c {
    padding: 5rem;
}.follow_b1c::before {
    left: -10%;
    transform: rotate(10deg);
    width: 50%;
    top: -30%;
}.follow_b1c::after {
    width: 150px;
    height: 150px;
}.follow_b1c .fast_guide_57m {
    gap: 4rem;
}.follow_b1c h4 {
    font-size: calc(19px * 1.1);
}.follow_b1c .input_holder {
    gap: 2rem;
}.follow_b1c input[type="email"] {
    padding: 1.25rem 2rem;
}.follow_b1c .sub_desc_4MV {
    padding: 1.25rem 2.5rem;
}
}

@media (min-width: 1440px) {.follow_b1c {
    padding: 6rem;
}.follow_b1c .fast_guide_57m {
    gap: 6rem;
}.follow_b1c h4 {
    font-size: calc(19px * 1.2);
}
}

@media (max-width: 480px) {.follow_b1c {
    margin: 3rem 0;
    padding: 3rem 1.5rem;
}.follow_b1c h4 {
    font-size: calc(19px * 0.9);
    transform: translateX(0.75rem);
}.follow_b1c h4::before {
    left: -0.75rem;
}.follow_b1c input[type="email"] {
    padding: 0.9rem 1.25rem;
}.follow_b1c .sub_desc_4MV {
    padding: 0.9rem 1.5rem;
    font-size: calc(16px * 0.9);
}}.connect_form_E7w {
    background: rgb(205,206,213);
    padding: 120px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}.connect_form_E7w::before {
    content: '';
    position: absolute;
    left: 0;
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
    width: 100%;
    opacity: 0.5;
    z-index: 0;
    top: 0;
    background-blend-mode: multiply;
    height: 100%;
}.connect_form_E7w .photo_frame_wrap_sz6 {
    width: 100%;
    filter: contrast(1.2) saturate(0.8);
    left: 0;
    height: 100%;
    top: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.07;
}.connect_form_E7w .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.connect_form_E7w h3 {
    font-family: Arial, sans-serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 70px;
    color: #000000;
    letter-spacing: 1px;
    font-size: 38px;
    position: relative;
}.connect_form_E7w .request_form_wro {
    position: relative;
    display: flex;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    flex-wrap: wrap;
    overflow: hidden;
}.connect_form_E7w .reach_feedback_tyo {
    padding: 80px;
    justify-content: center;
    flex-direction: column;
    background: #ffffff;
    position: relative;
    display: flex;
    flex: 1 1 55%;
    z-index: 1;
}.connect_form_E7w .reach_feedback_tyo::before {
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
    z-index: -1;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
}.connect_form_E7w .reach_feedback_tyo #contact {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}.connect_form_E7w .reach_feedback_tyo h3 {
    font-weight: 300;
    color: #000000;
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}.connect_form_E7w .reach_feedback_tyo input[type="text"],
.connect_form_E7w .reach_feedback_tyo textarea {
    padding: 20px 25px;
    border-radius: 50px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    width: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgba(0, 0, 0, 0.03);
    font-size: 17px;
    border: none;
}.connect_form_E7w .reach_feedback_tyo textarea {
    border-radius: 25px;
    resize: vertical;
    height: 150px;
    padding-top: 25px;
}.connect_form_E7w .reach_feedback_tyo input[type="text"]:focus,
.connect_form_E7w .reach_feedback_tyo textarea:focus {
    background-color: rgba(0, 0, 0, 0.015);
    outline: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(167,169,190,0.5);
}.connect_form_E7w .reach_feedback_tyo .reach_message_1fZ {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
    justify-content: center;
}.connect_form_E7w .reach_feedback_tyo .reach_message_1fZ input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_form_E7w .reach_feedback_tyo .reach_message_1fZ label {
    color: #000000;
    font-size: calc(17px - 2px);
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
}.connect_form_E7w .reach_feedback_tyo .reach_message_1fZ label::before {
    transition: all 0.3s ease;
    position: absolute;
    height: 22px;
    width: 22px;
    content: '';
    background-color: transparent;
    border-radius: 50%;
    left: 0;
    top: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}.connect_form_E7w .reach_feedback_tyo .reach_message_1fZ input[type="checkbox"]:checked + label::before {
    border-color: rgb(167,169,190);
    background-color: rgb(167,169,190);
}.connect_form_E7w .reach_feedback_tyo .reach_message_1fZ input[type="checkbox"]:checked + label::after {
    width: 8px;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    top: 10px;
    content: '';
    transform: rotate(-45deg);
    left: 7px;
    height: 5px;
}.connect_form_E7w .reach_feedback_tyo .reach_message_1fZ a {
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(167,169,190);
}.connect_form_E7w .reach_feedback_tyo .reach_message_1fZ a:hover {
    color: rgb(113,118,173);
}.connect_form_E7w .reach_feedback_tyo .reach_inquiry_Tar {
    font-weight: 400;
    display: block;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background: rgb(167,169,190);
    padding: 18px;
    margin: 0 auto;
    border-radius: 50px;
    position: relative;
}.connect_form_E7w .reach_feedback_tyo .reach_inquiry_Tar::before {
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
    left: -100%;
    position: absolute;
    transition: all 0.6s ease;
    content: '';
    height: 100%;
    top: 0;
    width: 100%;
}.connect_form_E7w .reach_feedback_tyo .reach_inquiry_Tar:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(167,169,190,0.5);
    background: rgb(113,118,173);
}.connect_form_E7w .reach_feedback_tyo .reach_inquiry_Tar:hover::before {
    left: 100%;
}.connect_form_E7w .connect_panel_sco {
    position: relative;
    flex: 1 1 45%;
    justify-content: center;
    background: linear-gradient(135deg, rgb(167,169,190) 0%, rgb(113,118,173) 100%);
    padding: 80px 60px;
    flex-direction: column;
    display: flex;
    overflow: hidden;
}.connect_form_E7w .connect_panel_sco::before {
    position: absolute;
    left: -50%;
    background-size: 250px 250px;
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
    top: -50%;
    z-index: 0;
    width: 200%;
    content: '';
    height: 200%;
    opacity: 0.7;
}.connect_form_E7w .connect_panel_sco h4 {
    z-index: 1;
    margin-bottom: 50px;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    position: relative;
    font-size: 20px;
}.connect_form_E7w .connect_panel_sco .query_card_JRq {
    padding: 0;
    z-index: 1;
    position: relative;
    list-style: none;
    max-width: 300px;
    margin: 0 auto;
}.connect_form_E7w .connect_panel_sco .query_card_JRq li {
    align-items: center;
    transition: transform 0.3s ease;
    margin-bottom: 35px;
    position: relative;
    display: flex;
}.connect_form_E7w .connect_panel_sco .query_card_JRq li:last-child {
    margin-bottom: 0;
}.connect_form_E7w .connect_panel_sco .query_card_JRq li:hover {
    transform: translateX(5px);
}.connect_form_E7w .connect_panel_sco .query_card_JRq li svg {
    margin-right: 20px;
    height: 22px;
    flex-shrink: 0;
    width: 22px;
    opacity: 0.9;
}.connect_form_E7w .connect_panel_sco .query_card_JRq li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.connect_form_E7w .connect_panel_sco .query_card_JRq li span {
    position: relative;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.5;
}.connect_form_E7w .connect_panel_sco .query_card_JRq li span::after {
    transition: width 0.3s ease;
    width: 0;
    left: 0;
    height: 1px;
    content: '';
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: -8px;
}.connect_form_E7w .connect_panel_sco .query_card_JRq li:hover span::after {
    width: 100%;
}.connect_form_E7w .connect_panel_sco .query_card_JRq li a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.connect_form_E7w .connect_panel_sco .query_card_JRq li a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.connect_form_E7w {
    padding: 80px 0;
}.connect_form_E7w .request_form_wro {
    flex-direction: column;
}.connect_form_E7w .reach_feedback_tyo,
    .connect_form_E7w .connect_panel_sco {
    padding: 60px 40px;
    flex: 1 1 100%;
}
}

@media (max-width: 768px) {.connect_form_E7w {
    padding: 60px 0;
}.connect_form_E7w h3 {
    margin-bottom: 50px;
    font-size: calc(38px - 4px);
}.connect_form_E7w .reach_feedback_tyo h3,
    .connect_form_E7w .connect_panel_sco h4 {
    font-size: calc(20px - 2px);
    margin-bottom: 30px;
}.connect_form_E7w .reach_feedback_tyo input[type="text"],
    .connect_form_E7w .reach_feedback_tyo textarea {
    margin-bottom: 20px;
    padding: 16px 20px;
}.connect_form_E7w .reach_feedback_tyo textarea {
    height: 120px;
}.connect_form_E7w .reach_feedback_tyo .reach_inquiry_Tar {
    padding: 16px;
}.connect_form_E7w .connect_panel_sco .query_card_JRq li {
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.connect_form_E7w {
    padding: 50px 0;
}.connect_form_E7w .reach_feedback_tyo,
    .connect_form_E7w .connect_panel_sco {
    padding: 40px 25px;
}.connect_form_E7w h3 {
    font-size: calc(38px - 6px);
}.connect_form_E7w .reach_feedback_tyo .reach_message_1fZ label {
    font-size: calc(17px - 3px);
}.connect_form_E7w .request_form_wro {
    border-radius: 20px;
}.connect_form_E7w .reach_feedback_tyo input[type="text"],
    .connect_form_E7w .reach_feedback_tyo textarea {
    border-radius: 25px;
}.connect_form_E7w .reach_feedback_tyo textarea {
    border-radius: 20px;
}}footer {
    width: 100%;
    z-index: 1;
    position: relative;
}.whatsapp_grp_yqN {
    padding: 80px 0 30px;
    background: linear-gradient(135deg, #000000, rgb(113,118,173));
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
}.whatsapp_grp_yqN::before {
    left: 0;
    background: radial-gradient(circle at 10% 20%, rgb(113,118,173,0.5) 0%, transparent 50%);
    content: "";
    top: 0;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    right: 0;
}.whatsapp_grp_yqN::after {
    background: linear-gradient(45deg, transparent 40%, rgb(167,169,190,0.5) 70%, transparent 100%);
    content: "";
    right: 0;
    animation: shiftGradient 15s infinite linear;
    position: absolute;
    top: 0;
    pointer-events: none;
    bottom: 0;
    left: 0;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.whatsapp_grp_yqN .container {
    z-index: 2;
    position: relative;
}footer .privacy_cta_6S3 {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .contact_details_M5T {
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 20px;
    transform: translateY(0);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
}footer .contact_details_M5T:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}footer .info_item {
    display: flex;
    align-items: center;
    flex: 1 1 220px;
}footer .info_item svg {
    margin-right: 12px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 3px rgb(167,169,190,0.5));
    width: 20px;
    height: 20px;
    fill: rgb(167,169,190);
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    transition: color 0.3s ease;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(167,169,190,0.5);
    color: rgb(167,169,190);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    margin-top: 20px;
    gap: 40px;
}footer .main_pagewrap_EOT {
    flex-direction: column;
    gap: 15px;
    display: flex;
    align-items: flex-start;
}footer .main_pagewrap_EOT svg {
    filter: drop-shadow(0 0 5px rgb(167,169,190,0.5));
    height: 50px;
    margin-bottom: 10px;
    transition: filter 0.3s ease;
    width: auto;
}footer .main_pagewrap_EOT:hover svg {
    filter: drop-shadow(0 0 8px rgb(167,169,190));
}footer .achieve_cta_Ev3 {
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.5;
    color: #ffffff;
    max-width: 300px;
}footer .site_main_Z2y {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: box-shadow 0.3s ease;
    padding: 25px;
    position: relative;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.03);
}footer .site_main_Z2y:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .site_main_Z2y::before {
    opacity: 0;
    bottom: -2px;
    right: -2px;
    position: absolute;
    left: -2px;
    content: "";
    z-index: -1;
    transition: opacity 0.5s ease;
    border-radius: calc(14px + 2px);
    top: -2px;
    background: linear-gradient(45deg, rgb(167,169,190), transparent, rgb(113,118,173), transparent);
}footer .site_main_Z2y:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .site_main_Z2y h5 {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    font-size: 23px;
    color: #ffffff;
}footer .site_main_Z2y h5::after {
    height: 2px;
    bottom: -1px;
    left: 0;
    content: "";
    background: rgb(167,169,190);
    transition: width 0.3s ease;
    position: absolute;
    width: 50px;
}footer .site_main_Z2y:hover h5::after {
    width: 100px;
}footer .header_train_dCf {
    flex-direction: column;
    display: flex;
    margin-bottom: 25px;
    gap: 10px;
}footer .header_train_dCf a {
    font-weight: 400;
    text-decoration: none;
    padding-left: 15px;
    font-size: calc(18px - 1px);
    transition: color 0.3s ease, padding-left 0.3s ease;
    position: relative;
    color: #ffffff;
}footer .header_train_dCf a::before {
    content: "";
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%) scale(0.8);
    opacity: 0.7;
    left: 0;
    width: 6px;
    top: 50%;
    height: 6px;
    background-color: rgb(167,169,190);
}footer .header_train_dCf a:hover {
    padding-left: 20px;
    color: rgb(167,169,190);
}footer .header_train_dCf a:hover::before {
    background-color: rgb(167,169,190);
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 5px rgb(167,169,190), 0 0 10px rgb(167,169,190,0.5);
    opacity: 1;
}footer .subscribe_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 30px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgb(113,118,173,0.5), #000000);
    overflow: hidden;
}footer .subscribe_holder::before {
    top: -50%;
    content: "";
    animation: pulseBackground 10s infinite ease-in-out;
    height: 200%;
    width: 200%;
    z-index: -1;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    position: absolute;
    left: -50%;
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 23px;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
}footer .subscribe_holder h5::after {
    left: 0;
    content: "";
    width: 100%;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(167,169,190), transparent);
    height: 2px;
    position: absolute;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    font-size: 18px;
    margin-bottom: 20px;
}footer .input_holder {
    display: flex;
    position: relative;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 18px;
    width: 100%;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(167,169,190);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgb(167,169,190,0.5);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_desc_4MV {
    position: relative;
    text-align: center;
    padding: 14px 24px;
    border-radius: 10px;
    background: rgb(167,169,190);
    border: none;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    display: inline-block;
}footer .sub_desc_4MV::before {
    left: -100%;
    position: absolute;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
}footer .sub_desc_4MV:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgb(113,118,173);
    transform: translateY(-3px);
}footer .sub_desc_4MV:hover::before {
    left: 100%;
}footer .fellow_prog_4Pp {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
}footer .ar_tools_Zq0 {
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    opacity: 0.7;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_desc_4MV {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .privacy_cta_6S3 {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .contact_details_M5T {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .whatsapp_grp_yqN {
    padding: 60px 0 30px;
}footer .contact_details_M5T {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .site_main_Z2y, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .site_main_Z2y h5 {
    font-size: calc(23px - 2px);
}footer .subscribe_holder p, footer .header_train_dCf a {
    font-size: calc(18px - 2px);
}footer .fellow_prog_4Pp {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .whatsapp_grp_yqN {
    padding: 40px 0 20px;
}footer .contact_details_M5T, footer .site_main_Z2y, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .sub_desc_4MV {
    padding: 12px;
}footer .main_pagewrap_EOT svg {
    height: 40px;
}footer .achieve_cta_Ev3 {
    font-size: calc(14px - 1px);
}}header {
    width: 100%;
    position: relative;
    background: linear-gradient(135deg, rgb(205,206,213), #ffffff);
    z-index: 99;
    overflow: visible;
}header::before {
    background-size: 20px 20px;
    content: "";
    height: 15px;
    left: 0;
    bottom: 0;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(167,169,190,0.5) 6px,
            rgb(167,169,190,0.5) 10px,
            transparent 10px
        ) repeat-x;
    position: absolute;
    opacity: 0.3;
    width: 100%;
}header .site_header_0nI {
    padding: 25px 30px;
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}header .site_header_0nI::before,
header .site_header_0nI::after {
    height: 2px;
    content: "";
    background: linear-gradient(to right, rgb(167,169,190), transparent);
    position: absolute;
    width: 30%;
}header .site_header_0nI::before {
    top: 10px;
    left: 0;
}header .site_header_0nI::after {
    background: linear-gradient(to left, rgb(113,118,173), transparent);
    bottom: 10px;
    right: 0;
}header .site_header_0nI .main_pagewrap_EOT {
    z-index: 2;
    position: relative;
}header .site_header_0nI .main_pagewrap_EOT::before {
    background: rgb(167,169,190,0.5);
    transition: transform 0.5s ease-in-out;
    top: -20%;
    content: "";
    z-index: -1;
    opacity: 0.05;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    left: -20%;
    width: 140%;
    position: absolute;
    height: 140%;
}header .site_header_0nI .main_pagewrap_EOT:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .site_header_0nI .main_pagewrap_EOT .header_navbar_uX5 {
    display: block;
    transition: transform 0.3s ease;
}header .site_header_0nI .main_pagewrap_EOT:hover .header_navbar_uX5 {
    transform: translateY(-3px);
}header .site_header_0nI .main_pagewrap_EOT .header_navbar_uX5 svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
}header .site_header_0nI .site_main_Z2y {
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    padding: 0;
}header .site_header_0nI .site_main_Z2y::before {
    top: 0;
    width: 100%;
    content: "";
    transition: all 0.5s ease;
    opacity: 0.05;
    height: 100%;
    left: 0;
    background: rgb(113,118,173,0.5);
    z-index: -1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
}header .site_header_0nI .site_main_Z2y:hover::before {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.08;
}header .site_header_0nI .site_main_Z2y .nav_block_pbV {
    position: relative;
    margin: 0 8px;
}header .site_header_0nI .site_main_Z2y .nav_block_pbV a {
    text-decoration: none;
    font-weight: 600;
    position: relative;
    font-size: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    display: block;
    font-family: Arial, sans-serif;
    padding: 10px 15px;
    color: #000000;
}header .site_header_0nI .site_main_Z2y .nav_block_pbV a:hover {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    color: #ffffff;
}header .site_header_0nI .site_main_Z2y .nav_block_pbV a::before {
    background: rgb(167,169,190);
    content: "";
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    width: 100%;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    transform-origin: right top;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    position: absolute;
    transform: scale(0);
}header .site_header_0nI .site_main_Z2y .nav_block_pbV a:hover::before {
    transform: scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}header .site_header_0nI .site_main_Z2y .nav_block_pbV:nth-child(2n) a::before {
    transform-origin: left bottom;
    background: rgb(113,118,173);
}header .site_header_0nI .site_main_Z2y .nav_block_pbV:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .site_header_0nI .site_main_Z2y .nav_block_pbV:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .site_header_0nI {
    flex-direction: column;
    padding: 20px 15px;
}header .site_header_0nI .main_pagewrap_EOT {
    margin-bottom: 15px;
}header .site_header_0nI .site_main_Z2y {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .site_header_0nI .site_main_Z2y .nav_block_pbV {
    margin: 5px;
}header .site_header_0nI .site_main_Z2y .nav_block_pbV a {
    padding: 8px 12px;
    font-size: calc(12px - 1px);
}
}

@media (max-width: 767px) {header .site_header_0nI {
    padding: 15px 10px;
}header .site_header_0nI .main_pagewrap_EOT .header_navbar_uX5 svg {
    height: 40px;
}header .site_header_0nI .site_main_Z2y .nav_block_pbV a {
    padding: 6px 10px;
    font-size: calc(12px - 2px);
}
}