:root{--background:#0f0b21;--surface:#1a153b;--primary:#f01a63;--primary-hover:#ff337b;--accent:#ffb300;--text:#ffffff;--muted-text:#8c87ab;--border:#282157;--radius:12px;--shadow:0 8px 32px rgba(0, 0, 0, 0.5);--max-width:1280px;--section-gap:48px;--card-gap:16px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none;transition:color .3s ease}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 20px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;font-size:14px;font-weight:700;border-radius:30px;cursor:pointer;transition:all .3s ease;border:0;text-align:center}.btn-login{background-color:transparent;color:var(--text);border:1px solid var(--border)}.btn-login:hover{background-color:var(--surface);border-color:var(--muted-text)}.btn-register{background:linear-gradient(135deg,var(--primary),#ff4081);color:var(--text);box-shadow:0 4px 15px rgba(240,26,99,.4)}.btn-register:hover{background:linear-gradient(135deg,var(--primary-hover),#ff5c93);transform:translateY(-2px);box-shadow:0 6px 20px rgba(240,26,99,.6)}main{margin-top:70px}.section-header{margin-bottom:32px;text-align:left}.info-list li,.section-title{position:relative;margin-bottom:12px}.section-title{font-size:32px;font-weight:700;display:inline-block}.section-title::after{content:"";position:absolute;bottom:-6px;left:0;width:60px;height:3px;background-color:var(--primary);border-radius:2px}.section-intro{font-size:15px;color:var(--muted-text);max-width:800px}.quick-categories{padding:var(--section-gap)0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--card-gap)}.category-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px;text-align:center;transition:all .3s ease;display:flex;flex-direction:column;align-items:center}.category-card:hover{transform:translateY(-5px);border-color:var(--primary);box-shadow:var(--shadow)}.category-card img,.team img{width:80px;height:80px;object-fit:contain;margin-bottom:16px}.team img{width:48px;height:48px;margin-bottom:8px}.category-card h3{font-size:18px;font-weight:700;margin-bottom:8px}.category-card p,.info-block p{font-size:13px;color:var(--muted-text)}.info-block p{font-size:15px;margin-bottom:20px}.sports-book{padding:var(--section-gap)0;background-color:rgba(26,21,59,.3)}.sports-tabs{display:flex;gap:12px;margin-bottom:24px;overflow-x:auto;padding-bottom:8px}.tab-btn{background-color:var(--surface);border:1px solid var(--border);color:var(--muted-text);padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .3s ease}.tab-btn.active,.tab-btn:hover{background-color:var(--primary);color:var(--text);border-color:var(--primary)}.match-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--card-gap)}.match-card,.match-header{display:flex;justify-content:space-between}.match-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;flex-direction:column}.match-header{font-size:12px;color:var(--accent);margin-bottom:12px;font-weight:600}.match-teams,.team{display:flex;align-items:center}.match-teams{justify-content:space-between;margin-bottom:16px}.team{flex-direction:column;width:40%;text-align:center}.team span{font-size:14px;font-weight:700}.match-vs{font-size:16px;font-weight:800;color:var(--muted-text)}.match-odds{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.odd-btn{background-color:var(--background);border:1px solid var(--border);padding:8px;border-radius:6px;text-align:center;font-size:13px;cursor:pointer;transition:all .3s ease}.odd-btn:hover{border-color:var(--primary);background-color:rgba(240,26,99,.1)}.odd-label{display:block;font-size:10px;color:var(--muted-text)}.info-list li::before,.odd-val{font-weight:700;color:var(--accent)}.casino-lobby{padding:var(--section-gap)0}.casino-tabs{display:flex;gap:12px;margin-bottom:24px;overflow-x:auto;padding-bottom:8px}.game-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:var(--card-gap)}.game-card{position:relative;background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;aspect-ratio:1/1;transition:all .3s ease;cursor:pointer}.game-card:hover{transform:scale(1.05);border-color:var(--primary);box-shadow:var(--shadow)}.game-card img{width:100%;height:100%;object-fit:cover}.game-badge{position:absolute;top:8px;left:8px;background-color:var(--primary);color:var(--text);font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;text-transform:uppercase}.game-badge.hot{background-color:var(--accent);color:var(--background)}.game-info{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(15,11,33,.9),rgba(15,11,33,0));padding:12px 8px 8px;text-align:center}.game-title{font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.promotions{padding:var(--section-gap)0;background-color:rgba(26,21,59,.3)}.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--card-gap)}.promo-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column}.promo-card:hover{transform:translateY(-5px);border-color:var(--primary)}.promo-img{height:180px;overflow:hidden;position:relative}.promo-img img{transition:transform .5s ease}.promo-card:hover .promo-img img{transform:scale(1.05)}.promo-content{padding:20px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.info-block h2,.promo-title{font-weight:700;color:var(--text)}.info-block h2{font-size:24px;margin-bottom:20px;border-left:4px solid var(--primary);padding-left:12px}.promo-title{font-size:18px;margin-bottom:10px}.promo-desc{font-size:14px;color:var(--muted-text);margin-bottom:16px;flex-grow:1}.brand-info-section{padding:var(--section-gap)0}.info-grid{grid-template-columns:1fr 1fr}.info-block{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:32px}.info-list{list-style:none}.info-list li{padding-left:24px;font-size:14px;color:var(--text)}.info-list li::before{content:'�?;
            position: absolute;left:0}.media-news{padding:var(--section-gap)0;background-color:rgba(26,21,59,.3)}.featured-news-container,.media-grid{display:grid;gap:var(--card-gap)}.media-grid{grid-template-columns:2fr 1fr}.featured-news-container{grid-template-columns:1fr 1fr}.news-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column}.news-img{height:200px;overflow:hidden}.news-img img,.promo-img img{width:100%;height:100%;object-fit:cover}.news-content,.news-meta{display:flex;justify-content:space-between}.news-content{padding:20px;flex-grow:1;flex-direction:column}.news-meta{font-size:12px;color:var(--muted-text);margin-bottom:10px}.news-meta .date{color:var(--accent)}.news-title{font-size:16px;font-weight:700;margin-bottom:10px;line-height:1.4}.news-desc{font-size:13px;color:var(--muted-text);margin-bottom:16px}.news-author{font-size:11px;color:var(--muted-text);border-top:1px solid var(--border);padding-top:8px;margin-top:auto}.news-sidebar{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.sidebar-title{font-size:18px;font-weight:700;margin-bottom:16px;border-bottom:1px solid var(--border);padding-bottom:8px}.sidebar-list{list-style:none}.sidebar-item{padding:12px 0;border-bottom:1px solid rgba(40,33,87,.5)}.sidebar-item:last-child{border-bottom:none;padding-bottom:0}.sidebar-item a{font-size:14px;font-weight:600;display:block}.sidebar-item a:hover{color:var(--primary)}.faq-item p{color:var(--muted-text);font-size:14px;line-height:1.6}.sidebar-meta{font-size:11px;color:var(--muted-text)}.user-review-section{padding:var(--section-gap)0;text-align:center}.review-card{max-width:800px;margin:0 auto;background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:40px;position:relative}.review-card::before{content:'�?;
            position: absolute;top:10px;left:20px;font-size:80px;color:rgba(240,26,99,.1);font-family:serif;line-height:1}.review-label{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:var(--accent);margin-bottom:16px;font-weight:700}.review-content{font-size:18px;font-style:italic;color:var(--text);line-height:1.6}.faq-section{padding:var(--section-gap)0;background-color:rgba(26,21,59,.3)}.faq-container{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:16px}.faq-item{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;transition:all .3s ease}.faq-item:hover{border-color:var(--primary)}.faq-item h3,h4{font-size:16px;font-weight:700;margin-bottom:10px;color:var(--text);display:flex;justify-content:space-between;align-items:center}.faq-item ul{margin-top:8px;margin-left:20px;list-style-type:disc}.faq-item li,.sidebar-item a{margin-bottom:4px}@media (max-width:1024px){.hero-banner{grid-template-columns:1fr;text-align:center;padding:40px 0}.hero-content p{margin:0 auto 30px}.category-grid{grid-template-columns:repeat(2,1fr)}.match-cards-grid{grid-template-columns:1fr}.casino-lobby .game-grid{grid-template-columns:repeat(4,1fr)}.promo-grid{grid-template-columns:repeat(2,1fr)}.info-grid,.media-grid{grid-template-columns:1fr}}@media (max-width:768px){:root{--section-gap:24px}.casino-lobby .game-grid{grid-template-columns:repeat(2,1fr)}.featured-news-container,.promo-grid{grid-template-columns:1fr}}.xci-fixed-header,.xci-fixed-header *{box-sizing:border-box}body,html{max-width:100%;overflow-x:hidden}.xci-fixed-header{width:100%;max-width:100vw;position:relative;background:var(--xci-theme-bg-dark, #052713);border-bottom:2px solid var(--xci-theme-accent, #f4c400);box-shadow:0 2px 12px rgba(0,0,0,.22)}.xci-fixed-inner{width:min(100%,1280px);max-width:100vw;min-height:72px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:18px}.xci-nav-console-shell .xci-fixed-menu{flex:0 1 auto;width:auto;max-width:100%}.xci-fixed-logo{display:inline-flex;align-items:center;gap:10px;min-width:0;margin-right:auto;color:var(--xci-theme-brand, #76ff34);text-decoration:none;font-size:34px;line-height:1;font-weight:900;white-space:nowrap}.xci-fixed-logo img{width:46px;height:46px;flex:0 0 auto;border-radius:10px;object-fit:contain}.xci-fixed-logo span{overflow:hidden;text-overflow:ellipsis}.xci-fixed-menu{flex:1 1 auto;display:flex;justify-content:center;min-width:0;overflow:visible}.xci-fixed-menu ul{display:flex;align-items:center;justify-content:center;gap:10px;margin:0;padding:0;list-style:none}.xci-fixed-menu li{min-width:0;position:relative}.xci-fixed-menu a,.xci-nav-more-button{display:inline-flex;align-items:center;justify-content:center;max-width:min(30vw,260px);min-width:0;padding:11px 15px;border:0;border-radius:10px;background:var(--xci-theme-surface, #fff);color:var(--xci-theme-bg-dark, #05140a);text-decoration:none;text-transform:none;letter-spacing:0;font-family:inherit;font-size:15px;line-height:1;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:inset 0-2px 0 rgba(0,0,0,.12);cursor:pointer;vertical-align:middle}.xci-fixed-menu a .xci-nav-label-text,.xci-nav-more-button .xci-nav-label-text{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xci-fixed-menu a.active,.xci-fixed-menu a[aria-current=page],.xci-nav-more.is-more-open>.xci-nav-more-button{background:var(--xci-theme-accent, #f4c400);color:var(--xci-theme-on-accent, #05140a)}.xci-nav-more{flex:0 0 auto}.xci-nav-more-button::after{content:"�?;
  margin-left: 7px;font-size:.78em;transition:transform .18s ease}.xci-nav-more.is-more-open>.xci-nav-more-button::after{transform:rotate(180deg)}.xci-fixed-menu .xci-nav-more-list{display:none;position:absolute;top:calc(100% + 8px);right:0;z-index:1002;min-width:220px;max-width:min(320px,90vw);padding:8px;margin:0;list-style:none;flex-direction:column;align-items:stretch;gap:6px;border:1px solid var(--xci-theme-line, rgba(255,255,255,.18));border-radius:14px;background:color-mix(in srgb,var(--xci-theme-bg-dark, #052713) 94%,#000 6%);box-shadow:0 18px 38px rgba(0,0,0,.32)}.xci-fixed-menu .xci-nav-more.is-more-open>.xci-nav-more-list{display:flex}.xci-nav-more-list a,.xci-nav-more-list li{width:100%;max-width:100%}.xci-nav-more-list a{justify-content:flex-start;text-align:left}@media (min-width:761px){.xci-fixed-header.is-more-open{padding-bottom:inherit}.xci-fixed-menu .xci-nav-more{position:relative}.xci-fixed-menu .xci-nav-more-list{left:auto;right:0;top:calc(100% + 10px);bottom:auto;width:min(280px,calc(100vw - 48px));min-width:220px;max-width:min(320px,calc(100vw - 48px));transform:none;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;padding:8px;gap:8px;border-radius:16px;background:color-mix(in srgb,var(--xci-theme-bg-dark, #052713) 90%,var(--xci-theme-surface, #ffffff) 10%)}.xci-nav-more-list li{width:100%;max-width:100%}.xci-nav-more-list a{width:100%;min-height:34px;padding:8px 12px;border-radius:12px;justify-content:flex-start;text-align:left}}.xci-nav-toggle{display:none;align-items:center;justify-content:center;width:48px;height:48px;border:0;border-radius:12px;background:var(--xci-theme-accent-soft, rgba(244, 196, 0, 0.18));color:var(--xci-theme-accent, #f4c400);cursor:pointer;flex-direction:column;gap:5px}.xci-nav-toggle span,.xci-nav-toggle::after,.xci-nav-toggle::before{content:"";display:block;width:24px;height:3px;border-radius:999px;background:currentColor}.xci-fixed-auth{display:flex;align-items:center;gap:14px;margin-left:auto}.xci-fixed-login,.xci-fixed-register{display:inline-flex;align-items:center;justify-content:center;min-height:42px;text-decoration:none;font-size:15px;line-height:1;font-weight:900;white-space:nowrap}.xci-fixed-login{color:var(--xci-theme-accent, #f4c400);padding:0 4px}.xci-fixed-register{min-width:102px;padding:0 20px;border-radius:999px;background:var(--xci-theme-accent, #e92a8b);color:var(--xci-theme-on-accent, #fff)}.xci-fixed-header[class*=xci-nav-skin-]{--xci-nav-radius:999px;--xci-nav-chip-bg:var(--xci-theme-surface, #ffffff);--xci-nav-chip-color:var(--xci-theme-bg-dark, #05140a);--xci-nav-chip-border:transparent;--xci-nav-active-bg:var(--xci-theme-accent, #f4c400);--xci-nav-active-color:var(--xci-theme-on-accent, #05140a);--xci-nav-panel-bg:color-mix(in srgb, var(--xci-theme-bg-dark, #052713) 88%, #000000 12%);--xci-nav-panel-border:var(--xci-theme-line, rgba(255,255,255,.18));--xci-nav-chip-shadow:inset 0 -2px 0 rgba(0, 0, 0, .12)}.xci-fixed-header[class*=xci-nav-skin-] .xci-fixed-menu a,.xci-fixed-header[class*=xci-nav-skin-] .xci-nav-more-button{border:1px solid var(--xci-nav-chip-border);border-radius:var(--xci-nav-radius);background:var(--xci-nav-chip-bg);color:var(--xci-nav-chip-color);box-shadow:var(--xci-nav-chip-shadow)}.xci-fixed-header[class*=xci-nav-skin-] .xci-fixed-menu a.active,.xci-fixed-header[class*=xci-nav-skin-] .xci-fixed-menu a[aria-current=page]{background:var(--xci-nav-active-bg);color:var(--xci-nav-active-color);border-color:color-mix(in srgb,var(--xci-theme-accent, #f4c400) 70%,#fff 20%)}.xci-nav-skin-dashboard-tiles{--xci-nav-radius:8px;--xci-nav-chip-bg:color-mix(in srgb, var(--xci-theme-surface, #ffffff) 10%, transparent);--xci-nav-chip-color:var(--xci-theme-text, #ffffff);--xci-nav-chip-border:var(--xci-theme-line, rgba(255,255,255,.16));--xci-nav-chip-shadow:none;background:color-mix(in srgb,var(--xci-theme-bg-dark, #052713) 90%,#000 10%)}.xci-nav-skin-dashboard-tiles .xci-fixed-menu a{min-width:74px;text-align:center}@media (min-width:761px){.xci-fixed-header.xci-nav-layout-wide .xci-fixed-inner{max-width:1440px}.xci-fixed-header.xci-nav-var-rounded .xci-fixed-menu a,.xci-fixed-header.xci-nav-var-rounded .xci-nav-more-button{border-radius:999px}.xci-fixed-header.xci-nav-var-square .xci-fixed-menu a,.xci-fixed-header.xci-nav-var-square .xci-fixed-register,.xci-fixed-header.xci-nav-var-square .xci-nav-more-button{border-radius:5px}.xci-fixed-header.xci-nav-var-outline .xci-fixed-menu a,.xci-fixed-header.xci-nav-var-outline .xci-nav-more-button{background:0 0;border:1px solid var(--xci-theme-line, rgba(255,255,255,.18));color:var(--xci-theme-text, #ffffff);box-shadow:none}.xci-fixed-header.xci-nav-var-outline .xci-fixed-menu a.active,.xci-fixed-header.xci-nav-var-outline .xci-fixed-menu a[aria-current=page]{border-color:var(--xci-theme-accent, #f4c400);color:var(--xci-theme-accent, #f4c400)}.xci-fixed-header[class*=xci-nav-skin-].xci-nav-var-outline .xci-fixed-menu a.active,.xci-fixed-header[class*=xci-nav-skin-].xci-nav-var-outline .xci-fixed-menu a[aria-current=page]{background:var(--xci-nav-active-bg);color:var(--xci-nav-active-color);border-color:var(--xci-theme-accent, #f4c400)}.xci-fixed-header.xci-nav-var-dense .xci-fixed-menu ul{gap:6px}.xci-fixed-header.xci-nav-var-dense .xci-fixed-menu a,.xci-fixed-header.xci-nav-var-dense .xci-nav-more-button{padding:9px 12px}.xci-fixed-header.xci-nav-var-airy .xci-fixed-menu ul{gap:14px}.xci-fixed-header.xci-nav-var-airy .xci-fixed-menu a,.xci-fixed-header.xci-nav-var-airy .xci-nav-more-button{padding:12px 18px}.xci-fixed-header.xci-nav-var-soft .xci-fixed-menu a,.xci-fixed-header.xci-nav-var-soft .xci-nav-more-button{background:color-mix(in srgb,var(--xci-theme-surface, #ffffff) 78%,transparent)}.xci-fixed-header.xci-nav-var-strong .xci-fixed-menu a.active,.xci-fixed-header.xci-nav-var-strong .xci-fixed-menu a[aria-current=page],.xci-fixed-header.xci-nav-var-strong .xci-fixed-register{box-shadow:0 10px 24px rgba(0,0,0,.24)}.xci-fixed-header.xci-nav-var-small-logo .xci-fixed-logo{font-size:28px}.xci-fixed-header.xci-nav-var-small-logo .xci-fixed-logo img{width:38px;height:38px}.xci-fixed-header.xci-nav-var-large-logo .xci-fixed-logo{font-size:40px}.xci-fixed-header.xci-nav-var-large-logo .xci-fixed-logo img{width:52px;height:52px}.xci-fixed-header :where(.xci-fixed-brand-row,.xci-fixed-nav-row,.xci-fixed-shell,.xci-fixed-topline){min-width:0}.xci-nav-struct-boxed-shell .xci-fixed-inner{padding-top:10px;padding-bottom:10px}.xci-nav-struct-boxed-shell .xci-fixed-shell{width:100%;display:flex;align-items:center;gap:18px;padding:10px 16px;border:1px solid var(--xci-theme-line, rgba(255,255,255,.18));border-radius:16px;background:color-mix(in srgb,var(--xci-theme-surface, #ffffff) 7%,transparent)}.xci-fixed-header.xci-nav-pressure-high .xci-fixed-inner{max-width:min(100%,1440px);padding-top:6px;padding-bottom:6px;overflow:visible}.xci-fixed-header.xci-nav-pressure-high .xci-fixed-logo{flex:0 1 auto;gap:8px}.xci-fixed-header.xci-nav-pressure-high .xci-fixed-logo img{width:40px;height:40px}.xci-fixed-header.xci-nav-pressure-high .xci-fixed-logo span{max-width:min(26vw,260px);overflow:hidden;text-overflow:ellipsis}.xci-fixed-header.xci-nav-pressure-high .xci-fixed-auth{flex:0 0 auto;gap:8px}.xci-fixed-header.xci-nav-pressure-high :where(.xci-nav-family-shell,.xci-nav-family-actions,.xci-nav-family-top,.xci-nav-family-bottom,.xci-nav-family-main){gap:8px}.xci-fixed-header.xci-nav-pressure-high :where(.xci-nav-console-shell,.xci-nav-app-shell){gap:6px;padding-top:4px;padding-bottom:4px}.xci-fixed-header.xci-nav-pressure-high .xci-nav-app-shell .xci-nav-family-dock{padding:4px}.xci-fixed-header.xci-nav-pressure-high .xci-nav-directory-shell{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand actions""menu menu";gap:10px 14px}.xci-fixed-header.xci-nav-pressure-high .xci-nav-directory-shell .xci-nav-family-brand{grid-area:brand;min-width:0}.xci-fixed-header.xci-nav-pressure-high .xci-nav-directory-shell .xci-nav-family-directory{grid-area:menu;width:100%;min-width:0}.xci-fixed-header.xci-nav-pressure-high .xci-nav-directory-shell .xci-nav-family-actions{grid-area:actions;justify-content:flex-end}.xci-fixed-header.xci-nav-pressure-high .xci-fixed-menu{width:100%;min-width:0}.xci-fixed-header.xci-nav-pressure-high .xci-fixed-menu>ul{flex-wrap:nowrap;justify-content:center;gap:8px;max-width:100%;overflow:visible}.xci-fixed-header.xci-nav-pressure-high .xci-fixed-menu a,.xci-fixed-header.xci-nav-pressure-high .xci-nav-more-button{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xci-fixed-header.xci-nav-pressure-high:is(.xci-nav-struct-brand-top,.xci-nav-struct-nav-below) .xci-fixed-menu a,.xci-fixed-header.xci-nav-pressure-high:is(.xci-nav-struct-brand-top,.xci-nav-struct-nav-below) .xci-nav-more-button{max-width:clamp(124px,16vw,280px)}.xci-fixed-header.xci-nav-pressure-high .xci-fixed-login,.xci-fixed-header.xci-nav-pressure-high .xci-fixed-register{min-height:36px;font-size:13px}.xci-fixed-header.xci-nav-pressure-high .xci-fixed-register{min-width:86px;padding-left:14px;padding-right:14px}.xci-fixed-header.xci-nav-pressure-high :where(.xci-fixed-nav-row,.xci-fixed-mainline){width:100%;min-width:0}.xci-fixed-header .xci-fixed-logo{justify-self:start;margin-left:0;margin-right:0}.xci-fixed-header .xci-fixed-auth{justify-self:end;justify-content:flex-end;margin-left:auto;margin-right:0}.xci-fixed-header .xci-fixed-menu{min-width:0;max-width:100%}.xci-fixed-header .xci-fixed-menu>ul{width:100%;max-width:100%;min-width:0;flex-wrap:wrap;justify-content:center;gap:clamp(8px,1vw,14px);overflow:visible}.xci-fixed-header :where(.xci-nav-ledger-shell,.xci-nav-lab-shell,.xci-nav-directory-shell,.xci-nav-editorial-shell,.xci-nav-minimal-shell,.xci-nav-standard-shell,.xci-fixed-shell){width:100%;max-width:100%;min-width:0}.xci-fixed-header :where(.xci-nav-ledger-shell,.xci-nav-lab-shell,.xci-nav-directory-shell,.xci-nav-editorial-shell){display:grid;grid-template-columns:minmax(180px,max-content) minmax(0,1fr) auto;grid-template-areas:"brand menu actions";align-items:center;column-gap:clamp(16px,2.4vw,36px)}.xci-fixed-header :where(.xci-nav-ledger-shell,.xci-nav-lab-shell,.xci-nav-directory-shell,.xci-nav-editorial-shell) :where(.xci-nav-family-menu,.xci-nav-family-directory,.xci-fixed-menu){grid-area:menu;width:100%;justify-content:center}.xci-fixed-header .xci-nav-minimal-shell,.xci-fixed-header.xci-nav-struct-boxed-shell .xci-fixed-shell{display:grid;grid-template-columns:minmax(180px,max-content) minmax(0,1fr) auto;align-items:center;column-gap:clamp(16px,2.4vw,36px)}.xci-fixed-header .xci-nav-minimal-shell>.xci-fixed-logo,.xci-fixed-header.xci-nav-struct-boxed-shell .xci-fixed-shell>.xci-fixed-logo{grid-column:1;order:initial}.xci-fixed-header .xci-nav-minimal-shell>.xci-fixed-menu,.xci-fixed-header.xci-nav-struct-boxed-shell .xci-fixed-shell>.xci-fixed-menu{grid-column:2;width:100%;max-width:none;order:initial;justify-content:center}.xci-fixed-header .xci-nav-minimal-shell>.xci-fixed-auth,.xci-fixed-header.xci-nav-struct-boxed-shell .xci-fixed-shell>.xci-fixed-auth{grid-column:3;order:initial}.xci-fixed-header.xci-nav-pressure-high :where(.xci-fixed-nav-row,.xci-nav-family-bottom,.xci-nav-family-dock) .xci-fixed-menu a,.xci-fixed-header.xci-nav-pressure-high :where(.xci-fixed-nav-row,.xci-nav-family-bottom,.xci-nav-family-dock) .xci-nav-more-button{max-width:min(30vw,340px)}.xci-fixed-header[class*=xci-nav-design-]{--xci-nav-design-pad-x:clamp(18px, 2.6vw, 42px);--xci-nav-design-gap:clamp(8px, 1.1vw, 16px);--xci-nav-design-menu-bg:color-mix(in srgb, var(--xci-theme-surface, #ffffff) 7%, transparent);--xci-nav-design-frame:color-mix(in srgb, var(--xci-theme-surface, #ffffff) 12%, transparent)}.xci-fixed-header[class*=xci-nav-design-] .xci-fixed-inner{padding-left:var(--xci-nav-design-pad-x);padding-right:var(--xci-nav-design-pad-x)}.xci-fixed-header[class*=xci-nav-design-] .xci-fixed-menu>ul{gap:var(--xci-nav-design-gap)}.xci-fixed-header[class*=xci-nav-design-] .xci-fixed-logo span{max-width:min(28vw,360px)}.xci-nav-design-utility-split :where(.xci-nav-family-menu,.xci-nav-family-directory,.xci-fixed-menu){grid-area:menu;width:100%;justify-content:center;padding-top:10px;border-top:1px solid color-mix(in srgb,var(--xci-theme-line, rgba(255,255,255,.18)) 72%,transparent)}.xci-nav-design-app-shell .xci-fixed-inner{min-height:66px}.xci-nav-design-app-shell .xci-fixed-logo img{border-radius:14px}.xci-nav-design-app-shell .xci-fixed-menu a,.xci-nav-design-app-shell .xci-nav-more-button{min-height:40px;border-radius:14px}.xci-fixed-header.xci-nav-pressure-high:is(.xci-nav-design-floating-hub,.xci-nav-design-magazine-mast,.xci-nav-design-minimal-line,.xci-nav-design-club-card) .xci-fixed-inner{margin-top:0;margin-bottom:0;border-radius:0;box-shadow:none}.xci-fixed-header .xci-fixed-inner{width:var(--xci-final-content-track, var(--xci-page-content-track, min(1280px, calc(100% - 32px))));max-width:var(--xci-final-content-track, var(--xci-page-content-track, min(1280px, calc(100% - 32px))));min-height:76px;margin-left:auto;margin-right:auto;padding-left:clamp(18px,2.6vw,42px);padding-right:clamp(18px,2.6vw,42px);overflow:visible}.xci-fixed-header .xci-fixed-logo span{max-width:min(28vw,360px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xci-fixed-header :where(.xci-fixed-menu,.xci-nav-family-menu,.xci-nav-family-directory,.xci-nav-family-dock){grid-area:menu;width:100%;max-width:100%;min-width:0;justify-self:stretch;justify-content:center;padding-top:0;border-top:0}.xci-fixed-header .xci-fixed-menu a,.xci-fixed-header .xci-nav-more-button{max-width:min(18vw,240px);min-width:0;min-height:38px;padding:9px 13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xci-fixed-header .xci-fixed-auth :where(.xci-fixed-login,.xci-fixed-register){flex:0 0 auto;max-width:max-content;white-space:nowrap}.xci-fixed-header.xci-nav-design-directory-tabs.xci-nav-struct-boxed-shell .xci-nav-standard-shell{display:block;width:100%}.xci-fixed-header.xci-nav-design-directory-tabs.xci-nav-struct-boxed-shell .xci-fixed-shell{display:grid;grid-template-columns:minmax(190px,.42fr) minmax(0,1fr);grid-template-areas:"brand menu""auth menu";align-items:center;column-gap:clamp(18px,2.8vw,44px);row-gap:12px}.xci-fixed-header.xci-nav-design-directory-tabs.xci-nav-struct-boxed-shell .xci-fixed-logo{grid-area:brand;justify-self:start;align-self:end}.xci-fixed-header.xci-nav-design-directory-tabs.xci-nav-struct-boxed-shell .xci-fixed-auth{grid-area:auth;justify-self:start;justify-content:flex-start;align-self:start;margin:0}.xci-fixed-header.xci-nav-design-directory-tabs.xci-nav-struct-boxed-shell .xci-fixed-menu{grid-area:menu;justify-self:end;align-self:center;width:min(100%,980px)}.xci-fixed-header.xci-nav-design-directory-tabs.xci-nav-struct-boxed-shell .xci-fixed-menu>ul{justify-content:flex-end}.xci-fixed-header .xci-nav-toggle{display:none}.xci-fixed-header.xci-nav-pressure-high .xci-fixed-inner{min-height:70px}.xci-fixed-header.xci-nav-pressure-high .xci-fixed-logo{font-size:clamp(24px,2.2vw,34px)}.xci-fixed-header.xci-nav-pressure-high .xci-fixed-menu a,.xci-fixed-header.xci-nav-pressure-high .xci-nav-more-button{max-width:clamp(112px,14vw,240px);min-height:34px;padding:8px 11px;font-size:max(13px,min(14px,1vw));text-transform:none;letter-spacing:0}}@media (max-width:960px){.xci-fixed-inner{padding:0 18px;gap:12px}.xci-fixed-logo{font-size:28px}.xci-fixed-menu a{padding:10px 12px;font-size:14px}}@media (max-width:760px){.xci-nav-family-shell :where(.xci-nav-family-brand,.xci-nav-family-menu,.xci-nav-family-directory,.xci-nav-family-dock,.xci-nav-family-actions,.xci-nav-family-top,.xci-nav-family-bottom,.xci-nav-family-main){display:contents}.xci-fixed-header :where(.xci-fixed-brand-row,.xci-fixed-mainline,.xci-fixed-shell){display:flex;align-items:center;gap:10px;flex:1 1 auto;min-width:0;max-width:100%}.xci-fixed-header :where(.xci-fixed-nav-row,.xci-fixed-topline){display:contents}.xci-fixed-inner{width:100%;max-width:100vw;min-height:68px;padding:0 10px;gap:10px;flex-wrap:nowrap;justify-content:space-between;overflow:visible}.xci-fixed-logo{flex:1 1 0;order:1;gap:6px;min-width:0;max-width:none;margin-right:0;font-size:clamp(15px,4.7vw,20px)}.xci-fixed-logo img{width:clamp(32px,9vw,38px);height:clamp(32px,9vw,38px)}.xci-fixed-logo span{min-width:0;max-width:min(30vw,132px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xci-nav-toggle{display:inline-flex;flex:0 0 auto;order:2;width:clamp(38px,11vw,44px);height:clamp(38px,11vw,44px);border-radius:11px;margin-right:8px}.xci-nav-toggle span,.xci-nav-toggle::after,.xci-nav-toggle::before{width:22px;height:3px}.xci-fixed-auth{flex:0 0 auto;order:3;gap:10px;margin-left:0;min-width:max-content;max-width:none}.xci-fixed-login,.xci-fixed-register{flex:0 0 auto;min-height:40px;font-size:clamp(10px,2.8vw,12px);overflow:visible;text-overflow:clip;white-space:nowrap}.xci-fixed-register{min-width:0;max-width:none;padding:0 10px}.xci-fixed-login{max-width:none;padding:0 4px}.xci-fixed-menu{display:none;position:absolute;left:8px;right:8px;top:100%;width:auto;max-width:calc(100vw - 16px);padding:10px;overflow-x:hidden;background:var(--xci-theme-bg-dark, #052713);border-bottom:2px solid var(--xci-theme-accent, #f4c400);box-shadow:0 12px 20px rgba(0,0,0,.28)}.xci-fixed-menu ul{flex-direction:column;align-items:stretch;gap:8px;width:100%;min-width:0}.xci-fixed-menu a,.xci-nav-more-button{width:100%;max-width:100%;min-width:0;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:14px 12px;font-size:clamp(16px,4.2vw,18px)}.xci-nav-more{width:100%}.xci-nav-more-button::after{display:none}.xci-fixed-menu .xci-nav-more-list{position:static;display:flex;width:100%;min-width:0;max-width:100%;padding:6px 0 0;border:0;border-radius:0;background:0 0;box-shadow:none}.xci-fixed-header.xci-nav-mobile-sheet-compact .xci-fixed-menu{left:12px;right:12px;top:calc(100% + 8px);max-width:calc(100vw - 24px);border-radius:18px;border:1px solid var(--xci-nav-panel-border, rgba(255,255,255,.16));background:var(--xci-nav-panel-bg, var(--xci-theme-bg-dark, #052713))}.xci-fixed-header{overflow:visible}.xci-fixed-header .xci-fixed-inner{width:100%;max-width:100vw;min-height:68px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,max-content) auto;grid-template-areas:"brand auth toggle";align-items:center;column-gap:8px;row-gap:0;padding:10px 12px;overflow:visible}.xci-fixed-header :where(.xci-nav-standard-shell,.xci-fixed-shell,.xci-nav-minimal-shell,.xci-nav-family-shell,.xci-nav-ledger-shell,.xci-nav-lab-shell,.xci-nav-directory-shell,.xci-nav-editorial-shell,.xci-nav-console-shell,.xci-nav-app-shell,.xci-fixed-brand-row,.xci-fixed-nav-row,.xci-fixed-topline,.xci-fixed-mainline,.xci-nav-family-brand,.xci-nav-family-menu,.xci-nav-family-directory,.xci-nav-family-dock,.xci-nav-family-actions,.xci-nav-family-top,.xci-nav-family-bottom,.xci-nav-family-main){display:contents;width:auto;max-width:none;min-width:0;padding:0;border:0;background:0 0;box-shadow:none}.xci-fixed-header .xci-fixed-logo{grid-area:brand;order:initial;justify-self:start;min-width:0;max-width:100%;margin:0;font-size:clamp(16px,4.7vw,22px)}.xci-fixed-header .xci-fixed-logo span{min-width:0;max-width:min(52vw,220px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xci-fixed-header .xci-fixed-logo img{width:clamp(32px,9vw,40px);height:clamp(32px,9vw,40px)}.xci-fixed-header .xci-fixed-auth{grid-area:auth;order:initial;justify-self:end;display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0;max-width:min(46vw,220px);margin:0;padding:0;background:0 0;border:0}.xci-fixed-header .xci-fixed-login,.xci-fixed-header .xci-fixed-register{flex:0 1 auto;max-width:min(22vw,108px);min-height:36px;font-size:clamp(10px,2.9vw,12px);line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xci-fixed-header .xci-fixed-register{min-width:0;padding:0 10px}.xci-fixed-header .xci-fixed-login{padding:0 4px}.xci-fixed-header .xci-nav-toggle{grid-area:toggle;order:initial;display:inline-flex;justify-self:end;flex:0 0 auto;width:clamp(38px,10vw,44px);height:clamp(38px,10vw,44px);margin:0}.xci-fixed-header .xci-fixed-menu{display:none;position:absolute;left:10px;right:10px;top:calc(100% + 0px);width:auto;max-width:calc(100vw - 20px);max-height:min(70vh,520px);overflow-x:hidden;overflow-y:auto;padding:10px;border:1px solid var(--xci-nav-panel-border, rgba(255,255,255,.16));border-top:0;border-radius:0 0 16px 16px;background:var(--xci-nav-panel-bg, var(--xci-theme-bg-dark, #052713));box-shadow:0 16px 30px rgba(0,0,0,.3)}.xci-fixed-header.is-open .xci-fixed-menu{display:block}.xci-fixed-header .xci-fixed-menu>ul{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:8px;width:100%}.xci-fixed-header .xci-fixed-menu a,.xci-fixed-header .xci-nav-more-button{width:100%;max-width:100%;min-height:44px;padding:12px 14px;justify-content:center;text-align:center;font-size:clamp(14px,3.8vw,16px)}.xci-fixed-header .xci-fixed-menu .xci-nav-more-list{position:static;display:flex;width:100%;max-width:100%;padding:8px 0 0;border:0;border-radius:0;background:0 0;box-shadow:none}main,section{max-width:100%;overflow-x:hidden}main h1{font-size:clamp(24px,7vw,32px);line-height:1.2;word-break:break-word}main h1,main p{max-width:100%;overflow-wrap:anywhere}}@media (max-width:420px){.xci-fixed-inner{padding:0 8px;gap:8px}.xci-fixed-logo{font-size:clamp(14px,4.6vw,18px);gap:5px}.xci-fixed-logo img{width:34px;height:34px}.xci-fixed-logo span{max-width:30vw}.xci-nav-toggle{width:40px;height:40px;margin-right:0}.xci-fixed-auth{gap:5px}.xci-fixed-header .xci-fixed-login,.xci-fixed-header .xci-fixed-register{max-width:70px;min-height:34px}.xci-fixed-login{padding:0 3px}.xci-fixed-register{padding:0 8px}.xci-fixed-menu{left:6px;right:6px;max-width:calc(100vw - 12px)}}body:has(.xci-fixed-header) :where(aside.sidebar:has(nav),aside.sidebar:has(.nav-menu),aside.side-nav:has(nav),aside.nav-sidebar:has(nav),aside.sidenav:has(nav),.sidebar:has(.nav-menu),.side-nav:has(.nav-menu),.nav-sidebar:has(.nav-menu),.sidenav:has(.nav-menu)){display:none}body:has(.xci-fixed-header) :where(.site-wrapper,.app-wrapper,.layout-wrapper,.page-wrapper){display:block;grid-template-columns:minmax(0,1fr);width:100%;max-width:100%;min-width:0}body:has(.xci-fixed-header) :where(.main-content,.content-wrapper,.page-content,.app-content){width:100%;max-width:100%;min-width:0;margin-left:0}body{--xci-final-content-gutter:var(--xci-content-gutter, 48px);--xci-final-content-width:var(--xci-content-width, 1280px);--xci-nav-content-width:var(--xci-final-content-width, var(--xci-content-width, 1280px));--xci-nav-content-gutter:var(--xci-final-content-gutter, var(--xci-content-gutter, 48px));--xci-page-content-track:min(
    var(--xci-final-content-width, var(--xci-nav-content-width, var(--xci-content-width, 1280px))),
    calc(100% - var(--xci-final-content-gutter, var(--xci-nav-content-gutter, 48px)))
  );--xci-final-content-track:var(--xci-page-content-track)}body:has(main.xci-page-layout-guide),body:has(main.xci-page-layout-service),body:has(main.xci-page-layout-trust){--xci-final-content-width:1180px}body:has(main.xci-page-density-cards),body:has(main.xci-page-density-tables),body:has(main.xci-page-layout-comparison),body:has(main.xci-page-layout-directory){--xci-final-content-width:1280px}body:has(main.xci-page-density-longform),body:has(main.xci-page-density-minimal),body:has(main.xci-page-density-mobile),body:has(main.xci-page-density-tight),body:has(main.xci-page-layout-compact),body:has(main.xci-page-layout-editorial),body:has(main.xci-page-layout-knowledge){--xci-final-content-width:1120px}@media (min-width:761px){body{--xci-page-content-track:min(
      var(--xci-final-content-width, var(--xci-nav-content-width, var(--xci-content-width, 1280px))),
      calc(100vw - var(--xci-final-content-gutter, var(--xci-nav-content-gutter, 48px)))
    );--xci-final-content-track:var(--xci-page-content-track)}}@media (max-width:760px){body{--xci-final-content-gutter:24px;--xci-nav-content-gutter:24px;--xci-page-content-track:min(100%, calc(100vw - var(--xci-final-content-gutter, 24px)));--xci-final-content-track:var(--xci-page-content-track)}}.xci-fixed-header{height:auto;min-height:70px}.xci-fixed-header .xci-fixed-inner{width:var(--xci-final-content-track);max-width:var(--xci-final-content-track);min-width:0;margin-left:auto;margin-right:auto;height:auto}.xci-fixed-header [data-component-role=nav]>:where(div,nav){max-width:100%;min-width:0;box-sizing:border-box}@media (min-width:761px){.xci-fixed-header .xci-fixed-inner{width:var(--xci-final-content-track);max-width:var(--xci-final-content-track);margin-left:auto;margin-right:auto}.xci-fixed-header .xci-fixed-logo,.xci-fixed-header [data-component-role=nav]>:where(div,nav):has(.xci-fixed-logo):not(:has(.xci-fixed-menu)):not(:has(.xci-fixed-auth)){min-width:0;max-width:min(30vw,360px)}.xci-fixed-header .xci-fixed-logo span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xci-fixed-header .xci-fixed-menu,.xci-fixed-header [data-component-role=nav]>:where(div,nav):has(.xci-fixed-menu):not(:has(.xci-fixed-logo)):not(:has(.xci-fixed-auth)){min-width:0;max-width:100%;overflow:visible}.xci-fixed-header .xci-fixed-menu>ul{min-width:0;max-width:100%;flex-wrap:wrap;row-gap:6px;overflow:hidden}.xci-fixed-header .xci-fixed-menu a,.xci-fixed-header .xci-nav-more-button{min-width:0;max-width:clamp(112px,16vw,260px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:none;letter-spacing:0}.xci-fixed-header .xci-fixed-menu a .xci-nav-label-text,.xci-fixed-header .xci-nav-more-button .xci-nav-label-text{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xci-fixed-header .xci-fixed-auth,.xci-fixed-header [data-component-role=nav]>:where(div,nav):has(.xci-fixed-auth):not(:has(.xci-fixed-logo)):not(:has(.xci-fixed-menu)){width:auto;min-width:0;max-width:min(34vw,360px);overflow:hidden}.xci-fixed-header .xci-fixed-auth>*{min-width:0}.xci-fixed-header .xci-fixed-auth :where(.xci-fixed-login,.xci-fixed-register),.xci-fixed-header .xci-fixed-auth :where(a,button){min-width:0;max-width:min(100%,150px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xci-fixed-header.xci-nav-struct-boxed-shell .xci-nav-family-shell>.xci-fixed-shell,.xci-fixed-header.xci-nav-struct-boxed-shell .xci-nav-standard-shell>.xci-fixed-shell,.xci-fixed-header.xci-nav-struct-boxed-shell [data-component-role=nav]>.xci-fixed-shell{display:grid;grid-template-columns:minmax(150px,max-content) minmax(0,1fr) max-content;grid-template-areas:"brand menu auth";align-items:center;column-gap:clamp(14px,2vw,34px);width:100%;max-width:100%;min-width:0;overflow:visible}.xci-fixed-header.xci-nav-struct-boxed-shell :where([data-component-role=nav],.xci-nav-family-shell,.xci-nav-standard-shell):has(>.xci-fixed-shell){display:block;width:100%;max-width:100%;min-width:0}.xci-fixed-header.xci-nav-struct-boxed-shell :where([data-component-role=nav],.xci-nav-family-shell,.xci-nav-standard-shell):has(>.xci-fixed-shell)>.xci-fixed-shell{grid-column:1/-1;width:100%;max-width:100%;min-width:0;margin-left:0;margin-right:0}.xci-fixed-header.xci-nav-struct-boxed-shell .xci-fixed-shell>.xci-fixed-logo{grid-area:brand;grid-column:auto;justify-self:start;max-width:min(28vw,360px);min-width:0}.xci-fixed-header.xci-nav-struct-boxed-shell .xci-fixed-shell>.xci-fixed-menu{grid-area:menu;grid-column:auto;justify-self:stretch;width:100%;max-width:100%;min-width:0;overflow:visible}.xci-fixed-header.xci-nav-struct-boxed-shell .xci-fixed-shell>.xci-fixed-auth{grid-area:auth;grid-column:auto;justify-self:end;width:max-content;max-width:min(30vw,360px);min-width:max-content;overflow:visible}}body[class] main>:where(.xci-managed-hero,.xci-game-section,.xci-fixed-game-section,.xci-auto-section,.xci-section-stacked,section,article,.section,.content-section,.container,.wrapper):not(.xci-fixed-footer):not(.xci-floating-auth):not(.xci-side-register),main>:where(.xci-managed-hero,.xci-game-section,.xci-fixed-game-section,.xci-auto-section,.xci-section-stacked,section,article,.section,.content-section,.container,.wrapper):not(.xci-fixed-footer):not(.xci-floating-auth):not(.xci-side-register){width:var(--xci-final-content-track);max-width:var(--xci-final-content-track);margin-left:auto;margin-right:auto;box-sizing:border-box}main>section{width:100%;max-width:100%;overflow-x:hidden}@media (min-width:761px){main>:where(section,article,div,aside,form,table,ul,ol):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer){overflow-x:hidden}main>:where(h1,h2,h3,h4,h5,h6,p,blockquote,address,figure,pre):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section),main>:where(section,article,div,aside,form,table,ul,ol):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer){width:min(calc(100% - var(--xci-content-gutter)),var(--xci-content-width));max-width:var(--xci-content-width);margin-left:auto;margin-right:auto;min-width:0}main>:where(section,article,div,aside,form,table,ul,ol):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer)+:where(section,article,div,aside,form,table,ul,ol):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer){margin-top:var(--xci-section-gap, clamp(34px, 4.5vw, 78px))}main>:where(section,article,div,aside):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer)>:where(.container,.section-inner,.wrapper,.inner,.content){width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}main .xci-auto-section,main .xci-auto-section *{min-width:0;max-width:100%}main .xci-auto-section :where(div,section,article,aside,form,ul,ol,table){position:relative;inset:auto;transform:none}main .xci-media-cleaned,main .xci-single-column{display:block;grid-template-columns:1fr;gap:0}main .xci-single-column:not(.xci-game-section):not(.xci-managed-hero)>:where(div,article,aside,section,figure,ul,ol,table){width:100%;max-width:min(100%,920px);margin-left:auto;margin-right:auto}main .xci-media-cleaned>:where(div,article,aside,section,figure,ul,ol,table){width:100%;max-width:min(100%,920px);margin-left:auto;margin-right:auto}main .xci-single-column:not(.xci-game-section):not(.xci-managed-hero)>:where(div,article,aside,section,figure,ul,ol,table):empty{display:none}main .xci-media-cleaned>:where(div,article,aside,section,figure,ul,ol,table):empty{display:none}main :where(.promo-img.xci-empty-media,.promo-image.xci-empty-media,.promo-card-img.xci-empty-media,.event-img.xci-empty-media,.event-image.xci-empty-media,.event-thumb.xci-empty-media,.live-item-img.xci-empty-media,.card-img.xci-empty-media,.card-image.xci-empty-media){display:none;width:0;height:0;min-height:0;margin:0;padding:0;border:0;overflow:hidden}main .xci-section-stacked,main .xci-section-stacked>.xci-section-body,main .xci-section-stacked>.xci-section-heading{min-width:0;max-width:100%}main .xci-section-stacked{display:block;grid-template-columns:1fr;gap:0}main .xci-section-stacked>.xci-section-heading{display:block;width:100%;margin:0 0 18px}main .xci-section-stacked>.xci-section-heading :where(h1,h2,h3,h4,h5,h6){margin-top:0}main .xci-section-stacked>.xci-section-body{display:block;width:100%}main .xci-section-stacked>.xci-section-body :where(.game-grid,.feature-block,.feature-grid,.casino-banner,.showcase,.advantage-list,.process-steps,.contact-grid,.support-grid,.info-grid,.steps-grid,.promo-grid,.content-grid,table,ul,ol,form),main .xci-section-stacked>.xci-section-body>:where(.faq-item,.game-card,.feature-card,.promo-card,.article-block,.review-box,.stat-box,.content-block),main .xci-section-stacked>.xci-section-body>:where(.section-body,.content,.body),main .xci-section-stacked>.xci-section-heading>:where(.section-header,.section-title,.heading,.title){width:100%;max-width:100%}main form:not(.xci-contact-form):not([data-xci-contact-form=fixed]){width:100%;max-width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}main form:not(.xci-contact-form):not([data-xci-contact-form=fixed])>:where(textarea,button,.form-actions,[class*=message],[class*=detail],[class*=content]){grid-column:1/-1}main :where(input,select,textarea,button){max-width:100%;min-width:0}main textarea{resize:vertical}main table{width:100%;max-width:100%;table-layout:auto;border-collapse:collapse}main :where(.xci-auto-section,.xci-auto-section>div,.xci-auto-section>section){overflow-wrap:anywhere}main .xci-balanced-game-grid:not(.xci-game-grid){--xci-balanced-cols:4;display:grid;grid-template-columns:repeat(var(--xci-balanced-cols),minmax(0,1fr));align-items:stretch}main .xci-balanced-game-grid:not(.xci-game-grid)>:where(div,article,li){min-width:0;height:100%}main .xci-balanced-game-grid:not(.xci-game-grid) img{width:100%;max-width:100%}}@media (max-width:760px){main .xci-balanced-game-grid:not(.xci-game-grid){grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:460px){main .xci-balanced-game-grid:not(.xci-game-grid){grid-template-columns:1fr}}@media (min-width:900px){main>section>.container>.section-sub,main>section>.container>.section-title{text-align:center}main>section>.container>.section-sub{max-width:780px;margin-left:auto;margin-right:auto}}@media (max-width:760px){main>:where(h1,h2,h3,h4,h5,h6,p,blockquote,address,figure,pre):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section){width:min(calc(100% - 32px),1180px);margin-left:auto;margin-right:auto}.eeat-contact>.container,.xci-managed-hero .xci-hero-layout,main>section>.container,main>section>.section-inner{width:min(calc(100% - 32px),1180px)}.xci-managed-hero{padding:34px 0}.xci-managed-hero .hero-overlay{text-align:center}.xci-managed-hero .hero-cta{justify-content:center}.info-grid{grid-template-columns:1fr}}main[class*=xci-page-type-] :where(section,article,.card,.box,.panel,.feature-card,.info-card,.trust-card,.faq-card,.promo-card){overflow-wrap:anywhere}main.xci-page-type-faq :where(details,.faq-item,.faq-card){min-height:0}main.xci-page-type-promotion :where(.promo-card,.offer-card,.condition-card),main.xci-page-type-vip :where(.tier-card,.vip-card,.benefit-card){padding:var(--xci-type-panel-pad)}main.xci-page-type-news :where(article,.news-card,.post,.update-card){max-width:min(100%,82ch)}main.xci-page-type-game :where(.category-grid,.categories,.cat-grid,.game-category-grid):not(.xci-game-grid){align-items:stretch;gap:var(--xci-type-gap)}main.xci-page-type-contact :where(ol,ul),main.xci-page-type-guide :where(ol,ul),main.xci-page-type-payment :where(ol,ul){padding-left:1.25em}body.xci-comp-list-clean main li+li,main.xci-page-type-contact li+li,main.xci-page-type-guide li+li,main.xci-page-type-payment li+li{margin-top:.45em}body.xci-surface-media{--xci-profile-radius:12px;--xci-profile-gap:clamp(22px, 3.6vw, 48px)}body[class*=xci-surface-] :where(.xci-game-card,.xci-hero-media,.xci-license-panel,.xci-contact-inner,.xci-faq-card,.card,.box,.panel){border-radius:var(--xci-profile-radius, inherit)}body.xci-surface-media .xci-hero-media{box-shadow:0 20px 46px rgba(0,0,0,.3)}body[class*=xci-arch-] .xci-managed-hero{padding-block:var(--xci-architecture-hero-pad)}body[class*=xci-arch-] .xci-game-grid{gap:var(--xci-architecture-game-gap)}body.xci-arch-service-console{--xci-architecture-width:1180px;--xci-architecture-game-gap:clamp(10px, 1.7vw, 18px)}body[class*=xci-blueprint-] .xci-managed-hero{padding-block:var(--xci-blueprint-hero-pad)}body[class*=xci-blueprint-] .xci-game-grid{gap:var(--xci-blueprint-game-gap)}body.xci-blueprint-brand-resource{--xci-final-content-width:1160px;--xci-blueprint-hero-pad:clamp(34px, 5.5vw, 82px)}body.xci-comp-var-rounded main{--xci-comp-radius:16px}body[class*=xci-comp-] main :where(.card,.box,.panel,.feature-card,.promo-card,.info-card,.trust-card,.service-card,.faq-item,.faq-card,article){border-radius:var(--xci-comp-radius)}body.xci-comp-list-clean main :where(ul,ol){padding-left:1.25em}body.xci-content-dist-category-rich main :where(.category-grid,.categories,.cat-grid,.grid){margin-top:16px}body[class*=xci-page-compose-] main>:where(section,article,div):not(.xci-managed-hero):not(.xci-game-section):not(.xci-floating-auth):not(.xci-side-register){max-width:min(100%,var(--xci-compose-width))}body[class*=xci-page-compose-] main>:where(section,article):not(.xci-managed-hero):not(.xci-game-section)+:where(section,article):not(.xci-managed-hero):not(.xci-game-section){margin-top:var(--xci-compose-gap)}body.xci-page-compose-portal-stack main{--xci-compose-width:min(var(--xci-content-width, 1280px), 1240px)}body.xci-page-compose-portal-stack main>:where(section,article):not(.xci-managed-hero):not(.xci-game-section){border-radius:clamp(8px,1.2vw,14px)}body[class*=xci-page-compose-] main :where(.card,.box,.panel,.feature-card,.promo-card,.info-card,.trust-card,.service-card):not(.xci-game-card){padding:var(--xci-compose-panel-pad)}body.xci-heading-style-noun-led main h2{line-height:1.16}body[class*=xci-media-treat-] :where(.xci-hero-media,.xci-game-thumb,main figure,main .card-img,main .card-image,main .promo-img,main .event-img){border-radius:var(--xci-media-radius);overflow:hidden;box-shadow:var(--xci-media-shadow);box-sizing:border-box}body[class*=xci-media-treat-] :where(.xci-hero-media img,.xci-game-thumb img,main figure img,main .card-img img,main .card-image img,main .promo-img img,main .event-img img){object-fit:var(--xci-media-fit);object-position:var(--xci-media-position)}body[class*=xci-media-treat-] .xci-hero-media{aspect-ratio:var(--xci-hero-media-aspect)}body[class*=xci-media-treat-] .xci-game-thumb{aspect-ratio:var(--xci-game-thumb-ratio, 1 / 1)}body.xci-media-frame-thumbnail{--xci-media-radius:8px}body.xci-code-dialect-support-map{--xci-dialect-frame-alpha:.2}body[class*=xci-code-dialect-] :where(.xci-managed-hero,.xci-game-section){scroll-margin-top:84px}.xci-markup-shell{min-width:0}.xci-game-section .xci-markup-shell,.xci-managed-hero .xci-markup-shell{display:contents}body[data-visual-dna-signature=f56bfda0895a965d00]{--xci-width-preset-key:balanced-1160;--xci-dna-section-gap:42px;--xci-dna-card-gap:22px;--xci-dna-radius:4px;--xci-dna-line-height:1.48;--xci-game-thumb-ratio:3 / 4;--xci-dna-image-fit:cover;--xci-dna-nav-pad:24px;--xci-dna-hero-shift:2}@media (min-width:761px){body[data-visual-dna-signature=f56bfda0895a965d00]{--xci-final-content-width:1160px;--xci-final-content-gutter:56px;--xci-dna-content-width:var(--xci-final-content-width);--xci-dna-nav-width:var(--xci-final-content-width);--xci-page-content-track:min(
      var(--xci-final-content-width),
      calc(100vw - var(--xci-final-content-gutter))
    );--xci-final-content-track:var(--xci-page-content-track)}}body[data-visual-dna-signature=f56bfda0895a965d00] main{line-height:var(--xci-dna-line-height)}body[data-visual-dna-signature=f56bfda0895a965d00] :where(.xci-fixed-inner,.xci-nav-inner,.xci-nav-container,header>.container,header>.inner){width:var(--xci-final-content-track);max-width:var(--xci-final-content-track);padding-inline:var(--xci-dna-nav-pad);box-sizing:border-box}body[data-visual-dna-signature=f56bfda0895a965d00] main>:where(section,article,.section,.content-section,.container,.wrapper):not(.xci-managed-hero):not(.xci-game-section):not(.xci-fixed-game-section){width:var(--xci-final-content-track);max-width:var(--xci-final-content-track);margin-left:auto;margin-right:auto;box-sizing:border-box}body[data-visual-dna-signature=f56bfda0895a965d00] main>:where(section,article,.section,.content-section)+:where(section,article,.section,.content-section){margin-top:var(--xci-dna-section-gap)}body[data-visual-dna-signature=f56bfda0895a965d00] :where(.xci-managed-hero,.hero,.hero-section):first-child{--xci-hero-local-shift:calc(var(--xci-dna-hero-shift) * 1%)}body[data-visual-dna-signature=f56bfda0895a965d00] :where(.xci-game-grid,.games-grid,.game-grid,.casino-grid,.category-grid){gap:var(--xci-dna-card-gap)}body[data-visual-dna-signature=f56bfda0895a965d00] :where(.xci-game-card,.game-card,.cat-card,.category-card,.feature-card,.promo-card,.info-card){border-radius:var(--xci-dna-radius)}body[data-visual-dna-signature=f56bfda0895a965d00] :where(.xci-game-card img,.game-card img,.cat-card img,.category-card img){aspect-ratio:var(--xci-game-thumb-ratio, 1 / 1);width:100%;height:auto;object-fit:var(--xci-dna-image-fit);border-radius:calc(var(--xci-dna-radius)*.85)}body[data-visual-dna-signature=f56bfda0895a965d00] :where(.feature-card img,.promo-card img,.info-card img,article img):not(.xci-hero-img):not(.logo):not(.brand-logo){object-fit:var(--xci-dna-image-fit);border-radius:calc(var(--xci-dna-radius)*.85)}@media (max-width:760px){body[data-visual-dna-signature=f56bfda0895a965d00]{--xci-final-content-gutter:12px;--xci-page-content-track:min(100%, calc(100vw - 12px));--xci-final-content-track:var(--xci-page-content-track);--xci-dna-section-gap:max(16px, calc(42px * .62));--xci-dna-card-gap:max(10px, calc(22px * .72));--xci-dna-nav-pad:12px}body[data-visual-dna-signature=f56bfda0895a965d00] main>:where(section,article,.section,.content-section,.container,.wrapper):not(.xci-managed-hero):not(.xci-game-section):not(.xci-fixed-game-section){width:var(--xci-final-content-track);max-width:var(--xci-final-content-track)}}body[class*=xci-design-dir-] main>:where(section,article,.section,.content-section,.container,.wrapper):not(.xci-managed-hero):not(.xci-game-section):not(.xci-fixed-game-section){margin-top:var(--xci-director-section-gap)}body.xci-design-dir-editorial-artboard main>:where(section,article):not(.xci-game-section):not(.xci-fixed-game-section),body.xci-design-dir-magazine-brief main>:where(section,article):not(.xci-game-section):not(.xci-fixed-game-section),body.xci-design-dir-minimal-reader main>:where(section,article):not(.xci-game-section):not(.xci-fixed-game-section){max-width:var(--xci-director-readable)}body.xci-design-dir-editorial-artboard :where(.xci-game-section,.xci-fixed-game-section),body.xci-design-dir-magazine-brief :where(.xci-game-section,.xci-fixed-game-section),body.xci-design-dir-minimal-reader :where(.xci-game-section,.xci-fixed-game-section),body.xci-design-dir-trust-ledger :where(.xci-game-section,.xci-fixed-game-section){margin-top:clamp(38px,6vw,88px)}body.xci-design-dir-brand-showcase :where(.xci-game-section,.xci-fixed-game-section) .xci-game-grid,body.xci-design-dir-catalog-studio :where(.xci-game-section,.xci-fixed-game-section) .xci-game-grid,body.xci-design-dir-mobile-appflow :where(.xci-game-section,.xci-fixed-game-section) .xci-game-grid{align-items:stretch}body.xci-design-dir-minimal-reader :where(.xci-game-section,.xci-fixed-game-section) .xci-game-grid,body.xci-design-dir-trust-ledger :where(.xci-game-section,.xci-fixed-game-section) .xci-game-grid{gap:clamp(10px,1.8vw,18px)}body.xci-design-dir-brand-showcase .xci-managed-hero,body.xci-design-dir-catalog-studio .xci-managed-hero{margin-bottom:clamp(20px,3.6vw,46px)}body.xci-design-dir-mobile-appflow .xci-managed-hero,body.xci-design-dir-service-console .xci-managed-hero{margin-bottom:clamp(14px,2.6vw,32px)}@media (max-width:760px){body[class*=xci-design-dir-] main>:where(section,article,.section,.content-section,.container,.wrapper):not(.xci-managed-hero):not(.xci-game-section):not(.xci-fixed-game-section){max-width:calc(100vw - 24px)}body.xci-design-dir-editorial-artboard :where(.xci-game-section,.xci-fixed-game-section),body.xci-design-dir-magazine-brief :where(.xci-game-section,.xci-fixed-game-section),body.xci-design-dir-minimal-reader :where(.xci-game-section,.xci-fixed-game-section),body.xci-design-dir-trust-ledger :where(.xci-game-section,.xci-fixed-game-section){margin-top:clamp(26px,9vw,46px)}}@media (min-width:761px){body.xci-news-desktop-fix main{width:min(calc(100% - 48px),1180px);max-width:1180px;margin-left:auto;margin-right:auto;overflow:hidden;box-sizing:border-box}}@media (max-width:760px){body.xci-news-desktop-fix main{width:min(calc(100% - 24px),100%);margin-left:auto;margin-right:auto;overflow:hidden}}@media (min-width:761px){.xci-fixed-header,.xci-fixed-header *{box-sizing:border-box}.xci-fixed-header{width:100%;min-width:0;overflow:visible}.xci-fixed-header .xci-fixed-inner{width:var(--xci-final-content-track, var(--xci-page-content-track, min(1280px, calc(100vw - 48px))));max-width:var(--xci-final-content-track, var(--xci-page-content-track, min(1280px, calc(100vw - 48px))));min-width:0;margin-left:auto;margin-right:auto;min-height:0}.xci-fixed-header :where(.xci-nav-family-shell,.xci-fixed-shell,.xci-nav-standard-shell,.xci-nav-minimal-shell,.xci-nav-ledger-shell,.xci-nav-lab-shell,.xci-nav-directory-shell,.xci-nav-editorial-shell,.xci-nav-console-shell,.xci-nav-app-shell){width:100%;max-width:100%;min-width:0;margin-left:0;margin-right:0;box-sizing:border-box}.xci-fixed-header :where(.xci-fixed-shell,.xci-nav-standard-shell,.xci-nav-minimal-shell,.xci-nav-ledger-shell,.xci-nav-lab-shell,.xci-nav-directory-shell,.xci-nav-editorial-shell){display:grid;grid-template-columns:minmax(220px,max-content) minmax(0,1fr) max-content;grid-template-areas:"brand menu auth";align-items:center;gap:clamp(14px,2vw,34px)}.xci-fixed-header :where([data-component-role=nav],.xci-nav-family-shell,.xci-nav-standard-shell):has(>.xci-fixed-shell){display:block;width:100%;max-width:100%;min-width:0}.xci-fixed-header :where([data-component-role=nav],.xci-nav-family-shell,.xci-nav-standard-shell):has(>.xci-fixed-shell)>.xci-fixed-shell{grid-column:1/-1;width:100%;max-width:100%;min-width:0;margin-left:0;margin-right:0}.xci-fixed-header :where(.xci-nav-family-brand,.xci-fixed-logo){grid-area:brand;grid-column:1;justify-self:start;align-self:center;min-width:0;max-width:min(34vw,430px);order:0;margin:0;position:relative;inset:auto;transform:none}.xci-fixed-header :where(.xci-nav-family-menu,.xci-nav-family-directory,.xci-nav-family-dock,.xci-fixed-menu){grid-area:menu;grid-column:2;width:100%;max-width:100%;min-width:0;justify-self:stretch;justify-content:center;order:1;margin:0;position:relative;inset:auto;transform:none;overflow:visible}.xci-fixed-header :where(.xci-nav-family-actions,.xci-fixed-auth){grid-area:auth;grid-column:3;justify-self:end;align-self:center;justify-content:flex-end;display:flex;flex-wrap:nowrap;gap:clamp(8px,1vw,14px);width:max-content;max-width:min(30vw,360px);min-width:max-content;margin:0 0 0 auto;order:2;position:relative;inset:auto;transform:none}.xci-fixed-header.xci-nav-design-directory-tabs.xci-nav-struct-boxed-shell .xci-nav-standard-shell{display:block;width:100%;max-width:100%}.xci-fixed-header.xci-nav-design-directory-tabs.xci-nav-struct-boxed-shell .xci-fixed-shell{display:grid;grid-template-columns:minmax(190px,.42fr) minmax(0,1fr);grid-template-areas:"brand menu""auth menu";align-items:center;column-gap:clamp(18px,2.8vw,44px);row-gap:12px}.xci-fixed-header.xci-nav-design-directory-tabs.xci-nav-struct-boxed-shell .xci-fixed-logo{grid-area:brand;grid-column:auto;justify-self:start;align-self:end}.xci-fixed-header.xci-nav-design-directory-tabs.xci-nav-struct-boxed-shell .xci-fixed-auth{grid-area:auth;grid-column:auto;justify-self:start;justify-content:flex-start;align-self:start;margin:0;max-width:min(34vw,360px)}.xci-fixed-header.xci-nav-design-directory-tabs.xci-nav-struct-boxed-shell .xci-fixed-menu{grid-area:menu;grid-column:auto;justify-self:end;align-self:center;width:min(100%,980px)}.xci-fixed-header.xci-nav-design-directory-tabs.xci-nav-struct-boxed-shell .xci-fixed-menu>ul{justify-content:flex-end}.xci-fixed-header .xci-nav-toggle{display:none}.xci-fixed-header .xci-fixed-menu>ul{width:100%;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:clamp(8px,1vw,16px);overflow:visible}.xci-fixed-header .xci-fixed-menu li,.xci-fixed-header .xci-fixed-menu>ul{min-width:0;max-width:100%}.xci-fixed-header .xci-fixed-menu a,.xci-fixed-header .xci-nav-more-button{max-width:clamp(112px,16vw,260px);min-width:0;min-height:36px;padding:8px clamp(10px,1vw,16px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.15;text-transform:none;letter-spacing:0}.xci-fixed-header .xci-fixed-menu a .xci-nav-label-text,.xci-fixed-header .xci-nav-more-button .xci-nav-label-text{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xci-fixed-header .xci-fixed-logo span{display:inline-block;max-width:min(28vw,360px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xci-fixed-header .xci-fixed-auth :where(.xci-fixed-login,.xci-fixed-register){white-space:nowrap;min-width:max-content;max-width:160px;overflow:hidden;text-overflow:ellipsis}.xci-fixed-header .xci-fixed-brand-row{display:grid;grid-template-columns:minmax(180px,max-content) minmax(0,1fr) max-content;grid-template-areas:"brand spacer auth";align-items:center;column-gap:clamp(14px,2vw,34px)}.xci-fixed-header .xci-fixed-brand-row>.xci-fixed-logo{grid-area:brand;justify-self:start}.xci-fixed-header .xci-fixed-brand-row>.xci-fixed-auth{grid-area:auth;justify-self:end;margin-left:auto}.xci-fixed-header .xci-fixed-brand-row>.xci-nav-toggle{display:none}.xci-fixed-header .xci-fixed-brand-row,.xci-fixed-header .xci-fixed-nav-row{grid-column:1/-1;width:100%;min-width:0}.xci-fixed-header.xci-nav-struct-brand-top :where(.xci-nav-standard-shell,.xci-fixed-shell),.xci-fixed-header.xci-nav-struct-nav-below :where(.xci-nav-standard-shell,.xci-fixed-shell){grid-template-areas:"brand spacer auth""menu menu menu";grid-template-columns:minmax(220px,max-content) minmax(0,1fr) max-content}.xci-fixed-header.xci-nav-struct-brand-top :where(.xci-nav-family-menu,.xci-fixed-menu),.xci-fixed-header.xci-nav-struct-nav-below :where(.xci-nav-family-menu,.xci-nav-family-directory,.xci-fixed-menu){grid-area:menu;padding-top:8px}main{width:100%;min-width:0;overflow-x:hidden}main>:where(.xci-managed-hero,.xci-game-section,section,article):not(.xci-fixed-footer){width:var(--xci-final-content-track, var(--xci-page-content-track, min(1280px, calc(100vw - 48px))));max-width:var(--xci-final-content-track, var(--xci-page-content-track, min(1280px, calc(100vw - 48px))));margin-left:auto;margin-right:auto;box-sizing:border-box}.xci-game-section .xci-game-grid,main :where(.xci-game-grid,.game-grid,.games-grid){width:100%;max-width:100%;display:grid;grid-template-columns:repeat(var(--xci-game-desktop-columns, 7),minmax(0,1fr));gap:clamp(12px,1.3vw,20px);align-items:stretch;justify-content:center;overflow:visible}.xci-game-section .xci-game-card,main :where(.xci-game-card,.game-card){min-width:0;width:100%;max-width:100%;overflow:hidden}.xci-game-section :where(.xci-game-thumb,.game-thumb),main :where(.xci-game-card,.game-card) :where(.xci-game-thumb,.game-thumb){width:100%;aspect-ratio:var(--xci-game-thumb-ratio, 1 / 1);min-height:0;max-height:none;overflow:hidden}.xci-game-section :where(.xci-game-card,.game-card) img,main :where(.xci-game-card,.game-card) img{width:100%;height:auto;aspect-ratio:var(--xci-game-thumb-ratio, 1 / 1);object-fit:cover;display:block}}@media (max-width:760px){.xci-fixed-header .xci-fixed-inner{width:min(100%,calc(100vw - 20px));max-width:min(100%,calc(100vw - 20px));margin-left:auto;margin-right:auto;box-sizing:border-box}.xci-fixed-header :where(.xci-nav-family-shell,.xci-fixed-shell,.xci-nav-standard-shell,.xci-nav-minimal-shell,.xci-nav-ledger-shell,.xci-nav-lab-shell,.xci-nav-directory-shell,.xci-nav-editorial-shell,.xci-nav-console-shell,.xci-nav-app-shell){width:100%;max-width:100%;margin-left:0;margin-right:0;box-sizing:border-box}.xci-fixed-header :where(.xci-fixed-shell,.xci-nav-standard-shell,.xci-nav-minimal-shell,.xci-nav-ledger-shell,.xci-nav-lab-shell,.xci-nav-directory-shell,.xci-nav-editorial-shell,.xci-nav-console-shell,.xci-nav-app-shell){display:grid;grid-template-columns:minmax(0,1fr) minmax(0,max-content) 44px;grid-template-areas:"brand auth toggle""menu menu menu";align-items:center;column-gap:8px;row-gap:8px;overflow:visible}.xci-fixed-header :where([data-component-role=nav],.xci-nav-family-shell,.xci-nav-standard-shell):has(>.xci-fixed-shell){display:block;width:100%;max-width:100%;min-width:0}.xci-fixed-header :where([data-component-role=nav],.xci-nav-family-shell,.xci-nav-standard-shell):has(>.xci-fixed-shell)>.xci-fixed-shell{grid-column:1/-1;width:100%;max-width:100%;min-width:0;margin-left:0;margin-right:0}.xci-fixed-header .xci-fixed-brand-row{grid-column:1/-1;grid-row:1;display:grid;grid-template-columns:minmax(0,1fr) max-content max-content;grid-template-areas:"brand auth toggle";align-items:center;gap:8px;width:100%;min-width:0}.xci-fixed-header :where(.xci-nav-family-brand,.xci-fixed-logo){grid-area:brand;min-width:0;max-width:100%;justify-self:start;overflow:hidden}.xci-fixed-header .xci-fixed-auth,.xci-fixed-header .xci-nav-family-actions{justify-self:end;min-width:0;margin-left:auto;position:relative;inset:auto;transform:none}.xci-fixed-header .xci-nav-family-actions{grid-column:2/4;grid-row:1;display:grid;grid-template-columns:minmax(0,max-content) 44px;grid-template-areas:"auth toggle";align-items:center;justify-content:flex-end;gap:8px;max-width:min(52vw,230px);z-index:4}.xci-fixed-header .xci-fixed-auth{grid-area:auth;display:flex;flex-wrap:nowrap;gap:6px;width:max-content;max-width:min(42vw,156px);overflow:hidden;z-index:3}.xci-fixed-header .xci-nav-toggle{grid-area:toggle;justify-self:end;align-self:center;display:inline-flex;width:44px;min-width:44px;max-width:44px;height:44px;min-height:44px;margin-left:0;margin-right:0;flex:0 0 44px;position:relative;z-index:5;pointer-events:auto}.xci-fixed-header .xci-nav-family-actions>.xci-fixed-auth{grid-area:auth}.xci-fixed-header .xci-nav-family-actions>.xci-nav-toggle{grid-area:toggle}.xci-fixed-header :where(.xci-nav-family-menu,.xci-fixed-menu){grid-area:menu;width:100%}.xci-fixed-header .xci-fixed-nav-row{grid-area:menu;width:100%;min-width:0}.xci-fixed-header .xci-fixed-auth :where(.xci-fixed-login,.xci-fixed-register),.xci-fixed-header .xci-fixed-logo span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.xci-fixed-header .xci-fixed-logo span{max-width:min(48vw,220px)}.xci-fixed-header .xci-fixed-auth :where(.xci-fixed-login,.xci-fixed-register){flex:0 1 auto;max-width:min(20vw,74px);min-height:34px;padding-left:8px;padding-right:8px;font-size:clamp(10px,2.8vw,12px);line-height:1}}@media (max-width:480px){.xci-fixed-header :where(.xci-fixed-shell,.xci-nav-standard-shell,.xci-nav-minimal-shell,.xci-nav-ledger-shell,.xci-nav-lab-shell,.xci-nav-directory-shell,.xci-nav-editorial-shell,.xci-nav-console-shell,.xci-nav-app-shell){grid-template-columns:minmax(0,1fr) minmax(0,max-content) 44px;grid-template-areas:"brand brand brand""auth auth toggle""menu menu menu";row-gap:10px}.xci-fixed-header .xci-nav-family-actions{grid-column:1/4;grid-row:2;width:100%;max-width:100%;grid-template-columns:minmax(0,1fr) 44px;justify-self:stretch}.xci-fixed-header .xci-fixed-auth{justify-self:end;max-width:calc(100vw - 84px)}.xci-fixed-header .xci-fixed-logo span{max-width:calc(100vw - 92px)}.xci-fixed-header .xci-fixed-auth :where(.xci-fixed-login,.xci-fixed-register){max-width:min(32vw,96px)}}@media (max-width:360px){.xci-fixed-header .xci-fixed-auth :where(.xci-fixed-login,.xci-fixed-register){max-width:min(30vw,82px);padding-left:6px;padding-right:6px}}body.xci-site-profile{--xci-readable-heading:#0f172a;--xci-readable-text:var(--xci-final-text, #1f2937);--xci-readable-muted:#475569;--xci-readable-light:#f8fafc;--xci-readable-control-text:#07111f}body.xci-site-profile :where(.xci-fixed-header,.xci-fixed-header *,.xci-fixed-footer,.xci-fixed-footer *){opacity:1}body.xci-site-profile :where(input,textarea,select){background-color:#fff;color:var(--xci-readable-control-text);opacity:1}body.xci-site-profile :where(input::placeholder,textarea::placeholder){color:#64748b;opacity:1}body.xci-site-profile :where(.xci-side-register,.xci-floating-auth) :where(a,button,span,strong,b,small){color:var(--xci-readable-control-text);opacity:1}body.xci-site-profile :where(.xci-side-register-link,.xci-side-register button,.xci-floating-auth a,.xci-floating-auth button){color:var(--xci-readable-control-text)}body[class*=xci-final-view-] .xci-fixed-header{background:var(--xci-final-nav-bg, var(--xci-theme-bg-dark, #08121f));border-color:var(--xci-final-accent, var(--xci-theme-accent, #f4c400))}body[class*=xci-final-view-] .xci-fixed-logo span{color:var(--xci-final-nav-text, var(--xci-final-text, inherit))}body[class*=xci-final-view-] .xci-game-section,body[class*=xci-final-view-] main>:where(section,article):not(.xci-managed-hero){background:var(--xci-final-section-bg, transparent)}body[class*=xci-final-view-] main>:where(section,article,div):not(.xci-managed-hero):not(.xci-game-section):not(.xci-first-screen-takeover):not(.xci-fixed-footer){order:4}body.xci-final-view-story-first{--xci-final-body-bg:#f3efe4;--xci-final-page-bg:#f8f5ed;--xci-final-nav-bg:#fffaf0;--xci-final-section-bg:rgba(255,255,255,.72);--xci-final-text:#17212b;--xci-final-nav-text:#17212b;--xci-final-accent:#0f766e}body.xci-final-view-gallery-first{--xci-final-body-bg:#f4efff;--xci-final-page-bg:#fbf8ff;--xci-final-nav-bg:#3b0764;--xci-final-section-bg:#ffffff;--xci-final-text:#241833;--xci-final-nav-text:#ffffff;--xci-final-accent:#7c3aed}body.xci-final-view-ledger-left{--xci-final-body-bg:#edf2f7;--xci-final-page-bg:#f7fafc;--xci-final-nav-bg:#102033;--xci-final-section-bg:#ffffff;--xci-final-text:#152033;--xci-final-nav-text:#ffffff;--xci-final-accent:#2563eb}body.xci-final-view-reader-calm{--xci-final-body-bg:#f4f7f2;--xci-final-page-bg:#fbfcf8;--xci-final-nav-bg:#243328;--xci-final-section-bg:rgba(255,255,255,.82);--xci-final-text:#1f2b24;--xci-final-nav-text:#ffffff;--xci-final-accent:#8a6a12}body.xci-final-view-showcase-wide{--xci-final-body-bg:#eef5ff;--xci-final-page-bg:#f8fbff;--xci-final-nav-bg:#0f172a;--xci-final-section-bg:#ffffff;--xci-final-text:#111827;--xci-final-nav-text:#ffffff;--xci-final-accent:#0284c7}body.xci-final-view-directory-tight{--xci-final-body-bg:#e9f8ef;--xci-final-page-bg:#f6fff9;--xci-final-nav-bg:#064e3b;--xci-final-section-bg:#ffffff;--xci-final-text:#143027;--xci-final-nav-text:#ffffff;--xci-final-accent:#059669}body.xci-final-view-compact-board{--xci-final-body-bg:#fff1e6;--xci-final-page-bg:#fff8f1;--xci-final-nav-bg:#7c2d12;--xci-final-section-bg:#ffffff;--xci-final-text:#2d1b12;--xci-final-nav-text:#ffffff;--xci-final-accent:#ea580c}body.xci-final-view-media-led{--xci-final-body-bg:#eaf9ff;--xci-final-page-bg:#f7fdff;--xci-final-nav-bg:#164e63;--xci-final-section-bg:#ffffff;--xci-final-text:#102a36;--xci-final-nav-text:#ffffff;--xci-final-accent:#0891b2}@media (min-width:761px){body[class*=xci-final-view-] main>:where(.xci-managed-hero,.xci-game-section,section,article){flex:0 0 auto}body.xci-final-view-story-first main>.xci-managed-hero{order:1;max-width:min(1180px,calc(100vw - 72px));min-height:clamp(420px,52vh,680px)}body.xci-final-view-story-first main>.xci-game-section{order:6;padding-top:clamp(20px,3vw,46px)}body.xci-final-view-gallery-first main>.xci-game-section{order:1;padding-top:clamp(24px,3.5vw,54px)}body.xci-final-view-gallery-first main>.xci-managed-hero{order:2;max-width:min(1120px,calc(100vw - 80px))}body.xci-final-view-gallery-first .xci-game-section .xci-game-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.xci-final-view-ledger-left main>.xci-managed-hero{order:1;max-width:min(980px,calc(100vw - 96px));margin-left:max(32px,calc((100vw - min(1320px,calc(100vw - 64px)))/2));margin-right:auto}body.xci-final-view-ledger-left main>.xci-game-section{order:3}body.xci-final-view-ledger-left .xci-game-section .xci-game-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.xci-final-view-reader-calm main>.xci-managed-hero{order:1;max-width:min(1040px,calc(100vw - 84px))}body.xci-final-view-reader-calm main>.xci-game-section{order:8}body.xci-final-view-reader-calm .xci-game-section .xci-game-grid{grid-template-columns:repeat(4,minmax(0,1fr))}body.xci-final-view-showcase-wide main>.xci-managed-hero{order:1;width:min(980px,calc(100vw - 72px));max-width:min(980px,calc(100vw - 72px));margin-left:auto;margin-right:max(32px,calc((100vw - min(1320px,calc(100vw - 64px)))/2));min-height:clamp(520px,68vh,860px);display:grid;align-items:center}body.xci-final-view-showcase-wide main>.xci-game-section{order:7}body.xci-final-view-showcase-wide .xci-game-section .xci-game-grid{grid-template-columns:repeat(7,minmax(0,1fr))}body.xci-final-view-directory-tight main>.xci-game-section{order:2;max-width:min(1160px,calc(100vw - 80px))}body.xci-final-view-directory-tight main>.xci-managed-hero{order:1;max-width:min(920px,calc(100vw - 96px))}body.xci-final-view-directory-tight .xci-game-section .xci-game-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.xci-final-view-compact-board main>.xci-managed-hero{order:1;max-width:min(1080px,calc(100vw - 72px))}body.xci-final-view-compact-board main>.xci-game-section{order:2;--xci-game-gap:10px}body.xci-final-view-compact-board .xci-game-section .xci-game-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(8px,1vw,14px)}body.xci-final-view-media-led main>.xci-managed-hero{order:1;max-width:min(1360px,calc(100vw - 56px))}body.xci-final-view-media-led main>.xci-game-section{order:7}body.xci-final-view-media-led .xci-game-section .xci-game-grid{grid-template-columns:repeat(4,minmax(0,1fr))}body.xci-final-view-compact-board .xci-game-section .xci-game-grid .xci-game-thumb,body.xci-final-view-directory-tight .xci-game-section .xci-game-grid .xci-game-thumb,body.xci-final-view-gallery-first .xci-game-section .xci-game-grid .xci-game-thumb,body.xci-final-view-ledger-left .xci-game-section .xci-game-grid .xci-game-thumb{aspect-ratio:1/1}body.xci-final-view-media-led .xci-game-section .xci-game-grid .xci-game-thumb,body.xci-final-view-reader-calm .xci-game-section .xci-game-grid .xci-game-thumb{aspect-ratio:16/10}}@media (max-width:760px){body[class*=xci-final-view-] main>.xci-game-section,body[class*=xci-final-view-] main>.xci-managed-hero{max-width:min(100%,calc(100vw - 24px));margin-left:auto;margin-right:auto}body[class*=xci-final-view-] .xci-game-section .xci-game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}body.xci-final-view-gallery-first main>.xci-game-section{order:1}body.xci-final-view-gallery-first main>.xci-managed-hero{order:2}body.xci-final-view-media-led main>.xci-managed-hero,body.xci-final-view-showcase-wide main>.xci-managed-hero,body.xci-final-view-story-first main>.xci-managed-hero{min-height:clamp(420px,62vh,620px);order:1}body.xci-final-view-media-led main>.xci-game-section,body.xci-final-view-showcase-wide main>.xci-game-section,body.xci-final-view-story-first main>.xci-game-section{order:6}body.xci-final-view-ledger-left main>.xci-game-section,body.xci-final-view-reader-calm main>.xci-game-section{order:7}body.xci-final-view-media-led .xci-game-section .xci-game-grid,body.xci-final-view-reader-calm .xci-game-section .xci-game-grid{grid-template-columns:1fr}}body.xci-site-profile{--xci-device-desktop-gutter:var(--xci-final-content-gutter, var(--xci-content-gutter, 48px));--xci-device-mobile-gutter:24px;--xci-device-content-width:var(--xci-final-content-width, var(--xci-nav-content-width, var(--xci-content-width, 1280px)));--xci-device-content-track:var(--xci-final-content-track, var(--xci-page-content-track, min(var(--xci-device-content-width, 1280px), calc(100% - var(--xci-device-desktop-gutter, 48px)))))}@media (min-width:761px){body.xci-site-profile{width:100%;max-width:100%;min-width:0;--xci-device-content-track:var(--xci-final-content-track, min(var(--xci-device-content-width, 1280px), calc(100vw - var(--xci-device-desktop-gutter, 48px))))}body.xci-site-profile main,body.xci-site-profile[class] main{width:100%;max-width:100%;min-width:0;margin-left:0;margin-right:0}body.xci-site-profile[class] :where(.main-container,.page-container,.site-container,.layout-container,.content-container,.main-wrapper,.page-wrapper,.content-wrapper,.site-wrapper,.layout-wrapper,.app-wrapper,.page-shell,.site-shell,.main-shell,.content-shell,.layout,.site-layout,.page-layout):has(>main){display:block;grid-template-columns:minmax(0,1fr);width:var(--xci-device-content-track);max-width:var(--xci-device-content-track);min-width:0;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0;box-sizing:border-box;overflow:visible}body.xci-site-profile :where(.main-container,.page-container,.site-container,.layout-container,.content-container,.main-wrapper,.page-wrapper,.content-wrapper,.site-wrapper,.layout-wrapper,.app-wrapper,.page-shell,.site-shell,.main-shell,.content-shell,.layout,.site-layout,.page-layout):has(>main)>:where(aside,.sidebar,.news-sidebar,.content-sidebar,.right-sidebar,.left-sidebar):not(.xci-side-register){width:100%;max-width:100%;min-width:0;margin:clamp(24px,4vw,48px) auto 0;position:relative;inset:auto;transform:none;box-sizing:border-box;overflow:visible}body.xci-site-profile .xci-fixed-header{left:0;right:0;width:100%;max-width:100%;overflow:visible}body.xci-site-profile .xci-fixed-header .xci-fixed-inner{width:var(--xci-device-content-track);max-width:var(--xci-device-content-track);min-width:0;margin-left:auto;margin-right:auto;box-sizing:border-box}body.xci-site-profile .xci-fixed-header :where([data-component-role=nav],.xci-nav-family-shell,.xci-fixed-shell,.xci-nav-standard-shell,.xci-nav-minimal-shell,.xci-nav-ledger-shell,.xci-nav-lab-shell,.xci-nav-directory-shell,.xci-nav-editorial-shell,.xci-nav-console-shell,.xci-nav-app-shell){width:100%;max-width:100%;min-width:0;margin-left:0;margin-right:0;box-sizing:border-box}body.xci-site-profile .xci-fixed-header .xci-fixed-menu,body.xci-site-profile .xci-fixed-header .xci-fixed-menu>ul,body.xci-site-profile .xci-fixed-header [data-component-role=nav]{width:100%;max-width:100%;min-width:0;box-sizing:border-box}body.xci-site-profile main>:where(.xci-managed-hero,.xci-first-screen-takeover,.xci-game-section,.xci-fixed-game-section,.xci-auto-section,.xci-section-stacked,section,article,.section,.content-section,.container,.wrapper):not(.xci-fixed-footer):not(.xci-floating-auth):not(.xci-side-register),body.xci-site-profile[class*=xci-final-view-] main>:where(.xci-managed-hero,.xci-first-screen-takeover,.xci-game-section,.xci-fixed-game-section,.xci-auto-section,.xci-section-stacked,section,article,.section,.content-section,.container,.wrapper):not(.xci-fixed-footer):not(.xci-floating-auth):not(.xci-side-register){width:var(--xci-device-content-track);max-width:var(--xci-device-content-track);min-width:0;margin-left:auto;margin-right:auto;box-sizing:border-box}body.xci-site-profile main>:where(.xci-managed-hero,.xci-first-screen-takeover,.xci-game-section,section,article)>:where(.container,.section-inner,.wrapper,.inner,.content,[class*=inner],[class*=shell]){max-width:100%;min-width:0;box-sizing:border-box}body:has(main.xci-page-density-mobile) main>.xci-managed-hero,body:is(.xci-first-takeover-active,.xci-first-screen-compact-app,.xci-game-combo-mobile-shelf,.xci-media-density-mobile-lean,.xci-copy-voice-mobile-brief,.xci-copy-rhythm-mobile-short,.xci-media-treat-mobile-cover,.xci-code-dialect-mobile-card,.xci-page-compose-mobile-compact,.xci-module-seq-mobile-first,.xci-blueprint-mobile-journey,.xci-arch-mobile-app,.xci-design-dir-mobile-appflow,.xci-visual-rebuild-compact-console) main>.xci-managed-hero{order:2}body.xci-final-view-gallery-first:has(main.xci-page-density-mobile) main>.xci-game-section,body:has(main.xci-page-density-mobile) main>.xci-game-section,body:is(.xci-first-takeover-active,.xci-first-screen-compact-app,.xci-game-combo-mobile-shelf,.xci-media-density-mobile-lean,.xci-copy-voice-mobile-brief,.xci-copy-rhythm-mobile-short,.xci-media-treat-mobile-cover,.xci-code-dialect-mobile-card,.xci-page-compose-mobile-compact,.xci-module-seq-mobile-first,.xci-blueprint-mobile-journey,.xci-arch-mobile-app,.xci-design-dir-mobile-appflow,.xci-visual-rebuild-compact-console) main>.xci-game-section,body:is(.xci-first-takeover-active,.xci-first-screen-compact-app,.xci-game-combo-mobile-shelf,.xci-media-density-mobile-lean,.xci-copy-voice-mobile-brief,.xci-copy-rhythm-mobile-short,.xci-media-treat-mobile-cover,.xci-code-dialect-mobile-card,.xci-page-compose-mobile-compact,.xci-module-seq-mobile-first,.xci-blueprint-mobile-journey,.xci-arch-mobile-app,.xci-design-dir-mobile-appflow,.xci-visual-rebuild-compact-console).xci-final-view-gallery-first main>.xci-game-section{order:6}body:has(main.xci-page-density-mobile) main>.xci-game-section .xci-game-grid,body:is(.xci-game-combo-mobile-shelf,.xci-visual-rebuild-compact-console,.xci-arch-mobile-app,.xci-blueprint-mobile-journey,.xci-module-seq-mobile-first,.xci-page-compose-mobile-compact,.xci-design-dir-mobile-appflow) main>.xci-game-section .xci-game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(clamp(150px,13vw,220px),1fr));gap:clamp(14px,1.6vw,24px);overflow:visible;scroll-snap-type:none}body:has(main.xci-page-density-mobile) main>.xci-game-section .xci-game-card,body:is(.xci-game-combo-mobile-shelf,.xci-visual-rebuild-compact-console,.xci-arch-mobile-app,.xci-blueprint-mobile-journey,.xci-module-seq-mobile-first,.xci-page-compose-mobile-compact,.xci-design-dir-mobile-appflow) main>.xci-game-section .xci-game-card{width:auto;min-width:0;max-width:none;flex:initial;border-radius:12px}}@media (max-width:760px){body.xci-site-profile{--xci-device-content-track:var(--xci-final-content-track, min(100%, calc(100vw - var(--xci-device-mobile-gutter, 24px))))}body.xci-site-profile main>:where(.xci-managed-hero,.xci-first-screen-takeover,.xci-game-section,.xci-fixed-game-section,.xci-auto-section,.xci-section-stacked,section,article,.section,.content-section,.container,.wrapper):not(.xci-fixed-footer):not(.xci-floating-auth):not(.xci-side-register){width:var(--xci-device-content-track);max-width:var(--xci-device-content-track);min-width:0;margin-left:auto;margin-right:auto;box-sizing:border-box}body.xci-site-profile .xci-fixed-header .xci-fixed-inner{width:var(--xci-device-content-track);max-width:var(--xci-device-content-track);min-width:0;margin-left:auto;margin-right:auto;box-sizing:border-box}body.xci-site-profile .xci-fixed-header :where([data-component-role=nav],.xci-nav-family-shell,.xci-fixed-shell,.xci-nav-standard-shell,.xci-nav-minimal-shell,.xci-nav-ledger-shell,.xci-nav-lab-shell,.xci-nav-directory-shell,.xci-nav-editorial-shell,.xci-nav-console-shell,.xci-nav-app-shell){width:100%;max-width:100%;min-width:0;margin-left:0;margin-right:0;box-sizing:border-box}body.xci-first-order-game-hero-content main>.xci-game-section{order:1}body.xci-first-order-game-hero-content main>.xci-managed-hero{order:2}body.xci-first-order-hero-content-game main>.xci-managed-hero{order:1}body.xci-first-order-hero-content-game main>.xci-game-section{order:2}body.xci-game-combo-mobile-shelf main>.xci-game-section .xci-game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.xci-404-page{background:var(--xci-theme-bg-dark, #0a0a0a);color:var(--xci-theme-text, #e8e8e8)}.xci-404-page .error-404{min-height:64vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:clamp(48px,8vw,96px) 24px}.xci-404-card{width:min(100%,720px);margin:0 auto}.xci-404-page .error-404 h1{font-size:clamp(4rem,18vw,7rem);color:var(--xci-theme-accent, #e53935);margin:0;line-height:1}.xci-404-page .error-404 h2{font-size:clamp(1.5rem,5vw,2.2rem);margin:.8rem 0 1.5rem;color:var(--xci-theme-brand, #ffd700)}.xci-404-page .error-404 p{margin-bottom:2rem;opacity:.82}.xci-404-page .btn-home{display:inline-block;padding:.8rem 2rem;background:var(--xci-theme-accent, #e53935);color:var(--xci-theme-on-accent, #fff);text-decoration:none;border-radius:4px;font-weight:700}.xci-404-page .btn-home:hover{opacity:.9}.xci-license-page,.xci-license-page *{box-sizing:border-box}.xci-license-page{overflow-x:hidden;color:var(--xci-theme-text, #f5f7f6);background:var(--xci-theme-bg-dark, #07160f)}.xci-license-content,.xci-license-hero,.xci-license-page{width:100%;max-width:100%}.xci-license-inner{width:min(calc(100% - 48px),980px);margin:0 auto}.xci-license-hero{padding:clamp(42px,6vw,78px)0 clamp(28px,4vw,44px);border-bottom:1px solid var(--xci-theme-line, rgba(255, 255, 255, .16));background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,0))}.xci-license-hero h1,.xci-license-panel h2{color:var(--xci-theme-accent, var(--xci-theme-brand, #ffd400));letter-spacing:0;overflow-wrap:anywhere}.xci-license-hero h1{margin:0;max-width:900px;font-size:clamp(34px,4.5vw,56px);line-height:1.12}.xci-license-hero p{margin:14px 0 0;max-width:760px;color:var(--xci-theme-muted, rgba(245, 247, 246, .78));font-size:clamp(16px,1.4vw,20px);line-height:1.7}.xci-license-content{padding:clamp(30px,5vw,56px)0 clamp(46px,7vw,78px)}.xci-license-panel{width:100%;max-width:100%;padding:clamp(24px,4vw,44px);border:1px solid var(--xci-theme-line, rgba(255, 255, 255, .14));border-radius:8px;background:rgba(255,255,255,.045);box-shadow:0 18px 45px rgba(0,0,0,.16)}.xci-license-panel .container{width:100%;max-width:none;margin:0;padding:0}.xci-license-panel section{margin:0;padding:0;background:0 0}.xci-license-panel section+section,.xci-license-panel section.trust-enhanced{margin-top:clamp(26px,4vw,42px);padding-top:clamp(22px,3vw,32px);border-top:1px solid var(--xci-theme-line, rgba(255, 255, 255, .14))}.xci-license-panel h2{margin:0 0 12px;font-size:clamp(22px,2.4vw,30px);line-height:1.25;text-align:left}.xci-license-panel h2+ol,.xci-license-panel h2+p,.xci-license-panel h2+ul{margin-top:0}.xci-license-panel address,.xci-license-panel li,.xci-license-panel p{color:var(--xci-theme-text, #f5f7f6);font-size:clamp(15px,1.18vw,18px);line-height:1.8;letter-spacing:0;overflow-wrap:anywhere}.xci-license-panel p{margin:0 0 16px}.xci-license-panel ol,.xci-license-panel ul{margin:10px 0 18px;padding-left:1.25rem}.xci-footer-contact p+p,.xci-license-panel li+li{margin-top:8px}.xci-license-panel address{display:inline;font-style:normal}.xci-license-page figure,.xci-license-page img,.xci-license-page picture{display:none}@media (max-width:760px){.xci-license-inner{width:min(calc(100% - 32px),980px)}.xci-license-hero{padding:34px 0 24px}.xci-license-hero h1{font-size:clamp(28px,8vw,36px);line-height:1.15}.xci-license-hero p{font-size:15px;line-height:1.65}.xci-license-content{padding:26px 0 44px}.xci-license-panel{padding:20px 16px;border-radius:8px}.xci-license-panel h2{font-size:clamp(20px,6vw,26px)}.xci-license-panel address,.xci-license-panel li,.xci-license-panel p{font-size:15px;line-height:1.72}}.xci-side-register,.xci-side-register *{box-sizing:border-box}.xci-side-register{--xci-side-register-card-width:142px;--xci-side-register-tab-width:28px;position:fixed;left:0;top:33.333vh;transform:translateY(-50%);z-index:2147482400;display:flex;align-items:center;pointer-events:none;transition:transform .24s ease;will-change:transform}.xci-side-register.is-collapsed{transform:translateX(calc(-1*var(--xci-side-register-card-width))) translateY(-50%)}.xci-side-register-icon,.xci-side-register-link{position:relative;display:inline-flex;align-items:center;justify-content:center}.xci-side-register-link{width:var(--xci-side-register-card-width);min-height:82px;padding:14px 10px 13px 8px;border:1px solid rgba(255,195,126,.58);border-left:0;border-radius:0 15px 15px 0;flex-direction:column;gap:8px;color:#fff;background:linear-gradient(180deg,#ff9b3b 0,#ff7a26 48%,#ff6412 100%);box-shadow:15px 16px 30px rgba(255,88,0,.28),0 7px 0 rgba(124,38,0,.58),0 0 0 1px rgba(255,255,255,.08),inset -1px 0 rgba(255,255,255,.18),inset 0-7px rgba(139,43,0,.18);text-decoration:none;text-align:center;font-size:14px;line-height:1.15;font-weight:900;letter-spacing:0;text-shadow:0 1px 2px rgba(100,29,0,.44);pointer-events:auto}.xci-side-register-link::after,.xci-side-register-link::before{content:"";position:absolute;right:0;border-radius:0 14px 14px 0;background:rgba(132,46,0,.32);z-index:-1}.xci-side-register-link::before{width:10px;height:72px;transform:translateX(7px)}.xci-side-register-link::after{width:15px;height:62px;transform:translateX(16px);background:rgba(104,36,0,.24);box-shadow:9px 8px 18px rgba(255,91,0,.16)}.xci-side-register-icon{width:31px;height:31px;border-radius:999px;background:rgba(255,255,255,.18);box-shadow:inset 0 0 0 8px rgba(255,255,255,.13),0 5px 10px rgba(128,36,0,.18)}.xci-side-register-icon::before{content:"";width:10px;height:15px;border-radius:9px 9px 10px 10px;background:#fff;transform:translateY(1px);box-shadow:0 1px 2px rgba(154,55,0,.2)}.xci-side-register-text{position:relative;z-index:1;max-width:122px;overflow-wrap:anywhere}.xci-side-register-link:hover{filter:brightness(1.05)}.xci-side-register-link:focus-visible{outline:3px solid rgba(255,255,255,.86);outline-offset:3px}.xci-side-register-toggle{width:var(--xci-side-register-tab-width);height:52px;margin-left:-2px;border:0;border-radius:0 10px 10px 0;display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.96);background:linear-gradient(180deg,#94400e 0,#6f2b04 100%);box-shadow:8px 9px 18px rgba(0,0,0,.2),inset 1px 0 rgba(255,255,255,.12);font-size:18px;line-height:1;font-weight:900;cursor:pointer;pointer-events:auto}.xci-side-register-toggle:hover{filter:brightness(1.06)}.xci-side-register-toggle:focus-visible{outline:3px solid rgba(255,255,255,.86);outline-offset:3px}.xci-side-register.xci-side-register-right{left:auto;right:0;flex-direction:row-reverse;transform:translateY(-50%)}.xci-side-register.xci-side-register-right.is-collapsed{transform:translateX(var(--xci-side-register-card-width)) translateY(-50%)}.xci-side-register.xci-side-register-right .xci-side-register-link{border-left:1px solid rgba(255,195,126,.58);border-right:0;border-radius:15px 0 0 15px;padding:14px 8px 13px 10px;box-shadow:-15px 16px 30px rgba(255,88,0,.28),0 7px 0 rgba(124,38,0,.58),0 0 0 1px rgba(255,255,255,.08),inset 1px 0 rgba(255,255,255,.18),inset 0-7px rgba(139,43,0,.18)}.xci-side-register.xci-side-register-right .xci-side-register-link::before{right:auto;left:0;border-radius:14px 0 0 14px;transform:translateX(-7px)}.xci-side-register.xci-side-register-right .xci-side-register-link::after{right:auto;left:0;border-radius:14px 0 0 14px;transform:translateX(-16px);box-shadow:-9px 8px 18px rgba(255,91,0,.16)}.xci-side-register.xci-side-register-right .xci-side-register-toggle{margin-left:0;margin-right:-2px;border-radius:10px 0 0 10px;box-shadow:-8px 9px 18px rgba(0,0,0,.2),inset -1px 0 rgba(255,255,255,.12)}.xci-side-register.xci-side-register-right .xci-side-register-text{max-width:calc(var(--xci-side-register-card-width) - 20px);white-space:normal;overflow-wrap:anywhere;word-break:break-word}@media (max-width:760px){.xci-side-register{--xci-side-register-card-width:118px;--xci-side-register-tab-width:24px;top:38vh}.xci-side-register-link{min-height:70px;padding:11px 8px 11px 6px;border-radius:0 13px 13px 0;gap:6px;font-size:12px}.xci-side-register-link::before{height:62px;transform:translateX(6px)}.xci-side-register-link::after{width:12px;height:52px;transform:translateX(13px)}.xci-side-register-icon{width:25px;height:25px}.xci-side-register-icon::before{width:8px;height:12px}.xci-side-register-text{max-width:100px}.xci-side-register-toggle{height:44px;font-size:16px}.xci-side-register.xci-side-register-right .xci-side-register-link{border-radius:13px 0 0 13px;padding:11px 6px 11px 8px}.xci-side-register.xci-side-register-right .xci-side-register-link::before{transform:translateX(-6px)}.xci-side-register.xci-side-register-right .xci-side-register-link::after{transform:translateX(-13px)}}:root{--xci-theme-bg-dark:#0f0b21;--xci-theme-footer-bg:#0c091b;--xci-theme-accent:#ff4081;--xci-theme-brand:#ff4081;--xci-theme-text:#ffffff;--xci-theme-muted:#adacb3;--xci-theme-surface:#ffffff;--xci-theme-on-accent:#050f0a;--xci-theme-accent-soft:rgba(255, 64, 129, 0.18);--xci-theme-line:rgba(255, 64, 129, 0.38)}.xci-managed-hero{overflow:hidden}.xci-hero-layout{width:min(100%,1180px);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,44%);gap:clamp(22px,4vw,54px);align-items:center}.xci-hero-copy{min-width:0}.xci-hero-copy :where(.hero-inner,.hero-caption,.hero-overlay,.hero-content,.page-hero-content,.banner-content){position:static;inset:auto;transform:none;width:auto;max-width:none;min-height:0;height:auto;display:block;overflow:visible;padding:0;margin-left:0;margin-right:0;background:0 0;text-align:inherit;text-shadow:none}.xci-hero-copy h1{margin-top:0;line-height:1.15}.xci-hero-copy p{max-width:68ch;line-height:1.72}.xci-hero-copy .xci-hero-cta-link,.xci-hero-copy>a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 20px;border-radius:999px;font-weight:700;text-decoration:none}.xci-hero-copy>:last-child{margin-bottom:0}.xci-hero-media{width:100%;aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:rgba(255,255,255,.08);box-shadow:0 18px 42px rgba(0,0,0,.28)}.xci-managed-hero.xci-hero-base-centered .xci-hero-layout{display:block;max-width:960px;text-align:center}.xci-managed-hero.xci-hero-base-centered .xci-hero-copy p{margin-left:auto;margin-right:auto}.xci-managed-hero.xci-hero-base-centered .xci-hero-media{max-width:760px;margin:24px auto 0}.xci-managed-hero.xci-hero-var-left-accent .xci-hero-copy h1{padding-left:16px;border-left:4px solid var(--xci-theme-accent, #ffd400)}.xci-hero-struct-split-note .xci-hero-note-media{padding:clamp(8px,1.4vw,16px);border:1px solid rgba(255,255,255,.16);border-radius:20px;background:rgba(255,255,255,.055)}.xci-hero-struct-split-note .xci-hero-note-media .xci-hero-media{box-shadow:none}.xci-hero-struct-split-note .xci-hero-split-note{grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr)}.xci-game-thumb img,.xci-hero-media img{display:block;width:100%;height:100%;object-fit:cover}.xci-game-section{--xci-game-desktop-columns:7;--xci-game-gap:16px;--xci-game-card-radius:10px;--xci-game-thumb-ratio:1 / 1}.xci-game-inner,.xci-game-section .container{width:min(calc(100% - 48px),1280px);max-width:1280px;margin:0 auto;padding:0}.xci-game-heading{margin-bottom:18px}.xci-game-heading h2{margin:0 0 8px;font-size:clamp(24px,3vw,34px)}.xci-game-heading p{margin:0;opacity:.82}.xci-game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:var(--xci-game-gap, 16px)}@media (min-width:1100px){.xci-game-grid{grid-template-columns:repeat(var(--xci-game-desktop-columns, 7),minmax(0,1fr))}}@media (min-width:761px) and (max-width:1099px){.xci-game-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.xci-game-card{min-width:0;overflow:hidden;border-radius:var(--xci-game-card-radius, 10px);background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.12)}.xci-game-thumb{width:100%;aspect-ratio:var(--xci-game-thumb-ratio, 1 / 1);overflow:hidden;background:rgba(255,255,255,.06)}.xci-game-title{margin:0;padding:12px 12px 4px;display:block;font-size:15px;font-weight:700;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xci-game-card p{margin:0;padding:0 12px 14px;font-size:13px;opacity:.76}.xci-game-layout-mixed-media{--xci-game-desktop-columns:6;--xci-game-thumb-ratio:16 / 11}.xci-game-section.xci-game-count-14{--xci-game-desktop-columns:7}.xci-game-section.xci-game-count-12{--xci-game-desktop-columns:6}.xci-game-section.xci-game-count-10{--xci-game-desktop-columns:5}.xci-game-section.xci-game-count-8{--xci-game-desktop-columns:4}.xci-game-var-caption-band .xci-game-title{padding-top:10px;padding-bottom:10px;background:rgba(0,0,0,.22)}.xci-game-struct-two-row-board .xci-game-grid{grid-auto-flow:row}.xci-managed-hero[class*=xci-hero-combo-]{--xci-hero-combo-pad:clamp(28px, 5vw, 68px);--xci-hero-combo-radius:18px}.xci-hero-combo-minimal-mast .xci-hero-layout{max-width:1040px;gap:clamp(16px,3vw,34px)}.xci-hero-combo-minimal-mast .xci-hero-media{aspect-ratio:16/7}.xci-hero-combo-minimal-mast .xci-hero-copy p:nth-of-type(n+2){display:none}.xci-game-section[class*=xci-game-combo-]{--xci-game-combo-pad:clamp(30px, 4.5vw, 60px);padding-block:var(--xci-game-combo-pad)}.xci-game-combo-premium-gallery .xci-game-grid{--xci-game-desktop-columns:7;--xci-game-thumb-ratio:4 / 3}.xci-game-combo-premium-gallery .xci-game-card:nth-child(n) .xci-game-thumb{aspect-ratio:var(--xci-game-thumb-ratio, 1 / 1)}.xci-game-section{max-width:100%;overflow-x:hidden}.xci-game-section .xci-game-card{display:flex;flex-direction:column;height:100%;min-height:0;min-width:0;overflow:hidden}.xci-game-section .xci-game-card:nth-child(n) .xci-game-thumb,.xci-game-section .xci-game-thumb{flex:0 0 auto;width:100%;aspect-ratio:var(--xci-game-thumb-ratio, 1 / 1);min-height:0}.xci-game-section .xci-game-thumb img{width:100%;height:100%;object-fit:cover;object-position:center}.xci-game-section .xci-game-card>a:first-child img,.xci-game-section .xci-game-card>img:first-child,main :where(.game-card,.xci-game-card)>a:first-child img{display:block;width:100%;height:auto;aspect-ratio:var(--xci-game-thumb-ratio, 1 / 1);object-fit:cover;object-position:center}.xci-game-section .xci-game-title{min-height:calc(2.5em + 18px);white-space:normal}.xci-game-section .xci-game-card p,.xci-game-section .xci-game-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}main :where(.card-img,.card-image,.promo-img,.event-img,.feature-img,.media-img,figure){overflow:hidden}main :where(.card-img,.card-image,.promo-img,.event-img,.feature-img,.media-img,figure)>img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}main :where(.card,.box,.panel,.feature-card,.promo-card,.info-card,.trust-card,.service-card):not(.xci-game-card)>img:first-child{display:block;width:100%;aspect-ratio:16/10;height:auto;object-fit:cover;object-position:center}@media (min-width:761px){.xci-game-section .xci-game-grid{display:grid;grid-template-columns:repeat(var(--xci-game-desktop-columns, 7),minmax(0,1fr));grid-auto-flow:row;grid-auto-columns:initial;align-items:stretch;overflow:visible}.xci-game-section .xci-game-card{display:flex;flex-direction:column;align-items:stretch;height:100%}.xci-game-section .xci-game-thumb{width:100%;height:auto;min-height:clamp(120px,10.5vw,190px);aspect-ratio:var(--xci-game-thumb-ratio, 1 / 1)}.xci-game-section .xci-game-thumb img{width:100%;height:100%;object-fit:cover;object-position:center}}@media (max-width:760px){.xci-game-inner,.xci-game-section .container{width:min(calc(100% - 24px),100%)}.xci-hero-layout{grid-template-columns:1fr;gap:18px;padding:0 14px}.xci-managed-hero .xci-hero-copy,.xci-managed-hero .xci-hero-media{order:initial}.xci-managed-hero.xci-hero-base-centered .xci-hero-layout{display:grid;max-width:none}.xci-hero-struct-split-note .xci-hero-split-note{grid-template-columns:1fr;max-width:none}.xci-managed-hero[class*=xci-hero-combo-] .xci-hero-layout{grid-template-columns:1fr;max-width:none}.xci-managed-hero.xci-hero-base-centered .xci-hero-media{margin-top:18px}.xci-hero-media,.xci-managed-hero[class*=xci-hero-combo-] .xci-hero-media{aspect-ratio:16/10;border-radius:14px}.xci-game-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;grid-auto-flow:row;grid-auto-columns:initial;overflow-x:hidden}}body.xci-first-order-game-hero-content main>.xci-game-section:first-child{padding-top:clamp(18px,3vw,42px);padding-bottom:clamp(18px,3vw,38px)}body.xci-first-order-game-hero-content main>.xci-game-section:first-child+.xci-managed-hero{padding-top:clamp(14px,2.2vw,30px)}body.xci-first-order-hero-content-game .xci-game-section{margin-top:clamp(34px,6vw,88px)}body.xci-first-screen-compact-app .xci-managed-hero,body.xci-first-screen-game-lobby .xci-managed-hero{padding-block:clamp(16px,2.6vw,36px)}body.xci-first-screen-brand-portal .xci-game-grid,body.xci-first-screen-game-lobby .xci-game-grid,body.xci-first-screen-media-stage .xci-game-grid{--xci-game-desktop-columns:7}body.xci-first-screen-comparison-lab .xci-game-grid,body.xci-first-screen-directory-index .xci-game-grid{--xci-game-desktop-columns:6}body.xci-first-screen-calm-resource .xci-game-grid,body.xci-first-screen-editorial-magazine .xci-game-grid,body.xci-first-screen-service-console .xci-game-grid,body.xci-first-screen-trust-ledger .xci-game-grid{--xci-game-desktop-columns:5}body.xci-first-screen-compact-app .xci-game-grid{--xci-game-desktop-columns:4}body.xci-first-screen-calm-resource .xci-hero-layout,body.xci-first-screen-editorial-magazine .xci-hero-layout{max-width:min(100%,980px)}body.xci-first-screen-calm-resource .xci-managed-hero,body.xci-first-screen-editorial-magazine .xci-managed-hero,body.xci-first-screen-trust-ledger .xci-managed-hero{padding-block:clamp(24px,4vw,58px)}body.xci-first-screen-media-stage .xci-hero-layout{max-width:min(100%,1320px)}body.xci-first-screen-media-stage .xci-hero-media{min-height:clamp(240px,32vw,430px)}@media (max-width:720px){body[class*=xci-first-screen-] .xci-game-grid{--xci-game-desktop-columns:2}body.xci-first-order-game-hero-content main>.xci-game-section:first-child{padding-top:14px}}@media (max-width:460px){.xci-game-grid{grid-template-columns:1fr}.xci-game-title{font-size:13px}}.xci-fixed-footer{background:var(--xci-theme-footer-bg, #020d08);color:var(--xci-theme-muted, #9fb0bf);border-top:8px solid var(--xci-theme-accent, #0da64d);padding:58px 0 26px;font-family:inherit}.xci-fixed-footer *,main,main *{box-sizing:border-box}.xci-footer-inner{width:min(100%,1280px);margin:0 auto;padding:0 32px}.xci-fixed-footer[class*=xci-footer-family-]{--xci-footer-family-pad:58px;--xci-footer-family-gap:clamp(28px, 4vw, 64px)}.xci-footer-family-support .xci-footer-contact{padding:20px;border-radius:12px;border:1px solid var(--xci-theme-line, rgba(255,255,255,.18));background:color-mix(in srgb,var(--xci-theme-surface, #ffffff) 6%,transparent)}.xci-footer-grid{display:grid;grid-template-columns:minmax(220px,1.45fr) minmax(140px,.9fr) minmax(180px,1.1fr) minmax(260px,1.35fr);gap:var(--xci-footer-family-gap, clamp(34px, 5vw, 78px));align-items:start;max-width:100%}.xci-footer-col{min-width:0;max-width:100%}.xci-footer-title{margin:0 0 22px;font-size:22px;line-height:1.2;font-weight:900}.xci-footer-brand,.xci-footer-contact a:hover,.xci-footer-links a:hover,.xci-footer-title{color:var(--xci-theme-brand, #18d767)}.xci-footer-contact p,.xci-footer-desc{margin:0;color:var(--xci-theme-muted, #9fb0bf);font-size:18px;line-height:1.58}.xci-footer-links{margin:0;padding:0;list-style:none}.xci-footer-links li+li{margin-top:16px}.xci-footer-contact a,.xci-footer-links a{color:var(--xci-theme-muted, #9fb0bf);text-decoration:none;overflow-wrap:anywhere}.xci-footer-bottom{margin-top:58px;padding-top:26px;border-top:1px solid var(--xci-theme-line, rgba(24, 215, 103, 0.38));text-align:center}.xci-footer-copy{margin:0;color:var(--xci-theme-muted, #738394);font-size:16px;line-height:1.5}.xci-footer-responsible{margin:14px 0 0;color:var(--xci-theme-accent, #ffd400);font-size:16px;line-height:1.45;font-weight:900}.xci-footer-layout-minimal{padding:38px 0 22px}.xci-footer-layout-minimal .xci-footer-minimal-row{display:grid;grid-template-columns:minmax(280px,1.2fr) minmax(320px,1fr);gap:clamp(24px,5vw,72px);align-items:start}.xci-footer-layout-minimal .xci-footer-minimal-links .xci-footer-links{columns:2;column-gap:28px}.xci-footer-layout-minimal .xci-footer-minimal-links .xci-footer-links li{break-inside:avoid}.xci-footer-layout-minimal .xci-footer-minimal-contact{margin-top:24px;padding-top:18px;border-top:1px solid var(--xci-theme-line, rgba(255,255,255,.18));display:flex;flex-wrap:wrap;gap:8px 24px}.xci-fixed-footer :where(.xci-footer-ledger,.xci-footer-directory,.xci-footer-split,.xci-footer-tier,.xci-footer-note-shell){min-width:0}.xci-footer-inline-nav .xci-footer-links{display:flex;flex-wrap:wrap;gap:10px 24px}.xci-footer-struct-support-first .xci-footer-grid{grid-template-columns:minmax(300px,1.25fr) minmax(240px,1fr) minmax(170px,.75fr) minmax(180px,.8fr)}.xci-footer-struct-support-first .xci-footer-contact{order:-1}.xci-fixed-footer[class*=xci-footer-combo-]{--xci-footer-combo-radius:16px;--xci-footer-combo-panel:color-mix(in srgb, var(--xci-theme-surface, #ffffff) 7%, transparent)}.xci-footer-combo-legal-band .xci-footer-bottom{text-align:left;border-top-width:2px}@media (max-width:1180px) and (min-width:761px){.xci-fixed-footer{overflow-x:clip}.xci-footer-inner{width:100%;max-width:100%;padding-left:clamp(18px,2.4vw,28px);padding-right:clamp(18px,2.4vw,28px)}.xci-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(18px,2.5vw,30px)}.xci-footer-layout-minimal .xci-footer-minimal-contact,.xci-footer-layout-minimal .xci-footer-minimal-row{grid-template-columns:minmax(0,1fr);gap:clamp(18px,2.5vw,30px)}.xci-footer-contact p,.xci-footer-copy,.xci-footer-desc,.xci-footer-links a,.xci-footer-responsible,.xci-footer-title{overflow-wrap:anywhere}}@media (max-width:760px){.xci-fixed-footer{padding:44px 0 22px;border-top-width:5px}.xci-footer-inner{padding:0 24px}.xci-footer-grid{display:block}.xci-footer-col+.xci-footer-col{margin-top:34px}.xci-footer-title{margin-bottom:16px;font-size:17px}.xci-footer-contact p,.xci-footer-desc,.xci-footer-links a{font-size:14px;line-height:1.65}.xci-footer-links li+li{margin-top:10px}.xci-footer-bottom{margin-top:34px;padding-top:22px}.xci-footer-copy,.xci-footer-responsible{font-size:13px}.xci-footer-layout-minimal .xci-footer-minimal-contact,.xci-footer-layout-minimal .xci-footer-minimal-row{display:block}.xci-footer-layout-minimal .xci-footer-minimal-links{margin-top:26px}.xci-footer-layout-minimal .xci-footer-minimal-links .xci-footer-links{columns:1}.xci-footer-layout-minimal .xci-footer-minimal-contact p+p{margin-top:8px}}.xci-contact-form-section{width:min(calc(100% - 48px),1180px);max-width:1180px;margin-left:auto;margin-right:auto;padding:clamp(40px,5vw,64px)0;background:0 0;background-image:none;text-align:left}.xci-contact-form-section>.container,.xci-contact-form-section>.content,.xci-contact-form-section>.inner,.xci-contact-form-section>.section-inner,.xci-contact-form-section>.wrapper{width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}.xci-contact-inner{width:100%;max-width:920px;margin-left:auto;margin-right:auto;padding:clamp(22px,3vw,34px);border:1px solid var(--xci-theme-line, rgba(255, 255, 255, 0.16));border-radius:14px;background:rgba(255,255,255,.07);background:color-mix(in srgb,var(--xci-theme-surface, #ffffff) 9%,transparent);box-shadow:0 18px 42px rgba(0,0,0,.18)}.xci-contact-form-section h2,.xci-contact-form-section p{text-align:left}.xci-contact-form-section h2{margin-top:0}.xci-contact-form-section>.container>.review-box,.xci-contact-inner>.review-box,main iframe,main img,main video{max-width:100%}.xci-contact-form{display:grid;gap:16px;width:100%;margin-top:18px}.xci-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.xci-contact-field{min-width:0}.xci-contact-field label{display:block;margin:0 0 7px;font-size:14px;line-height:1.35;font-weight:800;color:inherit}.xci-contact-form input,.xci-contact-form select{min-height:46px}.xci-contact-form input,.xci-contact-form select,.xci-contact-form textarea{display:block;width:100%;box-sizing:border-box;padding:11px 12px;border:1px solid rgba(18,42,72,.18);border-radius:8px;background:#fff;color:#172033;font:inherit;line-height:1.35;outline:0;box-shadow:0 1px 0 rgba(18,42,72,.04)}.xci-contact-form input:focus,.xci-contact-form select:focus,.xci-contact-form textarea:focus{border-color:var(--xci-theme-accent, #ffd233);box-shadow:0 0 0 3px rgba(255,210,51,.22)}.xci-contact-form textarea{min-height:128px;resize:vertical}.xci-contact-full{grid-column:1/-1}.xci-contact-submit{justify-self:start;min-height:46px;padding:12px 24px;border:0;border-radius:8px;background:var(--xci-theme-accent, #ffd233);color:var(--xci-theme-on-accent, #05140a);font:inherit;font-weight:900;line-height:1.2;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.12)}.xci-contact-submit:hover{filter:brightness(.96)}@media (max-width:640px){.xci-contact-form-section{width:min(calc(100% - 32px),1180px);padding:34px 0}.xci-contact-inner{padding:20px 16px}.xci-contact-grid{grid-template-columns:1fr}.xci-contact-submit{width:100%;justify-self:stretch}}:root{--xci-content-width:1280px;--xci-content-gutter:48px;--xci-section-gap:clamp(28px, 4vw, 58px)}main{width:100%;max-width:100%;overflow-x:hidden;--xci-content-gutter:48px;--xci-section-gap:clamp(28px, 4vw, 58px);--xci-final-content-track:var(
    --xci-page-content-track,
    min(var(--xci-final-content-width, var(--xci-content-width, 1280px)), calc(100% - var(--xci-final-content-gutter, var(--xci-content-gutter, 48px))))
  )}main.xci-page-density-longform,main.xci-page-layout-editorial,main.xci-page-layout-knowledge{--xci-content-width:1120px}main,main.xci-page-density-cards,main.xci-page-density-tables,main.xci-page-layout-comparison,main.xci-page-layout-directory{--xci-content-width:1280px}main.xci-page-layout-guide,main.xci-page-layout-service,main.xci-page-layout-trust{--xci-content-width:1180px}main.xci-page-density-minimal,main.xci-page-density-mobile,main.xci-page-density-tight,main.xci-page-layout-compact{--xci-content-width:1120px;--xci-section-gap:clamp(20px, 3vw, 42px)}main.xci-page-density-scan,main.xci-page-density-sectioned{--xci-section-gap:clamp(24px, 3.4vw, 48px)}main>section>.container,main>section>.section-inner{width:min(calc(100% - var(--xci-content-gutter)),var(--xci-content-width));max-width:var(--xci-content-width);margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}main>section>.container>.container,main>section>.content>.container,main>section>.inner>.container,main>section>.section-inner>.container,main>section>.wrapper>.container{width:100%;max-width:100%;padding-left:0;padding-right:0}main address,main h1,main h2,main h3,main h4,main li,main p{max-width:100%;overflow-wrap:anywhere}main :where(.section-container,.xci-section-body,.info-block,.content-block,.content-card,.text-card,.feature-block,.feature-card){box-sizing:border-box;min-width:0;max-width:100%;overflow-wrap:anywhere}main address{font-style:normal}main :where(.card-img,.game-img,.cat-card img,.game-card img,.feature-card img,.promo-card img){display:block;width:100%;max-width:none;max-height:none;height:clamp(160px,16vw,220px);object-fit:cover;object-position:center center;margin-left:auto;margin-right:auto}@media (min-width:761px){main>:where(section,article,div,aside,form,table,ul,ol):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer){overflow-x:hidden}main>:where(h1,h2,h3,h4,h5,h6,p,blockquote,address,figure,pre):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section),main>:where(section,article,div,aside,form,table,ul,ol):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer){width:min(calc(100% - var(--xci-content-gutter)),var(--xci-content-width));max-width:var(--xci-content-width);margin-left:auto;margin-right:auto;min-width:0}main>:where(section,article,div,aside,form,table,ul,ol):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer)+:where(section,article,div,aside,form,table,ul,ol):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer){margin-top:var(--xci-section-gap, clamp(34px, 4.5vw, 78px))}main>:where(section,article,div,aside):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer)>:where(.container,.section-inner,.wrapper,.inner,.content){width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}main .xci-auto-section,main .xci-auto-section *{min-width:0;max-width:100%}main .xci-auto-section :where(div,section,article,aside,form,ul,ol,table){position:relative;inset:auto;transform:none}main .xci-media-cleaned,main .xci-single-column{display:block;grid-template-columns:1fr;gap:0}main .xci-single-column:not(.xci-game-section):not(.xci-managed-hero)>:where(div,article,aside,section,figure,ul,ol,table){width:100%;max-width:min(100%,920px);margin-left:auto;margin-right:auto}main .xci-media-cleaned>:where(div,article,aside,section,figure,ul,ol,table){width:100%;max-width:min(100%,920px);margin-left:auto;margin-right:auto}main .xci-single-column:not(.xci-game-section):not(.xci-managed-hero)>:where(div,article,aside,section,figure,ul,ol,table):empty{display:none}main .xci-media-cleaned>:where(div,article,aside,section,figure,ul,ol,table):empty{display:none}main :where(.promo-img.xci-empty-media,.promo-image.xci-empty-media,.promo-card-img.xci-empty-media,.event-img.xci-empty-media,.event-image.xci-empty-media,.event-thumb.xci-empty-media,.live-item-img.xci-empty-media,.card-img.xci-empty-media,.card-image.xci-empty-media){display:none;width:0;height:0;min-height:0;margin:0;padding:0;border:0;overflow:hidden}main .xci-section-stacked,main .xci-section-stacked>.xci-section-body,main .xci-section-stacked>.xci-section-heading{min-width:0;max-width:100%}main .xci-section-stacked{display:block;grid-template-columns:1fr;gap:0}main .xci-section-stacked>.xci-section-heading{display:block;width:100%;margin:0 0 18px}main .xci-section-stacked>.xci-section-heading :where(h1,h2,h3,h4,h5,h6){margin-top:0}main .xci-section-stacked>.xci-section-body{display:block;width:100%}main .xci-section-stacked>.xci-section-body :where(.game-grid,.feature-block,.feature-grid,.casino-banner,.showcase,.advantage-list,.process-steps,.contact-grid,.support-grid,.info-grid,.steps-grid,.promo-grid,.content-grid,table,ul,ol,form),main .xci-section-stacked>.xci-section-body>:where(.faq-item,.game-card,.feature-card,.promo-card,.article-block,.review-box,.stat-box,.content-block),main .xci-section-stacked>.xci-section-body>:where(.section-body,.content,.body),main .xci-section-stacked>.xci-section-heading>:where(.section-header,.section-title,.heading,.title){width:100%;max-width:100%}main form:not(.xci-contact-form):not([data-xci-contact-form=fixed]){width:100%;max-width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}main form:not(.xci-contact-form):not([data-xci-contact-form=fixed])>:where(textarea,button,.form-actions,[class*=message],[class*=detail],[class*=content]){grid-column:1/-1}main :where(input,select,textarea,button){max-width:100%;min-width:0}main textarea{resize:vertical}main table{width:100%;max-width:100%;table-layout:auto;border-collapse:collapse}main :where(.xci-auto-section,.xci-auto-section>div,.xci-auto-section>section){overflow-wrap:anywhere}main .xci-balanced-game-grid:not(.xci-game-grid){--xci-balanced-cols:4;display:grid;grid-template-columns:repeat(var(--xci-balanced-cols),minmax(0,1fr));align-items:stretch}main .xci-balanced-game-grid:not(.xci-game-grid)>:where(div,article,li){min-width:0;height:100%}main .xci-balanced-game-grid:not(.xci-game-grid) img{width:100%;max-width:100%}}@media (max-width:760px){main .xci-balanced-game-grid:not(.xci-game-grid){grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:460px){main .xci-balanced-game-grid:not(.xci-game-grid){grid-template-columns:1fr}}.xci-managed-hero .xci-hero-layout{width:min(calc(100% - 48px),1180px);max-width:1180px}.xci-managed-hero .hero-overlay{position:static;inset:auto;width:auto;height:auto;min-height:0;transform:none;background:0 0;display:block;text-align:left;padding:0}.xci-managed-hero .hero-overlay p{margin-left:0;margin-right:0}.xci-managed-hero .hero-cta{justify-content:flex-start}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:20px;align-items:start}.faq-item,.promo-card{min-width:0}.faq-item+.faq-item{margin-top:14px}.eeat-contact>.container{width:min(calc(100% - 48px),1180px);max-width:1180px;margin-left:auto;margin-right:auto}@media (min-width:900px){main>section>.container>.section-sub,main>section>.container>.section-title{text-align:center}main>section>.container>.section-sub{max-width:780px;margin-left:auto;margin-right:auto}}@media (max-width:760px){main>:where(h1,h2,h3,h4,h5,h6,p,blockquote,address,figure,pre):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section){width:min(calc(100% - 32px),1180px);margin-left:auto;margin-right:auto}.eeat-contact>.container,.xci-managed-hero .xci-hero-layout,main>section>.container,main>section>.section-inner{width:min(calc(100% - 32px),1180px)}.xci-managed-hero{padding:34px 0}.xci-managed-hero .hero-overlay{text-align:center}.xci-managed-hero .hero-cta{justify-content:center}.info-grid{grid-template-columns:1fr}}:root{--xci-compact-section-y:clamp(18px, 2.8vw, 34px);--xci-compact-section-gap:clamp(12px, 2vw, 24px);--xci-compact-inner-gap:clamp(10px, 1.4vw, 16px);--xci-compact-text-gap:7px}main>:where(section,article,div,aside):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer){padding-top:var(--xci-compact-section-y);padding-bottom:var(--xci-compact-section-y)}main>:where(section,article,div,aside).xci-auto-section{padding-top:var(--xci-compact-section-y);padding-bottom:var(--xci-compact-section-y)}.xci-managed-hero{padding:clamp(24px,4vw,48px)0}.xci-game-section{padding:clamp(22px,3.4vw,42px)0}main>:where(section,article,div,aside,form,table,ul,ol):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer)+:where(section,article,div,aside,form,table,ul,ol):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer){margin-top:var(--xci-compact-section-gap)}main>:where(h1,h2,h3,h4,h5,h6,p,blockquote,address,figure,pre):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section)+:where(h1,h2,h3,h4,h5,h6,p,blockquote,address,figure,pre):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section){margin-top:clamp(14px,2vw,28px)}main>:where(h1,h2,h3,h4,h5,h6):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section),main>:where(section,article,div,aside):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer) :where(h1,h2,h3,h4,h5,h6){margin-top:0;margin-bottom:8px;line-height:1.24}main :where(.section-title,.section-subtitle,.section-heading,.xci-section-heading,.xci-game-heading,.xci-faq-group-title){margin-top:0;margin-bottom:clamp(8px,1.4vw,14px)}main .xci-section-stacked>.xci-section-heading{margin:0 0 clamp(8px,1.4vw,14px)}main .xci-section-stacked>.xci-section-body{margin-top:0}main>:where(h1,h2,h3,h4,h5,h6):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section)+:where(p,ul,ol,div,table,form),main>:where(section,article,div,aside):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer) :where(h1,h2,h3,h4,h5,h6)+:where(p,ul,ol,div,table,form){margin-top:0}main :where(.xci-managed-hero,.xci-game-section) :where(p,li,dd,blockquote,address),main>:where(p,li,dd,blockquote,address):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section),main>:where(section,article,div,aside):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer) :where(p,li,dd,blockquote,address){line-height:1.56}main>:where(p,blockquote,address):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section),main>:where(section,article,div,aside):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer) :where(p,blockquote,address){margin-top:0;margin-bottom:var(--xci-compact-text-gap)}main>:where(p,blockquote,address):last-child,main>:where(section,article,div,aside):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer) :where(p,blockquote,address):last-child{margin-bottom:0}main>:where(section,article,div,aside):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer) :where(ul,ol){margin-top:6px;margin-bottom:8px}main>:where(section,article,div,aside):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer) :where(li+li){margin-top:4px}main>:where(section,article,div,aside):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer) :where(.sec-sub,.section-sub,.subtitle,.lead,.intro,.description){margin-bottom:clamp(8px,1.4vw,14px);line-height:1.54}main>:where(section,article,div,aside):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer) :where(.contact-card,.support-card,.info-card,.step-card,.feature-card,.promo-card,.faq-item,.review-card,.article-block,.content-block,.review-box,.stat-box){padding:clamp(12px,1.7vw,16px)}main>:where(section,article,div,aside):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer) :where(.steps,.steps-grid,.feature-grid,.content-grid,.info-grid,.support-grid,.contact-grid,.promo-grid,.process-steps,.advantage-list,.faq-list,.about-flex,.app-flex,.resp-flex,.grid-6,.grid-4,.grid-3,.products-grid,.discover-grid){gap:var(--xci-compact-inner-gap)}main>:where(section,article,div,aside):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer) :where(.faq-item+.faq-item){margin-top:8px}main :where(p[style],div[style],section[style]){margin-top:min(var(--xci-compact-text-gap),8px);margin-bottom:var(--xci-compact-text-gap)}.xci-game-heading{margin-bottom:clamp(10px,1.6vw,16px)}.xci-game-grid{gap:clamp(10px,1.4vw,16px)}.xci-game-card{border-radius:6px}.xci-fixed-footer{padding-top:clamp(26px,3.5vw,38px);padding-bottom:10px}.xci-fixed-footer :where(.xci-footer-inner,.footer-grid){gap:clamp(12px,1.8vw,18px)}.xci-fixed-footer :where(p,li){margin-bottom:6px;line-height:1.5}@media (max-width:760px){:root{--xci-compact-section-y:clamp(16px, 5.8vw, 28px);--xci-compact-section-gap:clamp(12px, 4.5vw, 20px);--xci-compact-inner-gap:10px;--xci-compact-text-gap:6px}main>:where(p,li,dd,blockquote,address):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section),main>:where(section,article,div,aside):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer) :where(p,li,dd,blockquote,address){line-height:1.52}main>:where(section,article,div,aside):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer) :where(.contact-card,.support-card,.info-card,.step-card,.feature-card,.promo-card,.faq-item,.review-card,.article-block,.content-block,.review-box,.stat-box){padding:12px}}:root{--xci-final-content-width:var(--xci-content-width, 1280px);--xci-final-content-gutter:var(--xci-content-gutter, 48px);--xci-final-content-track:min(
    var(--xci-final-content-width, 1280px),
    calc(100% - var(--xci-final-content-gutter, 48px))
  )}@media (min-width:761px){main{--xci-final-content-track:var(
      --xci-page-content-track,
      min(var(--xci-final-content-width, var(--xci-content-width, 1280px)), calc(100vw - var(--xci-final-content-gutter, var(--xci-content-gutter, 48px))))
    )}main>:where(section,article,div,aside,form,table,ul,ol):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer){width:var(--xci-final-content-track);max-width:var(--xci-final-content-track);margin-left:auto;margin-right:auto;min-width:0;box-sizing:border-box;clear:both}main>:where(h1,h2,h3,h4,h5,h6,p,blockquote,address,figure,pre):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section){width:var(--xci-final-content-track);max-width:var(--xci-final-content-track);margin-left:auto;margin-right:auto;box-sizing:border-box}main>:where(section,article,div,aside):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer)>:where(.xci-section-heading,.xci-section-body,.container,.section-inner,.wrapper,.inner,.content){width:100%;max-width:100%;margin-left:0;margin-right:0;min-width:0;box-sizing:border-box}main>:where(.xci-managed-hero,.xci-game-section){width:100%;max-width:100%;clear:both;box-sizing:border-box;overflow-x:hidden}main>.xci-game-section .xci-markup-shell>:where(.container,.xci-game-inner),main>.xci-game-section>:where(article,div,.xci-game-family-shell)>:where(.xci-markup-shell,.xci-game-inner,.container),main>.xci-game-section>:where(article,div,.xci-game-family-shell,.container,.xci-game-inner,.xci-markup-shell),main>.xci-managed-hero .xci-markup-shell>.xci-hero-layout,main>.xci-managed-hero>:where(article,div,.xci-hero-family-shell)>:where(.xci-markup-shell,.xci-hero-layout),main>.xci-managed-hero>:where(article,div,.xci-hero-family-shell,.xci-hero-layout,.xci-markup-shell){width:var(--xci-final-content-track);max-width:var(--xci-final-content-track);margin-left:auto;margin-right:auto;min-width:0;box-sizing:border-box}main>.xci-game-section.xci-single-column>:where(article,div,aside,section,figure,ul,ol,table,.xci-game-family-shell,.xci-markup-shell,.xci-game-inner,.container){width:var(--xci-final-content-track);max-width:var(--xci-final-content-track);margin-left:auto;margin-right:auto}main>.xci-game-section.xci-single-column .xci-game-grid{width:100%;max-width:100%;margin-left:auto;margin-right:auto}main>.xci-game-section :where(.xci-game-grid,.xci-game-card,.xci-game-thumb),main>.xci-managed-hero :where(.xci-hero-copy,.xci-hero-media){min-width:0;box-sizing:border-box}main .xci-auto-section,main .xci-section-stacked{position:relative;left:auto;right:auto;transform:none}main .xci-auto-section :where(.grid,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.cards,.card-grid,.feature-grid,.content-grid,.info-grid,.support-grid,.contact-grid,.promo-grid,.steps,.steps-grid,.process-steps,.advantage-list,.faq-list){width:100%;max-width:100%;min-width:0;box-sizing:border-box}main .xci-auto-section :where(.card,.box,.panel,.feature-card,.promo-card,.info-card,.support-card,.contact-card,.faq-item,.review-box,.stat-box,.article-block,.content-block),main .xci-auto-section :where(.table-container,table){min-width:0;max-width:100%;box-sizing:border-box}main .xci-auto-section :where(.table-container,table){width:100%}.xci-fixed-footer,.xci-fixed-footer *,main,main *{box-sizing:border-box}main :where(.grid,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.cards,.card-grid,.feature-grid,.content-grid,.info-grid,.support-grid,.contact-grid,.promo-grid,.steps,.steps-grid,.process-steps,.advantage-list,.faq-list,.category-grid,.categories,.cat-grid,.products-grid,.discover-grid,.service-grid,.benefit-grid,.trust-grid,.article-grid,.news-grid):not(.xci-game-grid){width:100%;max-width:100%;min-width:0;overflow-x:visible}main :where(.card,.box,.panel,.feature-card,.promo-card,.info-card,.support-card,.contact-card,.trust-card,.service-card,.benefit-card,.article-card,.news-card,.faq-item,.review-box,.stat-box,.article-block,.content-block):not(.xci-game-card){min-width:0;max-width:100%;overflow:hidden}main :where(.card,.box,.panel,.feature-card,.promo-card,.info-card,.support-card,.contact-card,.trust-card,.service-card,.benefit-card,.article-card,.news-card):not(.xci-game-card) :where(.card-img,.card-image,.promo-img,.event-img,.feature-img,.media-img,.thumb,.thumbnail),main :where(.card,.box,.panel,.feature-card,.promo-card,.info-card,.support-card,.contact-card,.trust-card,.service-card,.benefit-card,.article-card,.news-card):not(.xci-game-card)>:where(img,picture){width:100%;max-width:100%;aspect-ratio:16/10;max-height:clamp(180px,22vw,300px);overflow:hidden}main :where(.card,.box,.panel,.feature-card,.promo-card,.info-card,.support-card,.contact-card,.trust-card,.service-card,.benefit-card,.article-card,.news-card):not(.xci-game-card) :where(img){display:block;width:100%;max-width:100%;height:auto;object-fit:cover}main :where(.card-img,.card-image,.promo-img,.event-img,.feature-img,.media-img,.thumb,.thumbnail)>img{height:100%}main :where(.sidebar,.news-sidebar,.content-sidebar,.right-sidebar,.left-sidebar,.aside-panel):not(.xci-side-register):not(.xci-fixed-menu){position:relative;inset:auto;transform:none;width:100%;max-width:100%;min-width:0;height:auto;box-sizing:border-box;overflow:visible}main :where(.sidebar,.news-sidebar,.content-sidebar,.right-sidebar,.left-sidebar,.aside-panel):not(.xci-side-register):not(.xci-fixed-menu)>*{max-width:100%;min-width:0}main :where(.content-layout,.main-layout,.page-layout,.page-grid,.news-layout,.article-layout,.blog-layout,.with-sidebar,.content-with-sidebar,.main-grid):has(>:where(.sidebar,.news-sidebar,.content-sidebar,.right-sidebar,.left-sidebar,.aside-panel):not(.xci-side-register)){display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:clamp(18px,2.6vw,34px);align-items:start;width:100%;max-width:min(calc(100% - 32px),1280px);margin-left:auto;margin-right:auto}main :where(.xci-managed-hero,.xci-auto-section,.xci-section-stacked) :where(.xci-hero-layout,.hero-grid,.hero-layout,.split,.split-grid,.two-col,.two-column,.two-columns,.content-split,.media-split,.intro-grid,.about-grid,.support-layout,.feature-layout,.text-media,.media-text){grid-template-columns:repeat(2,minmax(0,1fr))}main :where(.xci-managed-hero) :where(.xci-hero-media,.hero-media,.hero-image,.media,figure){min-width:0;max-width:100%;overflow:hidden}main :where(.xci-managed-hero) :where(.xci-hero-media,.hero-media,.hero-image,figure) img{width:100%;max-width:100%;height:100%;max-height:clamp(220px,34vw,430px);object-fit:cover}.xci-fixed-footer{max-width:100%;overflow-x:hidden}.xci-fixed-footer :where(.xci-footer-inner,.xci-footer-grid,.xci-footer-ledger,.xci-footer-directory,.xci-footer-split,.xci-footer-tier,.xci-footer-note-shell,.xci-footer-strip,.xci-footer-minimal-row,.xci-footer-stack-row,.xci-footer-utility,.xci-footer-contact,.xci-footer-trust-panel,.xci-footer-ribbon){max-width:100%;min-width:0}}@media (min-width:761px) and (max-width:1120px){main :where(.xci-managed-hero,.xci-auto-section,.xci-section-stacked) :where(.xci-hero-layout,.hero-grid,.hero-layout,.split,.split-grid,.two-col,.two-column,.two-columns,.content-split,.media-split,.intro-grid,.about-grid,.support-layout,.feature-layout,.text-media,.media-text){grid-template-columns:minmax(0,1fr)}main :where(.grid,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.cards,.card-grid,.feature-grid,.content-grid,.info-grid,.support-grid,.contact-grid,.promo-grid,.steps,.steps-grid,.process-steps,.advantage-list,.faq-list,.category-grid,.categories,.cat-grid,.products-grid,.discover-grid,.service-grid,.benefit-grid,.trust-grid,.article-grid,.news-grid):not(.xci-game-grid){grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr))}}@media (min-width:761px) and (max-width:1180px){.xci-fixed-footer :where(.xci-footer-grid,.xci-footer-ledger,.xci-footer-directory,.xci-footer-split,.xci-footer-tier-top,.xci-footer-tier-bottom,.xci-footer-note-shell,.xci-footer-strip,.xci-footer-minimal-row,.xci-footer-stack-row,.xci-footer-utility,.xci-footer-directory-links,.xci-footer-ledger-links,.xci-footer-strip-links){display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:clamp(18px,2.6vw,32px)}}@media (max-width:760px){main>:where(h1,h2,h3,h4,h5,h6,p,blockquote,address,figure,pre):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section),main>:where(section,article,div,aside,form,table,ul,ol):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer){width:min(calc(100% - 24px),100%);max-width:100%;margin-left:auto;margin-right:auto;min-width:0;box-sizing:border-box}main,main *{box-sizing:border-box}main :where(.grid,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.cards,.card-grid,.feature-grid,.content-grid,.info-grid,.support-grid,.contact-grid,.promo-grid,.steps,.steps-grid,.process-steps,.advantage-list,.faq-list,.category-grid,.categories,.cat-grid,.products-grid,.discover-grid,.service-grid,.benefit-grid,.trust-grid,.article-grid,.news-grid):not(.xci-game-grid),main :where(.xci-managed-hero,.xci-auto-section,.xci-section-stacked) :where(.xci-hero-layout,.hero-grid,.hero-layout,.split,.split-grid,.two-col,.two-column,.two-columns,.content-split,.media-split,.intro-grid,.about-grid,.support-layout,.feature-layout,.text-media,.media-text){display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(14px,4vw,22px);width:100%;max-width:100%;min-width:0;overflow-x:hidden}main :where(.content-layout,.main-layout,.page-layout,.page-grid,.news-layout,.article-layout,.blog-layout,.with-sidebar,.content-with-sidebar,.main-grid):has(>:where(.sidebar,.news-sidebar,.content-sidebar,.right-sidebar,.left-sidebar,.aside-panel):not(.xci-side-register)){grid-template-columns:minmax(0,1fr);max-width:min(calc(100% - 24px),100%)}main :where(.card,.box,.panel,.feature-card,.promo-card,.info-card,.support-card,.contact-card,.trust-card,.service-card,.benefit-card,.article-card,.news-card):not(.xci-game-card) :where(.card-img,.card-image,.promo-img,.event-img,.feature-img,.media-img,.thumb,.thumbnail),main :where(.card,.box,.panel,.feature-card,.promo-card,.info-card,.support-card,.contact-card,.trust-card,.service-card,.benefit-card,.article-card,.news-card):not(.xci-game-card)>:where(img,picture){width:100%;max-width:100%;aspect-ratio:16/10;max-height:240px;overflow:hidden}main :where(img,picture,video,iframe){max-width:100%}main :where(.card,.box,.panel,.feature-card,.promo-card,.info-card,.support-card,.contact-card,.trust-card,.service-card,.benefit-card,.article-card,.news-card):not(.xci-game-card) img{display:block;width:100%;height:auto;object-fit:cover}main :where(.card-img,.card-image,.promo-img,.event-img,.feature-img,.media-img,.thumb,.thumbnail)>img{display:block;width:100%;height:100%;object-fit:cover}.xci-fixed-footer :where(.xci-footer-grid,.xci-footer-ledger,.xci-footer-directory,.xci-footer-split,.xci-footer-tier-top,.xci-footer-tier-bottom,.xci-footer-note-shell,.xci-footer-strip,.xci-footer-minimal-row,.xci-footer-stack-row,.xci-footer-utility,.xci-footer-directory-links,.xci-footer-ledger-links,.xci-footer-strip-links){display:grid;grid-template-columns:minmax(0,1fr);gap:22px}.xci-fixed-footer :where(.xci-footer-links){columns:1}}body.xci-site-profile{--xci-tight-section-y:clamp(10px, 1.5vw, 20px);--xci-tight-section-gap:clamp(8px, 1.2vw, 16px);--xci-tight-inner-gap:clamp(8px, 1vw, 14px);--xci-tight-text-gap:6px;--xci-tight-hero-pad:clamp(16px, 2.4vw, 30px);--xci-tight-takeover-pad:clamp(16px, 2.4vw, 32px)}body.xci-site-profile main,body.xci-site-profile.xci-first-takeover-active main,body.xci-site-profile.xci-visual-rebuild main{gap:var(--xci-tight-section-gap);--xci-section-gap:var(--xci-tight-section-gap);--xci-compact-section-y:var(--xci-tight-section-y);--xci-compact-section-gap:var(--xci-tight-section-gap);--xci-compose-gap:var(--xci-tight-section-gap);--xci-profile-gap:var(--xci-tight-section-gap);--xci-visual-rebuild-gap:clamp(14px, 2vw, 28px)}body.xci-site-profile main>:where(section,article,div,aside,form,table,ul,ol):not(.xci-managed-hero):not(.xci-game-section):not(.xci-first-screen-takeover):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer){padding-top:var(--xci-tight-section-y);padding-bottom:var(--xci-tight-section-y);margin-top:0;margin-bottom:0}body.xci-site-profile main>:where(section,article,div,aside,form,table,ul,ol):not(.xci-managed-hero):not(.xci-game-section):not(.xci-first-screen-takeover):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer)+:where(section,article,div,aside,form,table,ul,ol):not(.xci-managed-hero):not(.xci-game-section):not(.xci-first-screen-takeover):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section):not(.xci-fixed-footer){margin-top:var(--xci-tight-section-gap)}body.xci-site-profile main :where(.xci-auto-section,.xci-section-stacked){padding-top:var(--xci-tight-section-y);padding-bottom:var(--xci-tight-section-y);margin-top:0;margin-bottom:0}body.xci-site-profile main .xci-section-stacked{gap:0}body.xci-site-profile main .xci-section-stacked>.xci-section-heading,body.xci-site-profile main :where(.section-title,.section-heading,.xci-section-heading){margin-top:0;margin-bottom:clamp(6px,.9vw,10px)}body.xci-site-profile main .xci-section-stacked>.xci-section-body{margin-top:0}body.xci-site-profile main :where(h1,h2,h3,h4,h5,h6){margin-top:0;margin-bottom:clamp(6px,.9vw,10px);line-height:1.16}body.xci-site-profile main :where(p,li,dd,dt,blockquote,address){line-height:1.52}body.xci-site-profile main :where(p,blockquote,address){margin-top:0;margin-bottom:var(--xci-tight-text-gap)}body.xci-site-profile main :where(p,blockquote,address):last-child{margin-bottom:0}body.xci-site-profile main :where(ul,ol){margin-top:6px;margin-bottom:8px}body.xci-site-profile main :where(li+li){margin-top:3px}body.xci-site-profile main :where(.grid,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.cards,.card-grid,.feature-grid,.content-grid,.info-grid,.support-grid,.contact-grid,.promo-grid,.steps,.steps-grid,.steps-container,.process-steps,.advantage-list,.faq-list,.category-grid,.categories,.cat-grid,.checklist-grid,.comparison,.compare-grid):not(.xci-game-grid){gap:var(--xci-tight-inner-gap);margin-top:clamp(6px,.9vw,10px);margin-bottom:0}body.xci-site-profile main :where(.card,.box,.panel,.feature-card,.promo-card,.info-card,.support-card,.contact-card,.trust-card,.service-card,.benefit-card,.article-card,.news-card,.faq-item,.review-card,.review-box,.stat-box,.article-block,.content-block,.category-card,.step-item):not(.xci-game-card){padding:clamp(10px,1.35vw,15px)}body.xci-site-profile main :where(table) :where(th,td){padding-top:9px;padding-bottom:9px}body.xci-site-profile main>.xci-managed-hero,body.xci-site-profile.xci-visual-rebuild main>.xci-managed-hero,body.xci-site-profile[class*=xci-final-view-] main>.xci-managed-hero{padding-top:var(--xci-tight-hero-pad);padding-bottom:var(--xci-tight-hero-pad);margin-top:0;margin-bottom:var(--xci-tight-section-gap);min-height:auto}body.xci-site-profile main>.xci-managed-hero :where(.xci-hero-layout,.hero-grid,.hero-layout,.split,.split-grid,.two-col,.two-column,.two-columns,.content-split,.media-split,.intro-grid,.about-grid,.support-layout,.feature-layout,.text-media,.media-text){gap:clamp(16px,2vw,26px)}body.xci-site-profile main>.xci-managed-hero :where(.xci-hero-copy,.hero-overlay,.hero-content){gap:clamp(8px,1vw,12px)}body.xci-site-profile main>.xci-managed-hero :where(.xci-hero-media,.hero-media,.hero-image,figure){max-height:clamp(210px,24vw,360px)}body.xci-site-profile main>.xci-game-section,body.xci-site-profile.xci-visual-rebuild main>.xci-game-section,body.xci-site-profile[class*=xci-final-view-] main>.xci-game-section{padding-top:clamp(14px,2vw,26px);padding-bottom:clamp(18px,2.4vw,32px);margin-top:var(--xci-tight-section-gap);margin-bottom:0}body.xci-site-profile main>.xci-game-section :where(.xci-game-heading){margin-bottom:clamp(8px,1vw,12px)}body.xci-site-profile main>.xci-game-section .xci-game-grid{gap:clamp(8px,1vw,14px)}body.xci-site-profile main>.xci-auto-section.reviews-section{padding-top:var(--xci-tight-section-y);padding-bottom:var(--xci-tight-section-y)}body.xci-site-profile .xci-fixed-footer{padding-top:clamp(18px,2.6vw,30px);padding-bottom:10px}@media (max-width:760px){body.xci-site-profile{--xci-tight-section-y:12px;--xci-tight-section-gap:10px;--xci-tight-inner-gap:9px;--xci-tight-text-gap:6px;--xci-tight-hero-pad:16px;--xci-tight-takeover-pad:14px}body.xci-site-profile main :where(.card,.box,.panel,.feature-card,.promo-card,.info-card,.support-card,.contact-card,.trust-card,.service-card,.benefit-card,.article-card,.news-card,.faq-item,.review-card,.review-box,.stat-box,.article-block,.content-block,.category-card,.step-item):not(.xci-game-card){padding:10px}}@media (max-width:700px){body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(9)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(9)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(9)>div:nth-of-type(1)>p:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(1)>h3:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(2)>h3:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(2)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(2)>ul:nth-of-type(1)>li:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(2)>ul:nth-of-type(1)>li:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(2)>ul:nth-of-type(1)>li:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>div:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>h3:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>h3:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>ul:nth-of-type(1)>li:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>ul:nth-of-type(1)>li:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>ul:nth-of-type(1)>li:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(4)>div:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(4)>h3:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(4)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(4)>ul:nth-of-type(1)>li:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(4)>ul:nth-of-type(1)>li:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(4)>ul:nth-of-type(1)>li:nth-of-type(2)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(4)>ul:nth-of-type(1)>li:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>h4:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>h4:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>h4:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(4)>div:nth-of-type(1)>h4:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(4)>div:nth-of-type(1)>h4:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(4)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>h3:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(1)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(10)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(11)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(12)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(13)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(14)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(2)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(3)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(4)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(5)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(6)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(7)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(8)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(9)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(10)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(2)>article:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(2)>button:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(2)>button:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(3)>div:nth-of-type(2)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>h1:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(4),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(5),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(2)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(4),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(5),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(6),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(6)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(6)>a:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(6)>a:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=promotions-index]>main:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=promotions-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=promotions-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=promotions-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=promotions-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=promotions-index]>main:nth-of-type(1)>section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(1)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(10)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(11)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(12)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(13)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(14)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(2)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(3)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(4)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(5)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(6)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(7)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(8)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(9)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(10)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(2)>article:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(2)>button:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(2)>button:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(3)>div:nth-of-type(2)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(3)>div:nth-of-type(7)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(8)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(8)>div:nth-of-type(1)>h2:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(8)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>form:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>label:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>form:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>label:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>form:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(3)>label:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>form:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(4)>label:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>form:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(5)>label:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(1)>h3:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>h3:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(3)>div:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(3)>h3:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(3)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(4)>div:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(4)>h3:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(4)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(1)>strong:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(4),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(5),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(1)>strong:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(4),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(5),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(3)>td:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(3)>td:nth-of-type(1)>strong:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(3)>td:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(3)>td:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(3)>td:nth-of-type(4),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(3)>td:nth-of-type(5),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(4)>td:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(4)>td:nth-of-type(1)>strong:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(4)>td:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(4)>td:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(4)>td:nth-of-type(4),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(4)>td:nth-of-type(5),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>thead:nth-of-type(1)>tr:nth-of-type(1)>th:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>thead:nth-of-type(1)>tr:nth-of-type(1)>th:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>thead:nth-of-type(1)>tr:nth-of-type(1)>th:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>thead:nth-of-type(1)>tr:nth-of-type(1)>th:nth-of-type(4),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>thead:nth-of-type(1)>tr:nth-of-type(1)>th:nth-of-type(5),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1){color:#0f172a;opacity:1;text-shadow:none}body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(3)>button:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(3)>button:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(3)>button:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>button:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>button:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>button:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(3)>button:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(3)>button:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(3)>button:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>button:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>button:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>button:nth-of-type(3){color:#f8fafc;opacity:1;text-shadow:none}}@media (min-width:701px){body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(9)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(9)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>main:nth-of-type(1)>section:nth-of-type(9)>div:nth-of-type(1)>p:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(1)>h3:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(2)>h3:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(2)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(2)>ul:nth-of-type(1)>li:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(2)>ul:nth-of-type(1)>li:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(2)>ul:nth-of-type(1)>li:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>div:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>h3:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>h3:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>ul:nth-of-type(1)>li:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>ul:nth-of-type(1)>li:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>ul:nth-of-type(1)>li:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(4)>div:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(4)>h3:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(4)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(4)>ul:nth-of-type(1)>li:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(4)>ul:nth-of-type(1)>li:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(4)>ul:nth-of-type(1)>li:nth-of-type(2)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(4)>ul:nth-of-type(1)>li:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>h4:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>h4:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>h4:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(4)>div:nth-of-type(1)>h4:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(4)>div:nth-of-type(1)>h4:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(4)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>h3:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(1)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(10)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(11)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(12)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(13)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(14)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(2)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(3)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(4)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(5)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(6)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(7)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(8)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(9)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(10)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(2)>article:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(2)>button:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(2)>button:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(3)>div:nth-of-type(2)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>h1:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(4),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(5),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(2)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(4),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(5),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(6),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(6)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(6)>a:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(6)>a:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=promotions-index]>main:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=promotions-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=promotions-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=promotions-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=promotions-index]>main:nth-of-type(1)>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=promotions-index]>main:nth-of-type(1)>section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(1)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(10)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(11)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(12)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(13)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(14)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(2)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(3)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(4)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(5)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(6)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(7)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(8)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>article:nth-of-type(9)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(10)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(2)>article:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(2)>button:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(2)>button:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(3)>div:nth-of-type(2)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(5)>div:nth-of-type(3)>div:nth-of-type(7)>span:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(8)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(8)>div:nth-of-type(1)>h2:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(8)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>form:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>label:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>form:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>label:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>form:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(3)>label:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>form:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(4)>label:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>form:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(5)>label:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(1)>h3:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>h3:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(3)>div:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(3)>h3:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(3)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(4)>div:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(4)>h3:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(4)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>p:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(1)>strong:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(4),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(1)>td:nth-of-type(5),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(1)>strong:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(4),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(2)>td:nth-of-type(5),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(3)>td:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(3)>td:nth-of-type(1)>strong:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(3)>td:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(3)>td:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(3)>td:nth-of-type(4),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(3)>td:nth-of-type(5),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(4)>td:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(4)>td:nth-of-type(1)>strong:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(4)>td:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(4)>td:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(4)>td:nth-of-type(4),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>tbody:nth-of-type(1)>tr:nth-of-type(4)>td:nth-of-type(5),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>thead:nth-of-type(1)>tr:nth-of-type(1)>th:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>thead:nth-of-type(1)>tr:nth-of-type(1)>th:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>thead:nth-of-type(1)>tr:nth-of-type(1)>th:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>thead:nth-of-type(1)>tr:nth-of-type(1)>th:nth-of-type(4),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(2)>table:nth-of-type(1)>thead:nth-of-type(1)>tr:nth-of-type(1)>th:nth-of-type(5),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>main:nth-of-type(1)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1){color:#0f172a;opacity:1;text-shadow:none}body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>header:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=about-index]>header:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>header:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=guide-index]>header:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>header:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>header:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(3)>button:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(3)>button:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(3)>button:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>button:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>button:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>button:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>header:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=license-index]>header:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=promotions-index]>header:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=promotions-index]>header:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>header:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>header:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(3)>button:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(3)>button:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(3)>button:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>button:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>button:nth-of-type(2),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=sports-index]>main:nth-of-type(1)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(3)>button:nth-of-type(3),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>header:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=support-index]>header:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>header:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),body.xci-site-profile.xci-site-profile.xci-site-profile[data-xci-render-page=vip-index]>header:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1){color:#f8fafc;opacity:1;text-shadow:none}}.xci-fixed-header{overflow:visible;z-index:2147482000}.xci-fixed-header :where(.xci-fixed-inner,.xci-nav-family-shell,.xci-fixed-shell,.xci-nav-standard-shell,.xci-nav-minimal-shell,.xci-nav-ledger-shell,.xci-nav-lab-shell,.xci-nav-directory-shell,.xci-nav-editorial-shell,.xci-nav-console-shell,.xci-nav-app-shell,.xci-fixed-menu,.xci-fixed-menu>ul,.xci-nav-more){overflow:visible}.xci-fixed-header.xci-fixed-header.xci-fixed-header .xci-fixed-menu>ul,.xci-fixed-header.xci-fixed-header.xci-fixed-header :where(.xci-fixed-inner,.xci-nav-family-shell,.xci-fixed-shell,.xci-nav-standard-shell,.xci-nav-minimal-shell,.xci-nav-ledger-shell,.xci-nav-lab-shell,.xci-nav-directory-shell,.xci-nav-editorial-shell,.xci-nav-console-shell,.xci-nav-app-shell,.xci-fixed-nav-row),body.xci-site-profile .xci-fixed-header .xci-fixed-menu>ul{overflow:visible;overflow-x:visible;overflow-y:visible}.xci-fixed-header .xci-fixed-menu .xci-nav-more{position:relative}.xci-fixed-header .xci-fixed-menu .xci-nav-more-list{display:none;position:absolute;left:auto;right:0;top:calc(100% + 10px);bottom:auto;z-index:2147482500;width:min(280px,calc(100vw - 48px));min-width:220px;max-width:min(320px,calc(100vw - 48px));max-height:min(70vh,480px);overflow-x:hidden;overflow-y:auto;padding:8px;margin:0;list-style:none;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:8px;border:1px solid var(--xci-nav-panel-border, rgba(255,255,255,.18));border-radius:16px;background:var(--xci-nav-panel-bg, var(--xci-theme-bg-dark, #052713));box-shadow:0 18px 38px rgba(0,0,0,.32)}.xci-fixed-header .xci-fixed-menu .xci-nav-more-button[aria-expanded=true]+.xci-nav-more-list,.xci-fixed-header .xci-fixed-menu .xci-nav-more.is-more-open>.xci-nav-more-list{display:flex}.xci-fixed-header .xci-fixed-menu .xci-nav-more-list :where(li,a){width:100%;max-width:100%}.xci-fixed-header .xci-fixed-menu .xci-nav-more-list a{justify-content:flex-start;text-align:left}@media (max-width:760px){.xci-fixed-header :where(.xci-fixed-inner,.xci-nav-family-shell,.xci-fixed-shell,.xci-nav-standard-shell,.xci-nav-minimal-shell,.xci-nav-ledger-shell,.xci-nav-lab-shell,.xci-nav-directory-shell,.xci-nav-editorial-shell,.xci-nav-console-shell,.xci-nav-app-shell){box-sizing:border-box;min-width:0}.xci-fixed-header :where(.xci-fixed-shell,.xci-nav-standard-shell,.xci-nav-minimal-shell,.xci-nav-ledger-shell,.xci-nav-lab-shell,.xci-nav-directory-shell,.xci-nav-editorial-shell,.xci-nav-console-shell,.xci-nav-app-shell){display:grid;width:100%;max-width:100%;min-width:0;grid-template-columns:minmax(0,1fr) minmax(0,max-content) 44px;grid-template-areas:"brand auth toggle""menu menu menu";align-items:center;column-gap:8px;row-gap:8px}.xci-fixed-header :where([data-component-role=nav],.xci-nav-family-shell,.xci-nav-standard-shell):has(>.xci-fixed-shell){display:block;width:100%;max-width:100%;min-width:0}.xci-fixed-header :where([data-component-role=nav],.xci-nav-family-shell,.xci-nav-standard-shell):has(>.xci-fixed-shell)>.xci-fixed-shell{grid-column:1/-1;width:100%;max-width:100%;min-width:0;margin-left:0;margin-right:0}.xci-fixed-header .xci-fixed-logo{grid-area:brand;min-width:0;max-width:100%;overflow:hidden}.xci-fixed-header .xci-fixed-logo span{display:inline-block;max-width:min(48vw,220px);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xci-fixed-header .xci-fixed-auth,.xci-fixed-header .xci-nav-family-actions{align-items:center;min-width:0;position:relative}.xci-fixed-header .xci-fixed-auth{grid-area:auth;justify-self:end;width:max-content;max-width:min(42vw,156px);display:flex;justify-content:flex-end;gap:6px;flex-wrap:nowrap;overflow:hidden;z-index:3}.xci-fixed-header .xci-nav-family-actions{grid-column:2/4;grid-row:1;display:grid;grid-template-columns:minmax(0,max-content) 44px;grid-template-areas:"auth toggle";justify-content:end;gap:8px;width:auto;max-width:min(52vw,230px);margin-left:auto;inset:auto;transform:none;z-index:4}.xci-fixed-header .xci-nav-family-actions>.xci-fixed-auth{grid-area:auth}.xci-fixed-header .xci-nav-family-actions>.xci-nav-toggle{grid-area:toggle}.xci-fixed-header .xci-fixed-auth :where(.xci-fixed-login,.xci-fixed-register){flex:0 1 auto;max-width:min(20vw,74px);min-width:0;min-height:34px;padding-left:8px;padding-right:8px;font-size:clamp(10px,2.8vw,12px);line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xci-fixed-header .xci-nav-toggle{grid-area:toggle;display:inline-flex;justify-self:end;align-self:center;width:44px;min-width:44px;max-width:44px;height:44px;min-height:44px;margin:0;position:relative;z-index:5;pointer-events:auto;flex:0 0 44px}.xci-fixed-header .xci-fixed-menu{grid-area:menu;overflow-x:hidden;overflow-y:auto}.xci-fixed-header .xci-fixed-menu .xci-nav-more-list{position:static;width:100%;min-width:0;max-width:100%;max-height:none;padding:8px 0 0;border:0;border-radius:0;background:0 0;box-shadow:none}}@media (max-width:480px){.xci-fixed-header :where(.xci-fixed-shell,.xci-nav-standard-shell,.xci-nav-minimal-shell,.xci-nav-ledger-shell,.xci-nav-lab-shell,.xci-nav-directory-shell,.xci-nav-editorial-shell,.xci-nav-console-shell,.xci-nav-app-shell){grid-template-columns:minmax(0,1fr) minmax(0,max-content) 44px;grid-template-areas:"brand brand brand""auth auth toggle""menu menu menu";row-gap:10px}.xci-fixed-header .xci-nav-family-actions{grid-column:1/4;grid-row:2;width:100%;max-width:100%;grid-template-columns:minmax(0,1fr) 44px;justify-self:stretch}.xci-fixed-header .xci-fixed-auth{justify-self:end;max-width:calc(100vw - 84px)}.xci-fixed-header .xci-fixed-logo span{max-width:calc(100vw - 92px)}.xci-fixed-header .xci-fixed-auth :where(.xci-fixed-login,.xci-fixed-register){max-width:min(32vw,96px)}}@media (max-width:360px){.xci-fixed-header .xci-fixed-auth :where(.xci-fixed-login,.xci-fixed-register){max-width:min(30vw,82px);padding-left:6px;padding-right:6px}}.xci-game-section .xci-game-grid{display:grid;grid-auto-flow:row;grid-auto-columns:initial;align-items:stretch;overflow:visible}.xci-game-section .xci-game-grid .xci-game-card{display:flex;flex-direction:column;min-width:0;height:100%;overflow:hidden}.xci-game-section .xci-game-grid .xci-game-card:nth-child(n) .xci-game-thumb,.xci-game-section .xci-game-grid .xci-game-thumb{width:100%;height:auto;min-height:0;max-height:none;aspect-ratio:var(--xci-game-thumb-ratio, 1 / 1);overflow:hidden;flex:0 0 auto}.xci-game-section .xci-game-grid .xci-game-thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.xci-game-section .xci-game-grid .xci-game-card>a:first-child img,.xci-game-section .xci-game-grid .xci-game-card>img:first-child,main :where(.game-card,.xci-game-card)>img:first-child{display:block;width:100%;height:auto;aspect-ratio:var(--xci-game-thumb-ratio, 1 / 1);object-fit:cover;object-position:center}.xci-game-section.xci-game-struct-featured-lead .xci-game-featured-lead-card .xci-game-thumb{aspect-ratio:4/3;min-height:0;overflow:hidden}.xci-game-section.xci-game-struct-featured-lead .xci-game-featured-lead-card .xci-game-thumb img{width:100%;height:100%;object-fit:cover;object-position:center}.xci-game-section .xci-game-grid .xci-game-title{min-height:calc(2.5em + 18px);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;overflow:hidden}@media (max-width:760px){.xci-game-section .xci-game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.xci-game-section.xci-game-struct-featured-lead .xci-game-featured-lead-card{margin-bottom:12px}}body.xci-site-profile main :where(.xci-game-heading,.xci-section-heading,.section-heading,.section-header,.section-title,.heading,.title,.xci-faq-group-title){min-width:0;max-width:100%;box-sizing:border-box}body.xci-site-profile main :where(.xci-game-heading,.xci-section-heading,.section-heading,.section-header,.section-title,.heading,.title,.xci-faq-group-title) :where(h1,h2,h3,h4,h5,h6),body.xci-site-profile main :where(section,article,.xci-auto-section,.xci-section-stacked,.xci-game-section,.xci-managed-hero,.xci-first-screen-takeover)>:where(h1,h2,h3,h4,h5,h6){display:block;width:100%;max-width:100%;min-width:0;box-sizing:border-box;white-space:normal;overflow-wrap:anywhere;word-break:normal;text-overflow:clip}body.xci-site-profile main :where(.xci-game-heading,.xci-section-heading,.section-heading,.section-header,.section-title,.heading,.title,.xci-faq-group-title) :where(a,span,strong,em,small),body.xci-site-profile main :where(section,article,.xci-auto-section,.xci-section-stacked,.xci-game-section,.xci-managed-hero,.xci-first-screen-takeover) :where(h1,h2,h3,h4,h5,h6) :where(a,span,strong,em,small){max-width:100%;min-width:0;color:inherit;white-space:inherit;overflow-wrap:inherit;text-decoration-color:currentColor}body.xci-site-profile main .xci-game-heading :where(h1,h2,h3,h4,h5,h6),body.xci-site-profile main .xci-game-heading :where(h1,h2,h3,h4,h5,h6) :where(a,span,strong,em,small){color:var(--xci-readable-text, var(--xci-final-text, var(--text-color, #111827)))}body.xci-site-profile main .xci-game-heading :where(p,.lead,.subtitle,.description){max-width:100%;min-width:0;overflow-wrap:anywhere}@media (max-width:760px){:root,body,body.xci-site-profile,body[data-visual-dna-signature]{--xci-final-content-gutter:12px;--xci-nav-content-gutter:12px;--xci-device-mobile-gutter:12px;--xci-page-content-track:min(100%, calc(100vw - 12px));--xci-final-content-track:var(--xci-page-content-track);--xci-device-content-track:var(--xci-page-content-track)}body,html{max-width:100%;overflow-x:hidden}body.xci-site-profile main,body.xci-site-profile[class] main,main{width:100%;max-width:100%;min-width:0;margin-left:0;margin-right:0;overflow-x:hidden;box-sizing:border-box}.xci-fixed-header .xci-fixed-inner,body.xci-site-profile .xci-fixed-header .xci-fixed-inner{width:var(--xci-page-content-track);max-width:var(--xci-page-content-track);min-width:0;margin-left:auto;margin-right:auto;box-sizing:border-box}body.xci-site-profile main>:where(.xci-managed-hero,.xci-first-screen-takeover,.xci-game-section,.xci-fixed-game-section,.xci-auto-section,.xci-section-stacked,section,article,.section,.content-section,.container,.wrapper):not(.xci-fixed-footer):not(.xci-floating-auth):not(.xci-side-register),main>:where(h1,h2,h3,h4,h5,h6,p,blockquote,address,figure,pre):not(.xci-managed-hero):not(.xci-game-section):not(.xci-license-page):not(.xci-contact-form-section):not(.xci-faq-page-section),main>section>:where(.container,.section-inner,.wrapper,.inner,.content){width:var(--xci-page-content-track);max-width:var(--xci-page-content-track);min-width:0;margin-left:auto;margin-right:auto;box-sizing:border-box}main>.xci-game-section :where(.container,.xci-game-inner,.xci-game-family-shell,.xci-markup-shell),main>.xci-managed-hero .xci-hero-layout,main>:where(.xci-managed-hero,.xci-game-section)>:where(article,div,.xci-hero-family-shell,.xci-game-family-shell,.xci-hero-layout,.xci-game-inner,.container,.xci-markup-shell){width:100%;max-width:100%;min-width:0;box-sizing:border-box}.xci-managed-hero{padding-top:clamp(22px,5vw,30px);padding-bottom:clamp(22px,5vw,30px)}.xci-managed-hero .xci-hero-layout,.xci-managed-hero :where(.hero-overlay,.xci-hero-copy,.xci-hero-media-shell){gap:clamp(12px,4vw,20px);max-width:100%;box-sizing:border-box}.xci-first-screen-takeover{width:var(--xci-page-content-track);max-width:var(--xci-page-content-track);min-width:0;padding:clamp(14px,4vw,20px);margin:8px auto 22px;border-radius:clamp(10px,3.5vw,18px);box-sizing:border-box}.xci-first-screen-takeover :where(.xci-takeover-card,.xci-takeover-row,.xci-takeover-chip),.xci-first-screen-takeover :where(.xci-takeover-copy,.xci-takeover-cardgrid,.xci-takeover-chips,.xci-takeover-ledger),main :where(.card,.box,.panel,.feature-card,.content-card,.info-card,.text-card,.promo-card){max-width:100%;min-width:0;box-sizing:border-box}.xci-content-media-item,.xci-hero-media,.xci-takeover-media,main :where(figure,picture,img,video){max-width:100%;box-sizing:border-box}.xci-content-media-item img,.xci-hero-media img,.xci-takeover-media img,main :where(.hero-image img,.banner-image img,.feature-card img,.promo-card img){width:100%;max-width:none;display:block}}@media (max-width:360px){:root,body,body.xci-site-profile,body[data-visual-dna-signature]{--xci-final-content-gutter:8px;--xci-nav-content-gutter:8px;--xci-device-mobile-gutter:8px;--xci-page-content-track:min(100%, calc(100vw - 8px));--xci-final-content-track:var(--xci-page-content-track);--xci-device-content-track:var(--xci-page-content-track)}.xci-first-screen-takeover{padding:12px}}