/* MXonnowell v0.1.82 — Tüm public sayfalar için tek merkezli giriş videosu */
.mx-global-entry-media{position:relative;width:100%;margin:0;padding:0;background:#032e59;overflow:hidden}
.mx-global-entry-media__frame{position:relative;width:100%;height:auto;aspect-ratio:16/9;max-height:900px;margin:0 auto;background:#032e59;overflow:hidden}
.mx-global-entry-media__video{display:block;width:100%;height:100%;margin:0;padding:0;border:0;object-fit:contain;object-position:center center;background:#032e59;filter:none!important;transform:none!important;image-rendering:auto}
.mx-global-entry-media__loading{position:absolute;left:50%;bottom:18px;width:38px;height:3px;border-radius:99px;transform:translateX(-50%);background:rgba(255,255,255,.22);overflow:hidden;opacity:0;transition:opacity .15s ease}
.mx-global-entry-media__loading:after{content:"";display:block;width:45%;height:100%;background:#fff;animation:mxEntryLoad 1s linear infinite}
.mx-global-entry-media.is-loading .mx-global-entry-media__loading{opacity:1}
.mx-global-entry-media.is-ready .mx-global-entry-media__loading{opacity:0}
.mx-global-entry-media__noscript{margin:0;padding:12px;text-align:center;background:#032e59}.mx-global-entry-media__noscript a{color:#fff}
@keyframes mxEntryLoad{from{transform:translateX(-120%)}to{transform:translateX(260%)}}
@media (min-width:768px) and (max-width:1279px){
  .mx-global-entry-media__frame{aspect-ratio:16/9;max-height:min(78svh,820px)}
  .mx-global-entry-media__video{object-fit:contain!important}
}
@media (max-width:767px){
  .mx-global-entry-media{display:flex;justify-content:center;align-items:flex-start;background:#032e59}
  .mx-global-entry-media__frame{width:min(100%,calc((100svh - 58px)*9/16));max-width:100%;height:auto;max-height:calc(100svh - 58px);aspect-ratio:9/16;background:#032e59}
  .mx-global-entry-media__video{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center center!important;background:#032e59!important}
}
@media (prefers-reduced-motion:reduce){.mx-global-entry-media__loading:after{animation-duration:1.8s}}
