.page-module__BIOBnW__main{width:100%}.page-module__BIOBnW__hero{background-color:var(--bg-navy);min-height:90vh;padding:calc(80px + var(--space-md)) 0 var(--space-lg) 0;align-items:center;display:flex;position:relative;overflow:hidden}@media (min-width:992px){.page-module__BIOBnW__hero{padding:calc(80px + var(--space-xl)) 0 var(--space-xl) 0}}.page-module__BIOBnW__heroBg{z-index:0;background-image:url(/images/hero-bg.jpg);background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.page-module__BIOBnW__heroBg:after{content:"";z-index:1;background:linear-gradient(90deg,#0a192fd9 0%,#0a192f33 100%);width:100%;height:100%;position:absolute;top:0;left:0}.page-module__BIOBnW__heroGlow{filter:blur(60px);z-index:2;background:radial-gradient(circle,#ff6b3526 0%,#0a192f00 70%);border-radius:50%;width:60%;height:80%;position:absolute;top:-20%;right:-10%}.page-module__BIOBnW__heroGlow2{filter:blur(60px);z-index:2;background:radial-gradient(circle,#3b82f61a 0%,#0a192f00 70%);border-radius:50%;width:50%;height:60%;position:absolute;bottom:-20%;left:-10%}.page-module__BIOBnW__heroContainer{z-index:1;gap:var(--space-2xl);grid-template-columns:1fr;align-items:center;display:grid;position:relative}@media (min-width:1024px){.page-module__BIOBnW__heroContainer{grid-template-columns:1.2fr 1fr}}.page-module__BIOBnW__heroContent{color:var(--text-white)}.page-module__BIOBnW__heroBadge{border-radius:var(--radius-full);margin-bottom:var(--space-lg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #ffffff1a;align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;font-weight:500;display:inline-flex}.page-module__BIOBnW__pulse{background-color:var(--primary-orange);border-radius:50%;width:8px;height:8px;position:relative}.page-module__BIOBnW__pulse:after{content:"";background-color:var(--primary-orange);border-radius:50%;width:100%;height:100%;animation:2s infinite page-module__BIOBnW__pulse-anim;position:absolute}@keyframes page-module__BIOBnW__pulse-anim{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(3)}}.page-module__BIOBnW__heroSubtitle{color:#ffffffe6;max-width:500px;margin-bottom:var(--space-xl);text-shadow:0 2px 10px #00000080;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.page-module__BIOBnW__heroTitle{margin-bottom:var(--space-md);letter-spacing:-1px;text-shadow:0 4px 20px #00000080;font-size:clamp(2rem,8vw,4rem);font-weight:800;line-height:1.1}.page-module__BIOBnW__heroDesc{color:var(--text-light);margin-bottom:var(--space-xl);max-width:90%;font-size:1.125rem;line-height:1.6}.page-module__BIOBnW__heroActions{gap:var(--space-sm);margin-bottom:var(--space-2xl);flex-wrap:wrap;display:flex}.page-module__BIOBnW__heroStats{align-items:center;gap:var(--space-md);padding-top:var(--space-lg);border-top:1px solid #ffffff1a;flex-wrap:wrap;display:flex}.page-module__BIOBnW__statItem{flex-direction:column;gap:4px;display:flex}.page-module__BIOBnW__statNumber{color:var(--primary-orange);font-size:1.5rem;font-weight:700}.page-module__BIOBnW__statLabel{color:var(--text-light);font-size:.875rem}.page-module__BIOBnW__statDivider{background-color:#ffffff1a;width:1px;height:40px}.page-module__BIOBnW__heroImageWrapper{justify-content:center;align-items:center;display:flex;position:relative}.page-module__BIOBnW__mockImage{text-align:center;flex-direction:column;align-items:center;display:flex}.page-module__BIOBnW__cardLogo{width:200px;height:200px;margin-bottom:var(--space-md);border:3px solid #ffffffe6;border-radius:50%;animation:5s ease-in-out infinite page-module__BIOBnW__float-card-logo}@keyframes page-module__BIOBnW__float-card-logo{0%{transform:translateY(0);box-shadow:0 0 20px #ffffff4d,0 0 40px #ffffff1a}50%{transform:translateY(-10px);box-shadow:0 0 30px #ffffffb3,0 0 60px #ffffff4d}to{transform:translateY(0);box-shadow:0 0 20px #ffffff4d,0 0 40px #ffffff1a}}.page-module__BIOBnW__mockImage h3{margin-bottom:var(--space-xs);color:var(--text-white);text-shadow:0 2px 8px #00000080;font-size:2.2rem}.page-module__BIOBnW__mockImage p{color:#fffffff2;text-shadow:0 2px 4px #00000080;font-size:1.25rem;font-weight:500}.page-module__BIOBnW__section{padding:var(--space-2xl) 0}.page-module__BIOBnW__bgGray{background-color:#f1f5f9}.page-module__BIOBnW__sectionHeader{margin-bottom:var(--space-xl);justify-content:space-between;align-items:flex-end;display:flex}.page-module__BIOBnW__sectionTitle{letter-spacing:-.5px;font-size:2.5rem;font-weight:700}.page-module__BIOBnW__linkArrow{color:var(--primary-orange);align-items:center;gap:4px;font-weight:600;transition:gap .3s;display:inline-flex}.page-module__BIOBnW__linkArrow:hover{gap:8px}.page-module__BIOBnW__featuresGrid{gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.page-module__BIOBnW__featureCard{background:var(--bg-white);padding:var(--space-xl);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);flex-direction:column;transition:all .3s;display:flex}.page-module__BIOBnW__featureCard:hover{box-shadow:var(--shadow-lg);border-color:#ff6b354d;transform:translateY(-8px)}.page-module__BIOBnW__featureIconEmoji{margin-bottom:var(--space-sm);font-size:3rem}.page-module__BIOBnW__featureTitle{margin-bottom:var(--space-sm);color:var(--text-dark);font-size:1.25rem;font-weight:700}.page-module__BIOBnW__featureDesc{color:var(--text-gray);flex:1;line-height:1.6}.page-module__BIOBnW__ctaSection{background:linear-gradient(135deg, var(--primary-orange) 0%, #d9561a 100%);padding:var(--space-2xl) 0;color:#fff;margin:var(--space-2xl) 0}.page-module__BIOBnW__ctaContainer{text-align:center;align-items:center;gap:var(--space-lg);flex-direction:column;display:flex}@media (min-width:768px){.page-module__BIOBnW__ctaContainer{text-align:left;flex-direction:row;justify-content:space-between}}.page-module__BIOBnW__ctaContent h2{margin-bottom:var(--space-xs);font-size:2.5rem;font-weight:700}.page-module__BIOBnW__ctaContent p{opacity:.9;max-width:600px;font-size:1.125rem}.page-module__BIOBnW__btnWhite{color:var(--primary-orange);border-radius:var(--radius-full);background:#fff;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;transition:transform .3s;display:inline-block;box-shadow:0 10px 25px #0000001a}.page-module__BIOBnW__btnWhite:hover{transform:translateY(-4px)}.page-module__BIOBnW__newsGrid{gap:var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.page-module__BIOBnW__newsCard{background:var(--bg-white);padding:var(--space-xl);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all .3s;position:relative}.page-module__BIOBnW__newsCard:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.page-module__BIOBnW__newsDate{background:var(--primary-orange);color:#fff;border-radius:var(--radius-full);padding:8px 16px;font-size:.875rem;font-weight:700;position:absolute;top:0;right:2rem;transform:translateY(-50%)}.page-module__BIOBnW__newsCategory{color:var(--text-gray);text-transform:uppercase;margin-bottom:var(--space-sm);font-size:.875rem;font-weight:600}.page-module__BIOBnW__newsTitle{margin-bottom:var(--space-sm);font-size:1.25rem;font-weight:700;line-height:1.4}.page-module__BIOBnW__newsDesc{color:var(--text-gray);margin-bottom:var(--space-md);-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:1.6;display:-webkit-box;overflow:hidden}.page-module__BIOBnW__newsLink{color:var(--primary-orange);font-size:.95rem;font-weight:600}
.applicationSection-module__yUNfmW__section{padding:var(--space-2xl) 0;background-color:var(--bg-white);position:relative}.applicationSection-module__yUNfmW__container{gap:var(--space-2xl);grid-template-columns:1fr;display:grid}@media (min-width:1024px){.applicationSection-module__yUNfmW__container{grid-template-columns:1.2fr 1fr;align-items:stretch}}.applicationSection-module__yUNfmW__header{margin-bottom:var(--space-xl)}.applicationSection-module__yUNfmW__title{margin-bottom:var(--space-md);color:var(--text-dark);letter-spacing:-.5px;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.1}.applicationSection-module__yUNfmW__desc{color:var(--text-gray);font-size:1.125rem;line-height:1.6}.applicationSection-module__yUNfmW__form{gap:var(--space-lg);flex-direction:column;display:flex}.applicationSection-module__yUNfmW__formGrid{gap:var(--space-lg);grid-template-columns:1fr;display:grid}@media (min-width:768px){.applicationSection-module__yUNfmW__formGrid{grid-template-columns:1fr 1fr}}.applicationSection-module__yUNfmW__inputGroup{flex-direction:column;display:flex;position:relative}.applicationSection-module__yUNfmW__inputGroup input,.applicationSection-module__yUNfmW__inputGroup textarea,.applicationSection-module__yUNfmW__inputGroup select{background:var(--bg-main);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-dark);outline:none;padding:1.25rem 1rem .5rem;font-size:1rem;transition:all .2s}.applicationSection-module__yUNfmW__inputGroup select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em;padding:.875rem 1rem}.applicationSection-module__yUNfmW__inputGroup input:focus,.applicationSection-module__yUNfmW__inputGroup textarea:focus,.applicationSection-module__yUNfmW__inputGroup select:focus{border-color:var(--primary-orange);background:var(--bg-white);box-shadow:0 0 0 4px var(--primary-orange-glow)}.applicationSection-module__yUNfmW__inputGroup label{color:var(--text-light);pointer-events:none;font-size:1rem;transition:all .2s;position:absolute;top:1rem;left:1rem}.applicationSection-module__yUNfmW__inputGroup input:focus~label,.applicationSection-module__yUNfmW__inputGroup input:not(:placeholder-shown)~label,.applicationSection-module__yUNfmW__inputGroup textarea:focus~label,.applicationSection-module__yUNfmW__inputGroup textarea:not(:placeholder-shown)~label{color:var(--primary-orange);font-size:.75rem;font-weight:600;top:.35rem}.applicationSection-module__yUNfmW__privacyNote{color:var(--text-gray);background:var(--bg-main);padding:var(--space-sm);border-radius:var(--radius-sm);border-left:3px solid var(--primary-orange);font-size:.875rem;line-height:1.5}.applicationSection-module__yUNfmW__submitBtn{width:100%;padding:1.25rem!important;font-size:1.125rem!important}.applicationSection-module__yUNfmW__loadingBtn{opacity:.7;cursor:not-allowed}.applicationSection-module__yUNfmW__errorAlert{color:#b91c1c;padding:var(--space-md);border-radius:var(--radius-md);background-color:#fee2e2;font-weight:500}.applicationSection-module__yUNfmW__successState{padding:var(--space-2xl);border-radius:var(--radius-lg);text-align:center;align-items:center;gap:var(--space-md);background-color:#f0fdf4;border:1px solid #bbf7d0;flex-direction:column;display:flex}.applicationSection-module__yUNfmW__successIcon{color:#16a34a}.applicationSection-module__yUNfmW__successState h3{color:#166534;font-size:1.5rem}.applicationSection-module__yUNfmW__successState p{color:#15803d}.applicationSection-module__yUNfmW__mapColumn{gap:var(--space-lg);flex-direction:column;display:flex}.applicationSection-module__yUNfmW__mapWrapper{border-radius:var(--radius-lg);width:100%;height:400px;box-shadow:var(--shadow-md);position:relative;overflow:hidden}@media (min-width:1024px){.applicationSection-module__yUNfmW__mapWrapper{height:100%;min-height:500px}}.applicationSection-module__yUNfmW__mapIframe{border:0;width:100%;height:100%}.applicationSection-module__yUNfmW__mapPlaceholder{background:var(--bg-main);justify-content:center;align-items:center;gap:var(--space-sm);width:100%;height:100%;color:var(--text-gray);flex-direction:column;font-weight:500;display:flex}.applicationSection-module__yUNfmW__floatingLocationCard{bottom:var(--space-md);left:var(--space-md);right:var(--space-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:var(--space-md);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);background:#fffffff2;border:1px solid #0000000d;position:absolute}@media (min-width:768px){.applicationSection-module__yUNfmW__floatingLocationCard{width:320px;right:auto}}.applicationSection-module__yUNfmW__cardTitle{color:var(--text-dark);margin-bottom:4px;font-size:1.125rem;font-weight:700}.applicationSection-module__yUNfmW__cardAddress{color:var(--text-gray);margin-bottom:var(--space-md);font-size:.875rem;font-style:normal;line-height:1.5}.applicationSection-module__yUNfmW__directionsBtn{background:var(--bg-navy);color:var(--text-white);border-radius:var(--radius-full);align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.applicationSection-module__yUNfmW__directionsBtn:hover{background:var(--primary-orange)}.applicationSection-module__yUNfmW__contactInfo{gap:var(--space-sm);flex-direction:column;display:flex}@media (min-width:768px){.applicationSection-module__yUNfmW__contactInfo{flex-flow:wrap}}.applicationSection-module__yUNfmW__contactItem{align-items:center;gap:var(--space-md);background:var(--bg-main);padding:var(--space-md);border-radius:var(--radius-md);border:1px solid var(--border-color);flex:1;transition:all .2s;display:flex}.applicationSection-module__yUNfmW__contactItem:hover{background:var(--bg-white);box-shadow:var(--shadow-sm);border-color:var(--primary-orange)}.applicationSection-module__yUNfmW__actionIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.applicationSection-module__yUNfmW__whatsappIcon{color:#25d366;background:#25d3661a}.applicationSection-module__yUNfmW__whatsappIcon:hover{color:#fff;background:#25d366;box-shadow:0 4px 12px #25d3664d}.applicationSection-module__yUNfmW__phoneIcon{background:var(--primary-orange-glow);color:var(--primary-orange)}.applicationSection-module__yUNfmW__phoneIcon:hover{background:var(--primary-orange);color:#fff;box-shadow:var(--shadow-glow)}.applicationSection-module__yUNfmW__iconBox{border-radius:var(--radius-full);background:var(--primary-orange-glow);width:48px;height:48px;color:var(--primary-orange);justify-content:center;align-items:center;display:flex}.applicationSection-module__yUNfmW__itemLabel{color:var(--text-gray);text-transform:uppercase;font-size:.75rem;font-weight:600;display:block}.applicationSection-module__yUNfmW__itemValue{color:var(--text-dark);white-space:nowrap;font-weight:700;display:block}
.heroSlider-module__uRXNWW__sliderContainer{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.heroSlider-module__uRXNWW__slide{opacity:0;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity 1.5s ease-in-out,transform 10s linear;position:absolute;top:0;left:0;transform:scale(1)}.heroSlider-module__uRXNWW__slide.heroSlider-module__uRXNWW__active{opacity:1;transform:scale(1.15)}.heroSlider-module__uRXNWW__video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.heroSlider-module__uRXNWW__overlay{z-index:1;background:linear-gradient(90deg,#0a192f80 0%,#0a192f1a 100%);width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:768px){.heroSlider-module__uRXNWW__overlay{background:linear-gradient(#0a192f4d 0%,#0a192f99 100%)}}
.testimonials-module__zXKdKW__section{background-color:#f8fafc;padding:5rem 0}.testimonials-module__zXKdKW__header{text-align:center;margin-bottom:4rem}.testimonials-module__zXKdKW__title{color:var(--bg-navy);margin-top:.5rem;font-size:2.2rem}.testimonials-module__zXKdKW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.testimonials-module__zXKdKW__card{background:#fff;border-radius:12px;padding:2rem;transition:transform .3s;box-shadow:0 10px 25px -5px #0000000d}.testimonials-module__zXKdKW__card:hover{transform:translateY(-5px)}.testimonials-module__zXKdKW__stars{color:#fbbf24;margin-bottom:1rem;font-size:1.2rem}.testimonials-module__zXKdKW__star{margin-right:4px}.testimonials-module__zXKdKW__content{color:#4b5563;margin-bottom:1.5rem;font-size:1.05rem;font-style:italic;line-height:1.6}.testimonials-module__zXKdKW__author{border-top:1px solid #e5e7eb;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.testimonials-module__zXKdKW__avatar{background-color:var(--primary-orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;font-weight:700;display:flex}.testimonials-module__zXKdKW__info h4{color:var(--bg-navy);margin:0;font-size:1rem}.testimonials-module__zXKdKW__info span{color:#6b7280;font-size:.85rem}
.promoModal-module__KmCCBa__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background-color:#0f172ab3;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.4s ease-out promoModal-module__KmCCBa__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes promoModal-module__KmCCBa__fadeIn{0%{opacity:0}to{opacity:1}}.promoModal-module__KmCCBa__modal{background:#fff;border-radius:16px;flex-direction:row;width:90%;max-width:800px;animation:.5s cubic-bezier(.16,1,.3,1) promoModal-module__KmCCBa__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes promoModal-module__KmCCBa__slideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.promoModal-module__KmCCBa__closeBtn{cursor:pointer;color:#64748b;z-index:10;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:15px;right:15px;box-shadow:0 4px 6px -1px #0000001a}.promoModal-module__KmCCBa__closeBtn:hover{color:#0f172a;background:#f1f5f9}.promoModal-module__KmCCBa__imageContainer{background:linear-gradient(135deg,#1e3a8a,#3b82f6);width:45%;display:none;position:relative}@media (min-width:768px){.promoModal-module__KmCCBa__imageContainer{display:block}}.promoModal-module__KmCCBa__badge{color:#854d0e;background:#fbbf24;border-radius:20px;padding:6px 12px;font-size:.85rem;font-weight:700;position:absolute;top:20px;left:20px}.promoModal-module__KmCCBa__content{flex:1;padding:2.5rem}.promoModal-module__KmCCBa__title{color:#1e293b;margin-bottom:1rem;font-size:1.8rem;line-height:1.2}.promoModal-module__KmCCBa__desc{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.promoModal-module__KmCCBa__infoBox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding:1rem;display:flex}.promoModal-module__KmCCBa__icon{color:#3b82f6;margin-top:3px}.promoModal-module__KmCCBa__infoBox strong{color:#334155;display:block}.promoModal-module__KmCCBa__infoBox span{color:#64748b;font-size:.9rem}.promoModal-module__KmCCBa__actions{gap:1rem;display:flex}.promoModal-module__KmCCBa__btnPrimary{background:var(--primary-orange,#f97316);color:#fff;text-align:center;border-radius:8px;flex:1;padding:.8rem 1.5rem;font-weight:600;text-decoration:none;transition:opacity .2s}.promoModal-module__KmCCBa__btnPrimary:hover{opacity:.9}.promoModal-module__KmCCBa__btnSecondary{color:#64748b;cursor:pointer;background:0 0;border:1px solid #cbd5e1;border-radius:8px;flex:1;padding:.8rem 1.5rem;font-weight:600;transition:all .2s}.promoModal-module__KmCCBa__btnSecondary:hover{color:#334155;background:#f1f5f9}
.examCountdown-module__43HcHW__countdownSection{padding:var(--space-2xl) 0;z-index:10;background:linear-gradient(135deg,#ff6b350d 0%,#0a192f0d 100%);border-bottom:1px solid #0000000d;position:relative}.examCountdown-module__43HcHW__containerLoading{height:200px;padding:var(--space-2xl) 0;background:linear-gradient(135deg,#ff6b350d 0%,#0a192f0d 100%)}.examCountdown-module__43HcHW__grid{gap:var(--space-xl);grid-template-columns:1fr;display:grid}@media (min-width:992px){.examCountdown-module__43HcHW__grid{grid-template-columns:1fr 1fr}}.examCountdown-module__43HcHW__timerCard{border-radius:var(--radius-xl);padding:var(--space-xl);border-top:4px solid var(--primary-orange);background:#fff;flex-direction:column;align-items:center;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.examCountdown-module__43HcHW__timerCard:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#ff6b350d,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.examCountdown-module__43HcHW__timerCard:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001f}.examCountdown-module__43HcHW__title{color:var(--text-dark);margin-bottom:var(--space-lg);text-align:center;font-size:1.5rem;font-weight:700}.examCountdown-module__43HcHW__titleHighlight{color:var(--primary-orange)}.examCountdown-module__43HcHW__timerGrid{justify-content:center;align-items:center;gap:4px;display:flex}@media (min-width:480px){.examCountdown-module__43HcHW__timerGrid{gap:12px}}.examCountdown-module__43HcHW__timeBox{background:var(--bg-navy);color:#fff;border-radius:var(--radius-lg);flex-direction:column;justify-content:center;align-items:center;min-width:65px;padding:12px 4px;display:flex;box-shadow:inset 0 -4px #0003,0 4px 10px #0a192f33}@media (min-width:480px){.examCountdown-module__43HcHW__timeBox{min-width:80px;padding:16px 8px}}.examCountdown-module__43HcHW__number{font-variant-numeric:tabular-nums;margin-bottom:4px;font-size:1.75rem;font-weight:800;line-height:1}@media (min-width:480px){.examCountdown-module__43HcHW__number{font-size:2.5rem}}.examCountdown-module__43HcHW__label{text-transform:uppercase;letter-spacing:1px;color:#ffffffb3;font-size:.65rem;font-weight:600}@media (min-width:480px){.examCountdown-module__43HcHW__label{font-size:.75rem}}.examCountdown-module__43HcHW__separator{color:var(--text-gray);margin-bottom:20px;font-size:1.5rem;font-weight:700;animation:1s step-start infinite examCountdown-module__43HcHW__blink}@media (min-width:480px){.examCountdown-module__43HcHW__separator{font-size:2rem}}@keyframes examCountdown-module__43HcHW__blink{50%{opacity:0}}
