@charset "UTF-8";.course-card{background:var(--color-surface);overflow:hidden;border:1px solid var(--color-border);border-radius:0;transition:box-shadow .25s ease,border-color .25s ease,transform .25s ease;height:100%;display:flex;flex-direction:column;position:relative;box-shadow:var(--shadow-sm)}.course-card:hover{box-shadow:0 12px 28px -14px #00000059;border-color:var(--color-border-strong);transform:translateY(-2px)}.course-card:hover .course-img{transform:scale(1.03)}.course-card:hover .course-title-modern a{text-decoration-color:currentColor}.course-card[data-href]{cursor:pointer}.course-card--square{border-radius:0}.course-card--popular{border-color:var(--color-border-strong)}.course-image-container{position:relative;width:100%;padding-top:56.25%;overflow:hidden;background:var(--color-surface-sunken);clip-path:polygon(0 0,100% 0,100% calc(100% - 14px),0 100%)}[dir=rtl] .course-image-container{clip-path:polygon(0 0,100% 0,100% 100%,0 calc(100% - 14px))}.course-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s,transform .5s ease;transform-origin:center center}.course-img.loaded{opacity:1}.course-favorite-form{top:.75rem;inset-inline-end:.75rem;z-index:3}.course-favorite-btn{width:2.25rem;height:2.25rem;padding:0;border:none;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;background:#ffffffeb;color:var(--color-text-brand);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.course-favorite-btn i{font-size:.9375rem;line-height:1;display:block}.course-favorite-btn:focus-visible{outline:2px solid var(--color-focus-outline);outline-offset:2px}.course-body-modern{padding:1.125rem 1.125rem 1rem;flex:1;display:flex;flex-direction:column}.course-card__tagline{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem .625rem;min-height:1.375rem;margin-bottom:.5rem}.course-card__mode{display:inline-flex;align-items:center;gap:.375rem;padding:.125rem .5rem;font-size:.75rem;font-weight:700;line-height:1.6;white-space:nowrap;background:var(--color-signal-soft);color:var(--color-signal-text)}.course-card__mode i{font-size:.75rem}.course-card__mode--live{background:var(--color-danger-soft);color:var(--color-danger-text)}.course-category-label{display:inline-block;font-size:.75rem;font-weight:600;line-height:1.6;color:var(--color-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.course-title-modern{font-size:1.0625rem;font-weight:700;margin-bottom:.625rem;line-height:1.5;color:var(--color-text-heading);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:3em;overflow-wrap:anywhere}.course-title-modern a{color:inherit;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:.25em;text-decoration-thickness:1px;transition:text-decoration-color .2s ease}.course-title-modern a:hover,.course-title-modern a:focus-visible{color:var(--color-text-brand)}.course-title-modern a:focus-visible{outline:2px solid var(--color-focus-outline);outline-offset:2px}.course-card__description{font-size:.875rem;color:var(--color-text-secondary);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.75rem;line-height:1.7}.course-card__facts{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem 1rem;margin:0 0 .625rem;padding:0;list-style:none;font-size:.8125rem;color:var(--color-text-secondary)}.course-card__facts li{display:inline-flex;align-items:center;gap:.375rem;white-space:nowrap}.course-card__facts i{font-size:.8125rem;color:var(--color-text-brand)}.course-card__provider{display:flex;align-items:center;gap:.375rem;margin-bottom:.625rem;font-size:.8125rem;color:var(--color-text-secondary);overflow-wrap:anywhere}.course-card__provider i{flex-shrink:0;font-size:.8125rem;color:var(--color-text-brand)}.course-instructor-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.625rem}.instructor-img{width:26px;height:26px;border-radius:50%;object-fit:cover;border:1px solid var(--color-border);flex-shrink:0}.instructor-name-text{font-size:.8125rem;color:var(--color-text-secondary);font-weight:500;overflow-wrap:anywhere}.course-footer-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto;padding-top:.875rem;border-top:1px solid var(--color-divider)}.course-card__price{font-size:.9375rem;font-weight:700;color:var(--color-text-heading);white-space:nowrap}.course-card__price--free{color:var(--color-text-brand)}.btn-enroll-modern{background:var(--color-cta);color:var(--color-on-cta);padding:.5rem 1.5rem;min-height:2.5rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease;border-radius:0;clip-path:polygon(10px 0,100% 0,calc(100% - 10px) 100%,0 100%)}[dir=rtl] .btn-enroll-modern{clip-path:polygon(0 0,calc(100% - 10px) 0,100% 100%,10px 100%)}.btn-enroll-modern:visited{color:var(--color-on-cta)}.btn-enroll-modern:hover{background:var(--color-cta-hover);color:var(--color-on-cta)}.btn-enroll-modern:active{background:var(--color-cta-active)}.btn-enroll-modern:focus-visible{background:var(--color-cta-hover);color:var(--color-on-cta);outline:2px solid var(--color-on-cta);outline-offset:-5px}@media(prefers-reduced-motion:reduce){.course-card,.course-card:hover,.course-img,.btn-enroll-modern,.course-title-modern a{transition:none}.course-card:hover,.course-card:hover .course-img{transform:none}}[data-bs-theme=dark] .course-card{border-color:var(--color-border);box-shadow:0 2px 14px #0006}[data-bs-theme=dark] .course-card:hover{border-color:var(--color-border-strong);box-shadow:0 14px 30px #0009}[data-bs-theme=dark] .course-favorite-btn{background:#0b0e10c7;color:var(--color-text-brand)}[data-bs-theme=dark] .btn-enroll-modern:disabled{background:var(--color-cta-disabled);color:var(--color-text-muted)}@media print{.btn-enroll-modern{display:none}.course-card{break-inside:avoid;box-shadow:none;border:1px solid #ddd}}.app-flash-stack{position:fixed;top:80px;inset-inline-end:16px;z-index:1080;width:min(380px,100vw - 32px);display:flex;flex-direction:column;gap:10px;pointer-events:none}.app-flash-stack .alert,.app-flash-stack .alert.alert-success,.app-flash-stack .alert.alert-warning,.app-flash-stack .alert.alert-danger,.app-flash-stack .alert.alert-info{pointer-events:auto;margin:0;background:#fff;border:1px solid #e7e9ee;color:#1f2937;box-shadow:0 10px 24px -8px #0f172a24,0 4px 10px #0f172a0f;border-radius:10px;padding:12px 14px;font-size:13.5px;line-height:1.45;display:flex;align-items:center;gap:10px}.app-flash-stack .alert-icon{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:15px;line-height:1;margin:0}.app-flash-stack .alert-message{flex:1;min-width:0;color:#0f172a;font-weight:500}.app-flash-stack .alert-success .alert-icon{background:#10b98124;color:#10b981}.app-flash-stack .alert-warning .alert-icon{background:#f59e0b2e;color:#d97706}.app-flash-stack .alert-danger .alert-icon{background:#ef444424;color:#ef4444}.app-flash-stack .alert-info .alert-icon{background:#0c62771f;color:#0c6277}.app-flash-stack .btn-close{position:relative;margin-inline-start:auto;margin-top:0;flex-shrink:0;align-self:center;width:22px;height:22px;padding:0;border:0;border-radius:50%;background:transparent;background-image:none;box-shadow:none;opacity:1;transition:background-color .15s,transform .12s}.app-flash-stack .btn-close:before{content:"";position:absolute;inset:0;margin:auto;width:10px;height:10px;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") center/contain no-repeat;opacity:.7;transition:opacity .15s}.app-flash-stack .btn-close:hover{background-color:#00000014}.app-flash-stack .btn-close:hover:before{opacity:1}.app-flash-stack .btn-close:focus{outline:none;box-shadow:none}.app-flash-stack .btn-close:focus-visible{box-shadow:0 0 0 2px #00000026}.app-flash-stack .btn-close:active{transform:scale(.94)}.app-flash-stack .alert.fade.show{animation:app-flash-slide-in .22s ease-out}@media(max-width:575.98px){.app-flash-stack{top:72px;inset-inline-start:12px;inset-inline-end:12px;width:auto}}[data-bs-theme=dark] .app-flash-stack .alert{background:#121826;border-color:#2a3346;color:#d1d5db}[data-bs-theme=dark] .app-flash-stack .alert-message{color:#f3f4f6}@keyframes app-flash-slide-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}:root{--pub-header-height: 65px}@media(min-width:992px){:root{--pub-header-height: 115px}}html{scrollbar-gutter:stable;scroll-padding-top:calc(var(--pub-header-height) + .75rem)}.public-layout>.skip-link{position:fixed;top:0;left:auto;right:auto;inset-inline-start:0;z-index:1100;background:#0c6277;color:#fff;border-radius:0;border-end-end-radius:.5rem;transform:translateY(-110%)}.public-layout>.skip-link:focus,.public-layout>.skip-link:focus-visible{transform:translateY(0);color:#fff;outline:2px solid #ffffff;outline-offset:-5px;box-shadow:0 0 0 2px #003244}.public-content:focus{outline:none}@media(prefers-reduced-motion:reduce){.public-layout>.skip-link{transition:none}}.navbar-modern:not(.navbar-academic-nav){background:#11273d!important;padding:.7rem 0;box-shadow:none;border-bottom:2px solid #e6a530}.navbar-brand img{height:32px;object-fit:contain}.navbar-brand svg{display:block;transition:opacity .2s ease}.navbar-brand:hover svg{opacity:.8}.navbar-modern:not(.navbar-academic-nav) .navbar-nav .nav-link{color:#ffffffe6!important;font-weight:500;font-size:.8rem;padding:.5rem .65rem!important;border-radius:.25rem;transition:background .15s ease,color .15s ease;display:inline-flex;align-items:center;gap:.4rem}.navbar-modern:not(.navbar-academic-nav) .navbar-nav .nav-link:hover{color:#fff!important;background:#32b2d026}.navbar-modern:not(.navbar-academic-nav) .navbar-nav .nav-link.active{color:#fff!important;background:#1a5f6e}.navbar-modern:not(.navbar-academic-nav) .nav-link-courses.active{background:#1a5f6e!important;color:#fff!important}.navbar-modern:not(.navbar-academic-nav) .nav-link.active:before{background:#32b2d0!important;height:2px}.navbar-modern .nav-link:focus-visible{outline:none;box-shadow:0 0 0 2px var(--pub-nav-link-active-ring)}.navbar-modern:not(.navbar-academic-nav) .nav-link.active{box-shadow:0 0 0 1px #ffffff26}.navbar-modern:not(.navbar-academic-nav) .nav-link-lang{border:none;border-radius:.25rem;padding:.4rem .6rem!important;white-space:nowrap;display:inline-flex!important;align-items:center;gap:.35rem;transition:none!important;text-decoration:none!important}.navbar-modern:not(.navbar-academic-nav) .navbar-nav .nav-link.nav-link-lang:before{display:none!important}.navbar-modern:not(.navbar-academic-nav) .navbar-nav .nav-link.nav-link-lang:hover,.navbar-modern:not(.navbar-academic-nav) .navbar-nav .nav-link.nav-link-lang:focus{background:#ffffff1a;color:#fff!important}.navbar-right .nav-item,[dir=rtl] .navbar-right .nav-item{margin-left:.05rem;margin-right:.05rem}.navbar-right .nav-link-icon,.navbar-right .nav-link-btn{padding:.4rem .5rem!important}.navbar-right .nav-link-lang{padding:.4rem .55rem!important}.drawer-item-lang{display:inline-flex;align-items:center;gap:.5rem}.drawer-item-lang .lang-switcher-flag{font-size:1.25rem}.user-dropdown{display:inline-flex!important;align-items:center;gap:.45rem;white-space:nowrap;flex-wrap:nowrap}.user-dropdown.dropdown-toggle:after{display:none!important}.user-dropdown-chevron{flex-shrink:0;font-size:.7rem;opacity:.9;margin-inline-start:.25rem;align-self:center}.user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1px solid var(--pub-nav-pill-border);flex-shrink:0}.navbar-modern.navbar-academic-nav .user-avatar{border:1px solid var(--pub-nav-avatar-border);box-shadow:var(--pub-nav-avatar-shadow);background:var(--pub-nav-avatar-bg)}.navbar-modern.navbar-academic-nav .user-dropdown .user-dropdown-chevron{color:var(--pub-nav-chevron)}.navbar-modern.navbar-academic-nav .user-dropdown:hover .user-dropdown-chevron{color:var(--pub-nav-chevron-hover)}.user-info{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}[dir=rtl] .user-info{align-items:flex-end}.user-name{font-weight:700;font-size:.75rem;color:var(--pub-nav-text-strong)!important}.user-role{font-size:.625rem;color:var(--pub-nav-text-muted)!important;font-weight:400}.navbar-modern .dropdown-menu{transition:none!important;margin-top:-2px}.navbar-modern .dropdown-menu.show{animation:none!important}.navbar-modern .dropdown-menu.dropdown-menu-categories .dropdown-item:hover,.navbar-modern .dropdown-menu.dropdown-menu-categories .dropdown-item:focus{background:var(--pub-nav-link-active-bg);color:var(--pub-nav-text-strong)}.navbar-modern .dropdown-menu.dropdown-menu-categories .dropdown-item.active{background:var(--pub-nav-link-active-ring);color:var(--pub-nav-text-strong)}.navbar-modern.navbar-academic-nav .pub-profile-menu{background:var(--pub-profile-menu-bg);border:1px solid var(--pub-profile-menu-border);box-shadow:var(--pub-profile-menu-shadow);padding:.4rem;border-radius:.375rem}.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-divider{border-color:var(--pub-profile-menu-divider);opacity:1}.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item{color:var(--pub-profile-item-text);background:transparent}.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item i{color:var(--pub-profile-item-icon)}.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item:hover,.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item:focus{background:var(--pub-profile-item-hover-bg);color:var(--pub-profile-item-hover-text)}.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item:hover i,.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item:focus i{color:var(--pub-profile-item-hover-icon)}.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item:focus-visible:not(.pub-profile-menu__logout),.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item.active{background:var(--pub-profile-item-active-bg);color:var(--pub-profile-item-active-text);outline:none;box-shadow:inset 3px 0 0 var(--pub-profile-item-indicator)}.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item:focus-visible:not(.pub-profile-menu__logout) i,.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item.active i{color:var(--pub-profile-item-active-icon)}[dir=rtl] .navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item:focus-visible:not(.pub-profile-menu__logout),[dir=rtl] .navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item.active{box-shadow:inset -3px 0 0 var(--pub-profile-item-indicator)}.navbar-modern.navbar-academic-nav .pub-profile-menu .pub-profile-menu__logout{color:var(--pub-profile-logout-text)}.navbar-modern.navbar-academic-nav .pub-profile-menu .pub-profile-menu__logout i{color:var(--pub-profile-logout-icon)}.navbar-modern.navbar-academic-nav .pub-profile-menu .pub-profile-menu__logout:hover,.navbar-modern.navbar-academic-nav .pub-profile-menu .pub-profile-menu__logout:focus{background:var(--pub-profile-logout-hover-bg);color:var(--pub-profile-logout-hover-text);box-shadow:none}.navbar-modern.navbar-academic-nav .pub-profile-menu .pub-profile-menu__logout:hover i,.navbar-modern.navbar-academic-nav .pub-profile-menu .pub-profile-menu__logout:focus i{color:var(--pub-profile-logout-hover-icon)}.nav-link-icon{padding:.3rem .4rem!important}.navbar-nav .nav-item form{display:flex;align-items:center}.nav-link-btn{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:var(--pub-nav-text-muted)!important}.nav-link-btn:hover{color:var(--pub-nav-text-strong)!important;background:var(--pub-nav-link-hover-bg)}.navbar-modern.navbar-academic-nav .navbar-right .nav-link-theme{color:var(--pub-nav-icon-muted)!important;border-radius:999px}.navbar-modern.navbar-academic-nav .navbar-right .nav-link-theme:hover,.navbar-modern.navbar-academic-nav .navbar-right .nav-link-theme:focus{color:var(--pub-nav-icon-hover)!important;background:var(--pub-nav-theme-hover-bg)}.navbar-modern.navbar-academic-nav .navbar-right .nav-link-icon:not(.nav-link-lang){color:var(--pub-nav-icon-muted)!important;border-radius:999px}.navbar-modern.navbar-academic-nav .navbar-right .nav-link-icon:not(.nav-link-lang):hover,.navbar-modern.navbar-academic-nav .navbar-right .nav-link-icon:not(.nav-link-lang):focus{color:var(--pub-nav-icon-hover)!important;background:var(--pub-nav-icon-hover-bg)}.navbar-modern.navbar-academic-nav .nav-link-logout:hover,.navbar-modern.navbar-academic-nav .nav-link-logout:focus{color:var(--pub-nav-logout-hover-color)!important;background:var(--pub-nav-logout-hover-bg)}.nav-favorites-wrap{line-height:1}.favorites-count-badge{position:absolute;top:-.65rem;inset-inline-end:-.5rem;min-width:1.1rem;padding:.15rem .35rem;font-family:system-ui,-apple-system,sans-serif;font-size:.65rem;font-weight:700;line-height:1;color:#fff!important;background:linear-gradient(135deg,var(--color-danger) 0%,rgb(210.9493670886,36.5506329114,53.2594936709) 100%)!important;border-radius:50rem;text-align:center;white-space:nowrap;box-shadow:0 0 0 1px #ffffff4d}.navbar-modern.navbar-academic-nav .favorites-count-badge{color:var(--pub-nav-badge-text)!important;background:var(--pub-nav-badge-bg)!important;box-shadow:0 0 0 1px #ffffff38}[data-bs-theme=dark] .navbar-modern.navbar-academic-nav .favorites-count-badge{box-shadow:0 0 0 1px #07101759}.navbar-modern .navbar-right .nav-link-icon .nav-link-text,.navbar-modern .navbar-right .nav-link-logout .nav-link-text{display:none}.dropdown-menu{border:none;box-shadow:0 4px 12px #00000026;border-radius:.375rem;padding:.35rem;z-index:1050}.dropdown-item{padding:.4rem .75rem;border-radius:.25rem;transition:none;display:flex;align-items:center;gap:.5rem;font-size:.7rem}.dropdown-item:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}.dropdown-item.active{background:var(--color-primary);color:var(--color-on-primary)}.dropdown-item i{font-size:.75rem;width:1rem;margin-right:.35rem}.dropdown-divider{margin:.5rem 0}.public-layout{--public-nav-height: 4.75rem}@media(min-width:992px){.public-layout{--public-nav-height: 5.25rem}}.public-layout{min-height:100vh;display:flex;flex-direction:column;overflow-x:clip}.public-content{flex:1;background-color:var(--color-bg);color:var(--color-text-primary)}@media(max-width:991px){.navbar-modern .navbar-collapse{display:none!important}.navbar-modern .navbar-nav{flex-direction:column;width:100%;align-items:stretch}.navbar-modern .navbar-nav .nav-item{width:100%}.navbar-modern .navbar-toggler{border:none!important;border-radius:.6rem;padding:.45rem;background:var(--pub-nav-link-hover-bg);width:2.4rem;height:2.4rem;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease}.navbar-modern .navbar-toggler:hover{background:var(--pub-nav-link-active-bg)}.navbar-modern .navbar-toggler:focus-visible{outline:none;box-shadow:0 0 0 2px var(--pub-nav-link-active-ring)}.hamburger-lines{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:18px;height:18px}.hamburger-line{display:block;width:100%;height:2px;background:var(--pub-nav-text-strong);border-radius:2px;transition:transform .25s ease,opacity .2s ease,width .25s ease}.hamburger-line:nth-child(2){width:70%;align-self:flex-end}[dir=rtl] .hamburger-line:nth-child(2){align-self:flex-start}.navbar-modern .navbar-mobile-icons{margin-inline-start:.5rem}.navbar-modern .navbar-mobile-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0!important;margin:0;color:var(--pub-nav-text-muted);border-radius:.5rem;transition:background .15s,color .15s}.navbar-modern .navbar-mobile-icon:hover{color:var(--pub-nav-text-strong);background:var(--pub-nav-link-hover-bg)}.navbar-modern .navbar-mobile-icon .lang-switcher-flag{font-size:1.35rem;line-height:1}.navbar-modern .navbar-mobile-icon .fas{font-size:1.15rem}}:root{--pub-nav-bar-bg: #245c8f;--pub-nav-bar-bg-scrolled: #1e4f7a;--pub-nav-bar-border: rgba(255, 255, 255, .22);--pub-nav-bar-shadow: 0 8px 32px rgba(17, 39, 61, .22), inset 0 1px 0 rgba(255, 255, 255, .1);--pub-nav-bar-shadow-scrolled: 0 4px 20px rgba(17, 39, 61, .28);--pub-nav-text: #ffffff;--pub-nav-text-strong: #ffffff;--pub-nav-text-muted: rgba(255, 255, 255, .7);--pub-nav-link-hover-bg: rgba(255, 255, 255, .08);--pub-nav-link-active-bg: rgba(255, 255, 255, .14);--pub-nav-link-active-ring: rgba(50, 178, 208, .5);--pub-nav-pill-border: rgba(255, 255, 255, .22);--pub-nav-lang-bg: rgba(255, 255, 255, .08);--pub-nav-lang-border: rgba(255, 255, 255, .18);--pub-nav-lang-text: #dde7ec;--pub-nav-lang-hover-bg: rgba(255, 255, 255, .14);--pub-nav-lang-hover-text: #ffffff;--pub-nav-theme-hover-bg: rgba(255, 255, 255, .1);--pub-nav-icon-muted: #dde7ec;--pub-nav-icon-hover: #ffffff;--pub-nav-icon-hover-bg: rgba(255, 255, 255, .1);--pub-nav-logout-hover-color: #ff6b6b;--pub-nav-logout-hover-bg: rgba(230, 57, 70, .1);--pub-nav-badge-bg: #e63946;--pub-nav-badge-text: #ffffff;--pub-nav-avatar-bg: #ffffff;--pub-nav-avatar-border: rgba(255, 255, 255, .22);--pub-nav-avatar-shadow: 0 2px 8px rgba(17, 39, 61, .16);--pub-nav-chevron: rgba(255, 255, 255, .75);--pub-nav-chevron-hover: #ffffff;--pub-profile-menu-bg: #ffffff;--pub-profile-menu-border: #e2e8ee;--pub-profile-menu-shadow: 0 12px 28px rgba(17, 39, 61, .14);--pub-profile-menu-divider: #e2e8ee;--pub-profile-item-text: #1f2933;--pub-profile-item-icon: #5f6d75;--pub-profile-item-hover-bg: #f3f8fa;--pub-profile-item-hover-text: #0c6277;--pub-profile-item-hover-icon: #0c6277;--pub-profile-item-active-bg: rgba(50, 178, 208, .1);--pub-profile-item-active-text: #0c6277;--pub-profile-item-active-icon: #0c6277;--pub-profile-item-indicator: #32b2d0;--pub-profile-logout-text: #e63946;--pub-profile-logout-icon: #e63946;--pub-profile-logout-hover-bg: rgba(230, 57, 70, .08);--pub-profile-logout-hover-text: #b91c1c;--pub-profile-logout-hover-icon: #b91c1c;--pub-nav-btn-login-color: rgba(255, 255, 255, .95);--pub-nav-btn-login-bg: rgba(255, 255, 255, .06);--pub-nav-btn-login-border: rgba(255, 255, 255, .22);--pub-nav-btn-login-hover-bg: rgba(255, 255, 255, .12);--pub-nav-btn-login-hover-border: rgba(230, 165, 48, .45);--pub-nav-btn-register-color: #003244;--pub-nav-btn-register-bg: linear-gradient(135deg, #32b2d0 0%, rgb(14.8030534351, 120.8916030534, 146.7969465649) 100%);--pub-nav-btn-register-shadow: 0 2px 8px rgba(50, 178, 208, .3)}:root[data-bs-theme=dark]{--pub-nav-bar-bg: #0d1b24;--pub-nav-bar-bg-scrolled: #101a28;--pub-nav-bar-border: rgba(255, 255, 255, .08);--pub-nav-bar-shadow: 0 8px 28px rgba(0, 0, 0, .45);--pub-nav-bar-shadow-scrolled: 0 10px 32px rgba(0, 0, 0, .5);--pub-nav-text: #aebcc3;--pub-nav-text-strong: #f3f7f9;--pub-nav-text-muted: #a7b5bd;--pub-nav-link-hover-bg: rgba(255, 255, 255, .06);--pub-nav-link-active-bg: rgba(50, 178, 208, .12);--pub-nav-link-active-ring: rgba(50, 178, 208, .18);--pub-nav-pill-border: rgba(50, 178, 208, .18);--pub-nav-lang-bg: rgba(255, 255, 255, .04);--pub-nav-lang-border: rgba(255, 255, 255, .08);--pub-nav-lang-text: #aebcc3;--pub-nav-lang-hover-bg: rgba(50, 178, 208, .1);--pub-nav-lang-hover-text: #63d4ec;--pub-nav-theme-hover-bg: rgba(50, 178, 208, .1);--pub-nav-icon-muted: #a7b5bd;--pub-nav-icon-hover: #63d4ec;--pub-nav-icon-hover-bg: rgba(50, 178, 208, .1);--pub-nav-logout-hover-color: #ff6b6b;--pub-nav-logout-hover-bg: rgba(230, 57, 70, .12);--pub-nav-badge-bg: #e63946;--pub-nav-badge-text: #ffffff;--pub-nav-avatar-bg: #112331;--pub-nav-avatar-border: rgba(50, 178, 208, .18);--pub-nav-avatar-shadow: 0 2px 10px rgba(0, 0, 0, .3);--pub-nav-chevron: #a7b5bd;--pub-nav-chevron-hover: #63d4ec;--pub-profile-menu-bg: #101a28;--pub-profile-menu-border: rgba(255, 255, 255, .08);--pub-profile-menu-shadow: 0 16px 40px rgba(0, 0, 0, .35);--pub-profile-menu-divider: rgba(255, 255, 255, .08);--pub-profile-item-text: #dde7ec;--pub-profile-item-icon: #a7b5bd;--pub-profile-item-hover-bg: rgba(50, 178, 208, .1);--pub-profile-item-hover-text: #63d4ec;--pub-profile-item-hover-icon: #63d4ec;--pub-profile-item-active-bg: rgba(50, 178, 208, .16);--pub-profile-item-active-text: #63d4ec;--pub-profile-item-active-icon: #63d4ec;--pub-profile-item-indicator: #32b2d0;--pub-profile-logout-text: #ff6b6b;--pub-profile-logout-icon: #ff6b6b;--pub-profile-logout-hover-bg: rgba(230, 57, 70, .12);--pub-profile-logout-hover-text: #ffffff;--pub-profile-logout-hover-icon: #ffffff;--pub-nav-btn-login-color: #aebcc3;--pub-nav-btn-login-bg: transparent;--pub-nav-btn-login-border: rgba(255, 255, 255, .1);--pub-nav-btn-login-hover-bg: rgba(255, 255, 255, .06);--pub-nav-btn-login-hover-border: rgba(50, 178, 208, .3);--pub-nav-btn-register-color: #071017;--pub-nav-btn-register-bg: #32b2d0;--pub-nav-btn-register-shadow: 0 2px 10px rgba(50, 178, 208, .25)}.public-layout{--lms-paper: #ffffff;--lms-strip: #023243;--lms-strip-txt: #b0bfc7;--lms-strip-strong: #f5f7f8;--lms-bar: #ffffff;--lms-bar-line: #e3e9ed;--lms-text: #023243;--lms-soft: #5a6b74;--lms-faint: #8198a3;--lms-primary: var(--brand-teal, #0c6277);--lms-primary-hov: var(--brand-teal-700, #084453);--lms-on-primary: #ffffff;--lms-accent: var(--brand-accent, #32b2d0);--lms-line: #e3e9ed;--lms-row-line: #eef2f5;--lms-input-bg: #f7f8f9;--lms-input-line: #d2dadf;--lms-foot: #f7f8f9;--lms-dot: #cbd5da;--lms-card-line: #e3e9ed;--lms-ink-btn: var(--brand-primary-dark, #003244);--lms-ink-btn-hov: var(--brand-teal, #0c6277);--lms-on-ink-btn: #ffffff;--lms-panel-shadow: 0 1px 2px rgba(2, 50, 67, .05), 0 18px 44px -22px rgba(2, 50, 67, .3);--lms-bar-shadow-scrolled: 0 6px 24px -14px rgba(2, 50, 67, .35)}:root[data-bs-theme=dark] .public-layout{--lms-paper: #0e2733;--lms-strip: #041520;--lms-strip-txt: #8fa6b0;--lms-strip-strong: #eaf1f4;--lms-bar: #0b2028;--lms-bar-line: #16333f;--lms-text: #eaf1f4;--lms-soft: #9fb3bd;--lms-faint: #6f8894;--lms-primary: var(--brand-accent, #32b2d0);--lms-primary-hov: var(--color-primary-hover, #58c6dd);--lms-on-primary: var(--color-on-primary, #071017);--lms-accent: var(--brand-accent, #32b2d0);--lms-line: #16333f;--lms-row-line: #12303b;--lms-input-bg: #0a2028;--lms-input-line: #22414d;--lms-foot: #0a2028;--lms-dot: #2c4a56;--lms-card-line: #2c5567;--lms-ink-btn: var(--brand-accent, #32b2d0);--lms-ink-btn-hov: var(--color-primary-hover, #58c6dd);--lms-on-ink-btn: var(--color-on-primary, #071017);--lms-panel-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 18px 44px -22px rgba(0, 0, 0, .6);--lms-bar-shadow-scrolled: 0 8px 26px -14px rgba(0, 0, 0, .6)}.navbar-modern.navbar-academic-nav{position:sticky;top:0;z-index:1030;padding:0;margin:0;background:transparent!important;border:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.pub-lang__toggle{display:inline-flex;align-items:center;gap:.4rem;height:40px;padding-inline:.75rem .6rem;background:transparent;border:0;border-radius:10px;color:var(--lms-soft);font:inherit;font-size:.85rem;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer;transition:background-color .15s ease,color .15s ease}.pub-lang__toggle:hover,.pub-lang__toggle[aria-expanded=true]{background:var(--lms-row-line);color:var(--lms-primary)}.pub-lang__toggle:focus-visible{outline:2px solid var(--lms-primary);outline-offset:2px}.pub-theme-toggle .icon-when-light{display:inline-flex}.pub-theme-toggle .icon-when-dark{display:none;color:#e6a530}.pub-lang__globe{font-size:1rem;color:inherit}.pub-lang__current{font-size:.8rem;font-weight:700;letter-spacing:.02em}.pub-lang__chevron{font-size:.6rem;color:var(--lms-faint);transition:transform .2s cubic-bezier(.22,1,.36,1)}.pub-lang__toggle[aria-expanded=true] .pub-lang__chevron{transform:rotate(180deg)}.navbar-modern .pub-lang__menu.dropdown-menu{min-width:13rem;margin-top:0;padding:.375rem;background:var(--lms-paper);border:1px solid var(--lms-card-line);border-radius:14px;box-shadow:var(--lms-panel-shadow)}.pub-lang__menu li+li{margin-top:2px}.pub-lang__item.dropdown-item{gap:.75rem;min-height:44px;padding:.375rem .625rem;border-radius:10px;color:var(--lms-text);font-size:.9rem;font-weight:600;white-space:nowrap}.pub-lang__item.dropdown-item:hover,.pub-lang__item.dropdown-item:focus-visible{background:var(--lms-row-line);color:var(--lms-text);outline:none}.pub-lang__item.dropdown-item:focus-visible{box-shadow:inset 0 0 0 2px var(--lms-primary)}.pub-lang__item.dropdown-item.is-current{color:var(--lms-primary)}.pub-lang__mark{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;border-radius:50%;background:var(--lms-input-bg);border:1px solid var(--lms-input-line);color:var(--lms-soft);font-size:.7rem;font-weight:700;letter-spacing:.02em;line-height:1}.pub-lang__mark:lang(ar){font-size:.95rem;letter-spacing:0}.pub-lang__item.is-current .pub-lang__mark{background:var(--lms-primary);border-color:var(--lms-primary);color:var(--lms-on-primary)}.pub-lang__item.dropdown-item .pub-lang__check{width:auto;margin:0;margin-inline-start:auto;font-size:1.05rem;color:var(--lms-primary);visibility:hidden}.pub-lang__item.is-current .pub-lang__check{visibility:visible}.pub-bar{background:var(--lms-bar);border-bottom:1px solid var(--lms-bar-line);transition:background .25s ease,box-shadow .25s ease}.pub-bar__inner{max-width:1280px;margin:0 auto;padding:0 2rem;min-height:74px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1.375rem}.navbar-modern.navbar-academic-nav.scrolled .pub-bar{box-shadow:var(--lms-bar-shadow-scrolled)}.pub-bar__brand{display:flex;align-items:center;gap:.875rem;min-width:0;text-decoration:none}.pub-bar__brand:focus-visible{outline:2px solid var(--lms-primary);outline-offset:4px;border-radius:4px}.pub-bar__logo{flex-shrink:0}.pub-bar__brand-text{color:var(--lms-text);font-weight:700;font-size:1rem;line-height:1.3;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pub-nav{align-self:stretch;align-items:stretch;gap:1.625rem;flex-shrink:0}.pub-nav__link{display:flex;align-items:center;color:var(--lms-soft);font-weight:600;font-size:.95rem;text-decoration:none;padding-top:2px;border-bottom:2px solid transparent;white-space:nowrap;transition:color .15s ease,border-color .15s ease}.pub-nav__link:hover{color:var(--lms-text);border-bottom-color:var(--lms-line)}.pub-nav__link:focus-visible{outline:2px solid var(--lms-primary);outline-offset:-2px;border-radius:4px}.pub-nav__link.is-active{color:var(--lms-text);font-weight:700;border-bottom-color:var(--lms-primary)}.pub-nav__link--accent{color:var(--lms-primary)}.pub-utils{align-items:center;gap:.25rem;flex:1 0 auto;justify-content:flex-end}.pub-search{flex-shrink:0}.pub-search__panel.dropdown-menu{width:min(320px,78vw);min-width:280px;padding:.5rem;margin-top:.5rem;background:var(--lms-paper);border:1px solid var(--lms-card-line);border-radius:10px;box-shadow:var(--lms-panel-shadow)}.pub-search__panel form{display:flex;align-items:center;gap:.5rem;height:44px;padding-inline:.7rem .4rem;background:var(--lms-input-bg);border:1.5px solid var(--lms-input-line);border-radius:8px;transition:border-color .15s ease,background .15s ease}.pub-search__panel form:focus-within{border-color:var(--lms-primary);background:var(--lms-paper)}.pub-search__panel-icon{color:var(--lms-faint);font-size:.95rem;flex-shrink:0}.pub-search__panel-input{border:none;outline:none;background:transparent;font-family:inherit;font-size:.9rem;color:var(--lms-text);width:100%}.pub-search__panel-input::placeholder{color:var(--lms-faint)}.pub-search__submit{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:6px;background:var(--lms-primary);color:var(--lms-on-primary);cursor:pointer;transition:background .15s ease}.pub-search__submit:hover{background:var(--lms-primary-hov)}[dir=ltr] .pub-search__submit i{transform:scaleX(-1)}.pub-icon-btn{width:44px;height:44px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:10px;cursor:pointer;color:var(--lms-soft);text-decoration:none;font-size:1.1rem;transition:background-color .15s ease,color .15s ease}.pub-icon-btn:hover,.pub-icon-btn[aria-expanded=true]{background:var(--lms-row-line);color:var(--lms-primary)}.pub-icon-btn:focus-visible,.pub-login-btn:focus-visible,.pub-user__toggle:focus-visible,.pub-burger:focus-visible{outline:2px solid var(--lms-primary);outline-offset:2px}.pub-icon-btn .nav-favorites-wrap{position:relative}.pub-login-btn{display:inline-flex;align-items:center;height:42px;padding:0 1.375rem;background:var(--lms-ink-btn);color:var(--lms-on-ink-btn);font-weight:600;font-size:.9rem;border-radius:8px;white-space:nowrap;flex-shrink:0;text-decoration:none;transition:background .18s ease}.pub-login-btn:hover{background:var(--lms-ink-btn-hov);color:var(--lms-on-ink-btn)}.pub-user{flex-shrink:0}.pub-utils__sep{width:1px;height:24px;margin-inline:.5rem;background:var(--lms-line);flex-shrink:0}.pub-user__toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .4rem;border-radius:8px;text-decoration:none;color:var(--lms-text);transition:background .15s ease}.pub-user__toggle:hover{background:var(--lms-row-line)}.pub-user__toggle:after{display:none}.pub-user__avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;border:1px solid var(--lms-input-line);background:var(--lms-paper);flex-shrink:0}.pub-user__meta{display:flex;flex-direction:column;align-items:flex-start;line-height:1.15}[dir=rtl] .pub-user__meta{align-items:flex-end}.pub-user__name{font-size:.82rem;font-weight:600;color:var(--lms-text);max-width:9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pub-user__role{font-size:.68rem;color:var(--lms-faint)}.pub-user__chevron{font-size:.7rem;color:var(--lms-faint)}.pub-bar__mobile{align-items:center;gap:.625rem;flex-shrink:0}.pub-burger{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:var(--lms-ink-btn);border:none;border-radius:8px;cursor:pointer;color:var(--lms-on-ink-btn);font-size:1.25rem}.pub-burger__icon{width:1em;height:1em;flex-shrink:0}@media(max-width:991px){.pub-bar__inner{padding:0 1rem;min-height:64px;gap:.5rem .75rem}.pub-bar__brand-text{font-size:.9rem}.pub-bar__mobile{flex-shrink:0}}@media(max-width:400px){.pub-bar__inner{padding:0 .75rem;gap:.5rem}.pub-bar__brand{gap:.5rem}.pub-bar__brand-text{font-size:.82rem}.pub-bar__mobile{gap:.35rem}.pub-icon-btn,.pub-burger{width:44px;height:44px;font-size:1.1rem}}@media(min-width:992px){.pub-bar__brand-text{display:-webkit-box;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical}}@media(min-width:1400px){.pub-nav{gap:.875rem}}@media(min-width:992px)and (max-width:1399px){.pub-nav{gap:.9rem}.pub-nav__link{font-size:.85rem}.pub-bar__inner{gap:1.25rem;padding:0 1.25rem}.pub-bar__brand{gap:.625rem}.pub-bar__brand-text{font-size:.9rem;line-height:1.35}.pub-user__name{max-width:6.5rem}}@media(min-width:992px){.pub-bar__inner--authed .pub-bar__brand-text{max-inline-size:11rem}.pub-bar__inner--authed .pub-user__name{max-width:6rem}}@media(max-width:1199px){.pub-lang__toggle{padding-inline:.6rem .45rem;gap:.3rem}}@media(min-width:992px)and (max-width:1199px){.pub-nav{gap:.625rem}.pub-nav__link{font-size:.8rem}.pub-bar__inner{gap:.5rem .75rem;padding:0 1rem}.pub-bar__brand-text,.pub-user__meta{display:none}.pub-utils{gap:.125rem}.pub-utils__sep{margin-inline:.25rem}.pub-login-btn{padding:0 1rem}}.public-breadcrumb-band{background:#f8f9fa;padding:.625rem 0}.public-breadcrumb-band .breadcrumb-item a{display:inline-block;padding-block:calc((44px - 1lh)/2);margin-block:calc((44px - 1lh)/-2);border-radius:.25rem}.public-breadcrumb-band .breadcrumb-item a:focus-visible{outline:2px solid var(--color-focus-outline, #0c6277);outline-offset:-2px}[data-bs-theme=dark] .public-breadcrumb-band{background:var(--color-surface-sunken);border-bottom:1px solid rgba(255,255,255,.06)}[data-bs-theme=dark] .breadcrumb-item{color:var(--color-text-secondary)}[data-bs-theme=dark] .breadcrumb-item a{color:#32b2d0;text-decoration:none}[data-bs-theme=dark] .breadcrumb-item a:hover{color:#63d4ec;text-decoration:underline}[data-bs-theme=dark] .breadcrumb-item.active{color:#dde7ec}[data-bs-theme=dark] .breadcrumb-item+.breadcrumb-item:before{color:#5f6d75}.pub-pager{display:flex;flex-direction:column;align-items:center;gap:.875rem}.pub-pager__list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.375rem;margin:0;padding:0;list-style:none}.pub-pager__item{display:flex}.pub-pager__link{display:inline-flex;align-items:center;justify-content:center;min-inline-size:44px;min-block-size:44px;padding-inline:.625rem;border:1px solid var(--color-border-strong);border-radius:.5rem;background:var(--color-surface);color:var(--color-text-primary);font-size:.9375rem;font-weight:600;font-variant-numeric:tabular-nums;line-height:1;text-decoration:none;transition:background-color .18s ease,border-color .18s ease,color .18s ease}a.pub-pager__link:hover{background:var(--color-primary-soft);border-color:var(--color-primary);color:var(--color-primary-hover)}a.pub-pager__link:focus-visible{outline:2px solid var(--color-focus-outline);outline-offset:2px;border-color:var(--color-primary)}a.pub-pager__link:active{background:var(--color-primary-soft-hover);border-color:var(--color-primary);color:var(--color-primary-hover)}.pub-pager__link--current{background:var(--color-secondary);border-color:var(--color-secondary);color:var(--color-on-secondary)}.pub-pager__link--disabled{background:var(--color-surface-sunken);border-color:var(--color-border);color:var(--color-text-muted)}.pub-pager__icon{display:block;inline-size:1rem;block-size:1rem}[dir=rtl] .pub-pager__icon{transform:scaleX(-1)}.pub-pager__item--gap{align-items:center;justify-content:center;min-inline-size:1.75rem;min-block-size:44px;color:var(--color-text-secondary);font-weight:600}.pub-pager__summary{margin:0;color:var(--color-text-secondary);font-size:.875rem;font-variant-numeric:tabular-nums;text-align:center}:root[data-bs-theme=dark] .pub-pager__link--current{background:var(--color-text-primary);border-color:var(--color-text-primary);color:var(--color-bg)}@media(max-width:575px){.pub-pager__list{gap:.25rem}.pub-pager__link{padding-inline:.375rem}}@media(prefers-reduced-motion:reduce){.pub-pager__link{transition:none}}.lms-drawer{width:min(320px,88vw)!important;max-width:100%;background:#0e2237!important;border:none!important;box-shadow:6px 0 32px #00000059;display:flex;flex-direction:column}.lms-drawer .offcanvas-header.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .75rem;border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0;background:transparent}.lms-drawer .drawer-header-logo{display:flex;align-items:center;opacity:.95;text-decoration:none;transition:opacity .2s ease}.lms-drawer .drawer-header-logo:hover{opacity:.75}.lms-drawer .drawer-close-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;background:#ffffff0f;color:#fffc;font-size:1rem;cursor:pointer;transition:background .15s,color .15s}.lms-drawer .drawer-close-btn:hover{background:#ffffff1f;color:#fff}.lms-drawer .offcanvas-body{flex:1;display:flex;flex-direction:column;padding:1rem 1.1rem;overflow-x:hidden;overflow-y:auto;gap:.25rem}.lms-drawer .drawer-profile-row{display:flex;align-items:center;gap:.85rem;padding:.75rem .9rem;margin-bottom:.25rem;border-radius:.5rem;color:#fff;text-decoration:none;transition:background .15s}.lms-drawer .drawer-profile-row:hover{background:#ffffff0d;color:#fff}.lms-drawer .drawer-profile-avatar-wrap{position:relative;flex-shrink:0}.lms-drawer .drawer-profile-avatar-img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid rgba(50,178,208,.4)}.lms-drawer .drawer-profile-online{position:absolute;bottom:1px;inset-inline-end:1px;width:9px;height:9px;border-radius:50%;background:#28a745;border:2px solid #0e2237}.lms-drawer .drawer-profile-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.lms-drawer .drawer-profile-name{font-size:.9rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lms-drawer .drawer-profile-role{font-size:.75rem;color:#32b2d0d9;font-weight:500}.lms-drawer .drawer-profile-arrow{font-size:.75rem;color:#ffffff4d;flex-shrink:0}.lms-drawer .drawer-guest-btns{display:flex;gap:.5rem;margin-bottom:.5rem}.lms-drawer .drawer-guest-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem .85rem;border-radius:.5rem;font-size:.85rem;font-weight:600;text-decoration:none;flex:1;transition:background .15s,color .15s}.lms-drawer .drawer-guest-btn--primary{background:#32b2d0;color:#fff;border:1px solid #32b2d0}.lms-drawer .drawer-guest-btn--primary:hover{background:#28a0bc;color:#fff}.lms-drawer .drawer-guest-btn--outline{background:transparent;color:#fffc;border:1px solid rgba(255,255,255,.2)}.lms-drawer .drawer-guest-btn--outline:hover{background:#ffffff12;color:#fff}.lms-drawer .drawer-section-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffff59;padding:.65rem .9rem .3rem;margin:0}.lms-drawer .drawer-nav-list,.lms-drawer .drawer-prefs-list{padding:0;list-style:none;margin:0}.lms-drawer .drawer-nav-list li+li,.lms-drawer .drawer-prefs-list li+li{margin-top:1px}.lms-drawer .drawer-prefs-row{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:.75rem;padding-inline:.9rem;padding-block:.15rem 0;margin-bottom:1.15rem}.lms-drawer .drawer-prefs-tile{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2.85rem;height:2.85rem;min-height:2.85rem;padding:0;border-radius:.55rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#ffffffeb;transition:background .15s ease,border-color .15s ease,color .15s ease}.lms-drawer .drawer-prefs-tile:hover{background:#ffffff1a;border-color:#fff3;color:#fff}.lms-drawer .drawer-prefs-tile:focus-visible{outline:2px solid rgba(50,178,208,.65);outline-offset:2px}.lms-drawer .drawer-prefs-tile--lang .lang-switcher-flag{font-size:1.5rem;line-height:1}.lms-drawer .drawer-prefs-tile-icons .bi{font-size:1.25rem;line-height:0}.lms-drawer .drawer-divider{height:1px;background:#ffffff12;margin:.4rem .9rem;border:none}.lms-drawer hr.drawer-divider{border:none;border-top:1px solid rgba(255,255,255,.07);margin:.75rem 0}.lms-drawer .drawer-item{display:flex;align-items:center;gap:.8rem;min-height:48px;padding:.6rem .9rem;border-radius:.5rem;color:#ffffffbf;font-size:.9rem;font-weight:500;text-decoration:none;width:100%;background:transparent;border:none;cursor:pointer;transition:background .15s,color .15s}.lms-drawer .drawer-item:hover{background:#ffffff0d;color:#fffffff2}.lms-drawer .drawer-item.active{background:#32b2d01f;color:#fff;border-inline-start:3px solid #32b2d0}.lms-drawer .drawer-item .drawer-item-icon{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;font-size:.95rem;flex-shrink:0;color:#ffffff73}.lms-drawer .drawer-item.active .drawer-item-icon{color:#32b2d0}.lms-drawer .drawer-item:hover .drawer-item-icon{color:#fffc}.lms-drawer .drawer-item .drawer-item-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lms-drawer .drawer-item .drawer-icon,.lms-drawer .drawer-item>i.bi{font-size:1.1rem;opacity:.85;flex-shrink:0;width:1.35rem;text-align:center}.lms-drawer .drawer-item>span:not(.drawer-item-label):not(.drawer-item-icon):not(.drawer-item-badge){flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lms-drawer .drawer-item .drawer-item-badge{flex-shrink:0;margin-inline-start:auto;font-size:.7rem;font-family:system-ui,-apple-system,sans-serif;font-weight:700}.lms-drawer .drawer-item.active>i.bi,.lms-drawer .drawer-item.active .drawer-icon{opacity:1;color:#32b2d0}.lms-drawer .drawer-item.dropdown-toggle:after{display:none!important}.lms-drawer .drawer-item-lang{display:inline-flex!important;width:fit-content!important;gap:.5rem!important;min-height:auto;padding:.5rem .9rem}.lms-drawer .drawer-item-lang .lang-switcher-flag{font-size:1.25rem;line-height:1;flex-shrink:0}.lms-drawer .drawer-footer{margin-top:auto;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.07)}.lms-drawer .drawer-logout-btn{display:flex;align-items:center;gap:.8rem;width:100%;padding:.6rem .9rem;border-radius:.5rem;background:transparent;border:none;color:#fca5a5cc;font-size:.9rem;font-weight:500;cursor:pointer;text-align:start;transition:background .15s,color .15s}.lms-drawer .drawer-logout-btn:hover{background:#ef44441a;color:#fca5a5}.lms-drawer--public .drawer-header-logo-img{width:auto!important;height:auto;max-width:100%;max-height:34px}.lms-drawer--public .drawer-header-logo-img[loading=lazy]{opacity:1;transition:none}.lms-drawer--public .drawer-search{display:flex;align-items:center;gap:.6rem;height:44px;padding:0 .85rem;margin-bottom:.5rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:.6rem;transition:background .15s ease,border-color .15s ease}.lms-drawer--public .drawer-search:focus-within{background:#ffffff17;border-color:#32b2d080}.lms-drawer--public .drawer-search__icon{color:#ffffff73;font-size:.95rem;flex-shrink:0}.lms-drawer--public .drawer-search__input{border:none;outline:none;background:transparent;color:#fff;font-family:inherit;font-size:.9rem;width:100%}.lms-drawer--public .drawer-search__input::placeholder{color:#ffffff73}.lms-drawer--public .drawer-prefs-bar{display:flex;align-items:center;gap:.25rem;margin-bottom:.4rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.07)}.lms-drawer--public .drawer-header-btn{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:none;border-radius:.5rem;background:transparent;color:#ffffff8c;font-size:1.15rem;text-decoration:none;cursor:pointer;transition:background .15s,color .15s}.lms-drawer--public .drawer-header-btn:hover{background:#ffffff0d;color:#ffffffeb}.lms-drawer--public .drawer-header-btn .icon-when-dark{display:none}.lms-drawer--public .drawer-section-label{padding-top:.9rem}.lms-drawer--public .drawer-nav-list+.drawer-divider,.lms-drawer--public .drawer-profile-row+.drawer-divider{margin-block:.65rem}.lms-drawer--public .drawer-footer .drawer-guest-btns{margin-bottom:0}.lms-drawer--public .drawer-guest-btn{padding:.72rem .9rem;min-height:46px;font-size:.9rem}.lms-drawer--public .drawer-guest-btn--primary{background:var(--lms-ink-btn);border-color:var(--lms-ink-btn);color:var(--lms-on-ink-btn)}.lms-drawer--public .drawer-guest-btn--primary:hover,.lms-drawer--public .drawer-guest-btn--primary:focus-visible{background:var(--lms-ink-btn-hov);border-color:var(--lms-ink-btn-hov);color:var(--lms-on-ink-btn)}.lms-drawer.dashboard-drawer{background:#0c6277!important;width:min(280px,88vw)!important}.lms-drawer.dashboard-drawer .offcanvas-header.drawer-header{border-bottom-color:#ffffff1a}.lms-drawer.dashboard-drawer .drawer-close-btn{border-color:#fff3;background:#ffffff14;color:#ffffffd9}.lms-drawer.dashboard-drawer .drawer-close-btn:hover{background:#ffffff26;color:#fff}.lms-drawer.dashboard-drawer .drawer-profile-row:hover{background:#ffffff1a}.lms-drawer.dashboard-drawer .drawer-profile-avatar-img{border-color:#32b2d080}.lms-drawer.dashboard-drawer .drawer-profile-online{border-color:#0c6277}.lms-drawer.dashboard-drawer .drawer-profile-role{color:#32b2d0f2}.lms-drawer.dashboard-drawer .drawer-section-label{color:#ffffffb3}.lms-drawer.dashboard-drawer .drawer-divider,.lms-drawer.dashboard-drawer hr.drawer-divider{border-color:#ffffff1a;background:#ffffff1a}.lms-drawer.dashboard-drawer .drawer-item{padding:.4375rem .75rem;font-size:.8125rem;font-weight:500;color:#fff;min-height:2.5rem;gap:.5rem;margin-inline:.5rem;border-radius:.5rem;border-inline-start:none}.lms-drawer.dashboard-drawer .drawer-item:hover{background:#ffffff1a;color:#fff}.lms-drawer.dashboard-drawer .drawer-item.active{background:#ffffff26;font-weight:600;border-inline-start:4px solid #32b2d0}.lms-drawer.dashboard-drawer .drawer-item .drawer-icon,.lms-drawer.dashboard-drawer .drawer-item>i.bi{font-size:1.0625rem;width:1.25rem;text-align:center;color:#ffffffd9}.lms-drawer.dashboard-drawer .drawer-item.active .drawer-icon,.lms-drawer.dashboard-drawer .drawer-item.active>i.bi{color:#32b2d0}.lms-drawer.dashboard-drawer .drawer-item:hover .drawer-icon,.lms-drawer.dashboard-drawer .drawer-item:hover>i.bi{color:#fff}.lms-drawer.dashboard-drawer .drawer-item-lang{padding:.4375rem .75rem;margin-inline:.5rem}.lms-drawer.dashboard-drawer .drawer-footer{border-top-color:#ffffff1a}.lms-drawer.dashboard-drawer .drawer-logout-btn{padding:.4375rem .75rem;font-size:.8125rem;margin-inline:.5rem;border-radius:.5rem}.ium-dashboard-filters .filter-panel-header{border-bottom:1px solid var(--bs-border-color-translucent, rgba(0, 0, 0, .08))}.filter-panel-toggle .filter-panel-chevron{font-size:.875rem;transition:transform .2s ease}.filter-panel-toggle[aria-expanded=true] .filter-panel-chevron,.filter-panel-toggle:not(.collapsed) .filter-panel-chevron{transform:rotate(180deg)}.ium-dashboard-filters-toolbar{flex-wrap:wrap;gap:.5rem;align-items:center}.ium-dashboard-filters__search{min-width:12rem;max-width:22rem;flex:1 1 12rem}.ium-dashboard-per-page__select{width:auto;min-width:4.5rem}.ium-dashboard-listing-pagination .pagination{margin-bottom:0}.ium-ui-filter-panel .ium-ui-filter-panel__toggle{color:var(--app-ink-2, #1f2937);font-weight:600;font-size:13px;line-height:1.2}.ium-ui-filter-panel .ium-ui-filter-panel__toggle:hover,.ium-ui-filter-panel .ium-ui-filter-panel__toggle:focus-visible{color:var(--brand-primary-600, #0a5366)}.ium-ui-filter-panel .ium-ui-filter-panel__icon{font-size:14px;opacity:.85}.ium-ui-filter-panel .ium-ui-filter-panel__chevron{font-size:11px;margin-inline-start:2px;transition:transform .2s ease}.ium-ui-filter-panel .ium-ui-filter-panel__toggle[aria-expanded=true] .ium-ui-filter-panel__chevron{transform:rotate(180deg)}.ium-ui-filter-panel .ium-ui-filter-panel__count{background:var(--brand-primary, #0c6277);color:#fff;font-size:11px;font-weight:600;padding:2px 7px;line-height:1.2}.ium-ui-filter-panel .ium-ui-filter-panel__clear{font-size:12px;font-weight:500}.ium-ui-filter-panel-toggle .ium-ui-filter-panel-toggle__icon{font-size:14px;opacity:.9}.ium-ui-filter-panel-toggle .ium-ui-filter-panel-toggle__count{font-size:11px;font-weight:600;padding:2px 7px;line-height:1.2}.ium-ui-pagination .page-item .page-link:hover{background-color:#32b2d0;border-color:#32b2d0;color:#fff}@media(max-width:575.98px){.ium-dashboard-filters__search{max-width:none}}.navbar-modern{position:sticky!important;top:0;z-index:1030;transition:box-shadow .3s ease}.navbar-modern.scrolled{box-shadow:0 4px 20px #0003}.dropdown-menu:not(.lang-dropdown-menu):not(.lang-dropdown-drawer){animation:fadeInDown .3s ease-out;border:1px solid rgba(50,178,208,.2)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-menu:not(.lang-dropdown-menu):not(.lang-dropdown-drawer) .dropdown-item{position:relative;overflow:hidden}.video-embed-container{position:relative;overflow:hidden}.video-embed-container:has(.course-image-container){min-height:200px}.tabs-modern .nav-link{position:relative}.tabs-modern .nav-link:after{content:"";position:absolute;inset-inline:0;bottom:0;height:2px;background:var(--color-text-brand);transform:scaleX(0);transition:transform .2s ease-out}.tabs-modern .nav-link.active:after{transform:scaleX(1)}@media(prefers-reduced-motion:reduce){.tabs-modern .nav-link:after{transition:none}}.scroll-reveal{opacity:0;transition:opacity .6s ease}.scroll-reveal.revealed{opacity:1}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e9ecef,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media(max-width:991px){.course-sidebar-sticky{position:static;padding:1rem}.course-content-area{padding:1rem}.video-embed-container iframe{height:300px}.video-embed-container:has(.course-image-container){min-height:180px}}@media print{.navbar-modern,.btn-enroll-full,.action-buttons-row,.tags-row-section{display:none}.course-info-card,.tabs-content-modern{box-shadow:none;border:1px solid #ced4da}}.verify-page{background:var(--color-bg);min-height:calc(100vh - 200px);padding-block:2.5rem 4rem}.verify-wrapper{max-inline-size:760px;margin-inline:auto;padding-inline:1.25rem}.verify-page-header{margin-block-end:1.75rem;padding-block-end:1.25rem;border-block-end:1px solid var(--color-border)}.verify-page-title{margin:0;font-size:clamp(1.625rem,1.2rem + 1.3vw,2rem);font-weight:700;line-height:1.35;color:var(--color-text-heading);text-wrap:balance}.verify-page-header p{margin:.5rem 0 0;font-size:1rem;line-height:1.7;color:var(--color-text-secondary);max-inline-size:60ch}.verify-result-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:0;padding:1.75rem;margin-block-end:1.25rem}.verify-result-title{margin:0;font-size:clamp(1.375rem,1.1rem + .9vw,1.75rem);font-weight:700;line-height:1.4;color:var(--color-text-heading);overflow-wrap:anywhere}.verify-result-message{margin:.625rem 0 0;font-size:1rem;line-height:1.8;color:var(--color-text-secondary);max-inline-size:60ch}.verify-result-mark{display:inline-flex;align-items:center;justify-content:center;inline-size:2.75rem;block-size:2.75rem;margin-block-end:1rem;font-size:1.25rem}.verify-result-card--refused{border-block-start:3px solid var(--color-danger-text)}.verify-result-card--refused .verify-result-mark{background:var(--color-danger-soft);color:var(--color-danger-text)}.verify-result-card--pending{border-block-start:3px solid var(--color-text-brand)}.verify-result-card--pending .verify-result-mark{background:var(--color-signal-soft);color:var(--color-signal-text)}.verify-result-code{margin:1.25rem 0 0;padding:.75rem 1rem;background:var(--color-surface-sunken)}.verify-result-code dt{margin:0;font-size:.8125rem;font-weight:600;color:var(--color-text-secondary)}.verify-result-code dd{margin:.25rem 0 0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1.0625rem;font-weight:700;color:var(--color-text-heading);overflow-wrap:anywhere}.verify-result-card .verify-btn{margin-block-start:1.5rem}.verify-result-card--verified{border-block-start:3px solid var(--color-cta)}.verify-verdict{display:flex;align-items:flex-start;gap:.875rem;padding-block-end:1.25rem;border-block-end:1px solid var(--color-border)}.verify-verdict-mark{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;inline-size:2.75rem;block-size:2.75rem;background:var(--color-cta);color:var(--color-on-cta);font-size:1.375rem}.verify-verdict-issuer{margin:.375rem 0 0;font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary)}.verify-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(15rem,100%),1fr));gap:1.125rem 2rem;margin:1.25rem 0 0}.verify-fact{min-inline-size:0}.verify-fact dt{margin:0 0 .25rem;font-size:.8125rem;font-weight:600;color:var(--color-text-secondary)}.verify-fact dd{margin:0;font-size:1rem;line-height:1.6;color:var(--color-text-heading);overflow-wrap:anywhere}.verify-fact-strong dd,dd.verify-fact-strong{font-size:1.0625rem;font-weight:700}.verify-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:600}.verify-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-block-start:1.5rem;padding-block-start:1.25rem;border-block-start:1px solid var(--color-border)}.verify-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-block-size:2.75rem;padding:.5rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.verify-btn--primary{background:var(--color-cta);color:var(--color-on-cta);border:0;border-radius:0;clip-path:polygon(10px 0,100% 0,calc(100% - 10px) 100%,0 100%)}[dir=rtl] .verify-btn--primary{clip-path:polygon(0 0,calc(100% - 10px) 0,100% 100%,10px 100%)}.verify-btn--primary:visited{color:var(--color-on-cta)}.verify-btn--primary:hover,.verify-btn--primary:focus-visible{background:var(--color-cta-hover);color:var(--color-on-cta)}.verify-btn--primary:active{background:var(--color-cta-active)}.verify-btn--primary:focus-visible{outline:2px solid var(--color-on-cta);outline-offset:-5px}.verify-btn--quiet{background:var(--color-surface);color:var(--color-text-brand);border:1px solid var(--color-border-strong);border-radius:0}.verify-btn--quiet:visited{color:var(--color-text-brand)}.verify-btn--quiet:hover{border-color:var(--color-text-brand);color:var(--color-text-brand-hover)}.verify-btn--quiet:focus-visible{outline:2px solid var(--color-focus-outline);outline-offset:2px}.verify-btn--quiet.copied{border-color:var(--color-cta);color:var(--color-cta)}.verify-btn--block{inline-size:100%}.verify-form-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:0;padding:1.75rem;margin-block-end:1.25rem}.verify-form-group{margin-block-end:1.25rem}.verify-label{display:block;margin-block-end:.5rem;font-size:.9375rem;font-weight:700;color:var(--color-text-heading)}.verify-input{inline-size:100%;min-block-size:3.25rem;padding:.75rem 1rem;border:1px solid var(--color-border-strong);border-radius:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1.125rem;font-weight:600;letter-spacing:.15em;text-align:center;background:var(--color-surface);color:var(--color-text-primary);box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.verify-input::placeholder{letter-spacing:normal;font-family:inherit;font-weight:400;color:var(--color-text-muted)}.verify-input:focus{outline:none;border-color:var(--color-text-brand);box-shadow:0 0 0 2px var(--color-signal-soft)}.verify-hint{margin:.5rem 0 0;font-size:.875rem;line-height:1.6;color:var(--color-text-secondary)}.verify-document{background:var(--color-surface);border:1px solid var(--color-border);border-radius:0;margin-block-end:1.25rem}.verify-document-head{padding:1.125rem 1.5rem;border-block-end:1px solid var(--color-border)}.verify-document-head h2{margin:0;font-size:1rem;font-weight:700;color:var(--color-text-heading)}.cert-v-scroll-wrap{overflow-x:auto;overscroll-behavior-x:contain;position:relative}.cert-v-scroll-wrap:focus-visible{outline:2px solid var(--color-focus-outline);outline-offset:-2px}.verify-share{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;background:var(--color-surface);border:1px solid var(--color-border);padding:1.125rem 1.5rem;margin-block-end:1.25rem}.verify-share-title{margin:0;font-size:.9375rem;font-weight:700;color:var(--color-text-heading)}.verify-share-links{display:flex;flex-wrap:wrap;gap:.5rem}.verify-share-link{display:inline-flex;align-items:center;justify-content:center;inline-size:2.75rem;block-size:2.75rem;border:1px solid var(--color-border-strong);color:var(--color-text-brand);font-size:1.0625rem;text-decoration:none;transition:border-color .2s ease,color .2s ease}.verify-share-link:hover,.verify-share-link:focus-visible{border-color:var(--color-text-brand);color:var(--color-text-brand-hover)}.verify-share-link:focus-visible{outline:2px solid var(--color-focus-outline);outline-offset:2px}.verify-info-note{display:flex;align-items:flex-start;gap:.875rem;background:var(--color-surface-sunken);border:1px solid var(--color-border);padding:1.125rem 1.5rem}.verify-info-note i{flex-shrink:0;margin-block-start:.125rem;font-size:1.125rem;color:var(--color-text-brand)}.verify-info-note p{margin:0;font-size:.9375rem;line-height:1.8;color:var(--color-text-secondary)}.verify-info-note strong{color:var(--color-text-heading)}@media(max-width:575px){.verify-result-card,.verify-form-card{padding:1.25rem}.verify-share,.verify-info-note,.verify-document-head{padding-inline:1.25rem}.verify-actions .verify-btn{inline-size:100%}}@media(prefers-reduced-motion:reduce){.verify-btn,.verify-input,.verify-share-link{transition:none}}@media print{.verify-actions,.verify-share,.verify-info-note{display:none}}.certificate-display.certificate-display--en-v9{background:#fff;position:relative;overflow:hidden}.certificate-display.certificate-display--en-v9 .cert-display-inner--v9{position:relative;z-index:3;padding:36px 28px 40px;width:100%;max-width:none;margin:0;box-sizing:border-box}.cert-v-display.cert-v-display--en-v9:before{display:none}.cert-v-display.cert-v-display--en-v9{background:#fff;border-bottom:none;padding:36px 32px 44px;position:relative;overflow:hidden;text-align:center}.cert9-root{position:relative;min-height:420px}.cert9-inner{position:relative;z-index:3}.cert9-brand-block{text-align:center;margin-bottom:.35rem}.cert9-brand-logo{max-height:72px;width:auto;margin:0 auto .5rem;display:block}.cert9-platform-line{font-family:Inter,system-ui,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.06em;color:#1a2b4a;text-transform:uppercase;line-height:1.25}.cert9-platform-lines{text-align:center}.cert9-platform-line--stack{display:block}.cert9-platform-rule{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.32rem;width:88%;max-width:19rem;margin:.32rem auto .28rem;box-sizing:border-box}.cert9-platform-rule-bar{flex:1 1 auto;min-width:.75rem;height:1px;background:#c1a05c;border-radius:1px}.cert9-platform-rule-diamond{flex-shrink:0;color:#c1a05c;font-size:.45rem;line-height:1}.cert9-diamond-row{text-align:center;line-height:1;margin:.2rem 0 .1rem}.cert9-diamond-row--tight{margin:.1rem 0 .35rem}.cert9-diamond-row--after-course{margin:.22rem 0 .55rem}.cert9-diamond{color:#c1a05c;font-size:.58rem;line-height:1}.cert9-title-word{font-family:Playfair Display,Georgia,Times New Roman,serif,Georgia,serif;font-size:clamp(1.75rem,5vw,2.35rem);font-weight:700;color:#1a2b4a;text-align:center;letter-spacing:.08em;line-height:1.05;margin:.15rem auto;max-width:min(19rem,92vw);box-sizing:border-box}.cert9-subtitle-row{display:flex;align-items:center;justify-content:center;gap:.45rem;width:auto;max-width:min(19rem,92vw);margin:0 auto .15rem;box-sizing:border-box}.cert9-sub-rule{flex:0 0 2.65rem;min-width:0;max-width:3.1rem}.cert9-hrule{height:2px;background:#c1a05c}.cert9-sub-mid{flex-shrink:0}.cert9-subtitle{font-family:Inter,system-ui,sans-serif;font-size:.62rem;font-weight:700;letter-spacing:.22em;color:#c1a05c}.cert9-subtitle-trail{display:flex;justify-content:center;align-items:center;margin:.06rem 0 .12rem;line-height:1}.cert9-subtitle-trail-dot{display:block;width:.35rem;height:.35rem;border-radius:50%;background:#c1a05c;box-shadow:0 0 0 1px #c1a05c59}.cert9-lead{font-family:Inter,system-ui,sans-serif;font-size:.72rem;color:#475569;text-align:center;margin:.58rem 0 .3rem;line-height:1.35}.cert9-recipient{font-family:Inter,system-ui,sans-serif;font-size:clamp(1.32rem,4.2vw,1.82rem);font-weight:700;color:#1a2b4a;text-align:center;line-height:1.08;margin:.2rem 0 .42rem;letter-spacing:.02em}.cert9-completion{font-family:Inter,system-ui,sans-serif;font-size:.8rem;color:#5d6778;text-align:center;max-width:36rem;margin:0 auto .65rem;line-height:1.45}.cert9-completion--course{display:flex;flex-direction:column;align-items:center;gap:.06rem;font-size:.74rem;line-height:1.38;margin:0 auto .38rem;max-width:22rem;color:#5d6778}.cert9-completion__line1,.cert9-completion__line2{display:block;text-align:center;width:100%}.cert9-course-rule{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.28rem;width:auto;max-width:min(10rem,52vw);margin:.12rem auto .48rem;box-sizing:border-box}.cert9-course-rule-bar{flex:0 0 1.25rem;min-width:0;max-width:1.5rem;height:1px;background:#c1a05c;border-radius:1px}.cert9-course-rule-diamond{flex-shrink:0;color:#c1a05c;font-size:.4rem;line-height:1}.cert9-course-title{font-family:Inter,system-ui,sans-serif;font-size:clamp(.9rem,2.35vw,1.06rem);font-weight:700;color:#1a2b4a;text-align:center;letter-spacing:.04em;line-height:1.25;margin:0 auto .35rem;max-width:min(36rem,94vw);text-wrap:balance;box-sizing:border-box}.cert9-details{display:flex;flex-wrap:nowrap;align-items:stretch;justify-content:space-between;gap:0;background:#faf8f4;border:1px solid #d4c4a8;border-radius:10px;padding:.7rem .45rem .75rem;margin:.5rem 0 .85rem;box-sizing:border-box}.cert9-detail-col{flex:1 1 0;min-width:0;padding:0 .35rem}.cert9-detail-stack{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.28rem}.cert9-glyph{flex-shrink:0}.cert9-glyph svg{width:22px;height:22px;display:block}.cert9-detail-label{font-family:Inter,system-ui,sans-serif;font-size:.55rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#1a2b4a}.cert9-detail-value{font-family:Inter,system-ui,sans-serif;font-size:.72rem;font-weight:400;color:#111;line-height:1.25}.cert9-details-vsep{flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:.35rem 0}.cert9-details-vsep-bar{width:1px;height:3.1rem;background:#ded6cb;border-radius:1px}.cert9-details{display:grid;grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr) 1px minmax(0,1fr) 1px minmax(0,1fr);align-items:stretch;justify-content:unset}.cert9-details-vsep{padding:0;width:1px;min-width:1px;max-width:1px;align-self:stretch;display:flex;justify-content:center;align-items:stretch}.cert9-details-vsep-bar{height:100%;min-height:3.1rem;align-self:stretch}.cert9-participation-note{font-family:Inter,system-ui,sans-serif;font-size:.82rem;color:#7d8590;text-align:center;margin:0 0 1.25rem;line-height:1.45}.cert9-trust{display:flex;flex-wrap:nowrap;align-items:stretch;justify-content:center;gap:0;margin:1.1rem auto 1rem;width:100%;max-width:28rem;box-sizing:border-box}.cert9-trust-sig{flex:1 1 0;text-align:left;min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:.2rem;padding-right:1.2rem;box-sizing:border-box}.cert9-trust-sig .cert9-sig-script,.cert9-trust-sig .cert9-sig-name,.cert9-trust-sig .cert9-sig-title{text-align:left}.cert9-trust-sig .cert9-sig-rule{justify-content:flex-start;margin-left:0;margin-right:auto}.cert9-sig-script{margin-bottom:0;text-align:center;width:100%}.cert9-sig-img{display:inline-block;max-width:200px;height:auto;max-height:70px;object-fit:contain}.cert9-sig-rule{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.22rem;width:100%;max-width:8rem;margin:.05rem 0 .08rem}.cert9-sig-rule-bar{flex:1 1 auto;min-width:.5rem;height:.75px;background:#c1a05c;border-radius:1px;opacity:.7}.cert9-sig-rule-diamond{flex-shrink:0;color:#c1a05c;font-size:.35rem;line-height:1;opacity:.7}.cert9-sig-name{font-family:Inter,system-ui,sans-serif;font-size:.85rem;font-weight:600;color:#1a2b4a;width:100%}.cert9-sig-title{font-family:Inter,system-ui,sans-serif;font-size:.64rem;font-weight:400;color:#1a2b4a;margin-top:.12rem;width:100%}.cert9-trust-vsep{flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:.35rem .2rem;box-sizing:border-box}.cert9-trust-vsep-bar{width:1px;height:3.1rem;background:#ded6cb;border-radius:1px}.cert9-trust-qr{flex:1 1 0;text-align:center;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:1.2rem;padding-right:.75rem;box-sizing:border-box}.cert9-qr-box{border:2px solid #c1a05c;border-radius:6px;padding:6px;display:inline-block;background:#fff}.cert9-qr-img{width:92px;height:92px;display:block}.cert9-scan-label{font-family:Inter,system-ui,sans-serif;font-size:.72rem;font-weight:700;color:#1a2b4a;margin-top:.38rem;width:100%;text-align:center}.cert9-qr-fallback--web{font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,monospace;font-size:.68rem;font-weight:700;color:#1a2b4a;border:2px solid #c1a05c;border-radius:6px;padding:.65rem .5rem;margin:0 auto;max-width:11rem;text-align:center;letter-spacing:.08em;line-height:1.3;word-break:break-all}.cert9-pills-panel{width:100%;max-width:28rem;margin:.5rem auto .75rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;overflow:hidden}.cert9-pills-row{display:flex;align-items:stretch;min-height:3.35rem}.cert9-pill-side{flex:1 1 50%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem;padding:.4rem .5rem;min-width:0}.cert9-pill-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.12rem}.cert9-pill-side--left{border-right:1px solid #d1d5db}.cert9-pills-vsep{display:none}.cert9-pill-icon-wrap{flex-shrink:0;width:2.35rem;height:2.35rem;border:1px solid #c1a05c;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center}.cert9-pill-icon-wrap svg{display:block}.cert9-pill-label{width:100%;min-width:0;font-family:Inter,system-ui,sans-serif;font-size:.62rem;font-weight:600;color:#1a2b4a;line-height:1.2;text-align:left}.cert9-pill-val{width:100%;text-align:left;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,monospace;font-size:.78rem;font-weight:700;color:#1a2b4a;letter-spacing:.04em;line-height:1.25;word-break:break-word;font-variant-numeric:tabular-nums;-webkit-user-select:all;user-select:all}.cert9-bottom-wrap{text-align:center;width:100%;margin-top:.85rem}.cert9-footer-diamond{color:#c1a05c;font-size:.58rem;line-height:1;margin:0 0 .5rem}.cert9-endorse{font-family:Inter,system-ui,sans-serif;text-align:center;line-height:1.35;margin:0;padding:0 .5rem}.cert9-endorse--primary{font-size:.68rem;font-weight:700;color:#1a2b4a;margin-bottom:.18rem}.cert9-endorse--secondary{font-size:.6rem;font-weight:400;color:#1a2b4a;margin-bottom:.65rem}.cert9-bottom-brand-row{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.95rem;width:100%;max-width:26rem;margin:0 auto}.cert9-bottom-rule{flex:0 0 auto;width:3.1rem;height:2px;background:#c1a05c;border-radius:1px}.cert9-bottom-brand{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.45rem;flex:0 1 auto;min-width:0}.cert9-bottom-brand--logo-only{gap:0}.cert9-bottom-brand--with-text{gap:.45rem}.cert9-bottom-logo{max-height:54px;width:auto;flex-shrink:0}.cert9-bottom-uni{font-family:Inter,system-ui,sans-serif;font-size:.58rem;font-weight:700;letter-spacing:.1em;color:#1a2b4a;text-transform:uppercase;white-space:pre-line;line-height:1.2;text-align:left}.cert9-root--en-web{--cert9-rail-max: min(33rem, 94%)}.cert9-root--en-web .cert9-platform-rule{margin:.12rem auto .1rem;max-width:14.25rem;width:68%}.cert9-root--en-web .cert9-platform-rule-bar{height:1px}.cert9-root--en-web .cert9-title-word:not(.cert9-title-word--ar){font-size:clamp(2.625rem,7.5vw,3.525rem);max-width:min(28.5rem,94vw)}.cert9-root--en-web .cert9-subtitle{font-family:Playfair Display,Georgia,Times New Roman,serif,Georgia,Times New Roman,serif;font-size:clamp(.82rem,2.1vw,1.02rem);font-weight:600;letter-spacing:.16em;color:#c1a05c}.cert9-root--en-web .cert9-subtitle-trail{margin:.16rem 0 .22rem}.cert9-root--en-web .cert9-subtitle-trail-dot{width:.48rem;height:.48rem;box-shadow:0 0 0 2px #c1a05c38}.cert9-root--en-web .cert9-details{background:transparent;border:none;border-radius:0;padding:.55rem .15rem .65rem;margin-top:.45rem;margin-bottom:.9rem;margin-left:auto;margin-right:auto;max-width:var(--cert9-rail-max);width:100%}.cert9-root--en-web .cert9-details-vsep-bar{background:#1a2b4a24;height:2.75rem}.cert9-root--en-web .cert9-glyph svg{width:33px;height:33px}.cert9-root--en-web .cert9-detail-label{font-size:.58rem}.cert9-root--en-web .cert9-trust{max-width:var(--cert9-rail-max);width:100%;margin-top:1.05rem;margin-bottom:1.05rem;margin-left:auto;margin-right:auto;padding-inline:clamp(.3rem,1.8vw,.55rem);box-sizing:border-box}.cert9-root--en-web .cert9-trust-sig{flex:1 1 0;align-items:flex-start;padding-left:.55rem;padding-right:.55rem;text-align:left}.cert9-root--en-web .cert9-trust-sig .cert9-sig-rule{justify-content:flex-start;margin-left:0;margin-right:auto;max-width:7.35rem}.cert9-root--en-web .cert9-trust-qr{flex:1 1 0;align-items:flex-end;padding-left:.55rem;padding-right:.55rem;text-align:right}.cert9-root--en-web .cert9-trust-qr .cert9-scan-label{text-align:right}.cert9-root--en-web .cert9-trust-qr .cert9-qr-fallback--web{margin-left:auto;margin-right:0}.cert9-root--en-web .cert9-qr-img{width:72px;height:72px}.cert9-root--en-web .cert9-qr-box{padding:4px}.cert9-root--en-web .cert9-sig-name{font-size:.78rem}.cert9-root--en-web .cert9-pills-panel{max-width:var(--cert9-rail-max);border-color:#e5e1dc;border-radius:10px;background:#fdfcfa}.cert9-root--en-web .cert9-pill-side{padding:.52rem .62rem .55rem}.cert9-root--en-web .cert9-pill-side--left{border-right-color:#e5e1dc}.cert9-root--en-web .cert9-footer-diamond{margin:0 0 .55rem}.cert9-root--en-web .cert9-endorse--secondary{margin-bottom:.88rem}.cert9-root--en-web .cert9-bottom-wrap{margin-top:1.05rem}.cert9-root--en-web .cert9-trust{display:grid;grid-template-columns:1fr 1px 1fr;align-items:stretch}.cert9-root--en-web .cert9-trust-sig,.cert9-root--en-web .cert9-trust-qr{min-width:0}.cert9-root--en-web .cert9-trust-vsep{display:flex;align-items:center;justify-content:center;padding:0;width:1px;min-width:1px;max-width:1px;align-self:stretch}.cert9-root--en-web .cert9-trust-vsep-bar{width:1px;height:2.65rem;min-height:0;background:#1a2b4a24}.cert9-root--en-web .cert9-pills-row{display:grid;grid-template-columns:1fr 1px 1fr;align-items:stretch;min-height:3.35rem}.cert9-root--en-web .cert9-pill-side{flex:unset}.cert9-root--en-web .cert9-pill-side--left{border-right:none}.cert9-root--en-web .cert9-pills-vsep{display:block;width:1px;min-width:1px;max-width:1px;background:#e5e1dc;align-self:stretch}.certificate-display.certificate-display--ar-v9,.cert-v-display.cert-v-display--ar-v9{direction:rtl}.certificate-display.certificate-display--ar-v9 .cert9-platform-line,.certificate-display.certificate-display--ar-v9 .cert9-subtitle,.certificate-display.certificate-display--ar-v9 .cert9-lead,.certificate-display.certificate-display--ar-v9 .cert9-completion,.certificate-display.certificate-display--ar-v9 .cert9-course-title,.certificate-display.certificate-display--ar-v9 .cert9-detail-label,.certificate-display.certificate-display--ar-v9 .cert9-detail-value,.certificate-display.certificate-display--ar-v9 .cert9-participation-note,.certificate-display.certificate-display--ar-v9 .cert9-sig-name,.certificate-display.certificate-display--ar-v9 .cert9-sig-title,.certificate-display.certificate-display--ar-v9 .cert9-scan-label,.certificate-display.certificate-display--ar-v9 .cert9-pill-label,.certificate-display.certificate-display--ar-v9 .cert9-completion--course,.certificate-display.certificate-display--ar-v9 .cert9-completion__line1,.certificate-display.certificate-display--ar-v9 .cert9-completion__line2,.certificate-display.certificate-display--ar-v9 .cert9-endorse,.certificate-display.certificate-display--ar-v9 .cert9-recipient,.certificate-display.certificate-display--ar-v9 .cert9-title-word,.cert-v-display.cert-v-display--ar-v9 .cert9-platform-line,.cert-v-display.cert-v-display--ar-v9 .cert9-subtitle,.cert-v-display.cert-v-display--ar-v9 .cert9-lead,.cert-v-display.cert-v-display--ar-v9 .cert9-completion,.cert-v-display.cert-v-display--ar-v9 .cert9-course-title,.cert-v-display.cert-v-display--ar-v9 .cert9-detail-label,.cert-v-display.cert-v-display--ar-v9 .cert9-detail-value,.cert-v-display.cert-v-display--ar-v9 .cert9-participation-note,.cert-v-display.cert-v-display--ar-v9 .cert9-sig-name,.cert-v-display.cert-v-display--ar-v9 .cert9-sig-title,.cert-v-display.cert-v-display--ar-v9 .cert9-scan-label,.cert-v-display.cert-v-display--ar-v9 .cert9-pill-label,.cert-v-display.cert-v-display--ar-v9 .cert9-completion--course,.cert-v-display.cert-v-display--ar-v9 .cert9-completion__line1,.cert-v-display.cert-v-display--ar-v9 .cert9-completion__line2,.cert-v-display.cert-v-display--ar-v9 .cert9-endorse,.cert-v-display.cert-v-display--ar-v9 .cert9-recipient,.cert-v-display.cert-v-display--ar-v9 .cert9-title-word{font-family:Noto Kufi Arabic,system-ui,sans-serif}.certificate-display.certificate-display--ar-v9 .cert9-title-word--ar,.cert-v-display.cert-v-display--ar-v9 .cert9-title-word--ar{font-size:clamp(1.75rem,5vw,2.35rem);letter-spacing:0}.certificate-display.certificate-display--ar-v9 .cert9-recipient--ar,.cert-v-display.cert-v-display--ar-v9 .cert9-recipient--ar,.certificate-display.certificate-display--ar-v9 .cert9-course-title--ar,.cert-v-display.cert-v-display--ar-v9 .cert9-course-title--ar{letter-spacing:0}.certificate-display.certificate-display--ar-v9 .cert9-platform-line,.certificate-display.certificate-display--ar-v9 .cert9-detail-label,.cert-v-display.cert-v-display--ar-v9 .cert9-platform-line,.cert-v-display.cert-v-display--ar-v9 .cert9-detail-label{letter-spacing:0;text-transform:none}.certificate-display.certificate-display--ar-v9 .cert9-subtitle,.cert-v-display.cert-v-display--ar-v9 .cert9-subtitle{letter-spacing:0}.certificate-display.certificate-display--ar-v9 .cert9-pill-body,.cert-v-display.cert-v-display--ar-v9 .cert9-pill-body{align-items:stretch}.certificate-display.certificate-display--ar-v9 .cert9-pill-label,.cert-v-display.cert-v-display--ar-v9 .cert9-pill-label{text-align:right}.certificate-display.certificate-display--ar-v9 .cert9-pill-val,.cert-v-display.cert-v-display--ar-v9 .cert9-pill-val{width:100%;text-align:right;direction:ltr;unicode-bidi:embed;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,monospace}.certificate-display.certificate-display--ar-v9 .cert9-trust-qr,.cert-v-display.cert-v-display--ar-v9 .cert9-trust-qr{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.14rem}.certificate-display.certificate-display--ar-v9 .cert9-trust-qr .cert9-qr-box,.certificate-display.certificate-display--ar-v9 .cert9-trust-qr>.cert9-qr-fallback--web,.cert-v-display.cert-v-display--ar-v9 .cert9-trust-qr .cert9-qr-box,.cert-v-display.cert-v-display--ar-v9 .cert9-trust-qr>.cert9-qr-fallback--web{order:1}.certificate-display.certificate-display--ar-v9 .cert9-trust-qr .cert9-scan-label,.cert-v-display.cert-v-display--ar-v9 .cert9-trust-qr .cert9-scan-label{order:2;margin-top:0}.certificate-display.certificate-display--ar-v9 .cert9-trust-sig .cert9-sig-rule,.cert-v-display.cert-v-display--ar-v9 .cert9-trust-sig .cert9-sig-rule{max-width:5.75rem;margin-bottom:.28rem;transform:translate(.42rem)}.certificate-display.certificate-display--ar-v9 .cert9-trust-sig,.cert-v-display.cert-v-display--ar-v9 .cert9-trust-sig{text-align:right;align-items:flex-end}.certificate-display.certificate-display--ar-v9 .cert9-trust-qr,.cert-v-display.cert-v-display--ar-v9 .cert9-trust-qr{text-align:center;align-items:center}.certificate-display.certificate-display--ar-v9 .cert9-scan-label,.cert-v-display.cert-v-display--ar-v9 .cert9-scan-label{text-align:center}.certificate-display.certificate-display--ar-v9 .cert9-sig-script,.certificate-display.certificate-display--ar-v9 .cert9-sig-name,.certificate-display.certificate-display--ar-v9 .cert9-sig-title,.cert-v-display.cert-v-display--ar-v9 .cert9-sig-script,.cert-v-display.cert-v-display--ar-v9 .cert9-sig-name,.cert-v-display.cert-v-display--ar-v9 .cert9-sig-title{text-align:right}.certificate-display.certificate-display--ar-v9 .cert9-sig-block,.cert-v-display.cert-v-display--ar-v9 .cert9-sig-block{text-align:right;direction:ltr;unicode-bidi:embed}.certificate-display.certificate-display--ar-v9 .cert9-sig-rule,.cert-v-display.cert-v-display--ar-v9 .cert9-sig-rule{justify-content:flex-end;margin-left:auto;margin-right:0}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web{--cert9-rail-max: min(33rem, 94%)}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-platform-rule{margin:.12rem auto .1rem;max-width:9rem;width:45%}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-details{background:transparent;border:none;border-radius:0;padding:.55rem .4rem .65rem;margin-top:.45rem;margin-bottom:.9rem;margin-left:auto;margin-right:auto;max-width:var(--cert9-rail-max);width:100%}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-details-vsep-bar{background:#1a2b4a24;height:2.75rem}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-glyph svg{width:33px;height:33px}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-detail-label{font-size:.58rem}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-detail-stack{gap:.32rem}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-trust{max-width:var(--cert9-rail-max);width:100%;margin-top:1.05rem;margin-bottom:1.05rem;margin-left:auto;margin-right:auto;padding-inline:clamp(.3rem,1.8vw,.55rem);box-sizing:border-box}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-trust-sig{flex:1 1 0;padding-left:.55rem;padding-right:.55rem}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-trust-qr{flex:1 1 0;padding-left:.55rem;padding-right:.55rem;gap:.14rem}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-trust-qr .cert9-scan-label{margin-top:0}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-qr-img{width:72px;height:72px}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-qr-box{padding:4px}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-sig-name{font-size:.78rem}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-pills-panel{max-width:var(--cert9-rail-max);border-color:#e5e1dc;border-radius:10px;background:#fdfcfa}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-pill-side{padding:.52rem .62rem .55rem}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-pill-side--left{border-right-color:#e5e1dc}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-detail-col{padding-left:.5rem;padding-right:.5rem}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-trust{display:grid;grid-template-columns:1fr 1px 1fr;align-items:stretch}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-trust-sig,:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-trust-qr{min-width:0}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-trust-vsep{display:flex;align-items:center;justify-content:center;padding:0;width:1px;min-width:1px;max-width:1px;align-self:stretch}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-trust-vsep-bar{width:1px;height:2.65rem;min-height:0;background:#1a2b4a24}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-pills-row{display:grid;grid-template-columns:1fr 1px 1fr;align-items:stretch;min-height:3.35rem}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-pill-side{flex:unset}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-pill-side--left{border-right:none}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-pills-vsep{display:block;width:1px;min-width:1px;max-width:1px;background:#e5e1dc;align-self:stretch}.cms-page--sections .cms-page__sidebar{position:sticky;top:1rem}.cms-page--sections .cms-page__nav{background:#f8fafc;border-radius:.75rem;padding:.25rem 0;border:1px solid #f0f4f8}.cms-page--sections .cms-page__nav-list{list-style:none;margin:0;padding:0}.cms-page--sections .cms-page__nav-item{margin:0}.cms-page--sections .cms-page__nav-link{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;color:#212529;text-decoration:none;transition:all .15s ease;border:none;background:transparent;width:100%;text-align:start;font-size:.8125rem;cursor:pointer}.cms-page--sections .cms-page__nav-link:hover{background:#32b2d014;color:#11273d}.cms-page--sections .cms-page__nav-link.active{background:#32b2d01f;color:#0c6277;font-weight:500}.cms-page--sections .cms-page__nav-icon{flex-shrink:0;font-size:.9375rem;color:#32b2d0}.cms-page--sections .cms-page__nav-label{flex:1}.cms-page--sections .cms-page__nav-chevron{flex-shrink:0;font-size:.6875rem;opacity:.7;transition:transform all .15s ease}.cms-page--sections .cms-page__main{min-width:0}.cms-page--sections .cms-page__title{font-size:1.125rem;font-weight:700;color:#11273d;margin-bottom:1rem}.cms-page--sections .cms-page__section{margin-bottom:1.75rem;scroll-margin-top:1rem}.cms-page--sections .cms-page__section:last-child{margin-bottom:0}.cms-page--sections .cms-page__section-content{font-size:.875rem;color:#212529;line-height:1.6}.cms-page--sections .cms-page__section-content h2{font-size:1rem;font-weight:600;color:#0c6277;margin-top:0;margin-bottom:.5rem}.cms-page--sections .cms-page__section-content h3{font-size:.875rem;font-weight:600;color:#212529;margin-bottom:.375rem}.cms-page--sections .cms-page__section-content p{margin-bottom:.5rem}.cms-page--sections .cms-page__section-content p:last-child{margin-bottom:0}.cms-page--sections .cms-page__section-content ul,.cms-page--sections .cms-page__section-content ol{padding-inline-start:1.25rem;margin-bottom:.5rem}.cms-page--sections .cms-page__section-content li{margin-bottom:.25rem}.cms-page--sections[dir=rtl] .cms-page__sidebar{order:2}.cms-page--sections[dir=rtl] .cms-page__main{order:1}.cms-page--single .cms-page__title--single{font-size:1.125rem;font-weight:700;color:#11273d;margin-bottom:1rem}.cms-page--single .cms-page-content{font-size:.875rem;line-height:1.6;color:#212529}.cms-page--single .cms-page-content h2{font-size:1rem;font-weight:600;margin-top:1rem;margin-bottom:.5rem}.cms-page--single .cms-page-content h3{font-size:.875rem;font-weight:600;margin-bottom:.375rem}.cms-page--single .cms-page-content p{margin-bottom:.5rem}.cms-page--single .cms-page-content ul,.cms-page--single .cms-page-content ol{padding-inline-start:1.25rem;margin-bottom:.5rem}.cms-page__whatsapp-contact{display:flex;align-items:center;gap:.875rem;min-block-size:4.5rem;margin-bottom:1.5rem;padding:.875rem 1rem;border:1px solid var(--color-border);border-radius:.75rem;background:var(--color-surface);color:var(--color-text-primary);box-shadow:var(--shadow-sm);text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.cms-page__whatsapp-contact:hover{border-color:#25d366;color:var(--color-text-primary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.cms-page__whatsapp-contact:focus-visible{outline:3px solid var(--color-focus-ring);outline-offset:3px}.cms-page__whatsapp-icon{inline-size:2.75rem;block-size:2.75rem;flex:0 0 2.75rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#25d366;color:#fff;font-size:1.25rem}.cms-page__whatsapp-details{min-inline-size:0;display:flex;flex:1;flex-direction:column;gap:.15rem}.cms-page__whatsapp-label{color:var(--color-text-secondary);font-size:.8125rem;font-weight:600}.cms-page__whatsapp-number{direction:ltr;color:var(--color-text-primary);font-size:1rem;font-weight:700;text-align:start;unicode-bidi:isolate}.cms-page__whatsapp-external{flex:0 0 auto;color:var(--color-text-muted);font-size:.875rem}@media(prefers-reduced-motion:reduce){.cms-page__whatsapp-contact{transition:none}}[data-bs-theme=dark] .cms-page--sections .cms-page__nav{background:#0d1b24;border:1px solid rgba(255,255,255,.07)}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-item+.cms-page__nav-item{border-top:1px solid rgba(255,255,255,.06)}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link{color:#dde7ec}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link .cms-page__nav-icon{color:#32b2d0}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link .cms-page__nav-chevron{color:#7f8d95;opacity:1}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link:hover{background:#32b2d01a;color:#63d4ec}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link:hover .cms-page__nav-icon,[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link:hover .cms-page__nav-chevron{color:#63d4ec}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link.active{background:#32b2d024;color:#32b2d0;font-weight:500;box-shadow:inset 3px 0 #32b2d0}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link.active .cms-page__nav-icon,[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link.active .cms-page__nav-chevron{color:#32b2d0}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link:active{background:#32b2d02e;color:#fff}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link:active .cms-page__nav-icon,[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link:active .cms-page__nav-chevron{color:#32b2d0}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link:disabled,[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link.disabled{color:#5f6d75;pointer-events:none}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link:disabled .cms-page__nav-icon,[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link:disabled .cms-page__nav-chevron,[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link.disabled .cms-page__nav-icon,[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link.disabled .cms-page__nav-chevron{color:#4b5a63}[data-bs-theme=dark] .cms-page--sections[dir=rtl] .cms-page__nav-link.active{box-shadow:inset -3px 0 #32b2d0}[data-bs-theme=dark] .cms-page__title,[data-bs-theme=dark] .cms-page__title--single{color:#f3f7f9}[data-bs-theme=dark] .cms-page__section-content,[data-bs-theme=dark] .cms-page-content{background:transparent;border:none;color:#a7b5bd}[data-bs-theme=dark] .cms-page__section-content ::selection,[data-bs-theme=dark] .cms-page-content ::selection{background:#32b2d038;color:#f3f7f9}[data-bs-theme=dark] .cms-page__section-content h2,[data-bs-theme=dark] .cms-page-content h2{color:#e8eef2}[data-bs-theme=dark] .cms-page__section-content h3,[data-bs-theme=dark] .cms-page-content h3{color:#dde7ec}[data-bs-theme=dark] .cms-page__section-content h4,[data-bs-theme=dark] .cms-page__section-content h5,[data-bs-theme=dark] .cms-page__section-content h6,[data-bs-theme=dark] .cms-page-content h4,[data-bs-theme=dark] .cms-page-content h5,[data-bs-theme=dark] .cms-page-content h6{color:#b6c3ca}[data-bs-theme=dark] .cms-page__section-content p,[data-bs-theme=dark] .cms-page-content p{color:#a7b5bd}[data-bs-theme=dark] .cms-page__section-content small,[data-bs-theme=dark] .cms-page__section-content .text-muted,[data-bs-theme=dark] .cms-page-content small,[data-bs-theme=dark] .cms-page-content .text-muted{color:#8d9aa3}[data-bs-theme=dark] .cms-page__section-content .small,[data-bs-theme=dark] .cms-page__section-content figcaption,[data-bs-theme=dark] .cms-page-content .small,[data-bs-theme=dark] .cms-page-content figcaption{color:#8d9aa3}[data-bs-theme=dark] .cms-page__section-content strong,[data-bs-theme=dark] .cms-page__section-content b,[data-bs-theme=dark] .cms-page-content strong,[data-bs-theme=dark] .cms-page-content b{color:#f3f7f9}[data-bs-theme=dark] .cms-page__section-content a,[data-bs-theme=dark] .cms-page-content a{color:#32b2d0;text-decoration:none}[data-bs-theme=dark] .cms-page__section-content a:hover,[data-bs-theme=dark] .cms-page-content a:hover{color:#63d4ec;text-decoration:underline}[data-bs-theme=dark] .cms-page__section-content a:visited,[data-bs-theme=dark] .cms-page-content a:visited{color:#4bb8c7}[data-bs-theme=dark] .cms-page__section-content ul,[data-bs-theme=dark] .cms-page__section-content ol,[data-bs-theme=dark] .cms-page-content ul,[data-bs-theme=dark] .cms-page-content ol{color:#a7b5bd}[data-bs-theme=dark] .cms-page__section-content li::marker,[data-bs-theme=dark] .cms-page-content li::marker{color:#32b2d0}[data-bs-theme=dark] .cms-page__section-content ul ul,[data-bs-theme=dark] .cms-page__section-content ol ol,[data-bs-theme=dark] .cms-page__section-content ul ol,[data-bs-theme=dark] .cms-page__section-content ol ul,[data-bs-theme=dark] .cms-page-content ul ul,[data-bs-theme=dark] .cms-page-content ol ol,[data-bs-theme=dark] .cms-page-content ul ol,[data-bs-theme=dark] .cms-page-content ol ul{color:#8d9aa3}[data-bs-theme=dark] .cms-page__section-content code,[data-bs-theme=dark] .cms-page-content code{background:#ffffff0d;color:#63d4ec;border:1px solid rgba(50,178,208,.14);border-radius:.25rem;padding:.1em .35em;font-size:.9em}[data-bs-theme=dark] .cms-page__section-content pre,[data-bs-theme=dark] .cms-page-content pre{background:#0d1b24;color:#dde7ec;border:1px solid rgba(255,255,255,.07);border-radius:.375rem;padding:1rem;overflow-x:auto}[data-bs-theme=dark] .cms-page__section-content pre code,[data-bs-theme=dark] .cms-page-content pre code{background:transparent;color:inherit;border:none;padding:0}[data-bs-theme=dark] .cms-page__section-content mark,[data-bs-theme=dark] .cms-page-content mark{background:#e6a53024;color:#f3c56f}[data-bs-theme=dark] .cms-page__section-content blockquote,[data-bs-theme=dark] .cms-page-content blockquote{background:#ffffff08;border-inline-start:3px solid #32b2d0;color:#dde7ec;padding:.75rem 1rem;margin-bottom:.75rem}[data-bs-theme=dark] .cms-page__section-content blockquote p,[data-bs-theme=dark] .cms-page-content blockquote p{color:#dde7ec}[data-bs-theme=dark] .cms-page__section-content blockquote cite,[data-bs-theme=dark] .cms-page__section-content blockquote footer,[data-bs-theme=dark] .cms-page__section-content blockquote small,[data-bs-theme=dark] .cms-page-content blockquote cite,[data-bs-theme=dark] .cms-page-content blockquote footer,[data-bs-theme=dark] .cms-page-content blockquote small{color:#a7b5bd}[data-bs-theme=dark] .cms-page__section-content hr,[data-bs-theme=dark] .cms-page-content hr{border:0;border-top:1px solid rgba(255,255,255,.06);opacity:1}[data-bs-theme=dark] .cms-page__section-content table,[data-bs-theme=dark] .cms-page-content table{width:100%;background:#0d1b24;border:1px solid rgba(255,255,255,.07);border-collapse:collapse;margin-bottom:.75rem}[data-bs-theme=dark] .cms-page__section-content th,[data-bs-theme=dark] .cms-page-content th{background:#112331;color:#f3f7f9;font-weight:600;border:1px solid rgba(255,255,255,.07);padding:.5rem .75rem;text-align:start}[data-bs-theme=dark] .cms-page__section-content td,[data-bs-theme=dark] .cms-page-content td{color:#a7b5bd;border:1px solid rgba(255,255,255,.07);padding:.5rem .75rem;background:transparent}[data-bs-theme=dark] .cms-page__section-content tbody tr:hover td,[data-bs-theme=dark] .cms-page-content tbody tr:hover td{background:#32b2d014}[data-bs-theme=dark] .cms-page__section-content .card,[data-bs-theme=dark] .cms-page-content .card{background:#0d1b24;border:1px solid rgba(255,255,255,.07);color:#a7b5bd}[data-bs-theme=dark] .cms-page__section-content .card:hover,[data-bs-theme=dark] .cms-page-content .card:hover{background:#112331;border-color:#32b2d038}[data-bs-theme=dark] .cms-page__section-content .card .card-title,[data-bs-theme=dark] .cms-page-content .card .card-title{color:#f3f7f9}[data-bs-theme=dark] .cms-page__section-content .card .card-body,[data-bs-theme=dark] .cms-page-content .card .card-body{color:#a7b5bd}[data-bs-theme=dark] .cms-page__section-content img,[data-bs-theme=dark] .cms-page-content img{max-width:100%;height:auto}.footer-enhanced{background:#003244;color:#ffffffe0;padding:80px 0 0;margin-top:0;position:relative}.footer-enhanced .container{position:relative;z-index:1;inline-size:100%;max-inline-size:1280px;margin-inline:auto;padding-inline:2rem}@media(max-width:1199px){.footer-enhanced .container{padding-inline:1rem}}@media(max-width:400px){.footer-enhanced .container{padding-inline:.75rem}}.footer-enhanced .footer-grid{display:grid;gap:2.5rem 2rem;grid-template-columns:minmax(0,1fr)}@media(min-width:576px){.footer-enhanced .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-enhanced .footer-col--brand{grid-column:1/-1}}@media(min-width:992px){.footer-enhanced .footer-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.footer-enhanced .footer-col--brand{grid-column:span 4}.footer-enhanced .footer-col--links,.footer-enhanced .footer-col--legal{grid-column:span 2}.footer-enhanced .footer-col--contact{grid-column:span 4}.footer-enhanced .footer-grid--no-legal .footer-col--contact{grid-column:span 6}}@media(min-width:992px)and (max-width:1199px){.footer-enhanced .footer-col--brand,.footer-enhanced .footer-col--legal{grid-column:span 3}.footer-enhanced .footer-col--links{grid-column:span 2}.footer-enhanced .footer-col--contact{grid-column:span 4}.footer-enhanced .footer-grid--no-legal .footer-col--contact{grid-column:span 7}}.footer-enhanced .footer-logo{max-width:180px;height:auto;transition:all .3s ease;margin-bottom:1.5rem}.footer-enhanced .footer-logo[loading=lazy]{opacity:1}.footer-enhanced .footer-logo:hover{filter:drop-shadow(0 4px 12px rgba(50,178,208,.4))}.footer-enhanced .footer-description{color:#ffffffbf;line-height:1.7;font-size:.95rem;max-width:320px}.footer-enhanced a:focus-visible{outline:2px solid var(--brand-accent, #32b2d0);outline-offset:2px;border-radius:2px}.footer-contact-item{color:#ffffffb3;font-size:.95rem}.footer-contact-item a{color:#ffffffb3}.footer-contact-item a:hover{color:#32b2d0}.footer-enhanced .footer-heading{color:#fff;font-weight:700;margin-bottom:1.5rem;font-size:1.125rem;position:relative;padding-bottom:12px;letter-spacing:.3px}.footer-enhanced .footer-heading:after{content:"";position:absolute;left:0;bottom:0;width:32px;height:2px;background:#32b2d0}.footer-enhanced .footer-links{list-style:none;padding:0;margin:0}.footer-enhanced .footer-links li{margin-bottom:14px}.footer-enhanced .footer-links a{color:#ffffffb3;text-decoration:none;transition:all .3s ease;display:flex;align-items:center;gap:10px;font-size:.95rem;padding:4px 0}.footer-enhanced .footer-links a i{font-size:10px;transition:all .3s ease;color:#32b2d0}.footer-enhanced .footer-links a:hover{color:#32b2d0}.footer-enhanced .footer-links a:hover i{color:#e6a530}.footer-social-text{color:#ffffffb3;margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.footer-enhanced .footer-social{display:flex;gap:12px;flex-wrap:wrap;position:relative;z-index:2}.footer-enhanced .social-link{width:40px;height:40px;min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:8px;color:#ffffffbf;text-decoration:none;transition:border-color .2s ease,color .2s ease;border:1px solid rgba(255,255,255,.2);font-size:1.05rem;position:relative;z-index:2;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.footer-enhanced .social-link:hover{color:#32b2d0;border-color:#32b2d0}.footer-enhanced .footer-bottom{margin-block-start:3.5rem;padding-block:1.25rem;background:#00000026;border-block-start:1px solid rgba(255,255,255,.1);text-align:center}.footer-copyright{color:#fff9;margin:0;font-size:.9rem;letter-spacing:.3px}@media(max-width:991.98px){.footer-enhanced .footer-links{display:grid;row-gap:.5rem}.footer-enhanced .footer-links li{margin-bottom:0}.footer-enhanced .footer-links a{display:inline-flex;align-items:center;min-block-size:44px;padding-block:.25rem}.footer-enhanced .footer-contact-item{margin-bottom:0!important}.footer-enhanced .footer-contact-item a{display:inline-flex;align-items:center;min-block-size:44px}}@media(max-width:767px){.footer-enhanced{padding:50px 0 0}.footer-enhanced .footer-heading:after{width:40px}.footer-enhanced .footer-logo{max-width:140px}.footer-enhanced .footer-description{max-width:100%}.footer-enhanced .footer-social{justify-content:flex-start}.footer-enhanced .social-link{width:44px;height:44px;min-width:44px;min-height:44px;font-size:1rem}}[dir=rtl] .footer-enhanced .footer-heading:after{left:auto;right:0}[dir=rtl] .footer-enhanced .footer-links a:hover{color:#32b2d0}[dir=rtl] .footer-enhanced .footer-links a:hover i{color:#e6a530}[data-bs-theme=dark] .footer-enhanced{background:#0d1b24;color:#dde7ec;padding-top:4.5rem}[data-bs-theme=dark] .footer-enhanced .footer-description{color:#a7b5bd}[data-bs-theme=dark] .footer-enhanced .footer-contact-item,[data-bs-theme=dark] .footer-enhanced .footer-contact-item a{color:#aebcc3}[data-bs-theme=dark] .footer-enhanced .footer-contact-item:hover,[data-bs-theme=dark] .footer-enhanced .footer-contact-item a:hover{color:#32b2d0}[data-bs-theme=dark] .footer-enhanced .footer-heading{color:#f3f7f9}[data-bs-theme=dark] .footer-enhanced .footer-heading:after{width:48px;height:2px;background:#32b2d0}[data-bs-theme=dark] .footer-enhanced .footer-links a{color:#aebcc3}[data-bs-theme=dark] .footer-enhanced .footer-links a:hover,[data-bs-theme=dark] .footer-enhanced .footer-links a:hover i,[data-bs-theme=dark] .footer-enhanced .footer-links a i{color:#32b2d0}[data-bs-theme=dark] .footer-enhanced .footer-social-text{color:#a7b5bd}[data-bs-theme=dark] .footer-enhanced .social-link{color:#aebcc3;border-color:#ffffff29}[data-bs-theme=dark] .footer-enhanced .social-link:hover{color:#32b2d0;border-color:#32b2d0}[data-bs-theme=dark] .footer-enhanced .footer-bottom{background:transparent;border-top:1px solid rgba(255,255,255,.06);margin:0 -15px}[data-bs-theme=dark] .footer-enhanced .footer-copyright{color:#7f8d95}.whatsapp-floating-button{position:fixed;inset-inline-end:clamp(1rem,3vw,2rem);bottom:max(1rem,env(safe-area-inset-bottom));z-index:1035;inline-size:3.5rem;block-size:3.5rem;display:inline-flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.92);border-radius:50%;background:#25d366;color:#fff;box-shadow:0 .5rem 1.5rem #0844533d;font-size:1.65rem;text-decoration:none;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease,opacity .2s ease,visibility .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.whatsapp-floating-button:hover{background:#1ebe5d;color:#fff;box-shadow:0 .75rem 1.75rem #0844534d;transform:translateY(-2px)}.whatsapp-floating-button:focus-visible{color:#fff;outline:2px solid var(--color-focus-outline, #0c6277);outline-offset:3px}.whatsapp-floating-button:active{transform:translateY(0)}.whatsapp-floating-button.is-yielding{opacity:0;visibility:hidden;pointer-events:none}.whatsapp-floating-button__icon{width:1em;height:1em;flex-shrink:0}@media(max-width:575.98px){.whatsapp-floating-button{inset-inline-end:1rem;inline-size:3.25rem;block-size:3.25rem;font-size:1.5rem}}@media(prefers-reduced-motion:reduce){.whatsapp-floating-button{transition:none}}.help-hero{text-align:center;padding:3rem 1rem}.help-hero--portal{padding:2rem 0;text-align:start}.help-hero__title{font-size:2rem;font-weight:700;margin-bottom:1.25rem}.help-hero__search-wrap{position:relative;max-width:640px;margin:0 auto}.help-hero--portal .help-hero__search-wrap{margin:0}.help-hero__search-inner{display:flex;align-items:center;background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:.5rem;padding:0 1rem;box-shadow:0 2px 8px #0000000f;transition:box-shadow .15s}.help-hero__search-inner:focus-within{border-color:var(--bs-primary);box-shadow:0 0 0 3px rgba(var(--bs-primary-rgb),.15)}.help-hero__search-icon{color:var(--bs-secondary-color);font-size:1rem;flex-shrink:0;margin-inline-end:.5rem}.help-hero__search-input{flex:1;border:none;background:transparent;padding:.75rem 0;font-size:1rem;color:var(--bs-body-color);outline:none}.help-hero__search-input::placeholder{color:var(--bs-secondary-color)}.help-hero__dropdown{position:absolute;top:calc(100% + 4px);inset-inline-start:0;inset-inline-end:0;background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:.5rem;box-shadow:0 8px 24px #0000001f;z-index:1000;overflow:hidden}.help-hero__dropdown-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--bs-secondary-color);padding:.6rem 1rem .2rem}.help-hero__dropdown-item{display:flex;align-items:center;padding:.6rem 1rem;color:var(--bs-body-color);text-decoration:none;font-size:.9rem;transition:background .1s}.help-hero__dropdown-item:hover{background:var(--bs-tertiary-bg)}.help-hero__no-results{padding:1rem;color:var(--bs-secondary-color);font-size:.9rem;text-align:center}.help-categories{display:flex;flex-wrap:wrap;gap:.5rem}.help-category-pill{display:inline-flex;align-items:center;padding:.35rem .85rem;border-radius:2rem;font-size:.85rem;font-weight:500;border:1px solid var(--bs-border-color);color:var(--bs-body-color);text-decoration:none;transition:all .15s}.help-category-pill:hover:not(.active){border-color:var(--bs-primary);color:var(--bs-primary)}.help-category-pill.active{background:var(--bs-primary);border-color:var(--bs-primary);color:#fff}.help-section-title{font-size:1.25rem;font-weight:600;margin-bottom:1.25rem}.help-article-card{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:1.25rem;border:1px solid var(--bs-border-color);border-radius:.75rem;text-decoration:none;color:var(--bs-body-color);transition:border-color .15s,box-shadow .15s,transform .1s;background:var(--bs-body-bg)}.help-article-card:hover{border-color:var(--bs-primary);box-shadow:0 4px 12px #00000014;transform:translateY(-1px);color:var(--bs-body-color)}.help-article-card--sm{padding:1rem}.help-article-card--sm .help-article-card__title{font-size:.95rem;margin-bottom:0}.help-article-card__body{flex:1}.help-article-card__badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--bs-primary);background:rgba(var(--bs-primary-rgb),.1);border-radius:.25rem;padding:.15rem .45rem;margin-bottom:.5rem}.help-article-card__title{font-size:1rem;font-weight:600;margin-bottom:.5rem;line-height:1.4}.help-article-card__excerpt{font-size:.85rem;color:var(--bs-secondary-color);margin-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.help-article-card__footer{margin-top:1rem}.help-article-card__link{font-size:.85rem;font-weight:500;color:var(--bs-primary)}.help-faq-list{border:1px solid var(--bs-border-color);border-radius:.75rem;overflow:hidden}.help-faq-item{border-bottom:1px solid var(--bs-border-color);transition:background .15s}.help-faq-item:last-child{border-bottom:none}.help-faq-item.active{background:var(--bs-tertiary-bg);border-inline-start:3px solid var(--bs-primary);padding-inline-start:0}.help-faq-item.active .help-faq-item__question{color:var(--bs-primary);font-weight:600}.help-faq-item.active .help-faq-item__question i{color:var(--bs-primary)}.help-faq-item__question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;background:transparent;border:none;text-align:start;font-size:1rem;font-weight:500;color:var(--bs-body-color);cursor:pointer;transition:background .1s}.help-faq-item__question:hover{background:var(--bs-tertiary-bg)}.help-faq-item__question i{flex-shrink:0;margin-inline-start:1rem;color:var(--bs-secondary-color)}.help-faq-item__answer{padding:0 1.25rem 1.25rem;color:var(--bs-secondary-color);font-size:.95rem;line-height:1.7}.help-faq-item__answer p:last-child{margin-bottom:0}.help-faq-item__learn-more{display:inline-flex;align-items:center;gap:.25rem;margin-top:.75rem;font-size:.875rem;font-weight:500;color:var(--bs-primary);text-decoration:none}.help-faq-item__learn-more:hover{text-decoration:underline}.help-article__header{border-bottom:1px solid var(--bs-border-color);padding-bottom:1.5rem}.help-article__title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}.help-article__excerpt{color:var(--bs-secondary-color)}.help-article__body{padding-top:1.5rem;line-height:1.8}.help-article__body h2,.help-article__body h3,.help-article__body h4{margin-top:2rem;margin-bottom:.75rem}.help-article__body ul,.help-article__body ol{padding-inline-start:1.5rem}.help-article__body a{color:var(--bs-primary)}.help-article__body a:hover{text-decoration:underline}.help-article__body img{max-width:100%;border-radius:.5rem}.help-article__body blockquote{border-inline-start:3px solid var(--bs-primary);padding-inline-start:1rem;color:var(--bs-secondary-color);font-style:italic}.help-related{background:var(--bs-tertiary-bg);border-radius:.75rem;padding:1.25rem}.help-related__title{font-size:1rem;font-weight:600;margin-bottom:1rem}.help-related__list{list-style:none;padding:0;margin:0}.help-related__item+.help-related__item{border-top:1px solid var(--bs-border-color)}.help-related__link{display:flex;align-items:flex-start;padding:.6rem 0;color:var(--bs-body-color);font-size:.9rem;text-decoration:none;transition:color .1s}.help-related__link:hover{color:var(--bs-primary)}.help-sidebar-nav{display:flex;flex-direction:column;gap:.125rem}.help-sidebar-nav__all{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;font-size:.9rem;font-weight:500;color:var(--bs-body-color);text-decoration:none;transition:background .15s,color .15s;margin-bottom:.25rem}.help-sidebar-nav__all:hover:not(.active){background:var(--bs-tertiary-bg);color:var(--bs-primary)}.help-sidebar-nav__all.active{background:rgba(var(--bs-primary-rgb),.12);color:var(--bs-primary);font-weight:600}.help-sidebar-nav__group{border-radius:.5rem;overflow:hidden}.help-sidebar-nav__group-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem .75rem;background:transparent;border:none;border-radius:.5rem;font-size:.9rem;font-weight:600;color:var(--bs-body-color);cursor:pointer;transition:background .15s,color .15s;text-align:start}.help-sidebar-nav__group-btn i{font-size:.75rem;color:var(--bs-secondary-color);transition:color .15s;flex-shrink:0}.help-sidebar-nav__group-btn:hover{background:var(--bs-tertiary-bg)}.help-sidebar-nav__group-btn.active,.help-sidebar-nav__group-btn.active i{color:var(--bs-primary)}.help-sidebar-nav__sub{padding-inline-start:.5rem;padding-bottom:.25rem}.help-sidebar-nav__item{display:flex;align-items:center;gap:.35rem;padding:.4rem .75rem;border-radius:.4rem;font-size:.875rem;color:var(--bs-secondary-color);text-decoration:none;transition:background .15s,color .15s}.help-sidebar-nav__item:hover:not(.active){background:var(--bs-tertiary-bg);color:var(--bs-body-color)}.help-sidebar-nav__item.active{background:rgba(var(--bs-primary-rgb),.1);color:var(--bs-primary);font-weight:500}.text-pre-line{white-space:pre-line}
