@font-face{font-family:Thmanyah;src:url(/fonts/thmanyahsans-Light.woff2) format("woff2");font-weight:300;font-display:swap}@font-face{font-family:Thmanyah;src:url(/fonts/thmanyahsans-Regular.woff2) format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Thmanyah;src:url(/fonts/thmanyahsans-Medium.woff2) format("woff2");font-weight:500 600;font-display:swap}@font-face{font-family:Thmanyah;src:url(/fonts/thmanyahsans-Bold.woff2) format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Thmanyah;src:url(/fonts/thmanyahsans-Black.woff2) format("woff2");font-weight:800 900;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_book.otf) format("opentype");font-weight:400;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_medium.otf) format("opentype");font-weight:500 600;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_bold.otf) format("opentype");font-weight:700 900;font-display:swap}:root{--accent: #3048A0;--ink: #1E2A5E;--muted: #5A6180;--line: #ececf2}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Thmanyah,Stolzl,system-ui,sans-serif;background:#fff;color:#1e2a5e;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font-family:inherit}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-thumb{background:#d5d5e0;border-radius:8px}@keyframes amFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.am-fade{animation:amFade .4s ease}.hover-lift{transition:all .18s}.hover-lift:hover{box-shadow:0 18px 40px #14142b1f;transform:translateY(-4px)}.hover-card{transition:all .18s}.hover-card:hover{border-color:var(--accent);box-shadow:0 14px 32px #14142b14;transform:translateY(-3px)}.hover-bright{transition:filter .15s}.hover-bright:hover{filter:brightness(1.08)}.link-muted{cursor:pointer;transition:color .15s}.link-muted:hover{color:#fff}.show-md{display:none}@media (max-width: 900px){.grid-collapse-2{grid-template-columns:1fr!important}.hide-md{display:none!important}.show-md{display:flex!important}}@media (max-width: 640px){.grid-collapse-sm{grid-template-columns:1fr!important}.hide-sm{display:none!important}}.toaster{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;gap:10px;align-items:center;pointer-events:none;width:max-content;max-width:92vw}.toast{pointer-events:auto;cursor:pointer;display:flex;align-items:center;gap:10px;background:#fff;color:#1e2a5e;border:1px solid #ececf2;border-inline-start:4px solid #3048A0;border-radius:12px;padding:13px 18px;font-size:14px;font-weight:700;box-shadow:0 12px 34px #141e422e;animation:toastIn .22s ease;min-width:260px}.toast-success{border-inline-start-color:#1a7f4b}.toast-error{border-inline-start-color:#b3261e}.toast-icon{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;color:#fff;flex:none;background:#3048a0}.toast-success .toast-icon{background:#1a7f4b}.toast-error .toast-icon{background:#b3261e}@keyframes toastIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%233048A0' stroke-width='3' stroke-linecap='round'><path d='M6 9l6 6 6-6'/></svg>");background-repeat:no-repeat;background-position:left 12px center;border:1px solid #ececf2;border-radius:10px;padding:10px 14px;padding-inline-start:34px;font:inherit;font-weight:700;color:#1e2a5e;cursor:pointer}select:focus{outline:none;border-color:#3048a0;box-shadow:0 0 0 3px #eef2fb}.video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.video-detail-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.75fr);gap:34px;align-items:start}.video-status-icon{position:relative;display:inline-block;width:22px;height:22px;color:#3048a0}.video-status-icon:before{content:"";position:absolute;inset-inline-start:4px;bottom:2px;width:15px;height:12px;border:2px solid currentColor;border-radius:3px;background:transparent}.video-status-icon:after{content:"";position:absolute;width:10px;height:10px;border:2px solid currentColor;border-bottom:0;border-radius:10px 10px 0 0;top:0;inset-inline-start:2px;transform:rotate(-22deg);transform-origin:bottom center}.video-touch-target{-webkit-tap-highlight-color:rgba(255,255,255,.18);touch-action:manipulation}.video-detail-player{position:relative;aspect-ratio:16 / 9;background:#10152c;border-radius:8px;overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.video-detail-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;-webkit-touch-callout:none}.video-play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;border:0;padding:0;display:grid;place-items:center;background:linear-gradient(180deg,#10152c14,#10152c57);color:#fff}.video-play-cta{border-radius:6px;background:#3048a0;color:#fff;min-height:48px;padding:0 24px;font-weight:900;font-size:16px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 12px 32px #00000047}.video-access-veil{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:22px;background:linear-gradient(180deg,#10152c3d,#10152cc7)}.video-access-card{width:min(440px,100%);border:1px solid rgba(255,255,255,.26);border-radius:8px;background:#fffffff5;padding:22px;text-align:center;color:#14142b;box-shadow:0 18px 42px #00000038}.video-access-icon{width:48px;height:48px;border-radius:50%;background:#eef2fb;color:#3048a0;display:grid;place-items:center;margin:0 auto 12px}.video-access-card h2{margin:0 0 8px;font-size:22px;line-height:1.25;font-weight:900}.video-access-card p{margin:0 0 16px;color:#5a6180;line-height:1.6;font-size:14px}.video-access-button{border:0;border-radius:6px;background:#3048a0;color:#fff;min-height:44px;padding:0 22px;font-weight:900;font-size:15px;cursor:pointer}.video-detail-player-locked{aspect-ratio:auto}.video-detail-player-locked .video-access-veil{position:relative;inset:auto}.secure-video-shell{width:100%;height:100%;position:relative;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;background:#10152c}.secure-video-shell iframe{display:block;width:100%;height:100%;border:0}.student-dashboard{min-height:680px;background:radial-gradient(circle at top left,rgba(48,72,160,.08),transparent 300px),#f6f7fb}.student-dashboard-shell{padding:34px 24px 56px;display:grid;grid-template-columns:238px minmax(0,1fr);gap:22px;align-items:start}.student-sidebar{position:sticky;top:88px;display:grid;gap:8px;padding:16px;border:1px solid #e6e8f0;border-radius:10px;background:#fffffff0;box-shadow:0 14px 34px #141e420d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.student-profile-mini{display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:center;padding-bottom:14px;margin-bottom:8px;border-bottom:1px solid #f0f0f4}.student-profile-mini>span{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#3048a0;color:#fff;font-weight:700}.student-profile-mini strong,.student-profile-mini small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.student-profile-mini small{color:#5a6180;font-size:12px}.student-sidebar button{width:100%;border:0;border-radius:8px;padding:11px 12px;background:transparent;color:#1e2a5e;text-align:start;font:inherit;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px}.student-sidebar button:hover,.student-sidebar button.active{background:#eef2fb;color:#3048a0}.student-sidebar button.danger{color:#b3261e}.student-sidebar button b{min-width:22px;height:22px;border-radius:999px;display:inline-grid;place-items:center;background:#eef2fb;color:#3048a0;font-size:12px}.student-side-verify{display:grid!important;gap:4px!important;align-items:start!important;justify-content:stretch!important;border:1px solid #ececf2!important;background:#fbfcff!important;margin-bottom:6px}.student-side-verify strong,.student-side-verify small{display:block}.student-side-verify small{color:#5a6180;font-size:12px;line-height:1.35}.student-side-verify.verified{border-color:#d5eadf!important;background:#f2fbf6!important;color:#176b45!important}.student-dashboard-main{min-width:0;display:grid;gap:16px}.student-dashboard-topline{display:flex;justify-content:flex-end}.student-mode-toggle{display:inline-flex;gap:4px;padding:4px;border:1px solid #e6e8f0;border-radius:10px;background:#fff}.student-mode-toggle button{border:0;border-radius:7px;background:transparent;color:#5a6180;padding:8px 13px;font:inherit;font-weight:700;cursor:pointer}.student-mode-toggle button.active{background:#3048a0;color:#fff}.student-hero{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:22px 24px;border-radius:10px;background:linear-gradient(135deg,#141e42,#3048a0 68%,#24357a);color:#fff;box-shadow:0 18px 42px #141e4224}.student-hero span{display:block;margin-bottom:6px;color:#ffffffd1;font-size:13px;font-weight:700}.student-hero h1{margin:0 0 7px;font-size:30px;line-height:1.15;letter-spacing:0;font-weight:700}.student-hero p{margin:0;max-width:680px;color:#ffffffd1;line-height:1.6}.student-verification-bar{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px 18px;border:1px solid #e6e8f0;border-inline-start:4px solid #E9BE43;border-radius:10px;background:#fff;box-shadow:0 10px 26px #141e420a}.student-verification-bar strong{display:block;font-weight:700}.student-verification-bar p{margin:4px 0 0;color:#5a6180;line-height:1.55}.student-verification-bar button{border:0;border-radius:8px;background:#3048a0;color:#fff;padding:10px 14px;font:inherit;font-weight:700;cursor:pointer;white-space:nowrap}.student-verification-bar.verified{border-inline-start-color:#1a7f4b}.student-card{border:1px solid #ececf2;border-radius:10px;background:#fff;box-shadow:0 12px 32px #141e420d}.student-metric-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #e6e8f0;border-radius:10px;background:#fff;box-shadow:0 12px 32px #141e420a;overflow:hidden}.student-metric{min-height:84px;padding:16px 18px;border-inline-end:1px solid #edf0f6;display:grid;align-content:center;grid-template-columns:auto 1fr;gap:2px 7px}.student-metric:last-child{border-inline-end:0}.student-metric strong{font-size:28px;line-height:1;color:#3048a0;font-weight:700}.student-metric span{align-self:end;color:#5a6180;font-size:12px;font-weight:600}.student-metric small{grid-column:1 / -1;color:#575e7d;font-size:13px;font-weight:600}.student-card{padding:18px;min-width:0}.student-card:nth-of-type(2n){background:linear-gradient(180deg,#fff,#fbfcff)}.student-dashboard-grid{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);gap:16px}.student-dashboard-grid-uneven{grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr)}.student-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.student-section-heading h2{margin:0;font-size:20px;line-height:1.25}.student-section-heading p{margin:4px 0 0;color:#5a6180;font-size:13px}.student-section-heading span{color:#5a6180;font-size:13px;font-weight:700}.student-section-heading button,.student-action,.student-profile-form button{border:0;border-radius:8px;background:#3048a0;color:#fff;padding:10px 14px;font:inherit;font-weight:700;cursor:pointer;white-space:nowrap}.student-action.secondary{background:#eef2fb;color:#3048a0}.student-action.danger{background:#b3261e}.student-facts{display:grid;gap:10px;margin:0}.student-facts div{display:grid;gap:3px;padding:10px 12px;border-radius:8px;background:#f7f7fb}.student-facts dt{color:#5a6180;font-size:12px;font-weight:700}.student-facts dd{margin:0;font-weight:900;overflow-wrap:anywhere}.student-request-list,.student-course-list,.student-device-list{display:grid;gap:10px}.student-request-row,.student-device-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:12px;border:1px solid #f0f0f4;border-radius:10px;background:#fff}.student-request-row strong,.student-request-row small,.student-device-row strong,.student-device-row small{display:block}.student-request-row small,.student-device-row small,.student-course-meta{color:#5a6180;font-size:12px;line-height:1.5}.student-request-row b{color:#1e2a5e;white-space:nowrap}.student-status{display:inline-flex;align-items:center;min-height:24px;padding:3px 8px;border-radius:999px;background:#eef2fb;color:#3048a0;font-size:12px;font-weight:900;white-space:nowrap}.student-status.status-approved,.student-status.status-active,.student-status.status-paid{background:#e7f6ee;color:#1a7f4b}.student-status.status-pending,.student-status.status-review{background:#fff6dc;color:#8a6d1f}.student-status.status-rejected,.student-status.status-failed,.student-status.status-revoked{background:#fdebea;color:#b3261e}.student-course-row{display:grid;grid-template-columns:132px minmax(0,1fr) auto;gap:14px;align-items:center;padding:12px;border:1px solid #ececf2;border-radius:12px;background:#fff}.student-course-thumb{width:132px;aspect-ratio:16/9;border:0;border-radius:10px;display:grid;place-items:center;background:linear-gradient(150deg,#16255c,#3048a0);cursor:pointer}.student-course-thumb span{width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;border-inline-start:15px solid rgba(255,255,255,.9)}.student-course-body{min-width:0;display:grid;gap:9px}.student-course-title{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.student-course-title small{display:block;color:#5a6180;font-size:12px;margin-bottom:4px;text-transform:capitalize}.student-course-title h3{margin:0;font-size:17px;line-height:1.35}.student-progress-bar{height:8px;border-radius:999px;background:#f0f0f4;overflow:hidden}.student-progress-bar span{display:block;height:100%;border-radius:inherit;background:#3048a0}.student-course-meta{display:flex;flex-wrap:wrap;gap:6px 12px}.student-course-meta .danger{color:#b3261e;font-weight:900}.student-course-meta .success{color:#1a7f4b;font-weight:900}.student-device-row{grid-template-columns:minmax(0,1fr) auto}.student-device-row button{border:1px solid #f5c6c2;border-radius:8px;background:transparent;color:#b3261e;padding:8px 12px;font:inherit;font-weight:900;cursor:pointer}.student-video-card{border-color:#3048a02e}.student-video-list{display:grid;gap:10px}.student-video-row{display:grid;grid-template-columns:190px minmax(0,1fr) auto;gap:16px;align-items:center;padding:14px;border:1px solid #e2e6f5;border-radius:10px;background:linear-gradient(135deg,#fff,#f6f8ff)}.student-video-play{width:190px;aspect-ratio:16/9;border:0;border-radius:8px;display:grid;place-items:center;background:linear-gradient(145deg,#141e42,#3048a0);cursor:pointer;box-shadow:inset 0 0 0 1px #ffffff1f}.student-video-play span{width:42px;height:42px;border-radius:50%;background:#ffffff2e;position:relative}.student-video-play span:after{content:"";position:absolute;top:12px;inset-inline-start:16px;width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;border-inline-start:13px solid #fff}.student-video-body{display:grid;gap:9px;min-width:0}.student-video-body small{display:block;color:#5a6180;font-size:12px;margin-bottom:4px;text-transform:capitalize}.student-video-body h3{margin:0;font-size:18px;line-height:1.3}.student-empty{padding:16px;border-radius:10px;background:#f7f7fb;color:#5a6180;font-weight:700}.student-onboarding-card{border-color:#dde4f6}.student-setup-progress{height:9px;border-radius:999px;background:#edf0f6;overflow:hidden;margin-bottom:14px}.student-setup-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#3048a0,#e9be43)}.student-setup-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.student-setup-list button{border:1px solid #e6e8f0;border-radius:10px;background:#fff;padding:13px;display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;text-align:start;font:inherit;cursor:pointer;color:#1e2a5e}.student-setup-list button>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eef2fb;color:#3048a0;font-weight:700}.student-setup-list button strong,.student-setup-list button small{display:block}.student-setup-list button strong{font-weight:700}.student-setup-list button small{margin-top:4px;color:#5a6180;line-height:1.4}.student-setup-list button.done{border-color:#d5eadf;background:#f6fcf8}.student-setup-list button.done>span{background:#1a7f4b;color:#fff}.student-profile-form form{display:grid;gap:10px;max-width:680px}.student-profile-form h2{margin:0}.student-profile-form p{margin:0;color:#5a6180;line-height:1.6}.student-profile-form label{font-weight:900}.student-profile-form form>div{display:flex;gap:10px;flex-wrap:wrap}.student-profile-form input{flex:1 1 260px;min-height:44px;border:1px solid #ececf2;border-radius:8px;padding:0 13px;font:inherit}.student-error{color:#b3261e!important}@media (max-width: 900px){.video-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.video-detail-grid{grid-template-columns:minmax(0,1fr)}.student-dashboard-shell{grid-template-columns:minmax(0,1fr);padding:22px 16px 44px;gap:14px}.student-dashboard-grid{grid-template-columns:minmax(0,1fr)}.student-hero{align-items:stretch;flex-direction:column;padding:18px}.student-verification-badge{flex-basis:auto}.student-metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.student-metric:nth-child(2){border-inline-end:0}.student-metric:nth-child(n+3){border-top:1px solid #edf0f6}.student-setup-list{grid-template-columns:minmax(0,1fr)}.student-course-row{grid-template-columns:110px minmax(0,1fr)}.student-course-row .student-action{grid-column:1 / -1;justify-self:start}.student-course-thumb{width:110px}.student-video-row{grid-template-columns:122px minmax(0,1fr)}.student-video-row .student-action{grid-column:1 / -1;justify-self:start}.student-video-play{width:122px}}@media (max-width: 600px){.video-category-grid{grid-template-columns:minmax(0,1fr)!important}.video-grid{grid-template-columns:minmax(0,1fr)}.student-hero h1{font-size:25px}.student-metric-strip{grid-template-columns:minmax(0,1fr)}.student-metric{border-inline-end:0;border-top:1px solid #edf0f6;min-height:72px}.student-metric:first-child{border-top:0}.student-dashboard-topline{justify-content:stretch}.student-mode-toggle{display:flex;width:100%}.student-mode-toggle button{flex:1}.student-verification-bar{align-items:stretch;flex-direction:column}.student-verification-bar button{width:100%}.student-card{padding:14px}.student-request-row,.student-course-row{grid-template-columns:minmax(0,1fr)}.student-course-thumb{width:100%}.student-video-row{grid-template-columns:minmax(0,1fr)}.student-video-play{width:100%}.student-course-title{flex-direction:column}.student-section-heading{flex-direction:column;align-items:stretch}.student-section-heading button,.student-action,.student-profile-form button{width:100%}}@media (max-width: 760px){body{font-size:15px}.site-utility-bar{display:none!important}.site-header-inner{height:54px!important;padding:0 16px!important;gap:10px!important}.site-logo{height:32px!important}.show-md[aria-label]{padding:10px!important;border-radius:8px!important}.home-hero-inner{padding:30px 16px 32px!important;gap:18px!important}.home-hero-title{font-size:29px!important;line-height:1.15!important;letter-spacing:0!important;margin-bottom:10px!important}.home-hero-copy{font-size:14px!important;line-height:1.5!important;margin-bottom:16px!important}.home-hero-actions{gap:8px!important;margin-bottom:16px!important}.home-hero-actions button{flex:1 1 132px;min-height:40px;padding:10px 13px!important;border-radius:8px!important;font-size:13px!important}.home-hero-trust{gap:8px 14px!important;font-size:12px!important}.home-hero-media>div:first-child{max-width:250px!important;border-radius:12px!important}.home-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:20px 16px!important;gap:14px!important}.home-stats-grid>div>div:first-child{font-size:24px!important}.home-stats-grid>div>div:last-child{font-size:13px!important}.home-section{padding:34px 16px 28px!important}.home-carousel{padding-bottom:12px!important}.home-business-banner{margin:28px auto!important;padding-top:0!important;padding-bottom:0!important}.home-business-banner>div{padding:28px 20px!important;border-radius:14px!important;gap:20px!important}.home-final-cta{margin-bottom:36px!important;padding-top:0!important}.home-final-cta>div{padding:30px 18px!important;border-radius:14px!important}.section-heading{align-items:flex-start!important;margin-bottom:16px!important;gap:10px!important}.section-heading h2{font-size:24px!important;line-height:1.25!important;letter-spacing:0!important}.section-heading p{font-size:14px!important;line-height:1.5!important}.home-category-grid.grid-collapse-sm,.video-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.home-category-grid button>div:last-child{padding:12px!important}.home-category-grid button>div:last-child>div:first-child{font-size:14px!important;line-height:1.35!important}.video-category-grid{margin-bottom:18px!important}.video-category-card{min-height:auto!important;padding:8px!important}.video-category-card img,.video-category-card>span[aria-hidden]{margin-bottom:8px!important}.video-category-card>span:last-child{font-size:13px!important;line-height:1.25!important}.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.video-grid article{border-radius:6px!important}.video-grid article>div{padding:10px!important}.video-grid h3{font-size:15px!important;line-height:1.3!important}.video-grid p{font-size:12px!important;line-height:1.45!important}.video-grid a{min-height:34px!important;padding:0 9px!important;font-size:12px!important}.videos-page{padding:28px 0 44px!important}.videos-page>div,.video-detail-page>div{padding-left:16px!important;padding-right:16px!important}.videos-page-header{margin-bottom:18px!important}.videos-page-title{font-size:26px!important;letter-spacing:0!important}.videos-page-copy{font-size:14px!important;line-height:1.55!important}.videos-search-form{max-width:none!important;margin-bottom:14px!important}.videos-search-form input{height:40px!important;font-size:14px!important}.videos-search-form button{height:40px!important;padding:0 14px!important;font-size:14px!important}.video-detail-page{padding:24px 0 44px!important}.video-detail-grid{gap:18px!important}.video-detail-player{border-radius:6px!important}.video-access-veil{padding:14px!important}.video-access-card{padding:18px 14px!important;border-radius:8px!important}.video-access-card h2{font-size:18px!important}.video-access-card p{font-size:13px!important;margin-bottom:14px!important}.video-access-button{width:100%!important;padding:0 14px!important;font-size:14px!important}.video-play-cta{min-height:44px!important;padding:0 18px!important;font-size:15px!important}.video-detail-title{font-size:26px!important;line-height:1.25!important}}@media (max-width: 360px){.video-grid{grid-template-columns:minmax(0,1fr)!important}}
