@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";nav[data-v-7ab6f4d4]{height:var(--landing-nav-height);background-color:#1b1c1e59;position:fixed;top:0;right:0;left:0;z-index:5}nav .row[data-v-7ab6f4d4]{display:flex;align-items:center;justify-content:center;padding:20px 47px}nav .logo img[data-v-7ab6f4d4]{height:50px;width:auto;object-fit:cover}nav .links[data-v-7ab6f4d4]{padding:0;margin-left:auto;flex:0 0 auto}nav .links li[data-v-7ab6f4d4]{display:inline-block;margin-right:32px;color:var(--landing-color-text);font-size:20px}nav .links li[data-v-7ab6f4d4]:hover,nav .links li.active[data-v-7ab6f4d4]{color:var(--landing-color-accent)}nav .links li a[data-v-7ab6f4d4]{color:inherit;text-decoration:none}nav .actions[data-v-7ab6f4d4]{flex:0 0 auto;display:flex}nav .show-menu[data-v-7ab6f4d4]{margin-left:10px;display:none;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}nav .show-menu .bar[data-v-7ab6f4d4]{height:2px;width:25px;margin-bottom:5px;border-radius:5px;background-color:#fbfbfc;transition:all .25s ease-in-out}nav .show-menu.show .bar[data-v-7ab6f4d4]:nth-child(1){transform-origin:center;transform:rotate(-45deg);margin:0}nav .show-menu.show .bar[data-v-7ab6f4d4]:nth-child(2){display:none}nav .show-menu.show .bar[data-v-7ab6f4d4]:nth-child(3){transform-origin:center;transform:rotate(45deg);margin:0}@media (max-width: 1200px){nav .links li[data-v-7ab6f4d4]{font-size:18px;margin-right:14px}nav .actions .btn[data-v-7ab6f4d4]{width:150px!important;height:40px!important;font-size:16px!important}}@media (max-width: 991px){nav[data-v-7ab6f4d4]{--landing-nav-height: 70px}nav .row[data-v-7ab6f4d4]{padding:10px;margin:0}nav .links[data-v-7ab6f4d4]{position:absolute;top:100%;left:0;right:0;width:100%;background-color:#1b1c1e;z-index:1;transition:all .35s ease-in-out;transform:translateY(calc(-100% - var(--landing-nav-height)))}nav .links.show[data-v-7ab6f4d4]{transform:translateY(0)}nav .links li[data-v-7ab6f4d4]{display:block;margin:0;padding:10px;border-bottom:1px solid #fbfbfc}nav .links li[data-v-7ab6f4d4]:last-child{border-bottom:0px solid #fbfbfc}nav .show-menu[data-v-7ab6f4d4]{display:flex}nav .actions[data-v-7ab6f4d4]{flex:0 0 auto}nav .actions .btn[data-v-7ab6f4d4]{width:130px!important;height:35px!important;font-size:14px!important}}@media (max-width: 768px){nav[data-v-7ab6f4d4]{--landing-nav-height: 70px}nav .row[data-v-7ab6f4d4]{padding:7px 10px;margin:0}}@media (max-width: 600px){nav .row[data-v-7ab6f4d4]{padding:5px;margin:0}nav .spacer[data-v-7ab6f4d4]{display:none}nav .actions[data-v-7ab6f4d4]{flex:0 0 auto}}footer[data-v-5d98edae]{margin-top:50px}footer .container[data-v-5d98edae]{max-width:1320px}footer h3[data-v-5d98edae]{margin-bottom:20px}footer p[data-v-5d98edae]{margin-bottom:10px}footer h3[data-v-5d98edae],footer p[data-v-5d98edae]{color:#fbfbfc!important}footer p[data-v-5d98edae],footer a[data-v-5d98edae]{font-weight:400;font-size:14px}footer ul[data-v-5d98edae]{padding:0}footer ul li[data-v-5d98edae]{list-style-type:none;color:#fbfbfc}footer ul li[data-v-5d98edae]:hover{color:var(--landing-color-accent)}footer .footer-links[data-v-5d98edae]{justify-content:space-around}footer .footer-links .col[data-v-5d98edae]{flex:0 0 auto;min-width:200px}footer .copyright a[data-v-5d98edae]{color:var(--landing-color-accent);margin-left:15px}#landing{min-height:100vh;font-size:16px;color:var(--landing-color-text);background:var(--landing-color-background);font-family:Montserrat,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#landing h1{font-size:36px;font-weight:bolder;line-height:1.2;color:#000}#landing h2{font-size:24px;font-weight:700;line-height:1.5;color:#000}#landing h3{font-size:18px;font-weight:700;line-height:1.2;color:#000}#landing p{font-size:16px;font-weight:400;line-height:1.5;color:#333}@media (max-width: 991px){#landing h1{font-size:32px}#landing h2{font-size:22px}#landing p{font-size:14px}}#landing .btn{width:181px;height:48px;border-radius:5px;font-weight:700;font-size:18px;padding:10px;background:var(--landing-color-accent);color:var(--landing-color-text-dark);border:0;outline:0;text-align:center;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin:auto}#landing .btn .icon{width:40px;height:40px;object-fit:contain;margin:0 5px}#landing .btn-primary{background:var(--landing-color-primary);color:var(--landing-color-text)}#landing .btn-secondary{background:var(--landing-color-secondary);color:var(--landing-color-text)}#landing .btn-accent{background:var(--landing-color-accent);color:var(--landing-color-text-dark)}#landing .btn-dark{background:var(--landing-color-dark);color:var(--landing-color-text)}#landing .btn:hover{transform:scale(101%);box-shadow:1px 1px 1px 1px #00000026,inset -1px -1px 1px 1px #00000026}#landing .btn.btn-text{background:none!important}#landing .btn.btn-disabled,#landing .btn[disabled]{opacity:.6;cursor:not-allowed}#landing .btn[loading=true]{cursor:wait!important}#home-page[data-v-b57dbdbe]{--fs-title: 94px;--fs-title2: 85px;--fs-heading: 48px;--fs-subheading: 18px;--fs-body1: 20px;--fs-body2: 18px;--fs-body3: 12px}@media (max-width: 1200px){#home-page[data-v-b57dbdbe]{--fs-title: 74px;--fs-title2: 80px}}@media (max-width: 991px){#home-page[data-v-b57dbdbe]{--fs-title: 58px;--fs-title2: 70px}}@media (max-width: 768px){#home-page[data-v-b57dbdbe]{--fs-title: 68px;--fs-title2: 58px;--fs-heading: 35px;--fs-subheading: 16px;--fs-body1: 18px;--fs-body2: 15px;--fs-body3: 11px}}#home-page h2[data-v-b57dbdbe]{font-family:var(--font-family-bebas);text-transform:uppercase;font-size:var(--fs-title2);font-weight:400;line-height:normal;margin-bottom:0;color:#fff;color:var(--landing-color-background);text-shadow:-1px -1px 0 #ffffff,1px -1px 0 #ffffff,-1px 1px 0 #ffffff,1px 1px 0 #ffffff}#home-page h3[data-v-b57dbdbe]{color:#ffffffde;font-family:var(--font-family-bebas);text-transform:uppercas bacgroune;font-size:var(--fs-heading);font-weight:400;line-height:normal;max-width:585px;margin-inline:auto;margin-bottom:32px}#home-page h4[data-v-b57dbdbe]{font-family:var(--font-family-montserrat);font-size:18px;font-weight:700;color:#09f;line-height:187%}#home-page header[data-v-b57dbdbe]{color:#fff;--padding-size: 160px;--padding: calc(var(--landing-nav-height) + var(--padding-size)) 0 var(--padding-size);padding:var(--padding);position:relative;background-color:#fff}#home-page header h1[data-v-b57dbdbe],#home-page header p[data-v-b57dbdbe]{color:inherit}#home-page header h1[data-v-b57dbdbe]{font-family:var(--font-family-bebas);font-size:var(--fs-title);line-height:normal;font-weight:400;max-width:918px;margin-inline:auto}#home-page header p[data-v-b57dbdbe]{font-family:var(--font-family-montserrat);color:#fbfbfc;font-size:calc(var(--fs-body1) + 2px);line-height:187%;font-weight:400;max-width:605px;margin:47px auto 79px}#home-page header main[data-v-b57dbdbe]{position:relative;z-index:2}#home-page header .overlay[data-v-b57dbdbe]{position:absolute;z-index:1;inset:0;width:100%;height:100%;opacity:.65;background:#1b1c1e}#home-page header .video-bg[data-v-b57dbdbe]{position:absolute;inset:0;width:100%;height:100%}#home-page header .video-bg video[data-v-b57dbdbe]{width:100%;height:100%;object-fit:cover;object-position:bottom right}@media (max-width: 991px){#home-page header[data-v-b57dbdbe]{--padding-size: 90px}#home-page header p[data-v-b57dbdbe]{margin:25px auto 50px}}@media (max-width: 768px){#home-page header[data-v-b57dbdbe]{--padding-size: 45px;--landing-nav-height: 70px}}#home-page .sport-solutions .container[data-v-b57dbdbe]{background:url(/images/sport-solutions.webp);background-repeat:no-repeat;background-size:cover;background-position:top left;border-radius:20px;overflow:hidden;position:relative;padding-block:40px;margin-top:-20px}#home-page .sport-solutions .overlay[data-v-b57dbdbe]{position:absolute;inset:0;width:100%;height:100%;background:rgba(46,46,49,.8);z-index:1}#home-page .sport-solutions .row[data-v-b57dbdbe]{z-index:2;justify-content:space-around;gap:44px 10px}#home-page .sport-solutions .row .solutions-card[data-v-b57dbdbe]{border-radius:10px;width:550px;max-width:100%;height:281px;flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:50px 5px 26px}#home-page .sport-solutions .row .solutions-card h2[data-v-b57dbdbe]{z-index:4;transition:all 1s;color:#dcdcdc;transform-origin:center}#home-page .sport-solutions .row .solutions-card .actions[data-v-b57dbdbe]{z-index:4;transition:all 1s;transform:translateY(200px);transform-origin:center}#home-page .sport-solutions .row .solutions-card[data-v-b57dbdbe]:before{content:"";position:absolute;inset:0;background-color:var(--landing-color-background);transition:all 1s}#home-page .sport-solutions .row .solutions-card[data-v-b57dbdbe]:after{content:"";position:absolute;inset:0;z-index:3;transform-origin:center;transition:all 1s}#home-page .sport-solutions .row .solutions-card[data-v-b57dbdbe]:hover{background-repeat:no-repeat;background-size:cover}#home-page .sport-solutions .row .solutions-card:hover h2[data-v-b57dbdbe]{transform:translateY(-180%);color:#1c1c1e}#home-page .sport-solutions .row .solutions-card:hover .actions[data-v-b57dbdbe]{transform:translateY(120%)}#home-page .sport-solutions .row .solutions-card[data-v-b57dbdbe]:hover:before{background-color:rgba(var(--landing-color-background),1)}#home-page .sport-solutions .row .solutions-card.Football[data-v-b57dbdbe]{background-image:url(/images/solutions-football.png)}#home-page .sport-solutions .row .solutions-card.Football[data-v-b57dbdbe]:after{background:linear-gradient(118.62deg,#0099ff 11.47%,rgba(34,187,204,.739577) 40.43%,rgba(51,204,179,.610845) 54.75%,rgba(72,225,147,.448137) 72.85%,rgba(102,255,102,.22) 98.23%)}#home-page .sport-solutions .row .solutions-card.Football[data-v-b57dbdbe]:hover:after{transform:rotate(-180deg)}#home-page .sport-solutions .row .solutions-card.Basketball[data-v-b57dbdbe]{background-image:url(/images/solutions-basketball.png)}#home-page .sport-solutions .row .solutions-card.Basketball[data-v-b57dbdbe]:after{background:linear-gradient(118.62deg,#0099ff 11.47%,rgba(34,187,204,.739577) 40.43%,rgba(51,204,179,.610845) 54.75%,rgba(72,225,147,.448137) 72.85%,rgba(102,255,102,.22) 98.23%);transform:scaleX(-1)}#home-page .sport-solutions .row .solutions-card.Basketball[data-v-b57dbdbe]:hover:after{transform:rotate(-180deg)}#home-page .sport-solutions .row .solutions-card.Volleyball[data-v-b57dbdbe]{background-image:url(/images/solutions-volleyball.png)}#home-page .sport-solutions .row .solutions-card.Volleyball[data-v-b57dbdbe]:after{background:linear-gradient(118.62deg,#0099ff 11.47%,rgba(34,187,204,.739577) 40.43%,rgba(51,204,179,.610845) 54.75%,rgba(72,225,147,.448137) 72.85%,rgba(102,255,102,.22) 98.23%);transform:scaleY(-1)}#home-page .sport-solutions .row .solutions-card.Volleyball[data-v-b57dbdbe]:hover:after{transform:rotate(-180deg)}#home-page .sport-solutions .row .solutions-card.Tennis[data-v-b57dbdbe]{background-image:url(/images/solutions-tennis.png)}#home-page .sport-solutions .row .solutions-card.Tennis[data-v-b57dbdbe]:after{background:linear-gradient(118.62deg,#0099ff 11.47%,rgba(34,187,204,.739577) 40.43%,rgba(51,204,179,.610845) 54.75%,rgba(72,225,147,.448137) 72.85%,rgba(102,255,102,.22) 98.23%);transform:rotate(-180deg)}#home-page .sport-solutions .row .solutions-card.Tennis[data-v-b57dbdbe]:hover:after{transform:scaleY(-1)}#home-page .experience[data-v-b57dbdbe]{background-image:url(/images/experience-bg.webp);background-repeat:no-repeat;background-size:cover;background-position:top center;margin-top:96px;padding:57px 0 60px}#home-page .experience p[data-v-b57dbdbe]{color:#fbfbfc;font-family:var(--font-family-montserrat);font-size:var(--fs-body1);font-weight:400;line-height:274%;max-width:746px;margin-inline:auto;margin-bottom:74px}#home-page .experience .images[data-v-b57dbdbe]{display:flex;justify-content:center;align-items:center;gap:20px}#home-page .experience .images img[data-v-b57dbdbe]{aspect-ratio:177/100;max-width:45%}#home-page .benefits[data-v-b57dbdbe]{padding:96px 0 144px}#home-page .benefits .benefit-list[data-v-b57dbdbe]{justify-content:center;gap:24px;padding:16px 0 0}#home-page .benefits .benefit-list .benefit[data-v-b57dbdbe]{min-width:40%;text-align:center;max-width:495px;font-family:var(--font-family-montserrat);text-transform:capitalize}@media (max-width: 768px){#home-page .benefits .benefit-list .benefit[data-v-b57dbdbe]{min-width:100%}}#home-page .benefits .benefit-list .benefit .title[data-v-b57dbdbe]{font-weight:700;font-size:18px;line-height:28px;color:#ffffffde}#home-page .benefits .benefit-list .benefit .description[data-v-b57dbdbe]{font-weight:500;font-size:16px;line-height:28px;opacity:.5}#home-page .benefits .image-banner[data-v-b57dbdbe]{padding:24px 0 0}#home-page .benefits .image-banner img[data-v-b57dbdbe]{max-width:100%}#home-page .solutions[data-v-b57dbdbe]{padding:32px 0 37px;background-image:url(/images/solutions-bg.webp);background-repeat:no-repeat;background-size:cover;background-position:top center}#home-page .solutions p[data-v-b57dbdbe]{font-family:var(--font-family-montserrat);font-size:var(--fs-body1);font-weight:400;line-height:209%;color:#fbfbfc;max-width:556px;margin-inline:auto}#home-page .solutions .image-banner[data-v-b57dbdbe]{padding:24px 0 0}#home-page .solutions .image-banner img[data-v-b57dbdbe]{max-width:100%}#home-page .unlock-potential[data-v-b57dbdbe]{padding:90px 0 80px}#home-page .unlock-potential .container[data-v-b57dbdbe]{border-radius:10px;position:relative;overflow:hidden;background-image:url(/images/unlock-potential-bg.webp);background-repeat:no-repeat;background-size:cover;background-position:top left;color:#fff;padding:88px 17px 110px 79px}#home-page .unlock-potential .container .row[data-v-b57dbdbe]{align-items:center}#home-page .unlock-potential .container h2[data-v-b57dbdbe]{font-family:var(--font-family-montserrat);font-size:48px;font-weight:700;color:inherit;line-height:46px}#home-page .unlock-potential .container p[data-v-b57dbdbe]{color:inherit;font-size:var(--fs-body2);font-weight:400;line-height:28px;margin:36px 0;text-transform:capitalize}#home-page .unlock-potential .container .btn[data-v-b57dbdbe]{margin-inline:0}#home-page .unlock-potential .container .image img[data-v-b57dbdbe]{max-width:100%}@media (max-width: 991px){#home-page .unlock-potential .container[data-v-b57dbdbe]{padding:68px 16px 90px 30px}#home-page .unlock-potential .container h2[data-v-b57dbdbe]{font-size:30px}#home-page .unlock-potential .container p[data-v-b57dbdbe]{margin:15px 0}}@media (max-width: 768px){#home-page .unlock-potential .container[data-v-b57dbdbe]{padding:45px 16px 55px}#home-page .unlock-potential .container .row[data-v-b57dbdbe]{gap:20px}#home-page .unlock-potential .container .col[data-v-b57dbdbe]{min-width:100%;text-align:center}#home-page .unlock-potential .container .col .btn[data-v-b57dbdbe]{margin-inline:auto}}#scout-page[data-v-0cc46481]{--fs-title: 76px;--fs-heading: 48px;--fs-subheading: 18px;--fs-body1: 20px;--fs-body2: 18px;--fs-body3: 12px}@media (max-width: 1200px){#scout-page[data-v-0cc46481]{--fs-title: 68px}}@media (max-width: 768px){#scout-page[data-v-0cc46481]{--fs-title: 68px;--fs-heading: 35px;--fs-subheading: 16px;--fs-body1: 18px;--fs-body2: 15px;--fs-body3: 11px}}#scout-page h3[data-v-0cc46481]{color:#ffffffde;font-family:var(--font-family-bebas);text-transform:uppercas bacgroune;font-size:var(--fs-heading);font-weight:400;line-height:normal;max-width:585px;margin-bottom:32px}#scout-page h4[data-v-0cc46481]{font-family:var(--font-family-montserrat);font-size:18px;font-weight:700;color:#09f;line-height:187%}#scout-page .row[data-v-0cc46481]{align-items:center}#scout-page .row .col[data-v-0cc46481]{min-width:49%;padding:10px}@media (max-width: 768px){#scout-page .row[data-v-0cc46481]{flex-wrap:wrap}#scout-page .row .col[data-v-0cc46481]{min-width:100%}}#scout-page header[data-v-0cc46481]{color:#fff;--padding-size: 106px;--padding: calc(var(--landing-nav-height) + var(--padding-size)) 0 var(--padding-size);padding:var(--padding);position:relative;background-image:url(/images/scout-section-1-bg.webp);background-repeat:no-repeat;background-size:cover;background-position:top center}#scout-page header h1[data-v-0cc46481],#scout-page header p[data-v-0cc46481]{color:inherit}#scout-page header h1[data-v-0cc46481]{font-family:var(--font-family-bebas);font-size:var(--fs-title);line-height:normal;font-weight:400;max-width:918px;margin-inline:auto}#scout-page header p[data-v-0cc46481]{font-family:var(--font-family-montserrat);color:#fbfbfc;font-size:calc(var(--fs-body1) + 2px);line-height:187%;font-weight:400;max-width:605px;margin:47px auto 79px}#scout-page header .btn[data-v-0cc46481]{margin:0}#scout-page header .image img[data-v-0cc46481]{max-width:100%}#scout-page header main[data-v-0cc46481]{position:relative;z-index:2}#scout-page header .overlay[data-v-0cc46481]{position:absolute;z-index:1;inset:0;width:100%;height:100%;opacity:.65;background-image:url(/images/scout-section-2-bg.webp);background-repeat:no-repeat;background-size:cover;background-position:top center}@media (max-width: 1200px){#scout-page header p[data-v-0cc46481]{margin:15px auto 50px}}@media (max-width: 991px){#scout-page header[data-v-0cc46481]{--padding-size: 70px}#scout-page header p[data-v-0cc46481]{margin:20px auto 30px}}@media (max-width: 768px){#scout-page header[data-v-0cc46481]{--padding-size: 45px;--landing-nav-height: 70px}#scout-page header h1[data-v-0cc46481],#scout-page header p[data-v-0cc46481],#scout-page header .actions[data-v-0cc46481]{text-align:center}#scout-page header .btn[data-v-0cc46481]{margin:auto}}#scout-page .section-2[data-v-0cc46481],#scout-page .section-3[data-v-0cc46481],#scout-page .section-4[data-v-0cc46481]{--padding-size: 80px 0 112px;padding:var(--padding-size);position:relative}#scout-page .section-2 .col.image img[data-v-0cc46481],#scout-page .section-3 .col.image img[data-v-0cc46481],#scout-page .section-4 .col.image img[data-v-0cc46481]{margin-inline:auto;max-width:100%;width:60%;z-index:3}#scout-page .section-2 .col.image[data-v-0cc46481]:after,#scout-page .section-3 .col.image[data-v-0cc46481]:after,#scout-page .section-4 .col.image[data-v-0cc46481]:after{content:"";position:absolute;inset:0;width:100%;z-index:2;background-image:url(/images/ellipse-bg.webp);background-repeat:no-repeat;background-size:125%;background-position:center center;backdrop-filter:blur(100px);filter:blur(100px)}#scout-page .section-2 .icon[data-v-0cc46481],#scout-page .section-3 .icon[data-v-0cc46481],#scout-page .section-4 .icon[data-v-0cc46481]{flex:0 0 auto}#scout-page .section-2 h5[data-v-0cc46481],#scout-page .section-3 h5[data-v-0cc46481],#scout-page .section-4 h5[data-v-0cc46481]{color:#f2f3f5;font-family:Montserrat;font-size:28px;font-style:normal;font-weight:700;line-height:28px;text-transform:capitalize}#scout-page .section-2 .description[data-v-0cc46481],#scout-page .section-3 .description[data-v-0cc46481],#scout-page .section-4 .description[data-v-0cc46481]{margin-top:23px;color:#f2f3f5;font-family:var(--font-family-montserrat);font-size:18px;font-style:normal;font-weight:500;line-height:180%;text-transform:capitalize;opacity:.5}#scout-page .section-2 .feature h4[data-v-0cc46481],#scout-page .section-3 .feature h4[data-v-0cc46481],#scout-page .section-4 .feature h4[data-v-0cc46481]{font-weight:600;color:#fff}#scout-page .section-2 .feature .description[data-v-0cc46481],#scout-page .section-3 .feature .description[data-v-0cc46481],#scout-page .section-4 .feature .description[data-v-0cc46481]{margin:12px 0 32px;color:#fff;line-height:155%}@media (max-width: 991px){#scout-page .section-2[data-v-0cc46481],#scout-page .section-3[data-v-0cc46481],#scout-page .section-4[data-v-0cc46481]{--padding-size: 65px 0 95px}}@media (max-width: 768px){#scout-page .section-2[data-v-0cc46481],#scout-page .section-3[data-v-0cc46481],#scout-page .section-4[data-v-0cc46481]{--padding-size: 40px 0 80px}#scout-page .section-2 .image[data-v-0cc46481],#scout-page .section-3 .image[data-v-0cc46481],#scout-page .section-4 .image[data-v-0cc46481]{padding:15px 0}#scout-page .section-2 .image img[data-v-0cc46481],#scout-page .section-3 .image img[data-v-0cc46481],#scout-page .section-4 .image img[data-v-0cc46481]{max-width:300px;margin-inline:auto}}#scout-page .unlock-potential[data-v-0cc46481]{padding:90px 0 80px}#scout-page .unlock-potential .container[data-v-0cc46481]{border-radius:10px;position:relative;overflow:hidden;background-image:url(/images/unlock-potential-bg.webp);background-repeat:no-repeat;background-size:cover;background-position:top left;color:#fff}#scout-page .unlock-potential .container .col[data-v-0cc46481]:nth-child(1){padding:88px 17px 110px 79px}#scout-page .unlock-potential .container .row[data-v-0cc46481]{align-items:center}#scout-page .unlock-potential .container h2[data-v-0cc46481]{font-family:var(--font-family-montserrat);font-size:48px;font-weight:700;color:inherit;line-height:46px}#scout-page .unlock-potential .container p[data-v-0cc46481]{color:inherit;font-size:var(--fs-body2);font-weight:400;line-height:28px;margin:36px 0;text-transform:capitalize}#scout-page .unlock-potential .container .btn[data-v-0cc46481]{margin-inline:0}#scout-page .unlock-potential .container .image img[data-v-0cc46481]{max-width:100%}@media (max-width: 991px){#scout-page .unlock-potential .container .col[data-v-0cc46481]:nth-child(1){padding:68px 16px 90px 30px}#scout-page .unlock-potential .container h2[data-v-0cc46481]{font-size:30px}#scout-page .unlock-potential .container p[data-v-0cc46481]{margin:15px 0}}@media (max-width: 768px){#scout-page .unlock-potential .container .col[data-v-0cc46481]:nth-child(1){padding:45px 16px 55px}#scout-page .unlock-potential .container .row[data-v-0cc46481]{gap:20px}#scout-page .unlock-potential .container .col[data-v-0cc46481]{min-width:100%;text-align:center}#scout-page .unlock-potential .container .col .btn[data-v-0cc46481]{margin-inline:auto}}#scout-page[data-v-316381ea]{--fs-title: 94px;--fs-title2: 85px;--fs-heading: 48px;--fs-subheading: 18px;--fs-body1: 20px;--fs-body2: 18px;--fs-body3: 12px}@media (max-width: 1200px){#scout-page[data-v-316381ea]{--fs-title: 74px;--fs-title2: 80px}}@media (max-width: 991px){#scout-page[data-v-316381ea]{--fs-title: 58px;--fs-title2: 70px}}@media (max-width: 768px){#scout-page[data-v-316381ea]{--fs-title: 68px;--fs-title2: 58px;--fs-heading: 35px;--fs-subheading: 16px;--fs-body1: 18px;--fs-body2: 15px;--fs-body3: 11px}}#scout-page h2[data-v-316381ea]{font-family:var(--font-family-bebas);text-transform:uppercase;font-size:var(--fs-title2);font-weight:400;line-height:normal;margin-bottom:32px;color:#fff;color:var(--landing-color-background);text-shadow:-1px -1px 0 #ffffff,1px -1px 0 #ffffff,-1px 1px 0 #ffffff,1px 1px 0 #ffffff}#scout-page h3[data-v-316381ea]{color:#ffffffde;font-family:var(--font-family-bebas);text-transform:uppercas bacgroune;font-size:var(--fs-heading);font-weight:400;line-height:normal;max-width:585px;margin-bottom:32px}#scout-page h4[data-v-316381ea]{font-family:var(--font-family-montserrat);font-size:18px;font-weight:700;color:#09f;line-height:187%}#scout-page .row[data-v-316381ea]{align-items:center}#scout-page .row .col[data-v-316381ea]{min-width:49%;padding:10px}@media (max-width: 768px){#scout-page .row[data-v-316381ea]{flex-wrap:wrap}#scout-page .row .col[data-v-316381ea]{min-width:100%}}#scout-page header[data-v-316381ea]{color:#fff;--padding-size: 20px;--padding: calc(var(--landing-nav-height) + var(--padding-size)) 0 calc(var(--padding-size) + 20px);padding:var(--padding);position:relative;background-image:url(/images/scout-section-1-bg.webp);background-repeat:no-repeat;background-size:cover;background-position:top center}#scout-page header h1[data-v-316381ea],#scout-page header p[data-v-316381ea]{color:inherit}#scout-page header h1[data-v-316381ea]{font-family:var(--font-family-bebas);font-size:var(--fs-title);line-height:normal;font-weight:400;max-width:918px;margin-inline:auto}#scout-page header h1 .color-blue[data-v-316381ea]{color:var(--landing-color-primary)}#scout-page header h1 .color-yellow[data-v-316381ea]{color:var(--landing-color-yellow)}#scout-page header h1 .color-green[data-v-316381ea]{color:var(--landing-color-green)}#scout-page header h1 .color-red[data-v-316381ea]{color:var(--landing-color-red)}#scout-page header h1 .change-wrapper[data-v-316381ea]{overflow:hidden}#scout-page header h1 .change-wrapper .text-change-wrapper[data-v-316381ea]{height:1em;margin-top:0;padding-left:0;text-align:left;list-style:none;transform:translateY(0);-webkit-animation-name:change-316381ea;-webkit-animation-duration:4s;-webkit-animation-iteration-count:infinite;animation-name:change-316381ea;animation-duration:4s;animation-iteration-count:infinite}@keyframes change-316381ea{0%{transform:translateY(0)}33%{transform:translateY(-150%)}66%{transform:translateY(-270%)}99%{transform:translateY(-390%)}to{transform:translateY(0)}}@media (max-width: 768px){#scout-page header h1 .change-wrapper .text-change-wrapper[data-v-316381ea]{text-align:center}}#scout-page header p[data-v-316381ea]{font-family:var(--font-family-montserrat);color:#fbfbfc;font-size:calc(var(--fs-body1) + 2px);line-height:187%;font-weight:400;max-width:605px;margin:17px 0 32px}#scout-page header .btn[data-v-316381ea]{margin:0}#scout-page header .image img[data-v-316381ea]{max-width:100%}#scout-page header main[data-v-316381ea]{position:relative;z-index:2}#scout-page header .overlay[data-v-316381ea]{position:absolute;z-index:1;inset:0;width:100%;height:100%;opacity:.65;background-image:url(/images/scout-section-2-bg.webp);background-repeat:no-repeat;background-size:cover;background-position:top center}@media (max-width: 1200px){#scout-page header p[data-v-316381ea]{margin:15px auto 50px}}@media (max-width: 991px){#scout-page header[data-v-316381ea]{--padding-size: 70px}#scout-page header p[data-v-316381ea]{margin:20px auto 30px}}@media (max-width: 768px){#scout-page header[data-v-316381ea]{--padding-size: 45px;--landing-nav-height: 70px}#scout-page header h1[data-v-316381ea],#scout-page header p[data-v-316381ea],#scout-page header .actions[data-v-316381ea]{text-align:center}#scout-page header .btn[data-v-316381ea]{margin:auto}}#scout-page .section-2[data-v-316381ea],#scout-page .section-3[data-v-316381ea],#scout-page .section-4[data-v-316381ea],#scout-page .section-5[data-v-316381ea]{--padding-size: 80px 0 112px;padding:var(--padding-size);position:relative}#scout-page .section-2 .col.image img[data-v-316381ea],#scout-page .section-3 .col.image img[data-v-316381ea],#scout-page .section-4 .col.image img[data-v-316381ea],#scout-page .section-5 .col.image img[data-v-316381ea]{margin-inline:auto;max-width:100%;width:60%;z-index:3;object-fit:contain;object-position:center;max-height:650px}#scout-page .section-2 .col.image[data-v-316381ea]:after,#scout-page .section-3 .col.image[data-v-316381ea]:after,#scout-page .section-4 .col.image[data-v-316381ea]:after,#scout-page .section-5 .col.image[data-v-316381ea]:after{content:"";position:absolute;inset:0;width:100%;z-index:2;background-image:url(/images/ellipse-bg.webp);background-repeat:no-repeat;background-size:125%;background-position:center center;backdrop-filter:blur(100px);filter:blur(100px)}#scout-page .section-2 .icon[data-v-316381ea],#scout-page .section-3 .icon[data-v-316381ea],#scout-page .section-4 .icon[data-v-316381ea],#scout-page .section-5 .icon[data-v-316381ea]{flex:0 0 auto}#scout-page .section-2 .icon img[data-v-316381ea],#scout-page .section-3 .icon img[data-v-316381ea],#scout-page .section-4 .icon img[data-v-316381ea],#scout-page .section-5 .icon img[data-v-316381ea]{aspect-ratio:1/1;width:48px;max-width:48px;max-height:48px;margin:0 15px 0 0}#scout-page .section-2 h5[data-v-316381ea],#scout-page .section-3 h5[data-v-316381ea],#scout-page .section-4 h5[data-v-316381ea],#scout-page .section-5 h5[data-v-316381ea]{color:#f2f3f5;font-family:Montserrat;font-size:28px;font-style:normal;font-weight:700;line-height:28px;text-transform:capitalize}#scout-page .section-2 .description[data-v-316381ea],#scout-page .section-3 .description[data-v-316381ea],#scout-page .section-4 .description[data-v-316381ea],#scout-page .section-5 .description[data-v-316381ea]{margin-top:23px;color:#f2f3f5;font-family:var(--font-family-montserrat);font-size:18px;font-style:normal;font-weight:500;line-height:180%;text-transform:capitalize;opacity:.5}#scout-page .section-2 .feature h4[data-v-316381ea],#scout-page .section-3 .feature h4[data-v-316381ea],#scout-page .section-4 .feature h4[data-v-316381ea],#scout-page .section-5 .feature h4[data-v-316381ea]{font-weight:600;color:#fff}#scout-page .section-2 .feature .description[data-v-316381ea],#scout-page .section-3 .feature .description[data-v-316381ea],#scout-page .section-4 .feature .description[data-v-316381ea],#scout-page .section-5 .feature .description[data-v-316381ea]{margin:12px 0 32px;color:#fff;line-height:155%}@media (max-width: 991px){#scout-page .section-2[data-v-316381ea],#scout-page .section-3[data-v-316381ea],#scout-page .section-4[data-v-316381ea],#scout-page .section-5[data-v-316381ea]{--padding-size: 65px 0 95px}}@media (max-width: 768px){#scout-page .section-2[data-v-316381ea],#scout-page .section-3[data-v-316381ea],#scout-page .section-4[data-v-316381ea],#scout-page .section-5[data-v-316381ea]{--padding-size: 40px 0 80px}#scout-page .section-2 .image[data-v-316381ea],#scout-page .section-3 .image[data-v-316381ea],#scout-page .section-4 .image[data-v-316381ea],#scout-page .section-5 .image[data-v-316381ea]{padding:15px 0}#scout-page .section-2 .image img[data-v-316381ea],#scout-page .section-3 .image img[data-v-316381ea],#scout-page .section-4 .image img[data-v-316381ea],#scout-page .section-5 .image img[data-v-316381ea]{max-width:300px;margin-inline:auto}}#scout-page .section-2 .title-col[data-v-316381ea]{overflow:hidden}#scout-page .section-2 h2[data-v-316381ea]{width:auto;display:inline-block;position:relative;left:50%;--slide-start: -100%;--slide-middle: -50%;--slide-end: 0%;transform:translate(var(--slide-start));animation:logoSlide-316381ea 6s linear 0s infinite}#scout-page .section-2 h2 span[data-v-316381ea]{margin:0 .25em}@keyframes logoSlide-316381ea{0%{transform:translate(var(--slide-start))}21%{transform:translate(var(--slide-middle))}29%{transform:translate(var(--slide-middle))}50%{transform:translate(var(--slide-end))}71%{transform:translate(var(--slide-middle))}79%{transform:translate(var(--slide-middle))}to{transform:translate(var(--slide-start))}}#scout-page .unleash-ai h2[data-v-316381ea]{margin-bottom:0}#scout-page .unleash-ai h2 span[data-v-316381ea]{margin:0 .25em}#scout-page .unleash-ai .description[data-v-316381ea]{color:#fbfbfc;font-family:var(--font-family-montserrat);font-size:var(--fs-body1);font-weight:500;line-height:289%;margin:5px auto 11px;max-width:683px}#scout-page .unleash-ai .container[data-v-316381ea]{overflow:hidden}#scout-page .unleash-ai .unleash-ai-wrapper[data-v-316381ea]{padding:20px 0}#scout-page .unleash-ai .unleash-ai-wrapper .unleash-ai-items[data-v-316381ea]{display:flex;gap:32px;padding:0;transform-origin:right;transform:rotate(-5deg);overflow-x:auto;scroll-behavior:smooth}#scout-page .unleash-ai .unleash-ai-wrapper .unleash-ai-items[data-v-316381ea]::-webkit-scrollbar{height:0px}#scout-page .unleash-ai .unleash-ai-wrapper .unleash-ai-items .unleash-ai-item[data-v-316381ea]{border:1px dashed rgba(255,255,255,.25);flex:0 0 300px;width:300px;height:300px;padding:25px 19px 44px;border-radius:30px;color:#e4e4e4;font-family:var(--font-family-montserrat);text-align:center;overflow:hidden;background-position:center;background-size:120%;background-repeat:no-repeat}#scout-page .unleash-ai .unleash-ai-wrapper .unleash-ai-items .unleash-ai-item[data-v-316381ea]:before{content:"";position:absolute;inset:0;opacity:.55;background:#000}#scout-page .unleash-ai .unleash-ai-wrapper .unleash-ai-items .unleash-ai-item .title[data-v-316381ea]{color:inherit;max-width:300px;font-size:28px;font-weight:700;line-height:36px;text-transform:capitalize}#scout-page .unleash-ai .unleash-ai-wrapper .unleash-ai-items .unleash-ai-item .description[data-v-316381ea]{color:inherit;max-width:300px;margin:8px 0 0;font-size:18px;font-weight:400;line-height:209.4%;opacity:1;text-transform:none}#scout-page .unlock-potential[data-v-316381ea]{padding:90px 0 80px}#scout-page .unlock-potential .container[data-v-316381ea]{border-radius:10px;position:relative;overflow:hidden;background-image:url(/images/unlock-potential-bg.webp);background-repeat:no-repeat;background-size:cover;background-position:top left;color:#fff}#scout-page .unlock-potential .container .col[data-v-316381ea]:nth-child(1){padding:88px 17px 110px 79px}#scout-page .unlock-potential .container .row[data-v-316381ea]{align-items:center}#scout-page .unlock-potential .container h2[data-v-316381ea]{font-family:var(--font-family-montserrat);font-size:48px;font-weight:700;color:inherit;line-height:46px}#scout-page .unlock-potential .container p[data-v-316381ea]{color:inherit;font-size:var(--fs-body2);font-weight:400;line-height:28px;margin:36px 0;text-transform:capitalize}#scout-page .unlock-potential .container .btn[data-v-316381ea]{margin-inline:0}#scout-page .unlock-potential .container .image img[data-v-316381ea]{max-width:100%}@media (max-width: 991px){#scout-page .unlock-potential .container .col[data-v-316381ea]:nth-child(1){padding:68px 16px 90px 30px}#scout-page .unlock-potential .container h2[data-v-316381ea]{font-size:30px}#scout-page .unlock-potential .container p[data-v-316381ea]{margin:15px 0}}@media (max-width: 768px){#scout-page .unlock-potential .container .col[data-v-316381ea]:nth-child(1){padding:45px 16px 55px}#scout-page .unlock-potential .container .row[data-v-316381ea]{gap:20px}#scout-page .unlock-potential .container .col[data-v-316381ea]{min-width:100%;text-align:center}#scout-page .unlock-potential .container .col .btn[data-v-316381ea]{margin-inline:auto}}.alert[data-v-4c4bd68e]{display:flex;align-items:center;width:100%;border-radius:8px;padding:10px;margin:10px 0 15px;background:#cb3030;color:#fff;min-height:20px}.alert .image[data-v-4c4bd68e]{flex:0 0 40px;width:40px;text-align:center}.alert .image .icon[data-v-4c4bd68e]{color:inherit;max-height:35px;width:100%;max-width:35px}.alert .text[data-v-4c4bd68e]{flex:1 1 auto;color:inherit;font-weight:500;font-size:16px;padding:0 5px;max-width:calc(100% - 70px)}.alert .close[data-v-4c4bd68e]{flex:0 0 30px;width:30px;text-align:center;cursor:pointer}.alert .close .icon[data-v-4c4bd68e]{width:30px;height:30px}.alert.error[data-v-4c4bd68e],.alert.danger[data-v-4c4bd68e]{background:#cb3030;color:#fff}.alert.success[data-v-4c4bd68e]{background:#30cb71;color:#fff}.alert.warning[data-v-4c4bd68e]{background:#ffcc00;color:#fff}#home-page .banner[data-v-b6a8fa88]{background-image:url(/images/landing-bg.png);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-position:top center;--card-height: 478px;--padding-top: 300px;padding-top:calc(var(--landing-nav-height) + var(--padding-top));position:relative}@media (max-width: 991px){#home-page .banner[data-v-b6a8fa88]{--card-height: 378px;--padding-top: 200px}}@media (max-width: 900px){#home-page .banner[data-v-b6a8fa88]{background-size:contain;--card-height: auto;--padding-top: 100px}}@media (max-width: 600px){#home-page .banner[data-v-b6a8fa88]{--card-height: auto;--padding-top: 0px}}#home-page .banner[data-v-b6a8fa88]:before{content:"";position:absolute;bottom:0;width:100%;height:calc(var(--card-height) / 2);z-index:2;background:var(--landing-color-background)}#home-page .banner .banner-card[data-v-b6a8fa88]{border-radius:20px;max-width:1147px;margin:auto;text-align:center;position:relative;z-index:3;padding:40px 10px 34px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background:linear-gradient(162.04deg,#0099ff -46.13%,#23bcca -14.3%,#26bfc6 8.44%,#27c0c4 19.81%,#2ac3c0 43.68%,#2bc4be 43.7%,#36cfae 69.8%,#36cfae 69.82%,#3dd6a3 84.6%,#44dd99 99.38%,#4ae38f 103.93%,#4ce58d 113.04%,#4fe888 123.25%,#54ed81 133.48%,#66ff66 172.13%)}#home-page .banner .banner-card p[data-v-b6a8fa88]{line-height:2.7}@media (max-width: 900px){#home-page .banner .banner-card p[data-v-b6a8fa88]{line-height:2}}#home-page .banner .banner-card h1[data-v-b6a8fa88],#home-page .banner .banner-card h2[data-v-b6a8fa88],#home-page .banner .banner-card p[data-v-b6a8fa88]{max-width:841px;margin-bottom:10px;margin-left:auto;margin-right:auto}#home-page .banner.pricing[data-v-b6a8fa88]{margin-bottom:100px}#home-page .banner.pricing .date-switch .pill-switch[data-v-b6a8fa88]{margin:30px auto;display:flex;--border-radius: 30px;border-radius:var(--border-radius);background:white;overflow:hidden;font-size:18px}#home-page .banner.pricing .date-switch .pill-switch .pill[data-v-b6a8fa88]{flex:1 1 auto;border-radius:var(--border-radius);transition:background .15s ease-in-out;position:relative;cursor:pointer;margin:0 -.27em}#home-page .banner.pricing .date-switch .pill-switch .pill input[type=radio][data-v-b6a8fa88]{position:absolute;inset:0;accent-color:var(--landing-color-accent);visibility:hidden}#home-page .banner.pricing .date-switch .pill-switch .pill label[data-v-b6a8fa88]{display:block;color:#000;font-size:inherit;font-weight:600;padding:.94em 2.17em;line-height:1.2;cursor:pointer}#home-page .banner.pricing .date-switch .pill-switch .pill[data-v-b6a8fa88]:has(:checked){background:var(--landing-color-accent)}#home-page .banner.pricing .pricing-cards[data-v-b6a8fa88]{margin-bottom:32px;display:grid;justify-content:center;gap:20px 20px;width:100%;grid-template-columns:repeat(auto-fit,minmax(311px,330px))}#home-page .banner.pricing .pricing-cards .pricing-card[data-v-b6a8fa88]{display:flex;flex-direction:column;padding:76px 40px 14px 41px;border-radius:28px;background:#ffffff;border:1px solid #ffffff;transition:all .25s ease-in-out;position:relative;overflow:hidden}#home-page .banner.pricing .pricing-cards .pricing-card.active[data-v-b6a8fa88]{border:1px solid var(--landing-color-accent)}@media (min-width: 991px){#home-page .banner.pricing .pricing-cards .pricing-card[data-v-b6a8fa88]:hover{translate:0px -5px;scale:103%;box-shadow:0 0 11px #21212133}}#home-page .banner.pricing .pricing-cards .pricing-card .recommended[data-v-b6a8fa88]{position:absolute;left:0;top:0;right:0;background:var(--landing-color-accent);padding:7px 6px;font-size:17px;color:#242222;text-transform:uppercase;font-weight:600;line-height:19px}#home-page .banner.pricing .pricing-cards .pricing-card .title[data-v-b6a8fa88]{margin-bottom:65px}#home-page .banner.pricing .pricing-cards .pricing-card .title .for[data-v-b6a8fa88]{font-size:10px;line-height:1.2;font-weight:700;margin-bottom:6px;color:#0000004d;text-transform:uppercase}#home-page .banner.pricing .pricing-cards .pricing-card .title .price[data-v-b6a8fa88]{font-size:25px;line-height:19px;font-weight:700;margin-bottom:6px;color:#0b132a}#home-page .banner.pricing .pricing-cards .pricing-card .title .type[data-v-b6a8fa88]{font-size:11px;line-height:1.2;font-weight:700;color:#00000080}#home-page .banner.pricing .pricing-cards .pricing-card .features[data-v-b6a8fa88]{margin-bottom:40px;flex:1 0 auto}#home-page .banner.pricing .pricing-cards .pricing-card .features .feature[data-v-b6a8fa88]{display:flex;align-items:center;font-size:15px;gap:21px;margin-bottom:13px;text-align:left;color:#4f5665;font-weight:500}#home-page .banner.pricing .pricing-cards .pricing-card .features .feature .icon[data-v-b6a8fa88]{color:#25bec8}#home-page .banner.pricing .pricing-cards .pricing-card .features .feature .text[data-v-b6a8fa88]{flex:1 1 auto}#home-page .banner.pricing .pricing-cards .pricing-card .actions[data-v-b6a8fa88]{margin-bottom:12px}#home-page .banner.pricing .pricing-cards .pricing-card .actions .btn[data-v-b6a8fa88]{width:100%;height:auto;font-size:12px;font-weight:700;line-height:1.2;padding:11px 10px}#home-page .banner.pricing .pricing-cards .pricing-card .tag-line[data-v-b6a8fa88]{font-size:10px;font-weight:700;line-height:1.2;color:#0000004d;height:1.2em}#benefits h1[data-v-76b436f7]{color:#dcdcdc;margin-bottom:48px}#benefits .benefits-cards[data-v-76b436f7]{gap:40px 40px;justify-content:center}#benefits .benefits-cards .benefits-card[data-v-76b436f7]{background:rgba(0,153,255,.45);border-radius:10px;padding:30px 25px 15px;color:#ffffffde;max-width:330px;min-width:300px}#benefits .benefits-cards .benefits-card h3[data-v-76b436f7]{font-weight:700;font-size:20px;line-height:2;margin-bottom:15px}#benefits .benefits-cards .benefits-card p[data-v-76b436f7]{line-height:2.6;color:inherit;max-width:275px;margin:auto;font-weight:300}#football-page section[data-v-6d74f932]{margin-top:100px}#football-page .banner[data-v-6d74f932]{--card-height: 408px;--padding-top: 0px;padding-top:calc(var(--landing-nav-height) + var(--padding-top));position:relative;--banner-image-margin-top: -100px;--banner-image-margin-bottom: -130px}#football-page .banner .banner-image[data-v-6d74f932]{text-align:center;margin:auto;max-width:1136px;margin-top:var(--banner-image-margin-top);margin-bottom:var(--banner-image-margin-bottom)}#football-page .banner .banner-image img[data-v-6d74f932]{margin:0 auto;width:100%;object-fit:contain}@media (max-width: 991px){#football-page .banner[data-v-6d74f932]{--card-height: 348px;--banner-image-margin-top: -50px;--banner-image-margin-bottom: -120px}}@media (max-width: 768px){#football-page .banner[data-v-6d74f932]{--card-height: 300px;--banner-image-margin-top: -50px;--banner-image-margin-bottom: -90px}}@media (max-width: 600px){#football-page .banner[data-v-6d74f932]{--card-height: auto;--banner-image-margin-top: -80px;--banner-image-margin-bottom: -100px}}#football-page .banner .banner-card[data-v-6d74f932]{border-radius:20px;max-width:1036px;height:var(--card-height);margin:auto;text-align:center;position:relative;z-index:3;padding:40px 10px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background:linear-gradient(162.04deg,#0099ff -46.13%,#23bcca -14.3%,#26bfc6 8.44%,#27c0c4 19.81%,#2ac3c0 43.68%,#2bc4be 43.7%,#36cfae 69.8%,#36cfae 69.82%,#3dd6a3 84.6%,#44dd99 99.38%,#4ae38f 103.93%,#4ce58d 113.04%,#4fe888 123.25%,#54ed81 133.48%,#66ff66 172.13%)}#football-page .banner .banner-card p[data-v-6d74f932]{line-height:2.7}@media (max-width: 900px){#football-page .banner .banner-card p[data-v-6d74f932]{line-height:2}}#football-page .banner .banner-card h1[data-v-6d74f932],#football-page .banner .banner-card h2[data-v-6d74f932],#football-page .banner .banner-card p[data-v-6d74f932]{max-width:841px;margin-bottom:10px;margin-left:auto;margin-right:auto}#football-page #preview-image[data-v-6d74f932]{text-align:center}#football-page #preview-image img[data-v-6d74f932]{max-width:100%;object-fit:contain}#basketball-page[data-v-9f10f15b]{min-height:100vh}#basketball-page section[data-v-9f10f15b]{margin-top:100px}#basketball-page .banner[data-v-9f10f15b]{--card-height: 408px;--padding-top: 0px;padding-top:calc(var(--landing-nav-height) + var(--padding-top));position:relative;--banner-image-margin-top: -100px;--banner-image-margin-bottom: -135px}#basketball-page .banner .banner-image[data-v-9f10f15b]{text-align:center;margin:auto;max-width:1136px;margin-top:var(--banner-image-margin-top);margin-bottom:var(--banner-image-margin-bottom)}#basketball-page .banner .banner-image img[data-v-9f10f15b]{margin:0 auto;width:100%;object-fit:contain}@media (max-width: 991px){#basketball-page .banner[data-v-9f10f15b]{--card-height: 348px;--banner-image-margin-top: -50px;--banner-image-margin-bottom: -120px}}@media (max-width: 768px){#basketball-page .banner[data-v-9f10f15b]{--card-height: 300px;--banner-image-margin-top: -50px;--banner-image-margin-bottom: -90px}}@media (max-width: 600px){#basketball-page .banner[data-v-9f10f15b]{--card-height: auto;--banner-image-margin-top: -80px;--banner-image-margin-bottom: -100px}}#basketball-page .banner .banner-card[data-v-9f10f15b]{border-radius:20px;max-width:1036px;height:var(--card-height);margin:auto;text-align:center;position:relative;z-index:3;padding:40px 10px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background:linear-gradient(162.04deg,#0099ff -46.13%,#23bcca -14.3%,#26bfc6 8.44%,#27c0c4 19.81%,#2ac3c0 43.68%,#2bc4be 43.7%,#36cfae 69.8%,#36cfae 69.82%,#3dd6a3 84.6%,#44dd99 99.38%,#4ae38f 103.93%,#4ce58d 113.04%,#4fe888 123.25%,#54ed81 133.48%,#66ff66 172.13%)}#basketball-page .banner .banner-card p[data-v-9f10f15b]{line-height:2.7}@media (max-width: 900px){#basketball-page .banner .banner-card p[data-v-9f10f15b]{line-height:2}}#basketball-page .banner .banner-card h1[data-v-9f10f15b],#basketball-page .banner .banner-card h2[data-v-9f10f15b],#basketball-page .banner .banner-card p[data-v-9f10f15b]{max-width:841px;margin-bottom:10px;margin-left:auto;margin-right:auto}#basketball-page #preview-image[data-v-9f10f15b]{text-align:center}#basketball-page #preview-image img[data-v-9f10f15b]{max-width:100%;object-fit:contain}#auth-layout .auth-nav{background:#2e2626}#auth-layout header{min-height:87px;display:grid}#auth-layout header .logo{display:flex;align-items:center}#auth-layout header .logo .icon{width:50px;margin:auto 15px}#auth-layout header .logo .text{font-weight:700;font-size:24px}#auth-layout .main{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;margin:50px 0 0}#auth-layout .main .banner{padding:0 30px}#auth-layout .main .banner .img-wrapper img{max-width:100%;object-fit:cover}#auth-layout .main .content{margin:35px 0 0;padding:20px;display:flex;align-items:center;justify-items:center}@media (max-width: 768px){#auth-layout .main{align-items:center;margin:0}#auth-layout .main .banner{width:100%;flex:1 0 100%;padding:0 5px}#auth-layout .main .banner .img-wrapper{max-height:200px;overflow:hidden}#auth-layout .main .banner .img-wrapper img{width:100%;margin-top:-300px}#auth-layout .main .content{margin:20px 0 0;padding:10px;width:100%;flex:1 0 100%;justify-content:center}#auth-layout .main .content>.page-login{width:100%}}#auth-layout .page-icon{text-align:center}#auth-layout .page-icon .icon{width:100px}#auth-layout .page-title{font-weight:700;font-size:32px;line-height:44px;text-align:center;margin:0 0 15px}#auth-layout .page-subtitle{font-weight:400;font-size:14px;line-height:19px;text-align:center;margin:0 0 40px}#auth-layout .form-step-indicator{display:flex;justify-content:center}#auth-layout .form-step-indicator .indicator{flex:0 0 24px;width:24px;height:6px;margin:0 8px;border-radius:5px;background:#e4e4e4}#auth-layout .form-step-indicator .indicator.active{background:var(--color-primary)}#auth-layout .btn.google-login{font-weight:400;background:#ffffff;color:#757575;box-shadow:0 0 1px #00000015,0 1px 1px #0000002b}#auth-layout .btn.google-login .icon{width:30px;height:30px}#auth-layout .btn.next-btn .icon{margin-left:10px;width:16px}.notfound-page[data-v-34c66141]{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100vh}.notfound-page h3[data-v-34c66141]{font-size:10rem;line-height:1;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}#notification-drawer{position:fixed;z-index:99;top:0;bottom:0;right:0;background:var(--color-background);display:flex;flex-direction:column;padding:11px 0;width:497px;max-width:100%;box-shadow:1px 0 5px 1px var(--color-background2);animation:openNavigationDrawer .25s ease-out}@keyframes openNavigationDrawer{0%{transform:translate(100%)}to{transform:translate(0)}}#notification-drawer .close{padding:12px 25px;margin:0 0 35px}#notification-drawer .close .icon{width:30px;height:30px;cursor:pointer}#notification-drawer .title{padding:0 10px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:0 0 40px}#notification-drawer .title .title-text{margin:0 10px 0 0;font-weight:600;font-size:24px}#notification-drawer .title .title-actions{font-size:12px}#notification-drawer .title .title-actions .btn{padding-top:0;padding-bottom:0;width:auto;height:auto;font-weight:400;font-size:inherit}#notification-drawer .title .title-actions .btn .icon{width:1.75em;margin:0 8px 0 0}#notification-drawer .notifications{flex:1 1 auto;overflow-y:auto}#notification-drawer .notifications .notification-card{display:flex;flex-wrap:wrap;align-items:center;padding:20px 24px 0;border-bottom:1px solid var(--color-primary)}#notification-drawer .notifications .notification-card .image{padding:5px 0;flex:0 0 30px;width:30px;display:flex;justify-content:center;align-items:center}#notification-drawer .notifications .notification-card .image .icon{width:100%;height:100%;object-fit:contain}#notification-drawer .notifications .notification-card .details{flex:1 1 auto}#notification-drawer .notifications .notification-card .time{flex:1 0 100%;width:100%;font-weight:400;font-size:12px}#verify-email{position:fixed;top:0;width:100%;z-index:11;background-color:var(--landing-color-yellow);color:#000;font-size:14px}#verify-email .row{margin:5px 0}#verify-email .btn{width:auto;height:auto;padding:7px 10px;border-radius:4px;display:inline;background:var(--color-primary);font-weight:400}#verify-email .btn[loading=true]:after{--loader-size: 20px;--loader-border-size: 3px}#verify-email .btn.success{background:green!important}#verify-email .btn.danger{background:red!important}#verify-email .close{position:absolute;z-index:12;top:50%;transform:translateY(-50%);right:0}#verify-email .close .icon{color:inherit;cursor:pointer}#verify-email .close .icon:hover{color:var(--color-danger)}@media (max-width: 768px){#verify-email{font-size:12px}}@media (max-width: 450px){#verify-email .row{justify-content:center}#verify-email .col{max-width:300px}}#dashboard-layout .dashboard-header{height:87px;position:sticky;display:grid;top:0;left:0;right:0;z-index:10}@media (max-height: 800px){#dashboard-layout .dashboard-header{height:70px}}#dashboard-layout .dashboard-header header{display:flex}#dashboard-layout .dashboard-header header .menu{display:none}#dashboard-layout .dashboard-header header .menu .icon{color:var(--color-text)}#dashboard-layout .dashboard-header header .logo{flex:0 0 auto;display:flex;align-items:center}#dashboard-layout .dashboard-header header .logo .icon{width:50px;margin:0 15px}#dashboard-layout .dashboard-header header .logo .text{font-weight:700;font-size:24px}#dashboard-layout .dashboard-header header .spacer{flex:1 1 auto}#dashboard-layout .dashboard-header header .notification{flex:0 0 70px;margin:0 10px;display:flex;justify-content:center;align-items:center;cursor:pointer}#dashboard-layout .dashboard-header header .notification .icon{width:32px;height:32px}#dashboard-layout .dashboard-header header .notification .icon.active,#dashboard-layout .dashboard-header header .notification .icon:hover{stroke:var(--color-primary);transform:scale(105%)}#dashboard-layout .dashboard-header header .profile{flex:0 0 70px;display:flex;justify-content:center;align-items:center;cursor:pointer}#dashboard-layout .dashboard-header header .profile .image{width:60px;height:60px;border-radius:12px;display:flex;justify-content:center;align-content:center;overflow:hidden}#dashboard-layout .dashboard-header header .profile .image img{width:100%;height:auto;max-height:100%;object-fit:cover}#dashboard-layout .dashboard-header header .profile:hover .image{border:.5px solid var(--color-primary);transform:scale(105%)}@media (max-width: 768px){#dashboard-layout .dashboard-header header .menu{display:flex;align-items:center}#dashboard-layout .dashboard-header header .menu .icon{width:30px;height:30px;margin-left:10px}#dashboard-layout .dashboard-header header .logo .text{display:none}}#dashboard-layout main{display:flex;min-height:calc(100% - 87px);--aside-width: 235px}#dashboard-layout main .mobile-overlay{display:none}#dashboard-layout main aside{flex:0 0 var(--aside-width);margin:0 25px 0 0;background:var(--color-background2);border-radius:10px;display:flex;flex-direction:column;padding:10px 0;height:calc(100vh - 87px);max-height:calc(100vh - 87px);overflow-y:auto;position:sticky;top:87px}#dashboard-layout main aside::-webkit-scrollbar{width:5px}#dashboard-layout main aside::-webkit-scrollbar-track{background:var(--color-background2)}#dashboard-layout main aside::-webkit-scrollbar-thumb{background:#555}#dashboard-layout main aside::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}#dashboard-layout main aside nav{width:100%;color:#fff;display:flex;flex-direction:column;margin:20px 0 10px;padding:10px 5px 10px 15px}#dashboard-layout main aside nav .link{display:flex;align-items:center;padding:5px;margin:0 0 40px;cursor:pointer;transition:width 1s ease-out}#dashboard-layout main aside nav .link .link-icon{display:flex;justify-content:center;align-items:center;width:32px;height:32px}#dashboard-layout main aside nav .link .link-icon .icon{width:20px;height:20px}#dashboard-layout main aside nav .link .link-text{margin-left:10px;font-weight:500;font-size:17px;line-height:27px}#dashboard-layout main aside nav .link.active,#dashboard-layout main aside nav .link:hover{color:var(--color-primary);position:relative}#dashboard-layout main aside nav .link.active .link-icon .icon,#dashboard-layout main aside nav .link:hover .link-icon .icon{width:24px;height:24px;color:inherit}#dashboard-layout main aside nav .link.active .link-text,#dashboard-layout main aside nav .link:hover .link-text{font-weight:700}#dashboard-layout main aside .spacer{flex:1 1 auto}#dashboard-layout main aside .help-center{background:#494545;border-radius:9px;padding:37px 9px 17px;text-align:center;position:relative}#dashboard-layout main aside .help-center .icon{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:100px;height:100px}#dashboard-layout main aside .help-center .title{font-weight:400;font-size:16px;margin:0 0 15px}#dashboard-layout main aside .help-center .btn{width:auto}@media (max-width: 1000px){#dashboard-layout main aside{margin:0 15px 0 0}}@media (max-height: 800px){#dashboard-layout main aside{padding:10px 0 20px}#dashboard-layout main aside nav{margin:50px 0 20px}}@media (max-height: 725px){#dashboard-layout main aside nav{margin:20px 0}}#dashboard-layout main section.content{flex:1 1 auto;border-radius:20px;max-width:calc(100% - var(--aside-width))}#dashboard-layout main section.content::-webkit-scrollbar{width:6px}#dashboard-layout main section.content::-webkit-scrollbar-track{background:var(--color-background2)}#dashboard-layout main section.content::-webkit-scrollbar-thumb{background:#555}#dashboard-layout main section.content::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}@media (max-width: 768px){#dashboard-layout main .mobile-overlay{display:block;position:fixed;z-index:20;background:rgba(27,28,30,.4901960784);width:100%;top:0;left:0;height:100vh}#dashboard-layout main aside{position:fixed;height:100vh;max-height:100vh;z-index:30;top:0;bottom:0;left:0;min-width:auto;width:250px;transition:all .5s ease;transform:translate(-100%)}#dashboard-layout main aside.visible{transform:translate(0)}@keyframes showMenu{0%{transform:translate(-100%)}to{transform:translate(0)}}#dashboard-layout main section.content{width:100%;max-width:100%}}#dashboard-layout main section.content{padding:18px;display:flex;flex-direction:column;overflow-y:auto}@media (max-width: 768px){#dashboard-layout main section.content{padding:10px}}#dashboard-layout main section.content .page-title{background:#1b1c1e;margin:19px -21px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:11px 5px 11px 21px}#dashboard-layout main section.content .page-title .title-text{font-weight:700;flex:1 0 auto}#dashboard-layout main section.content .page-title h3.title-text{font-size:35px}#dashboard-layout main section.content .page-title h4.title-text{font-size:20px}#dashboard-layout main section.content .page-title .action{flex:0 1 auto;max-width:200px;cursor:pointer;display:flex;align-items:center;justify-content:flex-end}#dashboard-layout main section.content .page-title .action:hover{color:var(--color-primary)}#dashboard-layout main section.content .page-title .action .icon{width:40px;height:40px;margin:0 8px 0 0}#dashboard-layout main section.content .page-title .action .text{font-weight:700;font-size:20px;line-height:27px}#dashboard-layout main section.content .page-title .action .btn{width:auto;height:auto;padding:10px;border-radius:5px;font-size:16px}#dashboard-layout main section.content .page-title .action.back-btn .icon{width:28px;height:28px}@media (max-width: 600px){#dashboard-layout main section.content .page-title{margin:19px -15px 10px -21px}#dashboard-layout main section.content .page-title .action .icon{width:30px;height:30px}#dashboard-layout main section.content .page-title .action .text{font-size:16px}}#dashboard-layout main section.content .widget{padding:13px 25px 13px 28px;border-radius:20px;min-height:200px;height:100%}#dashboard-layout main section.content .widget h4.title,#dashboard-layout main section.content .widget div.title h4{font-weight:700;font-size:20px;line-height:27px;margin-bottom:14px}#dashboard-layout main section.content .widget div.title{display:flex;flex-wrap:wrap;justify-content:space-between}#dashboard-layout main section.content .widget div.title .action{color:var(--color-primary);text-align:right}#dashboard-layout main section.content .widget div.title .action .btn{font-weight:400;font-size:16px;height:auto}@media (max-width: 600px){#dashboard-layout main section.content .widget{padding:13px 15px}}.page-banner[data-v-900b7ee8]{border-radius:20px;background:#0047ff;display:flex;padding:31px 10px 31px 32px;margin-bottom:40px;position:relative}.page-banner .main[data-v-900b7ee8]{flex:1 1 auto;z-index:3}.page-banner .main h3[data-v-900b7ee8]{margin-bottom:20px;font-weight:700;font-size:45px;color:#fbfbfc}.page-banner .main p[data-v-900b7ee8]{margin-bottom:55px;font-weight:400;font-size:15px;color:#fbfbfc}.page-banner .main .actions[data-v-900b7ee8]{display:flex;align-items:center}.page-banner .main .actions ul[data-v-900b7ee8]{background:rgba(255,255,255,.15);border-radius:10px;margin:0 30px 0 0;padding:0;display:inline-block}.page-banner .main .actions ul li[data-v-900b7ee8]{color:#fbfbfc;font-weight:700;font-size:16px;line-height:40px;display:inline-block;padding:4px 20px}.page-banner .main .actions ul li[disabled][data-v-900b7ee8]{opacity:.8}.page-banner .main .actions ul li.active[data-v-900b7ee8]:not([disabled]),.page-banner .main .actions ul li[data-v-900b7ee8]:hover:not([disabled]){cursor:pointer;color:#312e2e;background:#fbfbfc;border-radius:10px}.page-banner .main .actions .upload-button[data-v-900b7ee8]{display:flex;align-items:center;font-weight:700;font-size:20px;line-height:27px;color:#fbfbfc;padding:5px;cursor:pointer}.page-banner .main .actions .upload-button img[data-v-900b7ee8]{margin-right:10px;object-fit:contain}.page-banner .main .actions .upload-button[data-v-900b7ee8]:hover{background:#fbfbfc;border-radius:10px;color:#312e2e}.page-banner[data-v-900b7ee8]:before{content:"";z-index:1;position:absolute;width:100%;height:200%;bottom:10px;left:0;background-image:url(/assets/images/dashboard-header-banner.png);background-repeat:no-repeat;background-position:bottom right}@media (max-width: 800px){.page-banner .main .actions[data-v-900b7ee8]{display:block}.page-banner[data-v-900b7ee8]:before{opacity:.7}}.modal-overlay[data-v-af16d98c]{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(8px);animation:fadeIn-af16d98c .2s ease-out}.modal-content[data-v-af16d98c]{background:white;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;width:90%;max-width:520px;max-height:90vh;overflow-y:auto;animation:slideUp-af16d98c .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.1)}.modal-header[data-v-af16d98c]{display:flex;justify-content:space-between;align-items:flex-start;padding:2rem 2rem 1.5rem;border-bottom:1px solid #f1f5f9;gap:1rem}.modal-header .header-content[data-v-af16d98c]{flex:1}.modal-header .header-content .modal-title[data-v-af16d98c]{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .5rem;letter-spacing:-.025em}.modal-header .header-content .modal-subtitle[data-v-af16d98c]{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.modal-header .close-btn[data-v-af16d98c]{background:#f8fafc;border:1px solid #e2e8f0;font-size:1.25rem;color:#64748b;cursor:pointer;padding:.5rem;border-radius:10px;transition:all .2s ease;flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center}.modal-header .close-btn[data-v-af16d98c]:hover:not(:disabled){background:#f1f5f9;color:#374151;border-color:#cbd5e1}.modal-header .close-btn[data-v-af16d98c]:disabled{opacity:.5;cursor:not-allowed}.modal-body[data-v-af16d98c]{padding:2rem}.modal-body .success-message[data-v-af16d98c]{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border:1px solid #10b981;border-radius:16px;margin-bottom:1.5rem}.modal-body .success-message .success-icon[data-v-af16d98c]{font-size:2rem;flex-shrink:0}.modal-body .success-message .success-content h4[data-v-af16d98c]{margin:0 0 .5rem;color:#065f46;font-weight:600;font-size:1.125rem}.modal-body .success-message .success-content p[data-v-af16d98c]{margin:0;color:#047857;font-size:.875rem;line-height:1.5}.modal-body .alert[data-v-af16d98c]{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:12px;margin-bottom:1.5rem;font-weight:500;font-size:.875rem}.modal-body .alert .alert-icon[data-v-af16d98c]{font-size:1.125rem;flex-shrink:0}.modal-body .alert.success[data-v-af16d98c]{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);color:#065f46;border:1px solid #10b981}.modal-body .alert.danger[data-v-af16d98c]{background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);color:#991b1b;border:1px solid #ef4444}.modal-body .form-group[data-v-af16d98c]{margin-bottom:1.5rem}.modal-body .form-group .form-label[data-v-af16d98c]{display:block;margin-bottom:.5rem;font-weight:600;color:#374151;font-size:.875rem}.modal-body .form-group .form-label .required[data-v-af16d98c]{color:#ef4444;margin-left:.25rem}.modal-body .form-group .form-control[data-v-af16d98c]{width:100%;padding:.875rem 1rem;border:1px solid #d1d5db;border-radius:12px;font-size:.875rem;background:white;color:#111827;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.modal-body .form-group .form-control[data-v-af16d98c]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.modal-body .form-group .form-control[data-v-af16d98c]:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.modal-body .form-group .form-control[data-v-af16d98c]::placeholder{color:#9ca3af}.modal-body .form-group .help-text[data-v-af16d98c]{display:block;margin-top:.375rem;color:#6b7280;font-size:.75rem;line-height:1.4}.modal-body .form-actions[data-v-af16d98c],.modal-body .success-actions[data-v-af16d98c]{display:flex;gap:.75rem;justify-content:flex-end;margin-top:2rem}.modal-body .form-actions .btn[data-v-af16d98c],.modal-body .success-actions .btn[data-v-af16d98c]{padding:.875rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;gap:.5rem;font-size:.875rem}.modal-body .form-actions .btn[data-v-af16d98c]:disabled,.modal-body .success-actions .btn[data-v-af16d98c]:disabled{opacity:.6;cursor:not-allowed}.modal-body .form-actions .btn.btn-secondary[data-v-af16d98c],.modal-body .success-actions .btn.btn-secondary[data-v-af16d98c]{background:#f8fafc;color:#374151;border:1px solid #e2e8f0}.modal-body .form-actions .btn.btn-secondary[data-v-af16d98c]:hover:not(:disabled),.modal-body .success-actions .btn.btn-secondary[data-v-af16d98c]:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.modal-body .form-actions .btn.btn-primary[data-v-af16d98c],.modal-body .success-actions .btn.btn-primary[data-v-af16d98c]{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;box-shadow:0 4px 6px -1px #0000001a}.modal-body .form-actions .btn.btn-primary[data-v-af16d98c]:hover:not(:disabled),.modal-body .success-actions .btn.btn-primary[data-v-af16d98c]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a}.modal-body .form-actions .btn .loading-spinner[data-v-af16d98c],.modal-body .success-actions .btn .loading-spinner[data-v-af16d98c]{width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin-af16d98c 1s linear infinite}@keyframes fadeIn-af16d98c{0%{opacity:0}to{opacity:1}}@keyframes slideUp-af16d98c{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes spin-af16d98c{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.widget.stats-number-cards[data-v-3ae91620]{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;padding:23px 25px;gap:10px 10px}@media (max-width: 991px){.widget.stats-number-cards .stats-number-card[data-v-3ae91620]{flex:1 1 32.5%;margin:0 10px 10px 0}}@media (max-width: 768px){.widget.stats-number-cards .stats-number-card[data-v-3ae91620]{min-width:100%;flex:1 1 100%;margin:0 10px 10px 0}}.player-management-section[data-v-3ae91620]{margin-top:2rem;background:#ffffff;border-radius:16px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #e5e7eb;overflow:hidden}.player-management-section .section-header[data-v-3ae91620]{display:flex;justify-content:space-between;align-items:flex-start;padding:2rem 2rem 1.5rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;position:relative}.player-management-section .section-header[data-v-3ae91620]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(102,126,234,.9) 0%,rgba(118,75,162,.9) 100%);backdrop-filter:blur(10px)}@media (max-width: 768px){.player-management-section .section-header[data-v-3ae91620]{flex-direction:column;align-items:stretch;padding:1.5rem}}.player-management-section .section-header .header-left[data-v-3ae91620]{flex:1;position:relative;z-index:1}.player-management-section .section-header .header-left .section-title[data-v-3ae91620]{font-size:1.875rem;font-weight:700;color:#fff;margin:0 0 .75rem;letter-spacing:-.025em}.player-management-section .section-header .header-left .player-stats[data-v-3ae91620]{display:flex;gap:2rem;flex-wrap:wrap}.player-management-section .section-header .header-left .player-stats .stat-item[data-v-3ae91620]{font-size:.875rem;color:#ffffffe6;font-weight:500}.player-management-section .section-header .header-left .player-stats .stat-item strong[data-v-3ae91620]{color:#fff;font-weight:700;font-size:1.125rem}.player-management-section .section-header .header-actions[data-v-3ae91620]{display:flex;gap:.75rem;align-items:center;position:relative;z-index:1}@media (max-width: 768px){.player-management-section .section-header .header-actions[data-v-3ae91620]{justify-content:stretch;margin-top:1rem}.player-management-section .section-header .header-actions .btn[data-v-3ae91620]{flex:1}}.player-management-section .controls-section[data-v-3ae91620]{padding:1.5rem 2rem;background:#f8fafc;border-bottom:1px solid #e5e7eb}.player-management-section .controls-section .search-controls[data-v-3ae91620]{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}@media (max-width: 768px){.player-management-section .controls-section .search-controls[data-v-3ae91620]{flex-direction:column;align-items:stretch}}.player-management-section .controls-section .search-controls .search-input-wrapper[data-v-3ae91620]{position:relative;flex:1;min-width:320px}.player-management-section .controls-section .search-controls .search-input-wrapper .search-input[data-v-3ae91620]{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid #d1d5db;border-radius:12px;font-size:.875rem;background:white;color:#111827;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.player-management-section .controls-section .search-controls .search-input-wrapper .search-input[data-v-3ae91620]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.player-management-section .controls-section .search-controls .search-input-wrapper .search-input[data-v-3ae91620]::placeholder{color:#9ca3af}.player-management-section .controls-section .search-controls .search-input-wrapper .search-icon[data-v-3ae91620]{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:#6b7280;font-size:1rem}.player-management-section .controls-section .search-controls .filter-controls[data-v-3ae91620]{display:flex;gap:.5rem;align-items:center}.player-management-section .controls-section .search-controls .filter-controls .filter-select[data-v-3ae91620]{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:12px;background:white;color:#374151;font-size:.875rem;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.player-management-section .controls-section .search-controls .filter-controls .filter-select[data-v-3ae91620]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.player-management-section .controls-section .search-controls .filter-controls .sort-toggle[data-v-3ae91620]{padding:.75rem;border:1px solid #d1d5db;border-radius:12px;background:white;color:#374151;cursor:pointer;font-size:1rem;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.player-management-section .controls-section .search-controls .filter-controls .sort-toggle[data-v-3ae91620]:hover{background:#f9fafb;border-color:#667eea}.player-management-section .controls-section .bulk-actions[data-v-3ae91620]{margin-top:1rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.player-management-section .controls-section .bulk-actions .bulk-info[data-v-3ae91620]{display:flex;align-items:center;gap:1rem;color:#fff;font-weight:500}.player-management-section .controls-section .bulk-actions .bulk-info .btn-link[data-v-3ae91620]{background:none;border:none;color:#fffc;text-decoration:underline;cursor:pointer;font-size:.875rem;transition:color .2s ease}.player-management-section .controls-section .bulk-actions .bulk-info .btn-link[data-v-3ae91620]:hover{color:#fff}.player-management-section .controls-section .bulk-actions .bulk-buttons[data-v-3ae91620]{display:flex;gap:.5rem}.player-management-section .empty-state[data-v-3ae91620],.player-management-section .no-results-state[data-v-3ae91620]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#f8fafc;border-radius:16px;margin:2rem;border:2px dashed #d1d5db}.player-management-section .empty-state .empty-icon[data-v-3ae91620],.player-management-section .empty-state .no-results-icon[data-v-3ae91620],.player-management-section .no-results-state .empty-icon[data-v-3ae91620],.player-management-section .no-results-state .no-results-icon[data-v-3ae91620]{font-size:3rem;margin-bottom:1.5rem;opacity:.6}.player-management-section .empty-state h4[data-v-3ae91620],.player-management-section .no-results-state h4[data-v-3ae91620]{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 .75rem}.player-management-section .empty-state p[data-v-3ae91620],.player-management-section .no-results-state p[data-v-3ae91620]{color:#6b7280;margin:0 0 2rem;max-width:400px;line-height:1.6}.player-management-section .players-grid[data-v-3ae91620]{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem;padding:2rem}@media (max-width: 768px){.player-management-section .players-grid[data-v-3ae91620]{grid-template-columns:1fr;padding:1rem;gap:1rem}}.player-management-section .player-card[data-v-3ae91620]{background:white;border-radius:16px;padding:1.5rem;border:1px solid #e5e7eb;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column;gap:1rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.player-management-section .player-card[data-v-3ae91620]:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#667eea}.player-management-section .player-card.selected[data-v-3ae91620]{border-color:#667eea;background:linear-gradient(135deg,rgba(102,126,234,.05) 0%,rgba(118,75,162,.05) 100%);box-shadow:0 0 0 3px #667eea1a}.player-management-section .player-card .player-selection[data-v-3ae91620]{position:absolute;top:1rem;right:1rem}.player-management-section .player-card .player-selection .player-checkbox[data-v-3ae91620]{width:20px;height:20px;cursor:pointer;accent-color:#667eea;border-radius:4px}.player-management-section .player-card .player-info[data-v-3ae91620]{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.player-management-section .player-card .player-info .player-avatar[data-v-3ae91620]{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.25rem;flex-shrink:0;box-shadow:0 4px 6px -1px #0000001a}.player-management-section .player-card .player-info .player-details[data-v-3ae91620]{flex:1;min-width:0}.player-management-section .player-card .player-info .player-details .player-name[data-v-3ae91620]{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-management-section .player-card .player-info .player-details .player-email[data-v-3ae91620]{font-size:.875rem;color:#6b7280;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-management-section .player-card .player-info .player-details .player-team[data-v-3ae91620]{font-size:.875rem;color:#667eea;margin:0;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-management-section .player-card .player-status[data-v-3ae91620]{display:flex;justify-content:space-between;align-items:center}.player-management-section .player-card .player-status .status-badge[data-v-3ae91620]{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.player-management-section .player-card .player-status .status-badge .status-icon[data-v-3ae91620]{font-size:.875rem}.player-management-section .player-card .player-status .status-badge.pending[data-v-3ae91620]{background:#fef3c7;color:#92400e}.player-management-section .player-card .player-status .status-badge.joined[data-v-3ae91620]{background:#d1fae5;color:#065f46}.player-management-section .player-card .player-status .invite-date[data-v-3ae91620]{font-size:.75rem;color:#9ca3af;margin:0;text-align:right;font-weight:500}.player-management-section .player-card .player-actions[data-v-3ae91620]{display:flex;justify-content:flex-end}.player-management-section .player-card .player-actions .action-buttons[data-v-3ae91620]{display:flex;gap:.5rem}.player-management-section .player-card .player-actions .action-buttons .btn-action[data-v-3ae91620]{width:36px;height:36px;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000000d}.player-management-section .player-card .player-actions .action-buttons .btn-action svg[data-v-3ae91620]{width:1rem;height:1rem}.player-management-section .player-card .player-actions .action-buttons .btn-action[data-v-3ae91620]:hover{transform:scale(1.05);box-shadow:0 4px 6px -1px #0000001a}.player-management-section .player-card .player-actions .action-buttons .btn-action.btn-resend[data-v-3ae91620]{background:#dbeafe;color:#1e40af}.player-management-section .player-card .player-actions .action-buttons .btn-action.btn-resend[data-v-3ae91620]:hover{background:#3b82f6;color:#fff}.player-management-section .player-card .player-actions .action-buttons .btn-action.btn-view[data-v-3ae91620]{background:#f3e8ff;color:#7c3aed}.player-management-section .player-card .player-actions .action-buttons .btn-action.btn-view[data-v-3ae91620]:hover{background:#8b5cf6;color:#fff}.player-management-section .player-card .player-actions .action-buttons .btn-action.btn-remove[data-v-3ae91620]{background:#fee2e2;color:#dc2626}.player-management-section .player-card .player-actions .action-buttons .btn-action.btn-remove[data-v-3ae91620]:hover{background:#ef4444;color:#fff}.player-management-section .select-all-footer[data-v-3ae91620]{margin:0 2rem 2rem;padding:1rem 1.5rem;background:#f8fafc;border-radius:12px;border:1px solid #e5e7eb}.player-management-section .select-all-footer .select-all-label[data-v-3ae91620]{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.875rem;color:#6b7280;font-weight:500}.player-management-section .select-all-footer .select-all-label input[type=checkbox][data-v-3ae91620]{width:18px;height:18px;accent-color:#667eea;border-radius:4px}.player-management-section .select-all-footer .select-all-label[data-v-3ae91620]:hover{color:#374151}.player-management-section .btn[data-v-3ae91620]{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none;position:relative;overflow:hidden}.player-management-section .btn .btn-icon[data-v-3ae91620]{width:1.25rem;height:1.25rem;flex-shrink:0}.player-management-section .btn.btn-outline[data-v-3ae91620]{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px)}.player-management-section .btn.btn-outline[data-v-3ae91620]:hover{background:rgba(255,255,255,.2);border-color:#ffffff4d;transform:translateY(-1px)}.player-management-section .btn.btn-primary[data-v-3ae91620]{background:white;color:#667eea;box-shadow:0 4px 6px -1px #0000001a;z-index:10;position:relative}.player-management-section .btn.btn-primary[data-v-3ae91620]:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a}.player-management-section .btn.btn-primary[data-v-3ae91620]:active{transform:translateY(0)}.player-management-section .btn.btn-sm[data-v-3ae91620]{padding:.5rem 1rem;font-size:.75rem}.player-management-section .btn.btn-danger[data-v-3ae91620]{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.player-management-section .btn.btn-danger[data-v-3ae91620]:hover{background:#ef4444;color:#fff;border-color:#ef4444}.widget.highlight-reels[data-v-3ae91620]{max-width:100%}.widget.highlight-reels .reels[data-v-3ae91620]{overflow-x:auto;white-space:nowrap}.widget.highlight-reels .reels[data-v-3ae91620]::-webkit-scrollbar{width:3px;height:3px}.widget.highlight-reels .reels[data-v-3ae91620]::-webkit-scrollbar{width:5px}.widget.highlight-reels .reels[data-v-3ae91620]::-webkit-scrollbar-track{background:var(--color-background2)}.widget.highlight-reels .reels[data-v-3ae91620]::-webkit-scrollbar-thumb{background:#555}.widget.highlight-reels .reels[data-v-3ae91620]::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.widget.highlight-reels .reels .reel[data-v-3ae91620]{display:inline-block;width:320px;max-width:343px;border-radius:10px;background:var(--color-background2);margin-bottom:15px;margin-right:28px;cursor:pointer}.widget.highlight-reels .reels .reel-image[data-v-3ae91620]{border-radius:10px;height:174px;overflow:hidden}.widget.highlight-reels .reels .reel-image img[data-v-3ae91620]{width:100%;height:100%;object-fit:cover;transition:all .75s ease}.widget.highlight-reels .reels .reel-description[data-v-3ae91620]{display:flex;flex-wrap:wrap;justify-content:space-between;padding:10px 13px 10px 6px;align-items:center}.widget.highlight-reels .reels .reel-description .reel-title[data-v-3ae91620]{font-size:20px;color:var(--color-text)}.widget.highlight-reels .reels .reel-description .reel-stats[data-v-3ae91620]{font-weight:700;font-size:20px;color:var(--color-primary);text-align:right}.widget.highlight-reels .reels .reel:hover .reel-image[data-v-3ae91620]{border-top-left-radius:0;border-top-right-radius:0}.widget.highlight-reels .reels .reel:hover .reel-image img[data-v-3ae91620]{transform:scale(1.05)}.widget.statistics .statistics-banner[data-v-3ae91620]{display:flex;margin-bottom:16px}.widget.statistics .statistics-banner .image[data-v-3ae91620],.widget.statistics .statistics-banner .details[data-v-3ae91620]{flex:1 1 50%}.widget.statistics .statistics-banner .image[data-v-3ae91620]{border-radius:10px;overflow:hidden}.widget.statistics .statistics-banner .image img[data-v-3ae91620]{width:100%;height:100%;object-fit:cover}.widget.statistics .statistics-banner .details[data-v-3ae91620]{padding:0 0 0 16px;font-size:14px}.widget.statistics .statistics-banner .details h5[data-v-3ae91620],.widget.statistics .statistics-banner .details p[data-v-3ae91620]{font-size:inherit;margin-bottom:6px}.widget.statistics .statistics-banner .details .form-group[data-v-3ae91620]{width:auto;margin-bottom:11px}.widget.statistics .statistics-banner .details .form-group .input-wrapper select[data-v-3ae91620]{border-radius:8px;border:1px solid var(--color-primary);height:auto}.widget.statistics .statistics-stats .stat[data-v-3ae91620]{display:flex;flex-wrap:nowrap;margin:0 0 10px;align-items:center}.widget.statistics .statistics-stats .stat-title[data-v-3ae91620]{font-size:12px;flex:0 1 auto}.widget.statistics .statistics-stats .stat-divider[data-v-3ae91620]{flex:1 1 auto;margin-bottom:0}.widget.statistics .statistics-stats .stat-divider .line[data-v-3ae91620]:after{width:90%;border-radius:10px;border-bottom:3px solid #494545}.widget.statistics .statistics-stats .stat-number[data-v-3ae91620]{border-radius:0 10px 10px 0;text-align:center;background:var(--color-primary);min-height:20px;height:20px;min-width:50px;width:50px;font-size:12px}.auth-warning[data-v-3ae91620]{display:flex;justify-content:center;align-items:center;min-height:400px;padding:2rem}.auth-warning .warning-content[data-v-3ae91620]{text-align:center;background:white;border-radius:20px;padding:3rem;box-shadow:0 10px 25px -5px #0000001a,0 4px 6px -2px #0000000d;border:1px solid #e5e7eb;max-width:500px}.auth-warning .warning-content .warning-icon[data-v-3ae91620]{font-size:4rem;margin-bottom:1.5rem}.auth-warning .warning-content h3[data-v-3ae91620]{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 1rem}.auth-warning .warning-content p[data-v-3ae91620]{font-size:1rem;color:#6b7280;margin:0 0 2rem;line-height:1.6}.auth-warning .warning-content .btn[data-v-3ae91620]{padding:.875rem 2rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem}.auth-warning .warning-content .btn.btn-primary[data-v-3ae91620]{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;box-shadow:0 4px 6px -1px #0000001a}.auth-warning .warning-content .btn.btn-primary[data-v-3ae91620]:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a}.dashboard-stats-section[data-v-3ae91620]{margin-bottom:2rem}.dashboard-stats-section .stats-header[data-v-3ae91620]{margin-bottom:2rem;text-align:center}.dashboard-stats-section .stats-header .stats-title[data-v-3ae91620]{font-size:2rem;font-weight:700;color:#111827;margin:0 0 .5rem;letter-spacing:-.025em}.dashboard-stats-section .stats-header .stats-subtitle[data-v-3ae91620]{font-size:1rem;color:#6b7280;margin:0;font-weight:400}.dashboard-stats-section .stats-grid[data-v-3ae91620]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}@media (max-width: 768px){.dashboard-stats-section .stats-grid[data-v-3ae91620]{grid-template-columns:1fr;gap:1rem}}.dashboard-stats-section .stat-card[data-v-3ae91620]{background:var(--color-background2);border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.1);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}.dashboard-stats-section .stat-card[data-v-3ae91620]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);opacity:0;transition:opacity .3s ease}.dashboard-stats-section .stat-card[data-v-3ae91620]:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0006,0 10px 10px -5px #0000004d;border-color:var(--color-primary)}.dashboard-stats-section .stat-card[data-v-3ae91620]:hover:before{opacity:1}.dashboard-stats-section .stat-card:hover .stat-icon[data-v-3ae91620]{transform:scale(1.1);color:var(--color-primary)}.dashboard-stats-section .stat-card:hover .stat-trend[data-v-3ae91620]{opacity:1;transform:translateY(0)}.dashboard-stats-section .stat-card.loading .stat-number[data-v-3ae91620]{background:linear-gradient(90deg,rgba(255,255,255,.1) 25%,rgba(255,255,255,.05) 50%,rgba(255,255,255,.1) 75%);background-size:200% 100%;animation:shimmer-3ae91620 1.5s infinite;color:transparent;border-radius:8px;height:2.5rem;width:4rem}.dashboard-stats-section .stat-card .stat-icon[data-v-3ae91620]{width:3rem;height:3rem;border-radius:16px;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.05) 100%);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;color:var(--color-text2)}.dashboard-stats-section .stat-card .stat-icon svg[data-v-3ae91620]{width:1.5rem;height:1.5rem}.dashboard-stats-section .stat-card .stat-content[data-v-3ae91620]{margin-bottom:1rem}.dashboard-stats-section .stat-card .stat-content .stat-number[data-v-3ae91620]{font-size:2.5rem;font-weight:800;color:var(--color-text);margin:0 0 .5rem;line-height:1;letter-spacing:-.025em}.dashboard-stats-section .stat-card .stat-content .stat-title[data-v-3ae91620]{font-size:1rem;font-weight:600;color:var(--color-text2);margin:0 0 .25rem}.dashboard-stats-section .stat-card .stat-content .stat-description[data-v-3ae91620]{font-size:.875rem;color:var(--color-text2);margin:0;line-height:1.4;opacity:.8}.dashboard-stats-section .stat-card .stat-trend[data-v-3ae91620]{position:absolute;top:1.5rem;right:1.5rem;width:2rem;height:2rem;border-radius:8px;background:linear-gradient(135deg,var(--color-primary) 0%,rgba(0,153,255,.8) 100%);display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(-10px);transition:all .3s ease;color:#fff}.dashboard-stats-section .stat-card .stat-trend svg[data-v-3ae91620]{width:1rem;height:1rem}@keyframes shimmer-3ae91620{0%{background-position:-200% 0}to{background-position:200% 0}}:root{--landing-color-background: #1c1c1e;--landing-color-text: #dcdcdc;--landing-color-text-dark: #1c1c1e;--landing-color-primary: #0099ff;--landing-color-secondary: #66ff66;--landing-color-accent: #ffcc00;--landing-color-yellow: #ffcc00;--landing-color-green: #05ff00;--landing-color-red: #f32323;--landing-nav-height: 110px;--color-background: #1b1c1e;--color-background2: #312e2e;--color-text: #fbfbfc;--color-text2: #e4e4e4;--color-primary: #0099ff;--color-light: #fbfbfc;--color-danger: #ff4242;--font-family-montserrat: "Montserrat", sans-serif;--font-family-bebas: "Bebas Neue", sans-serif;--font-family-open-sans: "Open Sans", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;position:relative}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;scroll-behavior:smooth;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-track{background:var(--color-background2)}body::-webkit-scrollbar-thumb{background:#555}body::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}a{text-decoration:none;color:inherit}#app{min-height:725px;height:100vh;max-height:1440px}.container{max-width:1440px;width:100%;margin-inline-start:auto;margin-inline-end:auto}@media (max-width: 991px){.container{padding:0 5px}}.row{margin:10px 0;display:flex;flex-wrap:wrap}.row>div,.row>.col{flex:1;margin-inline-end:5px}.row>div:last-child,.row>.col:last-child{margin-inline-end:0}.btn{text-align:center;width:100%;height:56px;font-weight:700;font-size:16px;background:var(--color-primary);color:var(--color-light);border:0;outline:0;border-radius:8px;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;padding:5px 10px}.btn .icon{width:40px;height:40px;object-fit:contain;margin:0 10px 0 0}.btn:hover{transition:all .2s ease;transform:scale(103%);font-weight:700;box-shadow:1px 1px 1px 1px #00000026,inset -1px -1px 1px 1px #00000026}.btn.btn-outlined{background:none;border:1px solid var(--color-primary);border-radius:8px;box-shadow:0 0 1px #00000015,0 1px 1px #0000002b;color:var(--color-primary)}.btn.btn-outlined-light{border:1px solid var(--color-light);color:var(--color-light)}.btn.btn-outlined-danger{border:1px solid var(--color-danger);color:var(--color-danger)}.btn.btn-outlined:hover{box-shadow:1px 1px 1px 1px #00000026,inset -1px -1px 1px 1px #00000026}.btn.btn-text{background:none!important;color:var(--color-primary)}.btn.btn-disabled,.btn[disabled]{opacity:.6;cursor:not-allowed}.btn[loading=true]{cursor:wait!important}.btn[loading=true]:before{content:"";position:absolute;inset:0;width:100%;height:100%;background:inherit;border-radius:inherit}.btn[loading=true]:after{--loader-size: 30px;--loader-border-size: 4px;content:"";position:absolute;inset:0;width:var(--loader-size);height:var(--loader-size);border-top:var(--loader-border-size) solid #fff;border-right:var(--loader-border-size) solid #fff;border-radius:50%;margin:auto;animation:rotate .25s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.divider{display:flex;margin-bottom:30px}.divider .line{flex:2;position:relative}.divider .line:after{content:"";z-index:2;position:absolute;width:136px;height:1px;border-bottom:1px solid #e4e4e4;top:50%;left:50%;transform:translate(-50%,50%)}.divider .text{text-align:center;flex:1;font-weight:400;font-size:14px}.form-title{margin-bottom:30px}.form-title .text{font-weight:700;font-size:25px;margin:0}.form-group{margin-bottom:30px;width:450px;max-width:100%}.form-group .help-text{font-weight:400;font-size:14px}.form-group .help-text a{color:var(--color-primary)}.form-group .help-text a:hover{color:var(--color-secondary)}.form-group .input-wrapper{margin:0 0 10px}.form-group .input-wrapper input,.form-group .input-wrapper select{border:.5px solid var(--color-light);outline:0;border-radius:5px;width:100%;height:50px;padding:10px;background:var(--color-background);color:var(--color-light)}.form-group .input-wrapper input:focus,.form-group .input-wrapper select:focus{transition:all .5s ease-out;transform:scale(103%);border:.5px solid var(--color-primary);border-radius:6px}.form-group .label{font-weight:400;font-size:16px;display:block;margin:0 0 8px}.form-group.form-footer{font-weight:400;font-size:20px}.form-group.form-footer a{font-weight:700;margin:0 10px}.form-group.checkbox,.form-group.radio{display:flex;align-items:center}.form-group.checkbox .label,.form-group.radio .label{flex:1 0 auto}.form-group.checkbox .input-wrapper,.form-group.radio .input-wrapper{flex:0 0 50px;text-align:right}.form-group.checkbox .input-wrapper input,.form-group.radio .input-wrapper input{height:auto;width:auto;margin:0 6px 0 auto;transform:scale(1.5);accent-color:var(--color-primary)}@media (max-width: 768px){.form-group{width:100%}}.bg-danger{background:var(--color-danger)!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-left{text-align:left!important}.text-primary{color:var(--color-primary)!important}.display-flex{display:flex}.flex-direction-row{flex-direction:row}.flex-direction-column{flex-direction:column}.flex-spacer{flex:1 1 auto}.align-items-center{align-items:center}.justify-content-center{justify-content:center}.justify-content-end,.justify-content-right{justify-content:end}.justify-space-between{justify-content:space-between}.w-auto{width:auto!important}.h-auto{height:auto!important}.w-full{width:100%!important}.h-full{height:100%!important}.p-0{padding:0!important}.px-0{padding-inline:0!important}.py-0{padding-block:0!important}.m-0{margin:0!important}.mx-0{margin-inline:0!important}.my-0{margin-block:0!important}
