:root{--ob-primary:#7a5af8;--ob-accent:#b656e2;--ob-gradient:linear-gradient(135deg, #7a5af8 0%, #b656e2 100%);--ob-text:#1a1a1a;--ob-muted:#6b7280;--ob-bg-light:#f6f8ff;--ob-section-gap:5rem;--ob-radius:1.5rem;--ob-container:1200px}.ob-about{color:var(--ob-text);background:#fff;width:100%;font-family:Poppins,sans-serif;overflow-x:hidden}.ob-container{max-width:var(--ob-container);margin:0 auto;padding:0 1.5rem}.ob-reveal{opacity:0;transition:opacity .75s cubic-bezier(.4,0,.2,1),transform .75s cubic-bezier(.4,0,.2,1);transform:translateY(32px)}.ob-reveal.ob-visible{opacity:1;transform:none}.ob-delay-1{transition-delay:.1s}.ob-delay-2{transition-delay:.2s}.ob-delay-3{transition-delay:.3s}.ob-delay-4{transition-delay:.4s}.ob-hero{background:#f3f4ff;position:relative;overflow:hidden}.ob-hero:before{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%237A5AF8' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;top:0;bottom:0;left:0;right:0}.ob-hero-inner{max-width:var(--ob-container);margin:0 auto;padding:3rem 2.5rem;animation:.9s ease-out forwards obFadeUp;position:relative}@keyframes obFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.ob-hero-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#000;white-space:normal;background:#ebe9fe;border-radius:8px;width:-moz-fit-content;width:fit-content;max-width:100%;margin-bottom:1rem;padding:4px 10px;font-size:.7rem;font-weight:600;line-height:1.4;display:inline-block}.ob-hero-title{letter-spacing:-.8px;color:#111;width:1280px;height:152px;margin-bottom:1rem;font-size:64px;font-weight:400;line-height:76px}.ob-hero-title .ob-highlight{background:linear-gradient(#904fb3,#4946f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ob-hero-subtitle{color:#737373;max-width:800px;margin-bottom:2rem;font-size:18px;font-weight:400;line-height:28px}.ob-section{padding:var(--ob-section-gap) 0}.ob-section-alt{background:#fff}.ob-section-header{text-align:center;margin-bottom:3.5rem}.ob-section-header h2{color:#000;letter-spacing:-.4px;text-align:center;margin-bottom:.75rem;font-size:48px;font-weight:400;line-height:58px}.ob-section-header p{color:var(--ob-muted);max-width:600px;margin:0 auto;font-size:1rem;line-height:1.6}.ob-about-grid{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.ob-about-col{border-bottom:3px solid #7a5af8;border-radius:.5rem .5rem 0 0;padding:2rem 2.5rem}.ob-about-col p{color:#374151;text-align:center;font-size:.975rem;line-height:1.8}.ob-exam-section{padding:var(--ob-section-gap) 0}.ob-exam-block{background:#f3f4ff;border-radius:2rem;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-bottom:2.5rem;padding:3.5rem;display:grid}.ob-exam-block.ob-reverse{grid-template-areas:"img text"}.ob-exam-block.ob-reverse .ob-exam-text{grid-area:text}.ob-exam-block.ob-reverse .ob-exam-img-wrap{grid-area:img}.ob-exam-text h3{color:#000;letter-spacing:-.3px;margin-bottom:1.25rem;font-size:40px;font-weight:400;line-height:48px}.ob-exam-text p{color:#374151;max-width:94%;font-size:.95rem;line-height:1.8}.ob-exam-img-wrap{border-radius:1.5rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001f}.ob-exam-img-wrap img{object-fit:cover;aspect-ratio:4/3;border-radius:1.5rem;width:100%;height:auto;display:block}.ob-img-caption{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#111;background:#ffffffb2;border-radius:999px;padding:.4rem .85rem;font-size:.78rem;font-weight:600;position:absolute;top:1rem;left:1rem;box-shadow:0 2px 8px #0000001a}.ob-section-highlights{background:#eef0ff}.ob-section-highlights .ob-section-header,.ob-section-highlights .ob-section-header h2,.ob-section-highlights .ob-section-header .offline-main-title{text-align:left}.ob-section-highlights .ob-section-header p{text-align:left;margin:0}.ob-highlights-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:.5rem;display:grid}.ob-highlight-card{text-align:left;background:#fff;border:1px solid #0000000a;border-radius:1.5rem;flex-direction:column;align-items:flex-start;padding:2.5rem 1.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 2px 16px #0000000d}.ob-highlight-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #7a5af824}.ob-highlight-card:hover .ob-highlight-icon{background:var(--ob-primary);color:#fff;animation:none;box-shadow:0 0 0 10px #7a5af800}.ob-highlight-icon{color:#111;background:#ede9fe;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;font-size:1.6rem;transition:all .3s;animation:2s infinite obIconPulse;display:flex}@keyframes obIconPulse{0%{box-shadow:0 0 #7a5af866}70%{box-shadow:0 0 0 10px #7a5af800}to{box-shadow:0 0 #7a5af800}}.ob-highlight-card h4{color:#000;letter-spacing:-.4px;font-size:20px;font-weight:400;line-height:34px}.ob-details-box{background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;margin-top:2.5rem;overflow:hidden;box-shadow:0 10px 30px #0000000a,0 4px 6px #00000005}.ob-details-grid{grid-template-columns:repeat(4,1fr);width:100%;display:grid}.ob-detail-cell{box-sizing:border-box;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;padding:1.75rem 1.5rem}.ob-detail-cell:nth-child(4n){border-right:none}.ob-detail-cell:nth-last-child(-n+4){border-bottom:none}.ob-detail-label{text-transform:uppercase;letter-spacing:.28px;color:#424242;margin-bottom:.6rem;font-size:14px;font-weight:400;line-height:16.5px;display:block}.ob-detail-value{color:#000;font-size:24px;font-weight:400;line-height:22.4px}.ob-details-cta{text-align:center;margin-top:2rem}.ob-details-note{color:#353535;margin-bottom:1.25rem;font-size:14px;font-weight:400;line-height:20px}@media (max-width:1024px){.ob-highlights-grid,.ob-details-grid{grid-template-columns:repeat(2,1fr)}.ob-detail-cell:nth-child(4n){border-right:1px solid #e2e8f0}.ob-detail-cell:nth-last-child(-n+4){border-bottom:1px solid #e2e8f0}.ob-detail-cell:nth-child(2n){border-right:none}.ob-detail-cell:nth-child(odd){border-right:1px solid #e2e8f0}.ob-detail-cell:nth-last-child(-n+2){border-bottom:none}}@media (max-width:768px){:root{--ob-section-gap:2rem}.ob-section{padding:2rem 1rem}.ob-hero-title{letter-spacing:-.3px;width:auto;height:auto;font-size:2rem;line-height:1.25}.ob-hero{padding:2.5rem 1rem 3rem}.ob-hero-inner{padding:1.5rem 1.25rem}.ob-hero-subtitle{margin-bottom:1.5rem;font-size:14px;line-height:22px}.ob-section-header h2{letter-spacing:-.2px;font-size:28px;line-height:36px}.ob-exam-text h3{letter-spacing:-.2px;font-size:24px;line-height:32px}.ob-exam-block{grid-template-columns:1fr;gap:1.75rem;padding:2rem 1.5rem;grid-template-areas:"text""img"!important}.ob-exam-block.ob-reverse .ob-exam-text{grid-area:text}.ob-exam-block.ob-reverse .ob-exam-img-wrap{grid-area:img}.ob-exam-img-wrap{max-width:450px;margin:0 auto}.ob-exam-img-wrap img{aspect-ratio:16/9}.ob-highlights-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.ob-highlight-card{text-align:left;align-items:flex-start;padding:2.25rem 1.25rem}.ob-details-grid{grid-template-columns:1fr 1fr;display:grid}.ob-details-left,.ob-details-right{flex-direction:column;display:flex}.ob-detail-cell{height:auto;border-bottom:1px solid #cbd5e166!important;border-right:1px solid #cbd5e166!important}.ob-details-right .ob-detail-cell{border-right:none!important}.ob-details-left .ob-detail-cell:last-child,.ob-details-right .ob-detail-cell:last-child{border-bottom:none!important}.heading-br{display:none!important}.offline-section-desc{margin-bottom:1.5rem!important;line-height:1.5!important}.ob-section-header{margin-bottom:2rem!important}}@media (max-width:480px){.ob-hero-title{font-size:1.6rem}.ob-section-header h2{font-size:2rem;font-weight:500}.ob-exam-text h3{font-size:1.5rem;font-weight:500}.ob-about-grid{grid-template-columns:1fr;gap:1.25rem}.ob-about-col p{text-align:left}.ob-about-col{padding:1rem}.ob-exam-block{padding:1.25rem 1rem}.offline-main-title{text-align:left!important}.ob-section-header,.ob-section-header h2,.ob-section-header p{margin-left:0;text-align:left!important}.ob-highlight-card h4{font-size:1.2rem}.ob-section-highlights .ob-section-header,.ob-section-highlights .ob-section-header h2,.ob-section-highlights .ob-section-header .offline-main-title,.ob-section-highlights .ob-section-header p{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.ob-highlights-grid{grid-template-columns:1fr;gap:1rem}.ob-highlight-card{flex-direction:column;padding:2.25rem 1.25rem;display:flex;text-align:center!important;align-items:center!important}.ob-highlight-icon{margin:0 auto 1.25rem;position:static}.ob-details-grid{grid-template-columns:1fr 1fr;display:grid}.ob-details-left,.ob-details-right{flex-direction:column;display:flex}.ob-detail-cell{padding:1.25rem 1rem}.ob-detail-value{word-break:break-word;font-size:1.15rem}}
