* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: smooth;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
}a {
    color: inherit;
    text-decoration: none;
}::-webkit-scrollbar {
    padding: 0px;
    width: 0.8em;
    background: rgb(185,192,215);
}::-webkit-scrollbar-button {
    background: rgb(255, 255, 255, 0.5);
    height: 0px;
    border-radius: 6px;
}::-webkit-scrollbar-track {
    border: 1px dashed #ffffff;
    box-shadow: inset 4px 0px 3px -2px rgba(0, 0, 0, 0.7);
    background: rgb(255, 255, 255, 0.5);
    margin: 5px 0;
}::-webkit-scrollbar-thumb {
    box-shadow: 4px -1px 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 4.7s ease-in-out;
    background: rgb(185,192,215,0.5);
    border-radius: 13.8em;
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
}::-webkit-scrollbar-corner {
    background: rgb(148,162,192);
    border-radius: 0px;
}* {
    scrollbar-color: rgb(219,224,238) rgb(185,192,215);
    scrollbar-width: none;
}.container {
    max-width: 100%;
    width: 1120px;
    margin: auto;
}.panel-containerxkcJ {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.head_topdwyO {
    flex: 1 0 auto;
}.event_calCAti {
    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;
}}
header {
    overflow: visible;
    background: linear-gradient(90deg, rgb(148,162,192) 0%, rgb(185,192,215) 100%);
    z-index: 100;
    margin-top: 0;
    position: relative;
    padding: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}header::before {
    z-index: 0;
    content: '';
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
}header .main_mainwrapTcHj {
    position: relative;
    display: flex;
    padding: 1.2rem 2.5rem;
    z-index: 5;
    justify-content: space-between;
    align-items: center;
}header .header_pagewrapdHLs {
    flex: 0 0 auto;
    padding: 0.5rem;
    margin-right: 2rem;
    overflow: visible;
    position: relative;
}header .header_pagewrapdHLs::before {
    border: 2px solid #ffffff;
    right: -5px;
    z-index: -1;
    left: -5px;
    transition: all 0.3s ease;
    position: absolute;
    top: -5px;
    transform: skew(-5deg);
    opacity: 0.1;
    bottom: -5px;
    content: '';
}header .header_pagewrapdHLs::after {
    transition: all 0.3s ease;
    opacity: 0;
    left: -5px;
    content: '';
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    z-index: -1;
    border: 2px solid #ffffff;
    right: -5px;
    transform: skew(-5deg);
    bottom: -5px;
    position: absolute;
    top: -5px;
}header .header_pagewrapdHLs:hover::before {
    opacity: 0;
}header .header_pagewrapdHLs:hover::after {
    animation: neonPulse 1.5s infinite alternate;
    opacity: 0.5;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .nav_blockdcyv {
    display: block;
    transition: all 0.3s ease;
    position: relative;
}header .nav_blockdcyv:hover {
    transform: scale(1.05);
}header .nav_blockdcyv img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .head_teachEPUJ {
    z-index: 2;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}header .main_startexBq {
    margin: 0 0.4rem;
    position: relative;
}header .main_startexBq a {
    z-index: 1;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 1.2rem;
    height: 40px;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px #ffffff;
    text-decoration: none;
    justify-content: center;
    letter-spacing: 0.5px;
    background: rgba(255, 255, 255, 0.1);
}header .main_startexBq a::before {
    top: -2px;
    z-index: -1;
    transition: opacity 0.3s ease;
    position: absolute;
    left: -2px;
    opacity: 0;
    transform: scale(0.9);
    bottom: -2px;
    background: #ffffff;
    right: -2px;
    content: '';
}header .main_startexBq a:hover {
    transform: translateY(-3px);
    border-color: #ffffff;
    color: rgb(185,192,215);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    text-shadow: none;
}header .main_startexBq a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .main_startexBq::after {
    left: 10%;
    bottom: -10px;
    width: 80%;
    content: '';
    opacity: 0;
    position: absolute;
    height: 5px;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    filter: blur(3px);
}header .main_startexBq:hover::after {
    bottom: -5px;
    opacity: 0.5;
}header .main_mainwrapTcHj::before {
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    content: '';
    position: absolute;
}header .main_mainwrapTcHj::after {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
}header .head_topdwyO {
    padding-top: 2rem;
    position: relative;
    background: rgb(219,224,238);
    z-index: 1;
}

@media (min-width: 1400px) {header .main_mainwrapTcHj {
    margin: 0 auto;
    max-width: 1320px;
}header .main_startexBq {
    margin: 0 0.6rem;
}header .main_startexBq a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .main_mainwrapTcHj {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .header_pagewrapdHLs {
    margin-right: 0;
    margin-bottom: 0;
}header .head_teachEPUJ {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .main_startexBq a {
    font-size: calc(18px - 1px);
    padding: 0 1rem;
    height: 36px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .main_mainwrapTcHj {
    padding: 0.8rem 1.5rem;
}header .header_pagewrapdHLs {
    max-width: 140px;
}header .header_pagewrapdHLs::before, 
    header .header_pagewrapdHLs::after {
    right: -3px;
    bottom: -3px;
    top: -3px;
    left: -3px;
}header .nav_blockdcyv img {
    max-height: 35px;
}header .head_teachEPUJ {
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    overflow-x: auto;
    margin-top: 0.8rem;
}header .head_teachEPUJ::-webkit-scrollbar {
    height: 3px;
}header .head_teachEPUJ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .main_startexBq {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .main_startexBq a {
    height: 32px;
    font-size: calc(18px - 2px);
    white-space: nowrap;
    padding: 0 0.8rem;
}header .main_startexBq::after {
    display: none;
}
}

@media (max-width: 479px) {header .main_mainwrapTcHj {
    padding: 0.7rem 1.2rem;
}header .header_pagewrapdHLs {
    max-width: 120px;
}header .main_startexBq a {
    font-size: calc(18px - 3px);
    height: 30px;
    padding: 0 0.6rem;
}}.pricing_suitexGkA {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.pricing_suitexGkA::before {
    opacity: 0.85;
    bottom: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    background: #000000;
    content: "";
}.pricing_suitexGkA .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.pricing_suitexGkA .price_gridkSsr {
    text-align: center;
}.pricing_suitexGkA h2 {
    font-size: 29px;
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 700;
}.pricing_suitexGkA h2::after {
    position: absolute;
    width: 80px;
    bottom: -10px;
    left: 50%;
    background: linear-gradient(90deg, rgb(185,192,215), rgb(148,162,192));
    height: 3px;
    transform: translateX(-50%);
    content: "";
}.pricing_suitexGkA .plan_feesfvPy {
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
    margin: 0 auto 3rem;
    max-width: 800px;
    font-size: calc(17px * 1.1);
}.pricing_suitexGkA .promo_ratesLuUG {
    display: grid;
    list-style: none;
    gap: 1.5rem;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    perspective: 1000px;
}.pricing_suitexGkA .promo_ratesLuUG li {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
}.pricing_suitexGkA .value_feeseglY {
    backdrop-filter: blur(10px);
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    text-decoration: none;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    height: 100%;
    display: block;
    border: 1px solid rgba(255,255,255,0.1);
}.pricing_suitexGkA .value_feeseglY::before {
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(185,192,215), rgb(148,162,192));
    transform-origin: left;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    height: 5px;
}.pricing_suitexGkA .value_feeseglY:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}.pricing_suitexGkA .value_feeseglY:hover::before {
    transform: scaleX(1);
}.pricing_suitexGkA .plan_feeqlmW {
    flex-direction: column;
    height: 100%;
    display: flex;
    padding: 2.5rem 1.5rem;
}.pricing_suitexGkA .tuition_gridUeuL {
    height: 100%;
    color: #ffffff;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}.pricing_suitexGkA .tuition_gridUeuL h4 {
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.1);
    margin-top: 0;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    display: inline-block;
}.pricing_suitexGkA .tuition_gridUeuL h4::after {
    background: rgb(185,192,215);
    left: 0;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -8px;
    content: "";
}.pricing_suitexGkA .tuition_gridUeuL p {
    opacity: 0.85;
    line-height: 1.6;
    font-size: 17px;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    scrollbar-width: thin;
    max-height: 200px;
    color: #ffffff;
    scrollbar-color: rgb(185,192,215) rgba(255,255,255,0.1);
    overflow-y: auto;
    margin-bottom: 2rem;
    text-align: left;
}.pricing_suitexGkA .tuition_gridUeuL p::-webkit-scrollbar {
    width: 4px;
}.pricing_suitexGkA .tuition_gridUeuL p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
}.pricing_suitexGkA .tuition_gridUeuL p::-webkit-scrollbar-thumb {
    background: rgb(185,192,215);
}.pricing_suitexGkA .annual_feeXsZp {
    font-weight: 700;
    position: relative;
    background: linear-gradient(135deg, rgb(185,192,215), rgb(148,162,192));
    margin-top: auto;
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
    align-self: flex-start;
    font-size: calc(22px * 1.2);
    transition: all 0.3s ease;
    padding: 0.75rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    color: #ffffff;
}.pricing_suitexGkA .annual_feeXsZp::before {
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    content: "";
    left: -100%;
    transition: all 0.8s ease;
    height: 100%;
}.pricing_suitexGkA .value_feeseglY:hover .annual_feeXsZp::before {
    left: 100%;
}

@media (max-width: 992px) {.pricing_suitexGkA {
    padding: 80px 0;
}.pricing_suitexGkA .promo_ratesLuUG {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.pricing_suitexGkA .plan_feeqlmW {
    padding: 2rem 1.25rem;
}
}

@media (max-width: 768px) {.pricing_suitexGkA {
    padding: 60px 0;
}.pricing_suitexGkA .promo_ratesLuUG {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing_suitexGkA h2 {
    font-size: calc(29px * 0.9);
}.pricing_suitexGkA .plan_feesfvPy {
    font-size: 17px;
    margin-bottom: 2rem;
}.pricing_suitexGkA .tuition_gridUeuL p {
    max-height: 150px;
}
}

@media (max-width: 576px) {.pricing_suitexGkA {
    padding: 50px 0;
}.pricing_suitexGkA h2 {
    font-size: calc(29px * 0.8);
}.pricing_suitexGkA .plan_feeqlmW {
    padding: 1.5rem 1rem;
}.pricing_suitexGkA .annual_feeXsZp {
    padding: 0.5rem 1rem;
    font-size: 22px;
}
}

@media (hover: none) {.pricing_suitexGkA .value_feeseglY:hover {
    transform: none;
}}.course_instructormAxo {
    overflow: hidden;
    background: rgb(219,224,238);
    min-height: 700px;
    position: relative;
    padding: 7rem 0;
}.course_instructormAxo::before {
    background: 
        linear-gradient(0deg, transparent 49.5%, rgb(185,192,215,0.5) 49.5%, rgb(185,192,215,0.5) 50.5%, transparent 50.5%),
        linear-gradient(90deg, transparent 49.5%, rgb(185,192,215,0.5) 49.5%, rgb(185,192,215,0.5) 50.5%, transparent 50.5%);
    background-size: 50px 50px;
    top: 0;
    opacity: 0.15;
    position: absolute;
    animation: gridMove 20s linear infinite;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
}.course_instructormAxo .container {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.course_instructormAxo .review_trackUBmw {
    perspective: 2000px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    height: 650px;
    max-width: 1000px;
    position: relative;
}.course_instructormAxo .post_imageULSh {
    box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 17px;
    filter: contrast(1.1) brightness(1.05);
    width: 400px;
    transform: translateZ(100px) rotateY(-15deg);
    height: 400px;
    z-index: 3;
    position: absolute;
    top: -20px;
    right: 0;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.course_instructormAxo .review_trackUBmw:hover .post_imageULSh {
    transform: translateZ(120px) rotateY(-10deg) translateX(-20px);
}.course_instructormAxo .name {
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
    min-width: 300px;
    position: absolute;
    top: 100px;
    border-radius: 10px;
    transform: translateZ(70px) rotateY(5deg);
    color: #ffffff;
    font-weight: 700;
    z-index: 4;
    background: rgb(185,192,215);
    left: 0;
    padding: 1.5rem 2rem;
    font-size: 38px;
}.course_instructormAxo .review_trackUBmw:hover .name {
    transform: translateZ(90px) rotateY(0deg) translateX(20px);
}.course_instructormAxo .review_trackUBmw span:not(.name) {
    position: absolute;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    top: 190px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    left: 40px;
    font-size: 21px;
    z-index: 3;
    color: #000000;
    transform: translateZ(50px) rotateY(5deg);
    padding: 1rem 1.5rem;
    background: #ffffff;
    border-radius: 10px;
}.course_instructormAxo .review_trackUBmw:hover span:not(.name) {
    transform: translateZ(70px) rotateY(0deg) translateX(30px);
}.course_instructormAxo .past_jobsbMaF {
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    border-bottom: 4px solid rgb(185,192,215);
    z-index: 2;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    padding: 3rem;
    color: #000000;
    line-height: 1.8;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 17px;
    backdrop-filter: blur(10px);
    right: 0;
    border-top: 4px solid rgb(148,162,192);
    left: 0;
    transform: translateZ(30px);
    font-size: 14px;
    bottom: 0;
}.course_instructormAxo .review_trackUBmw:hover .past_jobsbMaF {
    transform: translateZ(40px) translateY(-10px);
}.course_instructormAxo .past_jobsbMaF::before {
    height: 100%;
    opacity: 0.1;
    width: 100%;
    top: 0;
    position: absolute;
    background-size: 20px 20px;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(148,162,192,0.5) 49.5%, rgb(148,162,192,0.5) 50.5%, transparent 50.5%);
    content: "";
    mix-blend-mode: overlay;
}.course_instructormAxo .container::after {
    filter: blur(100px);
    left: 0;
    position: absolute;
    animation: colorPulse 10s ease-in-out infinite alternate;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: 
        radial-gradient(circle at 80% 20%, rgb(185,192,215,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(148,162,192,0.5) 0%, transparent 50%);
    content: "";
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes colorPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.course_instructormAxo .review_trackUBmw {
    height: auto;
    flex-direction: column;
    padding: 20px 0;
}.course_instructormAxo .post_imageULSh {
    height: 300px;
    width: 300px;
    margin: 0 auto 30px;
    transform: none;
    position: relative;
    top: auto;
    border-radius: 20px;
    right: auto;
}.course_instructormAxo .review_trackUBmw:hover .post_imageULSh {
    transform: translateY(-10px);
}.course_instructormAxo .name {
    margin: 0 auto 30px;
    position: relative;
    left: auto;
    text-align: center;
    transform: none;
    top: auto;
    width: 90%;
}.course_instructormAxo .review_trackUBmw:hover .name {
    transform: translateY(-5px);
}.course_instructormAxo .review_trackUBmw span:not(.name) {
    transform: none;
    top: auto;
    display: block;
    text-align: center;
    margin: 0 auto 45px;
    width: max-content;
    position: relative;
    left: auto;
}.course_instructormAxo .review_trackUBmw:hover span:not(.name) {
    transform: translateY(-5px);
}.course_instructormAxo .past_jobsbMaF {
    position: relative;
    transform: none;
    bottom: auto;
}.course_instructormAxo .review_trackUBmw:hover .past_jobsbMaF {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.course_instructormAxo {
    padding: 4rem 0;
}.course_instructormAxo .post_imageULSh {
    width: 220px;
    margin-bottom: 35px;
    height: 220px;
}.course_instructormAxo .name {
    min-width: auto;
    font-size: 21px;
    margin-bottom: 25px;
    width: 100%;
    padding: 1rem 1.5rem;
}.course_instructormAxo .review_trackUBmw span:not(.name) {
    font-size: 14px;
    padding: 0.5rem 1rem;
    margin-bottom: 35px;
}.course_instructormAxo .past_jobsbMaF {
    padding: 2rem 1.5rem;
    font-size: calc(14px * 0.9);
}}.appBlockPdsf {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(148,162,192,0.5) 0%, rgb(185,192,215,0.5) 100%);
    padding: 5rem 2rem;
}.appBlockPdsf::before {
    width: 50%;
    height: 70%;
    z-index: 1;
    pointer-events: none;
    animation: float 12s ease-in-out infinite;
    background: linear-gradient(120deg, rgb(148,162,192) 0%, rgb(185,192,215) 100%);
    position: absolute;
    opacity: 0.1;
    right: -5%;
    transform: rotate(-15deg) skew(10deg);
    top: -10%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    content: "";
}.appBlockPdsf::after {
    height: 60%;
    opacity: 0.08;
    width: 40%;
    content: "";
    transform: rotate(10deg) skew(-5deg);
    background: linear-gradient(210deg, rgb(185,192,215) 0%, rgb(148,162,192) 100%);
    bottom: -5%;
    pointer-events: none;
    z-index: 1;
    animation: float 15s ease-in-out infinite reverse;
    position: absolute;
    clip-path: polygon(20% 0, 100% 20%, 80% 100%, 0 80%);
    left: -5%;
}.appBlockPdsf .container {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    align-items: flex-start;
    margin: 0 auto;
    z-index: 2;
}.appBlockPdsf h2 {
    transform: translateX(-10px);
    max-width: 90%;
    font-weight: 700;
    opacity: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.3;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    margin-bottom: 2.5rem;
    font-size: 34px;
    position: relative;
}.appBlockPdsf h2::after {
    content: "";
    transform: scaleX(0);
    animation: expandLine 1.2s 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    position: absolute;
    transform-origin: left;
    width: 120px;
    left: 0;
    height: 4px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(185,192,215) 0%, rgb(148,162,192) 100%);
}.appBlockPdsf .creds_blockcmio {
    width: 100%;
    padding: 3rem;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    animation: riseUp 1s 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.06);
}.appBlockPdsf .creds_blockcmio::before {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(148,162,192) 0%, rgb(185,192,215) 100%);
    right: 0;
    content: "";
    animation: expandLine 1.5s 1s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    transform: scaleX(0);
    left: 0;
    height: 5px;
    position: absolute;
    top: 0;
}.appBlockPdsf ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.appBlockPdsf li {
    position: relative;
    padding-left: 1.5rem;
}.appBlockPdsf li::before {
    content: "";
    background: rgb(148,162,192);
    opacity: 0;
    animation: popIn 0.5s 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    transform: rotate(45deg) scale(0);
    height: 8px;
    width: 8px;
    left: 0;
    position: absolute;
    top: 0.5rem;
}.appBlockPdsf span {
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #000000;
    opacity: 0;
    display: block;
    animation: fadeIn 1s 1.2s ease-out forwards;
    transform: translateY(15px);
    line-height: 1.7;
}

@keyframes slideIn {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

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

@keyframes popIn {
    0% {
        transform: rotate(45deg) scale(0);
        opacity: 0;
    }
    70% {
        transform: rotate(45deg) scale(1.2);
        opacity: 1;
    }
    100% {
        transform: rotate(45deg) scale(1);
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
    50% {
        transform: rotate(-13deg) skew(12deg) translateY(-15px);
    }
    100% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
}

@media (max-width: 991px) {.appBlockPdsf {
    padding: 4rem 1.5rem;
}.appBlockPdsf h2 {
    max-width: 100%;
    font-size: calc(34px * 0.9);
}.appBlockPdsf .creds_blockcmio {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.appBlockPdsf {
    padding: 3.5rem 1.25rem;
}.appBlockPdsf h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.8);
}.appBlockPdsf h2::after {
    height: 3px;
    width: 100px;
}.appBlockPdsf .creds_blockcmio {
    padding: 2rem 1.5rem;
}.appBlockPdsf span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.appBlockPdsf {
    padding: 3rem 1rem;
}.appBlockPdsf h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.5rem;
}.appBlockPdsf h2::after {
    bottom: -10px;
    height: 3px;
    width: 80px;
}.appBlockPdsf .creds_blockcmio {
    padding: 1.5rem 1.25rem;
}.appBlockPdsf li {
    padding-left: 1.25rem;
}.appBlockPdsf li::before {
    height: 6px;
    width: 6px;
}.appBlockPdsf span {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}}.prospective_membersWVke {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(219,224,238) 0%, rgb(148,162,192,0.5) 100%);
}.prospective_membersWVke::before {
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(185,192,215,0.5) 46%, rgb(185,192,215,0.5) 54%, transparent 55%),
        linear-gradient(135deg, transparent 45%, rgb(148,162,192,0.5) 46%, rgb(148,162,192,0.5) 54%, transparent 55%);
    top: 0;
    left: 0;
    opacity: 0.1;
    background-size: 50px 50px;
    content: '';
    z-index: 1;
    width: 100%;
    position: absolute;
}.prospective_membersWVke::after {
    height: 100%;
    content: '';
    width: 100%;
    opacity: 0.4;
    left: 0;
    background-image: radial-gradient(circle at 50% 50%, rgb(185,192,215,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(185,192,215,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(185,192,215,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(185,192,215,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(185,192,215,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(185,192,215,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(185,192,215,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(185,192,215,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(185,192,215,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(185,192,215,0.5) 0%, transparent 2%);
    animation: pulseDots 10s infinite alternate;
    top: 0;
    position: absolute;
    background-size: 180px 180px;
    z-index: 1;
}.prospective_membersWVke .creds_blockcmio {
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.prospective_membersWVke h3 {
    font-size: 30px;
    box-shadow: -5px 0 15px rgb(185,192,215,0.5);
    border-left: 4px solid rgb(185,192,215);
    padding-left: 1.5rem;
    text-align: left;
    color: rgb(148,162,192);
    margin-bottom: 3rem;
    position: relative;
    font-weight: 700;
}.prospective_membersWVke ul {
    gap: 2rem;
    list-style-type: none;
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
}.prospective_membersWVke li {
    border-radius: 13px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    align-items: center;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 1.8rem;
    position: relative;
    display: flex;
}.prospective_membersWVke li::before {
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
}.prospective_membersWVke li::after {
    left: 0;
    height: 100%;
    content: '';
    opacity: 0.7;
    width: 5px;
    transition: width 0.4s ease, opacity 0.4s ease;
    background: rgb(185,192,215);
    position: absolute;
    top: 0;
}.prospective_membersWVke li:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(185,192,215,0.5);
    background-color: rgba(255, 255, 255, 0.2);
}.prospective_membersWVke li:hover::after {
    width: 8px;
    opacity: 1;
}.prospective_membersWVke li svg {
    width: 40px;
    flex-shrink: 0;
    fill: rgb(185,192,215);
    animation: pulseIcon 3s infinite alternate;
    filter: drop-shadow(0 0 8px rgb(185,192,215,0.5));
    margin-right: 1.5rem;
    transition: all 0.4s ease;
    height: 40px;
}.prospective_membersWVke li:hover svg {
    animation-duration: 1.5s;
}.prospective_membersWVke li svg path {
    transition: all 0.4s ease;
}.prospective_membersWVke li:hover svg path {
    fill: rgb(185,192,215);
}.prospective_membersWVke li {
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}.prospective_membersWVke li:nth-child(1)::after {
    animation-delay: 0s;
}.prospective_membersWVke li:nth-child(2)::after {
    animation-delay: 0.5s;
}.prospective_membersWVke li:nth-child(3)::after {
    animation-delay: 1s;
}.prospective_membersWVke li:nth-child(4)::after {
    animation-delay: 1.5s;
}.prospective_membersWVke li:nth-child(1) svg {
    animation-delay: 0s;
}.prospective_membersWVke li:nth-child(2) svg {
    animation-delay: 1s;
}.prospective_membersWVke li:nth-child(3) svg {
    animation-delay: 0.5s;
}.prospective_membersWVke li:nth-child(4) svg {
    animation-delay: 1.5s;
}

@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(185,192,215,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(185,192,215));
    }
}

@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(185,192,215,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(185,192,215);
    }
}

@media (max-width: 991px) {.prospective_membersWVke {
    padding: 4rem 0;
}.prospective_membersWVke h3 {
    padding-left: 1.2rem;
    font-size: calc(30px * 0.9);
}.prospective_membersWVke li {
    padding: 1.5rem;
}.prospective_membersWVke li svg {
    margin-right: 1.2rem;
    height: 35px;
    width: 35px;
}
}

@media (max-width: 767px) {.prospective_membersWVke {
    padding: 3rem 0;
}.prospective_membersWVke ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.prospective_membersWVke h3 {
    border-bottom: 4px solid rgb(185,192,215);
    text-align: center;
    font-size: calc(30px * 0.8);
    padding-left: 0;
    padding-bottom: 1rem;
    border-left: none;
    margin-bottom: 2.5rem;
    box-shadow: 0 5px 15px rgb(185,192,215,0.5);
}.prospective_membersWVke li {
    padding: 1.2rem;
}.prospective_membersWVke li svg {
    height: 30px;
    margin-right: 1rem;
    width: 30px;
}}.alertPrivacySettingsqojl {
    animation: slideUp 0.5s forwards;
    padding: 20px 0;
    background: rgb(148,162,192);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    transition: transform 0.3s ease-in-out;
    position: fixed;
    z-index: 90;
    width: 100%;
    border-top: 3px solid rgb(148,162,192);
    transform: translateY(100%);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookieWarningDialogxJvF {
    display: none;
}#cookieWarningDialogxJvF:checked ~ .alertPrivacySettingsqojl {
    opacity: 0;
    visibility: hidden;
}.cookie_eductrlJEBp {
    gap: 20px;
    align-items: center;
    display: flex;
    padding: 20px 5%;
    justify-content: space-between;
}.alertPrivacySettingsqojl h5 {
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 19px;
    color: #ffffff;
    text-transform: uppercase;
}.alertPrivacySettingsqojl p {
    font-family: Arial, sans-serif;
    color: #ffffff;
    line-height: 1.5;
    font-size: 12px;
}.cookie_noneFDvW {
    display: flex;
    margin-right: 15px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(185,192,215));
}.cookie_noneFDvW svg {
    transition: transform 0.3s ease-in-out;
    width: 80px;
    fill: rgb(185,192,215);
    height: 80px;
}.cookie_noneFDvW:hover svg {
    transform: scale(1.1);
}.privacy_learnunFa {
    flex-shrink: 0;
    background: linear-gradient(90deg, rgb(185,192,215), rgb(148,162,192));
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 15px rgb(185,192,215);
    cursor: pointer;
    line-height: 40px;
    min-width: 140px;
    color: #000000;
    border-radius: 10px;
    white-space: nowrap;
    padding: 10px 20px;
    margin-left: 10px;
    font-size: 19px;
}.privacy_learnunFa:hover {
    box-shadow: 0 0 20px rgb(148,162,192);
}.cookie_button.cookie_menuvSpG {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 2px solid rgb(148,162,192);
}.cookie_button.cookie_menuvSpG:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(148,162,192);
}.alertPrivacySettingsqojl p a {
    text-decoration: none;
    color: rgb(185,192,215);
    transition: color 0.3s ease;
}.alertPrivacySettingsqojl p a:hover {
    color: rgb(148,162,192);
}
@media only screen and (max-width: 1200px) {.alertPrivacySettingsqojl {
    padding: 15px 0;
}.cookie_eductrlJEBp {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie_noneFDvW {
    display: none;
}.cookie_eductrlJEBp {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.alertPrivacySettingsqojl h5 {
    font-size: 22px;
    margin-bottom: 5px;
}.track_settingsCtkn {
    margin-bottom: 15px;
}.privacy_learnunFa {
    margin: 10px 0;
    min-width: 100%;
}}
.get_in_touchOvKL {
    background: linear-gradient(135deg, rgb(219,224,238) 0%, rgba(16, 22, 47, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.get_in_touchOvKL::before {
    background-size: 20px 20px, 20px 20px;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(185,192,215), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(148,162,192), 0.04) 50%, transparent 100%);
    animation: gridMove 20s linear infinite;
    position: absolute;
}.get_in_touchOvKL::after {
    top: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(185,192,215), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(148,162,192), 0.15) 0%, 
        transparent 50%
    );
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.get_in_touchOvKL .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.get_in_touchOvKL h2 {
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 37px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    font-family: Arial, sans-serif;
}.get_in_touchOvKL h2::after {
    border-radius: 1.5px;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(185,192,215), rgb(148,162,192));
    left: 50%;
    bottom: -15px;
    width: 80px;
    height: 3px;
    position: absolute;
}.get_in_touchOvKL .connect_listjHCc {
    grid-template-columns: 1fr 1fr;
    display: grid;
    position: relative;
    gap: 30px;
    margin-top: 60px;
}.get_in_touchOvKL .connect_listjHCc::before {
    left: -8px;
    z-index: -1;
    border-radius: 10px;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    border: 1px solid rgba(rgb(185,192,215), 0.2);
    top: -8px;
}.get_in_touchOvKL .connect_listjHCc::after {
    position: absolute;
    right: -8px;
    height: 100%;
    border: 1px solid rgba(rgb(148,162,192), 0.2);
    z-index: -1;
    content: "";
    border-radius: 10px;
    bottom: -8px;
    width: 100%;
}.get_in_touchOvKL .post_imageULSh {
    height: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    min-height: 550px;
}.get_in_touchOvKL .post_imageULSh::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    width: 100%;
    top: 0;
    z-index: 1;
}.get_in_touchOvKL .post_imageULSh::after {
    z-index: 2;
    border-right: 2px solid rgba(rgb(185,192,215), 0.6);
    height: 60px;
    right: 20px;
    width: 60px;
    top: 20px;
    content: "";
    position: absolute;
    border-top: 2px solid rgba(rgb(185,192,215), 0.6);
}.get_in_touchOvKL .support_boxeORH {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 50px;
    border-radius: 10px;
}.get_in_touchOvKL .support_boxeORH::before {
    position: absolute;
    width: 60px;
    border-left: 2px solid rgba(rgb(148,162,192), 0.6);
    border-bottom: 2px solid rgba(rgb(148,162,192), 0.6);
    content: "";
    height: 60px;
    left: 20px;
    bottom: 20px;
}.get_in_touchOvKL form {
    width: 100%;
}.get_in_touchOvKL form h3 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 22px;
    padding-left: 20px;
}.get_in_touchOvKL form h3::before {
    border-radius: 10px;
    height: 100%;
    background: rgb(185,192,215);
    top: 0;
    left: 0;
    position: absolute;
    width: 3px;
    content: "";
}.get_in_touchOvKL form input[type="text"] {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 13px;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    margin-bottom: 25px;
    padding: 18px 25px;
}.get_in_touchOvKL form input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(185,192,215), 0.2);
    border-color: rgb(185,192,215);
    background: rgba(255, 255, 255, 0.08);
    outline: none;
}.get_in_touchOvKL form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.get_in_touchOvKL .connect_boxcTOP {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.get_in_touchOvKL .connect_boxcTOP input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.get_in_touchOvKL .connect_boxcTOP label {
    font-size: 13px;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}.get_in_touchOvKL .connect_boxcTOP label::before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 22px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    height: 22px;
    top: 2px;
}.get_in_touchOvKL .connect_boxcTOP input[type="checkbox"]:checked + label::before {
    border-color: rgb(185,192,215);
    background: rgb(185,192,215);
}.get_in_touchOvKL .connect_boxcTOP input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    content: "";
    width: 6px;
    transform: rotate(45deg);
    height: 10px;
    position: absolute;
    left: 8px;
    top: 6px;
    border-right: 2px solid #ffffff;
}.get_in_touchOvKL .connect_boxcTOP label a {
    color: rgb(185,192,215);
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}.get_in_touchOvKL .connect_boxcTOP label a:hover {
    color: rgb(148,162,192);
}.get_in_touchOvKL form .query_mapnUbG {
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(185,192,215), rgb(148,162,192));
    border-radius: 10px;
    font-size: 18px;
    padding: 16px 40px;
    position: relative;
    border: none;
    font-family: Arial, sans-serif;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    transition: all 0.4s ease;
}.get_in_touchOvKL form .query_mapnUbG::before {
    transition: all 0.4s ease;
    content: "";
    left: -100%;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, rgb(148,162,192), rgb(185,192,215));
}.get_in_touchOvKL form .query_mapnUbG:hover::before {
    left: 0;
}.get_in_touchOvKL form .query_mapnUbG:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.get_in_touchOvKL svg {
    fill: rgb(185,192,215);
    width: 22px;
    height: 22px;
}.get_in_touchOvKL svg path {
    transition: fill 0.3s ease;
    fill: rgb(185,192,215);
}

@media screen and (max-width: 991px) {.get_in_touchOvKL {
    padding: 90px 0;
}.get_in_touchOvKL .connect_listjHCc {
    gap: 40px;
    grid-template-columns: 1fr;
}.get_in_touchOvKL .post_imageULSh {
    min-height: 400px;
}.get_in_touchOvKL .support_boxeORH {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.get_in_touchOvKL {
    padding: 70px 0;
}.get_in_touchOvKL h2 {
    font-size: calc(37px * 0.9);
}.get_in_touchOvKL .post_imageULSh {
    min-height: 350px;
}.get_in_touchOvKL .post_imageULSh::after,
    .get_in_touchOvKL .support_boxeORH::before {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.get_in_touchOvKL {
    padding: 50px 0;
}.get_in_touchOvKL h2 {
    font-size: calc(37px * 0.8);
}.get_in_touchOvKL .connect_listjHCc {
    margin-top: 40px;
}.get_in_touchOvKL .post_imageULSh {
    min-height: 250px;
}.get_in_touchOvKL .support_boxeORH {
    padding: 30px 20px;
}.get_in_touchOvKL form h3 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.get_in_touchOvKL form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.get_in_touchOvKL form .query_mapnUbG {
    width: 100%;
    padding: 15px 20px;
}}footer {
    position: relative;
    width: 100%;
}footer .event_calCAti {
    color: #ffffff;
    background-color: rgb(148,162,192);
    overflow: hidden;
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
}footer .event_calCAti::before {
    height: 100px;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-3deg);
    background-color: rgb(148,162,192);
    content: "";
    z-index: 0;
    top: -50px;
}footer .cookie_ctrlwLsJ {
    z-index: 1;
    position: relative;
}footer .quick_reachvkjW {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
    display: flex;
}footer .info_item {
    border-radius: 0 5px 5px 0;
    padding: 15px 20px 15px 25px;
    position: relative;
    background-color: rgb(148,162,192,0.5);
    overflow: hidden;
    max-width: 300px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    flex: 1 1 200px;
}footer .info_item::before {
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    background-color: rgb(185,192,215);
    position: absolute;
    width: 5px;
}footer .info_item::after {
    content: "";
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    height: 100%;
}footer .info_item:nth-child(even) {
    background-color: rgb(185,192,215,0.5);
}footer .info_item:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}footer .info_item svg {
    height: 20px;
    position: relative;
    vertical-align: middle;
    top: -1px;
    fill: rgb(185,192,215);
    width: 20px;
    margin-right: 12px;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
    font-size: 16px;
    display: inline-block;
    transition: color 0.3s ease;
}footer .info_item a:hover {
    color: rgb(185,192,215);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
    display: grid;
}footer .header_pagewrapdHLs {
    border-radius: 27px;
    background-color: rgb(148,162,192,0.5);
    padding: 30px;
    position: relative;
}footer .header_pagewrapdHLs::before {
    content: "";
    top: 15px;
    position: absolute;
    border-radius: calc(27px - 8px);
    bottom: 15px;
    right: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    left: 15px;
    pointer-events: none;
}footer .header_pagewrapdHLs svg {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    width: auto;
    display: block;
    height: 45px;
}footer .academy_infoDwOf {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .head_teachEPUJ {
    position: relative;
}footer .head_teachEPUJ h5 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-weight: 600;
}footer .head_teachEPUJ h5::before {
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    width: 3px;
    background-color: rgb(185,192,215);
    position: absolute;
}footer .head_knowxwFY {
    margin-bottom: 25px;
    position: relative;
}footer .head_knowxwFY a {
    color: rgba(255, 255, 255, 0.8);
    border-radius: 0 5px 5px 0;
    position: relative;
    font-size: 16px;
    background-color: rgb(148,162,192,0.5);
    transition: all 0.3s ease;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px 10px 0;
}footer .head_knowxwFY a::before {
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    background-color: rgb(185,192,215);
    width: 3px;
    transition: width 0.3s ease;
    position: absolute;
}footer .head_knowxwFY a:hover {
    color: #ffffff;
    background-color: rgb(185,192,215,0.5);
    transform: translateX(5px);
}footer .head_knowxwFY a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    position: relative;
    background-color: rgb(148,162,192,0.5);
    border-radius: 27px;
    padding: 30px;
}footer .subscribe_holder::before {
    border: 1px dashed rgba(255, 255, 255, 0.1);
    bottom: 15px;
    top: 15px;
    right: 15px;
    pointer-events: none;
    content: "";
    border-radius: calc(27px - 8px);
    left: 15px;
    position: absolute;
}footer .subscribe_holder h5 {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 15px;
    font-weight: 600;
}footer .subscribe_holder h5::before {
    width: 3px;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    background-color: rgb(185,192,215);
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 16px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(185,192,215);
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .subscribe_assetaAIk {
    overflow: hidden;
    position: relative;
    background-color: rgb(185,192,215);
    border: none;
    font-size: 18px;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-weight: 600;
    padding: 14px 20px;
    color: #ffffff;
    cursor: pointer;
}footer .subscribe_assetaAIk::after {
    width: 200%;
    height: 200%;
    transform: rotate(30deg);
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: -50%;
    content: "";
    left: -100%;
}footer .subscribe_assetaAIk:hover {
    background-color: rgb(148,162,192);
}footer .subscribe_assetaAIk:hover::after {
    left: 100%;
}footer .ssl_infoZpdz {
    text-align: center;
    margin-top: 50px;
    position: relative;
}footer .ssl_infoZpdz::before {
    width: 50px;
    position: absolute;
    content: "";
    top: -25px;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 1px;
    transform: translateX(-50%);
}footer .webinar_livekLEj {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    position: relative;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .subscribe_assetaAIk {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .event_calCAti {
    padding: 60px 0 30px;
}footer .quick_reachvkjW {
    margin-bottom: 40px;
}footer .header_pagewrapdHLs, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head_knowxwFY a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
}footer .ssl_infoZpdz {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .event_calCAti {
    padding: 50px 0 20px;
}footer .head_teachEPUJ h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
    margin-bottom: 20px;
}footer .header_pagewrapdHLs::before, footer .subscribe_holder::before {
    left: 10px;
    bottom: 10px;
    top: 10px;
    right: 10px;
}footer .input_holder input[type="email"],
    footer .subscribe_assetaAIk {
    padding: 12px;
}}.data_explorationFJWu {
    overflow: hidden;
    background: rgb(219,224,238);
    position: relative;
    padding: 100px 0;
}.data_explorationFJWu::before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(185,192,215,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    z-index: 0;
}.data_explorationFJWu .container {
    padding: 0 20px;
    display: grid;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    gap: 60px;
    grid-template-rows: auto 1fr;
}.data_explorationFJWu h2 {
    font-weight: 700;
    grid-column: 1 / -1;
    padding-bottom: 20px;
    color: #000000;
    text-align: center;
    position: relative;
    font-size: 28px;
}.data_explorationFJWu h2::after {
    bottom: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(185,192,215), transparent);
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    max-width: 200px;
}.data_explorationFJWu ul {
    height: 100%;
    grid-column: 1 / -1;
    gap: 30px;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    margin: 0;
    list-style: none;
}.data_explorationFJWu .statistics_zoneAkuF {
    position: relative;
    padding: 0;
    border-radius: 22px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    transition: transform 0.3s ease;
    min-height: 200px;
    overflow: hidden;
}.data_explorationFJWu .statistics_zoneAkuF:hover {
    transform: translateY(-10px);
}.data_explorationFJWu .statistics_zoneAkuF::before {
    height: 100%;
    position: absolute;
    opacity: 0.7;
    content: "";
    top: 0;
    z-index: 0;
    left: 0;
    background: #000000;
    width: 100%;
}.data_explorationFJWu .statistics_zoneAkuF:nth-child(1)::before {
    opacity: 0.85;
    background: rgb(185,192,215);
}.data_explorationFJWu .statistics_zoneAkuF:nth-child(2)::before {
    opacity: 0.85;
    background: rgb(148,162,192);
}.data_explorationFJWu .statistics_zoneAkuF:nth-child(3)::before {
    opacity: 0.7;
    background: rgb(185,192,215);
}.data_explorationFJWu .statistics_zoneAkuF:nth-child(4)::before {
    background: rgb(148,162,192);
    opacity: 0.7;
}.data_explorationFJWu .statistics_zoneAkuF p,
.data_explorationFJWu .statistics_zoneAkuF span {
    z-index: 1;
    padding: 0 30px;
    color: #ffffff;
    position: relative;
}.data_explorationFJWu .statistics_zoneAkuF p {
    margin: 0 0 10px 0;
    font-size: calc(44px * 1.3);
    font-weight: 700;
}.data_explorationFJWu .statistics_zoneAkuF span {
    padding-bottom: 30px;
    position: relative;
    font-weight: 300;
    font-size: 17px;
}.data_explorationFJWu .statistics_zoneAkuF span::before {
    left: 30px;
    background: #ffffff;
    top: -5px;
    opacity: 0.5;
    height: 2px;
    content: "";
    position: absolute;
    width: 30px;
}.data_explorationFJWu .statistics_zoneAkuF::after {
    opacity: 0.1;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    right: -75px;
    top: -75px;
    z-index: 1;
    content: "";
    position: absolute;
}.data_explorationFJWu .statistics_zoneAkuF:nth-child(1) {
    transform: translateX(-20px) translateY(-20px);
    grid-area: 1 / 1 / 2 / 2;
    animation: fadeIn 0.5s 0.1s forwards, slideIn 0.7s 0.1s forwards;
}.data_explorationFJWu .statistics_zoneAkuF:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
    transform: translateX(20px) translateY(-20px);
    animation: fadeIn 0.5s 0.2s forwards, slideIn 0.7s 0.2s forwards;
}.data_explorationFJWu .statistics_zoneAkuF:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
    animation: fadeIn 0.5s 0.3s forwards, slideIn 0.7s 0.3s forwards;
    transform: translateX(-20px) translateY(20px);
}.data_explorationFJWu .statistics_zoneAkuF:nth-child(4) {
    transform: translateX(20px) translateY(20px);
    grid-area: 2 / 2 / 3 / 3;
    animation: fadeIn 0.5s 0.4s forwards, slideIn 0.7s 0.4s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    to {
        transform: translateX(0) translateY(0);
    }
}

@media (min-width: 1024px) {.data_explorationFJWu .statistics_zoneAkuF:nth-child(1) {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}.data_explorationFJWu .statistics_zoneAkuF:nth-child(2) {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.data_explorationFJWu .statistics_zoneAkuF:nth-child(3) {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.data_explorationFJWu .statistics_zoneAkuF:nth-child(4) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
}
}

@media (max-width: 1023px) {.data_explorationFJWu {
    padding: 80px 0;
}.data_explorationFJWu .container {
    gap: 40px;
}.data_explorationFJWu ul {
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: 1fr;
}.data_explorationFJWu .statistics_zoneAkuF {
    min-height: 180px;
}.data_explorationFJWu .statistics_zoneAkuF:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.data_explorationFJWu .statistics_zoneAkuF:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
}.data_explorationFJWu .statistics_zoneAkuF:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
}.data_explorationFJWu .statistics_zoneAkuF:nth-child(4) {
    grid-area: 4 / 1 / 5 / 2;
}.data_explorationFJWu .statistics_zoneAkuF:nth-child(odd) {
    transform: translateX(-20px) translateY(0);
}.data_explorationFJWu .statistics_zoneAkuF:nth-child(even) {
    transform: translateX(20px) translateY(0);
}
}

@media (max-width: 767px) {.data_explorationFJWu {
    padding: 60px 0;
}.data_explorationFJWu .container {
    padding: 0 15px;
    gap: 30px;
}.data_explorationFJWu h2 {
    font-size: calc(28px * 0.9);
}.data_explorationFJWu ul {
    gap: 20px;
}.data_explorationFJWu .statistics_zoneAkuF {
    min-height: 150px;
}.data_explorationFJWu .statistics_zoneAkuF p {
    font-size: calc(44px * 1.1);
    padding-top: 20px;
}.data_explorationFJWu .statistics_zoneAkuF span {
    padding-bottom: 20px;
    font-size: calc(17px * 0.9);
}
}

@media (min-width: 768px) and (max-width: 1023px) {.data_explorationFJWu .statistics_zoneAkuF {
    min-height: 180px;
}.data_explorationFJWu .statistics_zoneAkuF p {
    font-size: calc(44px * 1.2);
}
}

@media (prefers-reduced-motion: reduce) {.data_explorationFJWu .statistics_zoneAkuF {
    animation: none;
    transform: none;
}}.title_pageiBUw {
    background: linear-gradient(135deg, rgba(94,170,168,0.05), rgba(94,170,168,0.1));
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    position: relative;
    flex-direction: column;
}.title_pageiBUw .post_imageULSh {
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    width: 100%;
    left: 0;
}.title_pageiBUw .post_imageULSh::after {
    position: absolute;
    z-index: 2;
    background: linear-gradient(
        to bottom,
        rgba(10, 30, 50, 0.7),
        rgba(94, 170, 168, 0.6)
    );
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}.title_pageiBUw .creds_blockcmio {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
    padding: 2rem;
    justify-content: center;
    display: flex;
    width: 90%;
    margin-top: 15vh;
    z-index: 3;
    flex-direction: column;
    position: relative;
}.title_pageiBUw h1 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    animation: slideInTitle 0.8s ease-out 0.3s forwards;
    transform: translateX(-20px);
    color: #ffffff;
    font-size: 42px;
    opacity: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    max-width: 650px;
}.title_pageiBUw .text_box_wrapPtwi {
    padding: 2.5rem;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 5px solid rgb(148,162,192);
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    border-radius: 0 28px 28px 0;
    max-width: 550px;
}.title_pageiBUw .text_box_wrapPtwi::before {
    left: 0;
    top: 0;
    height: 5px;
    background-size: 200% 100%;
    background: linear-gradient(90deg, 
        rgb(148,162,192), 
        rgb(185,192,215),
        rgb(148,162,192));
    width: 100%;
    animation: gradientMove 3s ease infinite;
    position: absolute;
    content: '';
}.title_pageiBUw .text_box_wrapPtwi p {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 2rem;
    font-size: calc(17px * 1.1);
}.title_pageiBUw .start_learnLtxf {
    transition: transform 0.3s ease;
    transform: scale(0.8);
    display: flex;
    margin: 1.5rem 0;
    justify-content: center;
    align-items: center;
}.title_pageiBUw .start_learnLtxf:hover {
    transform: scale(0.85);
}.title_pageiBUw .start_learnLtxf svg {
    height: 120px;
    width: 120px;
    filter: drop-shadow(0 4px 8px rgba(94, 170, 168, 0.3));
}.title_pageiBUw .start_learnLtxf svg path {
    transition: fill 0.3s ease;
}.title_pageiBUw .start_learnLtxf:hover svg path {
    fill: rgba(94, 170, 168, 0.9);
}.title_pageiBUw .start_learnLtxf svg text {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.title_pageiBUw .start_learnLtxf:hover svg text {
    fill: rgb(70, 146, 144);
}.title_pageiBUw h6 {
    text-align: center;
    margin-top: 2rem;
    width: 100%;
}.title_pageiBUw .query_mapnUbG {
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.3);
    font-family: Arial, sans-serif;
    font-weight: 600;
    display: inline-block;
    padding: 0.9rem 2rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: linear-gradient(135deg, 
        rgb(148,162,192), 
        rgb(70, 146, 144));
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    font-size: 16px;
}.title_pageiBUw .query_mapnUbG::before {
    transition: all 0.6s ease;
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    height: 100%;
}.title_pageiBUw .query_mapnUbG:hover {
    box-shadow: 0 7px 20px rgba(94, 170, 168, 0.5);
    transform: translateY(-3px);
}.title_pageiBUw .query_mapnUbG:hover::before {
    left: 100%;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@media (min-width: 768px) {.title_pageiBUw .creds_blockcmio {
    margin-top: 20vh;
    padding: 3rem;
}.title_pageiBUw h1 {
    max-width: 750px;
    font-size: calc(42px * 1.2);
}.title_pageiBUw .text_box_wrapPtwi {
    max-width: 600px;
    padding: 3rem;
}.title_pageiBUw .start_learnLtxf svg {
    width: 150px;
    height: 150px;
}
}

@media (min-width: 992px) {.title_pageiBUw {
    flex-direction: row;
}.title_pageiBUw .post_imageULSh {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    width: 65%;
}.title_pageiBUw .creds_blockcmio {
    padding: 0 5rem;
    justify-content: center;
    width: 50%;
    margin-left: 5%;
    margin-top: 0;
}.title_pageiBUw h1 {
    font-size: calc(42px * 1.4);
}.title_pageiBUw .text_box_wrapPtwi {
    transform: translateX(-20px);
    animation: fadeInRight 0.8s ease-out 0.6s forwards;
}.title_pageiBUw .start_learnLtxf {
    transform: scale(0.9);
}.title_pageiBUw .start_learnLtxf:hover {
    transform: scale(0.95);
}
    
    @keyframes fadeInRight {
        to {
            transform: translateX(0);
            opacity: 1;
        }
    }
}

@media (min-width: 1200px) {.title_pageiBUw .creds_blockcmio {
    padding: 0 6rem;
}.title_pageiBUw h1 {
    font-size: calc(42px * 1.6);
}.title_pageiBUw .text_box_wrapPtwi {
    padding: 3.5rem;
    max-width: 650px;
}
}

@media (max-width: 767px) {.title_pageiBUw .creds_blockcmio {
    margin-top: 10vh;
    padding: 1.5rem;
}.title_pageiBUw h1 {
    margin-bottom: 1rem;
    font-size: calc(42px * 1.1);
}.title_pageiBUw .text_box_wrapPtwi {
    padding: 2rem;
}.title_pageiBUw .text_box_wrapPtwi p {
    font-size: 17px;
}.title_pageiBUw .start_learnLtxf svg {
    height: 100px;
    width: 100px;
}.title_pageiBUw .query_mapnUbG {
    padding: 0.8rem 1.8rem;
}}.course_rewardsmTDy {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(219,224,238) 0%, rgba(245, 248, 255, 0.9) 100%);
    overflow: hidden;
}.course_rewardsmTDy::before {
    height: 100%;
    position: absolute;
    content: "";
    background-image: radial-gradient(circle at 10% 10%, rgba(rgb(185,192,215,0.5), 0.05) 0%, transparent 50%),
                      radial-gradient(circle at 90% 90%, rgba(rgb(148,162,192,0.5), 0.05) 0%, transparent 50%);
    left: 0;
    z-index: 0;
    top: 0;
    width: 100%;
}.course_rewardsmTDy .container {
    display: flex;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
    z-index: 1;
}.course_rewardsmTDy .post_imageULSh {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    filter: saturate(1.1) brightness(1.05);
    object-fit: cover;
    border: 4px solid #ffffff;
    max-height: 400px;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
}.course_rewardsmTDy .creds_blockcmio {
    display: flex;
    flex-direction: column;
    transform: translateY(-20px);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 40px;
}.course_rewardsmTDy .text_box_wrapPtwi {
    position: relative;
}.course_rewardsmTDy h1 {
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 35px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    line-height: 1.3;
}.course_rewardsmTDy h1::after {
    width: 60px;
    position: absolute;
    transition: width 0.5s ease;
    height: 3px;
    content: "";
    left: 0;
    background: rgb(185,192,215);
    bottom: 0;
}.course_rewardsmTDy ul {
    list-style: none;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    padding: 0;
    margin: 0;
    display: grid;
}.course_rewardsmTDy li {
    position: relative;
    transition: transform 0.3s ease;
    padding-left: 36px;
}.course_rewardsmTDy li:hover {
    transform: translateX(5px);
}.course_rewardsmTDy li p {
    color: #000000;
    line-height: 1.6;
    margin: 0;
    font-size: calc(13px - 1px);
    display: flex;
    align-items: center;
}.course_rewardsmTDy li svg {
    width: 24px;
    left: 0;
    height: 24px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    top: 2px;
}.course_rewardsmTDy li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.course_rewardsmTDy svg path {
    transition: fill 0.3s ease;
    fill: rgb(185,192,215);
}.course_rewardsmTDy li:hover svg path {
    fill: rgb(148,162,192);
}@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}

.course_rewardsmTDy .post_imageULSh:hover {
    transform: perspective(1000px) rotateY(0deg);
}

@media (min-width: 768px) {.course_rewardsmTDy .container {
    align-items: center;
    flex-direction: row;
    gap: 40px;
}.course_rewardsmTDy .post_imageULSh {
    margin-bottom: 0;
    max-height: none;
    animation: float 6s infinite ease-in-out;
    width: 45%;
}.course_rewardsmTDy .creds_blockcmio {
    transform: translateY(0);
    width: 55%;
    padding: 50px;
}.course_rewardsmTDy h1 {
    font-size: 45px;
}.course_rewardsmTDy h1::after {
    width: 80px;
}.course_rewardsmTDy ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}.course_rewardsmTDy li {
    padding-left: 40px;
}
}

@media (min-width: 992px) {.course_rewardsmTDy {
    padding: 150px 0;
}.course_rewardsmTDy .container {
    gap: 60px;
}.course_rewardsmTDy h1 {
    margin-bottom: 40px;
}.course_rewardsmTDy h1:hover::after {
    width: 120px;
}.course_rewardsmTDy li p {
    font-size: 13px;
}.course_rewardsmTDy .creds_blockcmio {
    padding: 60px;
}
}

@media (max-width: 767px) {.course_rewardsmTDy {
    padding: 80px 0;
}.course_rewardsmTDy .post_imageULSh {
    max-height: 300px;
}.course_rewardsmTDy .creds_blockcmio {
    padding: 30px 25px;
}.course_rewardsmTDy h1 {
    margin-bottom: 25px;
    font-size: calc(35px - 4px);
}.course_rewardsmTDy li {
    margin-bottom: 15px;
}.course_rewardsmTDy li p {
    font-size: calc(13px - 2px);
}}.customer_commentsQcuh {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(148,162,192,0.5), rgb(219,224,238));
    overflow: hidden;
    position: relative;
}.customer_commentsQcuh::before {
    width: 100%;
    opacity: 0.4;
    content: "";
    top: 0;
    z-index: 1;
    background-image: radial-gradient(circle at 20% 30%, rgb(185,192,215,0.5) 0%, transparent 70%);
    left: 0;
    height: 100%;
    position: absolute;
}.customer_commentsQcuh::after {
    width: 300px;
    bottom: -50px;
    position: absolute;
    content: "";
    transform: rotate(15deg);
    border: 2px solid rgb(185,192,215,0.5);
    right: -50px;
    height: 300px;
    z-index: 1;
    opacity: 0.2;
}.customer_commentsQcuh .container.creds_blockcmio {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.customer_commentsQcuh h2 {
    text-align: left;
    color: #000000;
    transform-origin: left center;
    transform: perspective(1000px) rotateX(0deg) rotateY(-1deg);
    font-size: 32px;
    position: relative;
    margin-bottom: 60px;
    font-weight: 700;
    padding-left: 20px;
}.customer_commentsQcuh h2::before {
    height: 80%;
    top: 50%;
    background: linear-gradient(to bottom, rgb(185,192,215), rgb(148,162,192));
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    content: "";
    width: 8px;
}.customer_commentsQcuh .student_votestOIr {
    padding: 0;
    display: grid;
    gap: 30px;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.customer_commentsQcuh .review_trackUBmw {
    padding: 30px;
    border-left: 4px solid rgb(185,192,215);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.5s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 20px 40px rgba(83, 83, 83, 0.04);
    background: linear-gradient(145deg, #ffffff, #f8f9fd);
    position: relative;
    height: 100%;
}.customer_commentsQcuh .review_trackUBmw:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 30px 60px rgba(83, 83, 83, 0.05);
    transform: translateY(-10px) scale(1.01);
}.customer_commentsQcuh .review_trackUBmw:hover::after {
    transform: translate(-50%, -50%) scale(1.5);
}.customer_commentsQcuh .review_trackUBmw::after {
    background: radial-gradient(circle at 10% 10%, #ffffff 0%, transparent 70%);
    position: absolute;
    top: 0;
    opacity: 0.8;
    transition: transform 1.5s ease-out;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
}.customer_commentsQcuh .review_trackUBmw > div {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    z-index: 2;
    position: relative;
}.customer_commentsQcuh .review_trackUBmw img {
    width: 60px;
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    border-radius: 50%;
    height: 60px;
    border: 3px solid #ffffff;
}.customer_commentsQcuh .review_trackUBmw:hover img {
    transform: scale(1.1) rotate(5deg);
}.customer_commentsQcuh .review_trackUBmw h4 {
    font-size: 20px;
    color: #000000;
    margin-left: 20px;
    font-weight: 600;
    position: relative;
}.customer_commentsQcuh .review_trackUBmw h4::after {
    content: "";
    left: 0;
    transition: width 0.4s ease-out;
    width: 0;
    background: linear-gradient(to right, rgb(185,192,215), transparent);
    bottom: -8px;
    position: absolute;
    height: 2px;
}.customer_commentsQcuh .review_trackUBmw:hover h4::after {
    width: 100%;
}.customer_commentsQcuh .description {
    z-index: 2;
    line-height: 1.7;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 15px;
    margin: 0;
    color: #000000;
    font-weight: 400;
}.customer_commentsQcuh .description::before {
    left: -10px;
    font-family: Georgia, serif;
    color: rgb(148,162,192,0.5);
    z-index: -1;
    line-height: 1;
    content: "";
    font-size: 80px;
    top: -20px;
    position: absolute;
    opacity: 0.2;
}.customer_commentsQcuh a {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(185,192,215), rgb(148,162,192));
    padding: 15px 32px;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    position: relative;
    text-decoration: none;
    margin-top: 50px;
    font-size: 17px;
    font-weight: 600;
}.customer_commentsQcuh a::before {
    top: 0;
    transition: left 0.7s ease;
    content: "";
    left: -100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
}.customer_commentsQcuh a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.customer_commentsQcuh a:hover::before {
    left: 100%;
}

@media (max-width: 1024px) {.customer_commentsQcuh {
    padding: 80px 0 60px;
}.customer_commentsQcuh h2 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.9);
}.customer_commentsQcuh .student_votestOIr {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.customer_commentsQcuh {
    padding: 60px 0 40px;
}.customer_commentsQcuh::after {
    height: 200px;
    width: 200px;
}.customer_commentsQcuh h2 {
    transform: none;
    text-align: center;
    padding-left: 0;
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.customer_commentsQcuh h2::before {
    transform: translateX(-50%);
    left: 50%;
    height: 5px;
    width: 60px;
    top: -20px;
}.customer_commentsQcuh .student_votestOIr {
    gap: 20px;
    grid-template-columns: 1fr;
}.customer_commentsQcuh .review_trackUBmw {
    padding: 25px;
}.customer_commentsQcuh a {
    margin-top: 30px;
    padding: 12px 28px;
}
}

@media (max-width: 480px) {.customer_commentsQcuh {
    padding: 50px 0 30px;
}.customer_commentsQcuh h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 25px;
}.customer_commentsQcuh .review_trackUBmw {
    padding: 20px;
}.customer_commentsQcuh .review_trackUBmw > div {
    margin-bottom: 15px;
}.customer_commentsQcuh .review_trackUBmw img {
    height: 50px;
    width: 50px;
}.customer_commentsQcuh .description {
    font-size: calc(15px * 0.95);
}.customer_commentsQcuh a {
    width: 100%;
    padding: 12px 20px;
}}.company_infoSiGy {
    padding: 120px 0;
    background-color: rgb(219,224,238);
    position: relative;
    overflow: hidden;
}.company_infoSiGy::before {
    height: 400px;
    border-radius: 50%;
    right: -100px;
    content: '';
    opacity: 0.15;
    position: absolute;
    top: -100px;
    width: 400px;
    background: rgb(185,192,215,0.5);
}.company_infoSiGy::after {
    border-radius: 50%;
    position: absolute;
    content: '';
    width: 500px;
    height: 500px;
    opacity: 0.15;
    bottom: -100px;
    left: -100px;
    background: rgb(148,162,192,0.5);
}.company_infoSiGy .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.company_infoSiGy .creds_blockcmio {
    gap: 40px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
}.company_infoSiGy .fast_guidenhEo {
    grid-column: span 4;
    position: relative;
}.company_infoSiGy .post_imageULSh {
    width: 100%;
    border-radius: 16px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    position: relative;
    aspect-ratio: 1/1.2;
}.company_infoSiGy .post_imageULSh:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.12), 
                -25px -25px 70px rgba(255, 255, 255, 0.9);
    transform: translateY(-10px);
}.company_infoSiGy .quick_studiesZLUx {
    border-radius: 16px;
    padding: 25px 30px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), 
                -15px -15px 30px rgba(255, 255, 255, 0.6);
    margin-top: -50px;
    margin-left: 20px;
    background-color: #ffffff;
    position: relative;
    margin-right: 20px;
    z-index: 2;
}.company_infoSiGy .why_chooseyqcz {
    margin-bottom: 5px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
}.company_infoSiGy .exp_yearsCYqN {
    font-size: 16px;
    color: rgb(185,192,215);
    text-align: center;
    font-weight: 600;
}.company_infoSiGy .text_box_wrapPtwi {
    padding: 50px;
    border-radius: 16px;
    position: relative;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.06), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    grid-column: span 8;
    background-color: #ffffff;
}.company_infoSiGy .study_sessionsVhvT {
    margin-bottom: 25px;
    font-size: 19px;
    display: flex;
    align-items: center;
    color: #000000;
    font-weight: 600;
}.company_infoSiGy .study_sessionsVhvT svg {
    fill: rgb(185,192,215);
    width: 40px;
    margin-right: 15px;
    height: 40px;
}.company_infoSiGy .study_sessionsVhvT svg path {
    fill: rgb(185,192,215);
}.company_infoSiGy h2 {
    font-size: 37px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}.company_infoSiGy h2::before {
    left: -50px;
    width: 30px;
    top: 50%;
    content: '';
    transform: translateY(-50%);
    background-color: rgb(185,192,215);
    height: 3px;
    position: absolute;
}.company_infoSiGy p {
    position: relative;
    color: #000000;
    line-height: 1.8;
    font-size: 16px;
}

@media (max-width: 992px) {.company_infoSiGy {
    padding: 80px 0;
}.company_infoSiGy .creds_blockcmio {
    gap: 50px;
    grid-template-columns: 1fr;
}.company_infoSiGy .fast_guidenhEo {
    margin: 0 auto;
    grid-column: span 1;
    max-width: 400px;
}.company_infoSiGy .text_box_wrapPtwi {
    padding: 40px 30px;
    grid-column: span 1;
}.company_infoSiGy h2::before {
    width: 20px;
    left: -30px;
}
}

@media (max-width: 768px) {.company_infoSiGy {
    padding: 60px 0;
}.company_infoSiGy .quick_studiesZLUx {
    padding: 20px;
    margin-top: -40px;
}.company_infoSiGy .text_box_wrapPtwi {
    padding: 30px 25px;
}.company_infoSiGy h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.9);
}.company_infoSiGy h2::before {
    display: none;
}.company_infoSiGy p {
    padding-left: 15px;
}
}

@media (max-width: 480px) {.company_infoSiGy {
    padding: 40px 0;
}.company_infoSiGy .quick_studiesZLUx {
    margin-top: -30px;
    padding: 15px;
}.company_infoSiGy .why_chooseyqcz {
    font-size: calc(18px * 0.9);
}.company_infoSiGy .exp_yearsCYqN {
    font-size: calc(16px * 0.9);
}.company_infoSiGy .text_box_wrapPtwi {
    padding: 25px 20px;
}.company_infoSiGy h2 {
    margin-bottom: 15px;
    font-size: calc(37px * 0.8);
}.company_infoSiGy p {
    padding-left: 10px;
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.company_infoSiGy .study_sessionsVhvT {
    font-size: calc(19px * 0.9);
    margin-bottom: 15px;
}.company_infoSiGy .study_sessionsVhvT svg {
    height: 30px;
    width: 30px;
    margin-right: 10px;
}}.course_featuresUIOP {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(219,224,238);
}.course_featuresUIOP::before {
    background: linear-gradient(135deg, rgb(185,192,215,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    width: 300px;
    content: "";
    z-index: 1;
    position: absolute;
    opacity: 0.7;
    top: -100px;
    height: 300px;
    right: -100px;
}.course_featuresUIOP::after {
    bottom: -50px;
    position: absolute;
    left: -50px;
    z-index: 1;
    opacity: 0.5;
    height: 200px;
    width: 200px;
    transform: rotate(15deg);
    content: "";
    background: linear-gradient(225deg, rgb(148,162,192,0.5) 0%, transparent 70%);
}.course_featuresUIOP .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.course_featuresUIOP .learn_exploresayv {
    gap: 40px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}.course_featuresUIOP .post_imageULSh {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 320px;
}.course_featuresUIOP .post_imageULSh::before {
    position: absolute;
    inset: 0;
    transition: opacity 0.5s ease;
    background: linear-gradient(
        to right,
        rgb(185,192,215,0.5) 0%,
        transparent 20%,
        transparent 80%,
        rgb(148,162,192,0.5) 100%
    );
    content: "";
    opacity: 0.4;
}.course_featuresUIOP .post_imageULSh:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_featuresUIOP .post_imageULSh:hover::before {
    opacity: 0.2;
}.course_featuresUIOP .text_box_wrapPtwi {
    transform: translateY(0);
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.course_featuresUIOP .text_box_wrapPtwi:hover {
    transform: translateY(-5px);
}.course_featuresUIOP .text_box_wrapPtwi::before {
    left: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    width: 4px;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(185,192,215), rgb(148,162,192));
}.course_featuresUIOP .text_box_wrapPtwi:hover::before {
    height: 100%;
}.course_featuresUIOP h3 {
    font-family: Arial, sans-serif;
    transition: transform 0.4s ease;
    position: relative;
    padding-bottom: 15px;
    transform: translateX(0);
    font-weight: 600;
    margin-bottom: 25px;
    font-size: calc(23px * 1.1);
    color: #000000;
}.course_featuresUIOP .text_box_wrapPtwi:hover h3 {
    transform: translateX(10px);
}.course_featuresUIOP h3::after {
    position: absolute;
    height: 2px;
    transition: width 0.4s ease;
    width: 60px;
    background: rgb(185,192,215);
    left: 0;
    content: "";
    bottom: 0;
}.course_featuresUIOP .text_box_wrapPtwi:hover h3::after {
    width: 100px;
}.course_featuresUIOP .description {
    font-size: 12px;
    color: #000000;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}.course_featuresUIOP .text_box_wrapPtwi:hover .description {
    opacity: 1;
}.course_featuresUIOP p.description {
    display: block;
    scrollbar-color: rgb(185,192,215,0.5) #ffffff;
    padding-right: 15px;
    scrollbar-width: thin;
    overflow-y: auto;
    max-height: 300px;
}.course_featuresUIOP p.description::-webkit-scrollbar {
    width: 6px;
}.course_featuresUIOP p.description::-webkit-scrollbar-track {
    background: #ffffff;
}.course_featuresUIOP p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(185,192,215,0.5);
}.course_featuresUIOP span.description {
    display: none;
}

@media (min-width: 768px) {.course_featuresUIOP {
    padding: 150px 0;
}.course_featuresUIOP .learn_exploresayv {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}.course_featuresUIOP .post_imageULSh {
    height: 450px;
    transform: perspective(1000px) rotateY(3deg) translateX(-20px);
}.course_featuresUIOP .post_imageULSh:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course_featuresUIOP .text_box_wrapPtwi {
    padding: 40px;
}.course_featuresUIOP h3 {
    margin-bottom: 30px;
    font-size: 23px;
}.course_featuresUIOP p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_featuresUIOP .learn_exploresayv {
    gap: 80px;
}.course_featuresUIOP .post_imageULSh {
    height: 500px;
}.course_featuresUIOP .text_box_wrapPtwi {
    padding: 50px;
}.course_featuresUIOP h3 {
    font-size: calc(23px * 1.2);
}.course_featuresUIOP p.description {
    max-height: 400px;
    font-size: calc(12px * 1.05);
    line-height: 1.75;
}
}

@media (min-width: 1200px) {.course_featuresUIOP .learn_exploresayv {
    gap: 100px;
}.course_featuresUIOP .post_imageULSh {
    height: 550px;
    transform: perspective(1200px) rotateY(5deg) translateX(-30px);
}.course_featuresUIOP .post_imageULSh:hover {
    transform: perspective(1200px) rotateY(0deg) translateX(0);
}.course_featuresUIOP .text_box_wrapPtwi {
    padding: 60px 70px 60px 60px;
}.course_featuresUIOP h3 {
    margin-bottom: 35px;
    font-size: calc(23px * 1.3);
    padding-bottom: 20px;
}.course_featuresUIOP p.description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.course_featuresUIOP {
    padding: 80px 0;
}.course_featuresUIOP .text_box_wrapPtwi {
    padding: 25px 20px;
}.course_featuresUIOP h3 {
    margin-bottom: 20px;
    font-size: calc(19px * 1.1);
    padding-bottom: 12px;
}.course_featuresUIOP p.description {
    font-size: calc(12px * 0.95);
    max-height: 250px;
    line-height: 1.6;
}}.explore_nowauNx {
    overflow: hidden;
    z-index: 1;
    position: relative;
    background-size: 200% 200%;
    background: linear-gradient(130deg, rgb(185,192,215) 0%, rgb(148,162,192) 50%, rgb(185,192,215) 100%);
    animation: gradientFlow 15s ease infinite;
    padding: 120px 0;
}.explore_nowauNx::before {
    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;
    animation: rotateQuantum 30s linear infinite;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    z-index: -1;
    left: 0;
}.explore_nowauNx::after {
    animation: pulseRadial 10s ease-in-out infinite alternate;
    content: '';
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    z-index: -1;
    position: absolute;
    left: -50%;
    top: -50%;
    width: 200%;
    opacity: 0.1;
    height: 200%;
}.explore_nowauNx .creds_blockcmio {
    max-width: 1000px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    padding: 60px 40px;
    margin: 0 auto;
    justify-content: center;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    z-index: 2;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
}.explore_nowauNx .creds_blockcmio::before {
    position: absolute;
    background-size: 40px 40px;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
    left: 0;
    top: 0;
    animation: pulseGrid 4s linear infinite alternate;
    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%);
}.explore_nowauNx .creds_blockcmio::after {
    content: '';
    position: absolute;
    animation: rotateQuantumGradient 20s linear infinite;
    top: -50%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(185,192,215,0.5) 0deg,
        rgb(148,162,192,0.5) 120deg,
        rgb(185,192,215,0.5) 240deg,
        rgb(148,162,192,0.5) 360deg
    );
    width: 200%;
    height: 200%;
    opacity: 0.1;
    z-index: -1;
    left: -50%;
}.explore_nowauNx h3 {
    font-size: 37px;
    letter-spacing: 3px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-family: Arial, sans-serif;
    animation: floatTitle 6s ease-in-out infinite;
    color: #ffffff;
    margin-bottom: 60px;
}.explore_nowauNx h3::before {
    box-shadow: 0 0 10px #ffffff;
    height: 1px;
    bottom: -20px;
    left: 50%;
    position: absolute;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    transform: translateX(-50%);
    content: '';
    width: 80px;
}.explore_nowauNx h3::after {
    width: 100%;
    left: 0;
    top: 0;
    animation: titleScan 3s ease-in-out infinite;
    position: absolute;
    height: 100%;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    content: '';
}.explore_nowauNx .online_contactVBEH {
    padding: 18px 45px;
    letter-spacing: 2px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    font-size: 20px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    transition: all 0.4s ease;
    color: #ffffff;
    font-weight: 600;
    background: transparent;
    z-index: 1;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 15px;
}.explore_nowauNx .online_contactVBEH::before {
    transition: opacity 0.4s ease;
    top: 0;
    z-index: -1;
    background: linear-gradient(
        170deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    width: 100%;
    opacity: 0;
    height: 100%;
    content: '';
    left: 0;
    position: absolute;
}.explore_nowauNx .online_contactVBEH::after {
    height: 200%;
    left: -100px;
    width: 20px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    transform: rotate(35deg);
    content: '';
    transition: all 0.6s ease;
    top: -50%;
    z-index: 2;
    position: absolute;
}.explore_nowauNx .online_contactVBEH:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.2);
    border-color: transparent;
    color: rgb(185,192,215);
    transform: translateY(-5px);
}.explore_nowauNx .online_contactVBEH:hover::before {
    opacity: 1;
}.explore_nowauNx .online_contactVBEH:hover::after {
    left: 120%;
}

@media screen and (max-width: 992px) {.explore_nowauNx {
    padding: 100px 0;
}.explore_nowauNx .creds_blockcmio {
    max-width: 90%;
    padding: 50px 30px;
}.explore_nowauNx h3 {
    letter-spacing: 2.5px;
    margin-bottom: 50px;
    font-size: calc(37px * 0.9);
}.explore_nowauNx h3::before {
    width: 70px;
    bottom: -18px;
}.explore_nowauNx .online_contactVBEH {
    padding: 16px 40px;
    font-size: calc(20px * 0.95);
}
}

@media screen and (max-width: 768px) {.explore_nowauNx {
    padding: 80px 0;
}.explore_nowauNx .creds_blockcmio {
    padding: 40px 25px;
}.explore_nowauNx h3 {
    letter-spacing: 2px;
    font-size: calc(37px * 0.8);
    margin-bottom: 45px;
}.explore_nowauNx h3::before {
    bottom: -15px;
    width: 60px;
}.explore_nowauNx .online_contactVBEH {
    letter-spacing: 1.5px;
    font-size: calc(20px * 0.9);
    padding: 14px 35px;
}
}

@media screen and (max-width: 576px) {.explore_nowauNx {
    padding: 60px 0;
}.explore_nowauNx .creds_blockcmio {
    padding: 30px 20px;
}.explore_nowauNx h3 {
    font-size: calc(37px * 0.7);
    letter-spacing: 1.5px;
    margin-bottom: 40px;
}.explore_nowauNx h3::before {
    width: 50px;
    bottom: -12px;
}.explore_nowauNx .online_contactVBEH {
    font-size: calc(20px * 0.85);
    padding: 12px 30px;
    letter-spacing: 1px;
}}

@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%);
    }
}.privacy_sanctuaryONtZ {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    grid-template-columns: 1fr;
    color: rgb(255, 255, 255, 0.5);
    grid-gap: 30px;
    height: auto;
    width: 100%;
    display: grid;
    background: linear-gradient(135deg, rgb(148,162,192) 25%, rgb(185,192,215) 75%);
    padding: 60px;
}.privacy_sanctuaryONtZ h1 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
    grid-column: span 2;
    border-radius: 10px;
    text-align: center;
    margin-top: 0;
    color: #ffffff;
    background: rgb(185,192,215);
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 48px;
}.privacy_sanctuaryONtZ h2 {
    font-size: 30px;
    border-radius: 10px;
    margin-top: 0;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    background: rgb(148,162,192);
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    text-align: left;
    padding: 10px;
}.privacy_sanctuaryONtZ h3, .privacy_sanctuaryONtZ h4, .privacy_sanctuaryONtZ h5, .privacy_sanctuaryONtZ h6 {
    font-weight: 400;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 19px;
    text-align: left;
    margin-top: 15px;
    border-left: 4px solid rgb(185,192,215);
    margin-bottom: 10px;
}.privacy_sanctuaryONtZ ul, .privacy_sanctuaryONtZ ol {
    padding-left: 20px;
    font-family: Arial, sans-serif;
    list-style-position: inside;
    margin: 15px 0;
    list-style: none;
    border-radius: 10px;
    color: #ffffff;
    line-height: 1.8;
    font-size: 12px;
    padding: 10px;
}.privacy_sanctuaryONtZ li {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.6;
    padding-left: 20px;
}.privacy_sanctuaryONtZ li::before {
    left: -10px;
    background-color: rgb(148,162,192);
    border-radius: 50%;
    top: 50%;
    box-shadow: 0 0 0 2px #ffffff;
    width: 6px;
    transform: translateY(-50%);
    position: absolute;
    height: 6px;
    content: "";
}.privacy_sanctuaryONtZ section {
    grid-template-columns: 1fr 1fr;
    color: #000000;
    grid-gap: 20px;
    background: rgb(219,224,238);
    padding: 20px;
    border-radius: 10px;
    display: grid;
}

@media only screen and (max-width: 800px) {.privacy_sanctuaryONtZ {
    padding: 30px;
    grid-template-columns: 1fr;
}.privacy_sanctuaryONtZ h1 {
    font-size: calc(19px - 8px);
}.privacy_sanctuaryONtZ h2 {
    font-size: calc(19px - 6px);
}.privacy_sanctuaryONtZ h3, .privacy_sanctuaryONtZ h4, .privacy_sanctuaryONtZ h5, .privacy_sanctuaryONtZ h6 {
    font-size: calc(19px - 4px);
}.privacy_sanctuaryONtZ ul, .privacy_sanctuaryONtZ ol {
    padding-left: 15px;
    font-size: calc(12px - 2px);
}.privacy_sanctuaryONtZ section {
    grid-template-columns: 1fr;
}
}